summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2023-04-14 23:33:35 +0100
committerSean Quah <seanq@matrix.org>2023-04-15 02:12:35 +0100
commit8810abab33fe16b9280666915a5c6b31d447a05f (patch)
treec65a6e38ee63ff51dc47c1c0740b7854b7fe8090
parentRefactor `SimpleHttpClient` to pull out reusable methods (#15427) (diff)
downloadsynapse-8810abab33fe16b9280666915a5c6b31d447a05f.tar.xz
Bump the schema version
Signed-off-by: Sean Quah <seanq@matrix.org>
-rw-r--r--synapse/storage/schema/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py
index d3103a6c7a..a70e490efd 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 = 74  # remember to update the list below when updating
+SCHEMA_VERSION = 75  # remember to update the list below when updating
 """Represents the expectations made by the codebase about the database schema
 
 This should be incremented whenever the codebase changes its requirements on the