You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
#5893 dropped four tables (room_names, topics, history_visibility, guest_access) from the database schema, but #6047 reinstated them. We should remember to re-redelete them.
Note that there will exist servers which got upgraded to develop and will have already run the delta file, and hence dropped the tables, so any future delta which re-drops them should bear this in mind. This will be WAY EASIER if we can do it before the database schema version bumps up to 57 so that we can just reinstate the old delta.
The text was updated successfully, but these errors were encountered:
#5893 dropped four tables (
room_names
,topics
,history_visibility
,guest_access
) from the database schema, but #6047 reinstated them. We should remember to re-redelete them.Note that there will exist servers which got upgraded to
develop
and will have already run the delta file, and hence dropped the tables, so any future delta which re-drops them should bear this in mind. This will be WAY EASIER if we can do it before the database schema version bumps up to 57 so that we can just reinstate the old delta.The text was updated successfully, but these errors were encountered: