diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-08-25 17:00:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 17:00:44 +0100 |
commit | b45cc1530b1438b8bfd9c09f179c7338e85ac083 (patch) | |
tree | 3bc650f32f88c08b33c753bfd6ff03ec3360cba7 /synapse | |
parent | Ensure the base Docker image is rebuilt when running complement with workers.... (diff) | |
download | synapse-b45cc1530b1438b8bfd9c09f179c7338e85ac083.tar.xz |
Make a note to leave a summary when one is bumping the schema version (#10621)
I found this easy to miss (and evidently, it looks like it was missed for schema version 62).
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index a5bc0ee8a5..af9cc69949 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# When updating these values, please leave a short summary of the changes below. + SCHEMA_VERSION = 63 """Represents the expectations made by the codebase about the database schema |