From cd748bbda304823d4b8869ac73d1474a208dc31d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 27 Aug 2022 00:00:02 +0000 Subject: [PATCH] sneed --- schema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 336cf3e6d..8196236c8 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );