getTable('appconfig'); if ($table->hasIndex('appconfig_appid_key')) { $table->dropIndex('appconfig_appid_key'); } $table = $schema->getTable('collres_accesscache'); if ($table->hasIndex('collres_user_coll')) { $table->dropIndex('collres_user_coll'); } $table = $schema->getTable('mounts'); if ($table->hasIndex('mounts_user_index')) { $table->dropIndex('mounts_user_index'); } return $schema; } }