. */ namespace Fisharebest\Webtrees\Schema; /** * Upgrade the database schema. */ interface MigrationInterface { /** * Upgrade to to the next version */ public function upgrade(); }