summaryrefslogtreecommitdiff
path: root/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py')
-rw-r--r--contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py b/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
index 59ddac7cd..084952d71 100644
--- a/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
+++ b/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
@@ -138,4 +138,3 @@ def downgrade():
sa.Enum(name=QUEUE_STRATEGY_NAME).drop(op.get_bind(), checkfirst=False)
sa.Enum(name=QUEUE_AUTOPAUSE_NAME).drop(op.get_bind(), checkfirst=False)
-