-- media preview_placeholder columns are added by the migration runner with -- table_info guards because SQLite has no ALTER TABLE ADD COLUMN IF NOT EXISTS.
-- Also adds denormalized count columns on team_tasks for dashboard performance. -- 1. Drop old attachments (FK → team_workspace_files) DROP TABLE IF EXISTS team_task_attachments; -- 2. Drop workspace ...