Clean up unused oauth2_consents table

This commit is contained in:
Quentin Gliech
2026-01-08 16:02:07 +01:00
parent 215ad75ab2
commit 1ff44b957b

View File

@@ -0,0 +1,9 @@
-- Copyright 2026 Element Creations Ltd.
--
-- SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
-- Please see LICENSE in the repository root for full details.
-- We've stopped writing to this table in the following PR:
-- https://github.com/element-hq/matrix-authentication-service/pull/5405
-- This migration should be released in the version after that for safe rollout
DROP TABLE IF EXISTS oauth2_consents;