fix(faq): repair category schema and icons

This commit is contained in:
Cheng Zhou
2026-06-08 13:38:09 +08:00
parent 30e2398400
commit d472b8410e
8 changed files with 115 additions and 26 deletions
+1
View File
@@ -376,6 +376,7 @@ CREATE TABLE IF NOT EXISTS public.faq_categories (
name character varying(100) NOT NULL,
description text,
sort_order integer NOT NULL DEFAULT 0,
icon character varying(30),
is_active boolean NOT NULL DEFAULT true,
created_at timestamp with time zone NOT NULL DEFAULT now(),
updated_at timestamp with time zone NOT NULL DEFAULT now(),