adding barrel for initial SQL definition script

This commit is contained in:
2023-10-18 00:54:57 +02:00
parent 4ac62a1005
commit 30a40c4831
4 changed files with 16 additions and 2 deletions

View File

@@ -17,3 +17,7 @@ pg-up:
# Stop PostgreSQL
pg-down:
cd docker && docker-compose down
dev-install:
cargo install diesel_cli --no-default-features --features="postgres"