From 994ce01e151e3fc3fca9e197ee8e96b4b210be74 Mon Sep 17 00:00:00 2001 From: Pierre Narcisi Date: Mon, 10 Jul 2023 16:28:42 +0200 Subject: [PATCH] fix(notifications)/migration depends on --- .../migrations/4cac712a2ce6_create_export_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/gn_module_export/migrations/4cac712a2ce6_create_export_notifications.py b/backend/gn_module_export/migrations/4cac712a2ce6_create_export_notifications.py index 3d488b1..f8a4b1e 100644 --- a/backend/gn_module_export/migrations/4cac712a2ce6_create_export_notifications.py +++ b/backend/gn_module_export/migrations/4cac712a2ce6_create_export_notifications.py @@ -13,7 +13,7 @@ revision = "4cac712a2ce6" down_revision = "c2d02e345a06" branch_labels = None -depends_on = None +depends_on = ("09a637f06b96",) #Geonature Notifications CATEGORY_CODE = "EXPORT-DONE"