mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
That was a breaking db change. You need to recreate the databases. (In reality, it's enough to just run the im.sql through your db and change the schema version)
This commit is contained in:
parent
a85612baf8
commit
bcfaaf7da6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ SCHEMAS = [
|
|||
|
||||
# Remember to update this number every time an incompatible change is made to
|
||||
# database schema files, so the users will be informed on server restarts.
|
||||
SCHEMA_VERSION = 1
|
||||
SCHEMA_VERSION = 2
|
||||
|
||||
|
||||
class SynapseHomeServer(HomeServer):
|
||||
|
|
Loading…
Add table
Reference in a new issue