~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/steps/88.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": 88,
3
 
  "appVersion": "1.7.4",
4
 
  "steps": [
5
 
    {
6
 
      "step": "Create the Audit Log Table",
7
 
      "action": "CREATE TABLE IF NOT EXISTS `auditlog` (`logId` int(11) NOT NULL AUTO_INCREMENT,`logDate` int(11) NOT NULL,`userId` int(11) NOT NULL,`message` varchar(254) NOT NULL,`entity` varchar(50) NOT NULL,`entityId` int(11) NOT NULL,`objectAfter` text NOT NULL,PRIMARY KEY (`logId`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;"
8
 
    },
9
 
    {
10
 
      "step": "Add the Audit Log Page",
11
 
      "action": "INSERT INTO `pages` (`name`, `pagegroupID`) SELECT 'auditlog', pagegroupID FROM `pagegroup` WHERE pagegroup.pagegroup = 'Reports';"
12
 
    },
13
 
    {
14
 
      "step": "Add the User/Group Library Quota",
15
 
      "action": "ALTER TABLE  `group` ADD  `libraryQuota` INT NULL;"
16
 
    }
17
 
  ]
18
 
}
 
 
b'\\ No newline at end of file'