mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix big in migration class
This commit is contained in:
parent
14b6aa0e8e
commit
4d33ba6db1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use Utopia\Config\Config;
|
||||||
use Utopia\Database\Database;
|
use Utopia\Database\Database;
|
||||||
use Utopia\Database\Document;
|
use Utopia\Database\Document;
|
||||||
|
|
||||||
class V16 extends Migration
|
class V17 extends Migration
|
||||||
{
|
{
|
||||||
public function execute(): void
|
public function execute(): void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue