Skip to content

Commit

Permalink
Adding merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Sep 22, 2017
1 parent 94f22be commit 0457761
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions superset/migrations/versions/472d2f73dfd4_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: 472d2f73dfd4
Revises: ('19a814813610', 'a9c47e2c1547')
Create Date: 2017-09-21 18:37:30.844196
"""

# revision identifiers, used by Alembic.
revision = '472d2f73dfd4'
down_revision = ('19a814813610', 'a9c47e2c1547')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit 0457761

Please sign in to comment.