From: Jason Date: Tue, 12 Sep 2017 13:51:08 +0000 (-0500) Subject: Added missing semicolon. X-Git-Tag: v0.98.6~1^2^2 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f06e78a888f914788f0634feb93fcef071518e9d;p=semanticscuttle.git Added missing semicolon. --- 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 '',