Get list of finished tasks #32
1 changed files with 8 additions and 0 deletions
8
makefile
Normal file
8
makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
install:
|
||||
cargo install --path .
|
||||
|
||||
new-migration:
|
||||
touch ./database/migrations/$$(date +%Y%m%d%H%M).sql
|
||||
|
Loading…
Reference in a new issue