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