This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / inc / extensions / ext-country.php
index 170328812d56cd70e3b840ad6cbb96869c556cf9..cdf0382a34eeaaa643785eee699ff75ff08f743b 100644 (file)
@@ -59,7 +59,7 @@ switch (getExtensionMode()) {
 `descr` VARCHAR(255) NOT NULL DEFAULT 'Deutschland',
 `is_active` ENUM('Y','N') NOT NULL DEFAULT 'N',
 PRIMARY KEY (`id`),
-UNIQUE (`code`)",
+UNIQUE INDEX (`code`)",
                        'Country codes and their full-length descriptions');
 
                // Insert first (Germany) country