This commit is contained in:
Martin Lensment 2015-09-10 16:21:40 +03:00
parent 4951dbf1ea
commit 0ef04b2506
4 changed files with 17 additions and 10 deletions

View file

@ -597,6 +597,7 @@ CREATE TABLE contacts (
legacy_id integer,
statuses character varying[],
status_notes hstore,
legacy_history_id integer,
copy_from_id integer
);
@ -4929,5 +4930,7 @@ 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');