Skip to content

Commit

Permalink
Change migration 37f38ddc4c8d_.py to be after 3c72757fa59e.
Browse files Browse the repository at this point in the history
re #973
  • Loading branch information
bowlofeggs committed Sep 24, 2016
1 parent 4b67d5f commit cdd824f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/37f38ddc4c8d_.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Do not allow NULL values in the text column of the comments table.
Revision ID: 37f38ddc4c8d
Revises: 4df1fcd59050
Revises: 3c72757fa59e
Create Date: 2016-09-21 19:51:04.946521
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = '37f38ddc4c8d'
down_revision = '4df1fcd59050'
down_revision = '3c72757fa59e'


def upgrade():
Expand Down

0 comments on commit cdd824f

Please sign in to comment.