We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1210663 commit d0a8099Copy full SHA for d0a8099
src/models.py
@@ -63,4 +63,4 @@ class MedicineRequest(SQLModel, table=True):
63
AllocationResult.request = Relationship(back_populates="allocations")
64
65
66
-SQLModel.metadata.create_all(engine)
+SQLModel.metadata.create_all(engine, checkfirst=True)
0 commit comments