]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/user/mode-setup.php
Updated copyright year.
[mailer.git] / inc / extensions / user / mode-setup.php
index 7b0f95bcd842b3c18e8d9848fbedd66817b45e88..c1d772ad8111e20c1f51ac09aa00e22a8d208144 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Schritte fuer Setup fuer ext-user                *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -96,7 +91,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`),