From b50862d91cc534c2636c140512ad51e87ea4d529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 27 Nov 2012 21:49:42 +0000 Subject: [PATCH] refid can accept NULL now --- inc/extensions/ext-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extensions/ext-user.php b/inc/extensions/ext-user.php index 38bdeab834..4396672e91 100644 --- a/inc/extensions/ext-user.php +++ b/inc/extensions/ext-user.php @@ -77,7 +77,7 @@ INDEX (`cat_id`)", `password` VARCHAR(255) NOT NULL DEFAULT '', `max_mails` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, `receive_mails` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, -`refid` BIGINT(20) NOT NULL DEFAULT 0, +`refid` BIGINT(20) NULL DEFAULT NULL, `status` ENUM('UNCONFIRMED','CONFIRMED','LOCKED') NOT NULL DEFAULT 'UNCONFIRMED', `user_hash` VARCHAR(255) NULL DEFAULT NULL, `REMOTE_ADDR` VARCHAR(15) NOT NULL DEFAULT '0.0.0.0', -- 2.39.5