forked from MarseyWorld/MarseyWorld
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
commit
d4349dd679
|
@ -965,7 +965,8 @@ CREATE TABLE public.users (
|
||||||
owoify integer,
|
owoify integer,
|
||||||
marsify integer,
|
marsify integer,
|
||||||
is_muted boolean DEFAULT false NOT NULL,
|
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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue