Update and document scripts
This commit is contained in:
parent
ca463b023e
commit
5d62a2891c
3 changed files with 39 additions and 5 deletions
4
meta/setup
Executable file
4
meta/setup
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
mkdir -p target/
|
||||
cargo sqlx database drop -y
|
||||
cargo sqlx database setup
|
||||
Loading…
Add table
Add a link
Reference in a new issue