addons-server/migrations/558-add-webpay-perms.sql

4 строки
209 B
SQL

INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(NULL, 'Payment transactions clients', 'Transaction:NotifyFailure',
'Clients that can notify of failures in payments', NOW(), NOW());