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 @@ -