remotes/1693045480750635534/spooky-22
Aevann1 2022-07-08 19:00:02 +00:00
parent ea3d7997c8
commit c859b632e0
1 changed files with 2 additions and 1 deletions

View File

@ -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
);