Skip to content

Commit

Permalink
Add merge migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel authored and Allen Short committed Mar 26, 2019
1 parent be8b4d3 commit 73c752b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migrations/versions/151a4c333e96_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""empty message
Revision ID: 151a4c333e96
Revises: 2ba47e9812b1, e5c7a4e2df4d
Create Date: 2019-03-26 19:32:29.052222
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '151a4c333e96'
down_revision = ('2ba47e9812b1', 'e5c7a4e2df4d')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 73c752b

Please sign in to comment.