addons-server/migrations/289-flag-refund.sql

4 строки
184 B
SQL

INSERT INTO `waffle_flag`
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
('allow-refund',0,NULL,0,0,0,0, 'Allow refund of paypal payments');