Update 284be77cb54e_.py

This commit is contained in:
VivianDee
2026-03-12 11:04:27 +01:00
parent 3acb5f098a
commit 60b928221a
+1 -1
View File
@@ -21,7 +21,7 @@ def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.add_column(
"loan_repayment_schedules",
sa.Column("last_penal_date", sa.Float(), nullable=True),
sa.Column("last_penal_date", sa.DateTime(), nullable=True),
)
### end Alembic commands ###