Skip to content

Commit

Permalink
Evarisk#3382 [SQL] fix: rename accident investigation addon
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Oct 12, 2023
1 parent d6dc118 commit 0305ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/update.sql
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,6 @@ DELETE FROM llx_c_digiriskdolibarr_action_trigger WHERE ref = 'DIGIRISKSIGNATURE
DELETE FROM llx_c_digiriskdolibarr_action_trigger WHERE ref = 'DIGIRISKSIGNATURE_ABSENT';
DELETE FROM llx_c_digiriskdolibarr_action_trigger WHERE ref = 'DIGIRISKSIGNATURE_DELETED';
DELETE FROM llx_c_digiriskdolibarr_action_trigger WHERE ref = 'OPENINGHOURS_CREATE';

UPDATE `llx_const` SET `value` = 'mod_accidentinvestigation_standard' WHERE `llx_const`.`name` = 'DIGIRISKDOLIBARR_ACCIDENTINVESTIGATION_ADDON';
UPDATE `llx_const` SET `value` = 'mod_accidentinvestigationdocument_standard' WHERE `llx_const`.`name` = 'DIGIRISKDOLIBARR_ACCIDENTINVESTIGATIONDOCUMENT_ADDON';

0 comments on commit 0305ce6

Please sign in to comment.