changename
This commit is contained in:
parent
4e2ab44f6a
commit
37692593a7
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue