From 712e1c24e952a4ea2cdd0c10e586900f3f42c27c Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Fri, 9 Dec 2016 13:48:56 +0800 Subject: [PATCH] isolated admin certification data --- src/web_console/data/db/irext_private_20161204.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/web_console/data/db/irext_private_20161204.sql b/src/web_console/data/db/irext_private_20161204.sql index c156dfa..c9949c9 100644 --- a/src/web_console/data/db/irext_private_20161204.sql +++ b/src/web_console/data/db/irext_private_20161204.sql @@ -19,15 +19,6 @@ DROP database IF EXISTS `irext`; CREATE database `irext`; use `irext`; --- --- Dumping data for table `admin` --- - -LOCK TABLES `admin` WRITE; -/*!40000 ALTER TABLE `admin` DISABLE KEYS */; -INSERT INTO `admin` VALUES (1,'strawmanbobi@irext.net','8654CC19DF98DEBB2E8BAA4034C59C27','0,1,2,3,4,99',1); -/*!40000 ALTER TABLE `admin` ENABLE KEYS */; -UNLOCK TABLES; -- -- Table structure for table `brand`