summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-05-12 08:50:22 +0000
committerDries Buytaert <dries@buytaert.net>2006-05-12 08:50:22 +0000
commitbddd9aeb6fdc95f8e40c002ca18dfb10eebb38d9 (patch)
treee7ad020c0f1af1fb6f015eaf724fbe8033eb99ea /database/database.pgsql
parent88723451becc5e55d1521e7bb70f837e3104499f (diff)
downloadbrdo-bddd9aeb6fdc95f8e40c002ca18dfb10eebb38d9.tar.gz
brdo-bddd9aeb6fdc95f8e40c002ca18dfb10eebb38d9.tar.bz2
- Patch #51506 by gordon: new feature: added auto-complete functionality to user profiles.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql1
1 files changed, 1 insertions, 0 deletions
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)