addons-server/migrations/632-stats-viewer-group.sql

5 строки
265 B
SQL

INSERT INTO groups (name, rules, created, modified, notes)
VALUES ('Statistics Viewers', 'Stats:View', NOW(), NOW(), 'To view consumer statistic pages and access statistics API.');
UPDATE `groups` SET rules=CONCAT(rules, ',Stats:View') WHERE name='Staff';