forked from MarseyWorld/MarseyWorld
Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
commit
eddfec53c8
|
@ -808,7 +808,8 @@ CREATE TABLE public.users (
|
|||
can_gamble boolean DEFAULT true NOT NULL,
|
||||
offsitementions boolean DEFAULT false NOT NULL,
|
||||
last_active integer DEFAULT 0 NOT NULL,
|
||||
poorcel boolean DEFAULT false NOT NULL
|
||||
poorcel boolean DEFAULT false NOT NULL,
|
||||
last_viewed_post_notifs integer NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue