. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Schema; /** * Upgrade the database schema from version 38 to version 39. */ class Migration38 implements MigrationInterface { public function upgrade(): void { // This module previously created the table placelocation - which is now deleted in migration 44. } }