From a6ff0d93921202866b426d756f692585e493c18b Mon Sep 17 00:00:00 2001
From: heddn <lucashedding@1463982.no-reply.drupal.org>
Date: Tue, 16 Jun 2015 07:59:21 -0600
Subject: [PATCH] Issue #2506877 by heddn: Remove 'indexes' from field base

---
 includes/features.field.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/includes/features.field.inc b/includes/features.field.inc
index c620274..0156265 100644
--- a/includes/features.field.inc
+++ b/includes/features.field.inc
@@ -152,6 +152,7 @@ function field_base_features_export_render($module, $data, $export = NULL) {
     if ($field = features_field_base_load($identifier)) {
       unset($field['columns']);
       unset($field['foreign keys']);
+      unset($field['indexes']);
       // Only remove the 'storage' declaration if the field is using the default
       // storage type.
       if ($field['storage']['type'] == variable_get('field_storage_default', 'field_sql_storage')) {
-- 
2.4.3

