Skip to content

Commit

Permalink
fix: SQL migrations order
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-roudaut-crea committed Feb 21, 2024
1 parent ef744ea commit 3076d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
Create Date: 2023-12-19 15:26:36.530424
"""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = "04afdcd0e42a"
down_revision = "6734d8f7eb2a"
down_revision = "d99a7c22cc3c"
branch_labels = None
depends_on = None

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""add sensitivity filter export synthese
Revision ID: 5a2c9c65129f
Revises: d99a7c22cc3c
Revises: 04afdcd0e42a
Create Date: 2023-08-08 16:23:53.059110
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = "5a2c9c65129f"
down_revision = "d99a7c22cc3c"
down_revision = "04afdcd0e42a"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 3076d42

Please sign in to comment.