mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
6 lines
No EOL
213 B
Batchfile
6 lines
No EOL
213 B
Batchfile
cargo install diesel_cli --no-default-features --features "sqlite-bundled"
|
|
|
|
mkdir tmp
|
|
diesel --database-url tmp/print-schema.sqlite setup
|
|
diesel --database-url tmp/print-schema.sqlite migration run
|
|
rmdir /q /s tmp |