forked from MarseyWorld/MarseyWorld
sneed
parent
24f6154213
commit
fe216ce213
|
@ -183,7 +183,9 @@ CREATE TABLE public.users (
|
||||||
hole_creation_notifs boolean NOT NULL,
|
hole_creation_notifs boolean NOT NULL,
|
||||||
group_creation_notifs boolean NOT NULL,
|
group_creation_notifs boolean NOT NULL,
|
||||||
effortpost_notifs boolean NOT NULL,
|
effortpost_notifs boolean NOT NULL,
|
||||||
shadowban_reason character varying(256)
|
shadowban_reason character varying(256),
|
||||||
|
hidevotedon boolean,
|
||||||
|
hide_cw boolean
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -872,7 +874,8 @@ CREATE TABLE public.posts (
|
||||||
queened boolean NOT NULL,
|
queened boolean NOT NULL,
|
||||||
sharpened boolean NOT NULL,
|
sharpened boolean NOT NULL,
|
||||||
effortpost boolean NOT NULL,
|
effortpost boolean NOT NULL,
|
||||||
distinguished boolean NOT NULL
|
distinguished boolean NOT NULL,
|
||||||
|
cw boolean
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue