We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c686f commit 8ac9fe2Copy full SHA for 8ac9fe2
1 file changed
src/murfey/util/db.py
@@ -12,6 +12,7 @@
12
"""
13
GENERAL
14
15
+mapper_registry = sqlalchemy.orm.registry()
16
17
18
class MurfeyUser(SQLModel, table=True): # type: ignore
@@ -435,6 +436,7 @@ class DataCollectionGroupModel(SQLModel): # type: ignore
435
436
)
437
438
439
+@mapper_registry.mapped
440
class DataCollectionGroup(DataCollectionGroupModel, table=True): # type: ignore
441
pass
442
0 commit comments