Index: system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.256
diff -u -p -r1.256 system.install
--- system.install	1 Jul 2008 20:36:40 -0000	1.256
+++ system.install	30 Jul 2008 08:33:54 -0000
@@ -1243,14 +1243,14 @@ function system_schema() {
       'src' => array(
         'description' => t('The Drupal path this alias is for; e.g. node/12.'),
         'type' => 'varchar',
-        'length' => 128,
+        'length' => 256,
         'not null' => TRUE,
         'default' => '',
       ),
       'dst' => array(
         'description' => t('The alias for this path; e.g. title-of-the-story.'),
         'type' => 'varchar',
-        'length' => 128,
+        'length' => 256,
         'not null' => TRUE,
         'default' => '',
       ),
