-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels