remove no longer relevant drop table note

pull/8503/head
Neil Johnson 2020-10-08 18:29:46 +01:00
parent dd8a1cf572
commit 694a7e4b11
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
# XXX: If you're about to bump this to 59 (or higher) please create an update
# that drops the unused `cache_invalidation_stream` table, as per #7436!
# XXX: Also add an update to drop `account_data_max_stream_id` as per #7656!
SCHEMA_VERSION = 59
dir_path = os.path.abspath(os.path.dirname(__file__))