Index: modules/system/system.install =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.install,v retrieving revision 1.21 diff -u -F^f -r1.21 system.install --- modules/system/system.install 1 Sep 2006 09:27:04 -0000 1.21 +++ modules/system/system.install 7 Sep 2006 05:57:16 -0000 @@ -3159,11 +3159,11 @@ function system_update_1005() { module varchar(255) NOT NULL, description text NOT NULL, help text NOT NULL, - has_title integer unsigned NOT NULL, + has_title integer NOT NULL, title_label varchar(255) NOT NULL default '', - has_body integer unsigned NOT NULL, + has_body integer NOT NULL, body_label varchar(255) NOT NULL default '', - min_word_count integer unsigned NOT NULL, + min_word_count integer NOT NULL, custom smallint NOT NULL DEFAULT '0', modified smallint NOT NULL DEFAULT '0', locked smallint NOT NULL DEFAULT '0',