From f4e1c078bceb3aae5cde037ddab9a7aeb17e5ea2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 8 Sep 2006 16:34:43 +0000 Subject: [PATCH] - Patch #82877 by havran: added missing title field for PostgreSQL. --- modules/system/system.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/system.install b/modules/system/system.install index 94eae44a758c..f9d62e0c1525 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} ( -- GitLab