Fix typos

This commit is contained in:
Bradley Schofield 2024-07-17 14:54:37 +09:00
parent ec9bb8a898
commit 35375c42ad
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ abstract class Migration
'1.5.5' => 'V20',
'1.5.6' => 'V20',
'1.5.7' => 'V20',
'1.6.0' => 'V12'
'1.6.0' => 'V21'
];
/**

View file

@ -9,7 +9,7 @@ use Utopia\CLI\Console;
use Utopia\Database\Database;
use Utopia\Database\Document;
class V20 extends Migration
class V21 extends Migration
{
/**
* @throws Throwable