Fix goose subcommand

This commit is contained in:
The Magician 2024-11-25 14:58:47 +00:00
parent e6466cc01a
commit 78e1c865c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
goose -s -dir database/migrations/ add "$1" sql goose -s -dir database/migrations/ create "$1" sql