HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/subdomains/xibo/install/steps/88.json
{
  "dbVersion": 88,
  "appVersion": "1.7.4",
  "steps": [
    {
      "step": "Create the Audit Log Table",
      "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 ;"
    },
    {
      "step": "Add the Audit Log Page",
      "action": "INSERT INTO `pages` (`name`, `pagegroupID`) SELECT 'auditlog', pagegroupID FROM `pagegroup` WHERE pagegroup.pagegroup = 'Reports';"
    },
    {
      "step": "Add the User/Group Library Quota",
      "action": "ALTER TABLE  `group` ADD  `libraryQuota` INT NULL;"
    }
  ]
}