From c855138d0b7e09acd2ec47bc711c6fa51044d817 Mon Sep 17 00:00:00 2001 From: Thomas de Jesus Date: Thu, 8 Jun 2017 10:23:57 -0500 Subject: [PATCH] Create install.sql missing the hide_narrow field small devices. --- mod/block/boost/install.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/block/boost/install.sql b/mod/block/boost/install.sql index cb16c23dc..71f74c698 100644 --- a/mod/block/boost/install.sql +++ b/mod/block/boost/install.sql @@ -8,6 +8,7 @@ title varchar( 255 ), content text not null, file_id int not null default 0, hide_title smallint not null default 0, +hide_narrow smallint not null default 0, primary key ( id ) );