mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-16 12:20:09 -07:00
Update RebrickableLoader.php
Added material_id to table rebrickable_part
This commit is contained in:
parent
0255e0b71d
commit
a3924ed3ab
@ -181,7 +181,7 @@ class RebrickableLoader extends BaseLoader
|
||||
|
||||
private function loadPartTable($csv)
|
||||
{
|
||||
return $this->loadCsvFile($csv, 'rebrickable_part', '(`id`,`name`,`category_id`)');
|
||||
return $this->loadCsvFile($csv, 'rebrickable_part', '(`id`,`name`,`category_id`,`material_id`)');
|
||||
}
|
||||
|
||||
private function loadCategoryTable($csv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user