This commit is contained in:
Martin Lensment 2015-09-15 14:02:26 +03:00
parent c6073c7e87
commit b5afff1c79
4 changed files with 3 additions and 7 deletions

View file

@ -201,7 +201,6 @@ ActiveRecord::Schema.define(version: 20150915094707) do
t.integer "legacy_id"
t.string "statuses", array: true
t.hstore "status_notes"
t.integer "legacy_history_id"
t.integer "copy_from_id"
end

View file

@ -597,7 +597,6 @@ CREATE TABLE contacts (
legacy_id integer,
statuses character varying[],
status_notes hstore,
legacy_history_id integer,
copy_from_id integer
);
@ -4930,8 +4929,6 @@ INSERT INTO schema_migrations (version) VALUES ('20150810114746');
INSERT INTO schema_migrations (version) VALUES ('20150825125118');
INSERT INTO schema_migrations (version) VALUES ('20150827151906');
INSERT INTO schema_migrations (version) VALUES ('20150910113839');
INSERT INTO schema_migrations (version) VALUES ('20150915094707');