Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-11 19:33:28 +02:00
commit 2b07c7ee9f
1 changed files with 2 additions and 1 deletions

View File

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