mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
WIP with contact import
This commit is contained in:
parent
3149d0731d
commit
a598b46723
4 changed files with 63 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddLegacyColumnsForContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :legacy_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue