? .cvsignore
? system_schema_varchar_default.patch
? sites/default/settings.php
Index: modules/system/system.schema
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.schema,v
retrieving revision 1.7
diff -u -r1.7 system.schema
--- modules/system/system.schema	4 Jul 2007 15:49:44 -0000	1.7
+++ modules/system/system.schema	12 Jul 2007 20:13:47 -0000
@@ -5,7 +5,7 @@
   $schema['batch'] = array(
     'fields' => array(
       'bid'       => array('type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE),
-      'token'     => array('type' => 'varchar', 'length' => 64, 'not null' => TRUE),
+      'token'     => array('type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => ''),
       'timestamp' => array('type' => 'int', 'not null' => TRUE),
       'batch'     => array('type' => 'text', 'not null' => FALSE, 'size' => 'medium')
     ),
