renderDropIndex method
Implementation
@override
List<String> renderDropIndex(String tableName, String indexName) {
return [
jsonEncode({
'_vania_migration': 'dropIndex',
'collection': tableName,
'indexName': indexName,
}),
];
}