Index: modules/search/search.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.install,v
retrieving revision 1.27
diff -u -p -r1.27 search.install
--- modules/search/search.install	4 Dec 2009 16:49:47 -0000	1.27
+++ modules/search/search.install	14 Jul 2010 13:34:56 -0000
@@ -32,7 +32,7 @@ function search_schema() {
       'type' => array(
         'type' => 'varchar',
         'length' => 16,
-        'not null' => FALSE,
+        'not null' => TRUE,
         'description' => 'Type of item, e.g. node.',
       ),
       'data' => array(
@@ -72,7 +72,7 @@ function search_schema() {
       'type' => array(
         'type' => 'varchar',
         'length' => 16,
-        'not null' => FALSE,
+        'not null' => TRUE,
         'description' => 'The {search_dataset}.type of the searchable item to which the word belongs.',
       ),
       'score' => array(
