~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/steps/133.json

  • Committer: Dan Garner
  • Date: 2015-09-29 15:16:59 UTC
  • mto: (454.2.11) (471.2.2)
  • mto: This revision was merged to the branch mainline in revision 468.
  • Revision ID: git-v1:ae24387a7b1397750b6ec86d0f286373da05eb16
Fixed Display Version Information Form (not showing media name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "dbVersion": 133,
3
 
  "appVersion": "1.8.2",
4
 
  "steps": [
5
 
    {
6
 
      "step": "Add an index to the link table between Regions and Playlists",
7
 
      "action": "CREATE INDEX idx_lkregionplaylist_playlistId ON lkregionplaylist (playlistId);"
8
 
    },
9
 
    {
10
 
      "step": "Add a setting to lock the display name to the device name",
11
 
      "action": "INSERT INTO `setting` (`setting`, `value`, `fieldType`, `helptext`, `options`, `cat`, `userChange`, `title`, `validation`, `ordering`, `default`, `userSee`, `type`) VALUES ('DISPLAY_LOCK_NAME_TO_DEVICENAME', '0', 'checkbox', NULL, NULL, 'displays', 1, 'Lock the Display Name to the device name provided by the Player?', '', 80, '0', 1, 'checkbox');"
12
 
    },
13
 
    {
14
 
      "step": "Add last run start date to tasks",
15
 
      "action": "ALTER TABLE `task` ADD lastRunStartDt INT NULL;"
16
 
    }
17
 
  ]
18
 
}
 
 
b'\\ No newline at end of file'