From f06e78a888f914788f0634feb93fcef071518e9d Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 12 Sep 2017 08:51:08 -0500 Subject: Added missing semicolon. --- data/schema/2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema/2.sql b/data/schema/2.sql index 6c3bfaf..171e011 100644 --- a/data/schema/2.sql +++ b/data/schema/2.sql @@ -1,4 +1,4 @@ -ALTER TABLE `sc_bookmarks` CHANGE `bDescription` `bDescription` VARCHAR( 1500 ) +ALTER TABLE `sc_bookmarks` CHANGE `bDescription` `bDescription` VARCHAR( 1500 ); CREATE TABLE `sc_tagscache` ( `tcId` int(11) NOT NULL auto_increment, `tag1` varchar(100) NOT NULL default '', -- cgit v1.2.3