remotes/1693045480750635534/spooky-22
Aevann1 2022-04-28 02:00:02 +00:00
parent 9658dd313e
commit 868bee9e20
1 changed files with 9 additions and 0 deletions

View File

@ -1883,3 +1883,12 @@ 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);