Skip to content

Commit

Permalink
add taxaenum tree to taxonomy seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Sep 27, 2024
1 parent 47f6858 commit bfeed69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/seeders/TaxonomySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ public function run(): void {
'sciName' => $kingdom,
'unitName1' => $kingdom,
]);

DB::insert('INSERT INTO taxaenumtree (tid, taxauthid, parenttid) VALUES (LAST_INSERT_ID(), 1, 1)');
}
}
}

0 comments on commit bfeed69

Please sign in to comment.