remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 22:23:33 +02:00
commit 7fed57756c
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,8 @@ CREATE TABLE public.submissions (
embed_url character varying(1500),
ban_reason character varying(25),
title_html character varying(1500),
realupvotes integer
realupvotes integer,
flair character varying(350)
);
@ -1711,7 +1712,6 @@ 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
--