This commit is contained in:
Aevann1 2021-07-28 03:11:33 +02:00
commit a8be9568ce

View file

@ -1465,14 +1465,6 @@ ALTER TABLE ONLY public.alts
ADD CONSTRAINT alts_pkey PRIMARY KEY (user1, user2);
--
-- Name: award_relationships award_comment_constraint; Type: CONSTRAINT; Schema: public; Owner: postgres
--
ALTER TABLE ONLY public.award_relationships
ADD CONSTRAINT award_comment_constraint UNIQUE (user_id, comment_id);
--
-- Name: award_relationships award_constraint; Type: CONSTRAINT; Schema: public; Owner: postgres
--
@ -1481,14 +1473,6 @@ ALTER TABLE ONLY public.award_relationships
ADD CONSTRAINT award_constraint UNIQUE (user_id, submission_id, comment_id);
--
-- Name: award_relationships award_post_constraint; Type: CONSTRAINT; Schema: public; Owner: postgres
--
ALTER TABLE ONLY public.award_relationships
ADD CONSTRAINT award_post_constraint UNIQUE (user_id, submission_id);
--
-- Name: award_relationships award_relationships_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres
--