The frontend ApiClient had a non-existent `/auth/login` endpoint. Restored the two-step `sendCode` + `verifyCode` flow matching the backend, including OTP input UI and CLI browser login callback support. Also restored `IF NOT EXISTS` in migration 012 to prevent failures on databases where the column already exists. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 lines
128 B
SQL
2 lines
128 B
SQL
ALTER TABLE inbox_item ADD COLUMN IF NOT EXISTS actor_type TEXT;
|
|
ALTER TABLE inbox_item ADD COLUMN IF NOT EXISTS actor_id UUID;
|