Update and document scripts

This commit is contained in:
Joscha 2023-08-05 16:17:38 +02:00
parent ca463b023e
commit 5d62a2891c
3 changed files with 39 additions and 5 deletions

4
meta/setup Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
mkdir -p target/
cargo sqlx database drop -y
cargo sqlx database setup