From: Roland Häder Date: Thu, 20 Jun 2013 20:57:43 +0000 (+0000) Subject: Must be updated here as well :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=eb3e924768678719afc1bfaffb69354c407daa5b Must be updated here as well :( --- 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`),