mirror of
https://github.com/agersant/polaris
synced 2024-11-10 02:04:13 +00:00
6 lines
213 B
Batchfile
6 lines
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
|