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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -