Lots of changes to support Alembic and external DB

This commit is contained in:
James Pattinson
2025-12-04 17:54:49 +00:00
parent d33ad725cb
commit b6ad496cf0
14 changed files with 919 additions and 160 deletions

4
.gitignore vendored
View File

@@ -30,6 +30,10 @@ ENV/
env.bak/
venv.bak/
# Alembic - keep migration files but not temporary files
# backend/alembic/versions/*.pyc
# backend/alembic/__pycache__/
# IDE
.vscode/
.idea/