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 e2296ac commit 848a223
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = 'b2cd059e8803'
down_revision = 'a9c47e2c1547'
down_revision = 'ca69c70ec99b'

from alembic import op
import sqlalchemy as sa
Expand Down
22 changes: 22 additions & 0 deletions superset/migrations/versions/ff40cbbdde10_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""empty message
Revision ID: ff40cbbdde10
Revises: ('a9c47e2c1547', 'b2cd059e8803')
Create Date: 2017-09-28 09:07:11.852491
"""

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

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit 848a223

Please sign in to comment.