diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-12 16:56:32 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-12 16:56:32 +0000 |
commit | c9dd7359ea22a44571c5327dfbf67252f5f8c973 (patch) | |
tree | 39a4162caac3763a56a6dafdb1d7044d64164db0 /upgrade.txt | |
parent | a70b6e9dacbb2c5c57425df6ef30802115509645 (diff) | |
download | semanticscuttle-c9dd7359ea22a44571c5327dfbf67252f5f8c973.tar.gz semanticscuttle-c9dd7359ea22a44571c5327dfbf67252f5f8c973.tar.bz2 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@232 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |