Skip to content

Commit

Permalink
Fix revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Apr 23, 2018
1 parent acacdd8 commit 367b7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/d5b07c8f0893_unsubscribe_gdpr.py
@@ -1,14 +1,14 @@
"""unsubscribe gdpr
Revision ID: d5b07c8f0893
Revises: 6f137b29f917
Revises: d317dc38cf39
Create Date: 2018-04-20 11:31:48.786659
"""

# revision identifiers, used by Alembic.
revision = 'd5b07c8f0893'
down_revision = '6f137b29f917'
down_revision = 'd317dc38cf39'

from alembic import op
import sqlalchemy as sa
Expand Down

0 comments on commit 367b7ee

Please sign in to comment.