incubateur-ademe/territoires-en-transitions

Amélioration de la migration des données des liées au actions

derfurth opened this issue · 0 comments

  • move_action_data devrait aussi bouger les données des fiches actions
 ERROR: update or delete on table "action_relation" violates foreign key constraint "fiche_action_action_action_id_fkey" on table "fiche_action_action" Detail: Key (id)=(cae_4.1.1.5.1) is still referenced from table "fiche_action_action".
  • Une fonction pour enlever la définition
delete from action_definition where action_id = 'cae_4.3.3.1.1';
delete from action_computed_points where action_id = 'cae_4.3.3.1.1';
delete from action_relation where id = 'cae_4.3.3.1.1';