Skip to content

Commit 0eca226

Browse files
committed
fix location model
1 parent f6ac056 commit 0eca226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/app/models/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .base import BaseModel
55

66

7-
class LocationBase(SQLModel, table=True):
7+
class LocationBase(SQLModel):
88
"""Shared fields between table and API models"""
99

1010
location_group_id: Optional[UUID] = Field(

0 commit comments

Comments
 (0)