mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
009_inbox_actor conflicted with 009_verification_code, causing actor_type/actor_id columns to never be added and /api/inbox to 500. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
112 B
SQL
3 lines
112 B
SQL
ALTER TABLE inbox_item DROP COLUMN IF EXISTS actor_type;
|
|
ALTER TABLE inbox_item DROP COLUMN IF EXISTS actor_id;
|