]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
Hotfix for counting refback points
[mailer.git] / inc / extensions / ext-sql_patches.php
index 4517ec3a44a4e0e67ad814080da95abdb2c01a8c..1cfd76056c9d036024c3ac569e9918ae19c9bd97 100644 (file)
@@ -644,6 +644,7 @@ PRIMARY KEY (id)
 `level` smallint(6) NOT NULL DEFAULT 0,
 `refid` bigint(20) NOT NULL DEFAULT 0,
 `refback` float(4,1) NOT NULL DEFAULT 0.0,
+`points` FLOAT( 20,5) DEFAULT '0.00000' NOT NULL,
 PRIMARY KEY (`id`),
 UNIQUE `user_refid` (`userid`,`level`,`refid`),
 KEY (`level`),