Transfer should add copy_from_id

This commit is contained in:
Priit Tark 2015-09-10 14:49:37 +03:00
parent 180c159ed4
commit 2438a4ac75
6 changed files with 83 additions and 40 deletions

View file

@ -596,7 +596,8 @@ CREATE TABLE contacts (
state character varying,
legacy_id integer,
statuses character varying[],
status_notes hstore
status_notes hstore,
copy_from_id integer
);
@ -4928,3 +4929,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150810114746');
INSERT INTO schema_migrations (version) VALUES ('20150825125118');
INSERT INTO schema_migrations (version) VALUES ('20150910113839');