From dfad8a880dca01a915141450ab19aab54519c96c Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 7 Jul 2021 15:44:54 -0500 Subject: [PATCH] Move db schema change to new version --- synapse/storage/schema/__init__.py | 2 +- .../01insertion_event_lookups.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename synapse/storage/schema/main/delta/{59/14insertion_event_lookups.sql => 61/01insertion_event_lookups.sql} (100%) diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index 0a53b73ccc..dd431d6426 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -SCHEMA_VERSION = 60 +SCHEMA_VERSION = 61 """Represents the expectations made by the codebase about the database schema This should be incremented whenever the codebase changes its requirements on the diff --git a/synapse/storage/schema/main/delta/59/14insertion_event_lookups.sql b/synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql similarity index 100% rename from synapse/storage/schema/main/delta/59/14insertion_event_lookups.sql rename to synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql