-
Notifications
You must be signed in to change notification settings - Fork 124
feat: add shipment table #1200
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
feat: add shipment table #1200
Conversation
104f88b
to
7cf54f1
Compare
|
Hello @PoulainMaxime, Can you you fill the How to test, please? Thanks for your contribution :) |
Oh, sorry I didn't see your message ... I filled the description to explain how to test this PR :) |
4c41148
to
0f3738a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR, I tested it and I have this issue on the upgrade part :
There are the different error :
var/www/html/pr_autoup/classes/db/DbPDO.php line 151 - PrestaShopException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLLATION' at line 18
#0 /var/www/html/pr_autoup/classes/db/Db.php(381): DbPDOCore->_query()
#1 /var/www/html/pr_autoup/classes/db/Db.php(571): DbCore->query()
#2 /var/www/html/pr_autoup/modules/autoupgrade/classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php(489): DbCore->execute()
#3 /var/www/html/pr_autoup/modules/autoupgrade/classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php(358): PrestaShop\Module\AutoUpgrade\UpgradeTools\CoreUpgrader\CoreUpgrader->runSqlQuery()
#4 /var/www/html/pr_autoup/modules/autoupgrade/classes/Task/Update/UpdateDatabase.php(176): PrestaShop\Module\AutoUpgrade\UpgradeTools\CoreUpgrader\CoreUpgrader->runQuery()
#5 /var/www/html/pr_autoup/modules/autoupgrade/classes/Task/Update/UpdateDatabase.php(61): PrestaShop\Module\AutoUpgrade\Task\Update\UpdateDatabase->updateDatabase()
#6 /var/www/html/pr_autoup/modules/autoupgrade/classes/Task/Runner/ChainedTasks.php(65): PrestaShop\Module\AutoUpgrade\Task\Update\UpdateDatabase->run()
#7 /var/www/html/pr_autoup/admin-dev/autoupgrade/ajax-upgradetab.php(54): PrestaShop\Module\AutoUpgrade\Task\Runner\ChainedTasks->run()
#8 {main}
Waiting for your feedback about this correction
|
Hi @AureRita, I fixed the above problem, and everything should work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR, I tested it and it seems to works as you can see :
Tested from :
8.0.3 to 8.2.1
8.2.1 to 9.1.0
8.0.3 to 9.1.0
Because the PR seems to works as expected, It's QA ✔️
Thank you
Uh oh!
There was an error while loading. Please reload this page.