function field_sql_storage_update_7000

7.x field_sql_storage.install field_sql_storage_update_7000()

Field SQL storage update version placeholder.

Related topics

File

drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install, line 92
Install, update and uninstall functions for the field_sql_storage module.

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