Skip to content

Commit

Permalink
Evarisk#3378 [SQL] fix: remove deprecated triggers in data too
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Oct 12, 2023
1 parent 9f8ae74 commit 3fe1937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,10 @@ INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, lab
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_CREATE', 'AccidentInvestigationCreated', 'Executed when an accident investigation is created', 1, 190);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_MODIFY', 'AccidentInvestigationModified', 'Executed when an accident investigation is modified', 1, 200);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_DELETE', 'AccidentInvestigationDeleted', 'Executed when an accident investigation is deleted', 1, 210);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENT_INVESTIGATION_VALIDATE', 'AccidentInvestigationValidate', 'Executed when an accident investigation is validated', 1, 220);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENT_INVESTIGATION_UNVALIDATE', 'AccidentInvestigationUnValidate', 'Executed when an accident investigation is re-opened', 1, 230);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENT_INVESTIGATION_ARCHIVE', 'AccidentInvestigationArchive', 'Executed when an accident investigation is archived', 1, 240);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENT_INVESTIGATION_LOCK', 'AccidentInvestigationLock', 'Executed when an accident investigation is signed', 1, 250);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_VALIDATE', 'AccidentInvestigationValidate', 'Executed when an accident investigation is validated', 1, 220);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_UNVALIDATE', 'AccidentInvestigationUnValidate', 'Executed when an accident investigation is re-opened', 1, 230);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_ARCHIVE', 'AccidentInvestigationArchive', 'Executed when an accident investigation is archived', 1, 240);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'accidentinvestigation@digiriskdolibarr', 'ACCIDENTINVESTIGATION_LOCK', 'AccidentInvestigationLock', 'Executed when an accident investigation is signed', 1, 250);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'digiriskelement@digiriskdolibarr', 'DIGIRISKELEMENT_CREATE', 'DigiriskElementCreated', 'Executed when a digirisk element is created', 1, 260);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'digiriskelement@digiriskdolibarr', 'DIGIRISKELEMENT_MODIFY', 'DigiriskElementModified', 'Executed when a digirisk element is modified', 1, 270);
INSERT INTO llx_c_digiriskdolibarr_action_trigger (entity, elementtype, ref, label, description, active, position) VALUES (0, 'digiriskelement@digiriskdolibarr', 'DIGIRISKELEMENT_DELETE', 'DigiriskElementDeleted', 'Executed when a digirisk element is deleted', 1, 280);
Expand Down

0 comments on commit 3fe1937

Please sign in to comment.