Piwik\Plugins\Goals\Updates_3_0_0_b1::doUpdate PHP Method

doUpdate() public method

Here you can define any action that should be performed during the update. For instance executing SQL statements, renaming config entries, updating files, etc.
public doUpdate ( Updater $updater )
$updater Piwik\Updater
    public function doUpdate(Updater $updater)
    {
        $updater->executeMigrations(__FILE__, $this->getMigrations($updater));
    }