move migrateTenants
This commit is contained in:
parent
4b0a7ebf75
commit
ae1db49148
2 changed files with 2 additions and 2 deletions
4
bee.json
4
bee.json
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue