mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix length
This commit is contained in:
parent
32d2001aa2
commit
c0c9b64ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue