Skip to content

Commit

Permalink
Add forgotten schema delta
Browse files Browse the repository at this point in the history
This should have been in #17045. Whoops.
  • Loading branch information
erikjohnston committed Apr 5, 2024
1 parent 5360bae commit 2acaabc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions synapse/storage/schema/main/delta/84/04_access_token_index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--
-- This file is licensed under the Affero General Public License (AGPL) version 3.
--
-- Copyright (C) 2023 New Vector, Ltd
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Affero General Public License as
-- published by the Free Software Foundation, either version 3 of the
-- License, or (at your option) any later version.
--
-- See the GNU Affero General Public License for more details:
-- <https://www.gnu.org/licenses/agpl-3.0.html>.

INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
(8404, 'access_tokens_refresh_token_id_idx', '{}');

0 comments on commit 2acaabc

Please sign in to comment.