forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-01 06:30:12 +02:00
commit ee32e8d7f2
1 changed files with 1 additions and 6 deletions

View File

@ -666,12 +666,7 @@ ALTER SEQUENCE public.commentvotes_id_seq OWNED BY public.commentvotes.id;
CREATE TABLE public.domains (
id integer NOT NULL,
domain character varying(100),
can_submit boolean,
can_comment boolean,
reason integer,
embed_function character varying(64),
embed_template character varying(32) DEFAULT NULL::character varying,
sandbox_embed boolean DEFAULT false
reason integer
);