]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-network.php
This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / inc / extensions / ext-network.php
index 0b1a6709a311fe37154f5cdb59314777af2b3426..7ca36e8b6ccb57548bee15582aad847a1d0a9c4f 100644 (file)
@@ -92,7 +92,7 @@ switch (getExtensionMode()) {
 `network_query_amount` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `network_active` ENUM('Y','N') NOT NULL DEFAULT 'Y',
 PRIMARY KEY (`network_id`),
-UNIQUE (`network_short_name`)",
+UNIQUE INDEX (`network_short_name`)",
                        'Network data');
 
                // Types the network provider is supporting (e.g. Forced-Banner and so on)
@@ -167,7 +167,7 @@ UNIQUE INDEX `provider_type` (`network_id`, `network_vcheck_error_type`)",
 `network_translation_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 `network_translation_name` VARCHAR(100) NOT NULL DEFAULT '',
 PRIMARY KEY (`network_translation_id`),
-UNIQUE (`network_translation_name`)",
+UNIQUE INDEX (`network_translation_name`)",
                        'Translations for array keys, generic data, DO NOT ALTER!');
 
                // Array-Element translation tables per type/provider