diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-03 14:14:04 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-03 14:14:39 +0100 |
commit | 756e171ad0715daef6b0bdaccb61b0278a786ef3 (patch) | |
tree | 1b08aa37c2bf428dc96be8542faa6a0d0b2f6c75 /UPGRADE.rst | |
parent | BF: Do not be polluted by ops events that come when paginating back (diff) | |
download | synapse-756e171ad0715daef6b0bdaccb61b0278a786ef3.tar.xz |
Store SQL DDL deltas as well; attempt to upgrade the database on startup if it's too old
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 99d58ab64f..da2a7a0a21 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,11 +1,6 @@ Upgrading to v0.2.0 =================== -To upgrade the database schema, run:: - - ./database-prepare-for-0.2.0.sh "<database>.db" - - The home server now requires setting up of SSL config before it can run. To automatically generate default config use:: |