Commit Graph

9 Commits

Author SHA1 Message Date
q792602257 0484e79978 修改 2026-06-09 21:22:28 +08:00
q792602257 980c6fcf0e models 2026-05-08 08:57:09 +08:00
q792602257 679ded50c9 chore(sqlc): regenerate models for migration 0006
sqlc reads all migrations into every package's schema, so the
addition of acp_* tables and workspaces.active_main_session_id
in migration 0006 propagates type definitions and SELECT
column lists across all sub-packages. No code logic changes.
2026-05-07 13:39:08 +08:00
q792602257 7b3892c42e feat(config,workspace,user): jobs/notify config + workspace fetch repo + user ListAdmins 2026-05-06 09:10:43 +08:00
q792602257 e768adb3ff chore(sqlc): regenerate per-module models for migration 0005 schema
T1 added jobs table and workspace_worktrees.prune_warning_at column but
sqlc generate was not re-run for all modules. This catches the audit,
notify, project, and user models up; chat partially regenerated already.
Workspace's regen is part of T3 (next commit).
2026-05-05 14:28:09 +08:00
q792602257 0cadec343c feat(project): add workspace_id to issue/requirement with tri-state update 2026-05-02 20:22:13 +08:00
q792602257 ce88c4b4a7 chore(sqlc): regenerate cross-package models for project schema 2026-05-01 09:40:02 +08:00
q792602257 42d44800b6 feat(user): sqlc queries for users and sessions 2026-04-28 17:40:30 +08:00
q792602257 d491a7047a feat(sqlc): scaffold sqlc config and placeholder queries 2026-04-28 14:23:53 +08:00