From fcb6c3baf3488bd2b17fcc1f93aa421e2cd5939f Mon Sep 17 00:00:00 2001 From: Fred <98240+farnoux@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:26:46 +0100 Subject: [PATCH] Fix column renaming --- data_layer/sqitch/revert/plan_action/fiches.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_layer/sqitch/revert/plan_action/fiches.sql b/data_layer/sqitch/revert/plan_action/fiches.sql index 65774a3516..ed09598459 100644 --- a/data_layer/sqitch/revert/plan_action/fiches.sql +++ b/data_layer/sqitch/revert/plan_action/fiches.sql @@ -29,7 +29,7 @@ ALTER TABLE fiche_action DROP COLUMN participation_citoyenne_type; -- -- Revert 4. TEMPS DE MISE EN OEUVRE -ALTER TABLE fiche_action DROP COLUMN temps_mise_en_oeuvre_id; +ALTER TABLE fiche_action DROP COLUMN temps_de_mise_en_oeuvre_id; --