diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-07-12 17:22:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 17:22:54 +0100 |
commit | c2c364f27f61bece85dc7fd17cdedc4b60b9f7af (patch) | |
tree | 475d5d855fb4b4788b8aa9d7b2a15b073d81e55a /changelog.d/10289.misc | |
parent | Additional unit tests for spaces summary. (#10305) (diff) | |
download | synapse-c2c364f27f61bece85dc7fd17cdedc4b60b9f7af.tar.xz |
Replace `room_depth.min_depth` with a BIGINT (#10289)
while I'm dealing with INTEGERs and BIGINTs, let's replace room_depth.min_depth with a BIGINT.
Diffstat (limited to 'changelog.d/10289.misc')
-rw-r--r-- | changelog.d/10289.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10289.misc b/changelog.d/10289.misc new file mode 100644 index 0000000000..2df30e7a7a --- /dev/null +++ b/changelog.d/10289.misc @@ -0,0 +1 @@ +Convert `room_depth.min_depth` column to a `BIGINT`. |