~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/steps/128.json

  • Committer: Dan Garner
  • Date: 2016-02-04 14:13:07 UTC
  • mto: (454.4.101)
  • mto: This revision was merged to the branch mainline in revision 483.
  • Revision ID: git-v1:f9078f575b16a62a51e2f3d7bc15581058fb0747
Problem with DataSet form putting a 0 in library image references (should be empty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "dbVersion": 128,
3
 
  "appVersion": "1.8.0-rc1",
4
 
  "steps": [
5
 
    {
6
 
      "step": "Fix database contraints and indexes",
7
 
      "type": "php",
8
 
      "action": "Xibo\\Upgrade\\FixDatabaseIndexesAndContraints"
9
 
    },
10
 
    {
11
 
      "step": "Update 4k resolution with a better name",
12
 
      "action": "UPDATE `resolution` SET resolution = '4k cinema' WHERE resolution = '4k';"
13
 
    },
14
 
    {
15
 
      "step": "Add 4k UHD",
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);"
17
 
    },
18
 
    {
19
 
      "step": "Update Always schedules",
20
 
      "action": "UPDATE schedule SET fromDt = 0, toDt = 2556057600 WHERE dayPartId = 1"
21
 
    },
22
 
    {
23
 
      "step": "Drop schedule detail",
24
 
      "action": "DROP TABLE schedule_detail;"
25
 
    },
26
 
    {
27
 
      "step": "Add schedule recurrence watermark",
28
 
      "action": "ALTER TABLE schedule ADD lastRecurrenceWatermark BIGINT(20) NULL;"
29
 
    },
30
 
    {
31
 
      "step": "Drop required file",
32
 
      "action": "DROP TABLE requiredfile;"
33
 
    },
34
 
    {
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;"
37
 
    },
38
 
    {
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';"
41
 
    }
42
 
  ]
43
 
}
 
 
b'\\ No newline at end of file'