pull/222/head
SneedBot 2024-02-15 20:00:15 +00:00
parent a33954558d
commit 1676482e9a
1 changed files with 2 additions and 1 deletions

View File

@ -557,7 +557,8 @@ CREATE TABLE public.groups (
name character varying(25) NOT NULL,
created_utc integer NOT NULL,
owner_id integer,
description character varying(100)
description character varying(100),
description_html character varying(1000)
);