From 9f747e8651e043f4b6136c7db49d6faa6e3d97f3 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 3 Apr 2019 17:17:59 +0100 Subject: [PATCH] 55->54 --- synapse/storage/schema/delta/30/state_stream.sql | 2 +- synapse/storage/schema/delta/{55 => 54}/drop_legacy_tables.sql | 0 synapse/storage/schema/full_schemas/11/event_edges.sql | 2 +- synapse/storage/schema/full_schemas/11/event_signatures.sql | 2 +- synapse/storage/schema/full_schemas/11/im.sql | 2 +- synapse/storage/schema/full_schemas/16/event_edges.sql | 2 +- synapse/storage/schema/full_schemas/16/event_signatures.sql | 2 +- synapse/storage/schema/full_schemas/16/im.sql | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename synapse/storage/schema/delta/{55 => 54}/drop_legacy_tables.sql (100%) diff --git a/synapse/storage/schema/delta/30/state_stream.sql b/synapse/storage/schema/delta/30/state_stream.sql index bd22db158b..e85699e82e 100644 --- a/synapse/storage/schema/delta/30/state_stream.sql +++ b/synapse/storage/schema/delta/30/state_stream.sql @@ -15,7 +15,7 @@ /* We used to create a table called current_state_resets, but this is no - * longer used and is removed in delta 55. + * longer used and is removed in delta 54. */ /* The outlier events that have aquired a state group typically through diff --git a/synapse/storage/schema/delta/55/drop_legacy_tables.sql b/synapse/storage/schema/delta/54/drop_legacy_tables.sql similarity index 100% rename from synapse/storage/schema/delta/55/drop_legacy_tables.sql rename to synapse/storage/schema/delta/54/drop_legacy_tables.sql diff --git a/synapse/storage/schema/full_schemas/11/event_edges.sql b/synapse/storage/schema/full_schemas/11/event_edges.sql index bb0f641025..d22de12f4c 100644 --- a/synapse/storage/schema/full_schemas/11/event_edges.sql +++ b/synapse/storage/schema/full_schemas/11/event_edges.sql @@ -15,7 +15,7 @@ /* We used to create a tables called event_destinations and * state_forward_extremities, but these are no longer used and are removed in - * delta 55. + * delta 54. */ CREATE TABLE IF NOT EXISTS event_forward_extremities( diff --git a/synapse/storage/schema/full_schemas/11/event_signatures.sql b/synapse/storage/schema/full_schemas/11/event_signatures.sql index 2111caa54e..a46f5c6198 100644 --- a/synapse/storage/schema/full_schemas/11/event_signatures.sql +++ b/synapse/storage/schema/full_schemas/11/event_signatures.sql @@ -14,7 +14,7 @@ */ /* We used to create a tables called event_content_hashes, event_signatures and - * event_edge_hashes, but these are no longer used and are removed in delta 55. + * event_edge_hashes, but these are no longer used and are removed in delta 54. */ CREATE TABLE IF NOT EXISTS event_reference_hashes ( diff --git a/synapse/storage/schema/full_schemas/11/im.sql b/synapse/storage/schema/full_schemas/11/im.sql index bfb5269fe0..a126f72643 100644 --- a/synapse/storage/schema/full_schemas/11/im.sql +++ b/synapse/storage/schema/full_schemas/11/im.sql @@ -14,7 +14,7 @@ */ /* We used to create a tables called room_hosts and feedback, - * but these are no longer used and are removed in delta 55. + * but these are no longer used and are removed in delta 54. */ CREATE TABLE IF NOT EXISTS events( diff --git a/synapse/storage/schema/full_schemas/16/event_edges.sql b/synapse/storage/schema/full_schemas/16/event_edges.sql index 4fd6af6c25..599ab7521f 100644 --- a/synapse/storage/schema/full_schemas/16/event_edges.sql +++ b/synapse/storage/schema/full_schemas/16/event_edges.sql @@ -15,7 +15,7 @@ /* We used to create a tables called event_destinations and * state_forward_extremities, but these are no longer used and are removed in - * delta 55. + * delta 54. */ CREATE TABLE IF NOT EXISTS event_forward_extremities( diff --git a/synapse/storage/schema/full_schemas/16/event_signatures.sql b/synapse/storage/schema/full_schemas/16/event_signatures.sql index fe1b68c57d..81bb9033ae 100644 --- a/synapse/storage/schema/full_schemas/16/event_signatures.sql +++ b/synapse/storage/schema/full_schemas/16/event_signatures.sql @@ -14,7 +14,7 @@ */ /* We used to create a tables called event_content_hashes and event_edge_hashes, - * but these are no longer used and are removed in delta 55. + * but these are no longer used and are removed in delta 54. */ CREATE TABLE IF NOT EXISTS event_reference_hashes ( diff --git a/synapse/storage/schema/full_schemas/16/im.sql b/synapse/storage/schema/full_schemas/16/im.sql index 4158162cce..49e263bcee 100644 --- a/synapse/storage/schema/full_schemas/16/im.sql +++ b/synapse/storage/schema/full_schemas/16/im.sql @@ -14,7 +14,7 @@ */ /* We used to create a tables called room_hosts and feedback, - * but these are no longer used and are removed in delta 55. + * but these are no longer used and are removed in delta 54. */ CREATE TABLE IF NOT EXISTS events(