4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
goose -s -dir database/migrations/ add "$1" sql
|