cooked/scripts/migrate

8 lines
129 B
Plaintext
Executable File

export DATABASE_URL=postgres://postgres@localhost/cooked
cargo build -p migration
./target/debug/migration
./scripts/seed.sh