You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: