Commit 011fdf7a by Torkel Ödegaard

fixed bug in datasource schema migration

parent c75aa230
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment