function field_update_7000 in Drupal 7
Field update version placeholder.
Related topics
File
- modules/
field/ field.install, line 399 - Install, update and uninstall functions for the field module.
Code
function field_update_7000() {
// Some update helper functions (such as _update_7000_field_create_field())
// modify the database directly. They can be used safely only if the database
// schema matches the field module schema established for Drupal 7.0 (i.e.
// version 7000). This function exists solely to set the schema version to
// 7000, so that update functions calling those helpers can do so safely
// by declaring a dependency on field_update_7000().
}