-- 0090 was already applied by some local installations before oidc_client_id -- was added to that migration. Keep migrations immutable and repair those -- installations with a forward-only, idempotent migration. ALTER TABLE gateway_oidc_sessions ADD COLUMN IF NOT EXISTS oidc_client_id text;