We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ac056 commit 0eca226Copy full SHA for 0eca226
backend/python/app/models/location.py
@@ -4,7 +4,7 @@
4
from .base import BaseModel
5
6
7
-class LocationBase(SQLModel, table=True):
+class LocationBase(SQLModel):
8
"""Shared fields between table and API models"""
9
10
location_group_id: Optional[UUID] = Field(
0 commit comments