multica/server/pkg/db/generated
Jiayuan Zhang e86768823e refactor: remove repository field from issues
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>
2026-03-24 18:12:06 +08:00
..
activity.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
agent.sql.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
comment.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
db.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
inbox.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
issue.sql.go refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
member.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
models.go refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
runtime.sql.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
user.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
workspace.sql.go feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00