Skip to content

Commit

Permalink
Adds "Edit/Upload/Hide" permission in place of renaming "Edit/Upload/…
Browse files Browse the repository at this point in the history
…Delete"
  • Loading branch information
lorisadmin committed May 23, 2024
1 parent 81c6e3f commit 1b5ff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQL/0000-00-02-Permission.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CREATE TABLE `permissions` (
'View/Create/Edit',
'Create/Edit',
'Edit/Upload',
'Edit/Upload/Delete',
'Edit/Upload/Hide'),
`categoryID` int(10) NOT NULL DEFAULT '2',
PRIMARY KEY (`permID`),
Expand Down

0 comments on commit 1b5ff78

Please sign in to comment.