update:增加文档模式
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user