mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
EIS migration commented out
This commit is contained in:
parent
f4428e6222
commit
ede71f8e61
1 changed files with 14 additions and 14 deletions
|
@ -1,18 +1,18 @@
|
||||||
class DataUpdate < ActiveRecord::Migration
|
class DataUpdate < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
Registrar.where(
|
# Registrar.where(
|
||||||
name: 'EIS',
|
# name: 'EIS',
|
||||||
reg_no: '90010019',
|
# reg_no: '90010019',
|
||||||
phone: '+372 727 1000',
|
# phone: '+372 727 1000',
|
||||||
country_code: 'EE',
|
# country_code: 'EE',
|
||||||
vat_no: 'EE101286464',
|
# vat_no: 'EE101286464',
|
||||||
email: 'info@internet.ee',
|
# email: 'info@internet.ee',
|
||||||
state: 'Harjumaa',
|
# state: 'Harjumaa',
|
||||||
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'
|
# code: 'EIS'
|
||||||
).first_or_create!
|
# ).first_or_create!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue