remotes/1693045480750635534/spooky-22
Aevann1 2022-08-27 00:00:02 +00:00
parent 421b20c610
commit cd748bbda3
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
);