summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:49 +0100
commit6f48a74ead80c57e291ca2be78645449e99ae5f0 (patch)
tree783d228246b38fe135f772461958d00f56900ac0 /db
parent050ca4af5a2c72ecd31305ed7b91afc4f411efa1 (diff)
add autoupdate for indices
Diffstat (limited to 'db')
-rw-r--r--db/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index 117e98fb5..5cbfc2fa2 100644
--- a/db/item.php
+++ b/db/item.php
@@ -44,6 +44,7 @@ use \OCP\AppFramework\Db\Entity;
* @method integer getLastModified()
* @method void setLastModified(integer $value)
* @method void setFingerprint(string $value)
+ * @method void setSearchIndex(string $value)
*/
class Item extends Entity implements IAPI, \JsonSerializable {