Syntax Error

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mahmoud
Posts: 27
Joined: 27 Mar 2020, 22:01

Syntax Error

Post by mahmoud » 20 Apr 2021, 11:46

Hello,
In the file:
vendor\aimeos\aimeos-core\lib\mshoplib\setup\StockMigrateProductId.php
This syntax is not correct for POSTGRESQL:

Code: Select all

'unq_mssto_sid_pcode_ty' => 'DROP INDEX "unq_mssto_sid_pcode_ty" ON "mshop_stock"',
the correct syntax like :

Code: Select all

DROP INDEX "unq_mssto_sid_pcode_ty" 
Tank you

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Syntax Error

Post by aimeos » 21 Apr 2021, 06:27

Thank you for pointing out. Can you please create an issue in the https://github.com/aimeos/aimeos-core Github repository?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Syntax Error

Post by aimeos » 24 Apr 2021, 08:44

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply