7199-devToTest_2316 #2287

Merged
alexm merged 169 commits from 7199-devToTest_2316 into test 2024-04-11 06:25:23 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ed1bc06301 - Show all commits

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;