diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/UPGRADE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index cd8097f..7352b12 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -1,6 +1,12 @@ Upgrading SemanticScuttle from a previous version ================================================= +From versin 0.94 to 0.10.0 +-------------------------- +- ALTER TABLE `sc_bookmarks` ADD `bVoting` INT NOT NULL ; +- Add the new votes database table. See data/tables.sql. + + From version 0.93 to 0.94 ------------------------- |