summaryrefslogtreecommitdiffstats
path: root/appinfo/preupdate.php
blob: f356ae0ce592c5074672aa5cc6c47165411c6954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * ownCloud - News
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Bernhard Posselt <dev@bernhard-posselt.com>
 * @copyright Bernhard Posselt 2015
 */

namespace OCA\News\AppInfo;

use OCA\News\Upgrade\Upgrade;

$app = new Application();
$app->getContainer()->query(Upgrade::class)->preUpgrade();