This commit is contained in:
Aevann1 2021-12-17 04:44:54 +00:00
parent 64a851a77e
commit 9d17ab04eb
2 changed files with 31 additions and 1 deletions

View file

@ -768,7 +768,8 @@ CREATE TABLE public.users (
bird integer,
fish boolean,
grinch boolean,
grincheffect boolean
grincheffect boolean,
lootboxes_bought integer
);
@ -1714,6 +1715,7 @@ ALTER TABLE ONLY public.flags
ALTER TABLE ONLY public.notifications
ADD CONSTRAINT notifications_comment_id_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id);
--
-- PostgreSQL database dump complete
--