Skip to content

Commit

Permalink
fix(db): update down_revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vergez committed Nov 6, 2023
1 parent 6ae4ddd commit 414b722
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""add sensitivity filter export synthese
Revision ID: 5a2c9c65129f
Revises: f1dd984bff97
Revises: 446e902a14e7
Create Date: 2023-08-08 16:23:53.059110
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "5a2c9c65129f"
down_revision = "f1dd984bff97"
down_revision = "446e902a14e7"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 414b722

Please sign in to comment.