mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove comment
This commit is contained in:
@@ -1035,14 +1035,10 @@ trait DatabasesBase
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
'x-appwrite-timeout' => 1,
|
||||
], $this->getHeaders()), [
|
||||
//'queries' => ['notEqual("longtext", "appwrite")'],
|
||||
'queries' => ['notEqual("longtext", "appwrite")'],
|
||||
]);
|
||||
|
||||
var_dump($docs);
|
||||
}
|
||||
|
||||
exit;
|
||||
|
||||
for ($i = 0; $i < count($documents); $i++) {
|
||||
$this->client->call(Client::METHOD_DELETE, '/databases/' . $data['databaseId'] . '/collections/' . $data['moviesId'] . '/documents/' . $documents[$i]['body']['$id'], array_merge([
|
||||
'content-type' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user