removing diesel: deleting migrations
This commit is contained in:
10
Justfile
10
Justfile
@@ -10,6 +10,9 @@ bin args='':
|
||||
hello:
|
||||
@echo "Hello, world!"
|
||||
|
||||
status:
|
||||
sea-orm-cli status
|
||||
|
||||
# Start PostgreSQL
|
||||
pg-up:
|
||||
cd docker && docker-compose up -d
|
||||
@@ -18,9 +21,12 @@ pg-up:
|
||||
pg-down:
|
||||
cd docker && docker-compose down
|
||||
|
||||
migrate:
|
||||
sea-orm-cli up
|
||||
|
||||
dev-install:
|
||||
cargo install diesel_cli --no-default-features --features="postgres"
|
||||
cargo install sea-orm-cli
|
||||
|
||||
dev-reset:
|
||||
diesel migration revert --all
|
||||
sea-orm-cli migrate reset
|
||||
|
||||
Reference in New Issue
Block a user