From f17372a96cc15697fa4ba6bfdf51adf6c5cbe1a7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Jun 2022 03:00:03 +0000 Subject: [PATCH] sneed --- schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index 7bfd0be66..9c797969c 100644 --- a/schema.sql +++ b/schema.sql @@ -727,13 +727,13 @@ CREATE TABLE public.users ( house character varying(16), deflector integer, reddit character varying(15) NOT NULL, - animations boolean DEFAULT true NOT NULL, currently_held_lottery_tickets integer DEFAULT 0 NOT NULL, total_held_lottery_tickets integer DEFAULT 0 NOT NULL, total_lottery_winnings integer DEFAULT 0 NOT NULL, can_gamble boolean DEFAULT true NOT NULL, offsitementions boolean DEFAULT false NOT NULL, - last_active integer DEFAULT 0 NOT NULL + last_active integer DEFAULT 0 NOT NULL, + poorcel boolean NOT NULL );