Skip to content

Commit

Permalink
Merge pull request #72 from GibbonEdu/v1.4.00
Browse files Browse the repository at this point in the history
V1.4.10
  • Loading branch information
raynichc authored Feb 14, 2021
2 parents 4aea10b + 0a28155 commit f62427f
Show file tree
Hide file tree
Showing 55 changed files with 667 additions and 535 deletions.
12 changes: 11 additions & 1 deletion Help Desk/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,14 @@
$count++;
$sql[$count][0]="1.4.01";
$sql[$count][1]="
";
";

//v1.4.10
$count++;
$sql[$count][0]="1.4.10";
$sql[$count][1]="
CREATE TABLE `helpDeskDepartmentPermissions` (`departmentPermissionsID` int(4) UNSIGNED ZEROFILL NOT NULL AUTO_INCREMENT, `departmentID` int(4) UNSIGNED ZEROFILL NOT NULL, `gibbonRoleID` int(3) UNSIGNED ZEROFILL NOT NULL, PRIMARY KEY (`departmentPermissionsID`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;end
INSERT INTO `helpDeskDepartmentPermissions` (`departmentPermissionsID`,`departmentID`, `gibbonRoleID`) SELECT NULL, helpDeskDepartments.departmentID, '001' FROM helpDeskDepartments;end
INSERT INTO `helpDeskDepartmentPermissions` (`departmentPermissionsID`,`departmentID`, `gibbonRoleID`) SELECT NULL, helpDeskDepartments.departmentID, '002' FROM helpDeskDepartments;end
INSERT INTO `helpDeskDepartmentPermissions` (`departmentPermissionsID`,`departmentID`, `gibbonRoleID`) SELECT NULL, helpDeskDepartments.departmentID, '003' FROM helpDeskDepartments;end
";
Loading

0 comments on commit f62427f

Please sign in to comment.