mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:12:13 +08:00
fixed bug in datasource schema migration
This commit is contained in:
@ -83,8 +83,9 @@ func addDataSourceMigration(mg *Migrator) {
|
||||
"type": "type",
|
||||
"name": "name",
|
||||
"access": "access",
|
||||
"url": "password",
|
||||
"url": "url",
|
||||
"user": "user",
|
||||
"password": "password",
|
||||
"database": "database",
|
||||
"basic_auth": "basic_auth",
|
||||
"basic_auth_user": "basic_auth_user",
|
||||
|
Reference in New Issue
Block a user