]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-grade.php
ADD UNIQUE ... what? INDEX now. And auto-unregistration of missing filter functions...
[mailer.git] / inc / extensions / ext-grade.php
index 687bc0d61849eb355017ce0e1ad51ceb81676b8b..3eff1425edb47760a5db0ec95c3eccbb6b90dbc8 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 INDEX `grade_cash` (`grade_id`,`grade_cash_id`),
 INDEX (`grade_cash_id`)",
                        'Grade<->cash data connection');