9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
|
||
|
|
||
|
install:
|
||
|
cargo install --path .
|
||
|
|
||
|
new-migration:
|
||
|
touch ./database/migrations/$$(date +%Y%m%d%H%M).sql
|
||
|
|