diff --git a/migrations/339-waffle-video-upload.sql b/migrations/339-waffle-video-upload.sql new file mode 100644 index 0000000000..1b56326245 --- /dev/null +++ b/migrations/339-waffle-video-upload.sql @@ -0,0 +1,6 @@ +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.');