remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 20:18:23 +00:00
parent 19dc3ae9ee
commit 18e8137239
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
--