forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-29 20:00:17 +00:00
parent f91fa3079c
commit 82a602c3a7
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,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(350) DEFAULT NULL::character varying
_note text DEFAULT NULL::character varying
);