Adding Alembic migrations for production and cleanup

This commit is contained in:
2026-03-03 17:12:28 +02:00
parent ba02095f32
commit 826e5403b2
14 changed files with 268 additions and 72 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# tests/conftest.py
# app/tests/conftest.py
import pytest
from sqlalchemy import create_engine
+1 -1
View File
@@ -1,4 +1,4 @@
# tests/test_routes.py
# app/tests/test_routes.py
import pytest