From ec90090dcd00e20aa10745ef49eb6ca03507f4f6 Mon Sep 17 00:00:00 2001 From: Thomas de Jesus Date: Wed, 1 Mar 2017 08:36:57 -0600 Subject: [PATCH] Update install.sql increased field size of location link. --- mod/calendar/boost/install.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/calendar/boost/install.sql b/mod/calendar/boost/install.sql index 316a284ca..99818851a 100644 --- a/mod/calendar/boost/install.sql +++ b/mod/calendar/boost/install.sql @@ -22,8 +22,8 @@ CREATE TABLE calendar_notice ( CREATE TABLE calendar_suggestions ( id int NOT NULL default 0, schedule_id int NOT NULL default 0, - summary varchar(60) NOT NULL, - location varchar(60) default NULL, + summary varchar(100) NOT NULL, + location text, loc_link varchar(255) default NULL, description text, all_day smallint NOT NULL default 0,