Skip to content

Commit

Permalink
Creator column standardization in countryenvparam_log table
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisSenicourt committed Mar 21, 2024
1 parent bc69fea commit 72360a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6291,3 +6291,6 @@ INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`)
-- 1767
INSERT INTO `parameter` (`system`, `param`, `value`, `description`)
VALUES ('', 'cerberus_pdfcampaignreportdisplayciresult_boolean', 'true', 'Boolean in order to show or hide the cicd campaign result on pdf campaign execution pdf report.');

-- 1768
ALTER TABLE countryenvparam_log MODIFY Creator VARCHAR(45);

0 comments on commit 72360a4

Please sign in to comment.