From ae11018b37ef9506aa27660315b55a0898491f59 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 9 Apr 2016 19:14:28 +0200 Subject: drop last_modified column --- appinfo/database.xml | 8 -------- appinfo/info.xml | 2 +- appinfo/preupdate.php | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) (limited to 'appinfo') 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 @@ 0 true - - last_modified - integer - - 8 - false - true - news_feeds_user_id_index 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 @@ Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt multimedia AGPL - 8.2.2 + 8.2.4 News 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(); -- cgit v1.2.3