aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models/orm
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-08 21:35:32 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-21 13:45:30 +0100
commit41169d155f025c78a68889d36b3cc4ebb07a99cf (patch)
treec06a45c930b3fcecc678256820962722c909b18a /backend/models/orm
parentUpdate middleware to use SQLA to create db sessions (diff)
Move existing models to schemas namespace
This is to make room for a new ORM namespace for SQLAlchemy models
Diffstat (limited to 'backend/models/orm')
-rw-r--r--backend/models/orm/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/backend/models/orm/__init__.py b/backend/models/orm/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/models/orm/__init__.py