Skip to content

Commit

Permalink
[hotfix] merging db migration scripts (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Mar 21, 2017
1 parent edf5c0e commit 65c89f5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions superset/migrations/versions/979c03af3341_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: 979c03af3341
Revises: ('db527d8c4c78', 'ea033256294a')
Create Date: 2017-03-21 15:41:34.383808
"""

# revision identifiers, used by Alembic.
revision = '979c03af3341'
down_revision = ('db527d8c4c78', 'ea033256294a')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit 65c89f5

Please sign in to comment.