addons-server/migrations/701-add-price-currency.sql

4 строки
179 B
SQL

INSERT INTO groups (id, name, rules, notes, created, modified) VALUES
(NULL, 'Price currency manipulation', 'Prices:Modify',
'Clients that can modify prices', NOW(), NOW());