Prepare DB script

This commit is contained in:
Louis Knight-Webb
2025-06-20 14:33:15 +01:00
parent 7881f72780
commit d4b97a85d3
4 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- `cargo check --manifest-path backend/Cargo.toml` - Check backend
- `cargo test --manifest-path backend/Cargo.toml` - Run backend tests
- `cd frontend && npm test` - Run frontend tests (if configured)
- `npm run prepare-db` - Solves compile issues related to SQLX macros
## Architecture