7152-devToTest_2414 #2228

Merged
alexm merged 636 commits from 7152-devToTest_2414 into test 2024-03-28 08:26:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9408b82874 - Show all commits

View File

@ -2,6 +2,6 @@ ALTER TABLE vn.specialPrice MODIFY COLUMN clientFk int(11) DEFAULT 0 NULL;
ALTER TABLE vn.specialPrice ADD started date NOT NULL; ALTER TABLE vn.specialPrice ADD started date NOT NULL;
ALTER TABLE vn.specialPrice ADD ended date NULL; ALTER TABLE vn.specialPrice ADD ended date NULL;
ALTER TABLE `specialPrice` ALTER TABLE vn.`specialPrice`
ADD CONSTRAINT `check_date_range` ADD CONSTRAINT `check_date_range`
CHECK (`ended` IS NULL OR `ended` >= `started`); CHECK (`ended` IS NULL OR `ended` >= `started`);