mirror of
https://github.com/appwrite/appwrite
synced 2026-05-11 11:10:46 +00:00
debug
This commit is contained in:
parent
bcb593e6df
commit
db244937ff
1 changed files with 6 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue