Fix broken migration

This commit is contained in:
stijndcl 2022-07-23 20:59:02 +02:00
parent 8bc0f1fa7a
commit 66997b7556
6 changed files with 17 additions and 7 deletions

View file

@ -32,4 +32,5 @@ def upgrade() -> None:
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
op.drop_table("tasks")
sa.Enum("BIRTHDAYS", "UFORA_ANNOUNCEMENTS", name="tasktype").drop(op.get_bind())
# ### end Alembic commands ###