Skip to content

Commit

Permalink
documented upgrade note about database table name change
Browse files Browse the repository at this point in the history
  • Loading branch information
arneb committed Apr 24, 2012
1 parent 1bacf74 commit eaa522c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADING
Expand Up @@ -62,3 +62,9 @@ your own templates for django-messages, you should also move the directory from
mv myproject/templates/messages myproject/templates/django_messages


Database
--------

Depending on the Database used this process may differ but you have to
rename the existing table ``messages_message`` to ``django_messages_message``.

0 comments on commit eaa522c

Please sign in to comment.