summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-20 14:41:31 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commit953b030e2678ce45d2f182c181ef2190f39d161d (patch)
tree0337988efca9bf3b714ca9af5e95e188d6ddb260 /appinfo
parent03ce3af3a51f51852cd0a3f06872fc36d7f62dfb (diff)
generate an index
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php2
-rw-r--r--appinfo/database.xml4
-rw-r--r--appinfo/info.xml2
3 files changed, 6 insertions, 2 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index dfbd81be4..428cd0e3a 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -52,7 +52,7 @@ class Application extends App {
*/
$container->registerService('OCA\News\Db\ItemMapper', function($c) {
return $c->query('OCA\News\Db\MapperFactory')->getItemMapper(
- $c->query('OCP\IDb')
+ $c->query('OCP\IDBConnection')
);
});
diff --git a/appinfo/database.xml b/appinfo/database.xml
index c2277d276..a500d538f 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -209,6 +209,10 @@
<length>32</length>
</field>
<field>
+ <name>search_index</name>
+ <type>clob</type>
+ </field>
+ <field>
<name>guid</name>
<type>clob</type>
<notnull>true</notnull>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a372ffa21..0744def15 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
- <version>5.2.8</version>
+ <version>5.2.9</version>
<namespace>News</namespace>
<!-- resources -->