database - Update Drupal Application with an external DB script -
database - Update Drupal Application with an external DB script -
i’m trying update drupal application external script writing straight in mysql db, need modify 1 field of 1 specific datatype. see in table named field_data_field_fieldname when update application doesn’t change. need modify else? thanks
assuming trying alter field's value, seek modifying both field_data_field_fieldname , field_revision_field_fieldname, clear cache.
note not need clear cache if know need clear, e.g. clear field's value particular node, can utilize cache_clear_all('field:node:[your nid here]', 'cache_field');
if trying alter more field's value, suggest through field api.
database drupal
Comments
Post a Comment