mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Contact importing
This commit is contained in:
parent
20f8192f78
commit
e195d3948e
5 changed files with 92 additions and 46 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddLegacyColumnsForAddress < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :addresses, :legacy_contact_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue