pull/222/head
SneedBot 2024-02-07 00:00:15 +00:00
parent 7bb27cfd38
commit 179c0fbdf3
1 changed files with 1 additions and 1 deletions

View File

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