diff --git a/schema.sql b/schema.sql index fe573b7a4..28e537b8f 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );