fix(faq): repair category schema and icons
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user