Add file to create new database migration

This commit is contained in:
The Magician 2024-11-25 14:57:35 +00:00
parent 2fdbb0d467
commit e6466cc01a
1 changed files with 3 additions and 0 deletions

3
sevenkeys/migration Executable file
View File

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