Fix wrong table in macro update
This commit is contained in:
parent
98db89ce03
commit
cacd740bd9
5 changed files with 440 additions and 684 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
|||
export DATABASE_URL=sqlite://${PWD}/emgauwa-dev.sqlite
|
||||
|
||||
sqlx:
|
||||
cargo sqlx database drop -y
|
||||
cargo sqlx database create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue