]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-grade.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / extensions / ext-grade.php
index 5302dc70e6b65626823dbc4e39a53bb198b70040..abd36e7c82d5c725f371d547b205671494cc7bcf 100644 (file)
@@ -83,7 +83,7 @@ UNIQUE (`grade_cash_name`)",
 `grade_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `grade_cash_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 PRIMARY KEY (`id`),
-UNIQUE `grade_cash` (`grade_id`, `grade_cash_id`),
+UNIQUE `grade_cash` (`grade_id`,`grade_cash_id`),
 INDEX (`grade_cash_id`)",
                        'Grade<->cash data connection');
 
@@ -95,7 +95,7 @@ INDEX (`grade_cash_id`)",
 `grade_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `grade_expired` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00',
 PRIMARY KEY (`id`),
-UNIQUE (`userid`, `grade_id`),
+UNIQUE (`userid`,`grade_id`),
 INDEX (`grade_id`)",
                        'Grade<->user connection');