Revert to utopia database instead of extension

This commit is contained in:
Jake Barnby
2024-07-02 19:10:02 +12:00
parent 10adfc5124
commit ec2eb2bfa3
49 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -7,12 +7,12 @@ use Appwrite\Event\Certificate;
use Appwrite\Event\Delete;
use Appwrite\Event\Func;
use Appwrite\Platform\Appwrite;
use Appwrite\Utopia\Database\Database;
use Utopia\Cache\Adapter\Sharding;
use Utopia\Cache\Cache;
use Utopia\CLI\CLI;
use Utopia\CLI\Console;
use Utopia\Config\Config;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Validator\Authorization;
use Utopia\DSN\DSN;