From d421088b526416fe8ff395eb6c865b98bea54036 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 27 Jan 2022 12:40:56 +0100 Subject: [PATCH] Fix migrations order --- migrations/versions/c95d5a3bf0de_couleur_ue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/versions/c95d5a3bf0de_couleur_ue.py b/migrations/versions/c95d5a3bf0de_couleur_ue.py index f4dc60fc9..c44dcdb8e 100644 --- a/migrations/versions/c95d5a3bf0de_couleur_ue.py +++ b/migrations/versions/c95d5a3bf0de_couleur_ue.py @@ -1,7 +1,7 @@ """couleur UE Revision ID: c95d5a3bf0de -Revises: f40fbaf5831c +Revises: 28874ed6af64 Create Date: 2022-01-24 21:44:55.205544 """ @@ -11,7 +11,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. revision = "c95d5a3bf0de" -down_revision = "f40fbaf5831c" +down_revision = "28874ed6af64" branch_labels = None depends_on = None