mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 01:17:18 +02:00
Transfer should add copy_from_id
This commit is contained in:
parent
180c159ed4
commit
2438a4ac75
6 changed files with 83 additions and 40 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue