summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 19:14:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 19:14:28 +0200
commitae11018b37ef9506aa27660315b55a0898491f59 (patch)
treebf622d4b10a99c332a989ad09d07e24c8ca74f65 /appinfo
parentd4b965433085eb43911cd7d896ea3fec0ec45850 (diff)
drop last_modified column
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml8
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/preupdate.php1
3 files changed, 1 insertions, 10 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index eb4e122c9..5c17aba15 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -217,14 +217,6 @@
<default>0</default>
<notnull>true</notnull>
</field>
- <field>
- <name>last_modified</name>
- <type>integer</type>
- <default></default>
- <length>8</length>
- <notnull>false</notnull>
- <unsigned>true</unsigned>
- </field>
<index>
<name>news_feeds_user_id_index</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1c33d413a..4f2ef4305 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>8.2.2</version>
+ <version>8.2.4</version>
<namespace>News</namespace>
<!-- resources -->
diff --git a/appinfo/preupdate.php b/appinfo/preupdate.php
index b493b8920..f356ae0ce 100644
--- a/appinfo/preupdate.php
+++ b/appinfo/preupdate.php
@@ -13,6 +13,5 @@ namespace OCA\News\AppInfo;
use OCA\News\Upgrade\Upgrade;
-throw new \Exception('heheheo');
$app = new Application();
$app->getContainer()->query(Upgrade::class)->preUpgrade();