for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* webtrees-lib: MyArtJaub library for webtrees
*
* @package MyArtJaub\Webtrees
* @subpackage GeoDispersion
* @author Jonathan Jaubart <[email protected]>
* @copyright Copyright (c) 2009-2022, Jonathan Jaubart
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3
*/
declare(strict_types=1);
namespace MyArtJaub\Webtrees\Module\GeoDispersion\Schema;
use Fisharebest\Webtrees\Schema\MigrationInterface;
* Upgrade the database schema from version 0 (empty database) to version 1.
class Migration0 implements MigrationInterface
{
* {@inheritDoc}
* @see \Fisharebest\Webtrees\Schema\MigrationInterface::upgrade()
public function upgrade(): void
// This migration has been superseded by migration 1.
}