addons-server/migrations/221-accept-webapps-waffle.sql

4 строки
191 B
SQL

INSERT INTO `waffle_flag`
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
('accept-webapps',0,NULL,1,0,0,0, 'Allow webapps to be submitted to AMO');