KVStore: Include database field in migration (#62790)

This commit is contained in:
Zoltán Bedi 2023-02-07 14:54:22 +01:00 committed by GitHub
parent 6ad5f955b2
commit b0213a4877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ func (s *DataSourceSecretMigrationService) Migrate(ctx context.Context) error {
WithCredentials: ds.WithCredentials,
ReadOnly: ds.ReadOnly,
User: ds.User,
Database: ds.Database,
})
if err != nil {
return err