diff --git a/alembic/versions/131ad2dc5bbd_table_for_no_new_branches_hook.py b/alembic/versions/131ad2dc5bbd_table_for_no_new_branches_hook.py index 4ca7659..fd835c5 100644 --- a/alembic/versions/131ad2dc5bbd_table_for_no_new_branches_hook.py +++ b/alembic/versions/131ad2dc5bbd_table_for_no_new_branches_hook.py @@ -1,14 +1,14 @@ """Table for no new branches hook Revision ID: 131ad2dc5bbd -Revises: 7f31a9fad89f +Revises: 5bb80aeb238d Create Date: 2018-05-11 10:52:05.088806 """ # revision identifiers, used by Alembic. revision = '131ad2dc5bbd' -down_revision = '7f31a9fad89f' +down_revision = '5bb80aeb238d' from alembic import op import sqlalchemy as sa