(refactor): rename migrate param and add --migrate flag to upgrade task

This commit is contained in:
Jake Barnby
2026-03-31 21:08:29 +13:00
parent 2f53d09c5b
commit b47ac00ca8
7 changed files with 19 additions and 15 deletions
@@ -134,7 +134,7 @@ class ModuleTest extends TestCase
$this->assertActionParams($action, [
'appDomain', 'httpPort', 'httpsPort', 'emailCertificates', 'opensslKey',
'assistantOpenAIKey', 'accountEmail', 'accountPassword', 'database',
'installId', 'retryStep', 'runMigration',
'installId', 'retryStep', 'migrate',
]);
$this->assertActionInjects($action, ['request', 'response', 'swooleResponse', 'installerState', 'installerConfig', 'installerPaths']);
}