mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update app/workers/databases.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
parent
0c6f9bdb01
commit
f7c9e9c650
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class DatabaseV1 extends Worker
|
|||
'collectionId' => $collection->getId(),
|
||||
'attributeId' => $attribute->getId()
|
||||
]);
|
||||
/**x
|
||||
/**
|
||||
* Fetch attribute from the database, since with Resque float values are loosing informations.
|
||||
*/
|
||||
$attribute = $dbForProject->getDocument('attributes', $attribute->getId());
|
||||
|
|
|
|||
Loading…
Reference in a new issue