removing diesel: deleting migrations

This commit is contained in:
2023-12-19 22:24:44 +01:00
committed by Gabor Körber
parent 7cee103035
commit 9ccd67c60e
6 changed files with 8 additions and 52 deletions

View File

@@ -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