summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-19 13:28:11 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-19 13:28:11 +0000
commit6dbd0bcfb4c79853ca1402d9f85a325853b01411 (patch)
tree6cc1058b101a67015b722e0affb29a21b5d729d6 /database/database.pgsql
parent0ca171f2a9e802c150b30390bad218208458d33a (diff)
downloadbrdo-6dbd0bcfb4c79853ca1402d9f85a325853b01411.tar.gz
brdo-6dbd0bcfb4c79853ca1402d9f85a325853b01411.tar.bz2
- Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form. This feature used to exist.
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 375281dfa..43015661a 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -455,6 +455,7 @@ CREATE TABLE profile_fields (
type varchar(128) default NULL,
weight smallint DEFAULT '0' NOT NULL,
required smallint DEFAULT '0' NOT NULL,
+ register smallint DEFAULT '0' NOT NULL,
visibility smallint DEFAULT '0' NOT NULL,
overview smallint DEFAULT '0' NOT NULL,
options text,