From c9dd7359ea22a44571c5327dfbf67252f5f8c973 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 12 Jan 2009 16:56:32 +0000 Subject: git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@232 b3834d28-1941-0410-a4f8-b48e95affb8f --- upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.txt b/upgrade.txt index f525a2a..78047e9 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -4,7 +4,7 @@ - Backup you database - Make a copy from your SemanticScuttle Web directory - Upgrade your database by following instructions ONE after ONE (order is important) : -* ALTER TABLE `sc_bookmarks` ADD `bPrivateNote` VARCHAR( 1500 ) NOT NULL AFTER `bDescription` ; +* ALTER TABLE `sc_bookmarks` ADD `bPrivateNote` VARCHAR( 1500 ) NULL AFTER `bDescription` ; - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example * Add variable : $descriptionAnchors = array("author", "isbn", "address"=>"[address][street][/street][city][/city][/address]"); #add a possible anchor (structured content) for bookmarks' description field -- cgit v1.2.3-54-g00ecf