mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -223,13 +223,16 @@ App::post('/v1/projects')
|
||||
$create = false;
|
||||
}
|
||||
|
||||
var_dump($dsn->getHost());
|
||||
var_dump(in_array($dsn->getHost(), $sharedTablesV1));
|
||||
var_dump($sharedTablesV1);
|
||||
//var_dump($dsn->getHost());
|
||||
//var_dump(in_array($dsn->getHost(), $sharedTablesV1));
|
||||
//var_dump($sharedTablesV1);
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
|
||||
if ($create || !$globalCollections) {
|
||||
var_dump('#######');
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
$audit = new Audit($dbForProject);
|
||||
$audit->setup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user