Piwik\Updates\Updates_0_2_12::getMigrations PHP Метод

getMigrations() публичный Метод

public getMigrations ( Updater $updater )
$updater Piwik\Updater
    public function getMigrations(Updater $updater)
    {
        return array($this->migration->db->changeColumnType('site', 'ts_created', 'TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL'), $this->migration->db->dropColumn('log_visit', 'config_color_depth'), $this->migration->db->dropIndex('log_action', 'index_idaction'));
    }