优化“知识库模块“--基本完善
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE public.faq_items
|
||||
ADD COLUMN IF NOT EXISTS status character varying(20) DEFAULT 'PENDING' NOT NULL;
|
||||
|
||||
UPDATE public.faq_items SET status = 'PENDING' WHERE status IS NULL;
|
||||
Reference in New Issue
Block a user