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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -