aboutsummaryrefslogtreecommitdiff
path: root/sql/realmd.sql
diff options
context:
space:
mode:
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`
--