mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Fix revision
This commit is contained in:
parent
961c125648
commit
225cc8129e
1 changed files with 1 additions and 0 deletions
|
|
@ -35,4 +35,5 @@ def upgrade() -> None:
|
|||
def downgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.drop_table("reminders")
|
||||
sa.Enum("LES", name="remindercategory").drop(op.get_bind())
|
||||
# ### end Alembic commands ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue