The repository JSONB column on the issue table is unused. This removes it end-to-end: migration to drop the column, sqlc queries, Go handler/ service/daemon/protocol structs, TypeScript types, and the RepositoryEditor UI component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 line
52 B
SQL
1 line
52 B
SQL
ALTER TABLE issue DROP COLUMN IF EXISTS repository;
|