summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql')
-rw-r--r--internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql b/internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql
index 693b0ed91..a74a42fb9 100644
--- a/internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql
+++ b/internal/storage/migrations/V0006.ConsentPreConfiguration.mysql.up.sql
@@ -8,7 +8,7 @@ CREATE TABLE oauth2_consent_preconfiguration (
scopes TEXT NOT NULL,
audience TEXT NULL,
PRIMARY KEY (id),
- CONSTRAINT oauth2_consent_preconfiguration_subjct_fkey
+ CONSTRAINT oauth2_consent_preconfiguration_subject_fkey
FOREIGN KEY(subject)
REFERENCES user_opaque_identifier(identifier) ON UPDATE RESTRICT ON DELETE RESTRICT
);