Skip to content
Snippets Groups Projects
Commit bcfaaf7d authored by Erik Johnston's avatar Erik Johnston
Browse files

That was a breaking db change. You need to recreate the databases. (In...

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)
parent a85612ba
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ SCHEMAS = [ ...@@ -56,7 +56,7 @@ SCHEMAS = [
# Remember to update this number every time an incompatible change is made to # 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. # database schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 1 SCHEMA_VERSION = 2
class SynapseHomeServer(HomeServer): class SynapseHomeServer(HomeServer):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment