2014-09-14 16:16:15 +02:00
|
|
|
<?php
|
2014-09-25 11:51:51 +02:00
|
|
|
require_once(__DIR__
|
|
|
|
. DIRECTORY_SEPARATOR . '..'
|
|
|
|
. DIRECTORY_SEPARATOR . 'src'
|
2014-10-02 19:19:55 +02:00
|
|
|
. DIRECTORY_SEPARATOR . 'Bootstrap.php');
|
2014-09-14 16:16:15 +02:00
|
|
|
|
|
|
|
$upgradeService = Szurubooru\Injector::get(\Szurubooru\Services\UpgradeService::class);
|
|
|
|
$upgradeService->runUpgradesVerbose();
|