2012-11-08 23:50:03 +04:00
|
|
|
INSERT INTO `waffle_switch_mkt` (name, active, note, created, modified)
|
2012-10-24 04:37:02 +04:00
|
|
|
VALUES ('allow-b2g-paid-submission', 0,
|
2012-11-08 23:50:03 +04:00
|
|
|
'Enable this to allow paid apps in the submission process.',
|
|
|
|
NOW(), NOW());
|