From 82b17be34671852feba16d77f75741e124d76073 Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 23 Nov 2009 19:11:33 +0000 Subject: part of request #2830224: prepare API for short url service git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@570 b3834d28-1941-0410-a4f8-b48e95affb8f --- doc/UPGRADE.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/UPGRADE.txt') diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index 1aec5f4..3e23640 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -1,7 +1,17 @@ Upgrading SemanticScuttle from a previous version ================================================= -From versin 0.94 to 0.95.0 +From version 0.95 to 0.96 +------------------------- +Update your database: +- ALTER TABLE `sc_bookmarks` ADD `bShort` VARCHAR(16) NULL DEFAULT NULL; + +API: +The method signatures of addBookmark() and updateBookmark() +changed due to the addition of the $short parameter. + + +From version 0.94 to 0.95 -------------------------- The file structure completely changed in 0.95.0 compared to previous versions. We recommend that you start with a -- cgit v1.2.3-54-g00ecf