summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/storage/prepare_database.py4
-rw-r--r--synapse/storage/schema/delta/54/profile_replication_status_index.sql (renamed from synapse/storage/schema/delta/55/profile_replication_status_index.sql)0
2 files changed, 3 insertions, 1 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py

index 23a4baa484..858a886131 100644 --- a/synapse/storage/prepare_database.py +++ b/synapse/storage/prepare_database.py
@@ -25,7 +25,9 @@ logger = logging.getLogger(__name__) # Remember to update this number every time a change is made to database # schema files, so the users will be informed on server restarts. -SCHEMA_VERSION = 55 +# FIXME: When we merge v1.0.0 into the dinsic branch, we need to remember to also +# regenerate the full schema so that it includes dinsic-specific tables and indexes. +SCHEMA_VERSION = 54 dir_path = os.path.abspath(os.path.dirname(__file__)) diff --git a/synapse/storage/schema/delta/55/profile_replication_status_index.sql b/synapse/storage/schema/delta/54/profile_replication_status_index.sql
index 7c20cb5a44..7c20cb5a44 100644 --- a/synapse/storage/schema/delta/55/profile_replication_status_index.sql +++ b/synapse/storage/schema/delta/54/profile_replication_status_index.sql