function field_update_7000

Field update version placeholder.

Related topics

File

modules/field/field.install, line 399

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().
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.