false, 'ALTER TABLE `' . Common::prefixTable('log_visit') . '` DROP `config_color_depth`' => false, // 0.2.12 [673] // Note: requires INDEX privilege 'DROP INDEX index_idaction ON `' . Common::prefixTable('log_action') . '`' => '1091', ); } static function update() { Updater::updateDatabase(__FILE__, self::getSql()); } }