remotes/1693045480750635534/spooky-22
Aevann1 2022-02-22 07:56:34 +00:00
parent 587961af82
commit effa2d44a3
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ ALTER TABLE ONLY public.comments
--
ALTER TABLE ONLY public.commentvotes
ADD CONSTRAINT commentvote_comment_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id) MATCH FULL NOT VALID;
ADD CONSTRAINT commentvote_comment_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id) MATCH FULL;
--