move migrateTenants

This commit is contained in:
Lukas Bachschwell 2018-11-16 18:35:05 +01:00
parent 4b0a7ebf75
commit ae1db49148
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"scripts": {
"test": "go test -v tests/*.go",
"convey": "goconvey tests/",
"migrate:system": "go run scripts/migrateTenants.go system",
"migrate:tenants": "go run scripts/migrateTenants.go"
"migrate:system": "go run scripts/migrateTenants/migrateTenants.go system",
"migrate:tenants": "go run scripts/migrateTenants/migrateTenants.go"
},
"cmd_args": [],
"envs": [],