feat(v2.4): 统一领域状态契约
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "requirements" ALTER COLUMN "status" SET DEFAULT 'pending_review';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE "requirements" ALTER COLUMN "status" SET DEFAULT 'pending_review';
|
||||