addons-server/migrations/364-perm-collections-edit.sql

2 строки
102 B
SQL

UPDATE groups SET rules=CONCAT(rules, ',Collections:Edit') WHERE groups.name='Staff' AND id >= 50000;