pull/195/head
SneedBot 2023-08-13 20:25:27 +00:00
parent c17762fa04
commit 751818ee9f
1 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ CREATE TABLE public.comments (
stickied_child_id integer,
wall_user_id integer,
chudded boolean,
ping_cost integer
ping_cost integer NOT NULL
);
@ -844,7 +844,7 @@ CREATE TABLE public.posts (
chuddedfor character varying(50),
posterurl character varying(200),
chudded boolean,
ping_cost integer,
ping_cost integer NOT NULL,
bump_utc integer NOT NULL
);