]> granicus.if.org Git - ejabberd/commitdiff
Mention in Release Notes the three changes in SQL databases (EJAB-1078)
authorBadlop <badlop@process-one.net>
Fri, 23 Oct 2009 17:32:12 +0000 (17:32 +0000)
committerBadlop <badlop@process-one.net>
Fri, 23 Oct 2009 17:32:12 +0000 (17:32 +0000)
SVN Revision: 2707

doc/release_notes_2.1.0.txt

index 2676f7b917f3d306b803b372da1f6fefeda994ae..4a87ec6d4a8a0245632a095721dca02b6d2945a6 100644 (file)
 
    Upgrading From ejabberd 2.0.x:
 
-- The database schemas didn't change since ejabberd 1.1.4.
-  Anyway, it is recommended to backup the Mnesia spool directory and
+- The database schemas have three changes since ejabberd 2.0.x.
+  Check the database creation SQL files and update your database.
+  1) New table roster_version to support roster versioning.
+  2) Six new tables for optional pubsub ODBC storage.
+  3) Some tables in the MySQL database have a new created_at column.
+
+- As usual, it is recommended to backup the Mnesia spool directory and
   your SQL database (if used) before upgrading ejabberd.
 
 - The plugin of mod_pubsub "default" is renamed to "flat". You need