Update 284be77cb54e_.py
This commit is contained in:
@@ -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 ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user