aimeos / aimeos-core

Aimeos PHP e-commerce framework for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
https://aimeos.org
Other
3.4k stars 118 forks source link

Fix index update of mshop_index_text without field url #182

Closed gilbertsoft closed 4 years ago

gilbertsoft commented 4 years ago

This patch fixes index violations of new index including the new field url

aimeos commented 4 years ago

Think we've found a better solution without dropping the table: https://github.com/aimeos/aimeos-core/commit/30afc334a4ac6a9f7e302fec946bc6d8ccd0d302 Can you please try 2019.10.x-dev and see if it works for you now?

gilbertsoft commented 4 years ago

Your patch works for me.

The only diff we have now is that the two index tables will be empty after the update and I have to rebuild them after the Aimeos upgrade. For me this is not an issue because rebuilding the indizes is already a part of my distribution process.

So I'm gonna close this PR in favor of your change