From 2769c13edba05daa73207e7aeeab84540d3b2b88 Mon Sep 17 00:00:00 2001 From: errorage Date: Sun, 21 Apr 2013 19:39:33 +0200 Subject: [PATCH] - Minor fix to the schema file. --- SQL/tgstation_schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQL/tgstation_schema.sql b/SQL/tgstation_schema.sql index e5a2d6ba7ec..54e5a628563 100644 --- a/SQL/tgstation_schema.sql +++ b/SQL/tgstation_schema.sql @@ -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`