Add file to create new database migration
This commit is contained in:
parent
2fdbb0d467
commit
e6466cc01a
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
goose -s -dir database/migrations/ add "$1" sql
|
Loading…
Reference in New Issue