From 6dbd0bcfb4c79853ca1402d9f85a325853b01411 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 19 Sep 2004 13:28:11 +0000 Subject: - Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form. This feature used to exist. --- 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 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, -- cgit v1.2.3