Limas
Limas copied to clipboard
PK import tool
Had to do some changes to the import tool for it to work, I am importing from a windows mysql database and all tables are in lowercase. Database needs to be empty and migrations fills it with some data, ended up commenting everything in Version00000000000001.php.
Is there a way to run php bin/console doctrine:migrations:migrate without executing postUp()?
Another issue is in the importPartCategory, had to add ORDER BY parent_id ASC in line 820 because of foreign keys.
It imported everything after those changes
commit 4e2f812 should fix it all, pls check it