mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
KVStore: Include database field in migration (#62790)
This commit is contained in:
parent
6ad5f955b2
commit
b0213a4877
@ -82,6 +82,7 @@ func (s *DataSourceSecretMigrationService) Migrate(ctx context.Context) error {
|
|||||||
WithCredentials: ds.WithCredentials,
|
WithCredentials: ds.WithCredentials,
|
||||||
ReadOnly: ds.ReadOnly,
|
ReadOnly: ds.ReadOnly,
|
||||||
User: ds.User,
|
User: ds.User,
|
||||||
|
Database: ds.Database,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user