[v9.4.x] KVStore: Include database field in migration (#65037)
KVStore: Include database field in migration (#62790)
(cherry picked from commit b0213a4877)
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
co-authored by
Zoltán Bedi
parent
bf3422740b
commit
6a1d736f03
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user