Skip to content

Commit 018810a

Browse files
committed
Update tablename
1 parent 4d58c71 commit 018810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/app/models/driver_assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DriverAssignmentBase(SQLModel):
1818
class DriverAssignment(DriverAssignmentBase, BaseModel, table=True):
1919
"""Database table model"""
2020

21-
__tablename__ = "DriverAssignments"
21+
__tablename__ = "driver_assignments"
2222

2323
driver_assignment_id: UUID = Field(default_factory=uuid4, primary_key=True)
2424

0 commit comments

Comments
 (0)