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

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