update links to schema doc (#10620)

pull/10623/head
Richard van der Hoff 2021-08-17 11:45:35 +01:00 committed by GitHub
parent ae2714c1f3
commit 58f0d97275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

1
changelog.d/10620.misc Normal file
View File

@ -0,0 +1 @@
Fix up a couple of links to the database schema documentation.

View File

@ -1,4 +1,4 @@
# Synapse Database Schemas # Synapse Database Schemas
This directory contains the schema files used to build Synapse databases. For more This directory contains the schema files used to build Synapse databases. For more
information, see /docs/development/database_schema.md. information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html.

View File

@ -19,8 +19,8 @@ This should be incremented whenever the codebase changes its requirements on the
shape of the database schema (even if those requirements are backwards-compatible with shape of the database schema (even if those requirements are backwards-compatible with
older versions of Synapse). older versions of Synapse).
See `README.md <synapse/storage/schema/README.md>`_ for more information on how this See https://matrix-org.github.io/synapse/develop/development/database_schema.html
works. for more information on how this works.
Changes in SCHEMA_VERSION = 61: Changes in SCHEMA_VERSION = 61:
- The `user_stats_historical` and `room_stats_historical` tables are not written and - The `user_stats_historical` and `room_stats_historical` tables are not written and