pull/142/head
SneedBot 2023-03-19 11:54:12 +00:00
parent 0734892516
commit cbef608cb2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -817,7 +817,7 @@ CREATE TABLE public.subactions (
target_comment_id integer,
created_utc integer NOT NULL,
kind character varying(32) DEFAULT NULL::character varying,
_note character varying(500) DEFAULT NULL::character varying
_note character varying(2019) DEFAULT NULL::character varying
);