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 );