Skip to content

Commit

Permalink
Add PandasConnector migration to main versions folder - see apache#3302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunwicks committed Sep 28, 2017
1 parent 5375c59 commit 9df1786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/migrations/versions/ff40cbbdde10_.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""empty message
"""merge PandasConnector
Revision ID: ff40cbbdde10
Revises: ('a9c47e2c1547', 'b2cd059e8803')
Expand All @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = 'ff40cbbdde10'
down_revision = ('a9c47e2c1547', 'b2cd059e8803')
down_revision = ('f959a6652acd', 'b2cd059e8803')

from alembic import op
import sqlalchemy as sa
Expand Down

0 comments on commit 9df1786

Please sign in to comment.