Skip to content

Commit

Permalink
Fix column renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Nov 7, 2024
1 parent 9346bb3 commit fcb6c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_layer/sqitch/revert/plan_action/fiches.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;


--
Expand Down

0 comments on commit fcb6c3b

Please sign in to comment.