. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Schema; /** * Upgrade the database schema from version 15 to version 16 (webtrees 1.2.7). */ class Migration15 implements MigrationInterface { /** * Upgrade to to the next version. * * @return void */ public function upgrade(): void { // These migrations have been merged into migration 0. // Direct upgrade from webtrees < 1.7.9 is not supported. } }