update:增加文档模式

This commit is contained in:
dlandy
2026-04-15 13:47:39 +08:00
parent e04405d0bc
commit 8973d46a42
38 changed files with 2193 additions and 83 deletions

View File

@@ -0,0 +1,4 @@
-- SQLite stores Prisma enums as TEXT, so AccessMode.none does not require a
-- physical enum migration here. The only schema change needed is the display
-- version override column on tools.
ALTER TABLE "tools" ADD COLUMN "version_override" TEXT;