Skip to content

Commit

Permalink
merge db migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 23, 2018
1 parent bf0337b commit 2f1acfb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions superset/migrations/versions/46ba6aaaac97_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: 46ba6aaaac97
Revises: ('705732c70154', 'e3970889f38e')
Create Date: 2018-07-23 11:20:54.929246
"""

# revision identifiers, used by Alembic.
revision = '46ba6aaaac97'
down_revision = ('705732c70154', 'e3970889f38e')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit 2f1acfb

Please sign in to comment.