tablejohn/meta/setup

5 lines
92 B
Bash
Executable file

#!/usr/bin/env bash
mkdir -p target/
cargo sqlx database drop -y
cargo sqlx database setup