Bump schema compat version comment

This commit is contained in:
H. Shay 2021-11-10 11:04:35 -08:00
parent 33caefe3e9
commit 14dd5fccd8
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ Changes in SCHEMA_VERSION = 65:
"""
SCHEMA_COMPAT_VERSION = 61 # 60: "outlier" not in internal_metadata.
SCHEMA_COMPAT_VERSION = 61 # 61: Remove unused tables `user_stats_historical` and `room_stats_historical`
"""Limit on how far the synapse codebase can be rolled back without breaking db compat
This value is stored in the database, and checked on startup. If the value in the

View file

@ -13,6 +13,6 @@
* limitations under the License.
*/
--remove unused tables room_stats_historical and user_stats_historical--
--remove unused tables room_stats_historical and user_stats_historical
DROP TABLE IF EXISTS room_stats_historical;
DROP TABLE IF EXISTS user_stats_historical;