Add permission QWIKCLOCK_ADMIN

V2_Rewrite
Skylar Ittner 7 years ago
parent bf5cbd6d0e
commit 00347cb33d

Binary file not shown.

@ -1,5 +1,5 @@
-- MySQL Script generated by MySQL Workbench
-- Thu 16 Nov 2017 07:38:14 PM MST
-- Mon 20 Nov 2017 08:36:18 PM MST
-- Model: New Model Version: 1.0
-- MySQL Workbench Forward Engineering
@ -347,6 +347,7 @@ INSERT INTO `accounthub`.`permissions` (`permid`, `permcode`, `perminfo`) VALUES
INSERT INTO `accounthub`.`permissions` (`permid`, `permcode`, `perminfo`) VALUES (300, 'QWIKCLOCK', 'Access QwikClock and punch in/out');
INSERT INTO `accounthub`.`permissions` (`permid`, `permcode`, `perminfo`) VALUES (301, 'QWIKCLOCK_MANAGE', 'Edit punches and other data for managed users');
INSERT INTO `accounthub`.`permissions` (`permid`, `permcode`, `perminfo`) VALUES (302, 'QWIKCLOCK_EDITSELF', 'Edit own punches and other data');
INSERT INTO `accounthub`.`permissions` (`permid`, `permcode`, `perminfo`) VALUES (303, 'QWIKCLOCK_ADMIN', 'Add and edit shifts and other data for all users');
COMMIT;

Loading…
Cancel
Save