aboutsummaryrefslogtreecommitdiff
path: root/sql/realmd.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-31 15:35:31 +0200
committerQAston <none@none>2009-07-31 15:35:31 +0200
commit0fdd7cd5ded7e781e4e92edbf7d7d03a7a9bd524 (patch)
tree68b202545345d0296d36e8ee14ec23ca384fb3bf /sql/realmd.sql
parent9b56360b4c898c19d2762fe6ce04c08aca4df0d4 (diff)
*Remove data from world.sql - it exists now only for structure documentation.
*Remove debug spell_check command - such things shouldn't belong to core. --HG-- branch : trunk
Diffstat (limited to 'sql/realmd.sql')
-rw-r--r--sql/realmd.sql20
1 files changed, 0 insertions, 20 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql
index e0061b1af24..a57e244d760 100644
--- a/sql/realmd.sql
+++ b/sql/realmd.sql
@@ -15,26 +15,6 @@
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-/*
---
--- Table structure for table `realmd_db_version`
---
-
-DROP TABLE IF EXISTS `realmd_db_version`;
-CREATE TABLE `realmd_db_version` (
- `required_7938_01_realmd_account` bit(1) default NULL
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
-
---
--- Dumping data for table `realmd_db_version`
---
-
-LOCK TABLES `realmd_db_version` WRITE;
-INSERT INTO `realmd_db_version` VALUES
-(NULL);
-UNLOCK TABLES;
-*/
-
--
-- Table structure for table `account`
--