- block_update_1001 in core/
modules/ block/ block.install - Add a column for title to the block_custom table.
- comment_install in core/
modules/ comment/ comment.install - Implements hook_install().
- comment_uninstall in core/
modules/ comment/ comment.install - Implements hook_uninstall().
- comment_update_1004 in core/
modules/ comment/ comment.install - Add an Override column for automatic comment closing for individual nodes.
- DatabaseRegressionTestCase::testDBFieldExists in core/
modules/ simpletest/ tests/ database_test.test - Test the db_field_exists() function.
- FieldSchemaAlterTestCase::testImageFieldSchemaAlter in core/
modules/ field/ tests/ field.test - Tests a hook_field_schema_alter() implementation.
- file_update_1003 in core/
modules/ file/ file.install - Add a type column to the file_managed table, and add a file_metadata table.
- language_update_1000 in core/
modules/ language/ language.install - Rename {language}.language to {language}.langcode.
- node_update_1015 in core/
modules/ node/ node.install - Add column for scheduling the publishing of content in the future.
- redirect_update_1001 in core/
modules/ redirect/ redirect.install - Rename the language column to langcode, drop inactive redirects.
- redirect_update_1004 in core/
modules/ redirect/ redirect.install - Fix redirect table schema of upgraded sites.
- SchemaTestCase::testUnsignedColumns in core/
modules/ simpletest/ tests/ schema.test - Tests creating unsigned columns and data integrity thereof.
- system_update_1027 in core/
modules/ system/ system.install - Remove the per-user cache column from the session table.
- system_update_1039 in core/
modules/ system/ system.install - Add the "auto" column to the url_alias table.
- system_update_1064 in core/
modules/ system/ system.install - Add langcode column to {menu_links} table.
- taxonomy_update_1001 in core/
modules/ taxonomy/ taxonomy.install - Convert taxonomy vocabularies to configuration.
- taxonomy_update_1002 in core/
modules/ taxonomy/ taxonomy.install - Drop the old taxonomy vocabulary table.
- taxonomy_update_1006 in core/
modules/ taxonomy/ taxonomy.install - Add langcode column to {taxonomy_term_data} table.
- update_prepare_bootstrap in core/
includes/ update.inc - Performs extra steps required to bootstrap when using a Drupal 7 database.
- user_update_1007 in core/
modules/ user/ user.install - Convert user roles to configuration files.
- user_update_1024 in core/
modules/ user/ user.install - Add a "changed" column to the "users" table.
- views_update_1006 in core/
modules/ views/ views.install - Remove headers field from cache tables.