From a70b6e9dacbb2c5c57425df6ef30802115509645 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 12 Jan 2009 16:40:39 +0000 Subject: New Feature: adding private note to describe a bookmark. Just visible by the author and friends. (Useful for collaborative work) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@231 b3834d28-1941-0410-a4f8-b48e95affb8f --- tables.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'tables.sql') diff --git a/tables.sql b/tables.sql index 9e5f5c4..f8a5f11 100644 --- a/tables.sql +++ b/tables.sql @@ -15,6 +15,7 @@ CREATE TABLE `sc_bookmarks` ( `bTitle` varchar(255) NOT NULL default '', `bAddress` text NOT NULL, `bDescription` varchar(1500) default NULL, + `bPrivateNote` varchar(1500) default NULL, `bHash` varchar(32) NOT NULL default '', PRIMARY KEY (`bId`), KEY `sc_bookmarks_usd` (`uId`,`bStatus`,`bDatetime`), -- cgit v1.2.3