Run deltas and bump user_version in upgrade script

This commit is contained in:
Kegan Dougal 2015-03-02 13:38:57 +00:00
parent 3f6b36d96e
commit c3c01641d2
3 changed files with 29 additions and 6 deletions

View file

@ -12,6 +12,11 @@ Servers which use captchas will need to add their public key to::
This is required in order to support registration fallback (typically used on
mobile devices).
Servers which have registered application services need to upgrade their
database as the format of stored application services has changed in Synapse.
Run ``python upgrade_appservice_db.py <database file path>`` to convert to the
new format.
Upgrading to v0.7.0
===================