mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #9793 from appwrite/fix-migration-version
Fix class name
This commit is contained in:
commit
d0bb88f69f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use Utopia\Database\Exception\Structure;
|
|||
use Utopia\Database\Exception\Timeout;
|
||||
use Utopia\Database\Query;
|
||||
|
||||
class V23 extends Migration
|
||||
class V22 extends Migration
|
||||
{
|
||||
/**
|
||||
* @throws Throwable
|
||||
|
|
|
|||
Loading…
Reference in a new issue