pimcore / demo

The Official Pimcore Demo Package - You're new to Pimcore? That's your entry point! 🤓
Other
97 stars 106 forks source link

Fix relation tables in database dump #579

Closed markus-moser closed 3 weeks ago

markus-moser commented 1 month ago

It seems that this migration was not executed on the database dump of the demo:

https://github.com/pimcore/ee-pimcore/blob/6.9/bundles/CoreBundle/Migrations/Version20200817133132.php

As this is from Pimcore 6.9 and not part of the core anymore we need to manually fix the dump and add the id columns to the relation tables.

markus-moser commented 3 weeks ago

Please also check that the latest migrations are executed and part of the dump.

Related to 288