mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-26 12:59:05 +02:00
2 lines
81 B
SQL
2 lines
81 B
SQL
ALTER TABLE oidc_clients ADD COLUMN skip_consent BOOLEAN NOT NULL DEFAULT FALSE;
|