feat: refs #7150
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-03-27 17:30:52 +01:00
parent 9667d31441
commit ed1bc06301
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
ALTER TABLE IF EXISTS `vn`.`greugeConfig`
ADD COLUMN IF NOT EXISTS `daysSinceLastRecalculation` int(11) NOT NULL;
INSERT INTO vn.greugeConfig (daysSinceLastRecalculation)
VALUES (15);
UPDATE vn.greugeConfig SET daysSinceLastRecalculation=15;