31
Tips and Tricks / Re: Exploring Cursor AI for Cloning Themes – Share Your Prompts!
« Last post by eCommerce Core on July 01, 2025, 07:53:57 AM »Very cool. I tried and got new blank extension created after 3 correction with AI prompt.
Thank you for the response earlier.
Just following up on this issue regarding the failed upgrade to v1.4.2 due to the DROP INDEX IF EXISTS syntax. As mentioned, our MySQL server version is 8.0.38, which supports this syntax yet the upgrade still fails with the SQL error referencing:
DROP INDEX IF EXISTS `ab_lang_definition_idx` ON `ab_language_definitions`
create index `ab_lang_definition_idx` on `ab_language_definitions` (language_value(500));
create index `ab_settings_idx` on `ab_settings` (value(500));