Files
pocket-id-pocket-id/backend/resources/migrations/postgres/20250810144214_apps_dashboard.up.sql

3 lines
166 B
MySQL
Raw Normal View History

ALTER TABLE oidc_clients ADD COLUMN launch_url TEXT;
ALTER TABLE user_authorized_oidc_clients ADD COLUMN last_used_at TIMESTAMPTZ NOT NULL DEFAULT current_timestamp;