Skip to content

Commit

Permalink
Update db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored Aug 30, 2024
1 parent 054288b commit 97b038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/UI/Install/Factory/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE `privileges` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `privileges` (`id`, `name`) VALUES
(1, '*all'),
(1, '*'),
(2, 'default'),
(3, 'submit');

Expand Down

0 comments on commit 97b038c

Please sign in to comment.