Drop an index
Future<void> dropIndex(String indexName) async { await executor.runCustom('DROP INDEX IF EXISTS $indexName'); }