Chore: Pushing changes to migrate from windows/wsl to fedora

This commit is contained in:
2025-07-25 21:27:16 +02:00
parent e60489715a
commit b0f9685a0a
16 changed files with 442 additions and 19 deletions
+3
View File
@@ -6,4 +6,7 @@
cd backend
alembic revision --autogenerate -m "Header message"
alembic upgrade head
# Making alembic DB is up-to-date without actually running the migration
alembic stamp head
```