remotes/1693045480750635534/spooky-22
Aevann1 2021-07-27 20:00:14 +00:00
parent ab94376e7b
commit 7d5a0e86c9
1 changed files with 1 additions and 1 deletions

View File

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