The safest way will always be to go through Drupal and use the node
save functions (through a custom script, feedapi, etc.) because any
related data will also be updated. Otherwise, modules will miss the
opportunity to hook in.
However, your integer field is probably safe to change directly in the
database if you don't want to spend a lot of time on it.
- Ken Winters
On Sep 28, 2009, at 11:36 AM, Brian Vuyk wrote:
> Hello all!
>
> 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?
>
> Thanks in advance!
>
> Brian
>
>