mv migrations -> schema
This commit is contained in:
parent
db9cad3520
commit
d9b165fb19
@ -33,9 +33,9 @@ psql \
|
||||
--command="drop schema public cascade; create schema public;" \
|
||||
1>/dev/null
|
||||
|
||||
ls ./migrations/ | xargs -I{} \
|
||||
ls ./schema/ | xargs -I{} \
|
||||
psql \
|
||||
--quiet \
|
||||
$url \
|
||||
--file=./migrations/{} \
|
||||
--file=./schema/{} \
|
||||
1>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user