From 132280a85771822439266bbf5eeb3a9647c1de0b Mon Sep 17 00:00:00 2001 From: Jonathan Danse Date: Thu, 14 Nov 2024 18:48:38 +0100 Subject: [PATCH] Add missing argument --- .../console/prestashop-update-sql-upgrade-file-hooks-listing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md b/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md index f583c632dd..95dbc073f0 100644 --- a/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md +++ b/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md @@ -9,6 +9,7 @@ title: prestashop:update:sql-upgrade-file-hooks-listing * Path: `src/PrestaShopBundle/Command/AppendHooksListForSqlUpgradeFileCommand.php` * Arguments: * `ps-version`: PrestaShop version for which the SQL upgrade file will be searched + * `autoupgrade-path`: Path to the autoupgrade module path which contains the upgrade scripts ## Description