forked from MarseyWorld/MarseyWorld
sneed
parent
c504b76329
commit
389699d05a
|
@ -809,7 +809,8 @@ CREATE TABLE public.users (
|
|||
offsitementions boolean DEFAULT false NOT NULL,
|
||||
last_active integer DEFAULT 0 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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue