mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Merge branch 'master' of github.com:domify/registry
Conflicts: db/schema.rb
This commit is contained in:
commit
2dfa65645b
9 changed files with 82 additions and 16 deletions
17
db/migrate/20150414151357_data_update.rb
Normal file
17
db/migrate/20150414151357_data_update.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
class DataUpdate < ActiveRecord::Migration
|
||||
def change
|
||||
Registrar.where(
|
||||
name: 'EIS',
|
||||
reg_no: '90010019',
|
||||
phone: '+372 727 1000',
|
||||
country_code: 'EE',
|
||||
vat_no: 'EE101286464',
|
||||
email: 'info@internet.ee',
|
||||
state: 'Harjumaa',
|
||||
city: 'Tallinn',
|
||||
street: 'Paldiski mnt 80',
|
||||
zip: '10617',
|
||||
url: 'www.internet.ee'
|
||||
).first_or_create!
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue