diff --git a/modules/system/system.install b/modules/system/system.install index 94eae44a758c8b2fc1af34f7a5e43ea0ce6e4171..f9d62e0c1525f3a165a61e87f1c7f2b5ca2434ac 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -577,7 +577,8 @@ function system_install() { custom smallint DEFAULT '0' NOT NULL, throttle smallint DEFAULT '0' NOT NULL, visibility smallint DEFAULT '0' NOT NULL, - pages text DEFAULT '' NOT NULL + pages text DEFAULT '' NOT NULL, + title varchar(64) DEFAULT '' NOT NULL )"); db_query("CREATE TABLE {boxes} (