addons-server/migrations/343-perms-motd.sql

7 строки
445 B
SQL

INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(50052, 'Add-on Reviewer MOTD', 'AddonReviewerMOTD:Edit', '', NOW(), NOW());
INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(50053, 'App Reviewer MOTD', 'AppReviewerMOTD:Edit', '', NOW(), NOW());
INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(50054, 'Persona Reviewer MOTD', 'PersonaReviewerMOTD:Edit', '', NOW(), NOW());