forked from wingman007/fmi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb553b9
commit 206ff72
Showing
3 changed files
with
280 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ CREATE TABLE `album` ( | |
`artist` varchar(100) NOT NULL, | ||
`title` varchar(100) NOT NULL, | ||
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; | ||
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
|
@@ -36,10 +36,210 @@ CREATE TABLE `album` ( | |
|
||
LOCK TABLES `album` WRITE; | ||
/*!40000 ALTER TABLE `album` DISABLE KEYS */; | ||
INSERT INTO `album` VALUES (1,'The Military Wives','In My Dreams'),(2,'Adele','21'),(3,'Bruce Springsteen','Wrecking Ball (Deluxe)'),(4,'Lana Del Rey','Born To Die'),(5,'Gotye','Making Mirrors'),(7,'artistr32','test'),(8,'rewqqrqwerwq','erwqerqw'),(9,'test','test'),(10,'bind23','testche'); | ||
INSERT INTO `album` VALUES (1,'The Military Wives','In My Dreams'),(2,'Adele','21'),(3,'Bruce Springsteen','Wrecking Ball (Deluxe)'),(4,'Lana Del Rey','Born To Die'),(5,'Gotye','Making Mirrors'),(7,'artistr32','test'),(8,'rewqqrqwerwq','erwqerqw'),(9,'test','test'),(10,'bind23','testche'),(11,'fsdafdas','wefasfas'),(12,'Led Zeppelin','Led Zeppelin III'),(13,'fasdfas','sdfsaf'),(14,'Led Zeppelin','Led Zeppelin III'); | ||
/*!40000 ALTER TABLE `album` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `articles` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `articles`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `articles` ( | ||
`artc_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`lng_id` int(11) DEFAULT NULL, | ||
`usr_id` int(11) DEFAULT NULL, | ||
`artc_title` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
`artc_slug` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
`artc_introtext` longtext COLLATE utf8_unicode_ci, | ||
`artc_fulltext` longtext COLLATE utf8_unicode_ci, | ||
`artc_created` datetime DEFAULT NULL, | ||
`artc_parent_id` int(11) DEFAULT NULL, | ||
`rs_id` int(11) DEFAULT NULL, | ||
PRIMARY KEY (`artc_id`), | ||
KEY `IDX_BFDD3168D7077436` (`lng_id`), | ||
KEY `IDX_BFDD3168C69D3FB` (`usr_id`), | ||
KEY `IDX_BFDD316828D797FE` (`artc_parent_id`), | ||
KEY `IDX_BFDD3168A5BA57E2` (`rs_id`), | ||
CONSTRAINT `FK_BFDD316828D797FE` FOREIGN KEY (`artc_parent_id`) REFERENCES `articles` (`artc_id`), | ||
CONSTRAINT `FK_BFDD3168A5BA57E2` FOREIGN KEY (`rs_id`) REFERENCES `resources` (`rs_id`), | ||
CONSTRAINT `FK_BFDD3168C69D3FB` FOREIGN KEY (`usr_id`) REFERENCES `users` (`usr_id`), | ||
CONSTRAINT `FK_BFDD3168D7077436` FOREIGN KEY (`lng_id`) REFERENCES `languages` (`lng_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `articles` | ||
-- | ||
|
||
LOCK TABLES `articles` WRITE; | ||
/*!40000 ALTER TABLE `articles` DISABLE KEYS */; | ||
INSERT INTO `articles` VALUES (1,1,1,'cretated-by-stoyan','created-by-stoyan-html','Test for Stoyan','Test for Stoyan','2013-05-24 23:00:00',NULL,NULL),(2,1,2,'test2-by-stoyan','test2-by-stoyan2','Tralalal la la','Tralalal la la','2013-05-01 23:00:56',NULL,NULL),(4,2,3,'test-stoyan-test','test-stoyan-test','Tralalal','Ful text','2013-05-26 00:00:00',NULL,NULL),(6,1,4,'test-test-for-stoyan','test-slug-stoyan','Test dhfsajh fhsdajhfsdjh!','Test retewtwre mfgsdgsfd slslgskl!','2013-05-24 23:55:36',NULL,NULL),(7,1,2,'test-for-parent','test-for-parent-html','Test intro','Test full text','2013-05-24 20:04:36',1,NULL),(8,2,2,'this-is-translation','translation-html','','sdfdsf ','2013-05-27 23:45:56',1,NULL),(9,3,6,'sdf-dsaf-fsd','fsdf-fsdf-fsd','','','2013-05-27 09:05:37',1,NULL),(10,2,6,'hsdfgjh-fsdhfksah','sdjhfkjsd-fds-html','akjfhsjk fjh jfh kj','fjsdhfkj fjk jfk jfkd','2013-05-27 09:14:03',2,NULL),(11,1,3,'sfjf-fdgfhj-gfdhjh','gfdhgjdf-gfdgfjkh-fdg','Inter fasjdfhj hjh','dsn h h','2013-05-27 12:38:21',1,NULL),(12,5,6,'translation-for-bukgarian','translation-for-bukgarian','Translation sdfafa','fadsfasas das asf','2013-05-27 12:42:25',1,NULL),(15,4,1,'my-first-translation','my-first-translation','My first translation intro','My first translation full','2013-05-27 16:01:36',6,NULL),(16,1,2,'public-article','this-is-my-slug','Intro text','Fll text','2013-05-24 20:04:36',NULL,NULL),(17,1,2,'public-article','this-is-my-slug','Intro text','Fll text','2013-05-24 20:04:36',NULL,NULL),(18,1,2,'public-article','this-is-my-slug','Intro text','Fll text','2013-05-24 20:04:36',NULL,NULL),(19,1,2,'public-article','this-is-my-slug','Intro text','Fll text','2013-05-24 20:04:36',NULL,NULL),(20,2,2,'wqewr-rweqrwqe','rwere-rwerew','Intro text','Full text','2012-05-24 00:00:00',2,NULL),(21,1,3,'date-time-separated','date-time-separated','<p>Intro text</p>','<p>Full text</p>','2013-05-24 23:00:00',NULL,NULL),(22,1,3,'date-time-separated','date-time-separated','<p>Intro text</p>','<p>Full text</p>','2013-05-08 01:00:00',NULL,2),(23,2,3,'test-for-parent1','rwere-rwerew','<p>intro text</p>','<p>full text</p>','2013-05-09 01:58:00',NULL,4),(24,2,3,'test-for-parent1','rwere-rwerew','<p>intro text</p>','<p>full text</p>','2013-05-09 11:58:00',NULL,4); | ||
/*!40000 ALTER TABLE `articles` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `articles_categories` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `articles_categories`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `articles_categories` ( | ||
`artc_id` int(11) NOT NULL, | ||
`ctgr_id` int(11) NOT NULL, | ||
PRIMARY KEY (`artc_id`,`ctgr_id`), | ||
KEY `IDX_DE004A0E4A863625` (`artc_id`), | ||
KEY `IDX_DE004A0EC4A519B9` (`ctgr_id`), | ||
CONSTRAINT `FK_DE004A0E4A863625` FOREIGN KEY (`artc_id`) REFERENCES `articles` (`artc_id`), | ||
CONSTRAINT `FK_DE004A0EC4A519B9` FOREIGN KEY (`ctgr_id`) REFERENCES `categories` (`ctgr_id`) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `articles_categories` | ||
-- | ||
|
||
LOCK TABLES `articles_categories` WRITE; | ||
/*!40000 ALTER TABLE `articles_categories` DISABLE KEYS */; | ||
INSERT INTO `articles_categories` VALUES (1,1),(1,2),(2,2),(2,3),(4,1),(4,3),(6,1),(7,1),(7,3),(8,1),(8,3),(9,1),(9,2),(10,2),(10,3),(11,1),(11,2),(12,1),(12,2),(15,2),(15,3),(16,1),(16,2),(17,1),(17,2),(18,1),(18,2),(19,1),(19,2),(20,1),(20,2),(21,1),(22,1),(23,1),(23,3),(24,1),(24,3); | ||
/*!40000 ALTER TABLE `articles_categories` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `categories` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `categories`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `categories` ( | ||
`ctgr_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`ctgr_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
PRIMARY KEY (`ctgr_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `categories` | ||
-- | ||
|
||
LOCK TABLES `categories` WRITE; | ||
/*!40000 ALTER TABLE `categories` DISABLE KEYS */; | ||
INSERT INTO `categories` VALUES (1,'Sport'),(2,'Science'),(3,'Education'); | ||
/*!40000 ALTER TABLE `categories` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `comments` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `comments`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `comments` ( | ||
`com_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`lng_id` int(11) DEFAULT NULL, | ||
`usr_id` int(11) DEFAULT NULL, | ||
`artc_id` int(11) DEFAULT NULL, | ||
`com_title` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
`com_text` longtext COLLATE utf8_unicode_ci, | ||
`com_created` datetime DEFAULT NULL, | ||
PRIMARY KEY (`com_id`), | ||
KEY `IDX_5F9E962AD7077436` (`lng_id`), | ||
KEY `IDX_5F9E962AC69D3FB` (`usr_id`), | ||
KEY `IDX_5F9E962A4A863625` (`artc_id`), | ||
CONSTRAINT `FK_5F9E962A4A863625` FOREIGN KEY (`artc_id`) REFERENCES `articles` (`artc_id`), | ||
CONSTRAINT `FK_5F9E962AC69D3FB` FOREIGN KEY (`usr_id`) REFERENCES `users` (`usr_id`), | ||
CONSTRAINT `FK_5F9E962AD7077436` FOREIGN KEY (`lng_id`) REFERENCES `languages` (`lng_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `comments` | ||
-- | ||
|
||
LOCK TABLES `comments` WRITE; | ||
/*!40000 ALTER TABLE `comments` DISABLE KEYS */; | ||
INSERT INTO `comments` VALUES (1,3,3,1,'test-comment','This is my test comment','2013-05-27 17:38:09'),(2,3,1,7,'comment-my','This is my comment','2013-05-27 17:41:30'),(3,1,1,7,'ahsdaf-fsdfhkh','test for Stoyan','2013-05-27 18:16:58'),(6,1,2,1,'ANother-comment','This is another comment','2013-05-28 10:07:57'); | ||
/*!40000 ALTER TABLE `comments` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `languages` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `languages`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `languages` ( | ||
`lng_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`lng_name` varchar(50) COLLATE utf8_unicode_ci NOT NULL, | ||
`lng_abbreviation` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, | ||
PRIMARY KEY (`lng_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `languages` | ||
-- | ||
|
||
LOCK TABLES `languages` WRITE; | ||
/*!40000 ALTER TABLE `languages` DISABLE KEYS */; | ||
INSERT INTO `languages` VALUES (1,'English','en'),(2,'French','fr'),(3,'Spanish','es'),(4,'German','de'),(5,'Bulgarian','bg'); | ||
/*!40000 ALTER TABLE `languages` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `resources` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `resources`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `resources` ( | ||
`rs_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`rs_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
PRIMARY KEY (`rs_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `resources` | ||
-- | ||
|
||
LOCK TABLES `resources` WRITE; | ||
/*!40000 ALTER TABLE `resources` DISABLE KEYS */; | ||
INSERT INTO `resources` VALUES (1,'all'),(2,'Public Resource'),(3,'Private Resource'),(4,'Admin Resource'); | ||
/*!40000 ALTER TABLE `resources` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `roles` | ||
-- | ||
|
||
DROP TABLE IF EXISTS `roles`; | ||
/*!40101 SET @saved_cs_client = @@character_set_client */; | ||
/*!40101 SET character_set_client = utf8 */; | ||
CREATE TABLE `roles` ( | ||
`rl_id` int(11) NOT NULL AUTO_INCREMENT, | ||
`rl_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, | ||
PRIMARY KEY (`rl_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
-- Dumping data for table `roles` | ||
-- | ||
|
||
LOCK TABLES `roles` WRITE; | ||
/*!40000 ALTER TABLE `roles` DISABLE KEYS */; | ||
INSERT INTO `roles` VALUES (1,'guest'),(2,'member'),(3,'admin'); | ||
/*!40000 ALTER TABLE `roles` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
|
||
-- | ||
-- Table structure for table `user_roles` | ||
-- | ||
|
@@ -87,7 +287,7 @@ CREATE TABLE `users` ( | |
`usr_registration_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'unique id sent by e-mail', | ||
`usr_email_confirmed` tinyint(1) NOT NULL COMMENT 'e-mail confirmed by user', | ||
PRIMARY KEY (`usr_id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
|
@@ -96,7 +296,7 @@ CREATE TABLE `users` ( | |
|
||
LOCK TABLES `users` WRITE; | ||
/*!40000 ALTER TABLE `users` DISABLE KEYS */; | ||
INSERT INTO `users` VALUES (1,'sadfasfsa','fsadfasfas','[email protected]',2,1,1,'safasdf','fasdf','fsadfsa','','2013-07-19 12:00:00','',0),(10,'petkan','f05130dad0b4ac89e3127824346d0b9c','[email protected]',2,1,1,NULL,NULL,NULL,'})Zkeir*azuwZ^F?<#|$Wn]EaE:iz^OP<`7oIKZu&(7@0FgNT#','2013-07-17 12:11:25','87a3eac1b666a250e9084925419f0020',1),(11,'dragan','123455','[email protected]',2,1,1,'','','','SfuxI(5LPD;wZ>ehod@>Q*M7|+xTZk3DZ<QOaxaS@Du%!Z`EI[','2013-07-17 12:35:43','6b3b8769cfc0acdaafdfb49a34d02b43',1),(24,'efas','fasdfefsa','[email protected]',1,1,0,'sfd','dfsg','gdsfg','gsdfg','2013-07-19 12:00:00','gsdf',0),(25,'stoyan1','sfsfsfs','[email protected]',2,1,1,'dsfsa','fsdaf','fsadf','fsad','2013-07-19 12:00:00','fadsfas',1),(26,'fdfasf','fsdafas','[email protected]',2,2,1,'fdsafasdf','fsdaf','fsdafas','','2013-07-19 12:00:00','fsdfads',1),(27,'dasda','DSADASd','[email protected]',1,1,0,'fdsafas','fsdaf','fdsaf','fsdaf','2013-07-19 12:00:00','6b3b8769cfc0acdaafdfb49a34d02b43',0),(28,'test21','dqdqadfs','[email protected]',1,1,1,'fsd','fsda','fsad','fsdaf','2013-07-19 12:00:00','fdasf',1),(29,'dsfsdfs','fdsfsa','[email protected]',3,2,1,'dfsfas','fsdfs','fsdf','fsdfasf','2013-07-19 12:00:00','weewqrqw',1),(30,'saasdfsaf','fdsafsadf','[email protected]',2,2,1,'ewqrwq','rewqrq','rewqrwq','rewqrw','2013-07-19 12:00:00','eqwrqw',1),(31,'ewqrqw','rweqrwq','[email protected]',2,2,1,'dfsaf','fsdafa','fdsafasd','fdsafas','2013-07-19 12:00:00','fsfgds',1),(32,'erwrewt21','retrwet','[email protected]',2,2,1,'gdsfg','gdfsg','gdsf','gsfd','2013-07-19 12:23:00','fsfs',1),(53,'stoyan','c21d6dfdd7ce8613dd34c8a14db38bdd','[email protected]',2,1,1,NULL,NULL,NULL,'f0/4!,\\e@(~opaYn)VP?0r@yKBOW:Qd$^D\'/^_6}A!B>seB-o1','2013-08-02 05:50:45','bbf6f694131646eab918bf300b01dd5c',1); | ||
INSERT INTO `users` VALUES (1,'sadfasfsa','fsadfasfas','[email protected]',2,1,1,'safasdf','fasdf','fsadfsa','','2013-07-19 12:00:00','',0),(10,'petkan','f05130dad0b4ac89e3127824346d0b9c','[email protected]',2,1,1,NULL,NULL,NULL,'})Zkeir*azuwZ^F?<#|$Wn]EaE:iz^OP<`7oIKZu&(7@0FgNT#','2013-07-17 12:11:25','87a3eac1b666a250e9084925419f0020',1),(11,'dragan','123455','[email protected]',2,1,1,'','','','SfuxI(5LPD;wZ>ehod@>Q*M7|+xTZk3DZ<QOaxaS@Du%!Z`EI[','2013-07-17 12:35:43','6b3b8769cfc0acdaafdfb49a34d02b43',1),(24,'efas','fasdfefsa','[email protected]',1,1,0,'sfd','dfsg','gdsfg','gsdfg','2013-07-19 12:00:00','gsdf',0),(25,'stoyan1','sfsfsfs','[email protected]',2,1,1,'dsfsa','fsdaf','fsadf','fsad','2013-07-19 12:00:00','fadsfas',1),(26,'fdfasf','fsdafas','[email protected]',2,2,1,'fdsafasdf','fsdaf','fsdafas','','2013-07-19 12:00:00','fsdfads',1),(27,'dasda','DSADASd','[email protected]',1,1,0,'fdsafas','fsdaf','fdsaf','fsdaf','2013-07-19 12:00:00','6b3b8769cfc0acdaafdfb49a34d02b43',0),(28,'test21','dqdqadfs','[email protected]',1,1,1,'fsd','fsda','fsad','fsdaf','2013-07-19 12:00:00','fdasf',1),(29,'dsfsdfs','fdsfsa','[email protected]',3,2,1,'dfsfas','fsdfs','fsdf','fsdfasf','2013-07-19 12:00:00','weewqrqw',1),(30,'saasdfsaf','fdsafsadf','[email protected]',2,2,1,'ewqrwq','rewqrq','rewqrwq','rewqrw','2013-07-19 12:00:00','eqwrqw',1),(31,'ewqrqw','rweqrwq','[email protected]',2,2,1,'dfsaf','fsdafa','fdsafasd','fdsafas','2013-07-19 12:00:00','fsfgds',1),(32,'erwrewt21','retrwet','[email protected]',2,2,1,'gdsfg','gdfsg','gdsf','gsfd','2013-07-19 12:23:00','fsfs',1),(54,'stoyan','d1facad4e2976e00f28c27c039c3bfe2','[email protected]',3,1,1,NULL,NULL,NULL,'8YCRWPenTv%u3P6fwN/^AoR{l>^br]@%W6?2j\'F%6n\\llvhf[_','2013-08-15 07:32:17','911fa1b089e7f0915a6e2198f15b0ab9',1); | ||
/*!40000 ALTER TABLE `users` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; | ||
|
@@ -109,4 +309,4 @@ UNLOCK TABLES; | |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; | ||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | ||
|
||
-- Dump completed on 2013-08-08 21:59:59 | ||
-- Dump completed on 2013-08-17 14:47:14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.