mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Added missing code for migration
This commit is contained in:
parent
02d68386fb
commit
f4428e6222
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ class DataUpdate < ActiveRecord::Migration
|
||||||
city: 'Tallinn',
|
city: 'Tallinn',
|
||||||
street: 'Paldiski mnt 80',
|
street: 'Paldiski mnt 80',
|
||||||
zip: '10617',
|
zip: '10617',
|
||||||
url: 'www.internet.ee'
|
url: 'www.internet.ee',
|
||||||
|
code: 'EIS'
|
||||||
).first_or_create!
|
).first_or_create!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue