Skip to content

Commit

Permalink
Rebase alembic migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-dbx committed Feb 26, 2020
1 parent e2a96e5 commit 6661e39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""Add tmp_schema_name to the query object.
Revision ID: 72428d1ea401
Revises: 3325d4caccc8
Revises: 0a6f12f60c73
Create Date: 2020-02-20 08:52:22.877902
"""

# revision identifiers, used by Alembic.
revision = "72428d1ea401"
down_revision = "3325d4caccc8"
down_revision = "0a6f12f60c73"

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit 6661e39

Please sign in to comment.