From 30fecb65bc326bca5c6d9a95f35be2002f7e5bf4 Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Mon, 20 Aug 2012 17:36:16 -0700 Subject: [PATCH] added force-mobile switch :-/ --- migrations/457-waffle-force-mobile.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/457-waffle-force-mobile.sql diff --git a/migrations/457-waffle-force-mobile.sql b/migrations/457-waffle-force-mobile.sql new file mode 100644 index 0000000000..c3b950d25b --- /dev/null +++ b/migrations/457-waffle-force-mobile.sql @@ -0,0 +1 @@ +INSERT INTO waffle_switch_mkt (name, active, note) VALUES ('force-mobile-layout', 0, 'locks the site in a mobile layout regardless of screen size.');