adaptdk / er_viewmode

Allows selection of viewmode per referenced entity
3 stars 4 forks source link

Allow to use on fields with existing data #5

Open tonystar opened 9 years ago

tonystar commented 9 years ago
Attempt to update field Content failed: field_sql_storage cannot change the schema for an existing field with data..

Currently I have to alter field tables myself like this:

ALTER TABLE field_data_field_content ADD field_content_view_mode VARCHAR(32);
ALTER TABLE field_revision_field_content ADD field_content_view_mode VARCHAR(32);