1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 18:34:50 +00:00
Files
pocket-id/backend/resources/migrations/postgres/20250609202611_client_credentials.up.sql
2025-06-09 22:58:56 +02:00

2 lines
60 B
SQL

ALTER TABLE oidc_clients ADD COLUMN credentials JSONB NULL;