cooked/scripts/migrate

8 lines
129 B
Plaintext
Raw Normal View History

2024-10-31 16:00:26 +01:00
export DATABASE_URL=postgres://postgres@localhost/cooked
cargo build -p migration
./target/debug/migration
./scripts/seed.sh