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