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

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-27 02:15:57 +02:00
commit 182acc61c4
1 changed files with 3 additions and 1 deletions

View File

@ -857,7 +857,9 @@ CREATE TABLE public.users (
last_viewed_post_notifs integer NOT NULL,
pronouns character varying(11) NOT NULL,
last_viewed_log_notifs integer NOT NULL,
imginn boolean
imginn boolean,
earlylife integer,
thrall integer
);