Index: xmlsitemap_node/xmlsitemap_node.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install,v retrieving revision 1.8 diff -u -r1.8 xmlsitemap_node.install --- xmlsitemap_node/xmlsitemap_node.install 20 May 2008 17:48:47 -0000 1.8 +++ xmlsitemap_node/xmlsitemap_node.install 26 May 2008 23:21:03 -0000 @@ -44,7 +44,7 @@ 'type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, - 'default' => 0, + 'default' => NULL, ), 'last_changed' => array( 'description' => t('Keeps track of new changes.'),