Skip to content

Allow to use on fields with existing data #5

@anton-staroverov

Description

@anton-staroverov
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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions