fix(migrations): reorder skipped 1.4 migrations (#19543)

This commit is contained in:
Ville Brofeldt 2022-04-06 10:47:12 +03:00 committed by GitHub
parent 156ac7dd79
commit e1ef2baad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -17,14 +17,14 @@
"""add_extra_config_column_to_alerts
Revision ID: abe27eaf93db
Revises: aea15018d53b
Revises: 0ca9e5f1dacd
Create Date: 2021-12-02 12:03:20.691171
"""
# revision identifiers, used by Alembic.
revision = "abe27eaf93db"
down_revision = "aea15018d53b"
down_revision = "0ca9e5f1dacd"
import sqlalchemy as sa
from alembic import op

View File

@ -17,14 +17,14 @@
"""rename_csv_to_file
Revision ID: b92d69a6643c
Revises: 32646df09c64
Revises: aea15018d53b
Create Date: 2021-09-19 14:42:20.130368
"""
# revision identifiers, used by Alembic.
revision = "b92d69a6643c"
down_revision = "32646df09c64"
down_revision = "aea15018d53b"
import sqlalchemy as sa
from alembic import op

View File

@ -17,7 +17,7 @@
"""add_certifications_columns_to_slice
Revision ID: f9847149153d
Revises: 0ca9e5f1dacd
Revises: 32646df09c64
Create Date: 2021-11-03 14:07:09.905194
"""
@ -27,7 +27,7 @@ import sqlalchemy as sa
from alembic import op
revision = "f9847149153d"
down_revision = "0ca9e5f1dacd"
down_revision = "32646df09c64"
def upgrade():