This commit is contained in:
Aevann1 2021-07-29 20:00:17 +00:00
parent 8cd38cd7d3
commit d9e66b7d9b

View file

@ -873,7 +873,7 @@ CREATE TABLE public.modactions (
target_comment_id integer, target_comment_id integer,
created_utc integer DEFAULT 0, created_utc integer DEFAULT 0,
kind character varying(32) DEFAULT NULL::character varying, kind character varying(32) DEFAULT NULL::character varying,
_note character varying(350) DEFAULT NULL::character varying _note text DEFAULT NULL::character varying
); );