3
"appVersion": "1.8.0-rc1",
6
"step": "Fix database contraints and indexes",
8
"action": "Xibo\\Upgrade\\FixDatabaseIndexesAndContraints"
11
"step": "Update 4k resolution with a better name",
12
"action": "UPDATE `resolution` SET resolution = '4k cinema' WHERE resolution = '4k';"
16
"action": "INSERT INTO `resolution` (`resolution`, `width`, `height`, `intended_width`, `intended_height`, `version`, `enabled`) VALUES('4k UHD Landscape', 450, 800, 3840, 2160, 2, 1),('4k UHD Portrait', 800, 450, 2160, 3840, 2, 1);"
19
"step": "Update Always schedules",
20
"action": "UPDATE schedule SET fromDt = 0, toDt = 2556057600 WHERE dayPartId = 1"
23
"step": "Drop schedule detail",
24
"action": "DROP TABLE schedule_detail;"
27
"step": "Add schedule recurrence watermark",
28
"action": "ALTER TABLE schedule ADD lastRecurrenceWatermark BIGINT(20) NULL;"
31
"step": "Drop required file",
32
"action": "DROP TABLE requiredfile;"
35
"step": "Alter log channel datatype",
36
"action": "ALTER TABLE `log` CHANGE `channel` `channel` VARCHAR( 20 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;"
39
"step": "Update helptext to STS setting",
40
"action": "UPDATE `setting` SET `helpText` = 'The Time to Live (maxage) of the STS header expressed in seconds.' WHERE `setting` = 'STS_TTL';"
b'\\ No newline at end of file'