false, 'ALTER TABLE `' . Common::prefixTable('log_visit') . '` DROP `config_color_depth`' => 1091, // 0.2.12 [673] // Note: requires INDEX privilege 'DROP INDEX index_idaction ON `' . Common::prefixTable('log_action') . '`' => 1091, ); } public function doUpdate(Updater $updater) { $updater->executeMigrationQueries(__FILE__, $this->getMigrationQueries($updater)); } }