diff options
author | Badlop <badlop@process-one.net> | 2011-03-10 20:28:46 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-03-10 20:29:07 +0100 |
commit | 33feca74ecd92c2907290f55f37b7736b4b37ec3 (patch) | |
tree | 76317213e01e7a19794b7aaa39c99d5134def3b0 /doc/release_notes_3.0.0.txt | |
parent | Only attempt to migrate an old ODBC table if it still exists (diff) |
Document that ODBC tables are created by ejabberd itself (EJAB-1421)
Diffstat (limited to 'doc/release_notes_3.0.0.txt')
-rw-r--r-- | doc/release_notes_3.0.0.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release_notes_3.0.0.txt b/doc/release_notes_3.0.0.txt index 0791ac995..e33cfcbe0 100644 --- a/doc/release_notes_3.0.0.txt +++ b/doc/release_notes_3.0.0.txt @@ -37,9 +37,9 @@ ejabberd 3.0.0 includes three major changes: * gen_storage (abbreviated GS) provides a database abstraction layer, which supports storage in Mnesia and in ODBC databases. Several ejabberd modules use GS, like mod_roster and ejabberd_auth_storage. - The schema of the tables stored by those modules have changed, - and ejabberd migrates automatically your mnesia and ODBC - tables from previous ejabberd releases. + The schema of the tables stored by those modules have changed. + ejabberd automatically creates mnesia and ODBC tables, + and migrates them from a previous ejabberd version. * Massive Hosting (abbreviated MH) is preliminary implemented in ejabberd, but it is still incomplete, untested and undocumented. |