Index: updates.inc =================================================================== RCS file: /cvs/drupal/drupal/database/updates.inc,v retrieving revision 1.224 diff -u -r1.224 updates.inc --- updates.inc 28 Apr 2006 13:00:23 -0000 1.224 +++ updates.inc 10 May 2006 01:44:09 -0000 @@ -1954,3 +1954,10 @@ return array(); } + +/** + * Update base paths for relative URLs in custom blocks, profiles and various variables. + */ +function system_update_180() { + return update_sql('ALTER TABLE {variable} CHANGE `name` `name` VARCHAR(128) NOT NULL'); +} \ No newline at end of file