mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated namespace
This commit is contained in:
@@ -64,7 +64,7 @@ $callbacks = [
|
||||
$offset = $offset + $limit;
|
||||
}
|
||||
|
||||
$schema = (isset($_SERVER['_APP_DB_SCHEMA'])) ? $_SERVER['_APP_DB_SCHEMA'] : '';
|
||||
$schema = $projectDB->getNamespace();
|
||||
|
||||
try {
|
||||
$statement = $db->prepare("
|
||||
|
||||
Reference in New Issue
Block a user