From 239c6f0404f81ae7607d55ff206c12c5d5e57d12 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Jun 2022 14: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 0a56980d7..75ac9b643 100644 --- a/schema.sql +++ b/schema.sql @@ -677,7 +677,8 @@ CREATE TABLE public.users ( 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 + can_gamble boolean DEFAULT true NOT NULL, + offsitementions boolean DEFAULT false NOT NULL );