forked from rDrama/rDrama
1
0
Fork 0

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

master
Aevann1 2022-08-15 20:12:28 +02:00
commit c3ae81a7f6
1 changed files with 2 additions and 1 deletions

View File

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