Merge pull request #9783 from appwrite/fix-version

Fix length
This commit is contained in:
Jake Barnby 2025-05-17 15:28:31 +00:00 committed by GitHub
commit 0327705477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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')