From 11bc3a7a55e387a316e0530381ab4c9a0633efb3 Mon Sep 17 00:00:00 2001 From: Mark Striemer Date: Tue, 16 Sep 2014 10:57:54 -0500 Subject: [PATCH] Firefox Accounts banner setup (bug 1052864) Create the waffle and remove aside#incompatibility-banner. --- migrations/848-waffle-switch-fx-accounts-migration.sql | 6 ++++++ mkt/commonplace/templates/commonplace/index.html | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 migrations/848-waffle-switch-fx-accounts-migration.sql diff --git a/migrations/848-waffle-switch-fx-accounts-migration.sql b/migrations/848-waffle-switch-fx-accounts-migration.sql new file mode 100644 index 00000000000..37f9ea0e913 --- /dev/null +++ b/migrations/848-waffle-switch-fx-accounts-migration.sql @@ -0,0 +1,6 @@ +INSERT INTO waffle_switch (name, active, note, created, modified) + VALUES ('fx-accounts-migration', + 0, + 'Enable the Firefox Accounts migration.', + NOW(), + NOW()); diff --git a/mkt/commonplace/templates/commonplace/index.html b/mkt/commonplace/templates/commonplace/index.html index 96162c0058e..f844a81c636 100644 --- a/mkt/commonplace/templates/commonplace/index.html +++ b/mkt/commonplace/templates/commonplace/index.html @@ -73,7 +73,6 @@ -