addons-server/migrations/339-waffle-video-upload.sql

7 строки
306 B
SQL

INSERT INTO waffle_switch_amo (name, active, note)
VALUES ('video-upload', 0,
'Allows the developer to upload videos with their addon.');
INSERT INTO waffle_switch_mkt (name, active, note)
VALUES ('video-upload', 0,
'Allows the developer to upload videos with their app.');