Remove migration

#660
This commit is contained in:
Artur Beljajev 2018-01-26 15:23:02 +02:00
parent f38f4c1024
commit ddeb1fdcd1
2 changed files with 0 additions and 15 deletions

View file

@ -4492,14 +4492,6 @@ ALTER TABLE ONLY account_activities
ADD CONSTRAINT fk_rails_b80dbb973d FOREIGN KEY (bank_transaction_id) REFERENCES bank_transactions(id);
--
-- Name: fk_rails_c107909cf3; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY contacts
ADD CONSTRAINT fk_rails_c107909cf3 FOREIGN KEY (original_id) REFERENCES contacts(id);
--
-- Name: fk_rails_c9f635c0b3; Type: FK CONSTRAINT; Schema: public; Owner: -
--
@ -5066,8 +5058,6 @@ INSERT INTO schema_migrations (version) VALUES ('20180121165304');
INSERT INTO schema_migrations (version) VALUES ('20180122105335');
INSERT INTO schema_migrations (version) VALUES ('20180123124342');
INSERT INTO schema_migrations (version) VALUES ('20180123154407');
INSERT INTO schema_migrations (version) VALUES ('20180123165604');