forked from MarseyWorld/MarseyWorld
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
commit
c3ae81a7f6
|
@ -844,7 +844,8 @@ CREATE TABLE public.users (
|
||||||
poorcel boolean DEFAULT false NOT NULL,
|
poorcel boolean DEFAULT false NOT NULL,
|
||||||
last_viewed_post_notifs integer NOT NULL,
|
last_viewed_post_notifs integer NOT NULL,
|
||||||
pronouns character varying(11) NOT NULL,
|
pronouns character varying(11) NOT NULL,
|
||||||
last_viewed_log_notifs integer NOT NULL
|
last_viewed_log_notifs integer NOT NULL,
|
||||||
|
imginn boolean
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue