Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d0c3c24

Browse files
authored
Drop the unused local_invites table. (#8979)
This table has been unused since Synapse v1.17.0.
1 parent a802606 commit d0c3c24

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

changelog.d/8979.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Drop the unused `local_invites` table.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright 2020 The Matrix.org Foundation C.I.C.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
-- This is unused since Synapse v1.17.0.
18+
DROP TABLE local_invites;

tests/rest/admin/test_room.py

-1
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,6 @@ def test_not_enough_power(self):
15981598
"event_push_summary",
15991599
"pusher_throttle",
16001600
"group_summary_rooms",
1601-
"local_invites",
16021601
"room_account_data",
16031602
"room_tags",
16041603
# "state_groups", # Current impl leaves orphaned state groups around.

0 commit comments

Comments
 (0)