aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2009-12-09 17:25:35 -0700
committerBrian <runningnak3d@gmail.com>2009-12-09 17:25:35 -0700
commitf1abbdbecc28c594d7f2a9a7df81c3068397a55c (patch)
tree3f80e7d5449cab5e8090a9f1f0caa2654aea8cdb
parentfe0eb43649be549b7e925789e6ff34e5488b0fd9 (diff)
* Removed unused table from the realm DB
--HG-- branch : trunk
-rw-r--r--sql/realmd.sql21
-rw-r--r--sql/updates/6468_realm_db_version.sql1
2 files changed, 1 insertions, 21 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql
index a54afc1e391..d02b66d3a04 100644
--- a/sql/realmd.sql
+++ b/sql/realmd.sql
@@ -15,27 +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_8332_01_realmd_realmcharacters` 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;
-/*!40000 ALTER TABLE `realmd_db_version` DISABLE KEYS */;
-INSERT INTO `realmd_db_version` VALUES
-(NULL);
-/*!40000 ALTER TABLE `realmd_db_version` ENABLE KEYS */;
-UNLOCK TABLES;
-
---
-- Table structure for table `account`
--
diff --git a/sql/updates/6468_realm_db_version.sql b/sql/updates/6468_realm_db_version.sql
new file mode 100644
index 00000000000..cca9e1c800f
--- /dev/null
+++ b/sql/updates/6468_realm_db_version.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS `realmd_db_version`;