remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 01:00:16 +00:00
parent a62339e107
commit 20ea8fb57c
1 changed files with 0 additions and 16 deletions

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
--