fix(migrations): update down_revision references in migration files

feat/tool-plugin-oauth
Harry 7 months ago
parent ab6ae1f209
commit 7ba09dfa06

@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '16081485540c'
down_revision = '58eb7bdb93fe'
down_revision = '2adcbe1f5dfb'
branch_labels = None
depends_on = None

@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '4474872b0ee6'
down_revision = '2adcbe1f5dfb'
down_revision = '16081485540c'
branch_labels = None
depends_on = None

@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '71f5020c6470'
down_revision = '16081485540c'
down_revision = '58eb7bdb93fe'
branch_labels = None
depends_on = None

Loading…
Cancel
Save