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

5
meta/update_sqlx_queries Executable file
View file

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