-- MySQL dump 10.13 Distrib 5.5.48, for linux2.6 (x86_64) -- -- Host: localhost Database: lportal -- ------------------------------------------------------ -- Server version 5.5.48 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!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 `Account_` -- DROP TABLE IF EXISTS `Account_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Account_` ( `accountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentAccountId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `legalName` varchar(75) DEFAULT NULL, `legalId` varchar(75) DEFAULT NULL, `legalType` varchar(75) DEFAULT NULL, `sicCode` varchar(75) DEFAULT NULL, `tickerSymbol` varchar(75) DEFAULT NULL, `industry` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `size_` varchar(75) DEFAULT NULL, PRIMARY KEY (`accountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Account_` -- LOCK TABLES `Account_` WRITE; /*!40000 ALTER TABLE `Account_` DISABLE KEYS */; INSERT INTO `Account_` VALUES (10156,10154,0,'','2016-04-28 20:39:40','2016-04-28 20:39:40',0,'Liferay','','','','','','','',''); /*!40000 ALTER TABLE `Account_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Address` -- DROP TABLE IF EXISTS `Address`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Address` ( `addressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `street1` varchar(75) DEFAULT NULL, `street2` varchar(75) DEFAULT NULL, `street3` varchar(75) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `regionId` bigint(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `mailing` tinyint(4) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`addressId`), KEY `IX_93D5AD4E` (`companyId`), KEY `IX_ABD7DAC0` (`companyId`,`classNameId`), KEY `IX_71CB1123` (`companyId`,`classNameId`,`classPK`), KEY `IX_923BD178` (`companyId`,`classNameId`,`classPK`,`mailing`), KEY `IX_9226DBB4` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_5BC8B0D4` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Address` -- LOCK TABLES `Address` WRITE; /*!40000 ALTER TABLE `Address` DISABLE KEYS */; /*!40000 ALTER TABLE `Address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsDelivery` -- DROP TABLE IF EXISTS `AnnouncementsDelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AnnouncementsDelivery` ( `deliveryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `email` tinyint(4) DEFAULT NULL, `sms` tinyint(4) DEFAULT NULL, `website` tinyint(4) DEFAULT NULL, PRIMARY KEY (`deliveryId`), UNIQUE KEY `IX_BA4413D5` (`userId`,`type_`), KEY `IX_6EDB9600` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsDelivery` -- LOCK TABLES `AnnouncementsDelivery` WRITE; /*!40000 ALTER TABLE `AnnouncementsDelivery` DISABLE KEYS */; INSERT INTO `AnnouncementsDelivery` VALUES (10879,10154,10872,'general',0,0,0),(10880,10154,10872,'news',0,0,0),(10881,10154,10872,'test',0,0,0); /*!40000 ALTER TABLE `AnnouncementsDelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsEntry` -- DROP TABLE IF EXISTS `AnnouncementsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AnnouncementsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` longtext, `url` longtext, `type_` varchar(75) DEFAULT NULL, `displayDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `priority` int(11) DEFAULT NULL, `alert` tinyint(4) DEFAULT NULL, PRIMARY KEY (`entryId`), KEY `IX_A6EF0B81` (`classNameId`,`classPK`), KEY `IX_14F06A6B` (`classNameId`,`classPK`,`alert`), KEY `IX_D49C2E66` (`userId`), KEY `IX_1AFBDE08` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsEntry` -- LOCK TABLES `AnnouncementsEntry` WRITE; /*!40000 ALTER TABLE `AnnouncementsEntry` DISABLE KEYS */; INSERT INTO `AnnouncementsEntry` VALUES ('ed171fb8-67a5-44e8-9f1b-215b043c5946',10446,10154,10196,'Test Test','2016-04-28 20:47:31','2016-04-28 20:47:31',10001,10180,'General Alert Title','General Alert Content','','general','2016-04-28 20:47:31','2017-05-04 20:02:00',0,1),('3a2b7917-54d1-4811-9e9a-06ed3c4c66d7',10447,10154,10196,'Test Test','2016-04-28 20:48:04','2016-04-28 20:48:04',10001,10180,'News Alert Title','News Alert Content','','news','2016-04-28 20:48:04','2017-05-04 20:02:00',0,1),('22ed67e2-945e-4976-84ec-e9c975eaa050',10448,10154,10196,'Test Test','2016-04-28 20:48:27','2016-04-28 20:48:34',10001,10180,'Test Alert Title','Test Alert Content','','test','2016-04-28 20:48:00','2017-05-04 20:02:00',0,1),('c4e2c01f-eb21-438f-8e42-347290296280',10449,10154,10196,'Test Test','2016-04-28 20:49:56','2016-04-28 20:50:59',10001,10180,'Important Priority Title','Important Priority Content','','general','2016-04-28 20:49:00','2017-06-04 21:08:00',1,1),('d72d6fab-dcc1-4a35-83fa-32d79769c5a3',10454,10154,10196,'Test Test','2016-04-28 20:52:14','2016-04-28 20:52:14',10001,10180,'Scheduled Alert','Scheduled to display on April 5, 2017 9:10 PM','','general','2017-04-05 21:10:00','2017-05-04 20:02:00',0,1),('b934667f-3166-4269-8b7e-b9d28c7eafe2',10455,10154,10196,'Test Test','2016-04-28 20:53:20','2016-04-28 20:53:20',10001,10180,'Read Alert','This entry has been marked as read by Test Test','','general','2016-04-28 20:53:20','2017-05-04 20:02:00',0,1); /*!40000 ALTER TABLE `AnnouncementsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsFlag` -- DROP TABLE IF EXISTS `AnnouncementsFlag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AnnouncementsFlag` ( `flagId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `value` int(11) DEFAULT NULL, PRIMARY KEY (`flagId`), UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`), KEY `IX_9C7EB9F` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsFlag` -- LOCK TABLES `AnnouncementsFlag` WRITE; /*!40000 ALTER TABLE `AnnouncementsFlag` DISABLE KEYS */; INSERT INTO `AnnouncementsFlag` VALUES (10450,10196,'2016-04-28 20:51:08',10449,1),(10451,10196,'2016-04-28 20:51:08',10448,1),(10452,10196,'2016-04-28 20:51:08',10447,1),(10453,10196,'2016-04-28 20:51:09',10446,1),(10456,10196,'2016-04-28 20:53:24',10455,1),(10457,10196,'2016-04-28 20:53:29',10455,2),(10893,10872,'2016-04-28 21:15:36',10449,1),(10894,10872,'2016-04-28 21:15:36',10455,1),(10895,10872,'2016-04-28 21:15:36',10448,1),(10896,10872,'2016-04-28 21:15:36',10447,1),(10897,10872,'2016-04-28 21:15:36',10446,1); /*!40000 ALTER TABLE `AnnouncementsFlag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetCategory` -- DROP TABLE IF EXISTS `AssetCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetCategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `leftCategoryId` bigint(20) DEFAULT NULL, `rightCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `vocabularyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_BE4DF2BF` (`parentCategoryId`,`name`,`vocabularyId`), UNIQUE KEY `IX_E8D019AA` (`uuid_`,`groupId`), KEY `IX_E639E2F6` (`groupId`), KEY `IX_C7F39FCA` (`groupId`,`name`,`vocabularyId`), KEY `IX_852EA801` (`groupId`,`parentCategoryId`,`name`,`vocabularyId`), KEY `IX_87603842` (`groupId`,`parentCategoryId`,`vocabularyId`), KEY `IX_2008FACB` (`groupId`,`vocabularyId`), KEY `IX_D61ABE08` (`name`,`vocabularyId`), KEY `IX_7BB1826B` (`parentCategoryId`), KEY `IX_9DDD15EA` (`parentCategoryId`,`name`), KEY `IX_B185E980` (`parentCategoryId`,`vocabularyId`), KEY `IX_4D37BB00` (`uuid_`), KEY `IX_287B1F89` (`vocabularyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetCategory` -- LOCK TABLES `AssetCategory` WRITE; /*!40000 ALTER TABLE `AssetCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetCategoryProperty` -- DROP TABLE IF EXISTS `AssetCategoryProperty`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetCategoryProperty` ( `categoryPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `value` varchar(75) DEFAULT NULL, PRIMARY KEY (`categoryPropertyId`), UNIQUE KEY `IX_DBD111AA` (`categoryId`,`key_`), KEY `IX_99DA856` (`categoryId`), KEY `IX_8654719F` (`companyId`), KEY `IX_52340033` (`companyId`,`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetCategoryProperty` -- LOCK TABLES `AssetCategoryProperty` WRITE; /*!40000 ALTER TABLE `AssetCategoryProperty` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetCategoryProperty` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntries_AssetCategories` -- DROP TABLE IF EXISTS `AssetEntries_AssetCategories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetEntries_AssetCategories` ( `categoryId` bigint(20) NOT NULL, `entryId` bigint(20) NOT NULL, PRIMARY KEY (`categoryId`,`entryId`), KEY `IX_A188F560` (`categoryId`), KEY `IX_E119938A` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntries_AssetCategories` -- LOCK TABLES `AssetEntries_AssetCategories` WRITE; /*!40000 ALTER TABLE `AssetEntries_AssetCategories` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetEntries_AssetCategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntries_AssetTags` -- DROP TABLE IF EXISTS `AssetEntries_AssetTags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetEntries_AssetTags` ( `entryId` bigint(20) NOT NULL, `tagId` bigint(20) NOT NULL, PRIMARY KEY (`entryId`,`tagId`), KEY `IX_2ED82CAD` (`entryId`), KEY `IX_B2A61B55` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntries_AssetTags` -- LOCK TABLES `AssetEntries_AssetTags` WRITE; /*!40000 ALTER TABLE `AssetEntries_AssetTags` DISABLE KEYS */; INSERT INTO `AssetEntries_AssetTags` VALUES (10474,10475),(10474,10476),(10474,10477),(10817,10818),(10817,10819),(10817,10820); /*!40000 ALTER TABLE `AssetEntries_AssetTags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntry` -- DROP TABLE IF EXISTS `AssetEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetEntry` ( `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `classTypeId` bigint(20) DEFAULT NULL, `visible` tinyint(4) DEFAULT NULL, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `publishDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `summary` longtext, `url` longtext, `layoutUuid` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `priority` double DEFAULT NULL, `viewCount` int(11) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_1E9D371D` (`classNameId`,`classPK`), KEY `IX_FC1F9C7B` (`classUuid`), KEY `IX_7306C60` (`companyId`), KEY `IX_75D42FF9` (`expirationDate`), KEY `IX_1EBA6821` (`groupId`,`classUuid`), KEY `IX_FEC4A201` (`layoutUuid`), KEY `IX_2E4E3885` (`publishDate`), KEY `IX_9029E15A` (`visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntry` -- LOCK TABLES `AssetEntry` WRITE; /*!40000 ALTER TABLE `AssetEntry` DISABLE KEYS */; INSERT INTO `AssetEntry` VALUES (10178,10172,10154,10158,'','2016-04-28 20:39:42','2016-04-28 20:39:42',10117,10176,'ce90546b-2651-4a51-ac2c-67a239bcbd43',0,0,NULL,NULL,NULL,NULL,'text/html','10175','','','','',0,0,0,0),(10186,10180,10154,10158,'','2016-04-28 20:39:42','2016-04-28 20:39:42',10117,10184,'5eede937-96b0-4ba4-8f95-14b73346038c',0,0,NULL,NULL,NULL,NULL,'text/html','10183','','','','',0,0,0,0),(10202,10192,10154,10196,'Test Test','2016-04-28 20:39:42','2016-04-28 20:39:42',10005,10196,'dd943315-4657-4b65-ac2b-d38c2f88eddb',0,0,NULL,NULL,NULL,NULL,'','Test Test','','','','',0,0,0,0),(10318,10311,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10117,10315,'c3db8f6c-73e1-4f3a-8ad3-12fac66ff306',0,0,NULL,NULL,NULL,NULL,'text/html','10314','','','','',0,0,0,0),(10327,10321,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10117,10325,'ef0d4d02-a97b-4f84-9d48-02474c490bec',0,0,NULL,NULL,NULL,NULL,'text/html','10324','','','','',0,0,0,0),(10336,10330,10154,10158,'','2016-04-28 20:40:23','2016-04-28 20:40:23',10117,10334,'2e31a06c-bbde-432c-adf5-b18e155e63a5',0,0,NULL,NULL,NULL,NULL,'text/html','10333','','','','',0,0,0,0),(10350,10339,10154,10158,'','2016-04-28 20:40:23','2016-04-28 20:40:23',10117,10348,'5f9ffec0-adbc-421f-a164-64ca5c0c353c',0,0,NULL,NULL,NULL,NULL,'text/html','10347','','','','',0,0,0,0),(10356,10339,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10117,10354,'9c4c2c6a-7b7b-4739-8f5f-38c59af04ab6',0,0,NULL,NULL,NULL,NULL,'text/html','10353','','','','',0,0,0,0),(10362,10339,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10117,10360,'0eaf5d83-5d8e-43b3-ae22-a7f0c5c42bf5',0,0,NULL,NULL,NULL,NULL,'text/html','10359','','','','',0,0,0,0),(10376,10365,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10117,10374,'30a5c22e-3dca-4435-8396-e419f9f982b5',0,0,NULL,NULL,NULL,NULL,'text/html','10373','','','','',0,0,0,0),(10384,10365,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10117,10382,'60daae63-babf-4e8d-9fdc-15c1ac2e9151',0,0,NULL,NULL,NULL,NULL,'text/html','10381','','','','',0,0,0,0),(10390,10365,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10117,10388,'b4d66c1d-f006-4a57-b38d-9b5ebf9d9b55',0,0,NULL,NULL,NULL,NULL,'text/html','10387','','','','',0,0,0,0),(10396,10365,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10117,10394,'f692a60f-b44d-4165-b7ae-93e957d2e0f2',0,0,NULL,NULL,NULL,NULL,'text/html','10393','','','','',0,0,0,0),(10413,10199,10154,10196,'Test Test','2016-04-28 20:43:49','2016-04-28 20:43:49',10117,10411,'786acad8-0d31-4d81-8c55-ce392952a733',0,0,NULL,NULL,NULL,NULL,'text/html','10410','','','','',0,0,0,0),(10418,10199,10154,10196,'Test Test','2016-04-28 20:43:49','2016-04-28 20:43:49',10117,10416,'585aed79-ba62-4d11-94ee-65bd56d7ac0e',0,0,NULL,NULL,NULL,NULL,'text/html','10415','','','','',0,0,0,0),(10425,10180,10154,10196,'Test Test','2016-04-28 20:45:01','2016-04-28 20:45:01',10117,10423,'ffc4c475-dee0-493f-8afd-665d318a0160',0,0,NULL,NULL,NULL,NULL,'text/html','10422','','','','',0,0,0,0),(10430,10180,10154,10196,'Test Test','2016-04-28 20:45:09','2016-04-28 20:45:09',10117,10428,'c7791fc0-8252-4dc5-9bd7-5d0c7fef05e7',0,0,NULL,NULL,NULL,NULL,'text/html','10427','','','','',0,0,0,0),(10435,10180,10154,10196,'Test Test','2016-04-28 20:45:13','2016-04-28 20:45:13',10117,10433,'8290a514-3fd2-4b2e-8596-80c819a3850a',0,0,NULL,NULL,NULL,NULL,'text/html','10432','','','','',0,0,0,0),(10440,10180,10154,10196,'Test Test','2016-04-28 20:45:35','2016-04-28 20:45:35',10117,10438,'2095aaaa-95e0-4ac6-9050-4cdf2acda91f',0,0,NULL,NULL,NULL,NULL,'text/html','10437','','','','',0,0,0,0),(10469,10180,10154,10196,'Test Test','2016-04-28 20:54:44','2016-04-28 20:54:44',10008,10462,'20325641-1c32-4898-a90f-2675aecf8129',0,1,NULL,NULL,NULL,NULL,'text/plain','Subscribed Bookmark','Usersn is subscribed here','','http://www.google.com','',0,0,0,0),(10474,10180,10154,10196,'Test Test','2016-04-28 20:55:18','2016-04-28 20:55:18',10008,10470,'b72ea0fd-c167-437a-bd82-63b6cdc8ecb2',0,1,NULL,NULL,NULL,NULL,'text/plain','Bookmark with Tags','This contains 3 tags','','http://www.yelp.com','',0,0,0,0),(10485,10180,10154,10196,'Test Test','2016-04-28 20:56:14','2016-04-28 20:56:14',10008,10481,'feb23a59-7bcb-48d2-828c-d96d68788143',0,1,NULL,NULL,NULL,NULL,'text/plain','Bookmark for Site Members','This bookmark is only viewable by Site Members','','http://www.medium.com','',0,0,0,0),(10499,10180,10154,10196,'Test Test','2016-04-28 20:58:04','2016-04-28 20:58:04',10010,10497,'a9fffe2a-9983-4bf0-a094-b43dec0bb9e3',0,1,NULL,NULL,NULL,NULL,'application/msword','Document_1.doc','','','','',0,0,0,1),(10502,10180,10154,10196,'Test Test','2016-04-28 20:58:04','2016-04-28 20:58:04',10117,10500,'9f419229-5e3d-43a5-a736-99a02090847f',0,0,NULL,NULL,NULL,NULL,'text/html','10497','','','','',0,0,0,0),(10511,10180,10154,10196,'Test Test','2016-04-28 20:58:14','2016-04-28 20:58:14',10010,10509,'8d61ed44-319f-43b1-8bd5-fa2527fd5469',0,1,NULL,NULL,NULL,NULL,'application/vnd.openxmlformats-officedocument.wordprocessingml.document','Document_1.docx','','','','',0,0,0,0),(10514,10180,10154,10196,'Test Test','2016-04-28 20:58:14','2016-04-28 20:58:14',10117,10512,'a00f050b-2250-4aa4-a2b0-d5e0768577a4',0,0,NULL,NULL,NULL,NULL,'text/html','10509','','','','',0,0,0,0),(10523,10180,10154,10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25',10010,10521,'5bf25606-c20a-4035-8a9d-80b5281f4fd9',0,1,NULL,NULL,NULL,NULL,'image/jpeg','Document_1.jpeg','','','','',0,0,0,2),(10526,10180,10154,10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25',10117,10524,'b978c968-e40a-46d1-a5cf-85a351e687d4',0,0,NULL,NULL,NULL,NULL,'text/html','10521','','','','',0,0,0,0),(10535,10180,10154,10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34',10010,10533,'5a3ec5c7-190c-4211-bf22-98017c3f47d5',0,1,NULL,NULL,NULL,NULL,'image/jpeg','Document_1.jpg','','','','',0,0,0,2),(10538,10180,10154,10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34',10117,10536,'e062a77d-21fc-4516-9329-c1039848e327',0,0,NULL,NULL,NULL,NULL,'text/html','10533','','','','',0,0,0,0),(10547,10180,10154,10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56',10010,10545,'31eeb51b-1233-4dd5-a8c6-8508c5c18f04',0,1,NULL,NULL,NULL,NULL,'audio/mpeg','Document_1.mp3','','','','',0,0,0,0),(10550,10180,10154,10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56',10117,10548,'733643ce-3d64-4087-8923-2a0031518f42',0,0,NULL,NULL,NULL,NULL,'text/html','10545','','','','',0,0,0,0),(10559,10180,10154,10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08',10010,10557,'77be5b32-70ef-4d43-87a5-f35f57d5c496',0,1,NULL,NULL,NULL,NULL,'application/vnd.oasis.opendocument.text','Document_1.odt','','','','',0,0,0,0),(10562,10180,10154,10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08',10117,10560,'03fefe40-5b86-4b11-b36f-281552ef72e6',0,0,NULL,NULL,NULL,NULL,'text/html','10557','','','','',0,0,0,0),(10571,10180,10154,10196,'Test Test','2016-04-28 20:59:19','2016-04-28 20:59:19',10010,10569,'931afdf5-6d16-4bf9-b6fb-26c186ebb772',0,1,NULL,NULL,NULL,NULL,'application/pdf','Document_1.pdf','','','','',0,0,0,0),(10574,10180,10154,10196,'Test Test','2016-04-28 20:59:19','2016-04-28 20:59:19',10117,10572,'bcce002a-0cc9-4151-907c-4a839333424a',0,0,NULL,NULL,NULL,NULL,'text/html','10569','','','','',0,0,0,0),(10583,10180,10154,10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35',10010,10581,'ec6e14b6-a9ec-4c8d-804e-414e0ffea770',0,1,NULL,NULL,NULL,NULL,'image/png','Document_1.png','','','','',0,0,0,0),(10586,10180,10154,10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35',10117,10584,'77faa8fd-95ce-4d17-b235-ae4c6f5b63b8',0,0,NULL,NULL,NULL,NULL,'text/html','10581','','','','',0,0,0,0),(10595,10180,10154,10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49',10010,10593,'7b61ac4f-c0b8-4354-92f6-eb8187a8cb9d',0,1,NULL,NULL,NULL,NULL,'application/vnd.ms-powerpoint','Document_1.ppt','','','','',0,0,0,0),(10598,10180,10154,10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49',10117,10596,'9c6cc90c-9cc4-4685-905a-06ef6961c111',0,0,NULL,NULL,NULL,NULL,'text/html','10593','','','','',0,0,0,0),(10607,10180,10154,10196,'Test Test','2016-04-28 20:59:58','2016-04-28 20:59:58',10010,10605,'ecde69b8-bd62-4538-a510-3923b4b8d053',0,1,NULL,NULL,NULL,NULL,'application/vnd.openxmlformats-officedocument.presentationml.presentation','Document_1.pptx','','','','',0,0,0,0),(10610,10180,10154,10196,'Test Test','2016-04-28 20:59:58','2016-04-28 20:59:58',10117,10608,'c4608962-5a4a-4771-ba87-2c86976ee489',0,0,NULL,NULL,NULL,NULL,'text/html','10605','','','','',0,0,0,0),(10619,10180,10154,10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09',10010,10617,'18f532df-e391-4f4a-adbf-282b0ecbc44a',0,1,NULL,NULL,NULL,NULL,'text/plain','Document_1.txt','','','','',0,0,0,0),(10622,10180,10154,10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09',10117,10620,'e09583fd-1e7c-40fe-bca0-e321b793e63d',0,0,NULL,NULL,NULL,NULL,'text/html','10617','','','','',0,0,0,0),(10631,10180,10154,10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18',10010,10629,'42169629-7cd9-40db-973b-cc1111df8671',0,1,NULL,NULL,NULL,NULL,'application/vnd.ms-excel','Document_1.xls','','','','',0,0,0,0),(10634,10180,10154,10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18',10117,10632,'6204e74f-8f6c-4d54-b3ea-19a9b6494dd7',0,0,NULL,NULL,NULL,NULL,'text/html','10629','','','','',0,0,0,0),(10643,10180,10154,10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32',10010,10641,'37fc1257-ab46-439f-9b6c-2e457efa5e17',0,1,NULL,NULL,NULL,NULL,'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','Document_1.xlsx','','','','',0,0,0,0),(10646,10180,10154,10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32',10117,10644,'db6303ec-6293-43ba-a178-678f4fadfbd0',0,0,NULL,NULL,NULL,NULL,'text/html','10641','','','','',0,0,0,0),(10655,10180,10154,10196,'Test Test','2016-04-28 21:01:01','2016-04-28 21:01:01',10010,10653,'1ef89303-1de0-4274-871e-c9b68452e5af',0,1,NULL,NULL,NULL,NULL,'video/mp4','Document_1.mp4','','','','',0,0,0,0),(10658,10180,10154,10196,'Test Test','2016-04-28 21:01:01','2016-04-28 21:01:01',10117,10656,'c0240863-c238-4682-a5cf-38e0a2705ed1',0,0,NULL,NULL,NULL,NULL,'text/html','10653','','','','',0,0,0,0),(10667,10180,10154,10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35',10010,10665,'410648fe-a457-4246-ae3c-5fde0161259a',0,1,NULL,NULL,NULL,NULL,'image/jpeg','Document_2.jpg','','','','',0,0,0,6),(10670,10180,10154,10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35',10117,10668,'8cd62b93-c65e-4ca8-b725-a216c105bc4b',0,0,NULL,NULL,NULL,NULL,'text/html','10665','','','','',0,0,0,0),(10679,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10010,10677,'25509d24-504d-4235-8869-e5fcf00b0def',0,1,NULL,NULL,NULL,NULL,'image/jpeg','Document_2.jpeg','','','','',0,0,0,1),(10682,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10117,10680,'d4cd5b4f-c74e-4b0a-9e33-39935c3b5031',0,0,NULL,NULL,NULL,NULL,'text/html','10677','','','','',0,0,0,0),(10691,10180,10154,10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:04:07',10010,10689,'98f815fc-bb21-4e13-8e1e-9e3a40a19e1c',0,1,NULL,NULL,NULL,NULL,'application/vnd.oasis.opendocument.text','Document_2.odt','Edited. Version number must be 1.1','','','',0,0,0,0),(10694,10180,10154,10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:03:00',10117,10692,'cfe93aa2-2a6a-41b5-81c6-0b86ef8dbbe5',0,0,NULL,NULL,NULL,NULL,'text/html','10689','','','','',0,0,0,0),(10703,10180,10154,10196,'Test Test','2016-04-28 21:03:22','2016-04-28 21:03:22',10092,10701,'465bc447-ba9e-4927-9767-323771ca1f7a',0,0,NULL,NULL,NULL,NULL,'application/msword','Document_1.doc','','','','',0,0,0,0),(10710,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10010,10705,'25509d24-504d-4235-8869-e5fcf00b0def',0,0,NULL,NULL,NULL,NULL,'image/jpeg','Document_2.jpeg','','','','',0,0,0,0),(10719,10180,10154,10196,'Test Test','2016-04-28 21:05:07','2016-04-28 21:05:07',10117,10718,'ba020fc5-8e89-4111-a12c-b545b62edf87',0,1,NULL,NULL,NULL,NULL,'text/html','Comment 1...','','','','',0,0,0,0),(10722,10180,10154,10196,'Test Test','2016-04-28 21:05:15','2016-04-28 21:05:15',10117,10721,'d6a1a4b9-a721-4a95-8b9c-70d2244c493e',0,1,NULL,NULL,NULL,NULL,'text/html','I\'m Test Test...','','','','',0,0,0,0),(10728,10180,10154,10158,'','2016-04-28 21:05:35','2016-04-28 21:05:58',10013,10727,'75e27937-3a92-4e3e-a850-9aa79537eecc',0,1,NULL,NULL,NULL,NULL,'text/html','FrontPage','','','','',0,0,0,73),(10731,10180,10154,10158,'','2016-04-28 21:05:35','2016-04-28 21:05:35',10117,10729,'ec9d3f03-9de4-496f-b0ef-139b820de10c',0,0,NULL,NULL,NULL,NULL,'text/html','10727','','','','',0,0,0,0),(10740,10180,10154,10196,'Test Test','2016-04-28 21:06:22','2016-04-28 21:06:22',10013,10739,'7b141181-18f9-48c7-802c-f24335d1b3ec',0,1,NULL,NULL,NULL,NULL,'text/html','Creole Wiki Page Title','','','','',0,0,0,2),(10743,10180,10154,10196,'Test Test','2016-04-28 21:06:22','2016-04-28 21:06:22',10117,10741,'8a56fd15-f1fa-4ce7-a851-b458107b7a2e',0,0,NULL,NULL,NULL,NULL,'text/html','10739','','','','',0,0,0,0),(10748,10180,10154,10196,'Test Test','2016-04-28 21:06:48','2016-04-28 21:06:48',10013,10747,'b39bba01-c1f7-4451-8b56-83880ad65846',0,1,NULL,NULL,NULL,NULL,'text/html','HTML Wiki Page Title','','','','',0,0,0,1),(10751,10180,10154,10196,'Test Test','2016-04-28 21:06:48','2016-04-28 21:06:48',10117,10749,'bd026edb-f223-46da-b802-4f1e9f2ba6f1',0,0,NULL,NULL,NULL,NULL,'text/html','10747','','','','',0,0,0,0),(10755,10180,10154,10196,'Test Test','2016-04-28 21:07:15','2016-04-28 21:07:15',10013,10754,'bf3acc5f-484f-4c97-8813-73d0891e3441',0,1,NULL,NULL,NULL,NULL,'text/html','MediaWiki Wiki Page Title','','','','',0,0,0,1),(10758,10180,10154,10196,'Test Test','2016-04-28 21:07:15','2016-04-28 21:07:15',10117,10756,'ad1dca93-760e-4c44-92fb-d8df67969d4c',0,0,NULL,NULL,NULL,NULL,'text/html','10754','','','','',0,0,0,0),(10764,10180,10154,10196,'Test Test','2016-04-28 21:07:38','2016-04-28 21:07:46',10013,10763,'20dc403f-f07e-4ae6-9791-884a6209ef34',0,0,NULL,NULL,NULL,NULL,'text/html','Wiki Draft Page Title','','','','',0,0,0,0),(10767,10180,10154,10196,'Test Test','2016-04-28 21:07:38','2016-04-28 21:07:38',10117,10765,'294a04f9-4384-4246-8392-1aeac48fbe67',0,0,NULL,NULL,NULL,NULL,'text/html','10763','','','','',0,0,0,0),(10771,10180,10154,10196,'Test Test','2016-04-28 21:08:11','2016-04-28 21:09:00',10013,10770,'b12059c9-500a-45ef-b0f0-eb54caae8824',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page with Images','','','','',0,0,0,1),(10774,10180,10154,10196,'Test Test','2016-04-28 21:08:11','2016-04-28 21:08:11',10117,10772,'aa779589-ec27-42b9-8267-468c899a097b',0,0,NULL,NULL,NULL,NULL,'text/html','10770','','','','',0,0,0,0),(10781,10180,10154,10196,'Test Test','2016-04-28 21:09:18','2016-04-28 21:09:41',10013,10780,'23a0fa6e-eb73-4396-a4a3-0c50cf6a19fc',0,1,NULL,NULL,NULL,NULL,'text/html','Edited Wiki Page','','','','',0,0,0,1),(10784,10180,10154,10196,'Test Test','2016-04-28 21:09:18','2016-04-28 21:09:18',10117,10782,'f4199215-3b38-449a-ad34-f62cf10f15ec',0,0,NULL,NULL,NULL,NULL,'text/html','10780','','','','',0,0,0,0),(10791,10180,10154,10196,'Test Test','2016-04-28 21:09:58','2016-04-28 21:09:58',10013,10790,'f4e7b80b-51a2-465e-bcb9-5a7489890d8d',0,1,NULL,NULL,NULL,NULL,'text/html','Subscribed Wiki','','','','',0,0,0,1),(10794,10180,10154,10196,'Test Test','2016-04-28 21:09:58','2016-04-28 21:09:58',10117,10792,'6249dd01-6020-4dcc-9fd8-61e57f66bb52',0,0,NULL,NULL,NULL,NULL,'text/html','10790','','','','',0,0,0,0),(10798,10180,10154,10196,'Test Test','2016-04-28 21:10:13','2016-04-28 21:10:13',10013,10797,'41d559a4-d6fa-45be-a108-bf86f53819de',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page with Attachments','','','','',0,0,0,0),(10801,10180,10154,10196,'Test Test','2016-04-28 21:10:13','2016-04-28 21:10:13',10117,10799,'4c36b5eb-5fcb-4407-a068-67d6621af490',0,0,NULL,NULL,NULL,NULL,'text/html','10797','','','','',0,0,0,0),(10806,10180,10154,10196,'Test Test','2016-04-28 21:11:23','2016-04-28 21:11:23',10013,10805,'1324f13a-7f8a-4ccf-889e-8b8fc48aeb6c',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page with Comments','','','','',0,0,0,4),(10809,10180,10154,10196,'Test Test','2016-04-28 21:11:23','2016-04-28 21:11:23',10117,10807,'2cc66063-5729-444f-a573-08185abd7a49',0,0,NULL,NULL,NULL,NULL,'text/html','10805','','','','',0,0,0,0),(10813,10180,10154,10196,'Test Test','2016-04-28 21:11:38','2016-04-28 21:11:38',10117,10812,'1f5f6370-3307-423f-8a2a-61f4fe022888',0,1,NULL,NULL,NULL,NULL,'text/html','Comment number 1...','','','','',0,0,0,0),(10817,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05',10013,10816,'768a8eeb-fdb8-4d07-a7db-fc0d0b01b2be',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page with 3 Tags','','','','',0,0,0,0),(10823,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05',10117,10821,'06ac2ad2-d627-447e-81b9-9cadd5b6d9ce',0,0,NULL,NULL,NULL,NULL,'text/html','10816','','','','',0,0,0,0),(10830,10180,10154,10196,'Test Test','2016-04-28 21:12:25','2016-04-28 21:12:25',10013,10829,'406f5ae8-81ba-4d91-8f51-d4f6226bfdb0',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page 1','','','','',0,0,0,1),(10833,10180,10154,10196,'Test Test','2016-04-28 21:12:25','2016-04-28 21:12:25',10117,10831,'4ceb2668-1ee1-4771-9f16-eec0bb672360',0,0,NULL,NULL,NULL,NULL,'text/html','10829','','','','',0,0,0,0),(10838,10180,10154,10196,'Test Test','2016-04-28 21:12:46','2016-04-28 21:12:46',10013,10837,'ad104bef-e695-4d15-9e49-d2e7a1be7de7',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Page 2','','','','',0,0,0,1),(10843,10180,10154,10196,'Test Test','2016-04-28 21:12:46','2016-04-28 21:12:46',10117,10841,'458324f7-4a53-4019-bb1d-0dc0a3bd3e32',0,0,NULL,NULL,NULL,NULL,'text/html','10837','','','','',0,0,0,0),(10848,10180,10154,10196,'Test Test','2016-04-28 21:13:12','2016-04-28 21:13:12',10013,10847,'9b43b889-3e15-42ef-a82f-03960794f063',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Child Pages TItle','','','','',0,0,0,3),(10851,10180,10154,10196,'Test Test','2016-04-28 21:13:12','2016-04-28 21:13:12',10117,10849,'168b46d6-473c-477d-bb63-3689821f89e9',0,0,NULL,NULL,NULL,NULL,'text/html','10847','','','','',0,0,0,0),(10857,10180,10154,10196,'Test Test','2016-04-28 21:13:36','2016-04-28 21:13:36',10013,10856,'4a7e8a02-b1c2-4280-889b-6544fd217aa8',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Child Page 1','','','','',0,0,0,0),(10860,10180,10154,10196,'Test Test','2016-04-28 21:13:36','2016-04-28 21:13:36',10117,10858,'5c5917b5-5cec-4b44-8428-513df18122dc',0,0,NULL,NULL,NULL,NULL,'text/html','10856','','','','',0,0,0,0),(10864,10180,10154,10196,'Test Test','2016-04-28 21:13:50','2016-04-28 21:13:50',10013,10863,'201e9c4b-e604-47dd-96ff-d5e089882063',0,1,NULL,NULL,NULL,NULL,'text/html','Wiki Child Page 2','','','','',0,0,0,0),(10867,10180,10154,10196,'Test Test','2016-04-28 21:13:50','2016-04-28 21:13:50',10117,10865,'68317739-ca07-4fe3-8c0a-41014a31d89f',0,0,NULL,NULL,NULL,NULL,'text/html','10863','','','','',0,0,0,0),(10878,10192,10154,10196,'Test Test','2016-04-28 21:14:36','2016-04-28 21:15:09',10005,10872,'6547cf0b-c40d-46fe-b6a2-214e75d6cf52',0,0,NULL,NULL,NULL,NULL,'','userfn userln','','','','',0,0,0,0),(10885,10875,10154,10872,'userfn userln','2016-04-28 21:15:20','2016-04-28 21:15:20',10117,10883,'37f33962-ec4b-4ced-ad7f-e4eca6ee364a',0,0,NULL,NULL,NULL,NULL,'text/html','10882','','','','',0,0,0,0),(10890,10875,10154,10872,'userfn userln','2016-04-28 21:15:20','2016-04-28 21:15:20',10117,10888,'a7214b56-a3c8-4c1b-af7b-c9c515510761',0,0,NULL,NULL,NULL,NULL,'text/html','10887','','','','',0,0,0,0),(10902,10180,10154,10872,'userfn userln','2016-04-28 21:17:03','2016-04-28 21:17:03',10117,10901,'5786b06c-b5cb-4db2-a8ff-76c4617989d3',0,1,NULL,NULL,NULL,NULL,'text/html','Usersn here...','','','','',0,0,0,0),(10907,10180,10154,10872,'userfn userln','2016-04-28 21:18:09','2016-04-28 21:18:09',10117,10906,'3f933493-e95e-4cd5-9122-d5671ca9b477',0,1,NULL,NULL,NULL,NULL,'text/html','Comment number 2...','','','','',0,0,0,0); /*!40000 ALTER TABLE `AssetEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetLink` -- DROP TABLE IF EXISTS `AssetLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetLink` ( `linkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `entryId1` bigint(20) DEFAULT NULL, `entryId2` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `weight` int(11) DEFAULT NULL, PRIMARY KEY (`linkId`), UNIQUE KEY `IX_8F542794` (`entryId1`,`entryId2`,`type_`), KEY `IX_128516C8` (`entryId1`), KEY `IX_56E0AB21` (`entryId1`,`entryId2`), KEY `IX_14D5A20D` (`entryId1`,`type_`), KEY `IX_12851A89` (`entryId2`), KEY `IX_91F132C` (`entryId2`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetLink` -- LOCK TABLES `AssetLink` WRITE; /*!40000 ALTER TABLE `AssetLink` DISABLE KEYS */; INSERT INTO `AssetLink` VALUES (10839,10154,10196,'Test Test','2016-04-28 21:12:46',10838,10830,0,0),(10840,10154,10196,'Test Test','2016-04-28 21:12:46',10830,10838,0,0); /*!40000 ALTER TABLE `AssetLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetTag` -- DROP TABLE IF EXISTS `AssetTag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetTag` ( `tagId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, PRIMARY KEY (`tagId`), KEY `IX_7C9E46BA` (`groupId`), KEY `IX_D63322F9` (`groupId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetTag` -- LOCK TABLES `AssetTag` WRITE; /*!40000 ALTER TABLE `AssetTag` DISABLE KEYS */; INSERT INTO `AssetTag` VALUES (10475,10180,10154,10196,'Test Test','2016-04-28 20:55:19','2016-04-28 20:55:19','coffee',1),(10476,10180,10154,10196,'Test Test','2016-04-28 20:55:19','2016-04-28 20:55:19','parks',1),(10477,10180,10154,10196,'Test Test','2016-04-28 20:55:19','2016-04-28 20:55:19','food',1),(10818,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05','one',1),(10819,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05','two',1),(10820,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05','three',1); /*!40000 ALTER TABLE `AssetTag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetTagProperty` -- DROP TABLE IF EXISTS `AssetTagProperty`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetTagProperty` ( `tagPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `tagId` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `value` varchar(255) DEFAULT NULL, PRIMARY KEY (`tagPropertyId`), UNIQUE KEY `IX_2C944354` (`tagId`,`key_`), KEY `IX_DFF1F063` (`companyId`), KEY `IX_13805BF7` (`companyId`,`key_`), KEY `IX_3269E180` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetTagProperty` -- LOCK TABLES `AssetTagProperty` WRITE; /*!40000 ALTER TABLE `AssetTagProperty` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetTagProperty` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetTagStats` -- DROP TABLE IF EXISTS `AssetTagStats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetTagStats` ( `tagStatsId` bigint(20) NOT NULL, `tagId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, PRIMARY KEY (`tagStatsId`), UNIQUE KEY `IX_56682CC4` (`tagId`,`classNameId`), KEY `IX_50702693` (`classNameId`), KEY `IX_9464CA` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetTagStats` -- LOCK TABLES `AssetTagStats` WRITE; /*!40000 ALTER TABLE `AssetTagStats` DISABLE KEYS */; INSERT INTO `AssetTagStats` VALUES (10478,10475,10008,1),(10479,10476,10008,1),(10480,10477,10008,1),(10825,10818,10013,1),(10826,10820,10013,1),(10827,10819,10013,1); /*!40000 ALTER TABLE `AssetTagStats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetVocabulary` -- DROP TABLE IF EXISTS `AssetVocabulary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetVocabulary` ( `uuid_` varchar(75) DEFAULT NULL, `vocabularyId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `settings_` longtext, PRIMARY KEY (`vocabularyId`), UNIQUE KEY `IX_C0AAD74D` (`groupId`,`name`), UNIQUE KEY `IX_1B2B8792` (`uuid_`,`groupId`), KEY `IX_B22D908C` (`companyId`), KEY `IX_B6B8CA0E` (`groupId`), KEY `IX_55F58818` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetVocabulary` -- LOCK TABLES `AssetVocabulary` WRITE; /*!40000 ALTER TABLE `AssetVocabulary` DISABLE KEYS */; INSERT INTO `AssetVocabulary` VALUES ('1e0f5470-2b01-4aef-b5ba-c795224ad423',10317,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22','Topic','Topic','',''),('0632c759-dfe3-4fe2-87d1-59515910b74e',10662,10180,10154,10158,'','2016-04-28 21:01:07','2016-04-28 21:01:07','Topic','Topic','',''); /*!40000 ALTER TABLE `AssetVocabulary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BlogsEntry` -- DROP TABLE IF EXISTS `BlogsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BlogsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` varchar(150) DEFAULT NULL, `urlTitle` varchar(150) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `content` longtext, `displayDate` datetime DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `allowTrackbacks` tinyint(4) DEFAULT NULL, `trackbacks` longtext, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_DB780A20` (`groupId`,`urlTitle`), UNIQUE KEY `IX_1B1040FD` (`uuid_`,`groupId`), KEY `IX_72EF6041` (`companyId`), KEY `IX_430D791F` (`companyId`,`displayDate`), KEY `IX_BB0C2905` (`companyId`,`displayDate`,`status`), KEY `IX_EB2DCE27` (`companyId`,`status`), KEY `IX_8CACE77B` (`companyId`,`userId`), KEY `IX_A5F57B61` (`companyId`,`userId`,`status`), KEY `IX_2672F77F` (`displayDate`,`status`), KEY `IX_81A50303` (`groupId`), KEY `IX_621E19D` (`groupId`,`displayDate`), KEY `IX_F0E73383` (`groupId`,`displayDate`,`status`), KEY `IX_1EFD8EE9` (`groupId`,`status`), KEY `IX_FBDE0AA3` (`groupId`,`userId`,`displayDate`), KEY `IX_DA04F689` (`groupId`,`userId`,`displayDate`,`status`), KEY `IX_49E15A23` (`groupId`,`userId`,`status`), KEY `IX_69157A4D` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BlogsEntry` -- LOCK TABLES `BlogsEntry` WRITE; /*!40000 ALTER TABLE `BlogsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `BlogsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BlogsStatsUser` -- DROP TABLE IF EXISTS `BlogsStatsUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BlogsStatsUser` ( `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `entryCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, `ratingsTotalEntries` int(11) DEFAULT NULL, `ratingsTotalScore` double DEFAULT NULL, `ratingsAverageScore` double DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_82254C25` (`groupId`,`userId`), KEY `IX_90CDA39A` (`companyId`,`entryCount`), KEY `IX_43840EEB` (`groupId`), KEY `IX_28C78D5C` (`groupId`,`entryCount`), KEY `IX_BB51F1D9` (`userId`), KEY `IX_507BA031` (`userId`,`lastPostDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BlogsStatsUser` -- LOCK TABLES `BlogsStatsUser` WRITE; /*!40000 ALTER TABLE `BlogsStatsUser` DISABLE KEYS */; /*!40000 ALTER TABLE `BlogsStatsUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BookmarksEntry` -- DROP TABLE IF EXISTS `BookmarksEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BookmarksEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `resourceBlockId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `url` longtext, `description` longtext, `visits` int(11) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`), KEY `IX_E52FF7EF` (`groupId`), KEY `IX_5200100C` (`groupId`,`folderId`), KEY `IX_E2E9F129` (`groupId`,`userId`), KEY `IX_E848278F` (`resourceBlockId`), KEY `IX_B670BA39` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksEntry` -- LOCK TABLES `BookmarksEntry` WRITE; /*!40000 ALTER TABLE `BookmarksEntry` DISABLE KEYS */; INSERT INTO `BookmarksEntry` VALUES ('20325641-1c32-4898-a90f-2675aecf8129',10462,10180,10154,10196,'Test Test','2016-04-28 20:54:44','2016-04-28 20:54:44',3,0,'Subscribed Bookmark','http://www.google.com','Usersn is subscribed here',0,0),('b72ea0fd-c167-437a-bd82-63b6cdc8ecb2',10470,10180,10154,10196,'Test Test','2016-04-28 20:55:18','2016-04-28 20:55:18',3,0,'Bookmark with Tags','http://www.yelp.com','This contains 3 tags',0,0),('feb23a59-7bcb-48d2-828c-d96d68788143',10481,10180,10154,10196,'Test Test','2016-04-28 20:56:14','2016-04-28 20:56:14',7,0,'Bookmark for Site Members','http://www.medium.com','This bookmark is only viewable by Site Members',0,0); /*!40000 ALTER TABLE `BookmarksEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BookmarksFolder` -- DROP TABLE IF EXISTS `BookmarksFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BookmarksFolder` ( `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `resourceBlockId` bigint(20) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`), KEY `IX_2ABA25D7` (`companyId`), KEY `IX_7F703619` (`groupId`), KEY `IX_967799C0` (`groupId`,`parentFolderId`), KEY `IX_28A49BB9` (`resourceBlockId`), KEY `IX_451E7AE3` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksFolder` -- LOCK TABLES `BookmarksFolder` WRITE; /*!40000 ALTER TABLE `BookmarksFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `BookmarksFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BrowserTracker` -- DROP TABLE IF EXISTS `BrowserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BrowserTracker` ( `browserTrackerId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `browserKey` bigint(20) DEFAULT NULL, PRIMARY KEY (`browserTrackerId`), UNIQUE KEY `IX_E7B95510` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BrowserTracker` -- LOCK TABLES `BrowserTracker` WRITE; /*!40000 ALTER TABLE `BrowserTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `BrowserTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CalEvent` -- DROP TABLE IF EXISTS `CalEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CalEvent` ( `uuid_` varchar(75) DEFAULT NULL, `eventId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `description` longtext, `location` longtext, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `durationHour` int(11) DEFAULT NULL, `durationMinute` int(11) DEFAULT NULL, `allDay` tinyint(4) DEFAULT NULL, `timeZoneSensitive` tinyint(4) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `repeating` tinyint(4) DEFAULT NULL, `recurrence` longtext, `remindBy` int(11) DEFAULT NULL, `firstReminder` int(11) DEFAULT NULL, `secondReminder` int(11) DEFAULT NULL, PRIMARY KEY (`eventId`), UNIQUE KEY `IX_5CCE79C8` (`uuid_`,`groupId`), KEY `IX_D6FD9496` (`companyId`), KEY `IX_12EE4898` (`groupId`), KEY `IX_4FDDD2BF` (`groupId`,`repeating`), KEY `IX_FCD7C63D` (`groupId`,`type_`), KEY `IX_FD93CBFA` (`groupId`,`type_`,`repeating`), KEY `IX_F6006202` (`remindBy`), KEY `IX_C1AD2122` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CalEvent` -- LOCK TABLES `CalEvent` WRITE; /*!40000 ALTER TABLE `CalEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `CalEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ClassName_` -- DROP TABLE IF EXISTS `ClassName_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ClassName_` ( `classNameId` bigint(20) NOT NULL, `value` varchar(200) DEFAULT NULL, PRIMARY KEY (`classNameId`), UNIQUE KEY `IX_B27A301F` (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ClassName_` -- LOCK TABLES `ClassName_` WRITE; /*!40000 ALTER TABLE `ClassName_` DISABLE KEYS */; INSERT INTO `ClassName_` VALUES (10014,'com.liferay.counter.model.Counter'),(10702,'com.liferay.portal.kernel.repository.model.FileEntry'),(10015,'com.liferay.portal.kernel.workflow.WorkflowTask'),(10016,'com.liferay.portal.model.Account'),(10017,'com.liferay.portal.model.Address'),(10018,'com.liferay.portal.model.BrowserTracker'),(10019,'com.liferay.portal.model.ClassName'),(10020,'com.liferay.portal.model.ClusterGroup'),(10021,'com.liferay.portal.model.Company'),(10022,'com.liferay.portal.model.Contact'),(10023,'com.liferay.portal.model.Country'),(10024,'com.liferay.portal.model.EmailAddress'),(10001,'com.liferay.portal.model.Group'),(10025,'com.liferay.portal.model.Image'),(10002,'com.liferay.portal.model.Layout'),(10026,'com.liferay.portal.model.LayoutBranch'),(10027,'com.liferay.portal.model.LayoutPrototype'),(10028,'com.liferay.portal.model.LayoutRevision'),(10029,'com.liferay.portal.model.LayoutSet'),(10030,'com.liferay.portal.model.LayoutSetBranch'),(10031,'com.liferay.portal.model.LayoutSetPrototype'),(10032,'com.liferay.portal.model.ListType'),(10033,'com.liferay.portal.model.Lock'),(10034,'com.liferay.portal.model.MembershipRequest'),(10003,'com.liferay.portal.model.Organization'),(10035,'com.liferay.portal.model.OrgGroupPermission'),(10036,'com.liferay.portal.model.OrgGroupRole'),(10037,'com.liferay.portal.model.OrgLabor'),(10038,'com.liferay.portal.model.PasswordPolicy'),(10039,'com.liferay.portal.model.PasswordPolicyRel'),(10040,'com.liferay.portal.model.PasswordTracker'),(10041,'com.liferay.portal.model.Permission'),(10042,'com.liferay.portal.model.Phone'),(10043,'com.liferay.portal.model.PluginSetting'),(10044,'com.liferay.portal.model.PortalPreferences'),(10045,'com.liferay.portal.model.Portlet'),(10046,'com.liferay.portal.model.PortletItem'),(10047,'com.liferay.portal.model.PortletPreferences'),(10048,'com.liferay.portal.model.Region'),(10049,'com.liferay.portal.model.Release'),(10050,'com.liferay.portal.model.Repository'),(10051,'com.liferay.portal.model.RepositoryEntry'),(10052,'com.liferay.portal.model.Resource'),(10053,'com.liferay.portal.model.ResourceAction'),(10054,'com.liferay.portal.model.ResourceBlock'),(10055,'com.liferay.portal.model.ResourceBlockPermission'),(10056,'com.liferay.portal.model.ResourceCode'),(10057,'com.liferay.portal.model.ResourcePermission'),(10058,'com.liferay.portal.model.ResourceTypePermission'),(10004,'com.liferay.portal.model.Role'),(10059,'com.liferay.portal.model.ServiceComponent'),(10060,'com.liferay.portal.model.Shard'),(10061,'com.liferay.portal.model.Subscription'),(10062,'com.liferay.portal.model.Team'),(10063,'com.liferay.portal.model.Ticket'),(10005,'com.liferay.portal.model.User'),(10006,'com.liferay.portal.model.UserGroup'),(10064,'com.liferay.portal.model.UserGroupGroupRole'),(10065,'com.liferay.portal.model.UserGroupRole'),(10066,'com.liferay.portal.model.UserIdMapper'),(10067,'com.liferay.portal.model.UserNotificationEvent'),(10188,'com.liferay.portal.model.UserPersonalSite'),(10068,'com.liferay.portal.model.UserTracker'),(10069,'com.liferay.portal.model.UserTrackerPath'),(10070,'com.liferay.portal.model.VirtualHost'),(10071,'com.liferay.portal.model.WebDAVProps'),(10072,'com.liferay.portal.model.Website'),(10073,'com.liferay.portal.model.WorkflowDefinitionLink'),(10074,'com.liferay.portal.model.WorkflowInstanceLink'),(10493,'com.liferay.portal.repository.liferayrepository.LiferayRepository'),(10075,'com.liferay.portlet.announcements.model.AnnouncementsDelivery'),(10076,'com.liferay.portlet.announcements.model.AnnouncementsEntry'),(10077,'com.liferay.portlet.announcements.model.AnnouncementsFlag'),(10078,'com.liferay.portlet.asset.model.AssetCategory'),(10079,'com.liferay.portlet.asset.model.AssetCategoryProperty'),(10080,'com.liferay.portlet.asset.model.AssetEntry'),(10081,'com.liferay.portlet.asset.model.AssetLink'),(10082,'com.liferay.portlet.asset.model.AssetTag'),(10083,'com.liferay.portlet.asset.model.AssetTagProperty'),(10084,'com.liferay.portlet.asset.model.AssetTagStats'),(10085,'com.liferay.portlet.asset.model.AssetVocabulary'),(10007,'com.liferay.portlet.blogs.model.BlogsEntry'),(10086,'com.liferay.portlet.blogs.model.BlogsStatsUser'),(10008,'com.liferay.portlet.bookmarks.model.BookmarksEntry'),(10087,'com.liferay.portlet.bookmarks.model.BookmarksFolder'),(10009,'com.liferay.portlet.calendar.model.CalEvent'),(10088,'com.liferay.portlet.documentlibrary.model.DLContent'),(10010,'com.liferay.portlet.documentlibrary.model.DLFileEntry'),(10089,'com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata'),(10090,'com.liferay.portlet.documentlibrary.model.DLFileEntryType'),(10091,'com.liferay.portlet.documentlibrary.model.DLFileRank'),(10092,'com.liferay.portlet.documentlibrary.model.DLFileShortcut'),(10093,'com.liferay.portlet.documentlibrary.model.DLFileVersion'),(10094,'com.liferay.portlet.documentlibrary.model.DLFolder'),(10095,'com.liferay.portlet.documentlibrary.model.DLSync'),(10096,'com.liferay.portlet.dynamicdatalists.model.DDLRecord'),(10097,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet'),(10098,'com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion'),(10099,'com.liferay.portlet.dynamicdatamapping.model.DDMContent'),(10100,'com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink'),(10101,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure'),(10102,'com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink'),(10103,'com.liferay.portlet.dynamicdatamapping.model.DDMTemplate'),(10104,'com.liferay.portlet.expando.model.ExpandoColumn'),(10105,'com.liferay.portlet.expando.model.ExpandoRow'),(10106,'com.liferay.portlet.expando.model.ExpandoTable'),(10107,'com.liferay.portlet.expando.model.ExpandoValue'),(10108,'com.liferay.portlet.journal.model.JournalArticle'),(10109,'com.liferay.portlet.journal.model.JournalArticleImage'),(10110,'com.liferay.portlet.journal.model.JournalArticleResource'),(10111,'com.liferay.portlet.journal.model.JournalContentSearch'),(10112,'com.liferay.portlet.journal.model.JournalFeed'),(10113,'com.liferay.portlet.journal.model.JournalStructure'),(10114,'com.liferay.portlet.journal.model.JournalTemplate'),(10115,'com.liferay.portlet.messageboards.model.MBBan'),(10116,'com.liferay.portlet.messageboards.model.MBCategory'),(10117,'com.liferay.portlet.messageboards.model.MBDiscussion'),(10118,'com.liferay.portlet.messageboards.model.MBMailingList'),(10011,'com.liferay.portlet.messageboards.model.MBMessage'),(10119,'com.liferay.portlet.messageboards.model.MBStatsUser'),(10012,'com.liferay.portlet.messageboards.model.MBThread'),(10120,'com.liferay.portlet.messageboards.model.MBThreadFlag'),(10121,'com.liferay.portlet.mobiledevicerules.model.MDRAction'),(10122,'com.liferay.portlet.mobiledevicerules.model.MDRRule'),(10123,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup'),(10124,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance'),(10125,'com.liferay.portlet.polls.model.PollsChoice'),(10126,'com.liferay.portlet.polls.model.PollsQuestion'),(10127,'com.liferay.portlet.polls.model.PollsVote'),(10128,'com.liferay.portlet.ratings.model.RatingsEntry'),(10129,'com.liferay.portlet.ratings.model.RatingsStats'),(10130,'com.liferay.portlet.shopping.model.ShoppingCart'),(10131,'com.liferay.portlet.shopping.model.ShoppingCategory'),(10132,'com.liferay.portlet.shopping.model.ShoppingCoupon'),(10133,'com.liferay.portlet.shopping.model.ShoppingItem'),(10134,'com.liferay.portlet.shopping.model.ShoppingItemField'),(10135,'com.liferay.portlet.shopping.model.ShoppingItemPrice'),(10136,'com.liferay.portlet.shopping.model.ShoppingOrder'),(10137,'com.liferay.portlet.shopping.model.ShoppingOrderItem'),(10138,'com.liferay.portlet.social.model.SocialActivity'),(10139,'com.liferay.portlet.social.model.SocialActivityAchievement'),(10140,'com.liferay.portlet.social.model.SocialActivityCounter'),(10141,'com.liferay.portlet.social.model.SocialActivityLimit'),(10142,'com.liferay.portlet.social.model.SocialActivitySetting'),(10143,'com.liferay.portlet.social.model.SocialRelation'),(10144,'com.liferay.portlet.social.model.SocialRequest'),(10145,'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion'),(10146,'com.liferay.portlet.softwarecatalog.model.SCLicense'),(10147,'com.liferay.portlet.softwarecatalog.model.SCProductEntry'),(10148,'com.liferay.portlet.softwarecatalog.model.SCProductScreenshot'),(10149,'com.liferay.portlet.softwarecatalog.model.SCProductVersion'),(10150,'com.liferay.portlet.usernotifications.model.UserNotificationEvent'),(10151,'com.liferay.portlet.wiki.model.WikiNode'),(10013,'com.liferay.portlet.wiki.model.WikiPage'),(10152,'com.liferay.portlet.wiki.model.WikiPageResource'); /*!40000 ALTER TABLE `ClassName_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ClusterGroup` -- DROP TABLE IF EXISTS `ClusterGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ClusterGroup` ( `clusterGroupId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `clusterNodeIds` varchar(75) DEFAULT NULL, `wholeCluster` tinyint(4) DEFAULT NULL, PRIMARY KEY (`clusterGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ClusterGroup` -- LOCK TABLES `ClusterGroup` WRITE; /*!40000 ALTER TABLE `ClusterGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `ClusterGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Company` -- DROP TABLE IF EXISTS `Company`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Company` ( `companyId` bigint(20) NOT NULL, `accountId` bigint(20) DEFAULT NULL, `webId` varchar(75) DEFAULT NULL, `key_` longtext, `mx` varchar(75) DEFAULT NULL, `homeURL` longtext, `logoId` bigint(20) DEFAULT NULL, `system` tinyint(4) DEFAULT NULL, `maxUsers` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`companyId`), UNIQUE KEY `IX_EC00543C` (`webId`), KEY `IX_38EFE3FD` (`logoId`), KEY `IX_12566EC2` (`mx`), KEY `IX_35E3E7C6` (`system`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Company` -- LOCK TABLES `Company` WRITE; /*!40000 ALTER TABLE `Company` DISABLE KEYS */; INSERT INTO `Company` VALUES (10154,10156,'liferay.com','rO0ABXNyABRqYXZhLnNlY3VyaXR5LktleVJlcL35T7OImqVDAgAETAAJYWxnb3JpdGhtdAASTGphdmEvbGFuZy9TdHJpbmc7WwAHZW5jb2RlZHQAAltCTAAGZm9ybWF0cQB+AAFMAAR0eXBldAAbTGphdmEvc2VjdXJpdHkvS2V5UmVwJFR5cGU7eHB0AANERVN1cgACW0Ks8xf4BghU4AIAAHhwAAAACKdiVKeYGj4adAADUkFXfnIAGWphdmEuc2VjdXJpdHkuS2V5UmVwJFR5cGUAAAAAAAAAABIAAHhyAA5qYXZhLmxhbmcuRW51bQAAAAAAAAAAEgAAeHB0AAZTRUNSRVQ=','liferay.com','',0,0,0,1); /*!40000 ALTER TABLE `Company` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Contact_` -- DROP TABLE IF EXISTS `Contact_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Contact_` ( `contactId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `accountId` bigint(20) DEFAULT NULL, `parentContactId` bigint(20) DEFAULT NULL, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `prefixId` int(11) DEFAULT NULL, `suffixId` int(11) DEFAULT NULL, `male` tinyint(4) DEFAULT NULL, `birthday` datetime DEFAULT NULL, `smsSn` varchar(75) DEFAULT NULL, `aimSn` varchar(75) DEFAULT NULL, `facebookSn` varchar(75) DEFAULT NULL, `icqSn` varchar(75) DEFAULT NULL, `jabberSn` varchar(75) DEFAULT NULL, `msnSn` varchar(75) DEFAULT NULL, `mySpaceSn` varchar(75) DEFAULT NULL, `skypeSn` varchar(75) DEFAULT NULL, `twitterSn` varchar(75) DEFAULT NULL, `ymSn` varchar(75) DEFAULT NULL, `employeeStatusId` varchar(75) DEFAULT NULL, `employeeNumber` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `jobClass` varchar(75) DEFAULT NULL, `hoursOfOperation` varchar(75) DEFAULT NULL, PRIMARY KEY (`contactId`), KEY `IX_66D496A3` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Contact_` -- LOCK TABLES `Contact_` WRITE; /*!40000 ALTER TABLE `Contact_` DISABLE KEYS */; INSERT INTO `Contact_` VALUES (10159,10154,10158,'','2016-04-28 20:39:40','2016-04-28 20:39:40',10156,0,'','','',0,0,1,'2016-04-28 20:39:40','','','','','','','','','','','','','','',''),(10197,10154,10196,'','2016-04-28 20:39:42','2016-04-28 20:39:42',10156,0,'Test','','Test',0,0,1,'1970-01-01 00:00:00','','','','','','','','','','','','','','',''),(10873,10154,10196,'Test Test','2016-04-28 21:14:36','2016-04-28 21:15:09',10156,0,'userfn','','userln',0,0,1,'1970-01-01 00:00:00','','','','','','','','','','','','','','',''); /*!40000 ALTER TABLE `Contact_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Counter` -- DROP TABLE IF EXISTS `Counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Counter` ( `name` varchar(75) NOT NULL, `currentId` bigint(20) DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Counter` -- LOCK TABLES `Counter` WRITE; /*!40000 ALTER TABLE `Counter` DISABLE KEYS */; INSERT INTO `Counter` VALUES ('com.liferay.counter.model.Counter',11000),('com.liferay.portal.model.Layout#10172#true',1),('com.liferay.portal.model.Layout#10180#false',5),('com.liferay.portal.model.Layout#10199#false',1),('com.liferay.portal.model.Layout#10199#true',1),('com.liferay.portal.model.Layout#10311#true',1),('com.liferay.portal.model.Layout#10321#true',1),('com.liferay.portal.model.Layout#10330#true',1),('com.liferay.portal.model.Layout#10339#true',3),('com.liferay.portal.model.Layout#10365#true',4),('com.liferay.portal.model.Layout#10875#false',1),('com.liferay.portal.model.Layout#10875#true',1),('com.liferay.portal.model.Permission',100),('com.liferay.portal.model.Resource',100),('com.liferay.portal.model.ResourceAction',900),('com.liferay.portal.model.ResourceBlock',100),('com.liferay.portal.model.ResourcePermission',700),('com.liferay.portlet.documentlibrary.model.DLFileEntry',100),('com.liferay.portlet.social.model.SocialActivity',100); /*!40000 ALTER TABLE `Counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Country` -- DROP TABLE IF EXISTS `Country`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Country` ( `countryId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `a2` varchar(75) DEFAULT NULL, `a3` varchar(75) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `idd_` varchar(75) DEFAULT NULL, `zipRequired` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`countryId`), UNIQUE KEY `IX_717B97E1` (`a2`), UNIQUE KEY `IX_717B9BA2` (`a3`), UNIQUE KEY `IX_19DA007B` (`name`), KEY `IX_25D734CD` (`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Country` -- LOCK TABLES `Country` WRITE; /*!40000 ALTER TABLE `Country` DISABLE KEYS */; INSERT INTO `Country` VALUES (1,'Canada','CA','CAN','124','001',1,1),(2,'China','CN','CHN','156','086',1,1),(3,'France','FR','FRA','250','033',1,1),(4,'Germany','DE','DEU','276','049',1,1),(5,'Hong Kong','HK','HKG','344','852',1,1),(6,'Hungary','HU','HUN','348','036',1,1),(7,'Israel','IL','ISR','376','972',1,1),(8,'Italy','IT','ITA','380','039',1,1),(9,'Japan','JP','JPN','392','081',1,1),(10,'South Korea','KR','KOR','410','082',1,1),(11,'Netherlands','NL','NLD','528','031',1,1),(12,'Portugal','PT','PRT','620','351',1,1),(13,'Russia','RU','RUS','643','007',1,1),(14,'Singapore','SG','SGP','702','065',1,1),(15,'Spain','ES','ESP','724','034',1,1),(16,'Turkey','TR','TUR','792','090',1,1),(17,'Vietnam','VN','VNM','704','084',1,1),(18,'United Kingdom','GB','GBR','826','044',1,1),(19,'United States','US','USA','840','001',1,1),(20,'Afghanistan','AF','AFG','4','093',1,1),(21,'Albania','AL','ALB','8','355',1,1),(22,'Algeria','DZ','DZA','12','213',1,1),(23,'American Samoa','AS','ASM','16','684',1,1),(24,'Andorra','AD','AND','20','376',1,1),(25,'Angola','AO','AGO','24','244',0,1),(26,'Anguilla','AI','AIA','660','264',1,1),(27,'Antarctica','AQ','ATA','10','672',1,1),(28,'Antigua','AG','ATG','28','268',0,1),(29,'Argentina','AR','ARG','32','054',1,1),(30,'Armenia','AM','ARM','51','374',1,1),(31,'Aruba','AW','ABW','533','297',0,1),(32,'Australia','AU','AUS','36','061',1,1),(33,'Austria','AT','AUT','40','043',1,1),(34,'Azerbaijan','AZ','AZE','31','994',1,1),(35,'Bahamas','BS','BHS','44','242',0,1),(36,'Bahrain','BH','BHR','48','973',1,1),(37,'Bangladesh','BD','BGD','50','880',1,1),(38,'Barbados','BB','BRB','52','246',1,1),(39,'Belarus','BY','BLR','112','375',1,1),(40,'Belgium','BE','BEL','56','032',1,1),(41,'Belize','BZ','BLZ','84','501',0,1),(42,'Benin','BJ','BEN','204','229',0,1),(43,'Bermuda','BM','BMU','60','441',1,1),(44,'Bhutan','BT','BTN','64','975',1,1),(45,'Bolivia','BO','BOL','68','591',1,1),(46,'Bosnia-Herzegovina','BA','BIH','70','387',1,1),(47,'Botswana','BW','BWA','72','267',0,1),(48,'Brazil','BR','BRA','76','055',1,1),(49,'British Virgin Islands','VG','VGB','92','284',1,1),(50,'Brunei','BN','BRN','96','673',1,1),(51,'Bulgaria','BG','BGR','100','359',1,1),(52,'Burkina Faso','BF','BFA','854','226',0,1),(53,'Burma (Myanmar)','MM','MMR','104','095',1,1),(54,'Burundi','BI','BDI','108','257',0,1),(55,'Cambodia','KH','KHM','116','855',1,1),(56,'Cameroon','CM','CMR','120','237',1,1),(57,'Cape Verde Island','CV','CPV','132','238',1,1),(58,'Cayman Islands','KY','CYM','136','345',1,1),(59,'Central African Republic','CF','CAF','140','236',0,1),(60,'Chad','TD','TCD','148','235',1,1),(61,'Chile','CL','CHL','152','056',1,1),(62,'Christmas Island','CX','CXR','162','061',1,1),(63,'Cocos Islands','CC','CCK','166','061',1,1),(64,'Colombia','CO','COL','170','057',1,1),(65,'Comoros','KM','COM','174','269',0,1),(66,'Republic of Congo','CD','COD','180','242',0,1),(67,'Democratic Republic of Congo','CG','COG','178','243',0,1),(68,'Cook Islands','CK','COK','184','682',0,1),(69,'Costa Rica','CR','CRI','188','506',1,1),(70,'Croatia','HR','HRV','191','385',1,1),(71,'Cuba','CU','CUB','192','053',1,1),(72,'Cyprus','CY','CYP','196','357',1,1),(73,'Czech Republic','CZ','CZE','203','420',1,1),(74,'Denmark','DK','DNK','208','045',1,1),(75,'Djibouti','DJ','DJI','262','253',0,1),(76,'Dominica','DM','DMA','212','767',0,1),(77,'Dominican Republic','DO','DOM','214','809',1,1),(78,'Ecuador','EC','ECU','218','593',1,1),(79,'Egypt','EG','EGY','818','020',1,1),(80,'El Salvador','SV','SLV','222','503',1,1),(81,'Equatorial Guinea','GQ','GNQ','226','240',0,1),(82,'Eritrea','ER','ERI','232','291',0,1),(83,'Estonia','EE','EST','233','372',1,1),(84,'Ethiopia','ET','ETH','231','251',1,1),(85,'Faeroe Islands','FO','FRO','234','298',1,1),(86,'Falkland Islands','FK','FLK','238','500',1,1),(87,'Fiji Islands','FJ','FJI','242','679',0,1),(88,'Finland','FI','FIN','246','358',1,1),(89,'French Guiana','GF','GUF','254','594',1,1),(90,'French Polynesia','PF','PYF','258','689',1,1),(91,'Gabon','GA','GAB','266','241',1,1),(92,'Gambia','GM','GMB','270','220',0,1),(93,'Georgia','GE','GEO','268','995',1,1),(94,'Ghana','GH','GHA','288','233',0,1),(95,'Gibraltar','GI','GIB','292','350',1,1),(96,'Greece','GR','GRC','300','030',1,1),(97,'Greenland','GL','GRL','304','299',1,1),(98,'Grenada','GD','GRD','308','473',0,1),(99,'Guadeloupe','GP','GLP','312','590',1,1),(100,'Guam','GU','GUM','316','671',1,1),(101,'Guatemala','GT','GTM','320','502',1,1),(102,'Guinea','GN','GIN','324','224',0,1),(103,'Guinea-Bissau','GW','GNB','624','245',1,1),(104,'Guyana','GY','GUY','328','592',0,1),(105,'Haiti','HT','HTI','332','509',1,1),(106,'Honduras','HN','HND','340','504',1,1),(107,'Iceland','IS','ISL','352','354',1,1),(108,'India','IN','IND','356','091',1,1),(109,'Indonesia','ID','IDN','360','062',1,1),(110,'Iran','IR','IRN','364','098',1,1),(111,'Iraq','IQ','IRQ','368','964',1,1),(112,'Ireland','IE','IRL','372','353',0,1),(113,'Ivory Coast','CI','CIV','384','225',1,1),(114,'Jamaica','JM','JAM','388','876',1,1),(115,'Jordan','JO','JOR','400','962',1,1),(116,'Kazakhstan','KZ','KAZ','398','007',1,1),(117,'Kenya','KE','KEN','404','254',1,1),(118,'Kiribati','KI','KIR','408','686',0,1),(119,'Kuwait','KW','KWT','414','965',1,1),(120,'North Korea','KP','PRK','408','850',0,1),(121,'Kyrgyzstan','KG','KGZ','471','996',1,1),(122,'Laos','LA','LAO','418','856',1,1),(123,'Latvia','LV','LVA','428','371',1,1),(124,'Lebanon','LB','LBN','422','961',1,1),(125,'Lesotho','LS','LSO','426','266',1,1),(126,'Liberia','LR','LBR','430','231',1,1),(127,'Libya','LY','LBY','434','218',1,1),(128,'Liechtenstein','LI','LIE','438','423',1,1),(129,'Lithuania','LT','LTU','440','370',1,1),(130,'Luxembourg','LU','LUX','442','352',1,1),(131,'Macau','MO','MAC','446','853',0,1),(132,'Macedonia','MK','MKD','807','389',1,1),(133,'Madagascar','MG','MDG','450','261',1,1),(134,'Malawi','MW','MWI','454','265',0,1),(135,'Malaysia','MY','MYS','458','060',1,1),(136,'Maldives','MV','MDV','462','960',1,1),(137,'Mali','ML','MLI','466','223',0,1),(138,'Malta','MT','MLT','470','356',1,1),(139,'Marshall Islands','MH','MHL','584','692',1,1),(140,'Martinique','MQ','MTQ','474','596',1,1),(141,'Mauritania','MR','MRT','478','222',0,1),(142,'Mauritius','MU','MUS','480','230',0,1),(143,'Mayotte Island','YT','MYT','175','269',1,1),(144,'Mexico','MX','MEX','484','052',1,1),(145,'Micronesia','FM','FSM','583','691',1,1),(146,'Moldova','MD','MDA','498','373',1,1),(147,'Monaco','MC','MCO','492','377',1,1),(148,'Mongolia','MN','MNG','496','976',1,1),(149,'Montenegro','ME','MNE','499','382',1,1),(150,'Montserrat','MS','MSR','500','664',0,1),(151,'Morocco','MA','MAR','504','212',1,1),(152,'Mozambique','MZ','MOZ','508','258',1,1),(153,'Namibia','NA','NAM','516','264',1,1),(154,'Nauru','NR','NRU','520','674',0,1),(155,'Nepal','NP','NPL','524','977',1,1),(156,'Netherlands Antilles','AN','ANT','530','599',1,1),(157,'New Caledonia','NC','NCL','540','687',1,1),(158,'New Zealand','NZ','NZL','554','064',1,1),(159,'Nicaragua','NI','NIC','558','505',1,1),(160,'Niger','NE','NER','562','227',1,1),(161,'Nigeria','NG','NGA','566','234',1,1),(162,'Niue','NU','NIU','570','683',0,1),(163,'Norfolk Island','NF','NFK','574','672',1,1),(164,'Norway','NO','NOR','578','047',1,1),(165,'Oman','OM','OMN','512','968',1,1),(166,'Pakistan','PK','PAK','586','092',1,1),(167,'Palau','PW','PLW','585','680',1,1),(168,'Palestine','PS','PSE','275','970',1,1),(169,'Panama','PA','PAN','591','507',1,1),(170,'Papua New Guinea','PG','PNG','598','675',1,1),(171,'Paraguay','PY','PRY','600','595',1,1),(172,'Peru','PE','PER','604','051',1,1),(173,'Philippines','PH','PHL','608','063',1,1),(174,'Poland','PL','POL','616','048',1,1),(175,'Puerto Rico','PR','PRI','630','787',1,1),(176,'Qatar','QA','QAT','634','974',0,1),(177,'Reunion Island','RE','REU','638','262',1,1),(178,'Romania','RO','ROU','642','040',1,1),(179,'Rwanda','RW','RWA','646','250',0,1),(180,'St. Helena','SH','SHN','654','290',1,1),(181,'St. Kitts','KN','KNA','659','869',0,1),(182,'St. Lucia','LC','LCA','662','758',0,1),(183,'St. Pierre & Miquelon','PM','SPM','666','508',1,1),(184,'St. Vincent','VC','VCT','670','784',1,1),(185,'San Marino','SM','SMR','674','378',1,1),(186,'Sao Tome & Principe','ST','STP','678','239',0,1),(187,'Saudi Arabia','SA','SAU','682','966',1,1),(188,'Senegal','SN','SEN','686','221',1,1),(189,'Serbia','RS','SRB','688','381',1,1),(190,'Seychelles','SC','SYC','690','248',0,1),(191,'Sierra Leone','SL','SLE','694','249',0,1),(192,'Slovakia','SK','SVK','703','421',1,1),(193,'Slovenia','SI','SVN','705','386',1,1),(194,'Solomon Islands','SB','SLB','90','677',0,1),(195,'Somalia','SO','SOM','706','252',0,1),(196,'South Africa','ZA','ZAF','710','027',1,1),(197,'Sri Lanka','LK','LKA','144','094',1,1),(198,'Sudan','SD','SDN','736','095',1,1),(199,'Suriname','SR','SUR','740','597',0,1),(200,'Swaziland','SZ','SWZ','748','268',1,1),(201,'Sweden','SE','SWE','752','046',1,1),(202,'Switzerland','CH','CHE','756','041',1,1),(203,'Syria','SY','SYR','760','963',0,1),(204,'Taiwan','TW','TWN','158','886',1,1),(205,'Tajikistan','TJ','TJK','762','992',1,1),(206,'Tanzania','TZ','TZA','834','255',0,1),(207,'Thailand','TH','THA','764','066',1,1),(208,'Togo','TG','TGO','768','228',1,1),(209,'Tonga','TO','TON','776','676',0,1),(210,'Trinidad & Tobago','TT','TTO','780','868',0,1),(211,'Tunisia','TN','TUN','788','216',1,1),(212,'Turkmenistan','TM','TKM','795','993',1,1),(213,'Turks & Caicos','TC','TCA','796','649',1,1),(214,'Tuvalu','TV','TUV','798','688',0,1),(215,'Uganda','UG','UGA','800','256',0,1),(216,'Ukraine','UA','UKR','804','380',1,1),(217,'United Arab Emirates','AE','ARE','784','971',0,1),(218,'Uruguay','UY','URY','858','598',1,1),(219,'Uzbekistan','UZ','UZB','860','998',1,1),(220,'Vanuatu','VU','VUT','548','678',0,1),(221,'Vatican City','VA','VAT','336','039',1,1),(222,'Venezuela','VE','VEN','862','058',1,1),(223,'Wallis & Futuna','WF','WLF','876','681',1,1),(224,'Western Samoa','EH','ESH','732','685',1,1),(225,'Yemen','YE','YEM','887','967',0,1),(226,'Zambia','ZM','ZMB','894','260',1,1),(227,'Zimbabwe','ZW','ZWE','716','263',0,1); /*!40000 ALTER TABLE `Country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CyrusUser` -- DROP TABLE IF EXISTS `CyrusUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CyrusUser` ( `userId` varchar(75) NOT NULL, `password_` varchar(75) NOT NULL, PRIMARY KEY (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CyrusUser` -- LOCK TABLES `CyrusUser` WRITE; /*!40000 ALTER TABLE `CyrusUser` DISABLE KEYS */; /*!40000 ALTER TABLE `CyrusUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CyrusVirtual` -- DROP TABLE IF EXISTS `CyrusVirtual`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CyrusVirtual` ( `emailAddress` varchar(75) NOT NULL, `userId` varchar(75) NOT NULL, PRIMARY KEY (`emailAddress`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CyrusVirtual` -- LOCK TABLES `CyrusVirtual` WRITE; /*!40000 ALTER TABLE `CyrusVirtual` DISABLE KEYS */; /*!40000 ALTER TABLE `CyrusVirtual` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecord` -- DROP TABLE IF EXISTS `DDLRecord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecord` ( `uuid_` varchar(75) DEFAULT NULL, `recordId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int(11) DEFAULT NULL, PRIMARY KEY (`recordId`), UNIQUE KEY `IX_B4328F39` (`uuid_`,`groupId`), KEY `IX_87A6B599` (`recordSetId`), KEY `IX_AAC564D3` (`recordSetId`,`userId`), KEY `IX_8BC2F891` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecord` -- LOCK TABLES `DDLRecord` WRITE; /*!40000 ALTER TABLE `DDLRecord` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecordSet` -- DROP TABLE IF EXISTS `DDLRecordSet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecordSet` ( `uuid_` varchar(75) DEFAULT NULL, `recordSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `recordSetKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `minDisplayRows` int(11) DEFAULT NULL, `scope` int(11) DEFAULT NULL, PRIMARY KEY (`recordSetId`), UNIQUE KEY `IX_56DAB121` (`groupId`,`recordSetKey`), UNIQUE KEY `IX_270BA5E1` (`uuid_`,`groupId`), KEY `IX_4FA5969F` (`groupId`), KEY `IX_561E44E9` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecordSet` -- LOCK TABLES `DDLRecordSet` WRITE; /*!40000 ALTER TABLE `DDLRecordSet` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecordSet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecordVersion` -- DROP TABLE IF EXISTS `DDLRecordVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecordVersion` ( `recordVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `recordId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`recordVersionId`), UNIQUE KEY `IX_C79E347` (`recordId`,`version`), KEY `IX_2F4DDFE1` (`recordId`), KEY `IX_762ADC7` (`recordId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecordVersion` -- LOCK TABLES `DDLRecordVersion` WRITE; /*!40000 ALTER TABLE `DDLRecordVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecordVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMContent` -- DROP TABLE IF EXISTS `DDMContent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMContent` ( `uuid_` varchar(75) DEFAULT NULL, `contentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` longtext, `description` longtext, `xml` longtext, PRIMARY KEY (`contentId`), UNIQUE KEY `IX_EB9BDE28` (`uuid_`,`groupId`), KEY `IX_E3BAF436` (`companyId`), KEY `IX_50BF1038` (`groupId`), KEY `IX_AE4B50C2` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMContent` -- LOCK TABLES `DDMContent` WRITE; /*!40000 ALTER TABLE `DDMContent` DISABLE KEYS */; INSERT INTO `DDMContent` VALUES ('14d459fc-e4df-46b6-92b4-cee8435ca0e3',10506,10180,10154,10196,'Test Test','2016-04-28 20:58:05','2016-04-28 20:58:05','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('5c2c0c97-e112-4b04-bc87-f4e0fb88b69c',10518,10180,10154,10196,'Test Test','2016-04-28 20:58:16','2016-04-28 20:58:16','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('932e60a9-9506-490c-a64e-6ef7b012264b',10530,10180,10154,10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('882fc8d5-aa06-409b-bf4d-0c420964b7b5',10542,10180,10154,10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('50b5a960-ffea-44d5-83ae-1dd9402212d2',10554,10180,10154,10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('5f1e217a-4f74-4bf0-9b01-2173f23e7210',10566,10180,10154,10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('ab53de0c-043d-4f88-aee1-7008689fdb8f',10578,10180,10154,10196,'Test Test','2016-04-28 20:59:20','2016-04-28 20:59:20','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('744b84de-1fb5-4bec-94db-5382a68f71e2',10590,10180,10154,10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('b05b8f82-b4e3-4dd6-a2d7-02b20866c8bc',10602,10180,10154,10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('7eb54467-830b-456f-b223-47f4fc819fa7',10614,10180,10154,10196,'Test Test','2016-04-28 20:59:59','2016-04-28 20:59:59','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n'),('facfe12f-8822-4d79-b889-9a8ba1ab096c',10626,10180,10154,10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n'),('9d74bdbb-5d99-4987-b14c-a09f34e1b67f',10638,10180,10154,10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('1bcb0c77-b338-41ff-aefa-6807cad6ed75',10650,10180,10154,10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('c68270ed-716a-4302-856d-295b2edcefec',10674,10180,10154,10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('c7803770-adac-4dde-b629-4e39ceafc2ba',10686,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:03:28','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('8e34080a-1930-40bd-b722-03edbb22aa34',10698,10180,10154,10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:03:00','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'),('ba1df3fe-2702-4382-854d-c48f86bafb97',10707,10180,10154,10196,'Test Test','2016-04-28 21:03:28','2016-04-28 21:03:28','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n'),('d9296d63-5e76-4307-bab2-3da9a7c11fb5',10714,10180,10154,10196,'Test Test','2016-04-28 21:04:07','2016-04-28 21:04:07','com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink','','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n'); /*!40000 ALTER TABLE `DDMContent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStorageLink` -- DROP TABLE IF EXISTS `DDMStorageLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStorageLink` ( `uuid_` varchar(75) DEFAULT NULL, `storageLinkId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`storageLinkId`), UNIQUE KEY `IX_702D1AD5` (`classPK`), KEY `IX_81776090` (`structureId`), KEY `IX_32A18526` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStorageLink` -- LOCK TABLES `DDMStorageLink` WRITE; /*!40000 ALTER TABLE `DDMStorageLink` DISABLE KEYS */; INSERT INTO `DDMStorageLink` VALUES ('c70c3134-ab93-4d63-a38f-39708f3a0b05',10507,10099,10506,10309),('cc9efef2-610f-4dbe-880a-fcd599b801a2',10519,10099,10518,10309),('270858ef-4681-48ff-9dd9-6504f56975c6',10531,10099,10530,10309),('b6b4ce44-ee57-4dd8-b1cc-cf4589f2ff97',10543,10099,10542,10309),('59351c90-e2b0-456f-ae91-c300f7f06ce9',10555,10099,10554,10309),('73cd9ccf-0fd5-4c54-acc4-e896e031db87',10567,10099,10566,10309),('9e2696dd-f4c7-46f9-892d-849d22ea4fe0',10579,10099,10578,10309),('673a2822-06ab-4bd0-b909-3311732f0cab',10591,10099,10590,10309),('099c4e4b-5b8c-45b5-bfa1-f894cae0c5ba',10603,10099,10602,10309),('737ee904-a515-4439-9621-da5e096da6d7',10615,10099,10614,10309),('faf3e23e-8a24-46b0-97fb-50c482574ac0',10627,10099,10626,10309),('ae906735-f956-43f0-9a67-da2c99c29f97',10639,10099,10638,10309),('3b66cde0-2c5c-4e74-b648-087eb2054285',10651,10099,10650,10309),('c2607b82-c7f1-4d50-9810-bf20bec7ca96',10675,10099,10674,10309),('ecd48e17-d02f-49e7-b147-e77f49bf5b27',10687,10099,10686,10309),('47133c5a-e0e3-4e88-9cdb-942da3294f42',10699,10099,10698,10309),('a2447297-cbf4-4338-b6a3-325f41658264',10708,10099,10707,10309),('bfddc2a2-2a60-42c3-af57-b2f317e4b27b',10715,10099,10714,10309); /*!40000 ALTER TABLE `DDMStorageLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructure` -- DROP TABLE IF EXISTS `DDMStructure`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructure` ( `uuid_` varchar(75) DEFAULT NULL, `structureId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `structureKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `xsd` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`structureId`), UNIQUE KEY `IX_490E7A1E` (`groupId`,`structureKey`), UNIQUE KEY `IX_85C7EBE2` (`uuid_`,`groupId`), KEY `IX_31817A62` (`classNameId`), KEY `IX_4FBAC092` (`companyId`,`classNameId`), KEY `IX_C8419FBE` (`groupId`), KEY `IX_E61809C8` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructure` -- LOCK TABLES `DDMStructure` WRITE; /*!40000 ALTER TABLE `DDMStructure` DISABLE KEYS */; INSERT INTO `DDMStructure` VALUES ('3f791bba-3e41-45c7-b99f-495529567b09',10298,10192,10154,10158,'','2016-04-28 20:40:21','2016-04-28 20:40:21',10089,'Learning Module Metadata','Learning Module Metadata','Learning Module Metadata','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('00fb15bc-af34-4d3d-a451-8ef4d2a1f724',10299,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'Marketing Campaign Theme Metadata','Marketing Campaign Theme Metadata','Marketing Campaign Theme Metadata','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('17a67ae5-24e8-47fc-8f4d-a2fc7ab20fa1',10300,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'Meeting Metadata','Meeting Metadata','Metadata for meeting','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('f054264d-9556-41ea-8b21-43434368c61b',10302,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'auto_d568e5f7-c574-4b0d-a73e-8deb5a1a47d8','Contract','Contract','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',1),('a6940b4c-0792-46ce-8932-aedca6b33108',10304,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'auto_9afd38e6-ed32-4fa5-9cc6-1c82ef2464cc','Marketing Banner','Marketing Banner','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',1),('63724bbe-e9d7-4edd-86ff-d9980f90873c',10306,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'auto_539abc8b-2a7f-4564-990a-1ca1f740fba7','Online Training','Online Training','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',1),('d3185969-7e6d-4198-a750-f2e9170670eb',10308,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10089,'auto_1af4cbde-86f6-49ac-bf50-2557dac2f07a','Sales Presentation','Sales Presentation','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',1),('ac477578-1e41-462a-9575-5c191eea3b1c',10309,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10010,'TikaRawMetadata','TikaRawMetadata','TikaRawMetadata','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('fce1e5ef-29ce-44b8-8788-fa9b862b0003',10400,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'Contacts','Contacts','Contacts','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('6ea30945-404b-4119-803e-41734d96cb0e',10401,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'Events','Events','Events','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('d12b324d-fe83-46a7-9a43-b1ffdb3f074a',10402,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'Inventory','Inventory','Inventory','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('1716b02a-3514-4cb8-970c-18e95b43ee4e',10403,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'Issues Tracking','Issues Tracking','Issue Tracking','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('47fe57c0-895c-460a-9a93-e8e7d4368edc',10404,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'Meeting Minutes','Meeting Minutes','Meeting Minutes','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0),('b1f378ce-0ff4-4c08-beb8-346aceafbc1c',10405,10180,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10097,'To Do','To Do','To Do','\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','xml',0); /*!40000 ALTER TABLE `DDMStructure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructureLink` -- DROP TABLE IF EXISTS `DDMStructureLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructureLink` ( `structureLinkId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`structureLinkId`), UNIQUE KEY `IX_C803899D` (`classPK`), KEY `IX_D43E4208` (`classNameId`), KEY `IX_17692B58` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructureLink` -- LOCK TABLES `DDMStructureLink` WRITE; /*!40000 ALTER TABLE `DDMStructureLink` DISABLE KEYS */; INSERT INTO `DDMStructureLink` VALUES (10508,10089,10505,10309),(10520,10089,10517,10309),(10532,10089,10529,10309),(10544,10089,10541,10309),(10556,10089,10553,10309),(10568,10089,10565,10309),(10580,10089,10577,10309),(10592,10089,10589,10309),(10604,10089,10601,10309),(10616,10089,10613,10309),(10628,10089,10625,10309),(10640,10089,10637,10309),(10652,10089,10649,10309),(10676,10089,10673,10309),(10688,10089,10685,10309),(10700,10089,10697,10309),(10709,10089,10706,10309),(10716,10089,10713,10309); /*!40000 ALTER TABLE `DDMStructureLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMTemplate` -- DROP TABLE IF EXISTS `DDMTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMTemplate` ( `uuid_` varchar(75) DEFAULT NULL, `templateId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(75) DEFAULT NULL, `mode_` varchar(75) DEFAULT NULL, `language` varchar(75) DEFAULT NULL, `script` longtext, PRIMARY KEY (`templateId`), UNIQUE KEY `IX_1AA75CE3` (`uuid_`,`groupId`), KEY `IX_DB24DDDD` (`groupId`), KEY `IX_33BEF579` (`language`), KEY `IX_C9757A51` (`structureId`), KEY `IX_5BC0E264` (`structureId`,`type_`), KEY `IX_5B019FE8` (`structureId`,`type_`,`mode_`), KEY `IX_C4F283C8` (`type_`), KEY `IX_F2A243A7` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMTemplate` -- LOCK TABLES `DDMTemplate` WRITE; /*!40000 ALTER TABLE `DDMTemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLContent` -- DROP TABLE IF EXISTS `DLContent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLContent` ( `contentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `path_` varchar(255) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `data_` longblob, `size_` bigint(20) DEFAULT NULL, PRIMARY KEY (`contentId`), UNIQUE KEY `IX_FDD1AAA8` (`companyId`,`repositoryId`,`path_`,`version`), KEY `IX_6A83A66A` (`companyId`,`repositoryId`), KEY `IX_EB531760` (`companyId`,`repositoryId`,`path_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLContent` -- LOCK TABLES `DLContent` WRITE; /*!40000 ALTER TABLE `DLContent` DISABLE KEYS */; /*!40000 ALTER TABLE `DLContent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntry` -- DROP TABLE IF EXISTS `DLFileEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntry` ( `uuid_` varchar(75) DEFAULT NULL, `fileEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `extraSettings` longtext, `fileEntryTypeId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `readCount` int(11) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `custom1ImageId` bigint(20) DEFAULT NULL, `custom2ImageId` bigint(20) DEFAULT NULL, PRIMARY KEY (`fileEntryId`), UNIQUE KEY `IX_5391712` (`groupId`,`folderId`,`name`), UNIQUE KEY `IX_ED5CA615` (`groupId`,`folderId`,`title`), UNIQUE KEY `IX_BC2E7E6A` (`uuid_`,`groupId`), KEY `IX_4CB1B2B4` (`companyId`), KEY `IX_8F6C75D0` (`folderId`,`name`), KEY `IX_F4AF5636` (`groupId`), KEY `IX_93CF8193` (`groupId`,`folderId`), KEY `IX_29D0AF28` (`groupId`,`folderId`,`fileEntryTypeId`), KEY `IX_43261870` (`groupId`,`userId`), KEY `IX_D20C434D` (`groupId`,`userId`,`folderId`), KEY `IX_D9492CF6` (`mimeType`), KEY `IX_64F0FE40` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntry` -- LOCK TABLES `DLFileEntry` WRITE; /*!40000 ALTER TABLE `DLFileEntry` DISABLE KEYS */; INSERT INTO `DLFileEntry` VALUES ('a9fffe2a-9983-4bf0-a094-b43dec0bb9e3',10497,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:58:04','2016-04-28 20:58:04',10180,10495,'1','doc','application/msword','Document_1.doc','','',0,'1.0',22016,0,0,0,0,0),('8d61ed44-319f-43b1-8bd5-fa2527fd5469',10509,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:58:14','2016-04-28 20:58:14',10180,10495,'2','docx','application/vnd.openxmlformats-officedocument.wordprocessingml.document','Document_1.docx','','',0,'1.0',12733,0,0,0,0,0),('5bf25606-c20a-4035-8a9d-80b5281f4fd9',10521,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25',10180,10495,'3','jpeg','image/jpeg','Document_1.jpeg','','',0,'1.0',15397,0,0,0,0,0),('5a3ec5c7-190c-4211-bf22-98017c3f47d5',10533,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34',10180,10495,'4','jpg','image/jpeg','Document_1.jpg','','',0,'1.0',13229,0,0,0,0,0),('31eeb51b-1233-4dd5-a8c6-8508c5c18f04',10545,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56',10180,10495,'5','mp3','audio/mpeg','Document_1.mp3','','',0,'1.0',864,0,0,0,0,0),('77be5b32-70ef-4d43-87a5-f35f57d5c496',10557,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08',10180,10495,'6','odt','application/vnd.oasis.opendocument.text','Document_1.odt','','',0,'1.0',9182,0,0,0,0,0),('931afdf5-6d16-4bf9-b6fb-26c186ebb772',10569,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:59:19','2016-04-28 20:59:19',10180,10495,'7','pdf','application/pdf','Document_1.pdf','','',0,'1.0',12474,0,0,0,0,0),('ec6e14b6-a9ec-4c8d-804e-414e0ffea770',10581,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35',10180,10495,'8','png','image/png','Document_1.png','','',0,'1.0',44328,0,0,0,0,0),('7b61ac4f-c0b8-4354-92f6-eb8187a8cb9d',10593,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49',10180,10495,'9','ppt','application/vnd.ms-powerpoint','Document_1.ppt','','',0,'1.0',163328,0,0,0,0,0),('ecde69b8-bd62-4538-a510-3923b4b8d053',10605,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 20:59:58','2016-04-28 20:59:58',10180,10495,'10','pptx','application/vnd.openxmlformats-officedocument.presentationml.presentation','Document_1.pptx','','',0,'1.0',32566,0,0,0,0,0),('18f532df-e391-4f4a-adbf-282b0ecbc44a',10617,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09',10180,10495,'11','txt','text/plain','Document_1.txt','','',0,'1.0',259,0,0,0,0,0),('42169629-7cd9-40db-973b-cc1111df8671',10629,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18',10180,10495,'12','xls','application/vnd.ms-excel','Document_1.xls','','',0,'1.0',23552,0,0,0,0,0),('37fc1257-ab46-439f-9b6c-2e457efa5e17',10641,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32',10180,10495,'13','xlsx','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','Document_1.xlsx','','',0,'1.0',8820,0,0,0,0,0),('1ef89303-1de0-4274-871e-c9b68452e5af',10653,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:01:01','2016-04-28 21:01:01',10180,10495,'15','mp4','video/mp4','Document_1.mp4','','',0,'1.0',0,0,0,0,0,0),('410648fe-a457-4246-ae3c-5fde0161259a',10665,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35',10180,0,'16','jpg','image/jpeg','Document_2.jpg','','',0,'1.0',30656,0,0,0,0,0),('25509d24-504d-4235-8869-e5fcf00b0def',10677,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10180,0,'17','jpeg','image/jpeg','Document_2.jpeg','','',0,'1.0',23134,0,0,0,0,0),('98f815fc-bb21-4e13-8e1e-9e3a40a19e1c',10689,10180,10154,10196,'Test Test',10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:04:07',10180,0,'18','odt','application/vnd.oasis.opendocument.text','Document_2.odt','Edited. Version number must be 1.1','',0,'1.1',25847,0,0,0,0,0); /*!40000 ALTER TABLE `DLFileEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryMetadata` -- DROP TABLE IF EXISTS `DLFileEntryMetadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryMetadata` ( `uuid_` varchar(75) DEFAULT NULL, `fileEntryMetadataId` bigint(20) NOT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `fileEntryTypeId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, PRIMARY KEY (`fileEntryMetadataId`), UNIQUE KEY `IX_7332B44F` (`DDMStructureId`,`fileVersionId`), KEY `IX_4F40FE5E` (`fileEntryId`), KEY `IX_A44636C9` (`fileEntryId`,`fileVersionId`), KEY `IX_F8E90438` (`fileEntryTypeId`), KEY `IX_1FE9C04` (`fileVersionId`), KEY `IX_D49AB5D1` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryMetadata` -- LOCK TABLES `DLFileEntryMetadata` WRITE; /*!40000 ALTER TABLE `DLFileEntryMetadata` DISABLE KEYS */; INSERT INTO `DLFileEntryMetadata` VALUES ('311d7fbd-a296-4f93-a6c7-df736fd45b33',10505,10506,10309,0,10497,10498),('39aa2ee9-4b45-429c-a3bd-ec1583215ff9',10517,10518,10309,0,10509,10510),('f71bdac1-0f5f-46b7-8e8c-dc9cacc28797',10529,10530,10309,0,10521,10522),('298c9dbb-e0b9-4602-a672-41d7b19b6c06',10541,10542,10309,0,10533,10534),('94bb1eec-0921-4e1b-abb2-45e22a5925bb',10553,10554,10309,0,10545,10546),('03e8ca65-8f44-409f-9d30-ac5134ad389c',10565,10566,10309,0,10557,10558),('c580571b-a79b-440c-97bd-a3bd89a12f26',10577,10578,10309,0,10569,10570),('eef87e17-b580-448b-beeb-cbd2b35590c3',10589,10590,10309,0,10581,10582),('29d0f0f9-6b73-4fe8-b524-e5cdc456806a',10601,10602,10309,0,10593,10594),('fd1c94a3-36f7-469b-972b-d1952618acbc',10613,10614,10309,0,10605,10606),('d67ff96a-452c-4add-a30a-9decdb8906e1',10625,10626,10309,0,10617,10618),('d7941229-1d6d-4821-a6f6-28f08e08b1f2',10637,10638,10309,0,10629,10630),('b8265a6e-1c28-4d8d-9d6c-11411bcfeeee',10649,10650,10309,0,10641,10642),('b8fe8f51-8e6c-4ff2-80e4-23d7b25c441d',10673,10674,10309,0,10665,10666),('0dc2b249-a7d0-4d6c-8ffc-62fdf299bca7',10685,10686,10309,0,10677,10678),('e73d9ff2-043f-4e02-9a8b-d244cb392a60',10697,10698,10309,0,10689,10690),('c6132699-141f-48df-a1fd-a55633c59fb5',10706,10707,10309,0,10677,10705),('e0ef3fa3-5225-4a32-853d-ad3624f68411',10713,10714,10309,0,10689,10712); /*!40000 ALTER TABLE `DLFileEntryMetadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryType` -- DROP TABLE IF EXISTS `DLFileEntryType`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryType` ( `uuid_` varchar(75) DEFAULT NULL, `fileEntryTypeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`fileEntryTypeId`), UNIQUE KEY `IX_E9B6A85B` (`groupId`,`name`), UNIQUE KEY `IX_1399D844` (`uuid_`,`groupId`), KEY `IX_4501FD9C` (`groupId`), KEY `IX_90724726` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryType` -- LOCK TABLES `DLFileEntryType` WRITE; /*!40000 ALTER TABLE `DLFileEntryType` DISABLE KEYS */; INSERT INTO `DLFileEntryType` VALUES ('536fd9c7-ef6c-45d8-a66e-4fb09e59f95f',0,0,0,0,'','2016-04-28 20:39:30','2016-04-28 20:39:30','Basic Document',''),('d568e5f7-c574-4b0d-a73e-8deb5a1a47d8',10301,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22','Contract','Contract'),('9afd38e6-ed32-4fa5-9cc6-1c82ef2464cc',10303,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22','Marketing Banner','Marketing Banner'),('539abc8b-2a7f-4564-990a-1ca1f740fba7',10305,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22','Online Training','Online Training'),('1af4cbde-86f6-49ac-bf50-2557dac2f07a',10307,10192,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22','Sales Presentation','Sales Presentation'); /*!40000 ALTER TABLE `DLFileEntryType` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryTypes_DDMStructures` -- DROP TABLE IF EXISTS `DLFileEntryTypes_DDMStructures`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryTypes_DDMStructures` ( `structureId` bigint(20) NOT NULL, `fileEntryTypeId` bigint(20) NOT NULL, PRIMARY KEY (`structureId`,`fileEntryTypeId`), KEY `IX_8373EC7C` (`fileEntryTypeId`), KEY `IX_F147CF3F` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryTypes_DDMStructures` -- LOCK TABLES `DLFileEntryTypes_DDMStructures` WRITE; /*!40000 ALTER TABLE `DLFileEntryTypes_DDMStructures` DISABLE KEYS */; INSERT INTO `DLFileEntryTypes_DDMStructures` VALUES (10302,10301),(10299,10303),(10304,10303),(10298,10305),(10306,10305),(10300,10307),(10308,10307); /*!40000 ALTER TABLE `DLFileEntryTypes_DDMStructures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryTypes_DLFolders` -- DROP TABLE IF EXISTS `DLFileEntryTypes_DLFolders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryTypes_DLFolders` ( `fileEntryTypeId` bigint(20) NOT NULL, `folderId` bigint(20) NOT NULL, PRIMARY KEY (`fileEntryTypeId`,`folderId`), KEY `IX_5BB6AD6C` (`fileEntryTypeId`), KEY `IX_6E00A2EC` (`folderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryTypes_DLFolders` -- LOCK TABLES `DLFileEntryTypes_DLFolders` WRITE; /*!40000 ALTER TABLE `DLFileEntryTypes_DLFolders` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileEntryTypes_DLFolders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileRank` -- DROP TABLE IF EXISTS `DLFileRank`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileRank` ( `fileRankId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`fileRankId`), UNIQUE KEY `IX_38F0315` (`companyId`,`userId`,`fileEntryId`), KEY `IX_A65A1F8B` (`fileEntryId`), KEY `IX_BAFB116E` (`groupId`,`userId`), KEY `IX_EED06670` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileRank` -- LOCK TABLES `DLFileRank` WRITE; /*!40000 ALTER TABLE `DLFileRank` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileRank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileShortcut` -- DROP TABLE IF EXISTS `DLFileShortcut`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileShortcut` ( `uuid_` varchar(75) DEFAULT NULL, `fileShortcutId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `toFileEntryId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`fileShortcutId`), UNIQUE KEY `IX_FDB4A946` (`uuid_`,`groupId`), KEY `IX_B0051937` (`groupId`,`folderId`), KEY `IX_ECCE311D` (`groupId`,`folderId`,`status`), KEY `IX_4B7247F6` (`toFileEntryId`), KEY `IX_4831EBE4` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileShortcut` -- LOCK TABLES `DLFileShortcut` WRITE; /*!40000 ALTER TABLE `DLFileShortcut` DISABLE KEYS */; INSERT INTO `DLFileShortcut` VALUES ('465bc447-ba9e-4927-9767-323771ca1f7a',10701,10180,10154,10196,'Test Test','2016-04-28 21:03:22','2016-04-28 21:03:22',0,0,10497,0,10196,'Test Test','2016-04-28 21:03:22'); /*!40000 ALTER TABLE `DLFileShortcut` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileVersion` -- DROP TABLE IF EXISTS `DLFileVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileVersion` ( `uuid_` varchar(75) DEFAULT NULL, `fileVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `fileEntryTypeId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`fileVersionId`), UNIQUE KEY `IX_E2815081` (`fileEntryId`,`version`), UNIQUE KEY `IX_C99B2650` (`uuid_`,`groupId`), KEY `IX_C68DC967` (`fileEntryId`), KEY `IX_D47BB14D` (`fileEntryId`,`status`), KEY `IX_DFD809D3` (`groupId`,`folderId`,`status`), KEY `IX_9BE769ED` (`groupId`,`folderId`,`title`,`version`), KEY `IX_FFB3395C` (`mimeType`), KEY `IX_4BFABB9A` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileVersion` -- LOCK TABLES `DLFileVersion` WRITE; /*!40000 ALTER TABLE `DLFileVersion` DISABLE KEYS */; INSERT INTO `DLFileVersion` VALUES ('34d612e5-f231-487f-994b-e3db31ffb046',10498,10180,10154,10196,'Test Test','2016-04-28 20:58:04','2016-04-28 20:58:04',10180,10495,10497,'doc','application/msword','Document_1.doc','','','',0,'1.0',22016,0,10196,'Test Test','2016-04-28 20:58:04'),('20242896-44bb-4f99-89a1-6bce558c2d02',10510,10180,10154,10196,'Test Test','2016-04-28 20:58:14','2016-04-28 20:58:14',10180,10495,10509,'docx','application/vnd.openxmlformats-officedocument.wordprocessingml.document','Document_1.docx','','','',0,'1.0',12733,0,10196,'Test Test','2016-04-28 20:58:14'),('94505264-b145-440d-9b3b-f60fbbe0b11f',10522,10180,10154,10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25',10180,10495,10521,'jpeg','image/jpeg','Document_1.jpeg','','','',0,'1.0',15397,0,10196,'Test Test','2016-04-28 20:58:25'),('f39ce7a0-cd86-490c-a0c2-137ceafbbc08',10534,10180,10154,10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34',10180,10495,10533,'jpg','image/jpeg','Document_1.jpg','','','',0,'1.0',13229,0,10196,'Test Test','2016-04-28 20:58:34'),('ae5b7e56-08a7-425d-974e-f5afa3ea88ec',10546,10180,10154,10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56',10180,10495,10545,'mp3','audio/mpeg','Document_1.mp3','','','',0,'1.0',864,0,10196,'Test Test','2016-04-28 20:58:56'),('5c2fbb44-4264-44b7-b61e-939b98f44663',10558,10180,10154,10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08',10180,10495,10557,'odt','application/vnd.oasis.opendocument.text','Document_1.odt','','','',0,'1.0',9182,0,10196,'Test Test','2016-04-28 20:59:08'),('43fae2f8-bb36-4206-9d19-443e6988a42a',10570,10180,10154,10196,'Test Test','2016-04-28 20:59:19','2016-04-28 20:59:19',10180,10495,10569,'pdf','application/pdf','Document_1.pdf','','','',0,'1.0',12474,0,10196,'Test Test','2016-04-28 20:59:19'),('786e23d5-21b9-4582-948d-cd4094aa9c8d',10582,10180,10154,10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35',10180,10495,10581,'png','image/png','Document_1.png','','','',0,'1.0',44328,0,10196,'Test Test','2016-04-28 20:59:35'),('58f9f0c9-b77d-49b0-ba34-c2b61b85cba3',10594,10180,10154,10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49',10180,10495,10593,'ppt','application/vnd.ms-powerpoint','Document_1.ppt','','','',0,'1.0',163328,0,10196,'Test Test','2016-04-28 20:59:49'),('0029d6c1-28ee-4c3f-bfaf-bd84c5247890',10606,10180,10154,10196,'Test Test','2016-04-28 20:59:58','2016-04-28 20:59:58',10180,10495,10605,'pptx','application/vnd.openxmlformats-officedocument.presentationml.presentation','Document_1.pptx','','','',0,'1.0',32566,0,10196,'Test Test','2016-04-28 20:59:58'),('ceced1d9-2706-40b0-8dbf-d2d6fdf2c277',10618,10180,10154,10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09',10180,10495,10617,'txt','text/plain','Document_1.txt','','','',0,'1.0',259,0,10196,'Test Test','2016-04-28 21:00:09'),('a7e667d0-272a-4ab3-9f83-5b716c6cd7e3',10630,10180,10154,10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18',10180,10495,10629,'xls','application/vnd.ms-excel','Document_1.xls','','','',0,'1.0',23552,0,10196,'Test Test','2016-04-28 21:00:18'),('e3705baf-aede-423f-8921-5a5a4103b10a',10642,10180,10154,10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32',10180,10495,10641,'xlsx','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','Document_1.xlsx','','','',0,'1.0',8820,0,10196,'Test Test','2016-04-28 21:00:32'),('443465ef-1a8a-434f-8cd1-50262f2eb6ec',10654,10180,10154,10196,'Test Test','2016-04-28 21:01:01','2016-04-28 21:01:01',10180,10495,10653,'mp4','video/mp4','Document_1.mp4','','','',0,'1.0',0,0,10196,'Test Test','2016-04-28 21:01:01'),('f23b46d5-da66-4879-bb37-3a2aa53cc6a5',10666,10180,10154,10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35',10180,0,10665,'jpg','image/jpeg','Document_2.jpg','','','',0,'1.0',30656,0,10196,'Test Test','2016-04-28 21:02:35'),('a01aacc5-13d5-4433-a3ff-a6119d06885e',10678,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10180,0,10677,'jpeg','image/jpeg','Document_2.jpeg','','','',0,'1.0',23134,0,10196,'Test Test','2016-04-28 21:02:48'),('ed2d7feb-cf6e-45a6-abb3-8fede80f2f3c',10690,10180,10154,10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:03:00',10180,0,10689,'odt','application/vnd.oasis.opendocument.text','Document_2.odt','','','',0,'1.0',25847,0,10196,'Test Test','2016-04-28 21:03:00'),('d7f3c538-ce98-48c6-b671-9c09686474be',10705,10180,10154,10196,'Test Test','2016-04-28 21:03:28','2016-04-28 21:03:28',10180,0,10677,'jpeg','image/jpeg','Document_2.jpeg','','','',0,'PWC',23134,2,10196,'Test Test','2016-04-28 21:02:48'),('ae586c9c-4c2a-4cac-8367-a36a1fe121fc',10712,10180,10154,10196,'Test Test','2016-04-28 21:04:07','2016-04-28 21:04:07',10180,0,10689,'odt','application/vnd.oasis.opendocument.text','Document_2.odt','Edited. Version number must be 1.1','','',0,'1.1',25847,0,10196,'Test Test','2016-04-28 21:04:07'); /*!40000 ALTER TABLE `DLFileVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFolder` -- DROP TABLE IF EXISTS `DLFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFolder` ( `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mountPoint` tinyint(4) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `description` longtext, `lastPostDate` datetime DEFAULT NULL, `defaultFileEntryTypeId` bigint(20) DEFAULT NULL, `overrideFileEntryTypes` tinyint(4) DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_902FD874` (`groupId`,`parentFolderId`,`name`), UNIQUE KEY `IX_3CC1DED2` (`uuid_`,`groupId`), KEY `IX_A74DB14C` (`companyId`), KEY `IX_F2EA1ACE` (`groupId`), KEY `IX_49C37475` (`groupId`,`parentFolderId`), KEY `IX_2A048EA0` (`groupId`,`parentFolderId`,`mountPoint`), KEY `IX_51556082` (`parentFolderId`,`name`), KEY `IX_EE29C715` (`repositoryId`), KEY `IX_CBC408D8` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFolder` -- LOCK TABLES `DLFolder` WRITE; /*!40000 ALTER TABLE `DLFolder` DISABLE KEYS */; INSERT INTO `DLFolder` VALUES ('beb2257e-a08b-4a78-a725-955dd6e2bcb0',10495,10180,10154,10196,'','2016-04-28 20:57:48','2016-04-28 20:57:48',10180,0,0,'Basic Documents','','2016-04-28 21:01:01',0,0); /*!40000 ALTER TABLE `DLFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLSync` -- DROP TABLE IF EXISTS `DLSync`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLSync` ( `syncId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `fileId` bigint(20) DEFAULT NULL, `fileUuid` varchar(75) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `event` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, PRIMARY KEY (`syncId`), UNIQUE KEY `IX_F9821AB4` (`fileId`), KEY `IX_B53EC783` (`companyId`,`modifiedDate`,`repositoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLSync` -- LOCK TABLES `DLSync` WRITE; /*!40000 ALTER TABLE `DLSync` DISABLE KEYS */; INSERT INTO `DLSync` VALUES (10496,10154,'2016-04-28 20:57:48','2016-04-28 20:57:48',10495,'beb2257e-a08b-4a78-a725-955dd6e2bcb0',10180,0,'Basic Documents','','add','folder','-1'),(10504,10154,'2016-04-28 20:58:04','2016-04-28 20:58:04',10497,'a9fffe2a-9983-4bf0-a094-b43dec0bb9e3',10180,10495,'Document_1.doc','','add','file','1.0'),(10516,10154,'2016-04-28 20:58:14','2016-04-28 20:58:14',10509,'8d61ed44-319f-43b1-8bd5-fa2527fd5469',10180,10495,'Document_1.docx','','add','file','1.0'),(10528,10154,'2016-04-28 20:58:25','2016-04-28 20:58:25',10521,'5bf25606-c20a-4035-8a9d-80b5281f4fd9',10180,10495,'Document_1.jpeg','','add','file','1.0'),(10540,10154,'2016-04-28 20:58:34','2016-04-28 20:58:34',10533,'5a3ec5c7-190c-4211-bf22-98017c3f47d5',10180,10495,'Document_1.jpg','','add','file','1.0'),(10552,10154,'2016-04-28 20:58:56','2016-04-28 20:58:56',10545,'31eeb51b-1233-4dd5-a8c6-8508c5c18f04',10180,10495,'Document_1.mp3','','add','file','1.0'),(10564,10154,'2016-04-28 20:59:08','2016-04-28 20:59:08',10557,'77be5b32-70ef-4d43-87a5-f35f57d5c496',10180,10495,'Document_1.odt','','add','file','1.0'),(10576,10154,'2016-04-28 20:59:19','2016-04-28 20:59:19',10569,'931afdf5-6d16-4bf9-b6fb-26c186ebb772',10180,10495,'Document_1.pdf','','add','file','1.0'),(10588,10154,'2016-04-28 20:59:35','2016-04-28 20:59:35',10581,'ec6e14b6-a9ec-4c8d-804e-414e0ffea770',10180,10495,'Document_1.png','','add','file','1.0'),(10600,10154,'2016-04-28 20:59:49','2016-04-28 20:59:49',10593,'7b61ac4f-c0b8-4354-92f6-eb8187a8cb9d',10180,10495,'Document_1.ppt','','add','file','1.0'),(10612,10154,'2016-04-28 20:59:58','2016-04-28 20:59:58',10605,'ecde69b8-bd62-4538-a510-3923b4b8d053',10180,10495,'Document_1.pptx','','add','file','1.0'),(10624,10154,'2016-04-28 21:00:09','2016-04-28 21:00:09',10617,'18f532df-e391-4f4a-adbf-282b0ecbc44a',10180,10495,'Document_1.txt','','add','file','1.0'),(10636,10154,'2016-04-28 21:00:18','2016-04-28 21:00:18',10629,'42169629-7cd9-40db-973b-cc1111df8671',10180,10495,'Document_1.xls','','add','file','1.0'),(10648,10154,'2016-04-28 21:00:32','2016-04-28 21:00:32',10641,'37fc1257-ab46-439f-9b6c-2e457efa5e17',10180,10495,'Document_1.xlsx','','add','file','1.0'),(10660,10154,'2016-04-28 21:01:01','2016-04-28 21:01:01',10653,'1ef89303-1de0-4274-871e-c9b68452e5af',10180,10495,'Document_1.mp4','','add','file','1.0'),(10672,10154,'2016-04-28 21:02:35','2016-04-28 21:02:35',10665,'410648fe-a457-4246-ae3c-5fde0161259a',10180,0,'Document_2.jpg','','add','file','1.0'),(10684,10154,'2016-04-28 21:02:48','2016-04-28 21:02:48',10677,'25509d24-504d-4235-8869-e5fcf00b0def',10180,0,'Document_2.jpeg','','add','file','1.0'),(10696,10154,'2016-04-28 21:03:00','2016-04-28 21:04:07',10689,'98f815fc-bb21-4e13-8e1e-9e3a40a19e1c',10180,0,'Document_2.odt','Edited. Version number must be 1.1','update','file','1.1'); /*!40000 ALTER TABLE `DLSync` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `EmailAddress` -- DROP TABLE IF EXISTS `EmailAddress`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `EmailAddress` ( `emailAddressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `address` varchar(75) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`emailAddressId`), KEY `IX_1BB072CA` (`companyId`), KEY `IX_49D2DEC4` (`companyId`,`classNameId`), KEY `IX_551A519F` (`companyId`,`classNameId`,`classPK`), KEY `IX_2A2CB130` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_7B43CD8` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `EmailAddress` -- LOCK TABLES `EmailAddress` WRITE; /*!40000 ALTER TABLE `EmailAddress` DISABLE KEYS */; /*!40000 ALTER TABLE `EmailAddress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoColumn` -- DROP TABLE IF EXISTS `ExpandoColumn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ExpandoColumn` ( `columnId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `defaultData` longtext, `typeSettings` longtext, PRIMARY KEY (`columnId`), UNIQUE KEY `IX_FEFC8DA7` (`tableId`,`name`), KEY `IX_A8C0CBE8` (`tableId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoColumn` -- LOCK TABLES `ExpandoColumn` WRITE; /*!40000 ALTER TABLE `ExpandoColumn` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoColumn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoRow` -- DROP TABLE IF EXISTS `ExpandoRow`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ExpandoRow` ( `rowId_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`rowId_`), UNIQUE KEY `IX_81EFBFF5` (`tableId`,`classPK`), KEY `IX_D3F5D7AE` (`tableId`), KEY `IX_49EB3118` (`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoRow` -- LOCK TABLES `ExpandoRow` WRITE; /*!40000 ALTER TABLE `ExpandoRow` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoRow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoTable` -- DROP TABLE IF EXISTS `ExpandoTable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ExpandoTable` ( `tableId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`tableId`), UNIQUE KEY `IX_37562284` (`companyId`,`classNameId`,`name`), KEY `IX_B5AE8A85` (`companyId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoTable` -- LOCK TABLES `ExpandoTable` WRITE; /*!40000 ALTER TABLE `ExpandoTable` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoTable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoValue` -- DROP TABLE IF EXISTS `ExpandoValue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ExpandoValue` ( `valueId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `columnId` bigint(20) DEFAULT NULL, `rowId_` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`valueId`), UNIQUE KEY `IX_9DDD21E5` (`columnId`,`rowId_`), UNIQUE KEY `IX_D27B03E7` (`tableId`,`columnId`,`classPK`), KEY `IX_B29FEF17` (`classNameId`,`classPK`), KEY `IX_F7DD0987` (`columnId`), KEY `IX_9112A7A0` (`rowId_`), KEY `IX_F0566A77` (`tableId`), KEY `IX_1BD3F4C` (`tableId`,`classPK`), KEY `IX_CA9AFB7C` (`tableId`,`columnId`), KEY `IX_B71E92D5` (`tableId`,`rowId_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoValue` -- LOCK TABLES `ExpandoValue` WRITE; /*!40000 ALTER TABLE `ExpandoValue` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoValue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Group_` -- DROP TABLE IF EXISTS `Group_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Group_` ( `groupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `creatorUserId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `parentGroupId` bigint(20) DEFAULT NULL, `liveGroupId` bigint(20) DEFAULT NULL, `name` varchar(150) DEFAULT NULL, `description` longtext, `type_` int(11) DEFAULT NULL, `typeSettings` longtext, `friendlyURL` varchar(100) DEFAULT NULL, `site` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`), UNIQUE KEY `IX_D0D5E397` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_5DE0BE11` (`companyId`,`classNameId`,`liveGroupId`,`name`), UNIQUE KEY `IX_5BDDB872` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_BBCA55B` (`companyId`,`liveGroupId`,`name`), UNIQUE KEY `IX_5AA68501` (`companyId`,`name`), KEY `IX_ABA5CEC2` (`companyId`), KEY `IX_16218A38` (`liveGroupId`), KEY `IX_7B590A7A` (`type_`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Group_` -- LOCK TABLES `Group_` WRITE; /*!40000 ALTER TABLE `Group_` DISABLE KEYS */; INSERT INTO `Group_` VALUES (10172,10154,10158,10001,10172,0,0,'Control Panel','',3,'','/control_panel',0,1),(10180,10154,10158,10001,10180,0,0,'Guest','',1,'','/guest',1,1),(10189,10154,10158,10188,10158,0,0,'User Personal Site','',3,'','/personal_site',0,1),(10192,10154,10158,10021,10154,0,0,'10154','',0,'','/global',0,1),(10199,10154,10196,10005,10196,0,0,'10196','',0,'','/test',0,1),(10311,10154,10158,10027,10310,0,0,'10310','',0,'','/template-10310',0,1),(10321,10154,10158,10027,10320,0,0,'10320','',0,'','/template-10320',0,1),(10330,10154,10158,10027,10329,0,0,'10329','',0,'','/template-10329',0,1),(10339,10154,10158,10031,10338,0,0,'10338','',0,'','/template-10338',0,1),(10365,10154,10158,10031,10364,0,0,'10364','',0,'','/template-10364',0,1),(10875,10154,10872,10005,10872,0,0,'10872','',0,'','/usersn',0,1); /*!40000 ALTER TABLE `Group_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_Orgs` -- DROP TABLE IF EXISTS `Groups_Orgs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Groups_Orgs` ( `groupId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`organizationId`), KEY `IX_75267DCA` (`groupId`), KEY `IX_6BBB7682` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_Orgs` -- LOCK TABLES `Groups_Orgs` WRITE; /*!40000 ALTER TABLE `Groups_Orgs` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_Orgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_Permissions` -- DROP TABLE IF EXISTS `Groups_Permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Groups_Permissions` ( `groupId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`permissionId`), KEY `IX_C48736B` (`groupId`), KEY `IX_EC97689D` (`permissionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_Permissions` -- LOCK TABLES `Groups_Permissions` WRITE; /*!40000 ALTER TABLE `Groups_Permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_Permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_Roles` -- DROP TABLE IF EXISTS `Groups_Roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Groups_Roles` ( `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`roleId`), KEY `IX_84471FD2` (`groupId`), KEY `IX_3103EF3D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_Roles` -- LOCK TABLES `Groups_Roles` WRITE; /*!40000 ALTER TABLE `Groups_Roles` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_Roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_UserGroups` -- DROP TABLE IF EXISTS `Groups_UserGroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Groups_UserGroups` ( `groupId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`userGroupId`), KEY `IX_31FB749A` (`groupId`), KEY `IX_3B69160F` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_UserGroups` -- LOCK TABLES `Groups_UserGroups` WRITE; /*!40000 ALTER TABLE `Groups_UserGroups` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_UserGroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Image` -- DROP TABLE IF EXISTS `Image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Image` ( `imageId` bigint(20) NOT NULL, `modifiedDate` datetime DEFAULT NULL, `text_` longtext, `type_` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` int(11) DEFAULT NULL, PRIMARY KEY (`imageId`), KEY `IX_6A925A4D` (`size_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Image` -- LOCK TABLES `Image` WRITE; /*!40000 ALTER TABLE `Image` DISABLE KEYS */; /*!40000 ALTER TABLE `Image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticle` -- DROP TABLE IF EXISTS `JournalArticle`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticle` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `title` longtext, `urlTitle` varchar(150) DEFAULT NULL, `description` longtext, `content` longtext, `type_` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `layoutUuid` varchar(75) DEFAULT NULL, `displayDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `reviewDate` datetime DEFAULT NULL, `indexable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_85C52EEC` (`groupId`,`articleId`,`version`), UNIQUE KEY `IX_3463D95B` (`uuid_`,`groupId`), KEY `IX_DFF98523` (`companyId`), KEY `IX_323DF109` (`companyId`,`status`), KEY `IX_3D070845` (`companyId`,`version`), KEY `IX_E82F322B` (`companyId`,`version`,`status`), KEY `IX_9356F865` (`groupId`), KEY `IX_68C0F69C` (`groupId`,`articleId`), KEY `IX_4D5CD982` (`groupId`,`articleId`,`status`), KEY `IX_9CE6E0FA` (`groupId`,`classNameId`,`classPK`), KEY `IX_A2534AC2` (`groupId`,`classNameId`,`layoutUuid`), KEY `IX_91E78C35` (`groupId`,`classNameId`,`structureId`), KEY `IX_F43B9FF2` (`groupId`,`classNameId`,`templateId`), KEY `IX_3C028C1E` (`groupId`,`layoutUuid`), KEY `IX_301D024B` (`groupId`,`status`), KEY `IX_2E207659` (`groupId`,`structureId`), KEY `IX_8DEAE14E` (`groupId`,`templateId`), KEY `IX_22882D02` (`groupId`,`urlTitle`), KEY `IX_D2D249E8` (`groupId`,`urlTitle`,`status`), KEY `IX_F0A26B29` (`groupId`,`version`,`status`), KEY `IX_3F1EA19E` (`layoutUuid`), KEY `IX_33F49D16` (`resourcePrimKey`), KEY `IX_3E2765FC` (`resourcePrimKey`,`status`), KEY `IX_EF9B7028` (`smallImageId`), KEY `IX_8E8710D9` (`structureId`), KEY `IX_9106F6CE` (`templateId`), KEY `IX_F029602F` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticle` -- LOCK TABLES `JournalArticle` WRITE; /*!40000 ALTER TABLE `JournalArticle` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticleImage` -- DROP TABLE IF EXISTS `JournalArticleImage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticleImage` ( `articleImageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `elInstanceId` varchar(75) DEFAULT NULL, `elName` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `tempImage` tinyint(4) DEFAULT NULL, PRIMARY KEY (`articleImageId`), UNIQUE KEY `IX_103D6207` (`groupId`,`articleId`,`version`,`elInstanceId`,`elName`,`languageId`), KEY `IX_3B51BB68` (`groupId`), KEY `IX_158B526F` (`groupId`,`articleId`,`version`), KEY `IX_D4121315` (`tempImage`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticleImage` -- LOCK TABLES `JournalArticleImage` WRITE; /*!40000 ALTER TABLE `JournalArticleImage` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticleImage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticleResource` -- DROP TABLE IF EXISTS `JournalArticleResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticleResource` ( `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_88DF994A` (`groupId`,`articleId`), UNIQUE KEY `IX_84AB0309` (`uuid_`,`groupId`), KEY `IX_F8433677` (`groupId`), KEY `IX_DCD1FAC1` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticleResource` -- LOCK TABLES `JournalArticleResource` WRITE; /*!40000 ALTER TABLE `JournalArticleResource` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticleResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalContentSearch` -- DROP TABLE IF EXISTS `JournalContentSearch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalContentSearch` ( `contentSearchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`contentSearchId`), UNIQUE KEY `IX_C3AA93B8` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`articleId`), KEY `IX_9207CB31` (`articleId`), KEY `IX_6838E427` (`groupId`,`articleId`), KEY `IX_20962903` (`groupId`,`privateLayout`), KEY `IX_7CC7D73E` (`groupId`,`privateLayout`,`articleId`), KEY `IX_B3B318DC` (`groupId`,`privateLayout`,`layoutId`), KEY `IX_7ACC74C9` (`groupId`,`privateLayout`,`layoutId`,`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalContentSearch` -- LOCK TABLES `JournalContentSearch` WRITE; /*!40000 ALTER TABLE `JournalContentSearch` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalContentSearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalFeed` -- DROP TABLE IF EXISTS `JournalFeed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalFeed` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `feedId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `type_` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `rendererTemplateId` varchar(75) DEFAULT NULL, `delta` int(11) DEFAULT NULL, `orderByCol` varchar(75) DEFAULT NULL, `orderByType` varchar(75) DEFAULT NULL, `targetLayoutFriendlyUrl` varchar(255) DEFAULT NULL, `targetPortletId` varchar(75) DEFAULT NULL, `contentField` varchar(75) DEFAULT NULL, `feedType` varchar(75) DEFAULT NULL, `feedVersion` double DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_65576CBC` (`groupId`,`feedId`), UNIQUE KEY `IX_39031F51` (`uuid_`,`groupId`), KEY `IX_35A2DB2F` (`groupId`), KEY `IX_50C36D79` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalFeed` -- LOCK TABLES `JournalFeed` WRITE; /*!40000 ALTER TABLE `JournalFeed` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalFeed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalStructure` -- DROP TABLE IF EXISTS `JournalStructure`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalStructure` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `parentStructureId` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `xsd` longtext, PRIMARY KEY (`id_`), UNIQUE KEY `IX_AB6E9996` (`groupId`,`structureId`), UNIQUE KEY `IX_42E86E58` (`uuid_`,`groupId`), KEY `IX_B97F5608` (`groupId`), KEY `IX_CA0BD48C` (`groupId`,`parentStructureId`), KEY `IX_4FA67B72` (`parentStructureId`), KEY `IX_8831E4FC` (`structureId`), KEY `IX_6702CA92` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalStructure` -- LOCK TABLES `JournalStructure` WRITE; /*!40000 ALTER TABLE `JournalStructure` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalStructure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalTemplate` -- DROP TABLE IF EXISTS `JournalTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalTemplate` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `xsl` longtext, `langType` varchar(75) DEFAULT NULL, `cacheable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, PRIMARY KEY (`id_`), UNIQUE KEY `IX_E802AA3C` (`groupId`,`templateId`), UNIQUE KEY `IX_62D1B3AD` (`uuid_`,`groupId`), KEY `IX_77923653` (`groupId`), KEY `IX_1701CB2B` (`groupId`,`structureId`), KEY `IX_25FFB6FA` (`smallImageId`), KEY `IX_45F5A7C7` (`structureId`), KEY `IX_1B12CA20` (`templateId`), KEY `IX_2857419D` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalTemplate` -- LOCK TABLES `JournalTemplate` WRITE; /*!40000 ALTER TABLE `JournalTemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Layout` -- DROP TABLE IF EXISTS `Layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Layout` ( `uuid_` varchar(75) DEFAULT NULL, `plid` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` bigint(20) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImage` tinyint(4) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int(11) DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, `sourcePrototypeLayoutUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`plid`), UNIQUE KEY `IX_BC2C4231` (`groupId`,`privateLayout`,`friendlyURL`), UNIQUE KEY `IX_7162C27C` (`groupId`,`privateLayout`,`layoutId`), UNIQUE KEY `IX_E118C537` (`uuid_`,`groupId`,`privateLayout`), KEY `IX_C7FBC998` (`companyId`), KEY `IX_C099D61A` (`groupId`), KEY `IX_705F5AA3` (`groupId`,`privateLayout`), KEY `IX_6DE88B06` (`groupId`,`privateLayout`,`parentLayoutId`), KEY `IX_8CE8C0D9` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`), KEY `IX_1A1B61D2` (`groupId`,`privateLayout`,`type_`), KEY `IX_23922F7D` (`iconImageId`), KEY `IX_B529BFD3` (`layoutPrototypeUuid`), KEY `IX_39A18ECC` (`sourcePrototypeLayoutUuid`), KEY `IX_D0822724` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Layout` -- LOCK TABLES `Layout` WRITE; /*!40000 ALTER TABLE `Layout` DISABLE KEYS */; INSERT INTO `Layout` VALUES ('1041e2ce-4a93-4498-b193-c5f3f28ce2b0',10175,10172,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',1,1,0,'Control Panel','','','','','control_panel','',0,'/manage',0,0,'','','','','',0,'',0,''),('c0b995ee-f816-43d0-83d6-98a19398766d',10183,10180,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',0,1,0,'Welcome','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=47,\ncolumn-1=58,\n',0,'/home',0,0,'','','','','',0,'',0,''),('814356c2-8b43-4561-a091-5026b935aeeb',10314,10311,10154,'2016-04-28 20:40:22','2016-04-28 20:40:22',1,1,0,'Blog','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=148_INSTANCE_9orW1kfLWejV,114,\ncolumn-1=33,\n',0,'/layout',0,0,'','','','','',0,'',0,''),('5bddc163-4f3c-42b5-b4eb-6586389a6a10',10324,10321,10154,'2016-04-28 20:40:22','2016-04-28 20:40:23',1,1,0,'Content Display Page','','','','','portlet','default-asset-publisher-portlet-id=101_INSTANCE_IThAZ1RAf5pQ\nlayout-template-id=2_columns_ii\ncolumn-2=3,101_INSTANCE_IThAZ1RAf5pQ,\ncolumn-1=141_INSTANCE_ZLU6kg1aXQ45,122_INSTANCE_YlENUfvp6gd9,\n',0,'/layout',0,0,'','','','','',0,'',0,''),('64233e8d-ad72-40f4-9542-3678c0dde57f',10333,10330,10154,'2016-04-28 20:40:23','2016-04-28 20:40:23',1,1,0,'Wiki','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=122_INSTANCE_UGvuATQfJLB3,141_INSTANCE_26FMr2CQZlk1,\ncolumn-1=36,\n',0,'/layout',0,0,'','','','','',0,'',0,''),('725f00e0-736e-4f7b-86dc-e49fb3d74a7f',10347,10339,10154,'2016-04-28 20:40:23','2016-04-28 20:40:24',1,1,0,'Home','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=3,59_INSTANCE_7mn9M3xXkRB5,180,\ncolumn-1=19,\n',0,'/home',0,0,'','','','','',0,'',0,''),('7ebf3a45-8c6c-4b60-9f3c-4003d86e1aed',10353,10339,10154,'2016-04-28 20:40:24','2016-04-28 20:40:24',1,2,0,'Calendar','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=101_INSTANCE_976YGgyKFpKj,\ncolumn-1=8,\n',0,'/calendar',0,0,'','','','','',1,'',0,''),('5eeef1e6-06ee-4308-9362-1e181aeb1f2b',10359,10339,10154,'2016-04-28 20:40:24','2016-04-28 20:40:24',1,3,0,'Wiki','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=122_INSTANCE_DpLYXUlocvEn,148_INSTANCE_XgpARNpNpKTX,\ncolumn-1=36,\n',0,'/wiki',0,0,'','','','','',2,'',0,''),('8ad1de07-0663-4b31-91c9-49c3a617c545',10373,10365,10154,'2016-04-28 20:40:24','2016-04-28 20:40:24',1,1,0,'Home','','','','','portlet','layout-template-id=2_columns_i\ncolumn-2=3,82,101_INSTANCE_DVO8ySJ76ERG,\ncolumn-1=116,\n',0,'/home',0,0,'','','','','',0,'',0,''),('0e73f977-ede3-430b-95f1-e0225a0c6f13',10381,10365,10154,'2016-04-28 20:40:24','2016-04-28 20:40:25',1,2,0,'Documents and Media','','','','','portlet','layout-template-id=1_column\ncolumn-1=20,\n',0,'/documents',0,0,'','','','','',1,'',0,''),('496d4604-7ef1-4bfc-9c40-68bfe91069b4',10387,10365,10154,'2016-04-28 20:40:25','2016-04-28 20:40:25',1,3,0,'Calendar','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=101_INSTANCE_3jiGYZnYox3r,\ncolumn-1=8,\n',0,'/calendar',0,0,'','','','','',2,'',0,''),('7b1bfd6b-9545-4af3-8130-17963f645666',10393,10365,10154,'2016-04-28 20:40:25','2016-04-28 20:40:25',1,4,0,'News','','','','','portlet','layout-template-id=2_columns_iii\ncolumn-2=39_INSTANCE_zC90A7ydHFzW,\ncolumn-1=39_INSTANCE_2Qkgt5RezYPM,\n',0,'/news',0,0,'','','','','',3,'',0,''),('55020d70-0c69-4578-94e8-4b99a217fe2e',10410,10199,10154,'2016-04-28 20:43:49','2016-04-28 20:43:49',1,1,0,'Welcome','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=29,8,\ncolumn-1=82,23,11,\n',0,'/home',0,0,'','','','','',0,'',0,''),('ab2eecfc-663d-42d9-88f6-fd8d7a84b23a',10415,10199,10154,'2016-04-28 20:43:49','2016-04-28 20:43:49',0,1,0,'Welcome','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=33,\ncolumn-1=82,3,\n',0,'/home',0,0,'','','','','',0,'',0,''),('4c3689d4-9bef-4cce-806d-5afc0a822922',10422,10180,10154,'2016-04-28 20:45:00','2016-04-28 20:46:40',0,2,0,'Alerts','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=83\n',0,'/alerts',0,0,'','','','','',1,'',0,''),('5c789d30-3278-4fcf-866a-f3ef2b85e3c1',10427,10180,10154,'2016-04-28 20:45:09','2016-04-28 20:53:59',0,3,0,'Bookmarks','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=28\n',0,'/bookmarks',0,0,'','','','','',2,'',0,''),('3b0c68c9-8f94-437a-9be2-dd3c45fc51ec',10432,10180,10154,'2016-04-28 20:45:13','2016-04-28 21:05:44',0,4,0,'Wiki','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=36\ncolumn-1=54_INSTANCE_F3B5ArlmMKYl,\n',0,'/wiki',0,0,'','','','','',4,'',0,''),('6143fc2d-fa4b-4b31-bb08-27e3e869599b',10437,10180,10154,'2016-04-28 20:45:35','2016-04-28 20:57:37',0,5,0,'Documents and Media','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=20\ncolumn-1=31,110_INSTANCE_G3Ca7A841U8s,\n',0,'/documents-and-media',0,0,'','','','','',3,'',0,''),('ed238d79-3c69-45f8-b67b-c3b619bd416a',10882,10875,10154,'2016-04-28 21:15:20','2016-04-28 21:15:20',1,1,0,'Welcome','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=29,8,\ncolumn-1=82,23,11,\n',0,'/home',0,0,'','','','','',0,'',0,''),('f6b2ea80-dc4d-42fc-b867-428435ff93f9',10887,10875,10154,'2016-04-28 21:15:20','2016-04-28 21:15:20',0,1,0,'Welcome','','','','','portlet','layout-template-id=2_columns_ii\ncolumn-2=33,\ncolumn-1=82,3,\n',0,'/home',0,0,'','','','','',0,'',0,''); /*!40000 ALTER TABLE `Layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutBranch` -- DROP TABLE IF EXISTS `LayoutBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutBranch` ( `LayoutBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint(4) DEFAULT NULL, PRIMARY KEY (`LayoutBranchId`), UNIQUE KEY `IX_FD57097D` (`layoutSetBranchId`,`plid`,`name`), KEY `IX_6C226433` (`layoutSetBranchId`), KEY `IX_2C42603E` (`layoutSetBranchId`,`plid`), KEY `IX_A705FF94` (`layoutSetBranchId`,`plid`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutBranch` -- LOCK TABLES `LayoutBranch` WRITE; /*!40000 ALTER TABLE `LayoutBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPrototype` -- DROP TABLE IF EXISTS `LayoutPrototype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutPrototype` ( `uuid_` varchar(75) DEFAULT NULL, `layoutPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutPrototypeId`), KEY `IX_30616AAA` (`companyId`), KEY `IX_557A639F` (`companyId`,`active_`), KEY `IX_CEF72136` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPrototype` -- LOCK TABLES `LayoutPrototype` WRITE; /*!40000 ALTER TABLE `LayoutPrototype` DISABLE KEYS */; INSERT INTO `LayoutPrototype` VALUES ('b648aed3-e978-4d6e-b50d-5804062b52cd',10310,10154,'Blog','Create, edit, and view blogs from this page. Explore topics using tags, and connect with other members that blog.','',1),('cfee662f-7e96-489d-8294-63cb448554ce',10320,10154,'Content Display Page','Create, edit, and explore web content with this page. Search available content, explore related content with tags, and browse content categories.','',1),('90898f43-8c44-4573-9b82-617b2ed77f88',10329,10154,'Wiki','Collaborate with members through the wiki on this page. Discover related content through tags, and navigate quickly and easily with categories.','',1); /*!40000 ALTER TABLE `LayoutPrototype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutRevision` -- DROP TABLE IF EXISTS `LayoutRevision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutRevision` ( `layoutRevisionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `layoutBranchId` bigint(20) DEFAULT NULL, `parentLayoutRevisionId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `major` tinyint(4) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `typeSettings` longtext, `iconImage` tinyint(4) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`layoutRevisionId`), KEY `IX_43E8286A` (`head`,`plid`), KEY `IX_314B621A` (`layoutSetBranchId`), KEY `IX_A9AC086E` (`layoutSetBranchId`,`head`), KEY `IX_E10AC39` (`layoutSetBranchId`,`head`,`plid`), KEY `IX_13984800` (`layoutSetBranchId`,`layoutBranchId`,`plid`), KEY `IX_4A84AF43` (`layoutSetBranchId`,`parentLayoutRevisionId`,`plid`), KEY `IX_B7B914E5` (`layoutSetBranchId`,`plid`), KEY `IX_70DA9ECB` (`layoutSetBranchId`,`plid`,`status`), KEY `IX_7FFAE700` (`layoutSetBranchId`,`status`), KEY `IX_9329C9D6` (`plid`), KEY `IX_8EC3D2BC` (`plid`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutRevision` -- LOCK TABLES `LayoutRevision` WRITE; /*!40000 ALTER TABLE `LayoutRevision` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutRevision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSet` -- DROP TABLE IF EXISTS `LayoutSet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutSet` ( `layoutSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `logo` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int(11) DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetId`), UNIQUE KEY `IX_48550691` (`groupId`,`privateLayout`), KEY `IX_A40B8BEC` (`groupId`), KEY `IX_72BBA8B7` (`layoutSetPrototypeUuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSet` -- LOCK TABLES `LayoutSet` WRITE; /*!40000 ALTER TABLE `LayoutSet` DISABLE KEYS */; INSERT INTO `LayoutSet` VALUES (10173,10172,10154,'2016-04-28 20:39:41','2016-04-28 20:39:42',1,0,0,'classic','01','mobile','01','',1,'','',0),(10174,10172,10154,'2016-04-28 20:39:41','2016-04-28 20:39:41',0,0,0,'classic','01','mobile','01','',0,'','',0),(10181,10180,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',1,0,0,'classic','01','mobile','01','',0,'','',0),(10182,10180,10154,'2016-04-28 20:39:42','2016-04-28 20:45:35',0,0,0,'classic','01','mobile','01','',5,'','',0),(10190,10189,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',1,0,0,'classic','01','mobile','01','',0,'','',0),(10191,10189,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',0,0,0,'classic','01','mobile','01','',0,'','',0),(10193,10192,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',1,0,0,'classic','01','mobile','01','',0,'','',0),(10194,10192,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',0,0,0,'classic','01','mobile','01','',0,'','',0),(10200,10199,10154,'2016-04-28 20:39:43','2016-04-28 20:43:49',1,0,0,'classic','01','mobile','01','',1,'','',0),(10201,10199,10154,'2016-04-28 20:39:43','2016-04-28 20:43:49',0,0,0,'classic','01','mobile','01','',1,'','',0),(10312,10311,10154,'2016-04-28 20:40:22','2016-04-28 20:40:22',1,0,0,'classic','01','mobile','01','',1,'','',0),(10313,10311,10154,'2016-04-28 20:40:22','2016-04-28 20:40:22',0,0,0,'classic','01','mobile','01','',0,'','',0),(10322,10321,10154,'2016-04-28 20:40:22','2016-04-28 20:40:22',1,0,0,'classic','01','mobile','01','',1,'','',0),(10323,10321,10154,'2016-04-28 20:40:22','2016-04-28 20:40:22',0,0,0,'classic','01','mobile','01','',0,'','',0),(10331,10330,10154,'2016-04-28 20:40:23','2016-04-28 20:40:23',1,0,0,'classic','01','mobile','01','',1,'','',0),(10332,10330,10154,'2016-04-28 20:40:23','2016-04-28 20:40:23',0,0,0,'classic','01','mobile','01','',0,'','',0),(10340,10339,10154,'2016-04-28 20:40:23','2016-04-28 20:40:24',1,0,0,'classic','01','mobile','01','',3,'','',0),(10341,10339,10154,'2016-04-28 20:40:23','2016-04-28 20:40:23',0,0,0,'classic','01','mobile','01','',0,'','',0),(10366,10365,10154,'2016-04-28 20:40:24','2016-04-28 20:40:25',1,0,0,'classic','01','mobile','01','',4,'','',0),(10367,10365,10154,'2016-04-28 20:40:24','2016-04-28 20:40:24',0,0,0,'classic','01','mobile','01','',0,'','',0),(10876,10875,10154,'2016-04-28 21:14:37','2016-04-28 21:15:20',1,0,0,'classic','01','mobile','01','',1,'','',0),(10877,10875,10154,'2016-04-28 21:14:37','2016-04-28 21:15:20',0,0,0,'classic','01','mobile','01','',1,'','',0); /*!40000 ALTER TABLE `LayoutSet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSetBranch` -- DROP TABLE IF EXISTS `LayoutSetBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutSetBranch` ( `layoutSetBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint(4) DEFAULT NULL, `logo` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetBranchId`), UNIQUE KEY `IX_5FF18552` (`groupId`,`privateLayout`,`name`), KEY `IX_8FF5D6EA` (`groupId`), KEY `IX_C4079FD3` (`groupId`,`privateLayout`), KEY `IX_CCF0DA29` (`groupId`,`privateLayout`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSetBranch` -- LOCK TABLES `LayoutSetBranch` WRITE; /*!40000 ALTER TABLE `LayoutSetBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutSetBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSetPrototype` -- DROP TABLE IF EXISTS `LayoutSetPrototype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutSetPrototype` ( `uuid_` varchar(75) DEFAULT NULL, `layoutSetPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetPrototypeId`), KEY `IX_55F63D98` (`companyId`), KEY `IX_9178FC71` (`companyId`,`active_`), KEY `IX_C5D69B24` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSetPrototype` -- LOCK TABLES `LayoutSetPrototype` WRITE; /*!40000 ALTER TABLE `LayoutSetPrototype` DISABLE KEYS */; INSERT INTO `LayoutSetPrototype` VALUES ('a4b0836e-81c5-4346-ab79-e47c1078e278',10338,10154,'2016-04-28 20:40:23','2016-04-28 20:40:24','Community Site','Site with Forums, Calendar and Wiki','layoutsUpdateable=true\n',1),('da867a95-ade5-43cc-8ab8-75aca3afae5a',10364,10154,'2016-04-28 20:40:24','2016-04-28 20:40:25','Intranet Site','Site with Documents, Calendar and News','layoutsUpdateable=true\n',1); /*!40000 ALTER TABLE `LayoutSetPrototype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ListType` -- DROP TABLE IF EXISTS `ListType`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ListType` ( `listTypeId` int(11) NOT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`listTypeId`), KEY `IX_2932DD37` (`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ListType` -- LOCK TABLES `ListType` WRITE; /*!40000 ALTER TABLE `ListType` DISABLE KEYS */; INSERT INTO `ListType` VALUES (10000,'billing','com.liferay.portal.model.Account.address'),(10001,'other','com.liferay.portal.model.Account.address'),(10002,'p-o-box','com.liferay.portal.model.Account.address'),(10003,'shipping','com.liferay.portal.model.Account.address'),(10004,'email-address','com.liferay.portal.model.Account.emailAddress'),(10005,'email-address-2','com.liferay.portal.model.Account.emailAddress'),(10006,'email-address-3','com.liferay.portal.model.Account.emailAddress'),(10007,'fax','com.liferay.portal.model.Account.phone'),(10008,'local','com.liferay.portal.model.Account.phone'),(10009,'other','com.liferay.portal.model.Account.phone'),(10010,'toll-free','com.liferay.portal.model.Account.phone'),(10011,'tty','com.liferay.portal.model.Account.phone'),(10012,'intranet','com.liferay.portal.model.Account.website'),(10013,'public','com.liferay.portal.model.Account.website'),(11000,'business','com.liferay.portal.model.Contact.address'),(11001,'other','com.liferay.portal.model.Contact.address'),(11002,'personal','com.liferay.portal.model.Contact.address'),(11003,'email-address','com.liferay.portal.model.Contact.emailAddress'),(11004,'email-address-2','com.liferay.portal.model.Contact.emailAddress'),(11005,'email-address-3','com.liferay.portal.model.Contact.emailAddress'),(11006,'business','com.liferay.portal.model.Contact.phone'),(11007,'business-fax','com.liferay.portal.model.Contact.phone'),(11008,'mobile-phone','com.liferay.portal.model.Contact.phone'),(11009,'other','com.liferay.portal.model.Contact.phone'),(11010,'pager','com.liferay.portal.model.Contact.phone'),(11011,'personal','com.liferay.portal.model.Contact.phone'),(11012,'personal-fax','com.liferay.portal.model.Contact.phone'),(11013,'tty','com.liferay.portal.model.Contact.phone'),(11014,'dr','com.liferay.portal.model.Contact.prefix'),(11015,'mr','com.liferay.portal.model.Contact.prefix'),(11016,'mrs','com.liferay.portal.model.Contact.prefix'),(11017,'ms','com.liferay.portal.model.Contact.prefix'),(11020,'ii','com.liferay.portal.model.Contact.suffix'),(11021,'iii','com.liferay.portal.model.Contact.suffix'),(11022,'iv','com.liferay.portal.model.Contact.suffix'),(11023,'jr','com.liferay.portal.model.Contact.suffix'),(11024,'phd','com.liferay.portal.model.Contact.suffix'),(11025,'sr','com.liferay.portal.model.Contact.suffix'),(11026,'blog','com.liferay.portal.model.Contact.website'),(11027,'business','com.liferay.portal.model.Contact.website'),(11028,'other','com.liferay.portal.model.Contact.website'),(11029,'personal','com.liferay.portal.model.Contact.website'),(12000,'billing','com.liferay.portal.model.Organization.address'),(12001,'other','com.liferay.portal.model.Organization.address'),(12002,'p-o-box','com.liferay.portal.model.Organization.address'),(12003,'shipping','com.liferay.portal.model.Organization.address'),(12004,'email-address','com.liferay.portal.model.Organization.emailAddress'),(12005,'email-address-2','com.liferay.portal.model.Organization.emailAddress'),(12006,'email-address-3','com.liferay.portal.model.Organization.emailAddress'),(12007,'fax','com.liferay.portal.model.Organization.phone'),(12008,'local','com.liferay.portal.model.Organization.phone'),(12009,'other','com.liferay.portal.model.Organization.phone'),(12010,'toll-free','com.liferay.portal.model.Organization.phone'),(12011,'tty','com.liferay.portal.model.Organization.phone'),(12012,'administrative','com.liferay.portal.model.Organization.service'),(12013,'contracts','com.liferay.portal.model.Organization.service'),(12014,'donation','com.liferay.portal.model.Organization.service'),(12015,'retail','com.liferay.portal.model.Organization.service'),(12016,'training','com.liferay.portal.model.Organization.service'),(12017,'full-member','com.liferay.portal.model.Organization.status'),(12018,'provisional-member','com.liferay.portal.model.Organization.status'),(12019,'intranet','com.liferay.portal.model.Organization.website'),(12020,'public','com.liferay.portal.model.Organization.website'); /*!40000 ALTER TABLE `ListType` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Lock_` -- DROP TABLE IF EXISTS `Lock_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Lock_` ( `uuid_` varchar(75) DEFAULT NULL, `lockId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `className` varchar(75) DEFAULT NULL, `key_` varchar(200) DEFAULT NULL, `owner` varchar(255) DEFAULT NULL, `inheritable` tinyint(4) DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, PRIMARY KEY (`lockId`), UNIQUE KEY `IX_DD635956` (`className`,`key_`,`owner`), KEY `IX_228562AD` (`className`,`key_`), KEY `IX_E3F1286B` (`expirationDate`), KEY `IX_13C5CD3A` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Lock_` -- LOCK TABLES `Lock_` WRITE; /*!40000 ALTER TABLE `Lock_` DISABLE KEYS */; INSERT INTO `Lock_` VALUES ('0dbabd25-efbd-4c82-a9c9-46bc23979fe5',10704,10154,10196,'Test Test','2016-04-28 21:03:28','com.liferay.portlet.documentlibrary.model.DLFileEntry','10677','',0,'2016-04-29 21:03:28'); /*!40000 ALTER TABLE `Lock_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBBan` -- DROP TABLE IF EXISTS `MBBan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBBan` ( `banId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `banUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`banId`), UNIQUE KEY `IX_8ABC4E3B` (`groupId`,`banUserId`), KEY `IX_69951A25` (`banUserId`), KEY `IX_5C3FF12A` (`groupId`), KEY `IX_48814BBA` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBBan` -- LOCK TABLES `MBBan` WRITE; /*!40000 ALTER TABLE `MBBan` DISABLE KEYS */; /*!40000 ALTER TABLE `MBBan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBCategory` -- DROP TABLE IF EXISTS `MBCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBCategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `displayStyle` varchar(75) DEFAULT NULL, `threadCount` int(11) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_F7D28C2F` (`uuid_`,`groupId`), KEY `IX_BC735DCF` (`companyId`), KEY `IX_BB870C11` (`groupId`), KEY `IX_ED292508` (`groupId`,`parentCategoryId`), KEY `IX_C2626EDB` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBCategory` -- LOCK TABLES `MBCategory` WRITE; /*!40000 ALTER TABLE `MBCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `MBCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBDiscussion` -- DROP TABLE IF EXISTS `MBDiscussion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBDiscussion` ( `discussionId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, PRIMARY KEY (`discussionId`), UNIQUE KEY `IX_33A4DE38` (`classNameId`,`classPK`), UNIQUE KEY `IX_B5CA2DC` (`threadId`), KEY `IX_79D0120B` (`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBDiscussion` -- LOCK TABLES `MBDiscussion` WRITE; /*!40000 ALTER TABLE `MBDiscussion` DISABLE KEYS */; INSERT INTO `MBDiscussion` VALUES (10179,10002,10175,10177),(10187,10002,10183,10185),(10319,10002,10314,10316),(10328,10002,10324,10326),(10337,10002,10333,10335),(10351,10002,10347,10349),(10357,10002,10353,10355),(10363,10002,10359,10361),(10377,10002,10373,10375),(10385,10002,10381,10383),(10391,10002,10387,10389),(10397,10002,10393,10395),(10414,10002,10410,10412),(10419,10002,10415,10417),(10426,10002,10422,10424),(10431,10002,10427,10429),(10436,10002,10432,10434),(10441,10002,10437,10439),(10503,10010,10497,10501),(10515,10010,10509,10513),(10527,10010,10521,10525),(10539,10010,10533,10537),(10551,10010,10545,10549),(10563,10010,10557,10561),(10575,10010,10569,10573),(10587,10010,10581,10585),(10599,10010,10593,10597),(10611,10010,10605,10609),(10623,10010,10617,10621),(10635,10010,10629,10633),(10647,10010,10641,10645),(10659,10010,10653,10657),(10671,10010,10665,10669),(10683,10010,10677,10681),(10695,10010,10689,10693),(10732,10013,10727,10730),(10744,10013,10739,10742),(10752,10013,10747,10750),(10759,10013,10754,10757),(10768,10013,10763,10766),(10775,10013,10770,10773),(10785,10013,10780,10783),(10795,10013,10790,10793),(10802,10013,10797,10800),(10810,10013,10805,10808),(10824,10013,10816,10822),(10834,10013,10829,10832),(10844,10013,10837,10842),(10852,10013,10847,10850),(10861,10013,10856,10859),(10868,10013,10863,10866),(10886,10002,10882,10884),(10891,10002,10887,10889); /*!40000 ALTER TABLE `MBDiscussion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBMailingList` -- DROP TABLE IF EXISTS `MBMailingList`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBMailingList` ( `uuid_` varchar(75) DEFAULT NULL, `mailingListId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `emailAddress` varchar(75) DEFAULT NULL, `inProtocol` varchar(75) DEFAULT NULL, `inServerName` varchar(75) DEFAULT NULL, `inServerPort` int(11) DEFAULT NULL, `inUseSSL` tinyint(4) DEFAULT NULL, `inUserName` varchar(75) DEFAULT NULL, `inPassword` varchar(75) DEFAULT NULL, `inReadInterval` int(11) DEFAULT NULL, `outEmailAddress` varchar(75) DEFAULT NULL, `outCustom` tinyint(4) DEFAULT NULL, `outServerName` varchar(75) DEFAULT NULL, `outServerPort` int(11) DEFAULT NULL, `outUseSSL` tinyint(4) DEFAULT NULL, `outUserName` varchar(75) DEFAULT NULL, `outPassword` varchar(75) DEFAULT NULL, `allowAnonymous` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`mailingListId`), UNIQUE KEY `IX_76CE9CDD` (`groupId`,`categoryId`), UNIQUE KEY `IX_E858F170` (`uuid_`,`groupId`), KEY `IX_BFEB984F` (`active_`), KEY `IX_4115EC7A` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBMailingList` -- LOCK TABLES `MBMailingList` WRITE; /*!40000 ALTER TABLE `MBMailingList` DISABLE KEYS */; /*!40000 ALTER TABLE `MBMailingList` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBMessage` -- DROP TABLE IF EXISTS `MBMessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBMessage` ( `uuid_` varchar(75) DEFAULT NULL, `messageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `parentMessageId` bigint(20) DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `format` varchar(75) DEFAULT NULL, `attachments` tinyint(4) DEFAULT NULL, `anonymous` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `answer` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`messageId`), UNIQUE KEY `IX_8D12316E` (`uuid_`,`groupId`), KEY `IX_51A8D44D` (`classNameId`,`classPK`), KEY `IX_F6687633` (`classNameId`,`classPK`,`status`), KEY `IX_B1432D30` (`companyId`), KEY `IX_1AD93C16` (`companyId`,`status`), KEY `IX_5B153FB2` (`groupId`), KEY `IX_1073AB9F` (`groupId`,`categoryId`), KEY `IX_4257DB85` (`groupId`,`categoryId`,`status`), KEY `IX_B674AB58` (`groupId`,`categoryId`,`threadId`), KEY `IX_CBFDBF0A` (`groupId`,`categoryId`,`threadId`,`answer`), KEY `IX_385E123E` (`groupId`,`categoryId`,`threadId`,`status`), KEY `IX_ED39AC98` (`groupId`,`status`), KEY `IX_8EB8C5EC` (`groupId`,`userId`), KEY `IX_377858D2` (`groupId`,`userId`,`status`), KEY `IX_75B95071` (`threadId`), KEY `IX_9D7C3B23` (`threadId`,`answer`), KEY `IX_A7038CD7` (`threadId`,`parentMessageId`), KEY `IX_9DC8E57` (`threadId`,`status`), KEY `IX_7A040C32` (`userId`), KEY `IX_59F9CE5C` (`userId`,`classNameId`), KEY `IX_ABEB6D07` (`userId`,`classNameId`,`classPK`), KEY `IX_4A4BB4ED` (`userId`,`classNameId`,`classPK`,`status`), KEY `IX_3321F142` (`userId`,`classNameId`,`status`), KEY `IX_C57B16BC` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBMessage` -- LOCK TABLES `MBMessage` WRITE; /*!40000 ALTER TABLE `MBMessage` DISABLE KEYS */; INSERT INTO `MBMessage` VALUES ('ce90546b-2651-4a51-ac2c-67a239bcbd43',10176,10172,10154,10158,'','2016-04-28 20:39:42','2016-04-28 20:39:42',10002,10175,-1,10177,10176,0,'10175','10175','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:39:42'),('5eede937-96b0-4ba4-8f95-14b73346038c',10184,10180,10154,10158,'','2016-04-28 20:39:42','2016-04-28 20:39:42',10002,10183,-1,10185,10184,0,'10183','10183','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:39:42'),('c3db8f6c-73e1-4f3a-8ad3-12fac66ff306',10315,10311,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10002,10314,-1,10316,10315,0,'10314','10314','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:22'),('ef0d4d02-a97b-4f84-9d48-02474c490bec',10325,10321,10154,10158,'','2016-04-28 20:40:22','2016-04-28 20:40:22',10002,10324,-1,10326,10325,0,'10324','10324','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:22'),('2e31a06c-bbde-432c-adf5-b18e155e63a5',10334,10330,10154,10158,'','2016-04-28 20:40:23','2016-04-28 20:40:23',10002,10333,-1,10335,10334,0,'10333','10333','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:23'),('5f9ffec0-adbc-421f-a164-64ca5c0c353c',10348,10339,10154,10158,'','2016-04-28 20:40:23','2016-04-28 20:40:23',10002,10347,-1,10349,10348,0,'10347','10347','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:23'),('9c4c2c6a-7b7b-4739-8f5f-38c59af04ab6',10354,10339,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10002,10353,-1,10355,10354,0,'10353','10353','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:24'),('0eaf5d83-5d8e-43b3-ae22-a7f0c5c42bf5',10360,10339,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10002,10359,-1,10361,10360,0,'10359','10359','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:24'),('30a5c22e-3dca-4435-8396-e419f9f982b5',10374,10365,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10002,10373,-1,10375,10374,0,'10373','10373','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:24'),('60daae63-babf-4e8d-9fdc-15c1ac2e9151',10382,10365,10154,10158,'','2016-04-28 20:40:24','2016-04-28 20:40:24',10002,10381,-1,10383,10382,0,'10381','10381','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:24'),('b4d66c1d-f006-4a57-b38d-9b5ebf9d9b55',10388,10365,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10002,10387,-1,10389,10388,0,'10387','10387','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:25'),('f692a60f-b44d-4165-b7ae-93e957d2e0f2',10394,10365,10154,10158,'','2016-04-28 20:40:25','2016-04-28 20:40:25',10002,10393,-1,10395,10394,0,'10393','10393','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 20:40:25'),('786acad8-0d31-4d81-8c55-ce392952a733',10411,10199,10154,10196,'Test Test','2016-04-28 20:43:49','2016-04-28 20:43:49',10002,10410,-1,10412,10411,0,'10410','10410','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:43:49'),('585aed79-ba62-4d11-94ee-65bd56d7ac0e',10416,10199,10154,10196,'Test Test','2016-04-28 20:43:49','2016-04-28 20:43:49',10002,10415,-1,10417,10416,0,'10415','10415','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:43:49'),('ffc4c475-dee0-493f-8afd-665d318a0160',10423,10180,10154,10196,'Test Test','2016-04-28 20:45:01','2016-04-28 20:45:01',10002,10422,-1,10424,10423,0,'10422','10422','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:45:01'),('c7791fc0-8252-4dc5-9bd7-5d0c7fef05e7',10428,10180,10154,10196,'Test Test','2016-04-28 20:45:09','2016-04-28 20:45:09',10002,10427,-1,10429,10428,0,'10427','10427','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:45:09'),('8290a514-3fd2-4b2e-8596-80c819a3850a',10433,10180,10154,10196,'Test Test','2016-04-28 20:45:13','2016-04-28 20:45:13',10002,10432,-1,10434,10433,0,'10432','10432','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:45:13'),('2095aaaa-95e0-4ac6-9050-4cdf2acda91f',10438,10180,10154,10196,'Test Test','2016-04-28 20:45:35','2016-04-28 20:45:35',10002,10437,-1,10439,10438,0,'10437','10437','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:45:35'),('9f419229-5e3d-43a5-a736-99a02090847f',10500,10180,10154,10196,'Test Test','2016-04-28 20:58:04','2016-04-28 20:58:04',10010,10497,-1,10501,10500,0,'10497','10497','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:58:04'),('a00f050b-2250-4aa4-a2b0-d5e0768577a4',10512,10180,10154,10196,'Test Test','2016-04-28 20:58:14','2016-04-28 20:58:14',10010,10509,-1,10513,10512,0,'10509','10509','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:58:14'),('b978c968-e40a-46d1-a5cf-85a351e687d4',10524,10180,10154,10196,'Test Test','2016-04-28 20:58:25','2016-04-28 20:58:25',10010,10521,-1,10525,10524,0,'10521','10521','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:58:25'),('e062a77d-21fc-4516-9329-c1039848e327',10536,10180,10154,10196,'Test Test','2016-04-28 20:58:34','2016-04-28 20:58:34',10010,10533,-1,10537,10536,0,'10533','10533','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:58:34'),('733643ce-3d64-4087-8923-2a0031518f42',10548,10180,10154,10196,'Test Test','2016-04-28 20:58:56','2016-04-28 20:58:56',10010,10545,-1,10549,10548,0,'10545','10545','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:58:56'),('03fefe40-5b86-4b11-b36f-281552ef72e6',10560,10180,10154,10196,'Test Test','2016-04-28 20:59:08','2016-04-28 20:59:08',10010,10557,-1,10561,10560,0,'10557','10557','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:59:08'),('bcce002a-0cc9-4151-907c-4a839333424a',10572,10180,10154,10196,'Test Test','2016-04-28 20:59:19','2016-04-28 20:59:19',10010,10569,-1,10573,10572,0,'10569','10569','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:59:19'),('77faa8fd-95ce-4d17-b235-ae4c6f5b63b8',10584,10180,10154,10196,'Test Test','2016-04-28 20:59:35','2016-04-28 20:59:35',10010,10581,-1,10585,10584,0,'10581','10581','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:59:35'),('9c6cc90c-9cc4-4685-905a-06ef6961c111',10596,10180,10154,10196,'Test Test','2016-04-28 20:59:49','2016-04-28 20:59:49',10010,10593,-1,10597,10596,0,'10593','10593','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:59:49'),('c4608962-5a4a-4771-ba87-2c86976ee489',10608,10180,10154,10196,'Test Test','2016-04-28 20:59:58','2016-04-28 20:59:58',10010,10605,-1,10609,10608,0,'10605','10605','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 20:59:58'),('e09583fd-1e7c-40fe-bca0-e321b793e63d',10620,10180,10154,10196,'Test Test','2016-04-28 21:00:09','2016-04-28 21:00:09',10010,10617,-1,10621,10620,0,'10617','10617','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:00:09'),('6204e74f-8f6c-4d54-b3ea-19a9b6494dd7',10632,10180,10154,10196,'Test Test','2016-04-28 21:00:18','2016-04-28 21:00:18',10010,10629,-1,10633,10632,0,'10629','10629','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:00:18'),('db6303ec-6293-43ba-a178-678f4fadfbd0',10644,10180,10154,10196,'Test Test','2016-04-28 21:00:32','2016-04-28 21:00:32',10010,10641,-1,10645,10644,0,'10641','10641','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:00:32'),('c0240863-c238-4682-a5cf-38e0a2705ed1',10656,10180,10154,10196,'Test Test','2016-04-28 21:01:01','2016-04-28 21:01:01',10010,10653,-1,10657,10656,0,'10653','10653','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:01:01'),('8cd62b93-c65e-4ca8-b725-a216c105bc4b',10668,10180,10154,10196,'Test Test','2016-04-28 21:02:35','2016-04-28 21:02:35',10010,10665,-1,10669,10668,0,'10665','10665','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:02:35'),('d4cd5b4f-c74e-4b0a-9e33-39935c3b5031',10680,10180,10154,10196,'Test Test','2016-04-28 21:02:48','2016-04-28 21:02:48',10010,10677,-1,10681,10680,0,'10677','10677','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:02:48'),('cfe93aa2-2a6a-41b5-81c6-0b86ef8dbbe5',10692,10180,10154,10196,'Test Test','2016-04-28 21:03:00','2016-04-28 21:03:00',10010,10689,-1,10693,10692,0,'10689','10689','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:03:00'),('ba020fc5-8e89-4111-a12c-b545b62edf87',10718,10180,10154,10196,'Test Test','2016-04-28 21:05:07','2016-04-28 21:05:07',10010,10665,-1,10669,10668,10668,'Comment 1...','Comment 1','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:05:07'),('d6a1a4b9-a721-4a95-8b9c-70d2244c493e',10721,10180,10154,10196,'Test Test','2016-04-28 21:05:15','2016-04-28 21:05:15',10010,10665,-1,10669,10668,10668,'I\'m Test Test...','I\'m Test Test','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:05:15'),('ec9d3f03-9de4-496f-b0ef-139b820de10c',10729,10180,10154,10158,'','2016-04-28 21:05:35','2016-04-28 21:05:35',10013,10727,-1,10730,10729,0,'10727','10727','bbcode',0,1,0,0,0,0,10158,'','2016-04-28 21:05:35'),('8a56fd15-f1fa-4ce7-a851-b458107b7a2e',10741,10180,10154,10196,'Test Test','2016-04-28 21:06:22','2016-04-28 21:06:22',10013,10739,-1,10742,10741,0,'10739','10739','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:06:22'),('bd026edb-f223-46da-b802-4f1e9f2ba6f1',10749,10180,10154,10196,'Test Test','2016-04-28 21:06:48','2016-04-28 21:06:48',10013,10747,-1,10750,10749,0,'10747','10747','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:06:48'),('ad1dca93-760e-4c44-92fb-d8df67969d4c',10756,10180,10154,10196,'Test Test','2016-04-28 21:07:15','2016-04-28 21:07:15',10013,10754,-1,10757,10756,0,'10754','10754','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:07:15'),('294a04f9-4384-4246-8392-1aeac48fbe67',10765,10180,10154,10196,'Test Test','2016-04-28 21:07:38','2016-04-28 21:07:38',10013,10763,-1,10766,10765,0,'10763','10763','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:07:38'),('aa779589-ec27-42b9-8267-468c899a097b',10772,10180,10154,10196,'Test Test','2016-04-28 21:08:11','2016-04-28 21:08:11',10013,10770,-1,10773,10772,0,'10770','10770','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:08:11'),('f4199215-3b38-449a-ad34-f62cf10f15ec',10782,10180,10154,10196,'Test Test','2016-04-28 21:09:18','2016-04-28 21:09:18',10013,10780,-1,10783,10782,0,'10780','10780','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:09:18'),('6249dd01-6020-4dcc-9fd8-61e57f66bb52',10792,10180,10154,10196,'Test Test','2016-04-28 21:09:58','2016-04-28 21:09:58',10013,10790,-1,10793,10792,0,'10790','10790','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:09:58'),('4c36b5eb-5fcb-4407-a068-67d6621af490',10799,10180,10154,10196,'Test Test','2016-04-28 21:10:13','2016-04-28 21:10:13',10013,10797,-1,10800,10799,0,'10797','10797','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:10:13'),('2cc66063-5729-444f-a573-08185abd7a49',10807,10180,10154,10196,'Test Test','2016-04-28 21:11:23','2016-04-28 21:11:23',10013,10805,-1,10808,10807,0,'10805','10805','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:11:23'),('1f5f6370-3307-423f-8a2a-61f4fe022888',10812,10180,10154,10196,'Test Test','2016-04-28 21:11:38','2016-04-28 21:11:38',10013,10805,-1,10808,10807,10807,'Comment number 1...','Comment number 1','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:11:38'),('06ac2ad2-d627-447e-81b9-9cadd5b6d9ce',10821,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05',10013,10816,-1,10822,10821,0,'10816','10816','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:12:05'),('4ceb2668-1ee1-4771-9f16-eec0bb672360',10831,10180,10154,10196,'Test Test','2016-04-28 21:12:25','2016-04-28 21:12:25',10013,10829,-1,10832,10831,0,'10829','10829','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:12:25'),('458324f7-4a53-4019-bb1d-0dc0a3bd3e32',10841,10180,10154,10196,'Test Test','2016-04-28 21:12:46','2016-04-28 21:12:46',10013,10837,-1,10842,10841,0,'10837','10837','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:12:46'),('168b46d6-473c-477d-bb63-3689821f89e9',10849,10180,10154,10196,'Test Test','2016-04-28 21:13:12','2016-04-28 21:13:12',10013,10847,-1,10850,10849,0,'10847','10847','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:13:12'),('5c5917b5-5cec-4b44-8428-513df18122dc',10858,10180,10154,10196,'Test Test','2016-04-28 21:13:36','2016-04-28 21:13:36',10013,10856,-1,10859,10858,0,'10856','10856','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:13:36'),('68317739-ca07-4fe3-8c0a-41014a31d89f',10865,10180,10154,10196,'Test Test','2016-04-28 21:13:50','2016-04-28 21:13:50',10013,10863,-1,10866,10865,0,'10863','10863','bbcode',0,0,0,0,0,0,10196,'Test Test','2016-04-28 21:13:50'),('37f33962-ec4b-4ced-ad7f-e4eca6ee364a',10883,10875,10154,10872,'userfn userln','2016-04-28 21:15:20','2016-04-28 21:15:20',10002,10882,-1,10884,10883,0,'10882','10882','bbcode',0,0,0,0,0,0,10872,'userfn userln','2016-04-28 21:15:20'),('a7214b56-a3c8-4c1b-af7b-c9c515510761',10888,10875,10154,10872,'userfn userln','2016-04-28 21:15:20','2016-04-28 21:15:20',10002,10887,-1,10889,10888,0,'10887','10887','bbcode',0,0,0,0,0,0,10872,'userfn userln','2016-04-28 21:15:20'),('5786b06c-b5cb-4db2-a8ff-76c4617989d3',10901,10180,10154,10872,'userfn userln','2016-04-28 21:17:03','2016-04-28 21:17:03',10010,10665,-1,10669,10668,10668,'Usersn here...','Usersn here','bbcode',0,0,0,0,0,0,10872,'userfn userln','2016-04-28 21:17:03'),('3f933493-e95e-4cd5-9122-d5671ca9b477',10906,10180,10154,10872,'userfn userln','2016-04-28 21:18:09','2016-04-28 21:18:09',10013,10805,-1,10808,10807,10807,'Comment number 2...','Comment number 2','bbcode',0,0,0,0,0,0,10872,'userfn userln','2016-04-28 21:18:09'); /*!40000 ALTER TABLE `MBMessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBStatsUser` -- DROP TABLE IF EXISTS `MBStatsUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBStatsUser` ( `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_9168E2C9` (`groupId`,`userId`), KEY `IX_A00A898F` (`groupId`), KEY `IX_D33A5445` (`groupId`,`userId`,`messageCount`), KEY `IX_847F92B5` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBStatsUser` -- LOCK TABLES `MBStatsUser` WRITE; /*!40000 ALTER TABLE `MBStatsUser` DISABLE KEYS */; /*!40000 ALTER TABLE `MBStatsUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBThread` -- DROP TABLE IF EXISTS `MBThread`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBThread` ( `threadId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `rootMessageUserId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `viewCount` int(11) DEFAULT NULL, `lastPostByUserId` bigint(20) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, `priority` double DEFAULT NULL, `question` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`threadId`), KEY `IX_41F6DC8A` (`categoryId`,`priority`), KEY `IX_95C0EA45` (`groupId`), KEY `IX_9A2D11B2` (`groupId`,`categoryId`), KEY `IX_50F1904A` (`groupId`,`categoryId`,`lastPostDate`), KEY `IX_485F7E98` (`groupId`,`categoryId`,`status`), KEY `IX_E1E7142B` (`groupId`,`status`), KEY `IX_AEDD9CB5` (`lastPostDate`,`priority`), KEY `IX_CC993ECB` (`rootMessageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBThread` -- LOCK TABLES `MBThread` WRITE; /*!40000 ALTER TABLE `MBThread` DISABLE KEYS */; INSERT INTO `MBThread` VALUES (10177,10172,10154,-1,10176,10158,1,0,0,'2016-04-28 20:39:42',0,0,0,10158,'','2016-04-28 20:39:42'),(10185,10180,10154,-1,10184,10158,1,0,0,'2016-04-28 20:39:42',0,0,0,10158,'','2016-04-28 20:39:42'),(10316,10311,10154,-1,10315,10158,1,0,0,'2016-04-28 20:40:22',0,0,0,10158,'','2016-04-28 20:40:22'),(10326,10321,10154,-1,10325,10158,1,0,0,'2016-04-28 20:40:22',0,0,0,10158,'','2016-04-28 20:40:22'),(10335,10330,10154,-1,10334,10158,1,0,0,'2016-04-28 20:40:23',0,0,0,10158,'','2016-04-28 20:40:23'),(10349,10339,10154,-1,10348,10158,1,0,0,'2016-04-28 20:40:23',0,0,0,10158,'','2016-04-28 20:40:23'),(10355,10339,10154,-1,10354,10158,1,0,0,'2016-04-28 20:40:24',0,0,0,10158,'','2016-04-28 20:40:24'),(10361,10339,10154,-1,10360,10158,1,0,0,'2016-04-28 20:40:24',0,0,0,10158,'','2016-04-28 20:40:24'),(10375,10365,10154,-1,10374,10158,1,0,0,'2016-04-28 20:40:24',0,0,0,10158,'','2016-04-28 20:40:24'),(10383,10365,10154,-1,10382,10158,1,0,0,'2016-04-28 20:40:24',0,0,0,10158,'','2016-04-28 20:40:24'),(10389,10365,10154,-1,10388,10158,1,0,0,'2016-04-28 20:40:25',0,0,0,10158,'','2016-04-28 20:40:25'),(10395,10365,10154,-1,10394,10158,1,0,0,'2016-04-28 20:40:25',0,0,0,10158,'','2016-04-28 20:40:25'),(10412,10199,10154,-1,10411,10196,1,0,10196,'2016-04-28 20:43:49',0,0,0,10196,'Test Test','2016-04-28 20:43:49'),(10417,10199,10154,-1,10416,10196,1,0,10196,'2016-04-28 20:43:49',0,0,0,10196,'Test Test','2016-04-28 20:43:49'),(10424,10180,10154,-1,10423,10196,1,0,10196,'2016-04-28 20:45:01',0,0,0,10196,'Test Test','2016-04-28 20:45:01'),(10429,10180,10154,-1,10428,10196,1,0,10196,'2016-04-28 20:45:09',0,0,0,10196,'Test Test','2016-04-28 20:45:09'),(10434,10180,10154,-1,10433,10196,1,0,10196,'2016-04-28 20:45:13',0,0,0,10196,'Test Test','2016-04-28 20:45:13'),(10439,10180,10154,-1,10438,10196,1,0,10196,'2016-04-28 20:45:35',0,0,0,10196,'Test Test','2016-04-28 20:45:35'),(10501,10180,10154,-1,10500,10196,1,0,10196,'2016-04-28 20:58:04',0,0,0,10196,'Test Test','2016-04-28 20:58:04'),(10513,10180,10154,-1,10512,10196,1,0,10196,'2016-04-28 20:58:14',0,0,0,10196,'Test Test','2016-04-28 20:58:14'),(10525,10180,10154,-1,10524,10196,1,0,10196,'2016-04-28 20:58:25',0,0,0,10196,'Test Test','2016-04-28 20:58:25'),(10537,10180,10154,-1,10536,10196,1,0,10196,'2016-04-28 20:58:34',0,0,0,10196,'Test Test','2016-04-28 20:58:34'),(10549,10180,10154,-1,10548,10196,1,0,10196,'2016-04-28 20:58:56',0,0,0,10196,'Test Test','2016-04-28 20:58:56'),(10561,10180,10154,-1,10560,10196,1,0,10196,'2016-04-28 20:59:08',0,0,0,10196,'Test Test','2016-04-28 20:59:08'),(10573,10180,10154,-1,10572,10196,1,0,10196,'2016-04-28 20:59:19',0,0,0,10196,'Test Test','2016-04-28 20:59:19'),(10585,10180,10154,-1,10584,10196,1,0,10196,'2016-04-28 20:59:35',0,0,0,10196,'Test Test','2016-04-28 20:59:35'),(10597,10180,10154,-1,10596,10196,1,0,10196,'2016-04-28 20:59:49',0,0,0,10196,'Test Test','2016-04-28 20:59:49'),(10609,10180,10154,-1,10608,10196,1,0,10196,'2016-04-28 20:59:58',0,0,0,10196,'Test Test','2016-04-28 20:59:58'),(10621,10180,10154,-1,10620,10196,1,0,10196,'2016-04-28 21:00:09',0,0,0,10196,'Test Test','2016-04-28 21:00:09'),(10633,10180,10154,-1,10632,10196,1,0,10196,'2016-04-28 21:00:18',0,0,0,10196,'Test Test','2016-04-28 21:00:18'),(10645,10180,10154,-1,10644,10196,1,0,10196,'2016-04-28 21:00:32',0,0,0,10196,'Test Test','2016-04-28 21:00:32'),(10657,10180,10154,-1,10656,10196,1,0,10196,'2016-04-28 21:01:01',0,0,0,10196,'Test Test','2016-04-28 21:01:01'),(10669,10180,10154,-1,10668,10196,4,0,10872,'2016-04-28 21:17:03',0,0,0,10196,'Test Test','2016-04-28 21:02:35'),(10681,10180,10154,-1,10680,10196,1,0,10196,'2016-04-28 21:02:48',0,0,0,10196,'Test Test','2016-04-28 21:02:48'),(10693,10180,10154,-1,10692,10196,1,0,10196,'2016-04-28 21:03:00',0,0,0,10196,'Test Test','2016-04-28 21:03:00'),(10730,10180,10154,-1,10729,10158,1,0,0,'2016-04-28 21:05:35',0,0,0,10158,'','2016-04-28 21:05:35'),(10742,10180,10154,-1,10741,10196,1,0,10196,'2016-04-28 21:06:22',0,0,0,10196,'Test Test','2016-04-28 21:06:22'),(10750,10180,10154,-1,10749,10196,1,0,10196,'2016-04-28 21:06:48',0,0,0,10196,'Test Test','2016-04-28 21:06:48'),(10757,10180,10154,-1,10756,10196,1,0,10196,'2016-04-28 21:07:15',0,0,0,10196,'Test Test','2016-04-28 21:07:15'),(10766,10180,10154,-1,10765,10196,1,0,10196,'2016-04-28 21:07:38',0,0,0,10196,'Test Test','2016-04-28 21:07:38'),(10773,10180,10154,-1,10772,10196,1,0,10196,'2016-04-28 21:08:11',0,0,0,10196,'Test Test','2016-04-28 21:08:11'),(10783,10180,10154,-1,10782,10196,1,0,10196,'2016-04-28 21:09:18',0,0,0,10196,'Test Test','2016-04-28 21:09:18'),(10793,10180,10154,-1,10792,10196,1,0,10196,'2016-04-28 21:09:58',0,0,0,10196,'Test Test','2016-04-28 21:09:58'),(10800,10180,10154,-1,10799,10196,1,0,10196,'2016-04-28 21:10:13',0,0,0,10196,'Test Test','2016-04-28 21:10:13'),(10808,10180,10154,-1,10807,10196,3,0,10872,'2016-04-28 21:18:09',0,0,0,10196,'Test Test','2016-04-28 21:11:23'),(10822,10180,10154,-1,10821,10196,1,0,10196,'2016-04-28 21:12:05',0,0,0,10196,'Test Test','2016-04-28 21:12:05'),(10832,10180,10154,-1,10831,10196,1,0,10196,'2016-04-28 21:12:25',0,0,0,10196,'Test Test','2016-04-28 21:12:25'),(10842,10180,10154,-1,10841,10196,1,0,10196,'2016-04-28 21:12:46',0,0,0,10196,'Test Test','2016-04-28 21:12:46'),(10850,10180,10154,-1,10849,10196,1,0,10196,'2016-04-28 21:13:12',0,0,0,10196,'Test Test','2016-04-28 21:13:12'),(10859,10180,10154,-1,10858,10196,1,0,10196,'2016-04-28 21:13:36',0,0,0,10196,'Test Test','2016-04-28 21:13:36'),(10866,10180,10154,-1,10865,10196,1,0,10196,'2016-04-28 21:13:50',0,0,0,10196,'Test Test','2016-04-28 21:13:50'),(10884,10875,10154,-1,10883,10872,1,0,10872,'2016-04-28 21:15:20',0,0,0,10872,'userfn userln','2016-04-28 21:15:20'),(10889,10875,10154,-1,10888,10872,1,0,10872,'2016-04-28 21:15:20',0,0,0,10872,'userfn userln','2016-04-28 21:15:20'); /*!40000 ALTER TABLE `MBThread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBThreadFlag` -- DROP TABLE IF EXISTS `MBThreadFlag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MBThreadFlag` ( `threadFlagId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, PRIMARY KEY (`threadFlagId`), UNIQUE KEY `IX_33781904` (`userId`,`threadId`), KEY `IX_8CB0A24A` (`threadId`), KEY `IX_A28004B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBThreadFlag` -- LOCK TABLES `MBThreadFlag` WRITE; /*!40000 ALTER TABLE `MBThreadFlag` DISABLE KEYS */; /*!40000 ALTER TABLE `MBThreadFlag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRAction` -- DROP TABLE IF EXISTS `MDRAction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRAction` ( `uuid_` varchar(75) DEFAULT NULL, `actionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ruleGroupInstanceId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(255) DEFAULT NULL, `typeSettings` longtext, PRIMARY KEY (`actionId`), UNIQUE KEY `IX_75BE36AD` (`uuid_`,`groupId`), KEY `IX_FD90786C` (`ruleGroupInstanceId`), KEY `IX_77BB5E9D` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRAction` -- LOCK TABLES `MDRAction` WRITE; /*!40000 ALTER TABLE `MDRAction` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRAction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRule` -- DROP TABLE IF EXISTS `MDRRule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRule` ( `uuid_` varchar(75) DEFAULT NULL, `ruleId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `ruleGroupId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(255) DEFAULT NULL, `typeSettings` longtext, PRIMARY KEY (`ruleId`), UNIQUE KEY `IX_F3EFDCB3` (`uuid_`,`groupId`), KEY `IX_4F4293F1` (`ruleGroupId`), KEY `IX_EA63B9D7` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRule` -- LOCK TABLES `MDRRule` WRITE; /*!40000 ALTER TABLE `MDRRule` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRuleGroup` -- DROP TABLE IF EXISTS `MDRRuleGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRuleGroup` ( `uuid_` varchar(75) DEFAULT NULL, `ruleGroupId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` longtext, `description` longtext, PRIMARY KEY (`ruleGroupId`), UNIQUE KEY `IX_46665CC4` (`uuid_`,`groupId`), KEY `IX_5849891C` (`groupId`), KEY `IX_7F26B2A6` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRuleGroup` -- LOCK TABLES `MDRRuleGroup` WRITE; /*!40000 ALTER TABLE `MDRRuleGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRuleGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRuleGroupInstance` -- DROP TABLE IF EXISTS `MDRRuleGroupInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRuleGroupInstance` ( `uuid_` varchar(75) DEFAULT NULL, `ruleGroupInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ruleGroupId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`ruleGroupInstanceId`), UNIQUE KEY `IX_808A0036` (`classNameId`,`classPK`,`ruleGroupId`), UNIQUE KEY `IX_9CBC6A39` (`uuid_`,`groupId`), KEY `IX_C95A08D8` (`classNameId`,`classPK`), KEY `IX_AFF28547` (`groupId`), KEY `IX_22DAB85C` (`groupId`,`classNameId`,`classPK`), KEY `IX_BF3E642B` (`ruleGroupId`), KEY `IX_B6A6BD91` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRuleGroupInstance` -- LOCK TABLES `MDRRuleGroupInstance` WRITE; /*!40000 ALTER TABLE `MDRRuleGroupInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRuleGroupInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MembershipRequest` -- DROP TABLE IF EXISTS `MembershipRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MembershipRequest` ( `membershipRequestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `comments` longtext, `replyComments` longtext, `replyDate` datetime DEFAULT NULL, `replierUserId` bigint(20) DEFAULT NULL, `statusId` int(11) DEFAULT NULL, PRIMARY KEY (`membershipRequestId`), KEY `IX_8A1CC4B` (`groupId`), KEY `IX_C28C72EC` (`groupId`,`statusId`), KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`), KEY `IX_66D70879` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MembershipRequest` -- LOCK TABLES `MembershipRequest` WRITE; /*!40000 ALTER TABLE `MembershipRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `MembershipRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgGroupPermission` -- DROP TABLE IF EXISTS `OrgGroupPermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `OrgGroupPermission` ( `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`groupId`,`permissionId`), KEY `IX_A425F71A` (`groupId`), KEY `IX_6C53DA4E` (`permissionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OrgGroupPermission` -- LOCK TABLES `OrgGroupPermission` WRITE; /*!40000 ALTER TABLE `OrgGroupPermission` DISABLE KEYS */; /*!40000 ALTER TABLE `OrgGroupPermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgGroupRole` -- DROP TABLE IF EXISTS `OrgGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `OrgGroupRole` ( `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`groupId`,`roleId`), KEY `IX_4A527DD3` (`groupId`), KEY `IX_AB044D1C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OrgGroupRole` -- LOCK TABLES `OrgGroupRole` WRITE; /*!40000 ALTER TABLE `OrgGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `OrgGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgLabor` -- DROP TABLE IF EXISTS `OrgLabor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `OrgLabor` ( `orgLaborId` bigint(20) NOT NULL, `organizationId` bigint(20) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `sunOpen` int(11) DEFAULT NULL, `sunClose` int(11) DEFAULT NULL, `monOpen` int(11) DEFAULT NULL, `monClose` int(11) DEFAULT NULL, `tueOpen` int(11) DEFAULT NULL, `tueClose` int(11) DEFAULT NULL, `wedOpen` int(11) DEFAULT NULL, `wedClose` int(11) DEFAULT NULL, `thuOpen` int(11) DEFAULT NULL, `thuClose` int(11) DEFAULT NULL, `friOpen` int(11) DEFAULT NULL, `friClose` int(11) DEFAULT NULL, `satOpen` int(11) DEFAULT NULL, `satClose` int(11) DEFAULT NULL, PRIMARY KEY (`orgLaborId`), KEY `IX_6AF0D434` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OrgLabor` -- LOCK TABLES `OrgLabor` WRITE; /*!40000 ALTER TABLE `OrgLabor` DISABLE KEYS */; /*!40000 ALTER TABLE `OrgLabor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Organization_` -- DROP TABLE IF EXISTS `Organization_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Organization_` ( `organizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `parentOrganizationId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `recursable` tinyint(4) DEFAULT NULL, `regionId` bigint(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `statusId` int(11) DEFAULT NULL, `comments` longtext, PRIMARY KEY (`organizationId`), UNIQUE KEY `IX_E301BDF5` (`companyId`,`name`), KEY `IX_834BCEB6` (`companyId`), KEY `IX_418E4522` (`companyId`,`parentOrganizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Organization_` -- LOCK TABLES `Organization_` WRITE; /*!40000 ALTER TABLE `Organization_` DISABLE KEYS */; /*!40000 ALTER TABLE `Organization_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordPolicy` -- DROP TABLE IF EXISTS `PasswordPolicy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PasswordPolicy` ( `passwordPolicyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `defaultPolicy` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `changeable` tinyint(4) DEFAULT NULL, `changeRequired` tinyint(4) DEFAULT NULL, `minAge` bigint(20) DEFAULT NULL, `checkSyntax` tinyint(4) DEFAULT NULL, `allowDictionaryWords` tinyint(4) DEFAULT NULL, `minAlphanumeric` int(11) DEFAULT NULL, `minLength` int(11) DEFAULT NULL, `minLowerCase` int(11) DEFAULT NULL, `minNumbers` int(11) DEFAULT NULL, `minSymbols` int(11) DEFAULT NULL, `minUpperCase` int(11) DEFAULT NULL, `history` tinyint(4) DEFAULT NULL, `historyCount` int(11) DEFAULT NULL, `expireable` tinyint(4) DEFAULT NULL, `maxAge` bigint(20) DEFAULT NULL, `warningTime` bigint(20) DEFAULT NULL, `graceLimit` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `maxFailure` int(11) DEFAULT NULL, `lockoutDuration` bigint(20) DEFAULT NULL, `requireUnlock` tinyint(4) DEFAULT NULL, `resetFailureCount` bigint(20) DEFAULT NULL, `resetTicketMaxAge` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyId`), UNIQUE KEY `IX_3FBFA9F4` (`companyId`,`name`), KEY `IX_2C1142E` (`companyId`,`defaultPolicy`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordPolicy` -- LOCK TABLES `PasswordPolicy` WRITE; /*!40000 ALTER TABLE `PasswordPolicy` DISABLE KEYS */; INSERT INTO `PasswordPolicy` VALUES (10195,10154,10158,'','2016-04-28 20:39:42','2016-04-28 20:39:42',1,'Default Password Policy','Default Password Policy',1,1,0,0,1,0,6,0,1,0,1,0,6,0,8640000,86400,0,0,3,0,1,600,86400); /*!40000 ALTER TABLE `PasswordPolicy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordPolicyRel` -- DROP TABLE IF EXISTS `PasswordPolicyRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PasswordPolicyRel` ( `passwordPolicyRelId` bigint(20) NOT NULL, `passwordPolicyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyRelId`), KEY `IX_C3A17327` (`classNameId`,`classPK`), KEY `IX_CD25266E` (`passwordPolicyId`), KEY `IX_ED7CF243` (`passwordPolicyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordPolicyRel` -- LOCK TABLES `PasswordPolicyRel` WRITE; /*!40000 ALTER TABLE `PasswordPolicyRel` DISABLE KEYS */; INSERT INTO `PasswordPolicyRel` VALUES (10198,10195,10005,10196),(10874,10195,10005,10872); /*!40000 ALTER TABLE `PasswordPolicyRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordTracker` -- DROP TABLE IF EXISTS `PasswordTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PasswordTracker` ( `passwordTrackerId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, PRIMARY KEY (`passwordTrackerId`), KEY `IX_326F75BD` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordTracker` -- LOCK TABLES `PasswordTracker` WRITE; /*!40000 ALTER TABLE `PasswordTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `PasswordTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Permission_` -- DROP TABLE IF EXISTS `Permission_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Permission_` ( `permissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `resourceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`permissionId`), UNIQUE KEY `IX_4D19C2B8` (`actionId`,`resourceId`), KEY `IX_F090C113` (`resourceId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Permission_` -- LOCK TABLES `Permission_` WRITE; /*!40000 ALTER TABLE `Permission_` DISABLE KEYS */; /*!40000 ALTER TABLE `Permission_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Phone` -- DROP TABLE IF EXISTS `Phone`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Phone` ( `phoneId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`phoneId`), KEY `IX_9F704A14` (`companyId`), KEY `IX_A2E4AFBA` (`companyId`,`classNameId`), KEY `IX_9A53569` (`companyId`,`classNameId`,`classPK`), KEY `IX_812CE07A` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F202B9CE` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Phone` -- LOCK TABLES `Phone` WRITE; /*!40000 ALTER TABLE `Phone` DISABLE KEYS */; /*!40000 ALTER TABLE `Phone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PluginSetting` -- DROP TABLE IF EXISTS `PluginSetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PluginSetting` ( `pluginSettingId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `pluginId` varchar(75) DEFAULT NULL, `pluginType` varchar(75) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`pluginSettingId`), UNIQUE KEY `IX_7171B2E8` (`companyId`,`pluginId`,`pluginType`), KEY `IX_B9746445` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PluginSetting` -- LOCK TABLES `PluginSetting` WRITE; /*!40000 ALTER TABLE `PluginSetting` DISABLE KEYS */; /*!40000 ALTER TABLE `PluginSetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsChoice` -- DROP TABLE IF EXISTS `PollsChoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsChoice` ( `uuid_` varchar(75) DEFAULT NULL, `choiceId` bigint(20) NOT NULL, `questionId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`choiceId`), UNIQUE KEY `IX_D76DD2CF` (`questionId`,`name`), KEY `IX_EC370F10` (`questionId`), KEY `IX_6660B399` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsChoice` -- LOCK TABLES `PollsChoice` WRITE; /*!40000 ALTER TABLE `PollsChoice` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsChoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsQuestion` -- DROP TABLE IF EXISTS `PollsQuestion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsQuestion` ( `uuid_` varchar(75) DEFAULT NULL, `questionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` longtext, `description` longtext, `expirationDate` datetime DEFAULT NULL, `lastVoteDate` datetime DEFAULT NULL, PRIMARY KEY (`questionId`), UNIQUE KEY `IX_F3C9F36` (`uuid_`,`groupId`), KEY `IX_9FF342EA` (`groupId`), KEY `IX_51F087F4` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsQuestion` -- LOCK TABLES `PollsQuestion` WRITE; /*!40000 ALTER TABLE `PollsQuestion` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsQuestion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsVote` -- DROP TABLE IF EXISTS `PollsVote`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsVote` ( `voteId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `questionId` bigint(20) DEFAULT NULL, `choiceId` bigint(20) DEFAULT NULL, `voteDate` datetime DEFAULT NULL, PRIMARY KEY (`voteId`), UNIQUE KEY `IX_1BBFD4D3` (`questionId`,`userId`), KEY `IX_D5DF7B54` (`choiceId`), KEY `IX_12112599` (`questionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsVote` -- LOCK TABLES `PollsVote` WRITE; /*!40000 ALTER TABLE `PollsVote` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsVote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortalPreferences` -- DROP TABLE IF EXISTS `PortalPreferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PortalPreferences` ( `portalPreferencesId` bigint(20) NOT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portalPreferencesId`), KEY `IX_D1F795F1` (`ownerId`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortalPreferences` -- LOCK TABLES `PortalPreferences` WRITE; /*!40000 ALTER TABLE `PortalPreferences` DISABLE KEYS */; INSERT INTO `PortalPreferences` VALUES (10153,0,1,''),(10160,10154,1,''),(10406,10158,4,''),(10420,10196,4,'com.liferay.portal.util.SessionClicks#bookmarksEntryAssetLinksPanelopencom.liferay.portal.util.SessionClicks#bookmarksEntryCategorizationPanelopencom.liferay.portal.util.SessionClicks#wikiPageAssetLinksPanelopencom.liferay.portal.util.SessionClicks#wikiPageCategorizationPanelopencom.liferay.portal.util.SessionClicks#p_authNikaNz4H'),(10892,10872,4,''); /*!40000 ALTER TABLE `PortalPreferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Portlet` -- DROP TABLE IF EXISTS `Portlet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Portlet` ( `id_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_12B5E51D` (`companyId`,`portletId`), KEY `IX_80CC9508` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Portlet` -- LOCK TABLES `Portlet` WRITE; /*!40000 ALTER TABLE `Portlet` DISABLE KEYS */; INSERT INTO `Portlet` VALUES (10203,10154,'110','',1),(10204,10154,'111','',1),(10205,10154,'114','',1),(10206,10154,'115','',1),(10207,10154,'116','',1),(10208,10154,'118','',1),(10209,10154,'97','',1),(10210,10154,'98','',1),(10211,10154,'99','',1),(10212,10154,'11','',1),(10213,10154,'15','',1),(10214,10154,'16','',1),(10215,10154,'19','',1),(10216,10154,'121','',1),(10217,10154,'122','',1),(10218,10154,'3','',1),(10219,10154,'125','',1),(10220,10154,'127','',1),(10221,10154,'128','',1),(10222,10154,'8','',1),(10223,10154,'129','',1),(10224,10154,'9','',1),(10225,10154,'20','',1),(10226,10154,'23','',1),(10227,10154,'25','',1),(10228,10154,'26','',1),(10229,10154,'27','',1),(10230,10154,'28','',1),(10231,10154,'29','',1),(10232,10154,'130','',1),(10233,10154,'131','',1),(10234,10154,'132','',1),(10235,10154,'134','',1),(10236,10154,'135','',1),(10237,10154,'136','',1),(10238,10154,'137','',1),(10239,10154,'30','',1),(10240,10154,'31','',1),(10241,10154,'33','',1),(10242,10154,'34','',1),(10243,10154,'36','',1),(10244,10154,'39','',1),(10245,10154,'141','',1),(10246,10154,'143','',1),(10247,10154,'146','',1),(10248,10154,'147','',1),(10249,10154,'148','',1),(10250,10154,'149','',1),(10251,10154,'47','',1),(10252,10154,'48','',1),(10253,10154,'150','',1),(10254,10154,'151','',1),(10255,10154,'152','',1),(10256,10154,'153','',1),(10257,10154,'154','',1),(10258,10154,'157','',1),(10259,10154,'158','',1),(10260,10154,'50','',1),(10261,10154,'54','',1),(10262,10154,'56','',1),(10263,10154,'58','',1),(10264,10154,'59','',1),(10265,10154,'161','',1),(10266,10154,'162','',1),(10267,10154,'164','',1),(10268,10154,'166','',1),(10269,10154,'167','',1),(10270,10154,'169','',1),(10271,10154,'61','',1),(10272,10154,'62','',1),(10273,10154,'64','',1),(10274,10154,'66','',1),(10275,10154,'67','',1),(10276,10154,'173','',1),(10277,10154,'175','',1),(10278,10154,'176','',1),(10279,10154,'177','',1),(10280,10154,'178','',1),(10281,10154,'179','',1),(10282,10154,'70','',1),(10283,10154,'71','',1),(10284,10154,'73','',1),(10285,10154,'77','',1),(10286,10154,'180','',1),(10287,10154,'181','',1),(10288,10154,'100','',1),(10289,10154,'101','',1),(10290,10154,'102','',1),(10291,10154,'104','',1),(10292,10154,'107','',1),(10293,10154,'108','',1),(10294,10154,'82','',1),(10295,10154,'83','',1),(10296,10154,'84','',1),(10297,10154,'85','',1); /*!40000 ALTER TABLE `Portlet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortletItem` -- DROP TABLE IF EXISTS `PortletItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PortletItem` ( `portletItemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `portletId` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, PRIMARY KEY (`portletItemId`), KEY `IX_96BDD537` (`groupId`,`classNameId`), KEY `IX_D699243F` (`groupId`,`name`,`portletId`,`classNameId`), KEY `IX_2C61314E` (`groupId`,`portletId`), KEY `IX_E922D6C0` (`groupId`,`portletId`,`classNameId`), KEY `IX_8E71167F` (`groupId`,`portletId`,`classNameId`,`name`), KEY `IX_33B8CE8D` (`groupId`,`portletId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortletItem` -- LOCK TABLES `PortletItem` WRITE; /*!40000 ALTER TABLE `PortletItem` DISABLE KEYS */; /*!40000 ALTER TABLE `PortletItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortletPreferences` -- DROP TABLE IF EXISTS `PortletPreferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PortletPreferences` ( `portletPreferencesId` bigint(20) NOT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portletPreferencesId`), UNIQUE KEY `IX_C7057FF7` (`ownerId`,`ownerType`,`plid`,`portletId`), KEY `IX_E4F13E6E` (`ownerId`,`ownerType`,`plid`), KEY `IX_D5EDA3A1` (`ownerType`,`plid`,`portletId`), KEY `IX_F15C1C4F` (`plid`), KEY `IX_D340DB76` (`plid`,`portletId`), KEY `IX_8E6DA3A1` (`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortletPreferences` -- LOCK TABLES `PortletPreferences` WRITE; /*!40000 ALTER TABLE `PortletPreferences` DISABLE KEYS */; INSERT INTO `PortletPreferences` VALUES (10352,0,3,10347,'3','portletSetupShowBordersfalse'),(10358,0,3,10353,'101_INSTANCE_976YGgyKFpKj','portletSetupUseCustomTitletrueportletSetupTitle_en_USUpcoming EventsclassNameIds10009anyAssetTypefalse'),(10378,0,3,10373,'3','portletSetupShowBordersfalse'),(10379,0,3,10373,'82','displayStyle3'),(10380,0,3,10373,'101_INSTANCE_DVO8ySJ76ERG','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'),(10386,0,3,10381,'20','portletSetupShowBordersfalse'),(10392,0,3,10387,'101_INSTANCE_3jiGYZnYox3r','portletSetupUseCustomTitletrueportletSetupTitle_en_USUpcoming EventsclassNameIds10009anyAssetTypefalse'),(10398,0,3,10393,'39_INSTANCE_2Qkgt5RezYPM','portletSetupUseCustomTitletrueurlshttp://partners.userland.com/nytRss/technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3items-per-channel2'),(10399,0,3,10393,'39_INSTANCE_zC90A7ydHFzW','portletSetupUseCustomTitletrueurlshttp://www.liferay.com/en/about-us/news/-/blogs/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releasesitems-per-channel2'),(10407,0,3,10183,'103',''),(10408,0,3,10183,'47',''),(10409,0,3,10183,'58',''),(10421,0,3,10183,'145',''),(10442,0,3,10422,'103',''),(10443,0,3,10422,'145',''),(10444,0,3,10422,'87',''),(10445,0,3,10422,'83','\n \n portletSetupShowBorders\n false\n \n '),(10458,0,3,10427,'103',''),(10459,0,3,10427,'145',''),(10460,0,3,10427,'87',''),(10461,0,3,10427,'28',''),(10486,0,3,10432,'103',''),(10487,0,3,10432,'145',''),(10488,0,3,10437,'103',''),(10489,0,3,10437,'145',''),(10490,0,3,10437,'87',''),(10491,0,3,10437,'20',''),(10492,0,3,10437,'110_INSTANCE_G3Ca7A841U8s','\n \n fileEntryColumns\n name,size\n \n \n folderColumns\n name,num-of-folders,num-of-documents\n \n \n showFoldersSearch\n false\n \n \n showSubfolders\n true\n \n '),(10494,0,3,10437,'31',''),(10723,0,3,10432,'87',''),(10724,0,3,10432,'36',''),(10733,0,3,10432,'54_INSTANCE_F3B5ArlmMKYl','titleFrontPagenodeId10725'),(10734,0,3,10432,'86',''),(10835,0,3,10175,'172',''),(10869,0,3,10175,'160',''),(10870,0,3,10175,'145',''),(10871,0,3,10175,'125',''); /*!40000 ALTER TABLE `PortletPreferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_BLOB_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_BLOB_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_BLOB_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `BLOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_BLOB_TRIGGERS` -- LOCK TABLES `QUARTZ_BLOB_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_BLOB_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_BLOB_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_CALENDARS` -- DROP TABLE IF EXISTS `QUARTZ_CALENDARS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_CALENDARS` ( `SCHED_NAME` varchar(120) NOT NULL, `CALENDAR_NAME` varchar(200) NOT NULL, `CALENDAR` longblob NOT NULL, PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_CALENDARS` -- LOCK TABLES `QUARTZ_CALENDARS` WRITE; /*!40000 ALTER TABLE `QUARTZ_CALENDARS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_CALENDARS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_CRON_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_CRON_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_CRON_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `CRON_EXPRESSION` varchar(200) NOT NULL, `TIME_ZONE_ID` varchar(80) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_CRON_TRIGGERS` -- LOCK TABLES `QUARTZ_CRON_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_CRON_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_CRON_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_FIRED_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_FIRED_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_FIRED_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `ENTRY_ID` varchar(95) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `FIRED_TIME` bigint(20) NOT NULL, `PRIORITY` int(11) NOT NULL, `STATE` varchar(16) NOT NULL, `JOB_NAME` varchar(200) DEFAULT NULL, `JOB_GROUP` varchar(200) DEFAULT NULL, `IS_NONCONCURRENT` tinyint(4) DEFAULT NULL, `REQUESTS_RECOVERY` tinyint(4) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`), KEY `IX_BE3835E5` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`), KEY `IX_4BD722BM` (`SCHED_NAME`,`TRIGGER_GROUP`), KEY `IX_204D31E8` (`SCHED_NAME`,`INSTANCE_NAME`), KEY `IX_339E078M` (`SCHED_NAME`,`INSTANCE_NAME`,`REQUESTS_RECOVERY`), KEY `IX_5005E3AF` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_BC2F03B0` (`SCHED_NAME`,`JOB_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_FIRED_TRIGGERS` -- LOCK TABLES `QUARTZ_FIRED_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_FIRED_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_FIRED_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_JOB_DETAILS` -- DROP TABLE IF EXISTS `QUARTZ_JOB_DETAILS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_JOB_DETAILS` ( `SCHED_NAME` varchar(120) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `JOB_CLASS_NAME` varchar(250) NOT NULL, `IS_DURABLE` tinyint(4) NOT NULL, `IS_NONCONCURRENT` tinyint(4) NOT NULL, `IS_UPDATE_DATA` tinyint(4) NOT NULL, `REQUESTS_RECOVERY` tinyint(4) NOT NULL, `JOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_88328984` (`SCHED_NAME`,`JOB_GROUP`), KEY `IX_779BCA37` (`SCHED_NAME`,`REQUESTS_RECOVERY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_JOB_DETAILS` -- LOCK TABLES `QUARTZ_JOB_DETAILS` WRITE; /*!40000 ALTER TABLE `QUARTZ_JOB_DETAILS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_JOB_DETAILS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_LOCKS` -- DROP TABLE IF EXISTS `QUARTZ_LOCKS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_LOCKS` ( `SCHED_NAME` varchar(120) NOT NULL, `LOCK_NAME` varchar(40) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_LOCKS` -- LOCK TABLES `QUARTZ_LOCKS` WRITE; /*!40000 ALTER TABLE `QUARTZ_LOCKS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_LOCKS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_PAUSED_TRIGGER_GRPS` -- DROP TABLE IF EXISTS `QUARTZ_PAUSED_TRIGGER_GRPS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_PAUSED_TRIGGER_GRPS` -- LOCK TABLES `QUARTZ_PAUSED_TRIGGER_GRPS` WRITE; /*!40000 ALTER TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SCHEDULER_STATE` -- DROP TABLE IF EXISTS `QUARTZ_SCHEDULER_STATE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_SCHEDULER_STATE` ( `SCHED_NAME` varchar(120) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `LAST_CHECKIN_TIME` bigint(20) NOT NULL, `CHECKIN_INTERVAL` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SCHEDULER_STATE` -- LOCK TABLES `QUARTZ_SCHEDULER_STATE` WRITE; /*!40000 ALTER TABLE `QUARTZ_SCHEDULER_STATE` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SCHEDULER_STATE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SIMPLE_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_SIMPLE_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_SIMPLE_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `REPEAT_COUNT` bigint(20) NOT NULL, `REPEAT_INTERVAL` bigint(20) NOT NULL, `TIMES_TRIGGERED` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SIMPLE_TRIGGERS` -- LOCK TABLES `QUARTZ_SIMPLE_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_SIMPLE_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SIMPLE_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SIMPROP_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_SIMPROP_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_SIMPROP_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `STR_PROP_1` varchar(512) DEFAULT NULL, `STR_PROP_2` varchar(512) DEFAULT NULL, `STR_PROP_3` varchar(512) DEFAULT NULL, `INT_PROP_1` int(11) DEFAULT NULL, `INT_PROP_2` int(11) DEFAULT NULL, `LONG_PROP_1` bigint(20) DEFAULT NULL, `LONG_PROP_2` bigint(20) DEFAULT NULL, `DEC_PROP_1` decimal(13,4) DEFAULT NULL, `DEC_PROP_2` decimal(13,4) DEFAULT NULL, `BOOL_PROP_1` tinyint(4) DEFAULT NULL, `BOOL_PROP_2` tinyint(4) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SIMPROP_TRIGGERS` -- LOCK TABLES `QUARTZ_SIMPROP_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_SIMPROP_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SIMPROP_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `QUARTZ_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `NEXT_FIRE_TIME` bigint(20) DEFAULT NULL, `PREV_FIRE_TIME` bigint(20) DEFAULT NULL, `PRIORITY` int(11) DEFAULT NULL, `TRIGGER_STATE` varchar(16) NOT NULL, `TRIGGER_TYPE` varchar(8) NOT NULL, `START_TIME` bigint(20) NOT NULL, `END_TIME` bigint(20) DEFAULT NULL, `CALENDAR_NAME` varchar(200) DEFAULT NULL, `MISFIRE_INSTR` int(11) DEFAULT NULL, `JOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`), KEY `IX_186442A4` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`), KEY `IX_1BA1F9DC` (`SCHED_NAME`,`TRIGGER_GROUP`), KEY `IX_91CA7CCE` (`SCHED_NAME`,`TRIGGER_GROUP`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`), KEY `IX_D219AFDE` (`SCHED_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`), KEY `IX_A85822A0` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_8AA50BE1` (`SCHED_NAME`,`JOB_GROUP`), KEY `IX_EEFE382A` (`SCHED_NAME`,`NEXT_FIRE_TIME`), KEY `IX_F026CF4C` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`), KEY `IX_F2DD7C7E` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`), KEY `IX_1F92813C` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`MISFIRE_INSTR`), KEY `IX_99108B6E` (`SCHED_NAME`,`TRIGGER_STATE`), KEY `IX_CD7132D0` (`SCHED_NAME`,`CALENDAR_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_TRIGGERS` -- LOCK TABLES `QUARTZ_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RatingsEntry` -- DROP TABLE IF EXISTS `RatingsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `RatingsEntry` ( `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `score` double DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_B47E3C11` (`userId`,`classNameId`,`classPK`), KEY `IX_16184D57` (`classNameId`,`classPK`), KEY `IX_A1A8CB8B` (`classNameId`,`classPK`,`score`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RatingsEntry` -- LOCK TABLES `RatingsEntry` WRITE; /*!40000 ALTER TABLE `RatingsEntry` DISABLE KEYS */; INSERT INTO `RatingsEntry` VALUES (10899,10154,10872,'userfn userln','2016-04-28 21:15:54','2016-04-28 21:15:54',10008,10462,5); /*!40000 ALTER TABLE `RatingsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RatingsStats` -- DROP TABLE IF EXISTS `RatingsStats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `RatingsStats` ( `statsId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `totalEntries` int(11) DEFAULT NULL, `totalScore` double DEFAULT NULL, `averageScore` double DEFAULT NULL, PRIMARY KEY (`statsId`), UNIQUE KEY `IX_A6E99284` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RatingsStats` -- LOCK TABLES `RatingsStats` WRITE; /*!40000 ALTER TABLE `RatingsStats` DISABLE KEYS */; INSERT INTO `RatingsStats` VALUES (10661,10010,10497,0,0,0),(10663,10010,10521,0,0,0),(10664,10010,10533,0,0,0),(10717,10010,10665,0,0,0),(10737,10013,10727,0,0,0),(10745,10013,10739,0,0,0),(10760,10013,10747,0,0,0),(10761,10013,10754,0,0,0),(10778,10013,10770,0,0,0),(10788,10013,10780,0,0,0),(10811,10013,10805,0,0,0),(10845,10013,10829,0,0,0),(10853,10013,10847,0,0,0),(10854,10013,10837,0,0,0),(10898,10008,10462,1,5,5),(10900,10010,10677,0,0,0),(10904,10013,10790,0,0,0); /*!40000 ALTER TABLE `RatingsStats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Region` -- DROP TABLE IF EXISTS `Region`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Region` ( `regionId` bigint(20) NOT NULL, `countryId` bigint(20) DEFAULT NULL, `regionCode` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`regionId`), UNIQUE KEY `IX_A2635F5C` (`countryId`,`regionCode`), KEY `IX_2D9A426F` (`active_`), KEY `IX_16D87CA7` (`countryId`), KEY `IX_11FB3E42` (`countryId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Region` -- LOCK TABLES `Region` WRITE; /*!40000 ALTER TABLE `Region` DISABLE KEYS */; INSERT INTO `Region` VALUES (1001,1,'AB','Alberta',1),(1002,1,'BC','British Columbia',1),(1003,1,'MB','Manitoba',1),(1004,1,'NB','New Brunswick',1),(1005,1,'NL','Newfoundland and Labrador',1),(1006,1,'NT','Northwest Territories',1),(1007,1,'NS','Nova Scotia',1),(1008,1,'NU','Nunavut',1),(1009,1,'ON','Ontario',1),(1010,1,'PE','Prince Edward Island',1),(1011,1,'QC','Quebec',1),(1012,1,'SK','Saskatchewan',1),(1013,1,'YT','Yukon',1),(2001,2,'CN-34','Anhui',1),(2002,2,'CN-92','Aomen',1),(2003,2,'CN-11','Beijing',1),(2004,2,'CN-50','Chongqing',1),(2005,2,'CN-35','Fujian',1),(2006,2,'CN-62','Gansu',1),(2007,2,'CN-44','Guangdong',1),(2008,2,'CN-45','Guangxi',1),(2009,2,'CN-52','Guizhou',1),(2010,2,'CN-46','Hainan',1),(2011,2,'CN-13','Hebei',1),(2012,2,'CN-23','Heilongjiang',1),(2013,2,'CN-41','Henan',1),(2014,2,'CN-42','Hubei',1),(2015,2,'CN-43','Hunan',1),(2016,2,'CN-32','Jiangsu',1),(2017,2,'CN-36','Jiangxi',1),(2018,2,'CN-22','Jilin',1),(2019,2,'CN-21','Liaoning',1),(2020,2,'CN-15','Nei Mongol',1),(2021,2,'CN-64','Ningxia',1),(2022,2,'CN-63','Qinghai',1),(2023,2,'CN-61','Shaanxi',1),(2024,2,'CN-37','Shandong',1),(2025,2,'CN-31','Shanghai',1),(2026,2,'CN-14','Shanxi',1),(2027,2,'CN-51','Sichuan',1),(2028,2,'CN-71','Taiwan',1),(2029,2,'CN-12','Tianjin',1),(2030,2,'CN-91','Xianggang',1),(2031,2,'CN-65','Xinjiang',1),(2032,2,'CN-54','Xizang',1),(2033,2,'CN-53','Yunnan',1),(2034,2,'CN-33','Zhejiang',1),(3001,3,'A','Alsace',1),(3002,3,'B','Aquitaine',1),(3003,3,'C','Auvergne',1),(3004,3,'P','Basse-Normandie',1),(3005,3,'D','Bourgogne',1),(3006,3,'E','Bretagne',1),(3007,3,'F','Centre',1),(3008,3,'G','Champagne-Ardenne',1),(3009,3,'H','Corse',1),(3010,3,'GF','Guyane',1),(3011,3,'I','Franche Comté',1),(3012,3,'GP','Guadeloupe',1),(3013,3,'Q','Haute-Normandie',1),(3014,3,'J','Île-de-France',1),(3015,3,'K','Languedoc-Roussillon',1),(3016,3,'L','Limousin',1),(3017,3,'M','Lorraine',1),(3018,3,'MQ','Martinique',1),(3019,3,'N','Midi-Pyrénées',1),(3020,3,'O','Nord Pas de Calais',1),(3021,3,'R','Pays de la Loire',1),(3022,3,'S','Picardie',1),(3023,3,'T','Poitou-Charentes',1),(3024,3,'U','Provence-Alpes-Côte-d\'Azur',1),(3025,3,'RE','Réunion',1),(3026,3,'V','Rhône-Alpes',1),(4001,4,'BW','Baden-Württemberg',1),(4002,4,'BY','Bayern',1),(4003,4,'BE','Berlin',1),(4004,4,'BR','Brandenburg',1),(4005,4,'HB','Bremen',1),(4006,4,'HH','Hamburg',1),(4007,4,'HE','Hessen',1),(4008,4,'MV','Mecklenburg-Vorpommern',1),(4009,4,'NI','Niedersachsen',1),(4010,4,'NW','Nordrhein-Westfalen',1),(4011,4,'RP','Rheinland-Pfalz',1),(4012,4,'SL','Saarland',1),(4013,4,'SN','Sachsen',1),(4014,4,'ST','Sachsen-Anhalt',1),(4015,4,'SH','Schleswig-Holstein',1),(4016,4,'TH','Thüringen',1),(8001,8,'AG','Agrigento',1),(8002,8,'AL','Alessandria',1),(8003,8,'AN','Ancona',1),(8004,8,'AO','Aosta',1),(8005,8,'AR','Arezzo',1),(8006,8,'AP','Ascoli Piceno',1),(8007,8,'AT','Asti',1),(8008,8,'AV','Avellino',1),(8009,8,'BA','Bari',1),(8010,8,'BT','Barletta-Andria-Trani',1),(8011,8,'BL','Belluno',1),(8012,8,'BN','Benevento',1),(8013,8,'BG','Bergamo',1),(8014,8,'BI','Biella',1),(8015,8,'BO','Bologna',1),(8016,8,'BZ','Bolzano',1),(8017,8,'BS','Brescia',1),(8018,8,'BR','Brindisi',1),(8019,8,'CA','Cagliari',1),(8020,8,'CL','Caltanissetta',1),(8021,8,'CB','Campobasso',1),(8022,8,'CI','Carbonia-Iglesias',1),(8023,8,'CE','Caserta',1),(8024,8,'CT','Catania',1),(8025,8,'CZ','Catanzaro',1),(8026,8,'CH','Chieti',1),(8027,8,'CO','Como',1),(8028,8,'CS','Cosenza',1),(8029,8,'CR','Cremona',1),(8030,8,'KR','Crotone',1),(8031,8,'CN','Cuneo',1),(8032,8,'EN','Enna',1),(8033,8,'FM','Fermo',1),(8034,8,'FE','Ferrara',1),(8035,8,'FI','Firenze',1),(8036,8,'FG','Foggia',1),(8037,8,'FC','Forli-Cesena',1),(8038,8,'FR','Frosinone',1),(8039,8,'GE','Genova',1),(8040,8,'GO','Gorizia',1),(8041,8,'GR','Grosseto',1),(8042,8,'IM','Imperia',1),(8043,8,'IS','Isernia',1),(8044,8,'AQ','L\'Aquila',1),(8045,8,'SP','La Spezia',1),(8046,8,'LT','Latina',1),(8047,8,'LE','Lecce',1),(8048,8,'LC','Lecco',1),(8049,8,'LI','Livorno',1),(8050,8,'LO','Lodi',1),(8051,8,'LU','Lucca',1),(8052,8,'MC','Macerata',1),(8053,8,'MN','Mantova',1),(8054,8,'MS','Massa-Carrara',1),(8055,8,'MT','Matera',1),(8056,8,'MA','Medio Campidano',1),(8057,8,'ME','Messina',1),(8058,8,'MI','Milano',1),(8059,8,'MO','Modena',1),(8060,8,'MZ','Monza',1),(8061,8,'NA','Napoli',1),(8062,8,'NO','Novara',1),(8063,8,'NU','Nuoro',1),(8064,8,'OG','Ogliastra',1),(8065,8,'OT','Olbia-Tempio',1),(8066,8,'OR','Oristano',1),(8067,8,'PD','Padova',1),(8068,8,'PA','Palermo',1),(8069,8,'PR','Parma',1),(8070,8,'PV','Pavia',1),(8071,8,'PG','Perugia',1),(8072,8,'PU','Pesaro e Urbino',1),(8073,8,'PE','Pescara',1),(8074,8,'PC','Piacenza',1),(8075,8,'PI','Pisa',1),(8076,8,'PT','Pistoia',1),(8077,8,'PN','Pordenone',1),(8078,8,'PZ','Potenza',1),(8079,8,'PO','Prato',1),(8080,8,'RG','Ragusa',1),(8081,8,'RA','Ravenna',1),(8082,8,'RC','Reggio Calabria',1),(8083,8,'RE','Reggio Emilia',1),(8084,8,'RI','Rieti',1),(8085,8,'RN','Rimini',1),(8086,8,'RM','Roma',1),(8087,8,'RO','Rovigo',1),(8088,8,'SA','Salerno',1),(8089,8,'SS','Sassari',1),(8090,8,'SV','Savona',1),(8091,8,'SI','Siena',1),(8092,8,'SR','Siracusa',1),(8093,8,'SO','Sondrio',1),(8094,8,'TA','Taranto',1),(8095,8,'TE','Teramo',1),(8096,8,'TR','Terni',1),(8097,8,'TO','Torino',1),(8098,8,'TP','Trapani',1),(8099,8,'TN','Trento',1),(8100,8,'TV','Treviso',1),(8101,8,'TS','Trieste',1),(8102,8,'UD','Udine',1),(8103,8,'VA','Varese',1),(8104,8,'VE','Venezia',1),(8105,8,'VB','Verbano-Cusio-Ossola',1),(8106,8,'VC','Vercelli',1),(8107,8,'VR','Verona',1),(8108,8,'VV','Vibo Valentia',1),(8109,8,'VI','Vicenza',1),(8110,8,'VT','Viterbo',1),(11001,11,'DR','Drenthe',1),(11002,11,'FL','Flevoland',1),(11003,11,'FR','Friesland',1),(11004,11,'GE','Gelderland',1),(11005,11,'GR','Groningen',1),(11006,11,'LI','Limburg',1),(11007,11,'NB','Noord-Brabant',1),(11008,11,'NH','Noord-Holland',1),(11009,11,'OV','Overijssel',1),(11010,11,'UT','Utrecht',1),(11011,11,'ZE','Zeeland',1),(11012,11,'ZH','Zuid-Holland',1),(15001,15,'AN','Andalusia',1),(15002,15,'AR','Aragon',1),(15003,15,'AS','Asturias',1),(15004,15,'IB','Balearic Islands',1),(15005,15,'PV','Basque Country',1),(15006,15,'CN','Canary Islands',1),(15007,15,'CB','Cantabria',1),(15008,15,'CL','Castile and Leon',1),(15009,15,'CM','Castile-La Mancha',1),(15010,15,'CT','Catalonia',1),(15011,15,'CE','Ceuta',1),(15012,15,'EX','Extremadura',1),(15013,15,'GA','Galicia',1),(15014,15,'LO','La Rioja',1),(15015,15,'M','Madrid',1),(15016,15,'ML','Melilla',1),(15017,15,'MU','Murcia',1),(15018,15,'NA','Navarra',1),(15019,15,'VC','Valencia',1),(19001,19,'AL','Alabama',1),(19002,19,'AK','Alaska',1),(19003,19,'AZ','Arizona',1),(19004,19,'AR','Arkansas',1),(19005,19,'CA','California',1),(19006,19,'CO','Colorado',1),(19007,19,'CT','Connecticut',1),(19008,19,'DC','District of Columbia',1),(19009,19,'DE','Delaware',1),(19010,19,'FL','Florida',1),(19011,19,'GA','Georgia',1),(19012,19,'HI','Hawaii',1),(19013,19,'ID','Idaho',1),(19014,19,'IL','Illinois',1),(19015,19,'IN','Indiana',1),(19016,19,'IA','Iowa',1),(19017,19,'KS','Kansas',1),(19018,19,'KY','Kentucky ',1),(19019,19,'LA','Louisiana ',1),(19020,19,'ME','Maine',1),(19021,19,'MD','Maryland',1),(19022,19,'MA','Massachusetts',1),(19023,19,'MI','Michigan',1),(19024,19,'MN','Minnesota',1),(19025,19,'MS','Mississippi',1),(19026,19,'MO','Missouri',1),(19027,19,'MT','Montana',1),(19028,19,'NE','Nebraska',1),(19029,19,'NV','Nevada',1),(19030,19,'NH','New Hampshire',1),(19031,19,'NJ','New Jersey',1),(19032,19,'NM','New Mexico',1),(19033,19,'NY','New York',1),(19034,19,'NC','North Carolina',1),(19035,19,'ND','North Dakota',1),(19036,19,'OH','Ohio',1),(19037,19,'OK','Oklahoma ',1),(19038,19,'OR','Oregon',1),(19039,19,'PA','Pennsylvania',1),(19040,19,'PR','Puerto Rico',1),(19041,19,'RI','Rhode Island',1),(19042,19,'SC','South Carolina',1),(19043,19,'SD','South Dakota',1),(19044,19,'TN','Tennessee',1),(19045,19,'TX','Texas',1),(19046,19,'UT','Utah',1),(19047,19,'VT','Vermont',1),(19048,19,'VA','Virginia',1),(19049,19,'WA','Washington',1),(19050,19,'WV','West Virginia',1),(19051,19,'WI','Wisconsin',1),(19052,19,'WY','Wyoming',1),(32001,32,'ACT','Australian Capital Territory',1),(32002,32,'NSW','New South Wales',1),(32003,32,'NT','Northern Territory',1),(32004,32,'QLD','Queensland',1),(32005,32,'SA','South Australia',1),(32006,32,'TAS','Tasmania',1),(32007,32,'VIC','Victoria',1),(32008,32,'WA','Western Australia',1),(144001,144,'MX-AGS','Aguascalientes',1),(144002,144,'MX-BCN','Baja California',1),(144003,144,'MX-BCS','Baja California Sur',1),(144004,144,'MX-CAM','Campeche',1),(144005,144,'MX-CHP','Chiapas',1),(144006,144,'MX-CHI','Chihuahua',1),(144007,144,'MX-COA','Coahuila',1),(144008,144,'MX-COL','Colima',1),(144009,144,'MX-DUR','Durango',1),(144010,144,'MX-GTO','Guanajuato',1),(144011,144,'MX-GRO','Guerrero',1),(144012,144,'MX-HGO','Hidalgo',1),(144013,144,'MX-JAL','Jalisco',1),(144014,144,'MX-MEX','Mexico',1),(144015,144,'MX-MIC','Michoacan',1),(144016,144,'MX-MOR','Morelos',1),(144017,144,'MX-NAY','Nayarit',1),(144018,144,'MX-NLE','Nuevo Leon',1),(144019,144,'MX-OAX','Oaxaca',1),(144020,144,'MX-PUE','Puebla',1),(144021,144,'MX-QRO','Queretaro',1),(144023,144,'MX-ROO','Quintana Roo',1),(144024,144,'MX-SLP','San Luis Potosí',1),(144025,144,'MX-SIN','Sinaloa',1),(144026,144,'MX-SON','Sonora',1),(144027,144,'MX-TAB','Tabasco',1),(144028,144,'MX-TAM','Tamaulipas',1),(144029,144,'MX-TLX','Tlaxcala',1),(144030,144,'MX-VER','Veracruz',1),(144031,144,'MX-YUC','Yucatan',1),(144032,144,'MX-ZAC','Zacatecas',1),(164001,164,'01','Østfold',1),(164002,164,'02','Akershus',1),(164003,164,'03','Oslo',1),(164004,164,'04','Hedmark',1),(164005,164,'05','Oppland',1),(164006,164,'06','Buskerud',1),(164007,164,'07','Vestfold',1),(164008,164,'08','Telemark',1),(164009,164,'09','Aust-Agder',1),(164010,164,'10','Vest-Agder',1),(164011,164,'11','Rogaland',1),(164012,164,'12','Hordaland',1),(164013,164,'14','Sogn og Fjordane',1),(164014,164,'15','Møre of Romsdal',1),(164015,164,'16','Sør-Trøndelag',1),(164016,164,'17','Nord-Trøndelag',1),(164017,164,'18','Nordland',1),(164018,164,'19','Troms',1),(164019,164,'20','Finnmark',1),(202001,202,'AG','Aargau',1),(202002,202,'AR','Appenzell Ausserrhoden',1),(202003,202,'AI','Appenzell Innerrhoden',1),(202004,202,'BL','Basel-Landschaft',1),(202005,202,'BS','Basel-Stadt',1),(202006,202,'BE','Bern',1),(202007,202,'FR','Fribourg',1),(202008,202,'GE','Geneva',1),(202009,202,'GL','Glarus',1),(202010,202,'GR','Graubünden',1),(202011,202,'JU','Jura',1),(202012,202,'LU','Lucerne',1),(202013,202,'NE','Neuchâtel',1),(202014,202,'NW','Nidwalden',1),(202015,202,'OW','Obwalden',1),(202016,202,'SH','Schaffhausen',1),(202017,202,'SZ','Schwyz',1),(202018,202,'SO','Solothurn',1),(202019,202,'SG','St. Gallen',1),(202020,202,'TG','Thurgau',1),(202021,202,'TI','Ticino',1),(202022,202,'UR','Uri',1),(202023,202,'VS','Valais',1),(202024,202,'VD','Vaud',1),(202025,202,'ZG','Zug',1),(202026,202,'ZH','Zürich',1); /*!40000 ALTER TABLE `Region` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Release_` -- DROP TABLE IF EXISTS `Release_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Release_` ( `releaseId` bigint(20) NOT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `servletContextName` varchar(75) DEFAULT NULL, `buildNumber` int(11) DEFAULT NULL, `buildDate` datetime DEFAULT NULL, `verified` tinyint(4) DEFAULT NULL, `state_` int(11) DEFAULT NULL, `testString` varchar(1024) DEFAULT NULL, PRIMARY KEY (`releaseId`), KEY `IX_8BD6BCA7` (`servletContextName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Release_` -- LOCK TABLES `Release_` WRITE; /*!40000 ALTER TABLE `Release_` DISABLE KEYS */; INSERT INTO `Release_` VALUES (1,'2016-04-28 20:39:19','2016-04-28 20:39:30','portal',6130,'2013-08-16 00:00:00',1,0,'You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.'); /*!40000 ALTER TABLE `Release_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Repository` -- DROP TABLE IF EXISTS `Repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Repository` ( `uuid_` varchar(75) DEFAULT NULL, `repositoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `portletId` varchar(75) DEFAULT NULL, `typeSettings` longtext, `dlFolderId` bigint(20) DEFAULT NULL, PRIMARY KEY (`repositoryId`), UNIQUE KEY `IX_11641E26` (`uuid_`,`groupId`), KEY `IX_5253B1FA` (`groupId`), KEY `IX_74C17B04` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Repository` -- LOCK TABLES `Repository` WRITE; /*!40000 ALTER TABLE `Repository` DISABLE KEYS */; /*!40000 ALTER TABLE `Repository` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RepositoryEntry` -- DROP TABLE IF EXISTS `RepositoryEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `RepositoryEntry` ( `uuid_` varchar(75) DEFAULT NULL, `repositoryEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mappedId` varchar(75) DEFAULT NULL, PRIMARY KEY (`repositoryEntryId`), UNIQUE KEY `IX_9BDCF489` (`repositoryId`,`mappedId`), UNIQUE KEY `IX_354AA664` (`uuid_`,`groupId`), KEY `IX_B7034B27` (`repositoryId`), KEY `IX_B9B1506` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RepositoryEntry` -- LOCK TABLES `RepositoryEntry` WRITE; /*!40000 ALTER TABLE `RepositoryEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `RepositoryEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceAction` -- DROP TABLE IF EXISTS `ResourceAction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourceAction` ( `resourceActionId` bigint(20) NOT NULL, `name` varchar(255) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `bitwiseValue` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceActionId`), UNIQUE KEY `IX_EDB9986E` (`name`,`actionId`), KEY `IX_81F2DB09` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceAction` -- LOCK TABLES `ResourceAction` WRITE; /*!40000 ALTER TABLE `ResourceAction` DISABLE KEYS */; INSERT INTO `ResourceAction` VALUES (1,'com.liferay.portlet.polls','ADD_QUESTION',2),(2,'com.liferay.portlet.polls','PERMISSIONS',4),(3,'com.liferay.portlet.dynamicdatamapping.model.DDMTemplate','DELETE',2),(4,'com.liferay.portlet.dynamicdatamapping.model.DDMTemplate','PERMISSIONS',4),(5,'com.liferay.portlet.dynamicdatamapping.model.DDMTemplate','UPDATE',8),(6,'com.liferay.portlet.dynamicdatamapping.model.DDMTemplate','VIEW',1),(7,'com.liferay.portal.model.LayoutSetBranch','DELETE',2),(8,'com.liferay.portal.model.LayoutSetBranch','MERGE',4),(9,'com.liferay.portal.model.LayoutSetBranch','PERMISSIONS',8),(10,'com.liferay.portal.model.LayoutSetBranch','UPDATE',16),(11,'com.liferay.portlet.journal.model.JournalArticle','ADD_DISCUSSION',2),(12,'com.liferay.portlet.journal.model.JournalArticle','DELETE',4),(13,'com.liferay.portlet.journal.model.JournalArticle','DELETE_DISCUSSION',8),(14,'com.liferay.portlet.journal.model.JournalArticle','EXPIRE',16),(15,'com.liferay.portlet.journal.model.JournalArticle','PERMISSIONS',32),(16,'com.liferay.portlet.journal.model.JournalArticle','UPDATE',64),(17,'com.liferay.portlet.journal.model.JournalArticle','UPDATE_DISCUSSION',128),(18,'com.liferay.portlet.journal.model.JournalArticle','VIEW',1),(19,'com.liferay.portal.model.Team','ASSIGN_MEMBERS',2),(20,'com.liferay.portal.model.Team','DELETE',4),(21,'com.liferay.portal.model.Team','PERMISSIONS',8),(22,'com.liferay.portal.model.Team','UPDATE',16),(23,'com.liferay.portal.model.Team','VIEW',1),(24,'com.liferay.portlet.dynamicdatalists','ADD_RECORD_SET',2),(25,'com.liferay.portlet.dynamicdatalists','ADD_STRUCTURE',4),(26,'com.liferay.portlet.dynamicdatalists','ADD_TEMPLATE',8),(27,'com.liferay.portlet.dynamicdatalists','PERMISSIONS',16),(28,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','ADD_DISCUSSION',2),(29,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','DELETE',4),(30,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','DELETE_DISCUSSION',8),(31,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','PERMISSIONS',16),(32,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','UPDATE',32),(33,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','UPDATE_DISCUSSION',64),(34,'com.liferay.portlet.documentlibrary.model.DLFileShortcut','VIEW',1),(35,'com.liferay.portlet.expando.model.ExpandoColumn','DELETE',2),(36,'com.liferay.portlet.expando.model.ExpandoColumn','PERMISSIONS',4),(37,'com.liferay.portlet.expando.model.ExpandoColumn','UPDATE',8),(38,'com.liferay.portlet.expando.model.ExpandoColumn','VIEW',1),(39,'com.liferay.portlet.polls.model.PollsQuestion','ADD_VOTE',2),(40,'com.liferay.portlet.polls.model.PollsQuestion','DELETE',4),(41,'com.liferay.portlet.polls.model.PollsQuestion','PERMISSIONS',8),(42,'com.liferay.portlet.polls.model.PollsQuestion','UPDATE',16),(43,'com.liferay.portlet.polls.model.PollsQuestion','VIEW',1),(44,'com.liferay.portlet.documentlibrary.model.DLFolder','ACCESS',2),(45,'com.liferay.portlet.documentlibrary.model.DLFolder','ADD_DOCUMENT',4),(46,'com.liferay.portlet.documentlibrary.model.DLFolder','ADD_SHORTCUT',8),(47,'com.liferay.portlet.documentlibrary.model.DLFolder','ADD_SUBFOLDER',16),(48,'com.liferay.portlet.documentlibrary.model.DLFolder','DELETE',32),(49,'com.liferay.portlet.documentlibrary.model.DLFolder','PERMISSIONS',64),(50,'com.liferay.portlet.documentlibrary.model.DLFolder','UPDATE',128),(51,'com.liferay.portlet.documentlibrary.model.DLFolder','VIEW',1),(52,'com.liferay.portal.model.User','DELETE',2),(53,'com.liferay.portal.model.User','IMPERSONATE',4),(54,'com.liferay.portal.model.User','PERMISSIONS',8),(55,'com.liferay.portal.model.User','UPDATE',16),(56,'com.liferay.portal.model.User','VIEW',1),(57,'com.liferay.portlet.asset.model.AssetTag','DELETE',2),(58,'com.liferay.portlet.asset.model.AssetTag','PERMISSIONS',4),(59,'com.liferay.portlet.asset.model.AssetTag','UPDATE',8),(60,'com.liferay.portlet.asset.model.AssetTag','VIEW',1),(61,'com.liferay.portlet.calendar','ADD_EVENT',2),(62,'com.liferay.portlet.calendar','EXPORT_ALL_EVENTS',4),(63,'com.liferay.portlet.calendar','PERMISSIONS',8),(64,'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion','DELETE',2),(65,'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion','PERMISSIONS',4),(66,'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion','UPDATE',8),(67,'com.liferay.portlet.journal.model.JournalFeed','DELETE',2),(68,'com.liferay.portlet.journal.model.JournalFeed','PERMISSIONS',4),(69,'com.liferay.portlet.journal.model.JournalFeed','UPDATE',8),(70,'com.liferay.portlet.journal.model.JournalFeed','VIEW',1),(71,'com.liferay.portlet.bookmarks.model.BookmarksFolder','ACCESS',2),(72,'com.liferay.portlet.bookmarks.model.BookmarksFolder','ADD_ENTRY',4),(73,'com.liferay.portlet.bookmarks.model.BookmarksFolder','ADD_SUBFOLDER',8),(74,'com.liferay.portlet.bookmarks.model.BookmarksFolder','DELETE',16),(75,'com.liferay.portlet.bookmarks.model.BookmarksFolder','PERMISSIONS',32),(76,'com.liferay.portlet.bookmarks.model.BookmarksFolder','UPDATE',64),(77,'com.liferay.portlet.bookmarks.model.BookmarksFolder','VIEW',1),(78,'com.liferay.portlet.messageboards.model.MBThread','SUBSCRIBE',2),(79,'com.liferay.portlet.messageboards.model.MBThread','PERMISSIONS',4),(80,'com.liferay.portal.model.LayoutPrototype','DELETE',2),(81,'com.liferay.portal.model.LayoutPrototype','PERMISSIONS',4),(82,'com.liferay.portal.model.LayoutPrototype','UPDATE',8),(83,'com.liferay.portal.model.LayoutPrototype','VIEW',1),(84,'com.liferay.portlet.messageboards','ADD_CATEGORY',2),(85,'com.liferay.portlet.messageboards','ADD_FILE',4),(86,'com.liferay.portlet.messageboards','ADD_MESSAGE',8),(87,'com.liferay.portlet.messageboards','BAN_USER',16),(88,'com.liferay.portlet.messageboards','MOVE_THREAD',32),(89,'com.liferay.portlet.messageboards','LOCK_THREAD',64),(90,'com.liferay.portlet.messageboards','PERMISSIONS',128),(91,'com.liferay.portlet.messageboards','REPLY_TO_MESSAGE',256),(92,'com.liferay.portlet.messageboards','SUBSCRIBE',512),(93,'com.liferay.portlet.messageboards','UPDATE_THREAD_PRIORITY',1024),(94,'com.liferay.portlet.messageboards','VIEW',1),(95,'com.liferay.portlet.bookmarks','ADD_ENTRY',2),(96,'com.liferay.portlet.bookmarks','ADD_FOLDER',4),(97,'com.liferay.portlet.bookmarks','PERMISSIONS',8),(98,'com.liferay.portlet.bookmarks','VIEW',1),(99,'com.liferay.portlet.softwarecatalog','ADD_FRAMEWORK_VERSION',2),(100,'com.liferay.portlet.softwarecatalog','ADD_PRODUCT_ENTRY',4),(101,'com.liferay.portlet.softwarecatalog','PERMISSIONS',8),(102,'com.liferay.portlet.wiki.model.WikiNode','ADD_ATTACHMENT',2),(103,'com.liferay.portlet.wiki.model.WikiNode','ADD_PAGE',4),(104,'com.liferay.portlet.wiki.model.WikiNode','DELETE',8),(105,'com.liferay.portlet.wiki.model.WikiNode','IMPORT',16),(106,'com.liferay.portlet.wiki.model.WikiNode','PERMISSIONS',32),(107,'com.liferay.portlet.wiki.model.WikiNode','SUBSCRIBE',64),(108,'com.liferay.portlet.wiki.model.WikiNode','UPDATE',128),(109,'com.liferay.portlet.wiki.model.WikiNode','VIEW',1),(110,'com.liferay.portlet.documentlibrary','ADD_DOCUMENT',2),(111,'com.liferay.portlet.documentlibrary','ADD_DOCUMENT_TYPE',4),(112,'com.liferay.portlet.documentlibrary','ADD_FOLDER',8),(113,'com.liferay.portlet.documentlibrary','ADD_REPOSITORY',16),(114,'com.liferay.portlet.documentlibrary','ADD_STRUCTURE',32),(115,'com.liferay.portlet.documentlibrary','ADD_SHORTCUT',64),(116,'com.liferay.portlet.documentlibrary','PERMISSIONS',128),(117,'com.liferay.portlet.documentlibrary','UPDATE',256),(118,'com.liferay.portlet.documentlibrary','VIEW',1),(119,'com.liferay.portlet.calendar.model.CalEvent','ADD_DISCUSSION',2),(120,'com.liferay.portlet.calendar.model.CalEvent','DELETE',4),(121,'com.liferay.portlet.calendar.model.CalEvent','DELETE_DISCUSSION',8),(122,'com.liferay.portlet.calendar.model.CalEvent','PERMISSIONS',16),(123,'com.liferay.portlet.calendar.model.CalEvent','UPDATE',32),(124,'com.liferay.portlet.calendar.model.CalEvent','UPDATE_DISCUSSION',64),(125,'com.liferay.portlet.calendar.model.CalEvent','VIEW',1),(126,'com.liferay.portlet.softwarecatalog.model.SCLicense','DELETE',2),(127,'com.liferay.portlet.softwarecatalog.model.SCLicense','PERMISSIONS',4),(128,'com.liferay.portlet.softwarecatalog.model.SCLicense','UPDATE',8),(129,'com.liferay.portlet.softwarecatalog.model.SCLicense','VIEW',1),(130,'com.liferay.portal.model.Organization','ASSIGN_MEMBERS',2),(131,'com.liferay.portal.model.Organization','ASSIGN_USER_ROLES',4),(132,'com.liferay.portal.model.Organization','DELETE',8),(133,'com.liferay.portal.model.Organization','MANAGE_ANNOUNCEMENTS',16),(134,'com.liferay.portal.model.Organization','MANAGE_SUBORGANIZATIONS',32),(135,'com.liferay.portal.model.Organization','MANAGE_USERS',64),(136,'com.liferay.portal.model.Organization','PERMISSIONS',128),(137,'com.liferay.portal.model.Organization','UPDATE',256),(138,'com.liferay.portal.model.Organization','VIEW',1),(139,'com.liferay.portal.model.Organization','VIEW_MEMBERS',512),(140,'com.liferay.portal.model.Group','ADD_LAYOUT',2),(141,'com.liferay.portal.model.Group','ADD_LAYOUT_BRANCH',4),(142,'com.liferay.portal.model.Group','ADD_LAYOUT_SET_BRANCH',8),(143,'com.liferay.portal.model.Group','ASSIGN_MEMBERS',16),(144,'com.liferay.portal.model.Group','ASSIGN_USER_ROLES',32),(145,'com.liferay.portal.model.Group','CONFIGURE_PORTLETS',64),(146,'com.liferay.portal.model.Group','DELETE',128),(147,'com.liferay.portal.model.Group','EXPORT_IMPORT_LAYOUTS',256),(148,'com.liferay.portal.model.Group','EXPORT_IMPORT_PORTLET_INFO',512),(149,'com.liferay.portal.model.Group','MANAGE_ANNOUNCEMENTS',1024),(150,'com.liferay.portal.model.Group','MANAGE_ARCHIVED_SETUPS',2048),(151,'com.liferay.portal.model.Group','MANAGE_LAYOUTS',4096),(152,'com.liferay.portal.model.Group','MANAGE_STAGING',8192),(153,'com.liferay.portal.model.Group','MANAGE_TEAMS',16384),(154,'com.liferay.portal.model.Group','PERMISSIONS',32768),(155,'com.liferay.portal.model.Group','PUBLISH_STAGING',65536),(156,'com.liferay.portal.model.Group','PUBLISH_TO_REMOTE',131072),(157,'com.liferay.portal.model.Group','UPDATE',262144),(158,'com.liferay.portal.model.Group','VIEW',1),(159,'com.liferay.portal.model.Group','VIEW_MEMBERS',524288),(160,'com.liferay.portal.model.Group','VIEW_STAGING',1048576),(161,'com.liferay.portlet.shopping.model.ShoppingCategory','ADD_ITEM',2),(162,'com.liferay.portlet.shopping.model.ShoppingCategory','ADD_SUBCATEGORY',4),(163,'com.liferay.portlet.shopping.model.ShoppingCategory','DELETE',8),(164,'com.liferay.portlet.shopping.model.ShoppingCategory','PERMISSIONS',16),(165,'com.liferay.portlet.shopping.model.ShoppingCategory','UPDATE',32),(166,'com.liferay.portlet.shopping.model.ShoppingCategory','VIEW',1),(167,'com.liferay.portlet.shopping.model.ShoppingOrder','DELETE',2),(168,'com.liferay.portlet.shopping.model.ShoppingOrder','PERMISSIONS',4),(169,'com.liferay.portlet.shopping.model.ShoppingOrder','UPDATE',8),(170,'com.liferay.portlet.shopping.model.ShoppingOrder','VIEW',1),(171,'com.liferay.portlet.wiki.model.WikiPage','ADD_DISCUSSION',2),(172,'com.liferay.portlet.wiki.model.WikiPage','DELETE',4),(173,'com.liferay.portlet.wiki.model.WikiPage','DELETE_DISCUSSION',8),(174,'com.liferay.portlet.wiki.model.WikiPage','PERMISSIONS',16),(175,'com.liferay.portlet.wiki.model.WikiPage','SUBSCRIBE',32),(176,'com.liferay.portlet.wiki.model.WikiPage','UPDATE',64),(177,'com.liferay.portlet.wiki.model.WikiPage','UPDATE_DISCUSSION',128),(178,'com.liferay.portlet.wiki.model.WikiPage','VIEW',1),(179,'com.liferay.portlet.asset.model.AssetCategory','ADD_CATEGORY',2),(180,'com.liferay.portlet.asset.model.AssetCategory','DELETE',4),(181,'com.liferay.portlet.asset.model.AssetCategory','PERMISSIONS',8),(182,'com.liferay.portlet.asset.model.AssetCategory','UPDATE',16),(183,'com.liferay.portlet.asset.model.AssetCategory','VIEW',1),(184,'com.liferay.portlet.documentlibrary.model.DLFileEntryType','DELETE',2),(185,'com.liferay.portlet.documentlibrary.model.DLFileEntryType','PERMISSIONS',4),(186,'com.liferay.portlet.documentlibrary.model.DLFileEntryType','UPDATE',8),(187,'com.liferay.portlet.documentlibrary.model.DLFileEntryType','VIEW',1),(188,'com.liferay.portlet.shopping.model.ShoppingItem','DELETE',2),(189,'com.liferay.portlet.shopping.model.ShoppingItem','PERMISSIONS',4),(190,'com.liferay.portlet.shopping.model.ShoppingItem','UPDATE',8),(191,'com.liferay.portlet.shopping.model.ShoppingItem','VIEW',1),(192,'com.liferay.portlet.blogs.model.BlogsEntry','ADD_DISCUSSION',2),(193,'com.liferay.portlet.blogs.model.BlogsEntry','DELETE',4),(194,'com.liferay.portlet.blogs.model.BlogsEntry','DELETE_DISCUSSION',8),(195,'com.liferay.portlet.blogs.model.BlogsEntry','PERMISSIONS',16),(196,'com.liferay.portlet.blogs.model.BlogsEntry','UPDATE',32),(197,'com.liferay.portlet.blogs.model.BlogsEntry','UPDATE_DISCUSSION',64),(198,'com.liferay.portlet.blogs.model.BlogsEntry','VIEW',1),(199,'com.liferay.portal.model.PasswordPolicy','ASSIGN_MEMBERS',2),(200,'com.liferay.portal.model.PasswordPolicy','DELETE',4),(201,'com.liferay.portal.model.PasswordPolicy','PERMISSIONS',8),(202,'com.liferay.portal.model.PasswordPolicy','UPDATE',16),(203,'com.liferay.portal.model.PasswordPolicy','VIEW',1),(204,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet','ADD_RECORD',2),(205,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet','DELETE',4),(206,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet','PERMISSIONS',8),(207,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet','UPDATE',16),(208,'com.liferay.portlet.dynamicdatalists.model.DDLRecordSet','VIEW',1),(209,'com.liferay.portlet.shopping','ADD_CATEGORY',2),(210,'com.liferay.portlet.shopping','ADD_ITEM',4),(211,'com.liferay.portlet.shopping','MANAGE_COUPONS',8),(212,'com.liferay.portlet.shopping','MANAGE_ORDERS',16),(213,'com.liferay.portlet.shopping','PERMISSIONS',32),(214,'com.liferay.portlet.shopping','VIEW',1),(215,'com.liferay.portlet.wiki','ADD_NODE',2),(216,'com.liferay.portlet.wiki','PERMISSIONS',4),(217,'com.liferay.portlet.blogs','ADD_ENTRY',2),(218,'com.liferay.portlet.blogs','PERMISSIONS',4),(219,'com.liferay.portlet.blogs','SUBSCRIBE',8),(220,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance','DELETE',2),(221,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance','PERMISSIONS',4),(222,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance','UPDATE',8),(223,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance','VIEW',1),(224,'com.liferay.portlet.asset.model.AssetVocabulary','DELETE',2),(225,'com.liferay.portlet.asset.model.AssetVocabulary','PERMISSIONS',4),(226,'com.liferay.portlet.asset.model.AssetVocabulary','UPDATE',8),(227,'com.liferay.portlet.asset.model.AssetVocabulary','VIEW',1),(228,'com.liferay.portlet.bookmarks.model.BookmarksEntry','DELETE',2),(229,'com.liferay.portlet.bookmarks.model.BookmarksEntry','PERMISSIONS',4),(230,'com.liferay.portlet.bookmarks.model.BookmarksEntry','UPDATE',8),(231,'com.liferay.portlet.bookmarks.model.BookmarksEntry','VIEW',1),(232,'com.liferay.portlet.journal.model.JournalStructure','DELETE',2),(233,'com.liferay.portlet.journal.model.JournalStructure','PERMISSIONS',4),(234,'com.liferay.portlet.journal.model.JournalStructure','UPDATE',8),(235,'com.liferay.portlet.journal.model.JournalStructure','VIEW',1),(236,'com.liferay.portlet.documentlibrary.model.DLFileEntry','ADD_DISCUSSION',2),(237,'com.liferay.portlet.documentlibrary.model.DLFileEntry','DELETE',4),(238,'com.liferay.portlet.documentlibrary.model.DLFileEntry','DELETE_DISCUSSION',8),(239,'com.liferay.portlet.documentlibrary.model.DLFileEntry','OVERRIDE_CHECKOUT',16),(240,'com.liferay.portlet.documentlibrary.model.DLFileEntry','PERMISSIONS',32),(241,'com.liferay.portlet.documentlibrary.model.DLFileEntry','UPDATE',64),(242,'com.liferay.portlet.documentlibrary.model.DLFileEntry','UPDATE_DISCUSSION',128),(243,'com.liferay.portlet.documentlibrary.model.DLFileEntry','VIEW',1),(244,'com.liferay.portlet.messageboards.model.MBMessage','DELETE',2),(245,'com.liferay.portlet.messageboards.model.MBMessage','PERMISSIONS',4),(246,'com.liferay.portlet.messageboards.model.MBMessage','SUBSCRIBE',8),(247,'com.liferay.portlet.messageboards.model.MBMessage','UPDATE',16),(248,'com.liferay.portlet.messageboards.model.MBMessage','VIEW',1),(249,'com.liferay.portlet.journal','ADD_ARTICLE',2),(250,'com.liferay.portlet.journal','ADD_FEED',4),(251,'com.liferay.portlet.journal','ADD_STRUCTURE',8),(252,'com.liferay.portlet.journal','ADD_TEMPLATE',16),(253,'com.liferay.portlet.journal','SUBSCRIBE',32),(254,'com.liferay.portlet.journal','PERMISSIONS',64),(255,'com.liferay.portal.model.LayoutSetPrototype','DELETE',2),(256,'com.liferay.portal.model.LayoutSetPrototype','PERMISSIONS',4),(257,'com.liferay.portal.model.LayoutSetPrototype','UPDATE',8),(258,'com.liferay.portal.model.LayoutSetPrototype','VIEW',1),(259,'com.liferay.portal.model.UserGroup','ASSIGN_MEMBERS',2),(260,'com.liferay.portal.model.UserGroup','DELETE',4),(261,'com.liferay.portal.model.UserGroup','MANAGE_ANNOUNCEMENTS',8),(262,'com.liferay.portal.model.UserGroup','PERMISSIONS',16),(263,'com.liferay.portal.model.UserGroup','UPDATE',32),(264,'com.liferay.portal.model.UserGroup','VIEW',1),(265,'com.liferay.portal.model.Role','ASSIGN_MEMBERS',2),(266,'com.liferay.portal.model.Role','DEFINE_PERMISSIONS',4),(267,'com.liferay.portal.model.Role','DELETE',8),(268,'com.liferay.portal.model.Role','MANAGE_ANNOUNCEMENTS',16),(269,'com.liferay.portal.model.Role','PERMISSIONS',32),(270,'com.liferay.portal.model.Role','UPDATE',64),(271,'com.liferay.portal.model.Role','VIEW',1),(272,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure','DELETE',2),(273,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure','PERMISSIONS',4),(274,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure','UPDATE',8),(275,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure','VIEW',1),(276,'com.liferay.portal.model.Layout','ADD_DISCUSSION',2),(277,'com.liferay.portal.model.Layout','ADD_LAYOUT',4),(278,'com.liferay.portal.model.Layout','CONFIGURE_PORTLETS',8),(279,'com.liferay.portal.model.Layout','CUSTOMIZE',16),(280,'com.liferay.portal.model.Layout','DELETE',32),(281,'com.liferay.portal.model.Layout','DELETE_DISCUSSION',64),(282,'com.liferay.portal.model.Layout','PERMISSIONS',128),(283,'com.liferay.portal.model.Layout','UPDATE',256),(284,'com.liferay.portal.model.Layout','UPDATE_DISCUSSION',512),(285,'com.liferay.portal.model.Layout','VIEW',1),(286,'com.liferay.portlet.asset','ADD_TAG',2),(287,'com.liferay.portlet.asset','PERMISSIONS',4),(288,'com.liferay.portlet.asset','ADD_CATEGORY',8),(289,'com.liferay.portlet.asset','ADD_VOCABULARY',16),(290,'com.liferay.portlet.messageboards.model.MBCategory','ADD_FILE',2),(291,'com.liferay.portlet.messageboards.model.MBCategory','ADD_MESSAGE',4),(292,'com.liferay.portlet.messageboards.model.MBCategory','ADD_SUBCATEGORY',8),(293,'com.liferay.portlet.messageboards.model.MBCategory','DELETE',16),(294,'com.liferay.portlet.messageboards.model.MBCategory','LOCK_THREAD',32),(295,'com.liferay.portlet.messageboards.model.MBCategory','MOVE_THREAD',64),(296,'com.liferay.portlet.messageboards.model.MBCategory','PERMISSIONS',128),(297,'com.liferay.portlet.messageboards.model.MBCategory','REPLY_TO_MESSAGE',256),(298,'com.liferay.portlet.messageboards.model.MBCategory','SUBSCRIBE',512),(299,'com.liferay.portlet.messageboards.model.MBCategory','UPDATE',1024),(300,'com.liferay.portlet.messageboards.model.MBCategory','UPDATE_THREAD_PRIORITY',2048),(301,'com.liferay.portlet.messageboards.model.MBCategory','VIEW',1),(302,'com.liferay.portlet.journal.model.JournalTemplate','DELETE',2),(303,'com.liferay.portlet.journal.model.JournalTemplate','PERMISSIONS',4),(304,'com.liferay.portlet.journal.model.JournalTemplate','UPDATE',8),(305,'com.liferay.portlet.journal.model.JournalTemplate','VIEW',1),(306,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','ADD_DISCUSSION',2),(307,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','DELETE',4),(308,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','DELETE_DISCUSSION',8),(309,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','PERMISSIONS',16),(310,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','UPDATE',32),(311,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','UPDATE_DISCUSSION',64),(312,'com.liferay.portlet.softwarecatalog.model.SCProductEntry','VIEW',1),(313,'com.liferay.portlet.mobiledevicerules','ADD_RULE_GROUP',2),(314,'com.liferay.portlet.mobiledevicerules','ADD_RULE_GROUP_INSTANCE',4),(315,'com.liferay.portlet.mobiledevicerules','CONFIGURATION',8),(316,'com.liferay.portlet.mobiledevicerules','VIEW',1),(317,'com.liferay.portlet.mobiledevicerules','PERMISSIONS',16),(318,'com.liferay.portal.model.LayoutBranch','DELETE',2),(319,'com.liferay.portal.model.LayoutBranch','PERMISSIONS',4),(320,'com.liferay.portal.model.LayoutBranch','UPDATE',8),(321,'com.liferay.portlet.announcements.model.AnnouncementsEntry','DELETE',2),(322,'com.liferay.portlet.announcements.model.AnnouncementsEntry','UPDATE',4),(323,'com.liferay.portlet.announcements.model.AnnouncementsEntry','VIEW',1),(324,'com.liferay.portlet.announcements.model.AnnouncementsEntry','PERMISSIONS',8),(325,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup','DELETE',2),(326,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup','PERMISSIONS',4),(327,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup','UPDATE',8),(328,'com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup','VIEW',1),(329,'88','VIEW',1),(330,'88','ADD_TO_PAGE',2),(331,'88','CONFIGURATION',4),(332,'88','PERMISSIONS',8),(333,'110','VIEW',1),(334,'110','ADD_TO_PAGE',2),(335,'110','CONFIGURATION',4),(336,'110','PERMISSIONS',8),(337,'111','VIEW',1),(338,'111','ADD_TO_PAGE',2),(339,'111','CONFIGURATION',4),(340,'111','PERMISSIONS',8),(341,'113','VIEW',1),(342,'113','ADD_TO_PAGE',2),(343,'113','CONFIGURATION',4),(344,'113','PERMISSIONS',8),(345,'114','VIEW',1),(346,'114','ADD_TO_PAGE',2),(347,'114','CONFIGURATION',4),(348,'114','PERMISSIONS',8),(349,'115','VIEW',1),(350,'115','ADD_TO_PAGE',2),(351,'115','CONFIGURATION',4),(352,'115','PERMISSIONS',8),(353,'116','VIEW',1),(354,'116','ADD_TO_PAGE',2),(355,'116','CONFIGURATION',4),(356,'116','PERMISSIONS',8),(357,'90','ADD_COMMUNITY',2),(358,'90','ADD_GENERAL_ANNOUNCEMENTS',4),(359,'90','ADD_LAYOUT_PROTOTYPE',8),(360,'90','ADD_LAYOUT_SET_PROTOTYPE',16),(361,'90','ADD_LICENSE',32),(362,'90','ADD_ORGANIZATION',64),(363,'90','ADD_PASSWORD_POLICY',128),(364,'90','ADD_ROLE',256),(365,'90','ADD_USER',512),(366,'90','ADD_USER_GROUP',1024),(367,'90','CONFIGURATION',2048),(368,'90','EXPORT_USER',4096),(369,'90','IMPERSONATE',8192),(370,'90','UNLINK_LAYOUT_SET_PROTOTYPE',16384),(371,'90','VIEW_CONTROL_PANEL',32768),(372,'90','ADD_TO_PAGE',65536),(373,'90','PERMISSIONS',131072),(374,'90','VIEW',1),(375,'118','VIEW',1),(376,'118','ADD_TO_PAGE',2),(377,'118','CONFIGURATION',4),(378,'118','PERMISSIONS',8),(379,'119','VIEW',1),(380,'119','ADD_TO_PAGE',2),(381,'119','CONFIGURATION',4),(382,'119','PERMISSIONS',8),(383,'97','VIEW',1),(384,'97','ADD_TO_PAGE',2),(385,'97','CONFIGURATION',4),(386,'97','PERMISSIONS',8),(387,'98','ACCESS_IN_CONTROL_PANEL',2),(388,'98','ADD_TO_PAGE',4),(389,'98','CONFIGURATION',8),(390,'98','VIEW',1),(391,'98','PERMISSIONS',16),(392,'11','ADD_TO_PAGE',2),(393,'11','CONFIGURATION',4),(394,'11','VIEW',1),(395,'11','PERMISSIONS',8),(396,'99','ACCESS_IN_CONTROL_PANEL',2),(397,'99','CONFIGURATION',4),(398,'99','VIEW',1),(399,'99','PERMISSIONS',8),(400,'15','ACCESS_IN_CONTROL_PANEL',2),(401,'15','ADD_TO_PAGE',4),(402,'15','CONFIGURATION',8),(403,'15','VIEW',1),(404,'15','PERMISSIONS',16),(405,'16','VIEW',1),(406,'16','GUEST_PREFERENCES',2),(407,'16','PREFERENCES',4),(408,'16','ADD_TO_PAGE',8),(409,'16','CONFIGURATION',16),(410,'16','PERMISSIONS',32),(411,'19','ADD_TO_PAGE',2),(412,'19','CONFIGURATION',4),(413,'19','VIEW',1),(414,'19','PERMISSIONS',8),(415,'121','VIEW',1),(416,'121','ADD_TO_PAGE',2),(417,'121','CONFIGURATION',4),(418,'121','PERMISSIONS',8),(419,'122','CONFIGURATION',2),(420,'122','VIEW',1),(421,'122','ADD_TO_PAGE',4),(422,'122','PERMISSIONS',8),(423,'2','ACCESS_IN_CONTROL_PANEL',2),(424,'2','CONFIGURATION',4),(425,'2','VIEW',1),(426,'2','PERMISSIONS',8),(427,'3','VIEW',1),(428,'3','ADD_TO_PAGE',2),(429,'3','CONFIGURATION',4),(430,'3','PERMISSIONS',8),(431,'124','VIEW',1),(432,'124','ADD_TO_PAGE',2),(433,'124','CONFIGURATION',4),(434,'124','PERMISSIONS',8),(435,'125','ACCESS_IN_CONTROL_PANEL',2),(436,'125','CONFIGURATION',4),(437,'125','EXPORT_USER',8),(438,'125','VIEW',1),(439,'125','PERMISSIONS',16),(440,'127','VIEW',1),(441,'127','ADD_TO_PAGE',2),(442,'127','ACCESS_IN_CONTROL_PANEL',4),(443,'127','CONFIGURATION',8),(444,'127','PERMISSIONS',16),(445,'128','ACCESS_IN_CONTROL_PANEL',2),(446,'128','CONFIGURATION',4),(447,'128','VIEW',1),(448,'128','PERMISSIONS',8),(449,'8','ACCESS_IN_CONTROL_PANEL',2),(450,'8','ADD_TO_PAGE',4),(451,'8','CONFIGURATION',8),(452,'8','VIEW',1),(453,'8','PERMISSIONS',16),(454,'129','ACCESS_IN_CONTROL_PANEL',2),(455,'129','CONFIGURATION',4),(456,'129','VIEW',1),(457,'129','PERMISSIONS',8),(458,'9','VIEW',1),(459,'9','ADD_TO_PAGE',2),(460,'9','CONFIGURATION',4),(461,'9','PERMISSIONS',8),(462,'20','ACCESS_IN_CONTROL_PANEL',2),(463,'20','ADD_TO_PAGE',4),(464,'20','CONFIGURATION',8),(465,'20','VIEW',1),(466,'20','PERMISSIONS',16),(467,'23','VIEW',1),(468,'23','ADD_TO_PAGE',2),(469,'23','CONFIGURATION',4),(470,'23','PERMISSIONS',8),(471,'25','ACCESS_IN_CONTROL_PANEL',2),(472,'25','CONFIGURATION',4),(473,'25','VIEW',1),(474,'25','PERMISSIONS',8),(475,'26','VIEW',1),(476,'26','ADD_TO_PAGE',2),(477,'26','CONFIGURATION',4),(478,'26','PERMISSIONS',8),(479,'27','VIEW',1),(480,'27','ADD_TO_PAGE',2),(481,'27','CONFIGURATION',4),(482,'27','PERMISSIONS',8),(483,'28','ACCESS_IN_CONTROL_PANEL',2),(484,'28','ADD_TO_PAGE',4),(485,'28','CONFIGURATION',8),(486,'28','VIEW',1),(487,'28','PERMISSIONS',16),(488,'29','ADD_TO_PAGE',2),(489,'29','CONFIGURATION',4),(490,'29','VIEW',1),(491,'29','PERMISSIONS',8),(492,'130','ACCESS_IN_CONTROL_PANEL',2),(493,'130','CONFIGURATION',4),(494,'130','VIEW',1),(495,'130','PERMISSIONS',8),(496,'131','ACCESS_IN_CONTROL_PANEL',2),(497,'131','CONFIGURATION',4),(498,'131','VIEW',1),(499,'131','PERMISSIONS',8),(500,'132','ACCESS_IN_CONTROL_PANEL',2),(501,'132','CONFIGURATION',4),(502,'132','VIEW',1),(503,'132','PERMISSIONS',8),(504,'133','VIEW',1),(505,'133','ADD_TO_PAGE',2),(506,'133','CONFIGURATION',4),(507,'133','PERMISSIONS',8),(508,'134','ACCESS_IN_CONTROL_PANEL',2),(509,'134','CONFIGURATION',4),(510,'134','VIEW',1),(511,'134','PERMISSIONS',8),(512,'135','ACCESS_IN_CONTROL_PANEL',2),(513,'135','CONFIGURATION',4),(514,'135','VIEW',1),(515,'135','PERMISSIONS',8),(516,'136','ACCESS_IN_CONTROL_PANEL',2),(517,'136','CONFIGURATION',4),(518,'136','VIEW',1),(519,'136','PERMISSIONS',8),(520,'137','ACCESS_IN_CONTROL_PANEL',2),(521,'137','CONFIGURATION',4),(522,'137','VIEW',1),(523,'137','PERMISSIONS',8),(524,'139','ACCESS_IN_CONTROL_PANEL',2),(525,'139','ADD_EXPANDO',4),(526,'139','CONFIGURATION',8),(527,'139','VIEW',1),(528,'139','PERMISSIONS',16),(529,'30','VIEW',1),(530,'30','ADD_TO_PAGE',2),(531,'30','CONFIGURATION',4),(532,'30','PERMISSIONS',8),(533,'31','VIEW',1),(534,'31','ADD_TO_PAGE',2),(535,'31','CONFIGURATION',4),(536,'31','PERMISSIONS',8),(537,'33','ADD_TO_PAGE',2),(538,'33','CONFIGURATION',4),(539,'33','VIEW',1),(540,'33','PERMISSIONS',8),(541,'34','ADD_TO_PAGE',2),(542,'34','CONFIGURATION',4),(543,'34','VIEW',1),(544,'34','PERMISSIONS',8),(545,'36','ADD_TO_PAGE',2),(546,'36','CONFIGURATION',4),(547,'36','VIEW',1),(548,'36','PERMISSIONS',8),(549,'39','VIEW',1),(550,'39','ADD_TO_PAGE',2),(551,'39','CONFIGURATION',4),(552,'39','PERMISSIONS',8),(553,'140','ACCESS_IN_CONTROL_PANEL',2),(554,'140','CONFIGURATION',4),(555,'140','VIEW',1),(556,'140','PERMISSIONS',8),(557,'141','CONFIGURATION',2),(558,'141','VIEW',1),(559,'141','ADD_TO_PAGE',4),(560,'141','PERMISSIONS',8),(561,'142','VIEW',1),(562,'142','ADD_TO_PAGE',2),(563,'142','CONFIGURATION',4),(564,'142','PERMISSIONS',8),(565,'143','VIEW',1),(566,'143','ADD_TO_PAGE',2),(567,'143','CONFIGURATION',4),(568,'143','PERMISSIONS',8),(569,'144','VIEW',1),(570,'144','ADD_TO_PAGE',2),(571,'144','CONFIGURATION',4),(572,'144','PERMISSIONS',8),(573,'145','VIEW',1),(574,'145','ADD_TO_PAGE',2),(575,'145','CONFIGURATION',4),(576,'145','PERMISSIONS',8),(577,'146','ACCESS_IN_CONTROL_PANEL',2),(578,'146','CONFIGURATION',4),(579,'146','VIEW',1),(580,'146','PERMISSIONS',8),(581,'147','ACCESS_IN_CONTROL_PANEL',2),(582,'147','CONFIGURATION',4),(583,'147','VIEW',1),(584,'147','PERMISSIONS',8),(585,'148','VIEW',1),(586,'148','ADD_TO_PAGE',2),(587,'148','CONFIGURATION',4),(588,'148','PERMISSIONS',8),(589,'149','ACCESS_IN_CONTROL_PANEL',2),(590,'149','CONFIGURATION',4),(591,'149','VIEW',1),(592,'149','PERMISSIONS',8),(593,'47','VIEW',1),(594,'47','ADD_TO_PAGE',2),(595,'47','CONFIGURATION',4),(596,'47','PERMISSIONS',8),(597,'48','VIEW',1),(598,'48','ADD_TO_PAGE',2),(599,'48','CONFIGURATION',4),(600,'48','PERMISSIONS',8),(601,'49','VIEW',1),(602,'49','ADD_TO_PAGE',2),(603,'49','CONFIGURATION',4),(604,'49','PERMISSIONS',8),(605,'150','ACCESS_IN_CONTROL_PANEL',2),(606,'150','CONFIGURATION',4),(607,'150','VIEW',1),(608,'150','PERMISSIONS',8),(609,'151','ACCESS_IN_CONTROL_PANEL',2),(610,'151','CONFIGURATION',4),(611,'151','VIEW',1),(612,'151','PERMISSIONS',8),(613,'152','ACCESS_IN_CONTROL_PANEL',2),(614,'152','CONFIGURATION',4),(615,'152','VIEW',1),(616,'152','PERMISSIONS',8),(617,'153','ACCESS_IN_CONTROL_PANEL',2),(618,'153','ADD_TO_PAGE',4),(619,'153','CONFIGURATION',8),(620,'153','VIEW',1),(621,'153','PERMISSIONS',16),(622,'154','ACCESS_IN_CONTROL_PANEL',2),(623,'154','CONFIGURATION',4),(624,'154','VIEW',1),(625,'154','PERMISSIONS',8),(626,'156','VIEW',1),(627,'156','ADD_TO_PAGE',2),(628,'156','ACCESS_IN_CONTROL_PANEL',4),(629,'156','CONFIGURATION',8),(630,'156','PERMISSIONS',16),(631,'157','ACCESS_IN_CONTROL_PANEL',2),(632,'157','CONFIGURATION',4),(633,'157','VIEW',1),(634,'157','PERMISSIONS',8),(635,'158','ACCESS_IN_CONTROL_PANEL',2),(636,'158','ADD_TO_PAGE',4),(637,'158','CONFIGURATION',8),(638,'158','VIEW',1),(639,'158','PERMISSIONS',16),(640,'50','VIEW',1),(641,'50','ADD_TO_PAGE',2),(642,'50','CONFIGURATION',4),(643,'50','PERMISSIONS',8),(644,'54','VIEW',1),(645,'54','ADD_TO_PAGE',2),(646,'54','CONFIGURATION',4),(647,'54','PERMISSIONS',8),(648,'56','ADD_TO_PAGE',2),(649,'56','CONFIGURATION',4),(650,'56','VIEW',1),(651,'56','PERMISSIONS',8),(652,'58','ADD_TO_PAGE',2),(653,'58','CONFIGURATION',4),(654,'58','VIEW',1),(655,'58','PERMISSIONS',8),(656,'59','VIEW',1),(657,'59','ADD_TO_PAGE',2),(658,'59','CONFIGURATION',4),(659,'59','PERMISSIONS',8),(660,'160','VIEW',1),(661,'160','ADD_TO_PAGE',2),(662,'160','CONFIGURATION',4),(663,'160','PERMISSIONS',8),(664,'161','ACCESS_IN_CONTROL_PANEL',2),(665,'161','CONFIGURATION',4),(666,'161','VIEW',1),(667,'161','PERMISSIONS',8),(668,'162','ACCESS_IN_CONTROL_PANEL',2),(669,'162','CONFIGURATION',4),(670,'162','VIEW',1),(671,'162','PERMISSIONS',8),(672,'164','VIEW',1),(673,'164','ADD_TO_PAGE',2),(674,'164','CONFIGURATION',4),(675,'164','PERMISSIONS',8),(676,'165','VIEW',1),(677,'165','ADD_TO_PAGE',2),(678,'165','ACCESS_IN_CONTROL_PANEL',4),(679,'165','CONFIGURATION',8),(680,'165','PERMISSIONS',16),(681,'166','ACCESS_IN_CONTROL_PANEL',2),(682,'166','ADD_TO_PAGE',4),(683,'166','CONFIGURATION',8),(684,'166','VIEW',1),(685,'166','PERMISSIONS',16),(686,'167','ACCESS_IN_CONTROL_PANEL',2),(687,'167','ADD_TO_PAGE',4),(688,'167','CONFIGURATION',8),(689,'167','VIEW',1),(690,'167','PERMISSIONS',16),(691,'169','VIEW',1),(692,'169','ADD_TO_PAGE',2),(693,'169','CONFIGURATION',4),(694,'169','PERMISSIONS',8),(695,'61','VIEW',1),(696,'61','ADD_TO_PAGE',2),(697,'61','CONFIGURATION',4),(698,'61','PERMISSIONS',8),(699,'62','VIEW',1),(700,'62','ADD_TO_PAGE',2),(701,'62','CONFIGURATION',4),(702,'62','PERMISSIONS',8),(703,'64','VIEW',1),(704,'64','ADD_TO_PAGE',2),(705,'64','CONFIGURATION',4),(706,'64','PERMISSIONS',8),(707,'66','VIEW',1),(708,'66','ADD_TO_PAGE',2),(709,'66','CONFIGURATION',4),(710,'66','PERMISSIONS',8),(711,'67','VIEW',1),(712,'67','ADD_TO_PAGE',2),(713,'67','CONFIGURATION',4),(714,'67','PERMISSIONS',8),(715,'170','VIEW',1),(716,'170','ADD_TO_PAGE',2),(717,'170','CONFIGURATION',4),(718,'170','PERMISSIONS',8),(719,'172','VIEW',1),(720,'172','ADD_TO_PAGE',2),(721,'172','CONFIGURATION',4),(722,'172','PERMISSIONS',8),(723,'173','VIEW',1),(724,'173','ADD_TO_PAGE',2),(725,'173','ACCESS_IN_CONTROL_PANEL',4),(726,'173','CONFIGURATION',8),(727,'173','PERMISSIONS',16),(728,'174','VIEW',1),(729,'174','ADD_TO_PAGE',2),(730,'174','ACCESS_IN_CONTROL_PANEL',4),(731,'174','CONFIGURATION',8),(732,'174','PERMISSIONS',16),(733,'175','VIEW',1),(734,'175','ADD_TO_PAGE',2),(735,'175','CONFIGURATION',4),(736,'175','PERMISSIONS',8),(737,'176','VIEW',1),(738,'176','ADD_TO_PAGE',2),(739,'176','ACCESS_IN_CONTROL_PANEL',4),(740,'176','CONFIGURATION',8),(741,'176','PERMISSIONS',16),(742,'177','CONFIGURATION',2),(743,'177','VIEW',1),(744,'177','ADD_TO_PAGE',4),(745,'177','PERMISSIONS',8),(746,'177','ACCESS_IN_CONTROL_PANEL',16),(747,'178','VIEW',1),(748,'178','ADD_TO_PAGE',2),(749,'178','ACCESS_IN_CONTROL_PANEL',4),(750,'178','CONFIGURATION',8),(751,'178','PERMISSIONS',16),(752,'179','VIEW',1),(753,'179','ADD_TO_PAGE',2),(754,'179','ACCESS_IN_CONTROL_PANEL',4),(755,'179','CONFIGURATION',8),(756,'179','PERMISSIONS',16),(757,'70','VIEW',1),(758,'70','ADD_TO_PAGE',2),(759,'70','CONFIGURATION',4),(760,'70','PERMISSIONS',8),(761,'71','ADD_TO_PAGE',2),(762,'71','CONFIGURATION',4),(763,'71','VIEW',1),(764,'71','PERMISSIONS',8),(765,'73','ADD_TO_PAGE',2),(766,'73','CONFIGURATION',4),(767,'73','VIEW',1),(768,'73','PERMISSIONS',8),(769,'77','VIEW',1),(770,'77','ADD_TO_PAGE',2),(771,'77','CONFIGURATION',4),(772,'77','PERMISSIONS',8),(773,'180','VIEW',1),(774,'180','ADD_TO_PAGE',2),(775,'180','CONFIGURATION',4),(776,'180','PERMISSIONS',8),(777,'181','VIEW',1),(778,'181','ADD_TO_PAGE',2),(779,'181','CONFIGURATION',4),(780,'181','PERMISSIONS',8),(781,'100','VIEW',1),(782,'100','ADD_TO_PAGE',2),(783,'100','CONFIGURATION',4),(784,'100','PERMISSIONS',8),(785,'101','CONFIGURATION',2),(786,'101','VIEW',1),(787,'101','ADD_TO_PAGE',4),(788,'101','PERMISSIONS',8),(789,'102','VIEW',1),(790,'102','ADD_TO_PAGE',2),(791,'102','CONFIGURATION',4),(792,'102','PERMISSIONS',8),(793,'103','VIEW',1),(794,'103','ADD_TO_PAGE',2),(795,'103','CONFIGURATION',4),(796,'103','PERMISSIONS',8),(797,'104','VIEW',1),(798,'104','ADD_TO_PAGE',2),(799,'104','ACCESS_IN_CONTROL_PANEL',4),(800,'104','CONFIGURATION',8),(801,'104','PERMISSIONS',16),(802,'107','VIEW',1),(803,'107','ADD_TO_PAGE',2),(804,'107','CONFIGURATION',4),(805,'107','PERMISSIONS',8),(806,'108','VIEW',1),(807,'108','ADD_TO_PAGE',2),(808,'108','CONFIGURATION',4),(809,'108','PERMISSIONS',8),(810,'82','VIEW',1),(811,'82','ADD_TO_PAGE',2),(812,'82','CONFIGURATION',4),(813,'82','PERMISSIONS',8),(814,'83','ADD_ENTRY',2),(815,'83','ADD_TO_PAGE',4),(816,'83','CONFIGURATION',8),(817,'83','VIEW',1),(818,'83','PERMISSIONS',16),(819,'84','ADD_ENTRY',2),(820,'84','ADD_TO_PAGE',4),(821,'84','CONFIGURATION',8),(822,'84','VIEW',1),(823,'84','PERMISSIONS',16),(824,'85','ADD_TO_PAGE',2),(825,'85','CONFIGURATION',4),(826,'85','VIEW',1),(827,'85','PERMISSIONS',8),(828,'86','VIEW',1),(829,'86','ADD_TO_PAGE',2),(830,'86','CONFIGURATION',4),(831,'86','PERMISSIONS',8),(832,'87','VIEW',1),(833,'87','ADD_TO_PAGE',2),(834,'87','CONFIGURATION',4),(835,'87','PERMISSIONS',8); /*!40000 ALTER TABLE `ResourceAction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceBlock` -- DROP TABLE IF EXISTS `ResourceBlock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourceBlock` ( `resourceBlockId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `permissionsHash` varchar(75) DEFAULT NULL, `referenceCount` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceBlockId`), UNIQUE KEY `IX_AEEA209C` (`companyId`,`groupId`,`name`,`permissionsHash`), KEY `IX_DA30B086` (`companyId`,`groupId`,`name`), KEY `IX_2D4CC782` (`companyId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceBlock` -- LOCK TABLES `ResourceBlock` WRITE; /*!40000 ALTER TABLE `ResourceBlock` DISABLE KEYS */; INSERT INTO `ResourceBlock` VALUES (3,10154,10180,'com.liferay.portlet.bookmarks.model.BookmarksEntry','2d488243dc82ff6c4e99e796fbbfb70003512f5a',2),(7,10154,10180,'com.liferay.portlet.bookmarks.model.BookmarksEntry','6ee90f92c5f38f6dd71c9a543efeb7cd6168a369',1); /*!40000 ALTER TABLE `ResourceBlock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceBlockPermission` -- DROP TABLE IF EXISTS `ResourceBlockPermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourceBlockPermission` ( `resourceBlockPermissionId` bigint(20) NOT NULL, `resourceBlockId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceBlockPermissionId`), UNIQUE KEY `IX_D63D20BB` (`resourceBlockId`,`roleId`), KEY `IX_4AB3756` (`resourceBlockId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceBlockPermission` -- LOCK TABLES `ResourceBlockPermission` WRITE; /*!40000 ALTER TABLE `ResourceBlockPermission` DISABLE KEYS */; INSERT INTO `ResourceBlockPermission` VALUES (10463,1,10163,15),(10464,2,10163,15),(10465,2,10170,1),(10466,3,10162,1),(10467,3,10163,15),(10468,3,10170,1),(10471,4,10163,15),(10472,5,10163,15),(10473,5,10170,1),(10482,6,10163,15),(10483,7,10163,15),(10484,7,10170,1); /*!40000 ALTER TABLE `ResourceBlockPermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceCode` -- DROP TABLE IF EXISTS `ResourceCode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourceCode` ( `codeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int(11) DEFAULT NULL, PRIMARY KEY (`codeId`), UNIQUE KEY `IX_A32C097E` (`companyId`,`name`,`scope`), KEY `IX_717FDD47` (`companyId`), KEY `IX_AACAFF40` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceCode` -- LOCK TABLES `ResourceCode` WRITE; /*!40000 ALTER TABLE `ResourceCode` DISABLE KEYS */; /*!40000 ALTER TABLE `ResourceCode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourcePermission` -- DROP TABLE IF EXISTS `ResourcePermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourcePermission` ( `resourcePermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int(11) DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `ownerId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourcePermissionId`), KEY `IX_88705859` (`companyId`,`name`,`primKey`,`ownerId`), KEY `IX_C94C7708` (`companyId`,`name`,`primKey`,`roleId`,`actionIds`), KEY `IX_60B99860` (`companyId`,`name`,`scope`), KEY `IX_2200AA69` (`companyId`,`name`,`scope`,`primKey`), KEY `IX_8D83D0CE` (`companyId`,`name`,`scope`,`primKey`,`roleId`), KEY `IX_D2E2B644` (`companyId`,`name`,`scope`,`primKey`,`roleId`,`actionIds`), KEY `IX_4A1F4402` (`companyId`,`name`,`scope`,`primKey`,`roleId`,`ownerId`,`actionIds`), KEY `IX_26284944` (`companyId`,`primKey`), KEY `IX_8DB864A9` (`companyId`,`primKey`,`roleId`), KEY `IX_A37A0588` (`roleId`), KEY `IX_F4555981` (`scope`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourcePermission` -- LOCK TABLES `ResourcePermission` WRITE; /*!40000 ALTER TABLE `ResourcePermission` DISABLE KEYS */; INSERT INTO `ResourcePermission` VALUES (281,10154,'100',1,'10154',10164,0,2),(282,10154,'100',1,'10154',10165,0,2),(97,10154,'100',2,'10189',10165,0,1),(283,10154,'101',1,'10154',10162,0,4),(284,10154,'101',1,'10154',10164,0,4),(285,10154,'101',1,'10154',10165,0,4),(98,10154,'101',2,'10189',10165,0,1),(342,10154,'101',4,'10324_LAYOUT_101_INSTANCE_IThAZ1RAf5pQ',10162,0,1),(340,10154,'101',4,'10324_LAYOUT_101_INSTANCE_IThAZ1RAf5pQ',10163,0,15),(341,10154,'101',4,'10324_LAYOUT_101_INSTANCE_IThAZ1RAf5pQ',10170,0,1),(387,10154,'101',4,'10353_LAYOUT_101_INSTANCE_976YGgyKFpKj',10162,0,1),(385,10154,'101',4,'10353_LAYOUT_101_INSTANCE_976YGgyKFpKj',10163,0,15),(386,10154,'101',4,'10353_LAYOUT_101_INSTANCE_976YGgyKFpKj',10170,0,1),(419,10154,'101',4,'10373_LAYOUT_101_INSTANCE_DVO8ySJ76ERG',10162,0,1),(417,10154,'101',4,'10373_LAYOUT_101_INSTANCE_DVO8ySJ76ERG',10163,0,15),(418,10154,'101',4,'10373_LAYOUT_101_INSTANCE_DVO8ySJ76ERG',10170,0,1),(438,10154,'101',4,'10387_LAYOUT_101_INSTANCE_3jiGYZnYox3r',10162,0,1),(436,10154,'101',4,'10387_LAYOUT_101_INSTANCE_3jiGYZnYox3r',10163,0,15),(437,10154,'101',4,'10387_LAYOUT_101_INSTANCE_3jiGYZnYox3r',10170,0,1),(286,10154,'102',1,'10154',10161,0,2),(99,10154,'102',2,'10189',10165,0,1),(456,10154,'103',4,'10183_LAYOUT_103',10162,0,1),(454,10154,'103',4,'10183_LAYOUT_103',10163,0,15),(455,10154,'103',4,'10183_LAYOUT_103',10170,0,1),(484,10154,'103',4,'10422_LAYOUT_103',10162,0,1),(482,10154,'103',4,'10422_LAYOUT_103',10163,0,15),(483,10154,'103',4,'10422_LAYOUT_103',10170,0,1),(502,10154,'103',4,'10427_LAYOUT_103',10162,0,1),(500,10154,'103',4,'10427_LAYOUT_103',10163,0,15),(501,10154,'103',4,'10427_LAYOUT_103',10170,0,1),(526,10154,'103',4,'10432_LAYOUT_103',10162,0,1),(524,10154,'103',4,'10432_LAYOUT_103',10163,0,15),(525,10154,'103',4,'10432_LAYOUT_103',10170,0,1),(532,10154,'103',4,'10437_LAYOUT_103',10162,0,1),(530,10154,'103',4,'10437_LAYOUT_103',10163,0,15),(531,10154,'103',4,'10437_LAYOUT_103',10170,0,1),(287,10154,'104',1,'10154',10161,0,2),(100,10154,'104',2,'10189',10165,0,1),(288,10154,'107',1,'10154',10164,0,2),(289,10154,'107',1,'10154',10165,0,2),(101,10154,'107',2,'10189',10165,0,1),(290,10154,'108',1,'10154',10164,0,2),(291,10154,'108',1,'10154',10165,0,2),(102,10154,'108',2,'10189',10165,0,1),(155,10154,'11',1,'10154',10164,0,2),(156,10154,'11',1,'10154',10165,0,2),(21,10154,'11',2,'10189',10165,0,1),(136,10154,'110',1,'10154',10164,0,2),(137,10154,'110',1,'10154',10165,0,2),(12,10154,'110',2,'10189',10165,0,1),(547,10154,'110',4,'10437_LAYOUT_110_INSTANCE_G3Ca7A841U8s',10162,0,1),(545,10154,'110',4,'10437_LAYOUT_110_INSTANCE_G3Ca7A841U8s',10163,0,15),(546,10154,'110',4,'10437_LAYOUT_110_INSTANCE_G3Ca7A841U8s',10170,0,1),(138,10154,'111',1,'10154',10161,0,2),(13,10154,'111',2,'10189',10165,0,1),(139,10154,'114',1,'10154',10162,0,2),(140,10154,'114',1,'10154',10164,0,2),(141,10154,'114',1,'10154',10165,0,2),(14,10154,'114',2,'10189',10165,0,1),(327,10154,'114',4,'10314_LAYOUT_114',10162,0,1),(325,10154,'114',4,'10314_LAYOUT_114',10163,0,15),(326,10154,'114',4,'10314_LAYOUT_114',10170,0,1),(142,10154,'115',1,'10154',10162,0,2),(143,10154,'115',1,'10154',10164,0,2),(144,10154,'115',1,'10154',10165,0,2),(15,10154,'115',2,'10189',10165,0,1),(145,10154,'116',1,'10154',10162,0,2),(146,10154,'116',1,'10154',10164,0,2),(147,10154,'116',1,'10154',10165,0,2),(16,10154,'116',2,'10189',10165,0,1),(410,10154,'116',4,'10373_LAYOUT_116',10162,0,1),(408,10154,'116',4,'10373_LAYOUT_116',10163,0,15),(409,10154,'116',4,'10373_LAYOUT_116',10170,0,1),(148,10154,'118',1,'10154',10162,0,2),(149,10154,'118',1,'10154',10164,0,2),(150,10154,'118',1,'10154',10165,0,2),(17,10154,'118',2,'10189',10165,0,1),(163,10154,'121',1,'10154',10162,0,2),(164,10154,'121',1,'10154',10164,0,2),(165,10154,'121',1,'10154',10165,0,2),(25,10154,'121',2,'10189',10165,0,1),(166,10154,'122',1,'10154',10162,0,4),(167,10154,'122',1,'10154',10164,0,4),(168,10154,'122',1,'10154',10165,0,4),(26,10154,'122',2,'10189',10165,0,1),(336,10154,'122',4,'10324_LAYOUT_122_INSTANCE_YlENUfvp6gd9',10162,0,1),(334,10154,'122',4,'10324_LAYOUT_122_INSTANCE_YlENUfvp6gd9',10163,0,15),(335,10154,'122',4,'10324_LAYOUT_122_INSTANCE_YlENUfvp6gd9',10170,0,1),(352,10154,'122',4,'10333_LAYOUT_122_INSTANCE_UGvuATQfJLB3',10162,0,1),(350,10154,'122',4,'10333_LAYOUT_122_INSTANCE_UGvuATQfJLB3',10163,0,15),(351,10154,'122',4,'10333_LAYOUT_122_INSTANCE_UGvuATQfJLB3',10170,0,1),(397,10154,'122',4,'10359_LAYOUT_122_INSTANCE_DpLYXUlocvEn',10162,0,1),(395,10154,'122',4,'10359_LAYOUT_122_INSTANCE_DpLYXUlocvEn',10163,0,15),(396,10154,'122',4,'10359_LAYOUT_122_INSTANCE_DpLYXUlocvEn',10170,0,1),(28,10154,'125',2,'10189',10165,0,1),(688,10154,'125',4,'10175_LAYOUT_125',10163,0,31),(689,10154,'125',4,'10175_LAYOUT_125',10170,0,1),(172,10154,'127',1,'10154',10161,0,2),(29,10154,'127',2,'10189',10165,0,1),(30,10154,'128',2,'10189',10165,0,1),(32,10154,'129',2,'10189',10165,0,1),(41,10154,'130',2,'10189',10165,0,1),(42,10154,'131',2,'10189',10165,0,1),(43,10154,'132',2,'10189',10165,0,1),(44,10154,'134',2,'10189',10165,0,1),(45,10154,'135',2,'10189',10165,0,1),(46,10154,'136',2,'10189',10165,0,1),(47,10154,'137',2,'10189',10165,0,1),(2,10154,'140',1,'10154',10165,0,2),(203,10154,'141',1,'10154',10162,0,4),(204,10154,'141',1,'10154',10164,0,4),(205,10154,'141',1,'10154',10165,0,4),(54,10154,'141',2,'10189',10165,0,1),(333,10154,'141',4,'10324_LAYOUT_141_INSTANCE_ZLU6kg1aXQ45',10162,0,1),(331,10154,'141',4,'10324_LAYOUT_141_INSTANCE_ZLU6kg1aXQ45',10163,0,15),(332,10154,'141',4,'10324_LAYOUT_141_INSTANCE_ZLU6kg1aXQ45',10170,0,1),(355,10154,'141',4,'10333_LAYOUT_141_INSTANCE_26FMr2CQZlk1',10162,0,1),(353,10154,'141',4,'10333_LAYOUT_141_INSTANCE_26FMr2CQZlk1',10163,0,15),(354,10154,'141',4,'10333_LAYOUT_141_INSTANCE_26FMr2CQZlk1',10170,0,1),(206,10154,'143',1,'10154',10162,0,2),(207,10154,'143',1,'10154',10164,0,2),(208,10154,'143',1,'10154',10165,0,2),(55,10154,'143',2,'10189',10165,0,1),(686,10154,'145',4,'10175_LAYOUT_145',10163,0,15),(687,10154,'145',4,'10175_LAYOUT_145',10170,0,1),(469,10154,'145',4,'10183_LAYOUT_145',10162,0,1),(467,10154,'145',4,'10183_LAYOUT_145',10163,0,15),(468,10154,'145',4,'10183_LAYOUT_145',10170,0,1),(487,10154,'145',4,'10422_LAYOUT_145',10162,0,1),(485,10154,'145',4,'10422_LAYOUT_145',10163,0,15),(486,10154,'145',4,'10422_LAYOUT_145',10170,0,1),(505,10154,'145',4,'10427_LAYOUT_145',10162,0,1),(503,10154,'145',4,'10427_LAYOUT_145',10163,0,15),(504,10154,'145',4,'10427_LAYOUT_145',10170,0,1),(529,10154,'145',4,'10432_LAYOUT_145',10162,0,1),(527,10154,'145',4,'10432_LAYOUT_145',10163,0,15),(528,10154,'145',4,'10432_LAYOUT_145',10170,0,1),(535,10154,'145',4,'10437_LAYOUT_145',10162,0,1),(533,10154,'145',4,'10437_LAYOUT_145',10163,0,15),(534,10154,'145',4,'10437_LAYOUT_145',10170,0,1),(56,10154,'146',2,'10189',10165,0,1),(117,10154,'147',2,'10189',10164,0,2),(57,10154,'147',2,'10189',10165,0,1),(209,10154,'148',1,'10154',10162,0,2),(210,10154,'148',1,'10154',10164,0,2),(211,10154,'148',1,'10154',10165,0,2),(58,10154,'148',2,'10189',10165,0,1),(324,10154,'148',4,'10314_LAYOUT_148_INSTANCE_9orW1kfLWejV',10162,0,1),(322,10154,'148',4,'10314_LAYOUT_148_INSTANCE_9orW1kfLWejV',10163,0,15),(323,10154,'148',4,'10314_LAYOUT_148_INSTANCE_9orW1kfLWejV',10170,0,1),(400,10154,'148',4,'10359_LAYOUT_148_INSTANCE_XgpARNpNpKTX',10162,0,1),(398,10154,'148',4,'10359_LAYOUT_148_INSTANCE_XgpARNpNpKTX',10163,0,15),(399,10154,'148',4,'10359_LAYOUT_148_INSTANCE_XgpARNpNpKTX',10170,0,1),(59,10154,'149',2,'10189',10165,0,1),(157,10154,'15',1,'10154',10164,0,4),(158,10154,'15',1,'10154',10165,0,4),(112,10154,'15',2,'10189',10164,0,2),(22,10154,'15',2,'10189',10165,0,1),(62,10154,'150',2,'10189',10165,0,1),(63,10154,'151',2,'10189',10165,0,1),(118,10154,'152',2,'10189',10164,0,2),(64,10154,'152',2,'10189',10165,0,1),(217,10154,'153',1,'10154',10164,0,4),(4,10154,'153',1,'10154',10165,0,6),(65,10154,'153',2,'10189',10165,0,1),(119,10154,'154',2,'10189',10164,0,2),(66,10154,'154',2,'10189',10165,0,1),(67,10154,'157',2,'10189',10165,0,1),(218,10154,'158',1,'10154',10164,0,4),(3,10154,'158',1,'10154',10165,0,6),(68,10154,'158',2,'10189',10165,0,1),(159,10154,'16',1,'10154',10164,0,8),(160,10154,'16',1,'10154',10165,0,8),(23,10154,'16',2,'10189',10165,0,1),(684,10154,'160',4,'10175_LAYOUT_160',10163,0,15),(685,10154,'160',4,'10175_LAYOUT_160',10170,0,1),(120,10154,'161',2,'10189',10164,0,2),(74,10154,'161',2,'10189',10165,0,1),(121,10154,'162',2,'10189',10164,0,2),(75,10154,'162',2,'10189',10165,0,1),(232,10154,'164',1,'10154',10162,0,2),(233,10154,'164',1,'10154',10164,0,2),(234,10154,'164',1,'10154',10165,0,2),(76,10154,'164',2,'10189',10165,0,1),(235,10154,'166',1,'10154',10164,0,4),(236,10154,'166',1,'10154',10165,0,4),(77,10154,'166',2,'10189',10165,0,1),(237,10154,'167',1,'10154',10164,0,4),(238,10154,'167',1,'10154',10165,0,4),(122,10154,'167',2,'10189',10164,0,2),(78,10154,'167',2,'10189',10165,0,1),(239,10154,'169',1,'10154',10164,0,2),(240,10154,'169',1,'10154',10165,0,2),(79,10154,'169',2,'10189',10165,0,1),(670,10154,'172',4,'10175_LAYOUT_172',10163,0,15),(671,10154,'172',4,'10175_LAYOUT_172',10170,0,1),(252,10154,'173',1,'10154',10162,0,2),(253,10154,'173',1,'10154',10164,0,2),(254,10154,'173',1,'10154',10165,0,2),(123,10154,'173',2,'10189',10164,0,4),(85,10154,'173',2,'10189',10165,0,1),(255,10154,'175',1,'10154',10162,0,2),(256,10154,'175',1,'10154',10164,0,2),(257,10154,'175',1,'10154',10165,0,2),(86,10154,'175',2,'10189',10165,0,1),(258,10154,'176',1,'10154',10161,0,2),(87,10154,'176',2,'10189',10165,0,1),(259,10154,'177',1,'10154',10164,0,4),(260,10154,'177',1,'10154',10165,0,4),(88,10154,'177',2,'10189',10165,0,1),(261,10154,'178',1,'10154',10164,0,2),(262,10154,'178',1,'10154',10165,0,2),(124,10154,'178',2,'10189',10164,0,4),(89,10154,'178',2,'10189',10165,0,1),(263,10154,'179',1,'10154',10161,0,2),(125,10154,'179',2,'10189',10164,0,4),(90,10154,'179',2,'10189',10165,0,1),(275,10154,'180',1,'10154',10162,0,2),(276,10154,'180',1,'10154',10164,0,2),(277,10154,'180',1,'10154',10165,0,2),(95,10154,'180',2,'10189',10165,0,1),(377,10154,'180',4,'10347_LAYOUT_180',10162,0,1),(375,10154,'180',4,'10347_LAYOUT_180',10163,0,15),(376,10154,'180',4,'10347_LAYOUT_180',10170,0,1),(278,10154,'181',1,'10154',10162,0,2),(279,10154,'181',1,'10154',10164,0,2),(280,10154,'181',1,'10154',10165,0,2),(96,10154,'181',2,'10189',10165,0,1),(161,10154,'19',1,'10154',10164,0,2),(162,10154,'19',1,'10154',10165,0,2),(24,10154,'19',2,'10189',10165,0,1),(365,10154,'19',4,'10347_LAYOUT_19',10162,0,1),(363,10154,'19',4,'10347_LAYOUT_19',10163,0,15),(364,10154,'19',4,'10347_LAYOUT_19',10170,0,1),(1,10154,'2',1,'10154',10165,0,2),(176,10154,'20',1,'10154',10162,0,4),(177,10154,'20',1,'10154',10164,0,4),(178,10154,'20',1,'10154',10165,0,4),(114,10154,'20',2,'10189',10164,0,2),(34,10154,'20',2,'10189',10165,0,1),(425,10154,'20',4,'10381_LAYOUT_20',10162,0,1),(423,10154,'20',4,'10381_LAYOUT_20',10163,0,31),(424,10154,'20',4,'10381_LAYOUT_20',10170,0,1),(541,10154,'20',4,'10437_LAYOUT_20',10162,0,1),(539,10154,'20',4,'10437_LAYOUT_20',10163,0,31),(540,10154,'20',4,'10437_LAYOUT_20',10170,0,1),(179,10154,'23',1,'10154',10164,0,2),(180,10154,'23',1,'10154',10165,0,2),(35,10154,'23',2,'10189',10165,0,1),(115,10154,'25',2,'10189',10164,0,2),(36,10154,'25',2,'10189',10165,0,1),(181,10154,'26',1,'10154',10164,0,2),(182,10154,'26',1,'10154',10165,0,2),(37,10154,'26',2,'10189',10165,0,1),(183,10154,'27',1,'10154',10164,0,2),(184,10154,'27',1,'10154',10165,0,2),(38,10154,'27',2,'10189',10165,0,1),(185,10154,'28',1,'10154',10164,0,4),(186,10154,'28',1,'10154',10165,0,4),(116,10154,'28',2,'10189',10164,0,2),(39,10154,'28',2,'10189',10165,0,1),(511,10154,'28',4,'10427_LAYOUT_28',10162,0,1),(509,10154,'28',4,'10427_LAYOUT_28',10163,0,31),(510,10154,'28',4,'10427_LAYOUT_28',10170,0,1),(187,10154,'29',1,'10154',10164,0,2),(188,10154,'29',1,'10154',10165,0,2),(40,10154,'29',2,'10189',10165,0,1),(169,10154,'3',1,'10154',10162,0,2),(170,10154,'3',1,'10154',10164,0,2),(171,10154,'3',1,'10154',10165,0,2),(27,10154,'3',2,'10189',10165,0,1),(339,10154,'3',4,'10324_LAYOUT_3',10162,0,1),(337,10154,'3',4,'10324_LAYOUT_3',10163,0,15),(338,10154,'3',4,'10324_LAYOUT_3',10170,0,1),(371,10154,'3',4,'10347_LAYOUT_3',10162,0,1),(369,10154,'3',4,'10347_LAYOUT_3',10163,0,15),(370,10154,'3',4,'10347_LAYOUT_3',10170,0,1),(413,10154,'3',4,'10373_LAYOUT_3',10162,0,1),(411,10154,'3',4,'10373_LAYOUT_3',10163,0,15),(412,10154,'3',4,'10373_LAYOUT_3',10170,0,1),(189,10154,'30',1,'10154',10164,0,2),(190,10154,'30',1,'10154',10165,0,2),(48,10154,'30',2,'10189',10165,0,1),(191,10154,'31',1,'10154',10162,0,2),(192,10154,'31',1,'10154',10164,0,2),(193,10154,'31',1,'10154',10165,0,2),(49,10154,'31',2,'10189',10165,0,1),(550,10154,'31',4,'10437_LAYOUT_31',10162,0,1),(548,10154,'31',4,'10437_LAYOUT_31',10163,0,15),(549,10154,'31',4,'10437_LAYOUT_31',10170,0,1),(194,10154,'33',1,'10154',10162,0,2),(195,10154,'33',1,'10154',10164,0,2),(196,10154,'33',1,'10154',10165,0,2),(50,10154,'33',2,'10189',10165,0,1),(320,10154,'33',4,'10314_LAYOUT_33',10162,0,1),(318,10154,'33',4,'10314_LAYOUT_33',10163,0,15),(319,10154,'33',4,'10314_LAYOUT_33',10170,0,1),(197,10154,'34',1,'10154',10164,0,2),(198,10154,'34',1,'10154',10165,0,2),(51,10154,'34',2,'10189',10165,0,1),(199,10154,'36',1,'10154',10164,0,2),(200,10154,'36',1,'10154',10165,0,2),(52,10154,'36',2,'10189',10165,0,1),(348,10154,'36',4,'10333_LAYOUT_36',10162,0,1),(346,10154,'36',4,'10333_LAYOUT_36',10163,0,15),(347,10154,'36',4,'10333_LAYOUT_36',10170,0,1),(393,10154,'36',4,'10359_LAYOUT_36',10162,0,1),(391,10154,'36',4,'10359_LAYOUT_36',10163,0,15),(392,10154,'36',4,'10359_LAYOUT_36',10170,0,1),(614,10154,'36',4,'10432_LAYOUT_36',10162,0,1),(612,10154,'36',4,'10432_LAYOUT_36',10163,0,15),(613,10154,'36',4,'10432_LAYOUT_36',10170,0,1),(201,10154,'39',1,'10154',10164,0,2),(202,10154,'39',1,'10154',10165,0,2),(53,10154,'39',2,'10189',10165,0,1),(444,10154,'39',4,'10393_LAYOUT_39_INSTANCE_2Qkgt5RezYPM',10162,0,1),(442,10154,'39',4,'10393_LAYOUT_39_INSTANCE_2Qkgt5RezYPM',10163,0,15),(443,10154,'39',4,'10393_LAYOUT_39_INSTANCE_2Qkgt5RezYPM',10170,0,1),(447,10154,'39',4,'10393_LAYOUT_39_INSTANCE_zC90A7ydHFzW',10162,0,1),(445,10154,'39',4,'10393_LAYOUT_39_INSTANCE_zC90A7ydHFzW',10163,0,15),(446,10154,'39',4,'10393_LAYOUT_39_INSTANCE_zC90A7ydHFzW',10170,0,1),(212,10154,'47',1,'10154',10162,0,2),(213,10154,'47',1,'10154',10164,0,2),(214,10154,'47',1,'10154',10165,0,2),(60,10154,'47',2,'10189',10165,0,1),(459,10154,'47',4,'10183_LAYOUT_47',10162,0,1),(457,10154,'47',4,'10183_LAYOUT_47',10163,0,15),(458,10154,'47',4,'10183_LAYOUT_47',10170,0,1),(215,10154,'48',1,'10154',10164,0,2),(216,10154,'48',1,'10154',10165,0,2),(61,10154,'48',2,'10189',10165,0,1),(219,10154,'50',1,'10154',10162,0,2),(220,10154,'50',1,'10154',10164,0,2),(221,10154,'50',1,'10154',10165,0,2),(69,10154,'50',2,'10189',10165,0,1),(222,10154,'54',1,'10154',10164,0,2),(223,10154,'54',1,'10154',10165,0,2),(70,10154,'54',2,'10189',10165,0,1),(624,10154,'54',4,'10432_LAYOUT_54_INSTANCE_F3B5ArlmMKYl',10162,0,1),(622,10154,'54',4,'10432_LAYOUT_54_INSTANCE_F3B5ArlmMKYl',10163,0,15),(623,10154,'54',4,'10432_LAYOUT_54_INSTANCE_F3B5ArlmMKYl',10170,0,1),(224,10154,'56',1,'10154',10162,0,2),(225,10154,'56',1,'10154',10164,0,2),(226,10154,'56',1,'10154',10165,0,2),(71,10154,'56',2,'10189',10165,0,1),(227,10154,'58',1,'10154',10162,0,2),(228,10154,'58',1,'10154',10164,0,2),(229,10154,'58',1,'10154',10165,0,2),(72,10154,'58',2,'10189',10165,0,1),(462,10154,'58',4,'10183_LAYOUT_58',10162,0,1),(460,10154,'58',4,'10183_LAYOUT_58',10163,0,15),(461,10154,'58',4,'10183_LAYOUT_58',10170,0,1),(230,10154,'59',1,'10154',10164,0,2),(231,10154,'59',1,'10154',10165,0,2),(73,10154,'59',2,'10189',10165,0,1),(374,10154,'59',4,'10347_LAYOUT_59_INSTANCE_7mn9M3xXkRB5',10162,0,1),(372,10154,'59',4,'10347_LAYOUT_59_INSTANCE_7mn9M3xXkRB5',10163,0,15),(373,10154,'59',4,'10347_LAYOUT_59_INSTANCE_7mn9M3xXkRB5',10170,0,1),(241,10154,'61',1,'10154',10164,0,2),(242,10154,'61',1,'10154',10165,0,2),(80,10154,'61',2,'10189',10165,0,1),(243,10154,'62',1,'10154',10164,0,2),(244,10154,'62',1,'10154',10165,0,2),(81,10154,'62',2,'10189',10165,0,1),(245,10154,'64',1,'10154',10162,0,2),(246,10154,'64',1,'10154',10164,0,2),(247,10154,'64',1,'10154',10165,0,2),(82,10154,'64',2,'10189',10165,0,1),(248,10154,'66',1,'10154',10164,0,2),(249,10154,'66',1,'10154',10165,0,2),(83,10154,'66',2,'10189',10165,0,1),(250,10154,'67',1,'10154',10164,0,2),(251,10154,'67',1,'10154',10165,0,2),(84,10154,'67',2,'10189',10165,0,1),(264,10154,'70',1,'10154',10164,0,2),(265,10154,'70',1,'10154',10165,0,2),(91,10154,'70',2,'10189',10165,0,1),(266,10154,'71',1,'10154',10162,0,2),(267,10154,'71',1,'10154',10164,0,2),(268,10154,'71',1,'10154',10165,0,2),(92,10154,'71',2,'10189',10165,0,1),(269,10154,'73',1,'10154',10162,0,2),(270,10154,'73',1,'10154',10164,0,2),(271,10154,'73',1,'10154',10165,0,2),(93,10154,'73',2,'10189',10165,0,1),(272,10154,'77',1,'10154',10162,0,2),(273,10154,'77',1,'10154',10164,0,2),(274,10154,'77',1,'10154',10165,0,2),(94,10154,'77',2,'10189',10165,0,1),(173,10154,'8',1,'10154',10164,0,4),(174,10154,'8',1,'10154',10165,0,4),(113,10154,'8',2,'10189',10164,0,2),(31,10154,'8',2,'10189',10165,0,1),(383,10154,'8',4,'10353_LAYOUT_8',10162,0,1),(381,10154,'8',4,'10353_LAYOUT_8',10163,0,31),(382,10154,'8',4,'10353_LAYOUT_8',10170,0,1),(434,10154,'8',4,'10387_LAYOUT_8',10162,0,1),(432,10154,'8',4,'10387_LAYOUT_8',10163,0,31),(433,10154,'8',4,'10387_LAYOUT_8',10170,0,1),(292,10154,'82',1,'10154',10162,0,2),(293,10154,'82',1,'10154',10164,0,2),(294,10154,'82',1,'10154',10165,0,2),(103,10154,'82',2,'10189',10165,0,1),(416,10154,'82',4,'10373_LAYOUT_82',10162,0,1),(414,10154,'82',4,'10373_LAYOUT_82',10163,0,15),(415,10154,'82',4,'10373_LAYOUT_82',10170,0,1),(295,10154,'83',1,'10154',10164,0,4),(296,10154,'83',1,'10154',10165,0,4),(104,10154,'83',2,'10189',10165,0,1),(493,10154,'83',4,'10422_LAYOUT_83',10162,0,1),(491,10154,'83',4,'10422_LAYOUT_83',10163,0,31),(492,10154,'83',4,'10422_LAYOUT_83',10170,0,1),(297,10154,'84',1,'10154',10164,0,4),(298,10154,'84',1,'10154',10165,0,4),(105,10154,'84',2,'10189',10165,0,1),(299,10154,'85',1,'10154',10162,0,2),(300,10154,'85',1,'10154',10164,0,2),(301,10154,'85',1,'10154',10165,0,2),(106,10154,'85',2,'10189',10165,0,1),(627,10154,'86',4,'10432_LAYOUT_86',10162,0,1),(625,10154,'86',4,'10432_LAYOUT_86',10163,0,15),(626,10154,'86',4,'10432_LAYOUT_86',10170,0,1),(490,10154,'87',4,'10422_LAYOUT_87',10162,0,1),(488,10154,'87',4,'10422_LAYOUT_87',10163,0,15),(489,10154,'87',4,'10422_LAYOUT_87',10170,0,1),(508,10154,'87',4,'10427_LAYOUT_87',10162,0,1),(506,10154,'87',4,'10427_LAYOUT_87',10163,0,15),(507,10154,'87',4,'10427_LAYOUT_87',10170,0,1),(611,10154,'87',4,'10432_LAYOUT_87',10162,0,1),(609,10154,'87',4,'10432_LAYOUT_87',10163,0,15),(610,10154,'87',4,'10432_LAYOUT_87',10170,0,1),(538,10154,'87',4,'10437_LAYOUT_87',10162,0,1),(536,10154,'87',4,'10437_LAYOUT_87',10163,0,15),(537,10154,'87',4,'10437_LAYOUT_87',10170,0,1),(175,10154,'9',1,'10154',10161,0,2),(33,10154,'9',2,'10189',10165,0,1),(11,10154,'90',1,'10154',10165,0,32768),(151,10154,'97',1,'10154',10164,0,2),(152,10154,'97',1,'10154',10165,0,2),(18,10154,'97',2,'10189',10165,0,1),(153,10154,'98',1,'10154',10164,0,4),(154,10154,'98',1,'10154',10165,0,4),(110,10154,'98',2,'10189',10164,0,2),(19,10154,'98',2,'10189',10165,0,1),(111,10154,'99',2,'10189',10164,0,2),(20,10154,'99',2,'10189',10165,0,1),(126,10154,'com.liferay.portal.model.Group',2,'10189',10164,0,4096),(107,10154,'com.liferay.portal.model.Layout',2,'10189',10165,0,1),(7,10154,'com.liferay.portal.model.Layout',4,'10175',10162,0,1),(5,10154,'com.liferay.portal.model.Layout',4,'10175',10163,10158,1023),(6,10154,'com.liferay.portal.model.Layout',4,'10175',10170,0,19),(10,10154,'com.liferay.portal.model.Layout',4,'10183',10162,0,1),(8,10154,'com.liferay.portal.model.Layout',4,'10183',10163,10158,1023),(9,10154,'com.liferay.portal.model.Layout',4,'10183',10170,0,19),(315,10154,'com.liferay.portal.model.Layout',4,'10314',10163,10158,1023),(316,10154,'com.liferay.portal.model.Layout',4,'10314',10170,0,19),(329,10154,'com.liferay.portal.model.Layout',4,'10324',10163,10158,1023),(330,10154,'com.liferay.portal.model.Layout',4,'10324',10170,0,19),(344,10154,'com.liferay.portal.model.Layout',4,'10333',10163,10158,1023),(345,10154,'com.liferay.portal.model.Layout',4,'10333',10170,0,19),(362,10154,'com.liferay.portal.model.Layout',4,'10347',10162,0,1),(360,10154,'com.liferay.portal.model.Layout',4,'10347',10163,10158,1023),(361,10154,'com.liferay.portal.model.Layout',4,'10347',10170,0,19),(380,10154,'com.liferay.portal.model.Layout',4,'10353',10162,0,1),(378,10154,'com.liferay.portal.model.Layout',4,'10353',10163,10158,1023),(379,10154,'com.liferay.portal.model.Layout',4,'10353',10170,0,19),(390,10154,'com.liferay.portal.model.Layout',4,'10359',10162,0,1),(388,10154,'com.liferay.portal.model.Layout',4,'10359',10163,10158,1023),(389,10154,'com.liferay.portal.model.Layout',4,'10359',10170,0,19),(407,10154,'com.liferay.portal.model.Layout',4,'10373',10162,0,1),(405,10154,'com.liferay.portal.model.Layout',4,'10373',10163,10158,1023),(406,10154,'com.liferay.portal.model.Layout',4,'10373',10170,0,19),(422,10154,'com.liferay.portal.model.Layout',4,'10381',10162,0,1),(420,10154,'com.liferay.portal.model.Layout',4,'10381',10163,10158,1023),(421,10154,'com.liferay.portal.model.Layout',4,'10381',10170,0,19),(431,10154,'com.liferay.portal.model.Layout',4,'10387',10162,0,1),(429,10154,'com.liferay.portal.model.Layout',4,'10387',10163,10158,1023),(430,10154,'com.liferay.portal.model.Layout',4,'10387',10170,0,19),(441,10154,'com.liferay.portal.model.Layout',4,'10393',10162,0,1),(439,10154,'com.liferay.portal.model.Layout',4,'10393',10163,10158,1023),(440,10154,'com.liferay.portal.model.Layout',4,'10393',10170,0,19),(463,10154,'com.liferay.portal.model.Layout',4,'10410',10163,10196,1023),(466,10154,'com.liferay.portal.model.Layout',4,'10415',10162,0,1),(464,10154,'com.liferay.portal.model.Layout',4,'10415',10163,10196,1023),(465,10154,'com.liferay.portal.model.Layout',4,'10415',10164,0,19),(472,10154,'com.liferay.portal.model.Layout',4,'10422',10162,0,1),(470,10154,'com.liferay.portal.model.Layout',4,'10422',10163,10196,1023),(471,10154,'com.liferay.portal.model.Layout',4,'10422',10170,0,19),(475,10154,'com.liferay.portal.model.Layout',4,'10427',10162,0,1),(473,10154,'com.liferay.portal.model.Layout',4,'10427',10163,10196,1023),(474,10154,'com.liferay.portal.model.Layout',4,'10427',10170,0,19),(478,10154,'com.liferay.portal.model.Layout',4,'10432',10162,0,1),(476,10154,'com.liferay.portal.model.Layout',4,'10432',10163,10196,1023),(477,10154,'com.liferay.portal.model.Layout',4,'10432',10170,0,19),(481,10154,'com.liferay.portal.model.Layout',4,'10437',10162,0,1),(479,10154,'com.liferay.portal.model.Layout',4,'10437',10163,10196,1023),(480,10154,'com.liferay.portal.model.Layout',4,'10437',10170,0,19),(691,10154,'com.liferay.portal.model.Layout',4,'10882',10163,10872,1023),(694,10154,'com.liferay.portal.model.Layout',4,'10887',10162,0,1),(692,10154,'com.liferay.portal.model.Layout',4,'10887',10163,10872,1023),(693,10154,'com.liferay.portal.model.Layout',4,'10887',10164,0,19),(314,10154,'com.liferay.portal.model.LayoutPrototype',4,'10310',10163,10158,15),(328,10154,'com.liferay.portal.model.LayoutPrototype',4,'10320',10163,10158,15),(343,10154,'com.liferay.portal.model.LayoutPrototype',4,'10329',10163,10158,15),(356,10154,'com.liferay.portal.model.LayoutSetPrototype',4,'10338',10163,10158,15),(401,10154,'com.liferay.portal.model.LayoutSetPrototype',4,'10364',10163,10158,15),(135,10154,'com.liferay.portal.model.User',4,'10196',10163,10196,31),(690,10154,'com.liferay.portal.model.User',4,'10872',10163,10196,31),(494,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10446',10163,10196,15),(495,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10447',10163,10196,15),(496,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10448',10163,10196,15),(497,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10449',10163,10196,15),(498,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10454',10163,10196,15),(499,10154,'com.liferay.portlet.announcements.model.AnnouncementsEntry',4,'10455',10163,10196,15),(127,10154,'com.liferay.portlet.asset',2,'10189',10164,0,30),(517,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10475',10162,0,1),(515,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10475',10163,10196,15),(516,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10475',10170,0,1),(520,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10476',10162,0,1),(518,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10476',10163,10196,15),(519,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10476',10170,0,1),(523,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10477',10162,0,1),(521,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10477',10163,10196,15),(522,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10477',10170,0,1),(660,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10818',10162,0,1),(658,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10818',10163,10196,15),(659,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10818',10170,0,1),(663,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10819',10162,0,1),(661,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10819',10163,10196,15),(662,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10819',10170,0,1),(666,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10820',10162,0,1),(664,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10820',10163,10196,15),(665,10154,'com.liferay.portlet.asset.model.AssetTag',4,'10820',10170,0,1),(317,10154,'com.liferay.portlet.asset.model.AssetVocabulary',4,'10317',10163,10158,15),(596,10154,'com.liferay.portlet.asset.model.AssetVocabulary',4,'10662',10163,10158,15),(128,10154,'com.liferay.portlet.blogs',2,'10189',10164,0,14),(108,10154,'com.liferay.portlet.blogs',2,'10189',10165,0,14),(321,10154,'com.liferay.portlet.blogs',4,'10311',10163,0,14),(129,10154,'com.liferay.portlet.bookmarks',2,'10189',10164,0,15),(514,10154,'com.liferay.portlet.bookmarks',4,'10180',10162,0,1),(512,10154,'com.liferay.portlet.bookmarks',4,'10180',10163,0,15),(513,10154,'com.liferay.portlet.bookmarks',4,'10180',10170,0,1),(130,10154,'com.liferay.portlet.calendar',2,'10189',10164,0,14),(109,10154,'com.liferay.portlet.calendar',2,'10189',10165,0,14),(384,10154,'com.liferay.portlet.calendar',4,'10339',10163,0,14),(435,10154,'com.liferay.portlet.calendar',4,'10365',10163,0,14),(131,10154,'com.liferay.portlet.documentlibrary',2,'10189',10164,0,511),(544,10154,'com.liferay.portlet.documentlibrary',4,'10180',10162,0,1),(542,10154,'com.liferay.portlet.documentlibrary',4,'10180',10163,0,511),(543,10154,'com.liferay.portlet.documentlibrary',4,'10180',10170,0,1),(428,10154,'com.liferay.portlet.documentlibrary',4,'10365',10162,0,1),(426,10154,'com.liferay.portlet.documentlibrary',4,'10365',10163,0,511),(427,10154,'com.liferay.portlet.documentlibrary',4,'10365',10170,0,1),(556,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10497',10162,0,3),(554,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10497',10163,10196,255),(555,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10497',10170,0,3),(559,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10509',10162,0,3),(557,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10509',10163,10196,255),(558,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10509',10170,0,3),(562,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10521',10162,0,3),(560,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10521',10163,10196,255),(561,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10521',10170,0,3),(565,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10533',10162,0,3),(563,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10533',10163,10196,255),(564,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10533',10170,0,3),(568,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10545',10162,0,3),(566,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10545',10163,10196,255),(567,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10545',10170,0,3),(571,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10557',10162,0,3),(569,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10557',10163,10196,255),(570,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10557',10170,0,3),(574,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10569',10162,0,3),(572,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10569',10163,10196,255),(573,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10569',10170,0,3),(577,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10581',10162,0,3),(575,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10581',10163,10196,255),(576,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10581',10170,0,3),(580,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10593',10162,0,3),(578,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10593',10163,10196,255),(579,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10593',10170,0,3),(583,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10605',10162,0,3),(581,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10605',10163,10196,255),(582,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10605',10170,0,3),(586,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10617',10162,0,3),(584,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10617',10163,10196,255),(585,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10617',10170,0,3),(589,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10629',10162,0,3),(587,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10629',10163,10196,255),(588,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10629',10170,0,3),(592,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10641',10162,0,3),(590,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10641',10163,10196,255),(591,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10641',10170,0,3),(595,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10653',10162,0,3),(593,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10653',10163,10196,255),(594,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10653',10170,0,3),(599,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10665',10162,0,3),(597,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10665',10163,10196,255),(598,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10665',10170,0,3),(602,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10677',10162,0,3),(600,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10677',10163,10196,255),(601,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10677',10170,0,3),(605,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10689',10162,0,3),(603,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10689',10163,10196,255),(604,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntry',4,'10689',10170,0,3),(306,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntryType',4,'10301',10163,10158,15),(308,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntryType',4,'10303',10163,10158,15),(310,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntryType',4,'10305',10163,10158,15),(312,10154,'com.liferay.portlet.documentlibrary.model.DLFileEntryType',4,'10307',10163,10158,15),(608,10154,'com.liferay.portlet.documentlibrary.model.DLFileShortcut',4,'10701',10162,0,1),(606,10154,'com.liferay.portlet.documentlibrary.model.DLFileShortcut',4,'10701',10163,10196,127),(607,10154,'com.liferay.portlet.documentlibrary.model.DLFileShortcut',4,'10701',10170,0,3),(553,10154,'com.liferay.portlet.documentlibrary.model.DLFolder',4,'10495',10162,0,1),(551,10154,'com.liferay.portlet.documentlibrary.model.DLFolder',4,'10495',10163,10196,255),(552,10154,'com.liferay.portlet.documentlibrary.model.DLFolder',4,'10495',10170,0,29),(302,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10298',10163,10158,15),(303,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10299',10163,10158,15),(304,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10300',10163,10158,15),(305,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10302',10163,10158,15),(307,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10304',10163,10158,15),(309,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10306',10163,10158,15),(311,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10308',10163,10158,15),(313,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10309',10163,10158,15),(448,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10400',10163,10158,15),(449,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10401',10163,10158,15),(450,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10402',10163,10158,15),(451,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10403',10163,10158,15),(452,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10404',10163,10158,15),(453,10154,'com.liferay.portlet.dynamicdatamapping.model.DDMStructure',4,'10405',10163,10158,15),(132,10154,'com.liferay.portlet.messageboards',2,'10189',10164,0,2047),(368,10154,'com.liferay.portlet.messageboards',4,'10339',10162,0,1),(366,10154,'com.liferay.portlet.messageboards',4,'10339',10163,0,2047),(367,10154,'com.liferay.portlet.messageboards',4,'10339',10170,0,781),(133,10154,'com.liferay.portlet.polls',2,'10189',10164,0,6),(134,10154,'com.liferay.portlet.wiki',2,'10189',10164,0,6),(615,10154,'com.liferay.portlet.wiki',4,'10180',10163,0,6),(349,10154,'com.liferay.portlet.wiki',4,'10330',10163,0,6),(394,10154,'com.liferay.portlet.wiki',4,'10339',10163,0,6),(618,10154,'com.liferay.portlet.wiki.model.WikiNode',4,'10725',10162,0,1),(616,10154,'com.liferay.portlet.wiki.model.WikiNode',4,'10725',10163,10158,255),(617,10154,'com.liferay.portlet.wiki.model.WikiNode',4,'10725',10170,0,71),(621,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10727',10162,0,3),(619,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10727',10163,10158,255),(620,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10727',10170,0,99),(630,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10739',10162,0,3),(628,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10739',10163,10196,255),(629,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10739',10170,0,99),(633,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10747',10162,0,3),(631,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10747',10163,10196,255),(632,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10747',10170,0,99),(636,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10754',10162,0,3),(634,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10754',10163,10196,255),(635,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10754',10170,0,99),(639,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10763',10162,0,3),(637,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10763',10163,10196,255),(638,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10763',10170,0,99),(642,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10770',10162,0,3),(640,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10770',10163,10196,255),(641,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10770',10170,0,99),(645,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10780',10162,0,3),(643,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10780',10163,10196,255),(644,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10780',10170,0,99),(648,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10790',10162,0,3),(646,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10790',10163,10196,255),(647,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10790',10170,0,99),(651,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10797',10162,0,3),(649,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10797',10163,10196,255),(650,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10797',10170,0,99),(654,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10805',10162,0,3),(652,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10805',10163,10196,255),(653,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10805',10170,0,99),(657,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10816',10162,0,3),(655,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10816',10163,10196,255),(656,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10816',10170,0,99),(669,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10829',10162,0,3),(667,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10829',10163,10196,255),(668,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10829',10170,0,99),(674,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10837',10162,0,3),(672,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10837',10163,10196,255),(673,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10837',10170,0,99),(677,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10847',10162,0,3),(675,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10847',10163,10196,255),(676,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10847',10170,0,99),(680,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10856',10162,0,3),(678,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10856',10163,10196,255),(679,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10856',10170,0,99),(683,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10863',10162,0,3),(681,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10863',10163,10196,255),(682,10154,'com.liferay.portlet.wiki.model.WikiPage',4,'10863',10170,0,99); /*!40000 ALTER TABLE `ResourcePermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceTypePermission` -- DROP TABLE IF EXISTS `ResourceTypePermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ResourceTypePermission` ( `resourceTypePermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceTypePermissionId`), UNIQUE KEY `IX_BA497163` (`companyId`,`groupId`,`name`,`roleId`), KEY `IX_7D81F66F` (`companyId`,`name`,`roleId`), KEY `IX_A82690E2` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceTypePermission` -- LOCK TABLES `ResourceTypePermission` WRITE; /*!40000 ALTER TABLE `ResourceTypePermission` DISABLE KEYS */; /*!40000 ALTER TABLE `ResourceTypePermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Resource_` -- DROP TABLE IF EXISTS `Resource_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Resource_` ( `resourceId` bigint(20) NOT NULL, `codeId` bigint(20) DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourceId`), UNIQUE KEY `IX_67DE7856` (`codeId`,`primKey`), KEY `IX_2578FBD3` (`codeId`), KEY `IX_5F076332` (`primKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Resource_` -- LOCK TABLES `Resource_` WRITE; /*!40000 ALTER TABLE `Resource_` DISABLE KEYS */; /*!40000 ALTER TABLE `Resource_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Role_` -- DROP TABLE IF EXISTS `Role_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Role_` ( `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `type_` int(11) DEFAULT NULL, `subtype` varchar(75) DEFAULT NULL, PRIMARY KEY (`roleId`), UNIQUE KEY `IX_A88E424E` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_EBC931B8` (`companyId`,`name`), KEY `IX_449A10B9` (`companyId`), KEY `IX_F436EC8E` (`name`), KEY `IX_5EB4E2FB` (`subtype`), KEY `IX_CBE204` (`type_`,`subtype`), KEY `IX_F3E1C6FC` (`companyId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Role_` -- LOCK TABLES `Role_` WRITE; /*!40000 ALTER TABLE `Role_` DISABLE KEYS */; INSERT INTO `Role_` VALUES (10161,10154,10004,10161,'Administrator','','Administrators are super users who can do anything.',1,''),(10162,10154,10004,10162,'Guest','','Unauthenticated users always have this role.',1,''),(10163,10154,10004,10163,'Owner','','This is an implied role with respect to the objects users create.',1,''),(10164,10154,10004,10164,'Power User','','Power Users have their own personal site.',1,''),(10165,10154,10004,10165,'User','','Authenticated users should be assigned this role.',1,''),(10166,10154,10004,10166,'Organization Administrator','','Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.',3,''),(10167,10154,10004,10167,'Organization Owner','','Organization Owners are super users of their organization and can assign organization roles to users.',3,''),(10168,10154,10004,10168,'Organization User','','All users who belong to an organization have this role within that organization.',3,''),(10169,10154,10004,10169,'Site Administrator','','Site Administrators are super users of their site but cannot make other users into Site Administrators.',2,''),(10170,10154,10004,10170,'Site Member','','All users who belong to a site have this role within that site.',2,''),(10171,10154,10004,10171,'Site Owner','','Site Owners are super users of their site and can assign site roles to users.',2,''); /*!40000 ALTER TABLE `Role_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Roles_Permissions` -- DROP TABLE IF EXISTS `Roles_Permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Roles_Permissions` ( `permissionId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`permissionId`,`roleId`), KEY `IX_7A3619C6` (`permissionId`), KEY `IX_E04E486D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Roles_Permissions` -- LOCK TABLES `Roles_Permissions` WRITE; /*!40000 ALTER TABLE `Roles_Permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `Roles_Permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCFrameworkVersi_SCProductVers` -- DROP TABLE IF EXISTS `SCFrameworkVersi_SCProductVers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCFrameworkVersi_SCProductVers` ( `frameworkVersionId` bigint(20) NOT NULL, `productVersionId` bigint(20) NOT NULL, PRIMARY KEY (`frameworkVersionId`,`productVersionId`), KEY `IX_3BB93ECA` (`frameworkVersionId`), KEY `IX_E8D33FF9` (`productVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCFrameworkVersi_SCProductVers` -- LOCK TABLES `SCFrameworkVersi_SCProductVers` WRITE; /*!40000 ALTER TABLE `SCFrameworkVersi_SCProductVers` DISABLE KEYS */; /*!40000 ALTER TABLE `SCFrameworkVersi_SCProductVers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCFrameworkVersion` -- DROP TABLE IF EXISTS `SCFrameworkVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCFrameworkVersion` ( `frameworkVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `url` longtext, `active_` tinyint(4) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`frameworkVersionId`), KEY `IX_C98C0D78` (`companyId`), KEY `IX_272991FA` (`groupId`), KEY `IX_6E1764F` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCFrameworkVersion` -- LOCK TABLES `SCFrameworkVersion` WRITE; /*!40000 ALTER TABLE `SCFrameworkVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `SCFrameworkVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCLicense` -- DROP TABLE IF EXISTS `SCLicense`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCLicense` ( `licenseId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `url` longtext, `openSource` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `recommended` tinyint(4) DEFAULT NULL, PRIMARY KEY (`licenseId`), KEY `IX_1C841592` (`active_`), KEY `IX_5327BB79` (`active_`,`recommended`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCLicense` -- LOCK TABLES `SCLicense` WRITE; /*!40000 ALTER TABLE `SCLicense` DISABLE KEYS */; /*!40000 ALTER TABLE `SCLicense` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCLicenses_SCProductEntries` -- DROP TABLE IF EXISTS `SCLicenses_SCProductEntries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCLicenses_SCProductEntries` ( `licenseId` bigint(20) NOT NULL, `productEntryId` bigint(20) NOT NULL, PRIMARY KEY (`licenseId`,`productEntryId`), KEY `IX_27006638` (`licenseId`), KEY `IX_D7710A66` (`productEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCLicenses_SCProductEntries` -- LOCK TABLES `SCLicenses_SCProductEntries` WRITE; /*!40000 ALTER TABLE `SCLicenses_SCProductEntries` DISABLE KEYS */; /*!40000 ALTER TABLE `SCLicenses_SCProductEntries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCProductEntry` -- DROP TABLE IF EXISTS `SCProductEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCProductEntry` ( `productEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `tags` varchar(255) DEFAULT NULL, `shortDescription` longtext, `longDescription` longtext, `pageURL` longtext, `author` varchar(75) DEFAULT NULL, `repoGroupId` varchar(75) DEFAULT NULL, `repoArtifactId` varchar(75) DEFAULT NULL, PRIMARY KEY (`productEntryId`), KEY `IX_5D25244F` (`companyId`), KEY `IX_72F87291` (`groupId`), KEY `IX_98E6A9CB` (`groupId`,`userId`), KEY `IX_7311E812` (`repoGroupId`,`repoArtifactId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCProductEntry` -- LOCK TABLES `SCProductEntry` WRITE; /*!40000 ALTER TABLE `SCProductEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `SCProductEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCProductScreenshot` -- DROP TABLE IF EXISTS `SCProductScreenshot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCProductScreenshot` ( `productScreenshotId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `productEntryId` bigint(20) DEFAULT NULL, `thumbnailId` bigint(20) DEFAULT NULL, `fullImageId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`productScreenshotId`), KEY `IX_AE8224CC` (`fullImageId`), KEY `IX_467956FD` (`productEntryId`), KEY `IX_DA913A55` (`productEntryId`,`priority`), KEY `IX_6C572DAC` (`thumbnailId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCProductScreenshot` -- LOCK TABLES `SCProductScreenshot` WRITE; /*!40000 ALTER TABLE `SCProductScreenshot` DISABLE KEYS */; /*!40000 ALTER TABLE `SCProductScreenshot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SCProductVersion` -- DROP TABLE IF EXISTS `SCProductVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SCProductVersion` ( `productVersionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `productEntryId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `changeLog` longtext, `downloadPageURL` longtext, `directDownloadURL` varchar(2000) DEFAULT NULL, `repoStoreArtifact` tinyint(4) DEFAULT NULL, PRIMARY KEY (`productVersionId`), KEY `IX_7020130F` (`directDownloadURL`(255)), KEY `IX_8377A211` (`productEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SCProductVersion` -- LOCK TABLES `SCProductVersion` WRITE; /*!40000 ALTER TABLE `SCProductVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `SCProductVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ServiceComponent` -- DROP TABLE IF EXISTS `ServiceComponent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ServiceComponent` ( `serviceComponentId` bigint(20) NOT NULL, `buildNamespace` varchar(75) DEFAULT NULL, `buildNumber` bigint(20) DEFAULT NULL, `buildDate` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`serviceComponentId`), UNIQUE KEY `IX_4F0315B8` (`buildNamespace`,`buildNumber`), KEY `IX_7338606F` (`buildNamespace`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ServiceComponent` -- LOCK TABLES `ServiceComponent` WRITE; /*!40000 ALTER TABLE `ServiceComponent` DISABLE KEYS */; /*!40000 ALTER TABLE `ServiceComponent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Shard` -- DROP TABLE IF EXISTS `Shard`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Shard` ( `shardId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`shardId`), KEY `IX_DA5F4359` (`classNameId`,`classPK`), KEY `IX_941BA8C3` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Shard` -- LOCK TABLES `Shard` WRITE; /*!40000 ALTER TABLE `Shard` DISABLE KEYS */; INSERT INTO `Shard` VALUES (10155,10021,10154,'default'); /*!40000 ALTER TABLE `Shard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingCart` -- DROP TABLE IF EXISTS `ShoppingCart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingCart` ( `cartId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `itemIds` longtext, `couponCodes` varchar(75) DEFAULT NULL, `altShipping` int(11) DEFAULT NULL, `insure` tinyint(4) DEFAULT NULL, PRIMARY KEY (`cartId`), UNIQUE KEY `IX_FC46FE16` (`groupId`,`userId`), KEY `IX_C28B41DC` (`groupId`), KEY `IX_54101CC8` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingCart` -- LOCK TABLES `ShoppingCart` WRITE; /*!40000 ALTER TABLE `ShoppingCart` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingCart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingCategory` -- DROP TABLE IF EXISTS `ShoppingCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingCategory` ( `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`categoryId`), KEY `IX_5F615D3E` (`groupId`), KEY `IX_1E6464F5` (`groupId`,`parentCategoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingCategory` -- LOCK TABLES `ShoppingCategory` WRITE; /*!40000 ALTER TABLE `ShoppingCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingCoupon` -- DROP TABLE IF EXISTS `ShoppingCoupon`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingCoupon` ( `couponId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `limitCategories` longtext, `limitSkus` longtext, `minOrder` double DEFAULT NULL, `discount` double DEFAULT NULL, `discountType` varchar(75) DEFAULT NULL, PRIMARY KEY (`couponId`), UNIQUE KEY `IX_DC60CFAE` (`code_`), KEY `IX_3251AF16` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingCoupon` -- LOCK TABLES `ShoppingCoupon` WRITE; /*!40000 ALTER TABLE `ShoppingCoupon` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingCoupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingItem` -- DROP TABLE IF EXISTS `ShoppingItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingItem` ( `itemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `properties` longtext, `fields_` tinyint(4) DEFAULT NULL, `fieldsQuantities` longtext, `minQuantity` int(11) DEFAULT NULL, `maxQuantity` int(11) DEFAULT NULL, `price` double DEFAULT NULL, `discount` double DEFAULT NULL, `taxable` tinyint(4) DEFAULT NULL, `shipping` double DEFAULT NULL, `useShippingFormula` tinyint(4) DEFAULT NULL, `requiresShipping` tinyint(4) DEFAULT NULL, `stockQuantity` int(11) DEFAULT NULL, `featured_` tinyint(4) DEFAULT NULL, `sale_` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `mediumImage` tinyint(4) DEFAULT NULL, `mediumImageId` bigint(20) DEFAULT NULL, `mediumImageURL` longtext, `largeImage` tinyint(4) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `largeImageURL` longtext, PRIMARY KEY (`itemId`), UNIQUE KEY `IX_1C717CA6` (`companyId`,`sku`), KEY `IX_FEFE7D76` (`groupId`,`categoryId`), KEY `IX_903DC750` (`largeImageId`), KEY `IX_D217AB30` (`mediumImageId`), KEY `IX_FF203304` (`smallImageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingItem` -- LOCK TABLES `ShoppingItem` WRITE; /*!40000 ALTER TABLE `ShoppingItem` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingItemField` -- DROP TABLE IF EXISTS `ShoppingItemField`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingItemField` ( `itemFieldId` bigint(20) NOT NULL, `itemId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `values_` longtext, `description` longtext, PRIMARY KEY (`itemFieldId`), KEY `IX_6D5F9B87` (`itemId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingItemField` -- LOCK TABLES `ShoppingItemField` WRITE; /*!40000 ALTER TABLE `ShoppingItemField` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingItemField` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingItemPrice` -- DROP TABLE IF EXISTS `ShoppingItemPrice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingItemPrice` ( `itemPriceId` bigint(20) NOT NULL, `itemId` bigint(20) DEFAULT NULL, `minQuantity` int(11) DEFAULT NULL, `maxQuantity` int(11) DEFAULT NULL, `price` double DEFAULT NULL, `discount` double DEFAULT NULL, `taxable` tinyint(4) DEFAULT NULL, `shipping` double DEFAULT NULL, `useShippingFormula` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`itemPriceId`), KEY `IX_EA6FD516` (`itemId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingItemPrice` -- LOCK TABLES `ShoppingItemPrice` WRITE; /*!40000 ALTER TABLE `ShoppingItemPrice` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingItemPrice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingOrder` -- DROP TABLE IF EXISTS `ShoppingOrder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingOrder` ( `orderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `tax` double DEFAULT NULL, `shipping` double DEFAULT NULL, `altShipping` varchar(75) DEFAULT NULL, `requiresShipping` tinyint(4) DEFAULT NULL, `insure` tinyint(4) DEFAULT NULL, `insurance` double DEFAULT NULL, `couponCodes` varchar(75) DEFAULT NULL, `couponDiscount` double DEFAULT NULL, `billingFirstName` varchar(75) DEFAULT NULL, `billingLastName` varchar(75) DEFAULT NULL, `billingEmailAddress` varchar(75) DEFAULT NULL, `billingCompany` varchar(75) DEFAULT NULL, `billingStreet` varchar(75) DEFAULT NULL, `billingCity` varchar(75) DEFAULT NULL, `billingState` varchar(75) DEFAULT NULL, `billingZip` varchar(75) DEFAULT NULL, `billingCountry` varchar(75) DEFAULT NULL, `billingPhone` varchar(75) DEFAULT NULL, `shipToBilling` tinyint(4) DEFAULT NULL, `shippingFirstName` varchar(75) DEFAULT NULL, `shippingLastName` varchar(75) DEFAULT NULL, `shippingEmailAddress` varchar(75) DEFAULT NULL, `shippingCompany` varchar(75) DEFAULT NULL, `shippingStreet` varchar(75) DEFAULT NULL, `shippingCity` varchar(75) DEFAULT NULL, `shippingState` varchar(75) DEFAULT NULL, `shippingZip` varchar(75) DEFAULT NULL, `shippingCountry` varchar(75) DEFAULT NULL, `shippingPhone` varchar(75) DEFAULT NULL, `ccName` varchar(75) DEFAULT NULL, `ccType` varchar(75) DEFAULT NULL, `ccNumber` varchar(75) DEFAULT NULL, `ccExpMonth` int(11) DEFAULT NULL, `ccExpYear` int(11) DEFAULT NULL, `ccVerNumber` varchar(75) DEFAULT NULL, `comments` longtext, `ppTxnId` varchar(75) DEFAULT NULL, `ppPaymentStatus` varchar(75) DEFAULT NULL, `ppPaymentGross` double DEFAULT NULL, `ppReceiverEmail` varchar(75) DEFAULT NULL, `ppPayerEmail` varchar(75) DEFAULT NULL, `sendOrderEmail` tinyint(4) DEFAULT NULL, `sendShippingEmail` tinyint(4) DEFAULT NULL, PRIMARY KEY (`orderId`), UNIQUE KEY `IX_D7D6E87A` (`number_`), KEY `IX_1D15553E` (`groupId`), KEY `IX_119B5630` (`groupId`,`userId`,`ppPaymentStatus`), KEY `IX_F474FD89` (`ppTxnId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingOrder` -- LOCK TABLES `ShoppingOrder` WRITE; /*!40000 ALTER TABLE `ShoppingOrder` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingOrder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShoppingOrderItem` -- DROP TABLE IF EXISTS `ShoppingOrderItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ShoppingOrderItem` ( `orderItemId` bigint(20) NOT NULL, `orderId` bigint(20) DEFAULT NULL, `itemId` varchar(75) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `properties` longtext, `price` double DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `shippedDate` datetime DEFAULT NULL, PRIMARY KEY (`orderItemId`), KEY `IX_B5F82C7A` (`orderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ShoppingOrderItem` -- LOCK TABLES `ShoppingOrderItem` WRITE; /*!40000 ALTER TABLE `ShoppingOrderItem` DISABLE KEYS */; /*!40000 ALTER TABLE `ShoppingOrderItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivity` -- DROP TABLE IF EXISTS `SocialActivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialActivity` ( `activityId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `mirrorActivityId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`activityId`), UNIQUE KEY `IX_8F32DEC9` (`groupId`,`userId`,`createDate`,`classNameId`,`classPK`,`type_`,`receiverUserId`), KEY `IX_82E39A0C` (`classNameId`), KEY `IX_A853C757` (`classNameId`,`classPK`), KEY `IX_64B1BC66` (`companyId`), KEY `IX_2A2468` (`groupId`), KEY `IX_FB604DC7` (`groupId`,`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`), KEY `IX_1271F25F` (`mirrorActivityId`), KEY `IX_1F00C374` (`mirrorActivityId`,`classNameId`,`classPK`), KEY `IX_121CA3CB` (`receiverUserId`), KEY `IX_3504B8BC` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivity` -- LOCK TABLES `SocialActivity` WRITE; /*!40000 ALTER TABLE `SocialActivity` DISABLE KEYS */; INSERT INTO `SocialActivity` VALUES (1,10180,10154,10196,1461876885050,0,10008,10462,1,'{\"title\":\"Subscribed Bookmark\"}',0),(2,10180,10154,10196,1461876919215,0,10008,10470,1,'{\"title\":\"Bookmark with Tags\"}',0),(3,10180,10154,10196,1461876974807,0,10008,10481,1,'{\"title\":\"Bookmark for Site Members\"}',0),(4,10180,10154,10196,1461877084071,0,10010,10497,1,'{\"title\":\"Document_1.doc\"}',0),(5,10180,10154,10196,1461877094847,0,10010,10509,1,'{\"title\":\"Document_1.docx\"}',0),(6,10180,10154,10196,1461877105045,0,10010,10521,1,'{\"title\":\"Document_1.jpeg\"}',0),(7,10180,10154,10196,1461877114704,0,10010,10533,1,'{\"title\":\"Document_1.jpg\"}',0),(8,10180,10154,10196,1461877136640,0,10010,10545,1,'{\"title\":\"Document_1.mp3\"}',0),(9,10180,10154,10196,1461877148499,0,10010,10557,1,'{\"title\":\"Document_1.odt\"}',0),(10,10180,10154,10196,1461877159777,0,10010,10569,1,'{\"title\":\"Document_1.pdf\"}',0),(11,10180,10154,10196,1461877175828,0,10010,10581,1,'{\"title\":\"Document_1.png\"}',0),(12,10180,10154,10196,1461877189219,0,10010,10593,1,'{\"title\":\"Document_1.ppt\"}',0),(13,10180,10154,10196,1461877198642,0,10010,10605,1,'{\"title\":\"Document_1.pptx\"}',0),(14,10180,10154,10196,1461877209014,0,10010,10617,1,'{\"title\":\"Document_1.txt\"}',0),(15,10180,10154,10196,1461877218341,0,10010,10629,1,'{\"title\":\"Document_1.xls\"}',0),(16,10180,10154,10196,1461877232030,0,10010,10641,1,'{\"title\":\"Document_1.xlsx\"}',0),(17,10180,10154,10196,1461877261370,0,10010,10653,1,'{\"title\":\"Document_1.mp4\"}',0),(18,10180,10154,10196,1461877355223,0,10010,10665,1,'{\"title\":\"Document_2.jpg\"}',0),(19,10180,10154,10196,1461877368299,0,10010,10677,1,'{\"title\":\"Document_2.jpeg\"}',0),(20,10180,10154,10196,1461877380427,0,10010,10689,1,'{\"title\":\"Document_2.odt\"}',0),(21,10180,10154,10196,1461877447270,0,10010,10689,2,'{\"title\":\"Document_2.odt\"}',0),(22,10180,10154,10158,1461877535662,0,10013,10727,1,'',0),(23,10180,10154,10196,1461877558836,0,10013,10727,2,'',0),(24,10180,10154,10196,1461877582854,0,10013,10739,1,'',0),(25,10180,10154,10196,1461877608750,0,10013,10747,1,'',0),(26,10180,10154,10196,1461877635418,0,10013,10754,1,'',0),(27,10180,10154,10196,1461877691857,0,10013,10770,1,'',0),(28,10180,10154,10196,1461877740423,0,10013,10770,2,'',0),(29,10180,10154,10196,1461877758609,0,10013,10780,1,'',0),(30,10180,10154,10196,1461877781828,0,10013,10780,2,'',0),(31,10180,10154,10196,1461877798703,0,10013,10790,1,'',0),(32,10180,10154,10196,1461877813422,0,10013,10797,1,'',0),(33,10180,10154,10196,1461877883833,0,10013,10805,1,'',0),(34,10180,10154,10196,1461877898230,0,10013,10805,10005,'{\"messageId\":10812,\"title\":\"Comment number 1...\"}',10196),(35,10180,10154,10196,1461877925640,0,10013,10816,1,'',0),(36,10180,10154,10196,1461877945553,0,10013,10829,1,'',0),(37,10180,10154,10196,1461877966431,0,10013,10837,1,'',0),(38,10180,10154,10196,1461877992741,0,10013,10847,1,'',0),(39,10180,10154,10196,1461878016808,0,10013,10856,1,'',0),(40,10180,10154,10196,1461878030395,0,10013,10863,1,'',0),(41,10180,10154,10872,1461878289719,0,10013,10805,10005,'{\"messageId\":10906,\"title\":\"Comment number 2...\"}',10196),(42,10180,10154,10196,1461878289719,41,10013,10805,10005,'{\"messageId\":10906,\"title\":\"Comment number 2...\"}',10872); /*!40000 ALTER TABLE `SocialActivity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityAchievement` -- DROP TABLE IF EXISTS `SocialActivityAchievement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialActivityAchievement` ( `activityAchievementId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `firstInGroup` tinyint(4) DEFAULT NULL, PRIMARY KEY (`activityAchievementId`), UNIQUE KEY `IX_D4390CAA` (`groupId`,`userId`,`name`), KEY `IX_E14B1F1` (`groupId`), KEY `IX_83E16F2F` (`groupId`,`firstInGroup`), KEY `IX_8F6408F0` (`groupId`,`name`), KEY `IX_C8FD892B` (`groupId`,`userId`), KEY `IX_AABC18E9` (`groupId`,`userId`,`firstInGroup`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityAchievement` -- LOCK TABLES `SocialActivityAchievement` WRITE; /*!40000 ALTER TABLE `SocialActivityAchievement` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityAchievement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityCounter` -- DROP TABLE IF EXISTS `SocialActivityCounter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialActivityCounter` ( `activityCounterId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `currentValue` int(11) DEFAULT NULL, `totalValue` int(11) DEFAULT NULL, `graceValue` int(11) DEFAULT NULL, `startPeriod` int(11) DEFAULT NULL, `endPeriod` int(11) DEFAULT NULL, PRIMARY KEY (`activityCounterId`), UNIQUE KEY `IX_1B7E3B67` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`endPeriod`), UNIQUE KEY `IX_374B35AE` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`startPeriod`), KEY `IX_A4B9A23B` (`classNameId`,`classPK`), KEY `IX_926CDD04` (`groupId`,`classNameId`,`classPK`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityCounter` -- LOCK TABLES `SocialActivityCounter` WRITE; /*!40000 ALTER TABLE `SocialActivityCounter` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityCounter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityLimit` -- DROP TABLE IF EXISTS `SocialActivityLimit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialActivityLimit` ( `activityLimitId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `activityType` int(11) DEFAULT NULL, `activityCounterName` varchar(75) DEFAULT NULL, `value` varchar(75) DEFAULT NULL, PRIMARY KEY (`activityLimitId`), UNIQUE KEY `IX_F1C1A617` (`groupId`,`userId`,`classNameId`,`classPK`,`activityType`,`activityCounterName`), KEY `IX_B15863FA` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityLimit` -- LOCK TABLES `SocialActivityLimit` WRITE; /*!40000 ALTER TABLE `SocialActivityLimit` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityLimit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivitySetting` -- DROP TABLE IF EXISTS `SocialActivitySetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialActivitySetting` ( `activitySettingId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `activityType` int(11) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `value` varchar(1024) DEFAULT NULL, PRIMARY KEY (`activitySettingId`), KEY `IX_384788CD` (`groupId`,`activityType`), KEY `IX_1E9CF33B` (`groupId`,`classNameId`,`activityType`), KEY `IX_D984AABA` (`groupId`,`classNameId`,`activityType`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivitySetting` -- LOCK TABLES `SocialActivitySetting` WRITE; /*!40000 ALTER TABLE `SocialActivitySetting` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivitySetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialRelation` -- DROP TABLE IF EXISTS `SocialRelation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialRelation` ( `uuid_` varchar(75) DEFAULT NULL, `relationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `userId1` bigint(20) DEFAULT NULL, `userId2` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`relationId`), UNIQUE KEY `IX_12A92145` (`userId1`,`userId2`,`type_`), KEY `IX_61171E99` (`companyId`), KEY `IX_95135D1C` (`companyId`,`type_`), KEY `IX_C31A64C6` (`type_`), KEY `IX_5A40CDCC` (`userId1`), KEY `IX_4B52BE89` (`userId1`,`type_`), KEY `IX_B5C9C690` (`userId1`,`userId2`), KEY `IX_5A40D18D` (`userId2`), KEY `IX_3F9C2FA8` (`userId2`,`type_`), KEY `IX_F0CA24A5` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialRelation` -- LOCK TABLES `SocialRelation` WRITE; /*!40000 ALTER TABLE `SocialRelation` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialRelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialRequest` -- DROP TABLE IF EXISTS `SocialRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SocialRequest` ( `uuid_` varchar(75) DEFAULT NULL, `requestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `modifiedDate` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`requestId`), UNIQUE KEY `IX_36A90CA7` (`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`), UNIQUE KEY `IX_4F973EFE` (`uuid_`,`groupId`), KEY `IX_D3425487` (`classNameId`,`classPK`,`type_`,`receiverUserId`,`status`), KEY `IX_A90FE5A0` (`companyId`), KEY `IX_32292ED1` (`receiverUserId`), KEY `IX_D9380CB7` (`receiverUserId`,`status`), KEY `IX_80F7A9C2` (`userId`), KEY `IX_CC86A444` (`userId`,`classNameId`,`classPK`,`type_`,`status`), KEY `IX_AB5906A8` (`userId`,`status`), KEY `IX_49D5872C` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialRequest` -- LOCK TABLES `SocialRequest` WRITE; /*!40000 ALTER TABLE `SocialRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Subscription` -- DROP TABLE IF EXISTS `Subscription`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Subscription` ( `subscriptionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `frequency` varchar(75) DEFAULT NULL, PRIMARY KEY (`subscriptionId`), UNIQUE KEY `IX_2E1A92D4` (`companyId`,`userId`,`classNameId`,`classPK`), KEY `IX_786D171A` (`companyId`,`classNameId`,`classPK`), KEY `IX_54243AFD` (`userId`), KEY `IX_E8F34171` (`userId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Subscription` -- LOCK TABLES `Subscription` WRITE; /*!40000 ALTER TABLE `Subscription` DISABLE KEYS */; INSERT INTO `Subscription` VALUES (10720,10154,10196,'Test Test','2016-04-28 21:05:07','2016-04-28 21:05:07',10010,10665,'instant'),(10814,10154,10196,'Test Test','2016-04-28 21:11:38','2016-04-28 21:11:38',10013,10805,'instant'),(10903,10154,10872,'userfn userln','2016-04-28 21:17:03','2016-04-28 21:17:03',10010,10665,'instant'),(10905,10154,10872,'userfn userln','2016-04-28 21:17:35','2016-04-28 21:17:35',10013,10790,'instant'),(10908,10154,10872,'userfn userln','2016-04-28 21:18:09','2016-04-28 21:18:09',10013,10805,'instant'); /*!40000 ALTER TABLE `Subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Team` -- DROP TABLE IF EXISTS `Team`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Team` ( `teamId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`teamId`), UNIQUE KEY `IX_143DC786` (`groupId`,`name`), KEY `IX_AE6E9907` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Team` -- LOCK TABLES `Team` WRITE; /*!40000 ALTER TABLE `Team` DISABLE KEYS */; /*!40000 ALTER TABLE `Team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Ticket` -- DROP TABLE IF EXISTS `Ticket`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Ticket` ( `ticketId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraInfo` longtext, `expirationDate` datetime DEFAULT NULL, PRIMARY KEY (`ticketId`), KEY `IX_B2468446` (`key_`), KEY `IX_1E8DFB2E` (`classNameId`,`classPK`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Ticket` -- LOCK TABLES `Ticket` WRITE; /*!40000 ALTER TABLE `Ticket` DISABLE KEYS */; INSERT INTO `Ticket` VALUES (10803,10154,'2016-04-28 21:10:39',10005,10196,'94524008-6d4a-4b80-9903-5d68c8ee6589',2,'','2016-04-28 21:40:39'); /*!40000 ALTER TABLE `Ticket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroup` -- DROP TABLE IF EXISTS `UserGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserGroup` ( `userGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `parentUserGroupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userGroupId`), UNIQUE KEY `IX_23EAD0D` (`companyId`,`name`), KEY `IX_524FEFCE` (`companyId`), KEY `IX_69771487` (`companyId`,`parentUserGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroup` -- LOCK TABLES `UserGroup` WRITE; /*!40000 ALTER TABLE `UserGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroupGroupRole` -- DROP TABLE IF EXISTS `UserGroupGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserGroupGroupRole` ( `userGroupId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`userGroupId`,`groupId`,`roleId`), KEY `IX_CCBE4063` (`groupId`), KEY `IX_CAB0CCC8` (`groupId`,`roleId`), KEY `IX_1CDF88C` (`roleId`), KEY `IX_DCDED558` (`userGroupId`), KEY `IX_73C52252` (`userGroupId`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroupGroupRole` -- LOCK TABLES `UserGroupGroupRole` WRITE; /*!40000 ALTER TABLE `UserGroupGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroupGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroupRole` -- DROP TABLE IF EXISTS `UserGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserGroupRole` ( `userId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`groupId`,`roleId`), KEY `IX_1B988D7A` (`groupId`), KEY `IX_871412DF` (`groupId`,`roleId`), KEY `IX_887A2C95` (`roleId`), KEY `IX_887BE56A` (`userId`), KEY `IX_4D040680` (`userId`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroupRole` -- LOCK TABLES `UserGroupRole` WRITE; /*!40000 ALTER TABLE `UserGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroups_Teams` -- DROP TABLE IF EXISTS `UserGroups_Teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserGroups_Teams` ( `teamId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`teamId`,`userGroupId`), KEY `IX_31FB0B08` (`teamId`), KEY `IX_7F187E63` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroups_Teams` -- LOCK TABLES `UserGroups_Teams` WRITE; /*!40000 ALTER TABLE `UserGroups_Teams` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroups_Teams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserIdMapper` -- DROP TABLE IF EXISTS `UserIdMapper`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserIdMapper` ( `userIdMapperId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `externalUserId` varchar(75) DEFAULT NULL, PRIMARY KEY (`userIdMapperId`), UNIQUE KEY `IX_41A32E0D` (`type_`,`externalUserId`), UNIQUE KEY `IX_D1C44A6E` (`userId`,`type_`), KEY `IX_E60EA987` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserIdMapper` -- LOCK TABLES `UserIdMapper` WRITE; /*!40000 ALTER TABLE `UserIdMapper` DISABLE KEYS */; /*!40000 ALTER TABLE `UserIdMapper` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserNotificationEvent` -- DROP TABLE IF EXISTS `UserNotificationEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserNotificationEvent` ( `uuid_` varchar(75) DEFAULT NULL, `userNotificationEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `timestamp` bigint(20) DEFAULT NULL, `deliverBy` bigint(20) DEFAULT NULL, `payload` longtext, `archived` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userNotificationEventId`), KEY `IX_3E5D78C4` (`userId`), KEY `IX_3DBB361A` (`userId`,`archived`), KEY `IX_ECD8CFEA` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserNotificationEvent` -- LOCK TABLES `UserNotificationEvent` WRITE; /*!40000 ALTER TABLE `UserNotificationEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `UserNotificationEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserTracker` -- DROP TABLE IF EXISTS `UserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserTracker` ( `userTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `sessionId` varchar(200) DEFAULT NULL, `remoteAddr` varchar(75) DEFAULT NULL, `remoteHost` varchar(75) DEFAULT NULL, `userAgent` varchar(200) DEFAULT NULL, PRIMARY KEY (`userTrackerId`), KEY `IX_29BA1CF5` (`companyId`), KEY `IX_46B0AE8E` (`sessionId`), KEY `IX_E4EFBA8D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserTracker` -- LOCK TABLES `UserTracker` WRITE; /*!40000 ALTER TABLE `UserTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `UserTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserTrackerPath` -- DROP TABLE IF EXISTS `UserTrackerPath`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserTrackerPath` ( `userTrackerPathId` bigint(20) NOT NULL, `userTrackerId` bigint(20) DEFAULT NULL, `path_` longtext, `pathDate` datetime DEFAULT NULL, PRIMARY KEY (`userTrackerPathId`), KEY `IX_14D8BCC0` (`userTrackerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserTrackerPath` -- LOCK TABLES `UserTrackerPath` WRITE; /*!40000 ALTER TABLE `UserTrackerPath` DISABLE KEYS */; /*!40000 ALTER TABLE `UserTrackerPath` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `User_` -- DROP TABLE IF EXISTS `User_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `User_` ( `uuid_` varchar(75) DEFAULT NULL, `userId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `defaultUser` tinyint(4) DEFAULT NULL, `contactId` bigint(20) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, `passwordEncrypted` tinyint(4) DEFAULT NULL, `passwordReset` tinyint(4) DEFAULT NULL, `passwordModifiedDate` datetime DEFAULT NULL, `digest` varchar(255) DEFAULT NULL, `reminderQueryQuestion` varchar(75) DEFAULT NULL, `reminderQueryAnswer` varchar(75) DEFAULT NULL, `graceLoginCount` int(11) DEFAULT NULL, `screenName` varchar(75) DEFAULT NULL, `emailAddress` varchar(75) DEFAULT NULL, `facebookId` bigint(20) DEFAULT NULL, `openId` varchar(1024) DEFAULT NULL, `portraitId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `timeZoneId` varchar(75) DEFAULT NULL, `greeting` varchar(255) DEFAULT NULL, `comments` longtext, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `loginDate` datetime DEFAULT NULL, `loginIP` varchar(75) DEFAULT NULL, `lastLoginDate` datetime DEFAULT NULL, `lastLoginIP` varchar(75) DEFAULT NULL, `lastFailedLoginDate` datetime DEFAULT NULL, `failedLoginAttempts` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `lockoutDate` datetime DEFAULT NULL, `agreedToTermsOfUse` tinyint(4) DEFAULT NULL, `emailAddressVerified` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`userId`), UNIQUE KEY `IX_615E9F7A` (`companyId`,`emailAddress`), UNIQUE KEY `IX_C5806019` (`companyId`,`screenName`), UNIQUE KEY `IX_9782AD88` (`companyId`,`userId`), UNIQUE KEY `IX_5ADBE171` (`contactId`), KEY `IX_3A1E834E` (`companyId`), KEY `IX_740C4D0C` (`companyId`,`createDate`), KEY `IX_BCFDA257` (`companyId`,`createDate`,`modifiedDate`), KEY `IX_6EF03E4E` (`companyId`,`defaultUser`), KEY `IX_1D731F03` (`companyId`,`facebookId`), KEY `IX_EE8ABD19` (`companyId`,`modifiedDate`), KEY `IX_89509087` (`companyId`,`openId`(255)), KEY `IX_F6039434` (`companyId`,`status`), KEY `IX_762F63C6` (`emailAddress`), KEY `IX_A18034A4` (`portraitId`), KEY `IX_E0422BDA` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `User_` -- LOCK TABLES `User_` WRITE; /*!40000 ALTER TABLE `User_` DISABLE KEYS */; INSERT INTO `User_` VALUES ('0fbc69cb-7862-4a96-a528-16d937f3ae6f',10158,10154,'2016-04-28 20:39:40','2016-04-28 20:39:40',1,10159,'password',0,0,NULL,'5533ed38b5e33c076a804bb4bca644f9,528f53719430814f22dbf509e0faa0c4,528f53719430814f22dbf509e0faa0c4','','',0,'10158','default@liferay.com',0,'',0,'en_US','UTC','Welcome!','','','','','','2016-04-28 20:39:40','',NULL,'',NULL,0,0,NULL,1,0,0),('dd943315-4657-4b65-ac2b-d38c2f88eddb',10196,10154,'2016-04-28 20:39:42','2016-04-28 20:39:42',0,10197,'qUqP5cyxm6YcTAhz05Hph5gvu9M=',1,0,NULL,'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,8f3d267131c99bf7ba6ade3481d748b4','what-is-your-father\'s-middle-name','test',0,'test','test@liferay.com',0,'',0,'en_US','UTC','Welcome Test Test!','','Test','','Test','','2016-04-28 20:43:49','127.0.0.1','2016-04-28 20:39:43','127.0.0.1',NULL,0,0,NULL,1,1,0),('6547cf0b-c40d-46fe-b6a2-214e75d6cf52',10872,10154,'2016-04-28 21:14:36','2016-04-28 21:15:09',0,10873,'qUqP5cyxm6YcTAhz05Hph5gvu9M=',1,0,'2016-04-28 21:15:29','','what-is-your-father\'s-middle-name','test',0,'usersn','userea@liferay.com',0,'',0,'en_US','UTC','Welcome userfn userln!','','userfn','','userln','','2016-04-28 21:15:20','127.0.0.1','2016-04-28 21:15:20','127.0.0.1',NULL,0,0,NULL,1,0,0); /*!40000 ALTER TABLE `User_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Groups` -- DROP TABLE IF EXISTS `Users_Groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_Groups` ( `groupId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`userId`), KEY `IX_C4F9E699` (`groupId`), KEY `IX_F10B6C6B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Groups` -- LOCK TABLES `Users_Groups` WRITE; /*!40000 ALTER TABLE `Users_Groups` DISABLE KEYS */; INSERT INTO `Users_Groups` VALUES (10180,10196),(10180,10872); /*!40000 ALTER TABLE `Users_Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Orgs` -- DROP TABLE IF EXISTS `Users_Orgs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_Orgs` ( `organizationId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`userId`), KEY `IX_7EF4EC0E` (`organizationId`), KEY `IX_FB646CA6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Orgs` -- LOCK TABLES `Users_Orgs` WRITE; /*!40000 ALTER TABLE `Users_Orgs` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_Orgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Permissions` -- DROP TABLE IF EXISTS `Users_Permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_Permissions` ( `permissionId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`permissionId`,`userId`), KEY `IX_8AE58A91` (`permissionId`), KEY `IX_C26AA64D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Permissions` -- LOCK TABLES `Users_Permissions` WRITE; /*!40000 ALTER TABLE `Users_Permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_Permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Roles` -- DROP TABLE IF EXISTS `Users_Roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_Roles` ( `roleId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`roleId`,`userId`), KEY `IX_C19E5F31` (`roleId`), KEY `IX_C1A01806` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Roles` -- LOCK TABLES `Users_Roles` WRITE; /*!40000 ALTER TABLE `Users_Roles` DISABLE KEYS */; INSERT INTO `Users_Roles` VALUES (10161,10196),(10162,10158),(10164,10196),(10165,10196),(10165,10872); /*!40000 ALTER TABLE `Users_Roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Teams` -- DROP TABLE IF EXISTS `Users_Teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_Teams` ( `teamId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`teamId`,`userId`), KEY `IX_4D06AD51` (`teamId`), KEY `IX_A098EFBF` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Teams` -- LOCK TABLES `Users_Teams` WRITE; /*!40000 ALTER TABLE `Users_Teams` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_Teams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_UserGroups` -- DROP TABLE IF EXISTS `Users_UserGroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Users_UserGroups` ( `userId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`userGroupId`), KEY `IX_66FF2503` (`userGroupId`), KEY `IX_BE8102D6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_UserGroups` -- LOCK TABLES `Users_UserGroups` WRITE; /*!40000 ALTER TABLE `Users_UserGroups` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_UserGroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `VirtualHost` -- DROP TABLE IF EXISTS `VirtualHost`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `VirtualHost` ( `virtualHostId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, `hostname` varchar(75) DEFAULT NULL, PRIMARY KEY (`virtualHostId`), UNIQUE KEY `IX_A083D394` (`companyId`,`layoutSetId`), UNIQUE KEY `IX_431A3960` (`hostname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `VirtualHost` -- LOCK TABLES `VirtualHost` WRITE; /*!40000 ALTER TABLE `VirtualHost` DISABLE KEYS */; INSERT INTO `VirtualHost` VALUES (10157,10154,0,'localhost'); /*!40000 ALTER TABLE `VirtualHost` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WebDAVProps` -- DROP TABLE IF EXISTS `WebDAVProps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WebDAVProps` ( `webDavPropsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `props` longtext, PRIMARY KEY (`webDavPropsId`), UNIQUE KEY `IX_97DFA146` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WebDAVProps` -- LOCK TABLES `WebDAVProps` WRITE; /*!40000 ALTER TABLE `WebDAVProps` DISABLE KEYS */; /*!40000 ALTER TABLE `WebDAVProps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Website` -- DROP TABLE IF EXISTS `Website`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Website` ( `websiteId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `url` longtext, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`websiteId`), KEY `IX_96F07007` (`companyId`), KEY `IX_4F0F0CA7` (`companyId`,`classNameId`), KEY `IX_F960131C` (`companyId`,`classNameId`,`classPK`), KEY `IX_1AA07A6D` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F75690BB` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Website` -- LOCK TABLES `Website` WRITE; /*!40000 ALTER TABLE `Website` DISABLE KEYS */; /*!40000 ALTER TABLE `Website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiNode` -- DROP TABLE IF EXISTS `WikiNode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiNode` ( `uuid_` varchar(75) DEFAULT NULL, `nodeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`nodeId`), UNIQUE KEY `IX_920CD8B1` (`groupId`,`name`), UNIQUE KEY `IX_7609B2AE` (`uuid_`,`groupId`), KEY `IX_5D6FE3F0` (`companyId`), KEY `IX_B480A672` (`groupId`), KEY `IX_6C112D7C` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiNode` -- LOCK TABLES `WikiNode` WRITE; /*!40000 ALTER TABLE `WikiNode` DISABLE KEYS */; INSERT INTO `WikiNode` VALUES ('006e1398-6d17-4e63-8eb6-1698d1c90808',10725,10180,10154,10158,'','2016-04-28 21:05:35','2016-04-28 21:05:35','Main','','2016-04-28 21:13:50'); /*!40000 ALTER TABLE `WikiNode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiPage` -- DROP TABLE IF EXISTS `WikiPage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiPage` ( `uuid_` varchar(75) DEFAULT NULL, `pageId` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `version` double DEFAULT NULL, `minorEdit` tinyint(4) DEFAULT NULL, `content` longtext, `summary` longtext, `format` varchar(75) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `parentTitle` varchar(255) DEFAULT NULL, `redirectTitle` varchar(255) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`pageId`), UNIQUE KEY `IX_3D4AF476` (`nodeId`,`title`,`version`), UNIQUE KEY `IX_2CD67C81` (`resourcePrimKey`,`nodeId`,`version`), UNIQUE KEY `IX_899D3DFB` (`uuid_`,`groupId`), KEY `IX_A2001730` (`format`), KEY `IX_16E99B0A` (`groupId`,`nodeId`,`head`), KEY `IX_BA72B89A` (`groupId`,`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_E0092FF0` (`groupId`,`nodeId`,`head`,`status`), KEY `IX_941E429C` (`groupId`,`nodeId`,`status`), KEY `IX_5FF21CE6` (`groupId`,`nodeId`,`title`,`head`), KEY `IX_CAA451D6` (`groupId`,`userId`,`nodeId`,`status`), KEY `IX_C8A9C476` (`nodeId`), KEY `IX_E7F635CA` (`nodeId`,`head`), KEY `IX_65E84AF4` (`nodeId`,`head`,`parentTitle`), KEY `IX_9F7655DA` (`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_432F0AB0` (`nodeId`,`head`,`status`), KEY `IX_46EEF3C8` (`nodeId`,`parentTitle`), KEY `IX_1ECC7656` (`nodeId`,`redirectTitle`), KEY `IX_546F2D5C` (`nodeId`,`status`), KEY `IX_997EEDD2` (`nodeId`,`title`), KEY `IX_E745EA26` (`nodeId`,`title`,`head`), KEY `IX_BEA33AB8` (`nodeId`,`title`,`status`), KEY `IX_B771D67` (`resourcePrimKey`,`nodeId`), KEY `IX_94D1054D` (`resourcePrimKey`,`nodeId`,`status`), KEY `IX_FBBE7C96` (`userId`,`nodeId`,`status`), KEY `IX_9C0E478F` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiPage` -- LOCK TABLES `WikiPage` WRITE; /*!40000 ALTER TABLE `WikiPage` DISABLE KEYS */; INSERT INTO `WikiPage` VALUES ('75e27937-3a92-4e3e-a850-9aa79537eecc',10726,10727,10180,10154,10158,'','2016-04-28 21:05:35','2016-04-28 21:05:35',10725,'FrontPage',1,1,'','New','creole',0,'','',0,10158,'','2016-04-28 21:05:35'),('747056d8-efd2-404c-9f59-8413c7758689',10735,10727,10180,10154,10196,'Test Test','2016-04-28 21:05:58','2016-04-28 21:05:58',10725,'FrontPage',1.1,0,'FrontPage Content\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:05:58'),('7b141181-18f9-48c7-802c-f24335d1b3ec',10738,10739,10180,10154,10196,'Test Test','2016-04-28 21:06:22','2016-04-28 21:06:22',10725,'Creole Wiki Page Title',1,0,'**Creole Wiki Page Content**\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:06:22'),('b39bba01-c1f7-4451-8b56-83880ad65846',10746,10747,10180,10154,10196,'Test Test','2016-04-28 21:06:48','2016-04-28 21:06:48',10725,'HTML Wiki Page Title',1,0,'

Home

','','html',1,'','',0,10196,'Test Test','2016-04-28 21:06:48'),('bf3acc5f-484f-4c97-8813-73d0891e3441',10753,10754,10180,10154,10196,'Test Test','2016-04-28 21:07:15','2016-04-28 21:07:15',10725,'MediaWiki Wiki Page Title',1,0,'\nthis is the first line\n\nthis is another line, notice blank line between the two lines.\n','','mediawiki',1,'','',0,10196,'Test Test','2016-04-28 21:07:15'),('20dc403f-f07e-4ae6-9791-884a6209ef34',10762,10763,10180,10154,10196,'Test Test','2016-04-28 21:07:46','2016-04-28 21:07:46',10725,'Wiki Draft Page Title',1,0,'Wiki Draft Page Content\\\\','','creole',1,'','',2,0,'',NULL),('b12059c9-500a-45ef-b0f0-eb54caae8824',10769,10770,10180,10154,10196,'Test Test','2016-04-28 21:08:11','2016-04-28 21:08:11',10725,'Wiki Page with Images',1,0,'\\\\','','creole',0,'','',0,10196,'Test Test','2016-04-28 21:08:11'),('1d6804d7-4571-4246-bf6c-3a35f5709e62',10776,10770,10180,10154,10196,'Test Test','2016-04-28 21:09:00','2016-04-28 21:09:00',10725,'Wiki Page with Images',1.1,0,'\\\\{{http://upload.wikimedia.org/wikipedia/commons/1/16/HDRI_Sample_Scene_Balls_(JPEG-HDR).jpg}}\\\\\n\n{{two-minions-dj-board.jpg}}{{rubiks.jpg}}\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:09:00'),('23a0fa6e-eb73-4396-a4a3-0c50cf6a19fc',10779,10780,10180,10154,10196,'Test Test','2016-04-28 21:09:18','2016-04-28 21:09:18',10725,'Edited Wiki Page',1,0,'Wiki Page Content\\\\','','creole',0,'','',0,10196,'Test Test','2016-04-28 21:09:18'),('588cdd6f-b93d-4fd2-a698-d285d61fde9c',10786,10780,10180,10154,10196,'Test Test','2016-04-28 21:09:41','2016-04-28 21:09:41',10725,'Edited Wiki Page',1.1,0,'Edited Wiki Page Content. Version number should be 1.1\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:09:41'),('f4e7b80b-51a2-465e-bcb9-5a7489890d8d',10789,10790,10180,10154,10196,'Test Test','2016-04-28 21:09:58','2016-04-28 21:09:58',10725,'Subscribed Wiki',1,0,'Usersn is subscribed here\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:09:58'),('41d559a4-d6fa-45be-a108-bf86f53819de',10796,10797,10180,10154,10196,'Test Test','2016-04-28 21:10:13','2016-04-28 21:10:13',10725,'Wiki Page with Attachments',1,0,'Contains 3 attachments\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:10:13'),('1324f13a-7f8a-4ccf-889e-8b8fc48aeb6c',10804,10805,10180,10154,10196,'Test Test','2016-04-28 21:11:23','2016-04-28 21:11:23',10725,'Wiki Page with Comments',1,0,'1 from Test, 1 from Userfn\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:11:23'),('768a8eeb-fdb8-4d07-a7db-fc0d0b01b2be',10815,10816,10180,10154,10196,'Test Test','2016-04-28 21:12:05','2016-04-28 21:12:05',10725,'Wiki Page with 3 Tags',1,0,'Contains 3 tags\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:12:05'),('406f5ae8-81ba-4d91-8f51-d4f6226bfdb0',10828,10829,10180,10154,10196,'Test Test','2016-04-28 21:12:25','2016-04-28 21:12:25',10725,'Wiki Page 1',1,0,'Related Asset of Wiki Page 2\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:12:25'),('ad104bef-e695-4d15-9e49-d2e7a1be7de7',10836,10837,10180,10154,10196,'Test Test','2016-04-28 21:12:46','2016-04-28 21:12:46',10725,'Wiki Page 2',1,0,'Related Asset of Wiki Page 1\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:12:46'),('9b43b889-3e15-42ef-a82f-03960794f063',10846,10847,10180,10154,10196,'Test Test','2016-04-28 21:13:12','2016-04-28 21:13:12',10725,'Wiki Child Pages TItle',1,0,'Wiki Child Pages Content\\\\','','creole',1,'','',0,10196,'Test Test','2016-04-28 21:13:12'),('4a7e8a02-b1c2-4280-889b-6544fd217aa8',10855,10856,10180,10154,10196,'Test Test','2016-04-28 21:13:36','2016-04-28 21:13:36',10725,'Wiki Child Page 1',1,0,'CP1 Content\\\\','','creole',1,'Wiki Child Pages TItle','',0,10196,'Test Test','2016-04-28 21:13:36'),('201e9c4b-e604-47dd-96ff-d5e089882063',10862,10863,10180,10154,10196,'Test Test','2016-04-28 21:13:50','2016-04-28 21:13:50',10725,'Wiki Child Page 2',1,0,'CP Content 2\\\\','','creole',1,'Wiki Child Pages TItle','',0,10196,'Test Test','2016-04-28 21:13:50'); /*!40000 ALTER TABLE `WikiPage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiPageResource` -- DROP TABLE IF EXISTS `WikiPageResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiPageResource` ( `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_21277664` (`nodeId`,`title`), KEY `IX_BE898221` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiPageResource` -- LOCK TABLES `WikiPageResource` WRITE; /*!40000 ALTER TABLE `WikiPageResource` DISABLE KEYS */; INSERT INTO `WikiPageResource` VALUES ('8463e2d7-87f5-42b2-93aa-f4ffe50fda55',10727,10725,'FrontPage'),('35a6f0f8-669a-42b4-8d7f-cc87768f4345',10739,10725,'Creole Wiki Page Title'),('2e913ae6-f02c-4454-a87f-a1af0ea08993',10747,10725,'HTML Wiki Page Title'),('98540e75-f9ea-47c9-84f5-7f35f8f55125',10754,10725,'MediaWiki Wiki Page Title'),('e54d49ef-5539-4110-a39a-f348f7b3dbd5',10763,10725,'Wiki Draft Page Title'),('1568426a-0c7e-4550-bcb0-a15105fdbed0',10770,10725,'Wiki Page with Images'),('8abb62be-13e6-40bd-9f64-b18ee35a2e7a',10780,10725,'Edited Wiki Page'),('b44fa427-f9ac-4bb3-803d-8b7f20e97d68',10790,10725,'Subscribed Wiki'),('a98bf612-3455-45b7-8cc6-ca8a2647527f',10797,10725,'Wiki Page with Attachments'),('ffb6dbc2-cfdd-4a97-ad88-5a7bee675421',10805,10725,'Wiki Page with Comments'),('e03ccb91-9674-4720-827f-d892ebb1236c',10816,10725,'Wiki Page with 3 Tags'),('3a6a4505-b127-49fc-acc8-5553cf3811c5',10829,10725,'Wiki Page 1'),('f8f294f8-ce88-469a-b8fa-e9afc3d4d8bb',10837,10725,'Wiki Page 2'),('4c807dc9-6abf-4315-bdd4-e3de2e6b71d2',10847,10725,'Wiki Child Pages TItle'),('fd21f3e0-af10-4666-9f37-2d63cb9c35ec',10856,10725,'Wiki Child Page 1'),('84f0f55e-aa5e-43a6-93ea-1cd438edded8',10863,10725,'Wiki Child Page 2'); /*!40000 ALTER TABLE `WikiPageResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WorkflowDefinitionLink` -- DROP TABLE IF EXISTS `WorkflowDefinitionLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WorkflowDefinitionLink` ( `workflowDefinitionLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int(11) DEFAULT NULL, PRIMARY KEY (`workflowDefinitionLinkId`), KEY `IX_A8B0D276` (`companyId`), KEY `IX_A4DB1F0F` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`), KEY `IX_B6EE8C9E` (`groupId`,`companyId`,`classNameId`), KEY `IX_1E5B9905` (`groupId`,`companyId`,`classNameId`,`classPK`), KEY `IX_705B40EE` (`groupId`,`companyId`,`classNameId`,`classPK`,`typePK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WorkflowDefinitionLink` -- LOCK TABLES `WorkflowDefinitionLink` WRITE; /*!40000 ALTER TABLE `WorkflowDefinitionLink` DISABLE KEYS */; /*!40000 ALTER TABLE `WorkflowDefinitionLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WorkflowInstanceLink` -- DROP TABLE IF EXISTS `WorkflowInstanceLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WorkflowInstanceLink` ( `workflowInstanceLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `workflowInstanceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`workflowInstanceLinkId`), KEY `IX_415A7007` (`groupId`,`companyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WorkflowInstanceLink` -- LOCK TABLES `WorkflowInstanceLink` WRITE; /*!40000 ALTER TABLE `WorkflowInstanceLink` DISABLE KEYS */; /*!40000 ALTER TABLE `WorkflowInstanceLink` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-04-28 21:23:01