Fix goose subcommand
This commit is contained in:
parent
e6466cc01a
commit
78e1c865c7
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
goose -s -dir database/migrations/ add "$1" sql
|
goose -s -dir database/migrations/ create "$1" sql
|
||||||
|
|
Loading…
Reference in New Issue