From 28389020fff56c40133763b9f2048e9d210888a4 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 8 Oct 2023 09:54:37 +1100 Subject: refactor: misc (#6102) Signed-off-by: James Elliott --- internal/storage/migrations/V0007.ConsistencyFixes.sqlite.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/storage') diff --git a/internal/storage/migrations/V0007.ConsistencyFixes.sqlite.up.sql b/internal/storage/migrations/V0007.ConsistencyFixes.sqlite.up.sql index 1af55ed6b..52d9c5434 100644 --- a/internal/storage/migrations/V0007.ConsistencyFixes.sqlite.up.sql +++ b/internal/storage/migrations/V0007.ConsistencyFixes.sqlite.up.sql @@ -419,7 +419,7 @@ CREATE TABLE IF NOT EXISTS oauth2_consent_preconfiguration ( revoked BOOLEAN NOT NULL DEFAULT FALSE, scopes TEXT NOT NULL, audience TEXT NULL, - CONSTRAINT "oauth2_consent_preconfiguration_subject_fkey" + CONSTRAINT oauth2_consent_preconfiguration_subject_fkey FOREIGN KEY (subject) REFERENCES user_opaque_identifier (identifier) ON UPDATE CASCADE ON DELETE RESTRICT ); -- cgit v1.2.3