We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b8916 commit 01e03f8Copy full SHA for 01e03f8
etc/database.sample.sql
@@ -712,7 +712,7 @@ CREATE TABLE `users` (
712
`timezone` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
713
PRIMARY KEY (`id`),
714
UNIQUE KEY `username` (`username`),
715
- KEY `email` (`email`)
+ UNIQUE KEY `email` (`email`)
716
) ENGINE=InnoDB AUTO_INCREMENT=100003 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='User metadata for the BNETDocs website';
717
/*!40101 SET character_set_client = @saved_cs_client */;
718
0 commit comments