Update functions between 7.x versions.
| Name   | Location | Description | 
|---|---|---|
| aggregator_update_7003 | drupal/ | Increase the length of {aggregator_feed}.url. | 
| aggregator_update_7004 | drupal/ | Add index on timestamp. | 
| block_update_7008 | drupal/ | Update database to match Drupal 7 schema. | 
| block_update_7009 | drupal/ | Increase {block}.title length to 255 characters. | 
| color_update_7001 | drupal/ | Warn site administrator if unsafe CSS color codes are found in the database. | 
| comment_update_7007 | drupal/ | Add an index to the created column. | 
| comment_update_7008 | drupal/ | Update database to match Drupal 7 schema. | 
| comment_update_7009 | drupal/ | Change the last_comment_timestamp column description. | 
| dblog_update_7002 | drupal/ | Add an index to the severity column in the watchdog database table. | 
| dblog_update_7003 | drupal/ | Account for possible legacy systems where dblog was not installed. | 
| field_update_7002 | drupal/ | Split the all-inclusive field_bundle_settings variable per bundle. | 
| field_update_7003 | drupal/ | Add the FieldInfo class to the class registry. | 
| field_update_7004 | drupal/ | Grant the new "administer fields" permission to trusted users. | 
| forum_update_7002 | drupal/ | Add new index to forum_index table. | 
| forum_update_7003 | drupal/ | Rename field to 'taxonomy_forums'. | 
| forum_update_7011 | drupal/ | Update {forum_index} so that only published nodes are indexed. | 
| forum_update_7012 | drupal/ | Add 'created' and 'last_comment_timestamp' indexes. | 
| image_update_7001 | drupal/ | Rename possibly misnamed {image_effect} table to {image_effects}. | 
| image_update_7002 | drupal/ | Add width and height columns to image field schema and populate. | 
| image_update_7003 | drupal/ | Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions. | 
| image_update_7004 | drupal/ | Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. | 
| image_update_7005 | drupal/ | Add a column to the 'image_style' table to store administrative labels. | 
| list_update_7002 | drupal/ | Re-apply list_update_7001() for deleted fields. | 
| locale_update_7003 | drupal/ | Update "language_count" variable. | 
| locale_update_7004 | drupal/ | Remove duplicates in {locales_source}. | 
| locale_update_7005 | drupal/ | Increase {locales_languages}.formula column's length. | 
| menu_update_7000 | drupal/ | Migrate the "Default menu for content" setting to individual node types. | 
| menu_update_7001 | drupal/ | Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents. | 
| menu_update_7002 | drupal/ | Rename the primary/secondary menu blocks to match previously renamed menus. | 
| menu_update_7003 | drupal/ | Add missing custom menus to active menus list. | 
| node_update_7011 | drupal/ | Update the database from Drupal 6 to match the schema. | 
| node_update_7012 | drupal/ | Switches body fields to untranslatable while upgrading from D6 and makes them language neutral. | 
| node_update_7013 | drupal/ | Change {node}.vid default value from 0 to NULL to avoid deadlock issues on MySQL. | 
| node_update_7014 | drupal/ | Add an index on {node}.language. | 
| node_update_7015 | drupal/ | Enable node types that may have been erroneously disabled in Drupal 7.36. | 
| node_update_7016 | drupal/ | Change {history}.nid to an unsigned int in order to match {node}.nid. | 
| openid_update_7000 | drupal/ | Bind associations to their providers. | 
| poll_update_7004 | drupal/ | Update the database to match the schema. | 
| system_update_7070 | drupal/ | Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables. | 
| system_update_7071 | drupal/ | Add index missed during upgrade, and fix field default. | 
| system_update_7072 | drupal/ | Remove the obsolete 'site_offline_message' variable. | 
| system_update_7073 | drupal/ | Add binary to {file_managed}, in case system_update_7034() was run without it. | 
| system_update_7074 | drupal/ | This update has been removed and will not run. | 
| system_update_7076 | drupal/ | Convert menu_links query strings into arrays. | 
| system_update_7077 | drupal/ | Revert {file_managed}.filename changed to a binary column. | 
| system_update_7078 | drupal/ | Add binary to {date_formats}.format. | 
| system_update_7079 | drupal/ | Convert the 'filesize' column in {file_managed} to a bigint. | 
| system_update_7080 | drupal/ | Convert the 'format' column in {date_format_locale} to case sensitive varchar. | 
| system_update_7081 | drupal/ | Remove the Drupal 6 default install profile if it is still in the database. | 
| taxonomy_update_7011 | drupal/ | Drop unpublished nodes from the index. | 
| trigger_update_7001 | drupal/ | Increase the length of the "hook" field to 78 characters. | 
| trigger_update_7002 | drupal/ | Renames nodeapi to node. | 
| user_update_7016 | drupal/ | Update the database to match the schema. | 
| user_update_7017 | drupal/ | Update email templates to use new tokens. | 
| user_update_7018 | drupal/ | Ensure there is an index on {users}.picture. | 
| user_update_7019 | drupal/ | Ensure there is a combined index on {authmap}.uid and {authmap}.module. | 
| _image_update_7002_add_columns | drupal/ | Add width and height columns to a specific table. | 
| _image_update_7002_populate_dimensions | drupal/ | Populate image dimensions in a specific table. |