remotes/1693045480750635534/spooky-22
Aevann1 2021-08-01 04:29:25 +00:00
parent d7c8818508
commit 05d5bfdea1
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
);