mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
9 lines
260 B
PHP
9 lines
260 B
PHP
<?php
|
|
require_once(__DIR__
|
|
. DIRECTORY_SEPARATOR . '..'
|
|
. DIRECTORY_SEPARATOR . 'src'
|
|
. DIRECTORY_SEPARATOR . 'AutoLoader.php');
|
|
|
|
$upgradeService = Szurubooru\Injector::get(\Szurubooru\Services\UpgradeService::class);
|
|
$upgradeService->runUpgradesVerbose();
|