]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-debug.php
This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / inc / extensions / ext-debug.php
index 48b19796fdbd1fb7317175dcef76b1c4c74a2ac5..2775de07b7221ca4e1fa532593d49c050d29e86a 100644 (file)
@@ -95,8 +95,8 @@ INDEX (`client_id`)",
 `inserted` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
 `lock_spam_reason` TINYTEXT,
 PRIMARY KEY (`id`),
-UNIQUE (`key`),
-UNIQUE (`url`)",
+UNIQUE INDEX (`key`),
+UNIQUE INDEX (`url`)",
                        'Debug clients');
 
                // Add this exchange as first client
@@ -109,7 +109,7 @@ UNIQUE (`url`)",
 `client_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `log_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 PRIMARY KEY (`id`),
-UNIQUE (`log_id`),
+UNIQUE INDEX (`log_id`),
 INDEX `client_log` (`client_id`,`log_id`)",
                        'Debug client <-> log connection');