mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
remove names from seed
This commit is contained in:
parent
55831e143b
commit
247a0c0429
1 changed files with 9 additions and 9 deletions
18
db/seeds.rb
18
db/seeds.rb
|
@ -10,9 +10,9 @@ Country.where(name: 'Estonia', iso: 'EE').first_or_create!
|
||||||
Country.where(name: 'Latvia', iso: 'LV').first_or_create!
|
Country.where(name: 'Latvia', iso: 'LV').first_or_create!
|
||||||
|
|
||||||
zone = Registrar.where(
|
zone = Registrar.where(
|
||||||
name: 'Zone Media OÜ',
|
name: 'Zonedata AS',
|
||||||
reg_no: '10577829',
|
reg_no: '10300220',
|
||||||
address: 'Lõõtsa 2, Tallinna linn, Harju maakond, 11415',
|
address: 'Pärnu mnt 2, Tallinna linn, Harju maakond, 11415',
|
||||||
country: Country.first
|
country: Country.first
|
||||||
).first_or_create
|
).first_or_create
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ EppUser.where(
|
||||||
).first_or_create
|
).first_or_create
|
||||||
|
|
||||||
elkdata = Registrar.where(
|
elkdata = Registrar.where(
|
||||||
name: 'Elkdata OÜ',
|
name: 'Elkservers OÜ',
|
||||||
reg_no: '10510593',
|
reg_no: '10529229',
|
||||||
address: 'Tondi 51-10, 11316 Tallinn',
|
address: 'Vabaduse pst 32, 11316 Tallinn',
|
||||||
country: Country.first
|
country: Country.first
|
||||||
).first_or_create
|
).first_or_create
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ EppUser.where(
|
||||||
User.where(
|
User.where(
|
||||||
username: 'gitlab',
|
username: 'gitlab',
|
||||||
password: '12345',
|
password: '12345',
|
||||||
email: 'enquiries@gitlab.eu',
|
email: 'info@gitlab.eu',
|
||||||
admin: true,
|
admin: true,
|
||||||
identity_code: '37810013855',
|
identity_code: '37810013855',
|
||||||
country: Country.where(name: 'Estonia').first
|
country: Country.where(name: 'Estonia').first
|
||||||
|
@ -49,7 +49,7 @@ User.where(
|
||||||
User.where(
|
User.where(
|
||||||
username: 'zone',
|
username: 'zone',
|
||||||
password: '54321',
|
password: '54321',
|
||||||
email: 'info-info@zone.ee',
|
email: 'zone-info@example.ee',
|
||||||
admin: false,
|
admin: false,
|
||||||
identity_code: '37810010085',
|
identity_code: '37810010085',
|
||||||
registrar_id: zone.id,
|
registrar_id: zone.id,
|
||||||
|
@ -59,7 +59,7 @@ User.where(
|
||||||
User.where(
|
User.where(
|
||||||
username: 'elkdata',
|
username: 'elkdata',
|
||||||
password: '32154',
|
password: '32154',
|
||||||
email: 'info-info@elkdata.ee',
|
email: 'elk-info@example.ee',
|
||||||
admin: false,
|
admin: false,
|
||||||
identity_code: '37810010727',
|
identity_code: '37810010727',
|
||||||
registrar_id: elkdata.id,
|
registrar_id: elkdata.id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue