mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
fix update contact data migration
This commit is contained in:
parent
5fd73b037a
commit
0533d16028
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class UpdateContactData < ActiveRecord::Migration
|
|||
c.zip = a.zip
|
||||
c.country_code = a.country_code
|
||||
c.state = a.state
|
||||
puts "#{c.id} changes: #{c.changes.inspect}; #{c.save(false)}"
|
||||
puts "#{c.id} changes: #{c.changes.inspect}; #{c.save(validate: false)}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue