From 389699d05a7a8e027c0dec585f88f45a2988c3b5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 11 Jul 2022 17:00:02 +0000 Subject: [PATCH] sneed --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index ebc1d3216..302dc580e 100644 --- a/schema.sql +++ b/schema.sql @@ -809,7 +809,8 @@ CREATE TABLE public.users ( offsitementions boolean DEFAULT false NOT NULL, last_active integer DEFAULT 0 NOT NULL, poorcel boolean DEFAULT false NOT NULL, - last_viewed_post_notifs integer NOT NULL + last_viewed_post_notifs integer NOT NULL, + pronouns character varying(11) NOT NULL );