remotes/1693045480750635534/spooky-22
Aevann1 2022-06-27 10:09:42 +00:00
parent 8af70c9aab
commit 0cd105e0b8
1 changed files with 1 additions and 1 deletions

View File

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