From bddd9aeb6fdc95f8e40c002ca18dfb10eebb38d9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 May 2006 08:50:22 +0000 Subject: - Patch #51506 by gordon: new feature: added auto-complete functionality to user profiles. --- 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 f68419255..c2449b591 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -482,6 +482,7 @@ CREATE TABLE profile_fields ( required smallint DEFAULT '0' NOT NULL, register smallint DEFAULT '0' NOT NULL, visibility smallint DEFAULT '0' NOT NULL, + autocomplete smallint DEFAULT '0' NOT NULL, options text, UNIQUE (name), PRIMARY KEY (fid) -- cgit v1.2.3