forked from MarseyWorld/MarseyWorld
sneed
parent
51c481f848
commit
f5ccf5c693
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue