export DATABASE_URL=postgres://postgres@localhost/cooked
psql postgres postgres -c 'DROP DATABASE cooked'
psql postgres postgres -c 'CREATE DATABASE cooked'
cargo build -p migration
./target/debug/migration
./scripts/seed.sh