Skip to content

Commit

Permalink
Updated the country table seeder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdejong committed Aug 17, 2024
1 parent edc55fb commit 869a755
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions database/seeders/CountryTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,23 @@ public function run()
'renewal_start' => 'FIL',
'checked_on' => '2020-02-24',
],

[
'numcode' => 0,
'iso' => 'AP',
'iso3' => '',
'name_DE' => 'African Regional Intellectual Property Organization',
'name' => 'African Regional Intellectual Property Organization',
'name_FR' => 'Organisation régionale africaine de la propriété intellectuelle',
'ep' => 0,
'wo' => 0,
'em' => 0,
'oa' => 0,
'renewal_first' => 2,
'renewal_base' => 'FIL',
'renewal_start' => 'FIL',
'checked_on' => '2023-02-16',
],

[
'numcode' => 10,
Expand Down Expand Up @@ -961,7 +978,7 @@ public function run()
'renewal_first' => 2,
'renewal_base' => 'FIL',
'renewal_start' => 'GRT',
'checked_on' => '2020-02-24',
'checked_on' => '2020-03-28',
],

[
Expand Down Expand Up @@ -1080,7 +1097,7 @@ public function run()
'renewal_first' => 2,
'renewal_base' => 'FIL',
'renewal_start' => 'GRT',
'checked_on' => '2020-02-24',
'checked_on' => '2023-02-16',
],

[
Expand Down Expand Up @@ -3956,6 +3973,23 @@ public function run()
'checked_on' => '2020-02-24',
],

[
'numcode' => 0,
'iso' => 'UP',
'iso3' => 'UPA',
'name_DE' => 'Einheitlichen Patentschutz',
'name' => 'Unitary Patent',
'name_FR' => 'Brevet Unitaire',
'ep' => 1,
'wo' => 0,
'em' => 0,
'oa' => 0,
'renewal_first' => 4,
'renewal_base' => 'FIL',
'renewal_start' => 'GRT',
'checked_on' => '2023-05-22',
],

[
'numcode' => 840,
'iso' => 'US',
Expand Down Expand Up @@ -4155,8 +4189,8 @@ public function run()
'em' => 0,
'oa' => 0,
'renewal_first' => null,
'renewal_base' => 'null',
'renewal_start' => 'null',
'renewal_base' => null,
'renewal_start' => null,
'checked_on' => '2020-02-24',
],

Expand Down

0 comments on commit 869a755

Please sign in to comment.