From eb3e924768678719afc1bfaffb69354c407daa5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Jun 2013 20:57:43 +0000 Subject: [PATCH] Must be updated here as well :( --- inc/extensions/user/mode-setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extensions/user/mode-setup.php b/inc/extensions/user/mode-setup.php index 7b0f95bcd8..c579e54726 100644 --- a/inc/extensions/user/mode-setup.php +++ b/inc/extensions/user/mode-setup.php @@ -96,7 +96,7 @@ addDropTableSql('user_points'); addCreateTableSql('user_points', " `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, -`ref_depth` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0, +`ref_depth` TINYINT(3) UNSIGNED NULL DEFAULT NULL, `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000, `locked_points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000, PRIMARY KEY (`id`), -- 2.39.2