remove uniqueness constraint on postupdates
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user