[development] Changing Input format for all instances of a field
    Michael Favia 
    michael at favias.org
       
    Mon Sep 28 16:49:03 UTC 2009
    
    
  
Brian Vuyk wrote:
> I need to change the input format for all instances of a certain CCK 
> field. What is the best way to go about this? There are about 2,000 
> nodes that need to be updated. What's the best way to do this?
This is best done in the mysql client using a update with a join between 
the 'node' and 'node_revision' tables filtering out only the 'type' you 
want. -mf
    
    
More information about the development
mailing list