changename

This commit is contained in:
Aevann1 2021-11-06 21:18:05 +02:00
parent 4e2ab44f6a
commit 37692593a7
2 changed files with 13 additions and 1 deletions

View file

@ -485,7 +485,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(1000) DEFAULT NULL::character varying
);