Fix length

This commit is contained in:
Jake Barnby 2025-05-18 03:27:47 +12:00
parent 32d2001aa2
commit c0c9b64ce6
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -27,7 +27,7 @@ class Migrate extends Action
{
$this
->desc('Migrate Appwrite to new version')
->param('version', APP_VERSION_STABLE, new Text(8), 'Version to migrate to.', true)
->param('version', APP_VERSION_STABLE, new Text(16), 'Version to migrate to.', true)
->inject('dbForPlatform')
->inject('getProjectDB')
->inject('register')