Limas icon indicating copy to clipboard operation
Limas copied to clipboard

PK import tool

Open afx303 opened this issue 1 year ago • 1 comments

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

afx303 avatar Oct 13 '24 18:10 afx303

commit 4e2f812 should fix it all, pls check it

Lopo avatar Jan 04 '25 18:01 Lopo