From c0f6fccac3c474106e403e7672dd134dda31a83a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 3 Aug 2004 18:01:48 +0000 Subject: - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. --- database/database.pgsql | 1 + 1 file changed, 1 insertion(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 758ab7bd6..a4eaf9af4 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -269,6 +269,7 @@ CREATE TABLE menu ( pid integer NOT NULL default '0', path varchar(255) NOT NULL default '', title varchar(255) NOT NULL default '', + description varchar(255) NOT NULL default '', weight smallint NOT NULL default '0', type smallint NOT NULL default '0', PRIMARY KEY (mid) -- cgit v1.2.3