diff --git a/schema.sql b/schema.sql index 61eeaa7c7..c1eba1e05 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );