summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-02 19:56:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-02 19:56:35 +0200
commit90932c80c61a2d63b631e0cf485be2ae8e0bce34 (patch)
tree903d4433eea9c84c1e92523651b8411f3659c8d5 /appinfo
parent0dd88fad758d63389eebf827f2ac924e83ad5033 (diff)
revert database schema change
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml10
2 files changed, 9 insertions, 7 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index a243836fb..5ea1ed13c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -279,19 +279,19 @@
<name>guid_hash</name>
<type>text</type>
<notnull>true</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>fingerprint</name>
<type>text</type>
<notnull>false</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>content_hash</name>
<type>text</type>
<notnull>false</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>rtl</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 56ac8ece7..d7fe48706 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>10.2.1</version>
+ <version>10.2.2</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
@@ -39,6 +39,11 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</dependencies>
<ocsid>168040</ocsid>
+ <!--<settings>-->
+ <!--<admin>OCA\News\Settings\Admin</admin>-->
+ <!--<admin-section>OCA\News\Settings\Section</admin-section>-->
+ <!--</settings>-->
+
<navigations>
<navigation>
<name>News</name>
@@ -46,9 +51,6 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</navigation>
</navigations>
- <!-- admin -->
- <admin>admin/admin</admin>
-
<!-- cron jobs -->
<cron>
<job>OCA\News\Cron\Updater</job>