Fix code compilation

This commit is contained in:
2023-07-04 18:47:37 +02:00
parent b8c58ff1f5
commit 1a4a7985e0
4 changed files with 265 additions and 293 deletions

View File

@ -27,7 +27,7 @@ cargo install diesel_cli --no-default-features --features postgres
4. Initialize database:
```bash
diesel migation run
diesel migration run
```
> Note: You can access the database directly using this command: