Update
This commit is contained in:
parent
5000fb55f7
commit
05565e38f9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
DATABASE_URL="$BVPLAN_DB_URL" diesel setup \
|
DATABASE_URL="$BVPLAN_DB_URL" diesel migration run \
|
||||||
--migration-dir ./migrations \
|
--migration-dir ./migrations \
|
||||||
--locked-schema
|
--locked-schema
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue