mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix failing oracle and postgres tests
This commit is contained in:
parent
0c7922cf70
commit
2563c3ffaf
1 changed files with 2 additions and 2 deletions
|
|
@ -279,11 +279,11 @@ class UserMountCache extends TestCase {
|
|||
'mimepart' => 0,
|
||||
'size' => 0,
|
||||
'storage_mtime' => 0,
|
||||
'encrypted' => false,
|
||||
'encrypted' => 0,
|
||||
'unencrypted_size' => 0,
|
||||
'etag' => '',
|
||||
'permissions' => 31
|
||||
]);
|
||||
], ['storage', 'path_hash']);
|
||||
$id = (int)$this->connection->lastInsertId('*PREFIX*filecache');
|
||||
$this->fileIds[] = $id;
|
||||
return $id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue