forked from rDrama/rDrama
1
0
Fork 0

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

master
Aevann1 2022-08-06 00:02:43 +02:00
commit 41c0cfb004
1 changed files with 2 additions and 2 deletions

View File

@ -809,8 +809,8 @@ CREATE TABLE public.users (
last_active integer DEFAULT 0 NOT NULL,
poorcel boolean DEFAULT false NOT NULL,
last_viewed_post_notifs integer NOT NULL,
last_viewed_log_notifs integer NOT NULL,
pronouns character varying(11) NOT NULL
pronouns character varying(11) NOT NULL,
last_viewed_log_notifs integer NOT NULL
);