Merge branch 'master' of https://github.com/Aevann1/Drama
This commit is contained in:
commit
a8be9568ce
1 changed files with 0 additions and 16 deletions
16
schema.sql
16
schema.sql
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue