Skip to content

Commit

Permalink
One more try for revision ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 15, 2016
1 parent 0b34539 commit 6f2cf94
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"""
Add a requires_python column to release_files; pursuant to enabling PEP 503.
Revision ID: 82ef0549aa30
Revises: 80300e35c445
Create Date: 2016-09-15 03:31:44.307358
Revision ID: be4cf6b58557
Revises: 3d2b8a42219a
Create Date: 2016-09-15 04:12:53.430363
"""

from alembic import op
import sqlalchemy as sa


revision = '82ef0549aa30'
down_revision = '80300e35c445'
revision = 'be4cf6b58557'
down_revision = '3d2b8a42219a'


def upgrade():
Expand Down

0 comments on commit 6f2cf94

Please sign in to comment.