Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PK import tool #8

Open
afx303 opened this issue Oct 13, 2024 · 1 comment
Open

PK import tool #8

afx303 opened this issue Oct 13, 2024 · 1 comment

Comments

@afx303
Copy link

afx303 commented Oct 13, 2024

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

Lopo added a commit that referenced this issue Jan 4, 2025
…ase option to pk import cmd + add ORDER BY to all tree imports)
@Lopo
Copy link
Owner

Lopo commented Jan 4, 2025

commit 4e2f812 should fix it all, pls check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants