pull/222/head
SneedBot 2024-02-06 20:00:15 +00:00
parent 51c481f848
commit f5ccf5c693
1 changed files with 2 additions and 1 deletions

View File

@ -863,7 +863,8 @@ CREATE TABLE public.posts (
bump_utc integer NOT NULL, bump_utc integer NOT NULL,
rainbowed boolean NOT NULL, rainbowed boolean NOT NULL,
queened boolean NOT NULL, queened boolean NOT NULL,
sharpened boolean NOT NULL sharpened boolean NOT NULL,
effortpost boolean DEFAULT false NOT NULL
); );