- comment_update_1000 in core/
modules/ comment/ comment.install - Renames {comment}.language to {comment}.langcode.
- file_update_1003 in core/
modules/ file/ file.install - Add a type column to the file_managed table, and add a file_metadata table.
- locale_update_1005 in core/
modules/ locale/ locale.install - Convert source and translation from blob to text.
- node_update_1014 in core/
modules/ node/ node.install - Change {history}.nid to an unsigned int in order to match {node}.nid.
- 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.
- taxonomy_update_1002 in core/
modules/ taxonomy/ taxonomy.install - Drop the old taxonomy vocabulary 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.