- Minor fix to the schema file.

This commit is contained in:
errorage
2013-04-21 19:39:33 +02:00
parent 8a8a516773
commit 2769c13edb
+2 -2
View File
@@ -162,8 +162,8 @@ CREATE TABLE `erro_legacy_population` (
--
-- Table structure for table `erro_library`
--
delimiter $$
DROP TABLE IF EXISTS `erro_library`;
CREATE TABLE `erro_library` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`author` varchar(45) NOT NULL,
@@ -173,7 +173,7 @@ CREATE TABLE `erro_library` (
`ckey` varchar(45) DEFAULT 'LEGACY',
`datetime` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5370 DEFAULT CHARSET=latin1$$
) ENGINE=InnoDB AUTO_INCREMENT=5370 DEFAULT CHARSET=latin1;
--
-- Table structure for table `erro_player`