|
@@ -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",
|