function field_sql_storage_update_7000

Field SQL storage update version placeholder.

Related topics

File

modules/field/modules/field_sql_storage/field_sql_storage.install, line 92

Code

function field_sql_storage_update_7000() {
    // Some update helper functions (such as
    // _update_7000_field_sql_storage_write()) 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_sql_storage_update_7000().
}

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