This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit d0c3c24 1 parent a802606 commit d0c3c24 Copy full SHA for d0c3c24
File tree 3 files changed +19
-1
lines changed
synapse/storage/databases/main/schema/delta/58
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ Drop the unused `local_invites` table.
Original file line number Diff line number Diff line change
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;
Original file line number Diff line number Diff line change @@ -1598,7 +1598,6 @@ def test_not_enough_power(self):
1598
1598
"event_push_summary" ,
1599
1599
"pusher_throttle" ,
1600
1600
"group_summary_rooms" ,
1601
- "local_invites" ,
1602
1601
"room_account_data" ,
1603
1602
"room_tags" ,
1604
1603
# "state_groups", # Current impl leaves orphaned state groups around.
You can’t perform that action at this time.
0 commit comments