forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

master
Aevann1 2022-09-06 09:03:18 +02:00
commit d4349dd679
1 changed files with 2 additions and 1 deletions

View File

@ -965,7 +965,8 @@ CREATE TABLE public.users (
owoify integer,
marsify integer,
is_muted boolean DEFAULT false NOT NULL,
coins_spent_on_hats integer DEFAULT 0 NOT NULL
coins_spent_on_hats integer DEFAULT 0 NOT NULL,
rainbow integer
);