remotes/1693045480750635534/spooky-22
Aevann1 2022-04-28 01:00:01 +00:00
parent 3061801270
commit 0ea0b0c439
1 changed files with 0 additions and 9 deletions

View File

@ -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);