Fix revision

pull/122/head
stijndcl 2022-09-24 17:04:35 +02:00
parent 961c125648
commit 225cc8129e
1 changed files with 1 additions and 0 deletions

View File

@ -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 ###