Fixed missing roleset

This commit is contained in:
genuineparts 2025-06-24 10:12:33 +02:00
parent 4ffaaa7106
commit 6b3d917633

View file

@ -205,6 +205,16 @@ CREATE TABLE IF NOT EXISTS `as_roleset` (
--
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, 9, '1'),
(2, 8, '1'),