addons-server/migrations/561-webpay-icons-perms.sql

4 строки
203 B
SQL

INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(NULL, 'Payment product icon clients', 'ProductIcon:Create',
'Clients that can create cached product icon URLs', NOW(), NOW());