Readd entries to public_room_list_stream that were deleted

This commit is contained in:
Erik Johnston 2016-09-21 15:24:22 +01:00
parent 0b78d8adf2
commit 4f78108d8c
2 changed files with 23 additions and 1 deletions

View file

@ -25,7 +25,7 @@ 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.
SCHEMA_VERSION = 35
SCHEMA_VERSION = 36
dir_path = os.path.abspath(os.path.dirname(__file__))