8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
export DATABASE_URL=postgres://postgres@localhost/cooked
|
||
|
|
||
|
cargo build -p migration
|
||
|
|
||
|
./target/debug/migration
|
||
|
|
||
|
./scripts/seed.sh
|