Add migration for the disallow-thunderbird-and-seamonkey waffle switch

This commit is contained in:
Mathieu Pillard 2018-06-14 17:07:54 -07:00
Родитель 1958c4a98f
Коммит d6c8b32c5e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,2 @@
INSERT INTO waffle_switch (name, active, note, created, modified)
VALUES ('disallow-thunderbird-and-seamonkey', 0, 'Reject submissions for add-ons that are not compatible with Firefox.', NOW(), NOW());