From 0ea0b0c439a91082745518063055c7e2f45a4321 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 28 Apr 2022 01:00:01 +0000 Subject: [PATCH] sneed --- schema.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/schema.sql b/schema.sql index 776626c762..97f9701319 100644 --- a/schema.sql +++ b/schema.sql @@ -1883,12 +1883,3 @@ ALTER TABLE ONLY public.viewers ALTER TABLE ONLY public.votes ADD CONSTRAINT vote_submission_key FOREIGN KEY (submission_id) REFERENCES public.submissions(id); - - --- --- Name: votes vote_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - --- - -ALTER TABLE ONLY public.votes - ADD CONSTRAINT vote_user_fkey FOREIGN KEY (user_id) REFERENCES public.users(id); -