summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
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 -->