remove uniqueness constraint on postupdates

This commit is contained in:
r888888888
2016-08-22 16:09:20 -07:00
parent ccf95957f9
commit 0a65302f12
5 changed files with 15 additions and 12 deletions

View File

@@ -4759,14 +4759,6 @@ ALTER TABLE ONLY transaction_log_items
ADD CONSTRAINT transaction_log_items_pkey PRIMARY KEY (id);
--
-- Name: unique_post_id; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY post_updates
ADD CONSTRAINT unique_post_id UNIQUE (post_id);
--
-- Name: uploads_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
@@ -7410,3 +7402,5 @@ INSERT INTO schema_migrations (version) VALUES ('20160526174848');
INSERT INTO schema_migrations (version) VALUES ('20160820003534');
INSERT INTO schema_migrations (version) VALUES ('20160822230752');