addons-server/migrations/613-waffle-paid-app-search.sql

3 строки
311 B
SQL

INSERT INTO waffle_flag_mkt (name, everyone, percent, superusers, staff, authenticated, rollout, note, created, modified)
VALUES ('allow-paid-app-search', 0, NULL, 0, 0, 0, 0, 'ON: paid apps show up in search results on desktop and firefoxos but not android; OFF: paid apps show up nowhere', NOW(), NOW());