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

3 lines
116 B
MySQL
Raw Normal View History

ALTER TABLE oidc_clients DROP COLUMN launch_url;
ALTER TABLE user_authorized_oidc_clients DROP COLUMN last_used_at;