Suddenly I am facing some issue at Drupal 7 site.
Here in my project I user Profile2 module .
We have multiple profile type. Each profile type has some field.
Suddenly field_data and field_revision table rename with field_deleted_data_<id>
and field_deleted_revision_<id>
.
field_config
and field_config_instance
set field deleted status to 1.
I can't understand what wrong going on. Any one have any idea regarding this issue.
Please help me.