Fixed missing roleset
This commit is contained in:
parent
4ffaaa7106
commit
6b3d917633
1 changed files with 10 additions and 0 deletions
|
@ -205,6 +205,16 @@ CREATE TABLE IF NOT EXISTS `as_roleset` (
|
||||||
--
|
--
|
||||||
|
|
||||||
INSERT INTO `as_roleset` (`role_id`, `role_value_id`, `value`) VALUES
|
INSERT INTO `as_roleset` (`role_id`, `role_value_id`, `value`) VALUES
|
||||||
|
(1, 10, '0'),
|
||||||
|
(1, 9, '0'),
|
||||||
|
(1, 8, '0'),
|
||||||
|
(1, 7, '0'),
|
||||||
|
(1, 6, '0'),
|
||||||
|
(1, 5, '0'),
|
||||||
|
(1, 4, '0'),
|
||||||
|
(1, 3, '0'),
|
||||||
|
(1, 2, '0'),
|
||||||
|
(1, 1, '0'),
|
||||||
(2, 10, '1'),
|
(2, 10, '1'),
|
||||||
(2, 9, '1'),
|
(2, 9, '1'),
|
||||||
(2, 8, '1'),
|
(2, 8, '1'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue