fixed medsrv mysql scheme

This commit is contained in:
Martin Willi
2008-06-23 08:30:57 +00:00
parent e9ab669bc2
commit 417421048c
+1 -1
View File
@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `peer` (
PRIMARY KEY (`id`),
UNIQUE KEY (`user`,`alias`),
UNIQUE KEY (`keyid`),
KEY `user` (`user`)
KEY (`user`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
CREATE TABLE IF NOT EXISTS `user` (