Merge pull request #9793 from appwrite/fix-migration-version

Fix class name
This commit is contained in:
Jake Barnby 2025-05-18 11:56:17 +00:00 committed by GitHub
commit d0bb88f69f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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