Index: modules/actions/actions.schema
===================================================================
RCS file: /cvs/drupal/drupal/modules/actions/actions.schema,v
retrieving revision 1.1
diff -u -r1.1 actions.schema
--- modules/actions/actions.schema	29 Jun 2007 18:06:50 -0000	1.1
+++ modules/actions/actions.schema	29 Jun 2007 19:02:27 -0000
@@ -7,7 +7,7 @@
       'aid' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '0'),
       'type' => array('type' => 'varchar', 'length' => 32, 'not null' => TRUE, 'default' => ''),
       'callback' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
-      'parameters' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big', 'default' => ''),
+      'parameters' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'),
       'description' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '0'),
     ),
     'primary key' => array('aid'),
