From 225cc8129e67a1c21af28bcb6bad4665055b219e Mon Sep 17 00:00:00 2001 From: stijndcl Date: Sat, 24 Sep 2022 17:04:35 +0200 Subject: [PATCH] Fix revision --- alembic/versions/a64876b41af2_add_reminders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/alembic/versions/a64876b41af2_add_reminders.py b/alembic/versions/a64876b41af2_add_reminders.py index 40d48b5..aeb1b66 100644 --- a/alembic/versions/a64876b41af2_add_reminders.py +++ b/alembic/versions/a64876b41af2_add_reminders.py @@ -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 ###