~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/steps/130.json

  • Committer: Dan Garner
  • Date: 2016-06-28 15:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 528.
  • Revision ID: git-v1:51031805c36c1d366fa330b2c2320d1927c57003
Fixes for upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "dbVersion": 130,
3
 
  "appVersion": "1.8.0-rc3",
4
 
  "steps": [
5
 
    {
6
 
      "step": "Add Sync Timezone flag to Schedule",
7
 
      "action": "ALTER TABLE `schedule` ADD syncTimezone TINYINT DEFAULT 0 NOT NULL;"
8
 
    },
9
 
    {
10
 
      "step": "Fix database contraints and indexes",
11
 
      "type": "php",
12
 
      "action": "Xibo\\Upgrade\\FixDatabaseIndexesAndContraints"
13
 
    },
14
 
    {
15
 
      "step": "Fix notification permission entity",
16
 
      "action": "UPDATE `permissionentity` SET entity = 'Xibo\\\\Entity\\\\Notification' WHERE entity = 'XiboEntityNotification';"
17
 
    }
18
 
  ]
19
 
}
 
 
b'\\ No newline at end of file'