Fix migration & broken test

This commit is contained in:
stijndcl 2022-09-18 17:45:37 +02:00
parent 308c341b1a
commit 06b8c4e084
2 changed files with 3 additions and 2 deletions

View file

@ -242,4 +242,5 @@ def downgrade() -> None:
batch_op.drop_index(batch_op.f("ix_custom_commands_indexed_name"))
op.drop_table("custom_commands")
sa.Enum("BIRTHDAYS", "SCHEDULES", "UFORA_ANNOUNCEMENTS", name="tasktype").drop(op.get_bind())
# ### end Alembic commands ###