You are here

13 calls to content_alter_db_field() in Content Construction Kit (CCK) 5

content_field_instance_delete in ./content_crud.inc
Delete an existing field instance.
content_update_10 in ./content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1004 in ./content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_5 in ./content.install
Move data from per-field storage to per-content-type storage where possible.
nodereference_update_3 in ./nodereference.install
Data is now stored in per-field tables.
number_update_4 in ./number.install
Data is now stored in per-field tables.
number_update_5 in ./number.install
Set the value columns to accept NULL values
text_update_4 in ./text.install
Data is now stored in per-field tables.
userreference_update_3 in ./userreference.install
Data is now stored in per-field tables.
userreference_update_4 in ./userreference.install
Set the value columns to accept NULL values and replace 0 with NULL in the field data tables
_content_admin_field_add_existing_submit in ./content_admin.inc
Add an existing field to a content type.
_content_admin_field_add_new_submit in ./content_admin.inc
Create a new field for a content type.
_content_admin_field_submit in ./content_admin.inc
Save a field's settings after editing.