From 9b828ab031fec737d71e6739f6fa88cac5793fa2 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 25 Aug 2021 12:06:40 -0500 Subject: [PATCH] Remove extra delta already included in #10697 --- .../main/delta/63/01populate_rooms_creator.sql | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 synapse/storage/schema/main/delta/63/01populate_rooms_creator.sql diff --git a/synapse/storage/schema/main/delta/63/01populate_rooms_creator.sql b/synapse/storage/schema/main/delta/63/01populate_rooms_creator.sql deleted file mode 100644 index f3e24b1ee38a..000000000000 --- a/synapse/storage/schema/main/delta/63/01populate_rooms_creator.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 The Matrix.org Foundation C.I.C - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -INSERT into background_updates (update_name, progress_json) - VALUES ('populate_rooms_creator_column', '{}');