Skip to content

Commit

Permalink
WIP: Wallabag: remove db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Feb 1, 2021
1 parent 235f71e commit 4176c54
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spk/wallabag/src/conf/resource
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"mariadb10-db": {
"admin-account-m10": "root",
"admin-account-m5": "root",
"admin-pw-m10": "{{wizard_mysql_password_root}}",
"admin-pw-m5": "{{wizard_mysql_password_root}}",
"create-db": {
"flag": true,
"db-collision": "skip",
Expand All @@ -15,16 +13,6 @@
"user-name": "wallabag",
"db-collision": "skip",
"user-pw": "{{wizard_wallabag_password_root}}"
},
"drop-db-inst": {
"flag": true,
"db-name": "wallabag",
"ver": "m5"
},
"migrate-db": {
"db-collision": "error",
"m10-db-name": "wallabag",
"m5-db-name": "wallabag"
}
},
"webservice": {
Expand Down

0 comments on commit 4176c54

Please sign in to comment.