6 lines
228 B
PHP
6 lines
228 B
PHP
|
<?php
|
||
|
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'AutoLoader.php');
|
||
|
|
||
|
$upgradeService = Szurubooru\Injector::get(\Szurubooru\Services\UpgradeService::class);
|
||
|
$upgradeService->runUpgradesVerbose();
|