diff --git a/schema.sql b/schema.sql index 1325c3c5b..61eeaa7c7 100644 --- a/schema.sql +++ b/schema.sql @@ -863,7 +863,8 @@ CREATE TABLE public.posts ( bump_utc integer NOT NULL, rainbowed boolean NOT NULL, queened boolean NOT NULL, - sharpened boolean NOT NULL + sharpened boolean NOT NULL, + effortpost boolean DEFAULT false NOT NULL );