Migration Automation

- Adding docker DB template,
- migrationscript,
- config update,
. adding migration to bee rs
This commit is contained in:
2018-11-14 18:47:42 +01:00
parent ec3af0cad6
commit e8452e0d77
5 changed files with 40 additions and 16 deletions

View File

@@ -3,7 +3,9 @@
"go_install": false,
"scripts": {
"test": "go test -v tests/*.go",
"convey": "goconvey tests/"
"convey": "goconvey tests/",
"migrate:system": "go run scripts/migrateTenants.go system",
"migrate:tenants": "go run scripts/migrateTenants.go"
},
"cmd_args": [],
"envs": [],