Skip to content

Commit

Permalink
d248e10cfa5e
Browse files Browse the repository at this point in the history
(cherry picked from commit da2e9fe)
  • Loading branch information
mistercrunch authored and youngyjd committed Oct 17, 2018
1 parent 674ba4b commit ef8ba74
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions superset/migrations/versions/d248e10cfa5e_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: d248e10cfa5e
Revises: ('55e910a74826', '179ef0f46016')
Create Date: 2018-09-13 21:53:02.308750
"""

# revision identifiers, used by Alembic.
revision = 'd248e10cfa5e'
down_revision = ('55e910a74826', '179ef0f46016')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit ef8ba74

Please sign in to comment.