From 0cd105e0b85f0f84e53de755ade5251e3c026fa1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Jun 2022 10:09:42 +0000 Subject: [PATCH] sneed --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 3073a565d..4136f329a 100644 --- a/schema.sql +++ b/schema.sql @@ -733,7 +733,7 @@ CREATE TABLE public.users ( can_gamble boolean DEFAULT true NOT NULL, offsitementions boolean DEFAULT false NOT NULL, last_active integer DEFAULT 0 NOT NULL, - poorcel boolean NOT NULL + poorcel boolean DEFAULT false NOT NULL );