/* Navicat MySQL Data Transfer Source Server : mysql5.7 Source Server Version : 50713 Source Host : localhost:3306 Source Database : sl Target Server Type : MYSQL Target Server Version : 50713 File Encoding : 65001 Date: 2020-09-03 09:26:04 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `accountentry` -- ---------------------------- DROP TABLE IF EXISTS `accountentry`; CREATE TABLE `accountentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `accountEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentAccountEntryId` bigint(20) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `description` longtext, `domains` longtext, `logoId` bigint(20) DEFAULT NULL, `taxIdNumber` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`accountEntryId`), KEY `IX_FBFAF640` (`companyId`,`externalReferenceCode`), KEY `IX_48CB043` (`companyId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountentry -- ---------------------------- -- ---------------------------- -- Table structure for `accountentryorganizationrel` -- ---------------------------- DROP TABLE IF EXISTS `accountentryorganizationrel`; CREATE TABLE `accountentryorganizationrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `accountEntryOrganizationRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `accountEntryId` bigint(20) DEFAULT NULL, `organizationId` bigint(20) DEFAULT NULL, PRIMARY KEY (`accountEntryOrganizationRelId`), KEY `IX_EC6CC41D` (`accountEntryId`,`organizationId`), KEY `IX_2FA4FA69` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountentryorganizationrel -- ---------------------------- -- ---------------------------- -- Table structure for `accountentryuserrel` -- ---------------------------- DROP TABLE IF EXISTS `accountentryuserrel`; CREATE TABLE `accountentryuserrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `accountEntryUserRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `accountEntryId` bigint(20) DEFAULT NULL, `accountUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`accountEntryUserRelId`), KEY `IX_ED720A80` (`accountEntryId`,`accountUserId`), KEY `IX_4EA60AB4` (`accountUserId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountentryuserrel -- ---------------------------- -- ---------------------------- -- Table structure for `accountgroup` -- ---------------------------- DROP TABLE IF EXISTS `accountgroup`; CREATE TABLE `accountgroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `accountGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, PRIMARY KEY (`accountGroupId`), KEY `IX_F7BFA1CD` (`companyId`,`externalReferenceCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountgroup -- ---------------------------- -- ---------------------------- -- Table structure for `accountgroupaccountentryrel` -- ---------------------------- DROP TABLE IF EXISTS `accountgroupaccountentryrel`; CREATE TABLE `accountgroupaccountentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `AccountGroupAccountEntryRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `accountGroupId` bigint(20) DEFAULT NULL, `accountEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`AccountGroupAccountEntryRelId`), KEY `IX_8177283C` (`accountEntryId`), KEY `IX_1FACB57D` (`accountGroupId`,`accountEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountgroupaccountentryrel -- ---------------------------- -- ---------------------------- -- Table structure for `accountrole` -- ---------------------------- DROP TABLE IF EXISTS `accountrole`; CREATE TABLE `accountrole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `accountRoleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `accountEntryId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, PRIMARY KEY (`accountRoleId`), KEY `IX_3A47CDD` (`accountEntryId`), KEY `IX_76E515F` (`companyId`), KEY `IX_714A358E` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of accountrole -- ---------------------------- INSERT INTO `accountrole` VALUES ('0', '39944', '20097', '0', '39945'); INSERT INTO `accountrole` VALUES ('0', '39947', '20097', '0', '39945'); INSERT INTO `accountrole` VALUES ('0', '39948', '20097', '0', '39949'); INSERT INTO `accountrole` VALUES ('0', '39951', '20097', '0', '39949'); -- ---------------------------- -- Table structure for `account_` -- ---------------------------- DROP TABLE IF EXISTS `account_`; CREATE TABLE `account_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `accountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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; -- ---------------------------- -- Records of account_ -- ---------------------------- INSERT INTO `account_` VALUES ('1', '20100', '20097', '0', null, '2020-09-03 01:09:41.773000', '2020-09-03 01:11:02.499000', '0', 'Liferay DXP', null, null, null, null, null, null, null, null); -- ---------------------------- -- Table structure for `address` -- ---------------------------- DROP TABLE IF EXISTS `address`; CREATE TABLE `address` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `addressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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` bigint(20) DEFAULT NULL, `mailing` tinyint(4) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`addressId`), KEY `IX_923BD178` (`companyId`,`classNameId`,`classPK`,`mailing`), KEY `IX_9226DBB4` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_5BC8B0D4` (`userId`), KEY `IX_8FCB620E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of address -- ---------------------------- -- ---------------------------- -- Table structure for `amimageentry` -- ---------------------------- DROP TABLE IF EXISTS `amimageentry`; CREATE TABLE `amimageentry` ( `uuid_` varchar(75) DEFAULT NULL, `amImageEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `configurationUuid` varchar(75) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, PRIMARY KEY (`amImageEntryId`), UNIQUE KEY `IX_C1EE916F` (`configurationUuid`,`fileVersionId`), UNIQUE KEY `IX_A0FF779F` (`uuid_`,`groupId`), KEY `IX_868E8C82` (`companyId`,`configurationUuid`), KEY `IX_E879919E` (`fileVersionId`), KEY `IX_65AB1EA1` (`groupId`), KEY `IX_257F1DDD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of amimageentry -- ---------------------------- -- ---------------------------- -- Table structure for `analyticsmessage` -- ---------------------------- DROP TABLE IF EXISTS `analyticsmessage`; CREATE TABLE `analyticsmessage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `analyticsMessageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `body` longblob, PRIMARY KEY (`analyticsMessageId`), KEY `IX_3A69CC81` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of analyticsmessage -- ---------------------------- -- ---------------------------- -- Table structure for `announcementsdelivery` -- ---------------------------- DROP TABLE IF EXISTS `announcementsdelivery`; CREATE TABLE `announcementsdelivery` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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_37B0A8A2` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of announcementsdelivery -- ---------------------------- -- ---------------------------- -- Table structure for `announcementsentry` -- ---------------------------- DROP TABLE IF EXISTS `announcementsentry`; CREATE TABLE `announcementsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `priority` int(11) DEFAULT NULL, `alert` tinyint(4) DEFAULT NULL, PRIMARY KEY (`entryId`), KEY `IX_14F06A6B` (`classNameId`,`classPK`,`alert`), KEY `IX_459BE01B` (`companyId`,`classNameId`,`classPK`,`alert`), KEY `IX_D49C2E66` (`userId`), KEY `IX_F2949120` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of announcementsentry -- ---------------------------- -- ---------------------------- -- Table structure for `announcementsflag` -- ---------------------------- DROP TABLE IF EXISTS `announcementsflag`; CREATE TABLE `announcementsflag` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `flagId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `value` int(11) DEFAULT NULL, PRIMARY KEY (`flagId`), UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`), KEY `IX_EF1F022A` (`companyId`), KEY `IX_9C7EB9F` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of announcementsflag -- ---------------------------- -- ---------------------------- -- Table structure for `appbuilderapp` -- ---------------------------- DROP TABLE IF EXISTS `appbuilderapp`; CREATE TABLE `appbuilderapp` ( `uuid_` varchar(75) DEFAULT NULL, `appBuilderAppId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `ddlRecordSetId` bigint(20) DEFAULT NULL, `ddmStructureId` bigint(20) DEFAULT NULL, `ddmStructureLayoutId` bigint(20) DEFAULT NULL, `deDataListViewId` bigint(20) DEFAULT NULL, `name` longtext, `scope` varchar(75) DEFAULT NULL, PRIMARY KEY (`appBuilderAppId`), UNIQUE KEY `IX_65D5FAE3` (`uuid_`,`groupId`), KEY `IX_F1A2CD76` (`companyId`,`active_`,`scope`), KEY `IX_EE2A6D09` (`companyId`,`scope`), KEY `IX_4F325E62` (`ddmStructureId`), KEY `IX_EAB1C0E4` (`groupId`,`companyId`,`ddmStructureId`,`scope`), KEY `IX_AB656D87` (`groupId`,`scope`), KEY `IX_EC1E021` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of appbuilderapp -- ---------------------------- -- ---------------------------- -- Table structure for `appbuilderappdatarecordlink` -- ---------------------------- DROP TABLE IF EXISTS `appbuilderappdatarecordlink`; CREATE TABLE `appbuilderappdatarecordlink` ( `appBuilderAppDataRecordLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `appBuilderAppId` bigint(20) DEFAULT NULL, `appBuilderAppVersionId` bigint(20) DEFAULT NULL, `ddlRecordId` bigint(20) DEFAULT NULL, PRIMARY KEY (`appBuilderAppDataRecordLinkId`), KEY `IX_E17BD0D8` (`appBuilderAppId`,`ddlRecordId`), KEY `IX_CF7CED86` (`ddlRecordId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of appbuilderappdatarecordlink -- ---------------------------- -- ---------------------------- -- Table structure for `appbuilderappdeployment` -- ---------------------------- DROP TABLE IF EXISTS `appbuilderappdeployment`; CREATE TABLE `appbuilderappdeployment` ( `appBuilderAppDeploymentId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `appBuilderAppId` bigint(20) DEFAULT NULL, `settings_` longtext, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`appBuilderAppDeploymentId`), KEY `IX_28C98E35` (`appBuilderAppId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of appbuilderappdeployment -- ---------------------------- -- ---------------------------- -- Table structure for `appbuilderappversion` -- ---------------------------- DROP TABLE IF EXISTS `appbuilderappversion`; CREATE TABLE `appbuilderappversion` ( `uuid_` varchar(75) DEFAULT NULL, `appBuilderAppVersionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `appBuilderAppId` bigint(20) DEFAULT NULL, `ddlRecordSetId` bigint(20) DEFAULT NULL, `ddmStructureId` bigint(20) DEFAULT NULL, `ddmStructureLayoutId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, PRIMARY KEY (`appBuilderAppVersionId`), UNIQUE KEY `IX_9A89FC6D` (`uuid_`,`groupId`), KEY `IX_2AEAD6CD` (`appBuilderAppId`,`version`), KEY `IX_254A3ED1` (`companyId`), KEY `IX_17464593` (`groupId`), KEY `IX_E67BA72B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of appbuilderappversion -- ---------------------------- -- ---------------------------- -- Table structure for `appbuilderworkflowtasklink` -- ---------------------------- DROP TABLE IF EXISTS `appbuilderworkflowtasklink`; CREATE TABLE `appbuilderworkflowtasklink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `appBuilderWorkflowTaskLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `appBuilderAppId` bigint(20) DEFAULT NULL, `appBuilderAppVersionId` bigint(20) DEFAULT NULL, `ddmStructureLayoutId` bigint(20) DEFAULT NULL, `readOnly` tinyint(4) DEFAULT NULL, `workflowTaskName` varchar(75) DEFAULT NULL, PRIMARY KEY (`appBuilderWorkflowTaskLinkId`), KEY `IX_5404B36` (`appBuilderAppId`,`appBuilderAppVersionId`,`ddmStructureLayoutId`,`workflowTaskName`), KEY `IX_89076B7` (`appBuilderAppId`,`appBuilderAppVersionId`,`workflowTaskName`), KEY `IX_C32BC76` (`appBuilderAppId`,`ddmStructureLayoutId`,`workflowTaskName`), KEY `IX_8AEB57F7` (`appBuilderAppId`,`workflowTaskName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of appbuilderworkflowtasklink -- ---------------------------- -- ---------------------------- -- Table structure for `assetautotaggerentry` -- ---------------------------- DROP TABLE IF EXISTS `assetautotaggerentry`; CREATE TABLE `assetautotaggerentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `assetAutoTaggerEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `assetTagId` bigint(20) DEFAULT NULL, PRIMARY KEY (`assetAutoTaggerEntryId`,`ctCollectionId`), UNIQUE KEY `IX_50FDB5E7` (`assetEntryId`,`assetTagId`,`ctCollectionId`), KEY `IX_BDBCA56E` (`assetEntryId`,`ctCollectionId`), KEY `IX_501A00D6` (`assetTagId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetautotaggerentry -- ---------------------------- -- ---------------------------- -- Table structure for `assetcategory` -- ---------------------------- DROP TABLE IF EXISTS `assetcategory`; CREATE TABLE `assetcategory` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `title` longtext, `description` longtext, `vocabularyId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`categoryId`,`ctCollectionId`), UNIQUE KEY `IX_DC516B1D` (`parentCategoryId`,`name`,`vocabularyId`,`ctCollectionId`), UNIQUE KEY `IX_5B65C08` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_AE8DFA7` (`companyId`,`externalReferenceCode`,`ctCollectionId`), KEY `IX_1757FA92` (`ctCollectionId`), KEY `IX_62DC0D54` (`groupId`,`ctCollectionId`), KEY `IX_3E49A228` (`groupId`,`name`,`vocabularyId`,`ctCollectionId`), KEY `IX_5159C90B` (`groupId`,`parentCategoryId`,`ctCollectionId`), KEY `IX_852EA801` (`groupId`,`parentCategoryId`,`name`,`vocabularyId`), KEY `IX_51264AA0` (`groupId`,`parentCategoryId`,`vocabularyId`,`ctCollectionId`), KEY `IX_7EF2DB29` (`groupId`,`vocabularyId`,`ctCollectionId`), KEY `IX_8F988466` (`name`,`vocabularyId`,`ctCollectionId`), KEY `IX_88D822C9` (`parentCategoryId`,`ctCollectionId`), KEY `IX_83C2D848` (`parentCategoryId`,`name`,`ctCollectionId`), KEY `IX_8CEDBFDE` (`parentCategoryId`,`vocabularyId`,`ctCollectionId`), KEY `IX_59B2EF86` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_A9CC915E` (`uuid_`,`ctCollectionId`), KEY `IX_24AFC3E7` (`vocabularyId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetcategory -- ---------------------------- -- ---------------------------- -- Table structure for `assetcategoryproperty` -- ---------------------------- DROP TABLE IF EXISTS `assetcategoryproperty`; CREATE TABLE `assetcategoryproperty` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `categoryPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `key_` varchar(255) DEFAULT NULL, `value` varchar(255) DEFAULT NULL, PRIMARY KEY (`categoryPropertyId`,`ctCollectionId`), UNIQUE KEY `IX_87C75408` (`categoryId`,`key_`,`ctCollectionId`), KEY `IX_57C912B4` (`categoryId`,`ctCollectionId`), KEY `IX_83E29FD` (`companyId`,`ctCollectionId`), KEY `IX_11761091` (`companyId`,`key_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetcategoryproperty -- ---------------------------- -- ---------------------------- -- Table structure for `assetdisplaypageentry` -- ---------------------------- DROP TABLE IF EXISTS `assetdisplaypageentry`; CREATE TABLE `assetdisplaypageentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetDisplayPageEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `layoutPageTemplateEntryId` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, PRIMARY KEY (`assetDisplayPageEntryId`,`ctCollectionId`), UNIQUE KEY `IX_68525006` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), UNIQUE KEY `IX_EF42C6CB` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_31FA120C` (`classNameId`,`classPK`), KEY `IX_185EE7F1` (`groupId`,`ctCollectionId`), KEY `IX_54CF971` (`layoutPageTemplateEntryId`,`ctCollectionId`), KEY `IX_11CFB589` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_48F6F3B` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetdisplaypageentry -- ---------------------------- INSERT INTO `assetdisplaypageentry` VALUES ('0', '1', '8dfb3b23-4989-ec6d-ea07-4db5931ac505', '40318', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:34.028000', '2020-09-03 01:16:34.029000', '20131', '40309', '0', '1', '0'); INSERT INTO `assetdisplaypageentry` VALUES ('0', '2', '8dfb3b23-4989-ec6d-ea07-4db5931ac505', '40318', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:34.028000', '2020-09-03 01:17:30.247000', '20131', '40309', '0', '1', '0'); -- ---------------------------- -- Table structure for `assetentries_assetcategories` -- ---------------------------- DROP TABLE IF EXISTS `assetentries_assetcategories`; CREATE TABLE `assetentries_assetcategories` ( `companyId` bigint(20) NOT NULL, `categoryId` bigint(20) NOT NULL, `entryId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`categoryId`,`entryId`,`ctCollectionId`), KEY `IX_38A65B55` (`companyId`), KEY `IX_E119938A` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetentries_assetcategories -- ---------------------------- -- ---------------------------- -- Table structure for `assetentries_assettags` -- ---------------------------- DROP TABLE IF EXISTS `assetentries_assettags`; CREATE TABLE `assetentries_assettags` ( `companyId` bigint(20) NOT NULL, `entryId` bigint(20) NOT NULL, `tagId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`entryId`,`tagId`,`ctCollectionId`), KEY `IX_112337B8` (`companyId`), KEY `IX_B2A61B55` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetentries_assettags -- ---------------------------- -- ---------------------------- -- Table structure for `assetentry` -- ---------------------------- DROP TABLE IF EXISTS `assetentry`; CREATE TABLE `assetentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `classTypeId` bigint(20) DEFAULT NULL, `listable` tinyint(4) DEFAULT NULL, `visible` tinyint(4) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `publishDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) 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, PRIMARY KEY (`entryId`,`ctCollectionId`), UNIQUE KEY `IX_7BF8337B` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_25F682BE` (`companyId`,`ctCollectionId`), KEY `IX_E504D126` (`ctCollectionId`), KEY `IX_8839F457` (`expirationDate`,`ctCollectionId`), KEY `IX_B516ADB0` (`groupId`,`classNameId`,`publishDate`,`expirationDate`,`ctCollectionId`), KEY `IX_A62EE954` (`groupId`,`classNameId`,`visible`,`ctCollectionId`), KEY `IX_683ADC7F` (`groupId`,`classUuid`,`ctCollectionId`), KEY `IX_D5B55D40` (`groupId`,`ctCollectionId`), KEY `IX_5B55565F` (`layoutUuid`,`ctCollectionId`), KEY `IX_788964E3` (`publishDate`,`ctCollectionId`), KEY `IX_5B6AC3B8` (`visible`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetentry -- ---------------------------- INSERT INTO `assetentry` VALUES ('0', '0', '20119', '20116', '20097', '20102', null, '2020-09-03 01:09:44.033000', '2020-09-03 01:09:44.033000', '20026', '1', '83e9ee74-b574-24d1-2891-54778399d6e0', '0', '1', '0', null, null, null, null, 'text/html', 'Control Panel', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '20129', '20123', '20097', '20125', 'Test Test', '2020-09-03 01:09:44.390000', '2020-09-03 01:09:44.390000', '20039', '20125', 'cbcfe924-ef96-805f-7596-1403d128bc9d', '0', '1', '0', null, null, null, null, null, 'Test Test', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '20154', '20120', '20097', '20102', null, '2020-09-03 01:10:15.866000', '2020-09-03 01:10:15.866000', '20026', '2', '61cfb8fc-f33a-d179-0529-01a22402fd71', '0', '1', '0', null, null, null, null, 'text/html', 'Shared', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '20156', '20120', '20097', '20102', null, '2020-09-03 01:10:15.919000', '2020-09-03 01:10:15.919000', '20026', '3', '14bb6977-9c79-d304-6aeb-405f07172f1f', '0', '1', '0', null, null, null, null, 'text/html', 'Shared', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '39601', '39502', '20097', '20102', null, '2020-09-03 01:11:01.545000', '2020-09-03 01:11:01.545000', '20026', '4', 'aa6a0b56-bad6-9781-0edb-591fac36be2d', '0', '1', '0', null, null, null, null, 'text/html', 'Search', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('1', '0', '39653', '20121', '20097', '20102', null, '2020-09-03 01:11:02.105000', '2020-09-03 01:11:02.473000', '20026', '5', 'f3368927-6518-5e56-b2a2-048857ffcb90', '0', '1', '0', null, null, null, null, 'text/html', 'Search', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('1', '0', '39918', '20121', '20097', '20102', null, '2020-09-03 01:11:07.308000', '2020-09-03 01:11:07.308000', '20026', '6', '3716f3e7-e73b-669c-0fcf-ee93f002fd5d', '0', '1', '0', null, null, '2020-09-03 01:11:07.308000', null, 'text/html', 'Home', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('1', '0', '39922', '20121', '20097', '20102', null, '2020-09-03 01:11:07.373000', '2020-09-03 01:11:07.308000', '20026', '7', '815754c2-3609-1e98-814b-5cba4752ed33', '0', '1', '0', null, null, '2020-09-03 01:11:07.308000', null, 'text/html', 'Home', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '39937', '20121', '20097', '20102', null, '2020-09-03 01:11:07.911000', '2020-09-03 01:11:07.911000', '20007', '39935', 'cbe1f7d0-d6ac-9050-4b8d-4957fae68e22', '0', '1', '0', null, null, null, null, 'image/jpeg', 'welcome_bg.jpg', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40168', '40164', '20097', '20102', null, '2020-09-03 01:11:15.244000', '2020-09-03 01:11:15.244000', '20026', '8', 'd2a0a823-10af-0ccf-3278-7988fc0616fd', '0', '1', '0', null, null, null, null, 'text/html', 'Blog', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40179', '40175', '20097', '20102', null, '2020-09-03 01:11:15.557000', '2020-09-03 01:11:15.557000', '20026', '9', 'b8644c17-3aea-b9c1-cde1-d8d11d83f590', '0', '1', '0', null, null, null, null, 'text/html', 'Wiki', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40194', '40190', '20097', '20102', null, '2020-09-03 01:11:16.092000', '2020-09-03 01:11:16.092000', '20026', '10', 'e12f4d52-3900-6f69-bc08-4084ed364682', '0', '1', '0', null, null, null, null, 'text/html', 'Home', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40199', '40190', '20097', '20102', null, '2020-09-03 01:11:16.188000', '2020-09-03 01:11:16.188000', '20026', '11', 'f33dacdb-583f-6cce-e8cf-2a379fc7be88', '0', '1', '0', null, null, null, null, 'text/html', 'Documents and Media', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40204', '40190', '20097', '20102', null, '2020-09-03 01:11:16.250000', '2020-09-03 01:11:16.250000', '20026', '12', '1830ccaf-ea10-e253-f504-cacaa0583343', '0', '1', '0', null, null, null, null, 'text/html', 'News', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40222', '20123', '20097', '20102', null, '2020-09-03 01:11:17.165000', '2020-09-03 01:11:17.165000', '20007', '40220', 'b965176f-cb0e-0c8d-c11e-450e95f29817', '0', '1', '0', null, null, null, null, 'image/png', 'id-f1aad449-c126-4565-f24c-84bdc75a23', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40228', '40224', '20097', '20102', null, '2020-09-03 01:11:17.704000', '2020-09-03 01:11:17.704000', '20026', '13', 'de3357ee-5808-d7b8-6bb4-c46d0555ad9f', '0', '1', '0', null, null, null, null, 'text/html', 'Home', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40233', '40224', '20097', '20102', null, '2020-09-03 01:11:18.383000', '2020-09-03 01:11:18.383000', '20026', '14', 'a9c20c1e-6e3d-ccb7-b024-b896ddaebe96', '0', '1', '0', null, null, null, null, 'text/html', 'Wiki', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40294', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.039000', '2020-09-03 01:14:59.039000', '20026', '15', '026249f4-20be-775a-8a68-1a36400f30c5', '0', '1', '0', null, null, null, null, 'text/html', 'My Dashboard', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('0', '0', '40298', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.342000', '2020-09-03 01:14:59.342000', '20026', '16', 'b5d20dfc-255a-d445-ee6b-e53c14b4e6ae', '0', '1', '0', null, null, null, null, 'text/html', 'My Profile', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('1', '1', '40314', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:32.170000', '2020-09-03 01:16:32.389000', '20131', '40309', 'f3bb2327-6b39-24eb-b432-aea69b18d231', '39672', '1', '1', null, null, '2020-09-03 01:16:00.000000', null, 'text/html', 'Web Content 1', '', '', null, null, '0', '0', '0'); INSERT INTO `assetentry` VALUES ('2', '2', '40314', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:32.170000', '2020-09-03 01:17:29.570000', '20131', '40309', 'f3bb2327-6b39-24eb-b432-aea69b18d231', '39672', '1', '1', null, null, '2020-09-03 01:16:00.000000', null, 'text/html', 'Web Content 1 edited1', '', '', null, null, '0', '0', '0'); -- ---------------------------- -- Table structure for `assetentryassetcategoryrel` -- ---------------------------- DROP TABLE IF EXISTS `assetentryassetcategoryrel`; CREATE TABLE `assetentryassetcategoryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `assetEntryAssetCategoryRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `assetCategoryId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`assetEntryAssetCategoryRelId`,`ctCollectionId`), KEY `IX_A8BBA1A4` (`assetCategoryId`,`ctCollectionId`), KEY `IX_7DEE7233` (`assetEntryId`,`assetCategoryId`,`ctCollectionId`), KEY `IX_2F4DB9C2` (`assetEntryId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetentryassetcategoryrel -- ---------------------------- -- ---------------------------- -- Table structure for `assetentryusage` -- ---------------------------- DROP TABLE IF EXISTS `assetentryusage`; CREATE TABLE `assetentryusage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetEntryUsageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `containerType` bigint(20) DEFAULT NULL, `containerKey` varchar(200) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetEntryUsageId`,`ctCollectionId`), UNIQUE KEY `IX_BFC5C070` (`assetEntryId`,`containerType`,`containerKey`,`plid`,`ctCollectionId`), UNIQUE KEY `IX_E21D8B19` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_EBDE9FB4` (`assetEntryId`,`ctCollectionId`), KEY `IX_D010201D` (`assetEntryId`,`type_`,`ctCollectionId`), KEY `IX_5EA4B621` (`containerType`,`containerKey`,`plid`,`ctCollectionId`), KEY `IX_8DA9ACD` (`plid`,`containerType`,`containerKey`), KEY `IX_B5C8DC2E` (`plid`,`ctCollectionId`), KEY `IX_B90A9E57` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_D54DFB2D` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetentryusage -- ---------------------------- -- ---------------------------- -- Table structure for `assetlink` -- ---------------------------- DROP TABLE IF EXISTS `assetlink`; CREATE TABLE `assetlink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `linkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) 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`,`ctCollectionId`), UNIQUE KEY `IX_7FC555F2` (`entryId1`,`entryId2`,`type_`,`ctCollectionId`), KEY `IX_5D969E8E` (`ctCollectionId`), KEY `IX_9BB95D26` (`entryId1`,`ctCollectionId`), KEY `IX_97B1F7F` (`entryId1`,`entryId2`,`ctCollectionId`), KEY `IX_F75CBE6B` (`entryId1`,`type_`,`ctCollectionId`), KEY `IX_6963BEE7` (`entryId2`,`ctCollectionId`), KEY `IX_F936118A` (`entryId2`,`type_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetlink -- ---------------------------- -- ---------------------------- -- Table structure for `assetlistentry` -- ---------------------------- DROP TABLE IF EXISTS `assetlistentry`; CREATE TABLE `assetlistentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryKey` varchar(75) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `assetEntrySubtype` varchar(255) DEFAULT NULL, `assetEntryType` varchar(255) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryId`,`ctCollectionId`), UNIQUE KEY `IX_366FAE09` (`groupId`,`assetListEntryKey`,`ctCollectionId`), UNIQUE KEY `IX_5B95A9C6` (`groupId`,`title`,`ctCollectionId`), UNIQUE KEY `IX_B08E941E` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_6BEBFA56` (`groupId`,`assetEntrySubtype`,`assetEntryType`,`ctCollectionId`), KEY `IX_D604A2E` (`groupId`,`assetEntryType`,`ctCollectionId`), KEY `IX_E5ED21FE` (`groupId`,`ctCollectionId`), KEY `IX_FD621D8E` (`groupId`,`title`,`assetEntrySubtype`,`assetEntryType`,`ctCollectionId`), KEY `IX_CBD041F6` (`groupId`,`title`,`assetEntryType`,`ctCollectionId`), KEY `IX_6A225693` (`groupId`,`type_`,`ctCollectionId`), KEY `IX_AF5D7A1C` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_D48EC888` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetlistentry -- ---------------------------- -- ---------------------------- -- Table structure for `assetlistentryassetentryrel` -- ---------------------------- DROP TABLE IF EXISTS `assetlistentryassetentryrel`; CREATE TABLE `assetlistentryassetentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryAssetEntryRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `position` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryAssetEntryRelId`,`ctCollectionId`), UNIQUE KEY `IX_FAAE938C` (`assetListEntryId`,`segmentsEntryId`,`position`,`ctCollectionId`), UNIQUE KEY `IX_1FDDE58D` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_AB0636AA` (`assetListEntryId`,`ctCollectionId`), KEY `IX_3F8820EF` (`assetListEntryId`,`segmentsEntryId`,`ctCollectionId`), KEY `IX_881E2BCB` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_FC6C4E39` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetlistentryassetentryrel -- ---------------------------- -- ---------------------------- -- Table structure for `assetlistentrysegmentsentryrel` -- ---------------------------- DROP TABLE IF EXISTS `assetlistentrysegmentsentryrel`; CREATE TABLE `assetlistentrysegmentsentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `alEntrySegmentsEntryRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `typeSettings` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`alEntrySegmentsEntryRelId`,`ctCollectionId`), UNIQUE KEY `IX_56302677` (`assetListEntryId`,`segmentsEntryId`,`ctCollectionId`), UNIQUE KEY `IX_29F4FD05` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_8BB55022` (`assetListEntryId`,`ctCollectionId`), KEY `IX_865F28AA` (`segmentsEntryId`,`ctCollectionId`), KEY `IX_68CD4543` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_AB2E6FC1` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetlistentrysegmentsentryrel -- ---------------------------- -- ---------------------------- -- Table structure for `assetlistentryusage` -- ---------------------------- DROP TABLE IF EXISTS `assetlistentryusage`; CREATE TABLE `assetlistentryusage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryUsageId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryUsageId`,`ctCollectionId`), UNIQUE KEY `IX_78341F6B` (`classNameId`,`classPK`,`portletId`,`ctCollectionId`), UNIQUE KEY `IX_AE0E22D7` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_76643456` (`assetListEntryId`,`classNameId`,`ctCollectionId`), KEY `IX_6E1C4974` (`assetListEntryId`,`ctCollectionId`), KEY `IX_4B343E95` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_1F2615AF` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetlistentryusage -- ---------------------------- -- ---------------------------- -- Table structure for `assettag` -- ---------------------------- DROP TABLE IF EXISTS `assettag`; CREATE TABLE `assettag` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`tagId`,`ctCollectionId`), UNIQUE KEY `IX_AA52E757` (`groupId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_A43FBC4` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_E534924E` (`ctCollectionId`), KEY `IX_24286918` (`groupId`,`ctCollectionId`), KEY `IX_7A6CD00D` (`name`,`ctCollectionId`), KEY `IX_71579042` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_E7450E22` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assettag -- ---------------------------- -- ---------------------------- -- Table structure for `assetvocabulary` -- ---------------------------- DROP TABLE IF EXISTS `assetvocabulary`; CREATE TABLE `assetvocabulary` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `settings_` longtext, `visibilityType` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`vocabularyId`,`ctCollectionId`), UNIQUE KEY `IX_AE9F73AB` (`groupId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_8F88F9F0` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_F75DCEEA` (`companyId`,`ctCollectionId`), KEY `IX_6496D38F` (`companyId`,`externalReferenceCode`,`ctCollectionId`), KEY `IX_49B3687A` (`ctCollectionId`), KEY `IX_4E99C46C` (`groupId`,`ctCollectionId`), KEY `IX_2C944C4C` (`groupId`,`visibilityType`,`ctCollectionId`), KEY `IX_B955B36E` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_2F3D2E76` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of assetvocabulary -- ---------------------------- INSERT INTO `assetvocabulary` VALUES ('0', '0', '1f71c6ab-4555-ba04-ed63-c9953e2dc1c0', null, '20130', '20123', '20097', '20102', null, '2020-09-03 01:09:44.671000', '2020-09-03 01:09:44.671000', 'topic', 'ÄmneTópicoトピックSujetTémaThemaTemaعنوان رئيسيAiheTopic主题TemaOnderwerp', null, null, '0', null); INSERT INTO `assetvocabulary` VALUES ('0', '0', '2f475686-2381-fc7b-e495-ddffd1574fb9', null, '20132', '20123', '20097', '20102', null, '2020-09-03 01:09:44.691000', '2020-09-03 01:09:44.691000', 'audience', 'MålgruppPúblico-alvoオーディエンスPublicKözönségZielgruppePúblicالجمهورKohdeyleisöAudience受众PúblicoDoelgroep', null, 'selectedClassNameIds=20131:-1\n', '1', null); INSERT INTO `assetvocabulary` VALUES ('0', '0', '872ba726-71b6-7dd9-4204-87180f98044c', null, '20133', '20123', '20097', '20102', null, '2020-09-03 01:09:44.702000', '2020-09-03 01:09:44.702000', 'stage', 'TestmiljöEstágioステージÉtapeSzakaszPhaseFaseالولايةVaiheStage审核阶段FasePre-publicatiefase', null, 'selectedClassNameIds=20131:-1\n', '1', null); -- ---------------------------- -- Table structure for `audit_auditevent` -- ---------------------------- DROP TABLE IF EXISTS `audit_auditevent`; CREATE TABLE `audit_auditevent` ( `auditEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `eventType` varchar(75) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` varchar(75) DEFAULT NULL, `message` longtext, `clientHost` varchar(255) DEFAULT NULL, `clientIP` varchar(255) DEFAULT NULL, `serverName` varchar(255) DEFAULT NULL, `serverPort` int(11) DEFAULT NULL, `sessionID` varchar(255) DEFAULT NULL, `additionalInfo` longtext, PRIMARY KEY (`auditEventId`), KEY `IX_8FE31EDF` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of audit_auditevent -- ---------------------------- INSERT INTO `audit_auditevent` VALUES ('39946', '20097', '20102', null, '2020-09-03 01:11:08.271000', 'ADD', 'com.liferay.portal.kernel.model.Role', '39945', null, null, null, null, '0', null, '{\"doAsUserName\":\"\",\"doAsUserId\":\"0\"}'); INSERT INTO `audit_auditevent` VALUES ('39950', '20097', '20102', null, '2020-09-03 01:11:08.326000', 'ADD', 'com.liferay.portal.kernel.model.Role', '39949', null, null, null, null, '0', null, '{\"doAsUserName\":\"\",\"doAsUserId\":\"0\"}'); INSERT INTO `audit_auditevent` VALUES ('39953', '20097', '20102', null, '2020-09-03 01:11:08.367000', 'ADD', 'com.liferay.portal.kernel.model.Role', '39952', null, null, null, null, '0', null, '{\"doAsUserName\":\"\",\"doAsUserId\":\"0\"}'); INSERT INTO `audit_auditevent` VALUES ('40073', '0', '0', null, '2020-09-03 01:11:12.322000', 'ADD', 'com.liferay.portal.kernel.model.Role', '40072', null, null, null, null, '0', null, '{}'); INSERT INTO `audit_auditevent` VALUES ('40075', '0', '0', null, '2020-09-03 01:11:12.349000', 'ADD', 'com.liferay.portal.kernel.model.Role', '40074', null, null, null, null, '0', null, '{}'); INSERT INTO `audit_auditevent` VALUES ('40290', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.018000', 'LOGIN', 'com.liferay.portal.kernel.model.User', '20125', null, '127.0.0.1', '127.0.0.1', 'localhost', '8080', '2E6B8494D3DC989A899A22479A1706FA', 'null'); INSERT INTO `audit_auditevent` VALUES ('40302', '20097', '20125', 'Test Test', '2020-09-03 01:15:02.009000', 'UPDATE', 'com.liferay.portal.kernel.model.User', '20125', null, '127.0.0.1', '127.0.0.1', 'localhost', '8080', '2E6B8494D3DC989A899A22479A1706FA', '{\"attributes\":[{\"newValue\":\"true\",\"name\":\"agreedToTermsOfUse\",\"oldValue\":\"false\"}]}'); INSERT INTO `audit_auditevent` VALUES ('40303', '20097', '20125', 'Test Test', '2020-09-03 01:15:04.769000', 'UPDATE', 'com.liferay.portal.kernel.model.User', '20125', null, '127.0.0.1', '127.0.0.1', 'localhost', '8080', '2E6B8494D3DC989A899A22479A1706FA', '{\"attributes\":[{\"newValue\":\"dd\",\"name\":\"reminderQueryAnswer\",\"oldValue\":\"\"},{\"newValue\":\"what-is-your-father\'s-middle-name\",\"name\":\"reminderQueryQuestion\",\"oldValue\":\"\"}]}'); -- ---------------------------- -- Table structure for `backgroundtask` -- ---------------------------- DROP TABLE IF EXISTS `backgroundtask`; CREATE TABLE `backgroundtask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `backgroundTaskId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `servletContextNames` varchar(255) DEFAULT NULL, `taskExecutorClassName` varchar(200) DEFAULT NULL, `taskContextMap` longtext, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusMessage` longtext, PRIMARY KEY (`backgroundTaskId`), KEY `IX_C5A6C78F` (`companyId`), KEY `IX_FBF5FAA2` (`completed`), KEY `IX_579C63B0` (`groupId`,`name`,`taskExecutorClassName`,`completed`), KEY `IX_C71C3B7` (`groupId`,`status`), KEY `IX_7A9FF471` (`groupId`,`taskExecutorClassName`,`completed`), KEY `IX_7E757D70` (`groupId`,`taskExecutorClassName`,`status`), KEY `IX_75638CDF` (`status`), KEY `IX_2FCFE748` (`taskExecutorClassName`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of backgroundtask -- ---------------------------- INSERT INTO `backgroundtask` VALUES ('2', '40336', '20123', '20097', '20125', 'Test Test', '2020-09-03 01:23:58.851000', '2020-09-03 01:23:59.375000', '1', null, 'com.liferay.change.tracking.internal.background.task.CTPublishBackgroundTaskExecutor', '{\"javaClass\":\"java.util.HashMap\",\"map\":{\"ctProcessId\":1,\"ctCollectionId\":1,\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20097,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":\"20125\"}}}}', '1', '2020-09-03 01:23:59.375000', '3', ''); -- ---------------------------- -- Table structure for `batchengineexporttask` -- ---------------------------- DROP TABLE IF EXISTS `batchengineexporttask`; CREATE TABLE `batchengineexporttask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `batchEngineExportTaskId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `callbackURL` varchar(75) DEFAULT NULL, `className` varchar(255) DEFAULT NULL, `content` longblob, `contentType` varchar(75) DEFAULT NULL, `endTime` datetime(6) DEFAULT NULL, `errorMessage` varchar(1000) DEFAULT NULL, `fieldNames` varchar(75) DEFAULT NULL, `executeStatus` varchar(75) DEFAULT NULL, `parameters` longtext, `startTime` datetime(6) DEFAULT NULL, `taskItemDelegateName` varchar(75) DEFAULT NULL, PRIMARY KEY (`batchEngineExportTaskId`), KEY `IX_DADA545C` (`executeStatus`), KEY `IX_822E7A2F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of batchengineexporttask -- ---------------------------- -- ---------------------------- -- Table structure for `batchengineimporttask` -- ---------------------------- DROP TABLE IF EXISTS `batchengineimporttask`; CREATE TABLE `batchengineimporttask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `batchEngineImportTaskId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `batchSize` bigint(20) DEFAULT NULL, `callbackURL` varchar(75) DEFAULT NULL, `className` varchar(255) DEFAULT NULL, `content` longblob, `contentType` varchar(75) DEFAULT NULL, `endTime` datetime(6) DEFAULT NULL, `errorMessage` varchar(1000) DEFAULT NULL, `executeStatus` varchar(75) DEFAULT NULL, `fieldNameMapping` longtext, `operation` varchar(75) DEFAULT NULL, `parameters` longtext, `startTime` datetime(6) DEFAULT NULL, `taskItemDelegateName` varchar(75) DEFAULT NULL, PRIMARY KEY (`batchEngineImportTaskId`), KEY `IX_ABC8050B` (`executeStatus`), KEY `IX_BE725720` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of batchengineimporttask -- ---------------------------- -- ---------------------------- -- Table structure for `bigdecimalentries_lventries` -- ---------------------------- DROP TABLE IF EXISTS `bigdecimalentries_lventries`; CREATE TABLE `bigdecimalentries_lventries` ( `companyId` bigint(20) NOT NULL, `bigDecimalEntryId` bigint(20) NOT NULL, `lvEntryId` bigint(20) NOT NULL, PRIMARY KEY (`bigDecimalEntryId`,`lvEntryId`), KEY `IX_838D8DFC` (`companyId`), KEY `IX_67100507` (`lvEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of bigdecimalentries_lventries -- ---------------------------- -- ---------------------------- -- Table structure for `bigdecimalentry` -- ---------------------------- DROP TABLE IF EXISTS `bigdecimalentry`; CREATE TABLE `bigdecimalentry` ( `bigDecimalEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `bigDecimalValue` decimal(30,16) DEFAULT NULL, PRIMARY KEY (`bigDecimalEntryId`), KEY `IX_867C5A9` (`bigDecimalValue`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of bigdecimalentry -- ---------------------------- -- ---------------------------- -- Table structure for `blogsentry` -- ---------------------------- DROP TABLE IF EXISTS `blogsentry`; CREATE TABLE `blogsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` varchar(150) DEFAULT NULL, `subtitle` longtext, `urlTitle` varchar(255) DEFAULT NULL, `description` longtext, `content` longtext, `displayDate` datetime(6) DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `allowTrackbacks` tinyint(4) DEFAULT NULL, `trackbacks` longtext, `coverImageCaption` longtext, `coverImageFileEntryId` bigint(20) DEFAULT NULL, `coverImageURL` longtext, `smallImage` tinyint(4) DEFAULT NULL, `smallImageFileEntryId` bigint(20) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_DB780A20` (`groupId`,`urlTitle`), UNIQUE KEY `IX_1B1040FD` (`uuid_`,`groupId`), KEY `IX_BB0C2905` (`companyId`,`displayDate`,`status`), KEY `IX_EB2DCE27` (`companyId`,`status`), KEY `IX_A5F57B61` (`companyId`,`userId`,`status`), KEY `IX_2672F77F` (`displayDate`,`status`), KEY `IX_F0E73383` (`groupId`,`displayDate`,`status`), KEY `IX_1EFD8EE9` (`groupId`,`status`), KEY `IX_DA04F689` (`groupId`,`userId`,`displayDate`,`status`), KEY `IX_49E15A23` (`groupId`,`userId`,`status`), KEY `IX_5E8307BB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of blogsentry -- ---------------------------- -- ---------------------------- -- Table structure for `blogsstatsuser` -- ---------------------------- DROP TABLE IF EXISTS `blogsstatsuser`; CREATE TABLE `blogsstatsuser` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) 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_28C78D5C` (`groupId`,`entryCount`), KEY `IX_507BA031` (`userId`,`lastPostDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of blogsstatsuser -- ---------------------------- -- ---------------------------- -- Table structure for `bookmarksentry` -- ---------------------------- DROP TABLE IF EXISTS `bookmarksentry`; CREATE TABLE `bookmarksentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `url` longtext, `description` longtext, `priority` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`), KEY `IX_276C8C13` (`companyId`,`status`), KEY `IX_146382F2` (`groupId`,`folderId`,`status`), KEY `IX_416AD7D5` (`groupId`,`status`), KEY `IX_C78B61AC` (`groupId`,`userId`,`folderId`,`status`), KEY `IX_9D9CF70F` (`groupId`,`userId`,`status`), KEY `IX_89BEDC4F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of bookmarksentry -- ---------------------------- -- ---------------------------- -- Table structure for `bookmarksfolder` -- ---------------------------- DROP TABLE IF EXISTS `bookmarksfolder`; CREATE TABLE `bookmarksfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`), KEY `IX_C27C9DBD` (`companyId`,`status`), KEY `IX_D16018A6` (`groupId`,`parentFolderId`,`status`), KEY `IX_54F0ED65` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of bookmarksfolder -- ---------------------------- -- ---------------------------- -- Table structure for `browsertracker` -- ---------------------------- DROP TABLE IF EXISTS `browsertracker`; CREATE TABLE `browsertracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `browserTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `browserKey` bigint(20) DEFAULT NULL, PRIMARY KEY (`browserTrackerId`), UNIQUE KEY `IX_E7B95510` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of browsertracker -- ---------------------------- -- ---------------------------- -- Table structure for `caccountgroupcaccountrel` -- ---------------------------- DROP TABLE IF EXISTS `caccountgroupcaccountrel`; CREATE TABLE `caccountgroupcaccountrel` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `CAccountGroupCAccountRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountGroupId` bigint(20) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CAccountGroupCAccountRelId`), UNIQUE KEY `IX_1F92C081` (`commerceAccountGroupId`,`commerceAccountId`), KEY `IX_9808F83D` (`commerceAccountId`), KEY `IX_41A0DD5` (`companyId`,`externalReferenceCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of caccountgroupcaccountrel -- ---------------------------- INSERT INTO `caccountgroupcaccountrel` VALUES (null, '40064', '20097', '20125', 'Test Test', '2020-09-03 01:11:12.109000', '2020-09-03 01:11:12.109000', '40062', '-1'); -- ---------------------------- -- Table structure for `calendar` -- ---------------------------- DROP TABLE IF EXISTS `calendar`; CREATE TABLE `calendar` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarResourceId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `timeZoneId` varchar(75) DEFAULT NULL, `color` int(11) DEFAULT NULL, `defaultCalendar` tinyint(4) DEFAULT NULL, `enableComments` tinyint(4) DEFAULT NULL, `enableRatings` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarId`), UNIQUE KEY `IX_3AE311A` (`uuid_`,`groupId`), KEY `IX_97FC174E` (`groupId`,`calendarResourceId`,`defaultCalendar`), KEY `IX_97656498` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of calendar -- ---------------------------- -- ---------------------------- -- Table structure for `calendarbooking` -- ---------------------------- DROP TABLE IF EXISTS `calendarbooking`; CREATE TABLE `calendarbooking` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarBookingId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint(20) DEFAULT NULL, `calendarResourceId` bigint(20) DEFAULT NULL, `parentCalendarBookingId` bigint(20) DEFAULT NULL, `recurringCalendarBookingId` bigint(20) DEFAULT NULL, `vEventUid` varchar(255) DEFAULT NULL, `title` longtext, `description` longtext, `location` longtext, `startTime` bigint(20) DEFAULT NULL, `endTime` bigint(20) DEFAULT NULL, `allDay` tinyint(4) DEFAULT NULL, `recurrence` longtext, `firstReminder` bigint(20) DEFAULT NULL, `firstReminderType` varchar(75) DEFAULT NULL, `secondReminder` bigint(20) DEFAULT NULL, `secondReminderType` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarBookingId`), UNIQUE KEY `IX_113A264E` (`calendarId`,`parentCalendarBookingId`), UNIQUE KEY `IX_8B23DA0E` (`calendarId`,`vEventUid`), UNIQUE KEY `IX_F4C61797` (`uuid_`,`groupId`), KEY `IX_470170B4` (`calendarId`,`status`), KEY `IX_B198FFC` (`calendarResourceId`), KEY `IX_F7B8A941` (`parentCalendarBookingId`,`status`), KEY `IX_14ADC52E` (`recurringCalendarBookingId`), KEY `IX_A21D9FD5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of calendarbooking -- ---------------------------- -- ---------------------------- -- Table structure for `calendarnotificationtemplate` -- ---------------------------- DROP TABLE IF EXISTS `calendarnotificationtemplate`; CREATE TABLE `calendarnotificationtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarNotificationTemplateId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint(20) DEFAULT NULL, `notificationType` varchar(75) DEFAULT NULL, `notificationTypeSettings` varchar(75) DEFAULT NULL, `notificationTemplateType` varchar(75) DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarNotificationTemplateId`), UNIQUE KEY `IX_4012E97F` (`uuid_`,`groupId`), KEY `IX_7727A482` (`calendarId`,`notificationType`,`notificationTemplateType`), KEY `IX_4D7D97BD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of calendarnotificationtemplate -- ---------------------------- -- ---------------------------- -- Table structure for `calendarresource` -- ---------------------------- DROP TABLE IF EXISTS `calendarresource`; CREATE TABLE `calendarresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarResourceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarResourceId`), UNIQUE KEY `IX_16A12327` (`classNameId`,`classPK`), UNIQUE KEY `IX_4ABD2BC8` (`uuid_`,`groupId`), KEY `IX_76DDD0F7` (`active_`), KEY `IX_4470A59D` (`companyId`,`code_`,`active_`), KEY `IX_40678371` (`groupId`,`active_`), KEY `IX_55C2F8AA` (`groupId`,`code_`), KEY `IX_56A06BC6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of calendarresource -- ---------------------------- -- ---------------------------- -- Table structure for `camodelcproductrel` -- ---------------------------- DROP TABLE IF EXISTS `camodelcproductrel`; CREATE TABLE `camodelcproductrel` ( `CAModelCProductRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceApplicationModelId` bigint(20) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CAModelCProductRelId`), KEY `IX_EE3BF4E3` (`CProductId`), KEY `IX_D7646A6B` (`commerceApplicationModelId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of camodelcproductrel -- ---------------------------- -- ---------------------------- -- Table structure for `cbomfolderapplicationrel` -- ---------------------------- DROP TABLE IF EXISTS `cbomfolderapplicationrel`; CREATE TABLE `cbomfolderapplicationrel` ( `CBOMFolderApplicationRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceBOMFolderId` bigint(20) DEFAULT NULL, `commerceApplicationModelId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CBOMFolderApplicationRelId`), KEY `IX_5BB752BD` (`commerceApplicationModelId`), KEY `IX_E89B4704` (`commerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cbomfolderapplicationrel -- ---------------------------- -- ---------------------------- -- Table structure for `cdataintegrationprocess` -- ---------------------------- DROP TABLE IF EXISTS `cdataintegrationprocess`; CREATE TABLE `cdataintegrationprocess` ( `CDataIntegrationProcessId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `system_` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `cronExpression` varchar(75) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CDataIntegrationProcessId`), UNIQUE KEY `IX_90432679` (`companyId`,`name`), KEY `IX_DEA66A5B` (`companyId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cdataintegrationprocess -- ---------------------------- -- ---------------------------- -- Table structure for `cdataintegrationprocesslog` -- ---------------------------- DROP TABLE IF EXISTS `cdataintegrationprocesslog`; CREATE TABLE `cdataintegrationprocesslog` ( `CDataIntegrationProcessLogId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CDataIntegrationProcessId` bigint(20) DEFAULT NULL, `error` longtext, `output_` longtext, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`CDataIntegrationProcessLogId`), KEY `IX_E34752B7` (`CDataIntegrationProcessId`,`status`), KEY `IX_34A7284C` (`companyId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cdataintegrationprocesslog -- ---------------------------- -- ---------------------------- -- Table structure for `cdiscountcaccountgrouprel` -- ---------------------------- DROP TABLE IF EXISTS `cdiscountcaccountgrouprel`; CREATE TABLE `cdiscountcaccountgrouprel` ( `CDiscountCAccountGroupRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, `commerceAccountGroupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CDiscountCAccountGroupRelId`), UNIQUE KEY `IX_9D768AF5` (`commerceDiscountId`,`commerceAccountGroupId`), KEY `IX_F7FFBCCA` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cdiscountcaccountgrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `changesetcollection` -- ---------------------------- DROP TABLE IF EXISTS `changesetcollection`; CREATE TABLE `changesetcollection` ( `changesetCollectionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, PRIMARY KEY (`changesetCollectionId`), UNIQUE KEY `IX_ABEEE793` (`groupId`,`name`), KEY `IX_9AC55E11` (`companyId`,`name`), KEY `IX_EE4B4B0E` (`groupId`,`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of changesetcollection -- ---------------------------- -- ---------------------------- -- Table structure for `changesetentry` -- ---------------------------- DROP TABLE IF EXISTS `changesetentry`; CREATE TABLE `changesetentry` ( `changesetEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `changesetCollectionId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`changesetEntryId`), UNIQUE KEY `IX_EF48912A` (`changesetCollectionId`,`classNameId`,`classPK`), KEY `IX_CEB6AFA2` (`companyId`), KEY `IX_4A5B2D2A` (`groupId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of changesetentry -- ---------------------------- -- ---------------------------- -- Table structure for `ciaudit` -- ---------------------------- DROP TABLE IF EXISTS `ciaudit`; CREATE TABLE `ciaudit` ( `CIAuditId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `logType` varchar(75) DEFAULT NULL, `logTypeSettings` longtext, `quantity` int(11) DEFAULT NULL, PRIMARY KEY (`CIAuditId`), KEY `IX_53AE0C80` (`companyId`,`sku`), KEY `IX_E7D143D9` (`createDate`), KEY `IX_57638B52` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ciaudit -- ---------------------------- -- ---------------------------- -- Table structure for `cibookedquantity` -- ---------------------------- DROP TABLE IF EXISTS `cibookedquantity`; CREATE TABLE `cibookedquantity` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `CIBookedQuantityId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `bookedNote` varchar(75) DEFAULT NULL, PRIMARY KEY (`CIBookedQuantityId`), KEY `IX_1B168464` (`companyId`,`sku`), KEY `IX_33BF9CB0` (`expirationDate`), KEY `IX_EC1719EE` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cibookedquantity -- ---------------------------- -- ---------------------------- -- Table structure for `cireplenishmentitem` -- ---------------------------- DROP TABLE IF EXISTS `cireplenishmentitem`; CREATE TABLE `cireplenishmentitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `CIReplenishmentItemId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `availabilityDate` datetime(6) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, PRIMARY KEY (`CIReplenishmentItemId`), KEY `IX_F588314` (`availabilityDate`), KEY `IX_967CACA8` (`commerceInventoryWarehouseId`), KEY `IX_1B681B5C` (`companyId`,`sku`), KEY `IX_6C8E22D3` (`sku`,`availabilityDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cireplenishmentitem -- ---------------------------- -- ---------------------------- -- Table structure for `ciwarehouse` -- ---------------------------- DROP TABLE IF EXISTS `ciwarehouse`; CREATE TABLE `ciwarehouse` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `CIWarehouseId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `active_` tinyint(4) 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, `commerceRegionCode` varchar(75) DEFAULT NULL, `countryTwoLettersISOCode` varchar(75) DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`CIWarehouseId`), KEY `IX_8427A055` (`active_`,`countryTwoLettersISOCode`), KEY `IX_331A3FD3` (`companyId`,`active_`,`countryTwoLettersISOCode`), KEY `IX_DADA8974` (`companyId`,`countryTwoLettersISOCode`), KEY `IX_68E6B8D8` (`companyId`,`externalReferenceCode`), KEY `IX_7202EB2` (`countryTwoLettersISOCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ciwarehouse -- ---------------------------- -- ---------------------------- -- Table structure for `ciwarehousegrouprel` -- ---------------------------- DROP TABLE IF EXISTS `ciwarehousegrouprel`; CREATE TABLE `ciwarehousegrouprel` ( `CIWarehouseGroupRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceWarehouseId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`CIWarehouseGroupRelId`), KEY `IX_3996C237` (`groupId`,`commerceWarehouseId`,`primary_`), KEY `IX_E4C1F39E` (`groupId`,`primary_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ciwarehousegrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `ciwarehouseitem` -- ---------------------------- DROP TABLE IF EXISTS `ciwarehouseitem`; CREATE TABLE `ciwarehouseitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `CIWarehouseItemId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `reservedQuantity` int(11) DEFAULT NULL, PRIMARY KEY (`CIWarehouseItemId`), UNIQUE KEY `IX_8D9FD306` (`commerceInventoryWarehouseId`,`sku`), KEY `IX_8A09C40B` (`companyId`,`externalReferenceCode`), KEY `IX_F8B2565B` (`companyId`,`sku`), KEY `IX_97CADC57` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ciwarehouseitem -- ---------------------------- -- ---------------------------- -- Table structure for `classname_` -- ---------------------------- DROP TABLE IF EXISTS `classname_`; CREATE TABLE `classname_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `classNameId` bigint(20) NOT NULL, `value` varchar(200) DEFAULT NULL, PRIMARY KEY (`classNameId`), UNIQUE KEY `IX_B27A301F` (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of classname_ -- ---------------------------- INSERT INTO `classname_` VALUES ('0', '20001', 'com.liferay.asset.kernel.model.AssetCategory'); INSERT INTO `classname_` VALUES ('0', '20002', 'com.liferay.asset.kernel.model.AssetCategoryProperty'); INSERT INTO `classname_` VALUES ('0', '20003', 'com.liferay.asset.kernel.model.AssetEntry'); INSERT INTO `classname_` VALUES ('0', '20004', 'com.liferay.asset.kernel.model.AssetLink'); INSERT INTO `classname_` VALUES ('0', '20005', 'com.liferay.asset.kernel.model.AssetTag'); INSERT INTO `classname_` VALUES ('0', '20006', 'com.liferay.asset.kernel.model.AssetVocabulary'); INSERT INTO `classname_` VALUES ('0', '20007', 'com.liferay.document.library.kernel.model.DLFileEntry'); INSERT INTO `classname_` VALUES ('0', '20008', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata'); INSERT INTO `classname_` VALUES ('0', '20009', 'com.liferay.document.library.kernel.model.DLFileEntryType'); INSERT INTO `classname_` VALUES ('0', '20010', 'com.liferay.document.library.kernel.model.DLFileShortcut'); INSERT INTO `classname_` VALUES ('0', '20011', 'com.liferay.document.library.kernel.model.DLFileVersion'); INSERT INTO `classname_` VALUES ('0', '20012', 'com.liferay.document.library.kernel.model.DLFolder'); INSERT INTO `classname_` VALUES ('0', '20013', 'com.liferay.expando.kernel.model.ExpandoColumn'); INSERT INTO `classname_` VALUES ('0', '20014', 'com.liferay.expando.kernel.model.ExpandoRow'); INSERT INTO `classname_` VALUES ('0', '20015', 'com.liferay.expando.kernel.model.ExpandoTable'); INSERT INTO `classname_` VALUES ('0', '20016', 'com.liferay.expando.kernel.model.ExpandoValue'); INSERT INTO `classname_` VALUES ('0', '20017', 'com.liferay.portal.kernel.model.Account'); INSERT INTO `classname_` VALUES ('0', '20018', 'com.liferay.portal.kernel.model.Company'); INSERT INTO `classname_` VALUES ('0', '20019', 'com.liferay.portal.kernel.model.Contact'); INSERT INTO `classname_` VALUES ('0', '20020', 'com.liferay.portal.kernel.model.Country'); INSERT INTO `classname_` VALUES ('0', '20021', 'com.liferay.portal.kernel.model.Group'); INSERT INTO `classname_` VALUES ('0', '20022', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet'); INSERT INTO `classname_` VALUES ('0', '20023', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject'); INSERT INTO `classname_` VALUES ('0', '20024', 'com.liferay.portal.kernel.model.Organization'); INSERT INTO `classname_` VALUES ('0', '20025', 'com.liferay.portal.kernel.model.Image'); INSERT INTO `classname_` VALUES ('0', '20026', 'com.liferay.portal.kernel.model.Layout'); INSERT INTO `classname_` VALUES ('0', '20027', 'com.liferay.portal.kernel.model.LayoutFriendlyURL'); INSERT INTO `classname_` VALUES ('0', '20028', 'com.liferay.portal.kernel.model.LayoutPrototype'); INSERT INTO `classname_` VALUES ('0', '20029', 'com.liferay.portal.kernel.model.LayoutSet'); INSERT INTO `classname_` VALUES ('0', '20030', 'com.liferay.portal.kernel.model.ListType'); INSERT INTO `classname_` VALUES ('0', '20031', 'com.liferay.portal.kernel.model.Portlet'); INSERT INTO `classname_` VALUES ('0', '20032', 'com.liferay.portal.kernel.model.PortletPreferences'); INSERT INTO `classname_` VALUES ('0', '20033', 'com.liferay.portal.kernel.model.Region'); INSERT INTO `classname_` VALUES ('0', '20034', 'com.liferay.portal.kernel.model.Repository'); INSERT INTO `classname_` VALUES ('0', '20035', 'com.liferay.portal.kernel.model.ResourceAction'); INSERT INTO `classname_` VALUES ('0', '20036', 'com.liferay.portal.kernel.model.ResourcePermission'); INSERT INTO `classname_` VALUES ('0', '20037', 'com.liferay.portal.kernel.model.Role'); INSERT INTO `classname_` VALUES ('0', '20038', 'com.liferay.portal.kernel.model.Team'); INSERT INTO `classname_` VALUES ('0', '20039', 'com.liferay.portal.kernel.model.User'); INSERT INTO `classname_` VALUES ('0', '20040', 'com.liferay.portal.kernel.model.UserGroup'); INSERT INTO `classname_` VALUES ('0', '20041', 'com.liferay.portal.kernel.model.SystemEvent'); INSERT INTO `classname_` VALUES ('0', '20042', 'com.liferay.portal.kernel.model.UserGroupGroupRole'); INSERT INTO `classname_` VALUES ('0', '20043', 'com.liferay.portal.kernel.model.UserGroupRole'); INSERT INTO `classname_` VALUES ('0', '20044', 'com.liferay.portal.kernel.model.VirtualHost'); INSERT INTO `classname_` VALUES ('0', '20045', 'com.liferay.portal.kernel.model.WorkflowDefinitionLink'); INSERT INTO `classname_` VALUES ('0', '20046', 'com.liferay.portal.kernel.model.WorkflowInstanceLink'); INSERT INTO `classname_` VALUES ('0', '20047', 'com.liferay.ratings.kernel.model.RatingsEntry'); INSERT INTO `classname_` VALUES ('0', '20048', 'com.liferay.ratings.kernel.model.RatingsStats'); INSERT INTO `classname_` VALUES ('0', '20049', 'com.liferay.social.kernel.model.SocialActivity'); INSERT INTO `classname_` VALUES ('0', '20050', 'com.liferay.social.kernel.model.SocialActivityAchievement'); INSERT INTO `classname_` VALUES ('0', '20051', 'com.liferay.social.kernel.model.SocialActivityCounter'); INSERT INTO `classname_` VALUES ('0', '20052', 'com.liferay.social.kernel.model.SocialActivityLimit'); INSERT INTO `classname_` VALUES ('0', '20053', 'com.liferay.social.kernel.model.SocialActivitySet'); INSERT INTO `classname_` VALUES ('0', '20054', 'com.liferay.social.kernel.model.SocialActivitySetting'); INSERT INTO `classname_` VALUES ('0', '20055', 'com.liferay.social.kernel.model.SocialRelation'); INSERT INTO `classname_` VALUES ('0', '20056', 'com.liferay.social.kernel.model.SocialRequest'); INSERT INTO `classname_` VALUES ('0', '20057', 'com.liferay.announcements.kernel.model.AnnouncementsDelivery'); INSERT INTO `classname_` VALUES ('0', '20058', 'com.liferay.announcements.kernel.model.AnnouncementsEntry'); INSERT INTO `classname_` VALUES ('0', '20059', 'com.liferay.announcements.kernel.model.AnnouncementsFlag'); INSERT INTO `classname_` VALUES ('0', '20060', 'com.liferay.counter.kernel.model.Counter'); INSERT INTO `classname_` VALUES ('0', '20061', 'com.liferay.exportimport.kernel.model.ExportImportConfiguration'); INSERT INTO `classname_` VALUES ('0', '20062', 'com.liferay.portal.kernel.model.Address'); INSERT INTO `classname_` VALUES ('0', '20063', 'com.liferay.portal.kernel.model.BrowserTracker'); INSERT INTO `classname_` VALUES ('0', '20064', 'com.liferay.portal.kernel.model.ClassName'); INSERT INTO `classname_` VALUES ('0', '20065', 'com.liferay.portal.kernel.model.CompanyInfo'); INSERT INTO `classname_` VALUES ('0', '20066', 'com.liferay.portal.kernel.model.EmailAddress'); INSERT INTO `classname_` VALUES ('0', '20067', 'com.liferay.portal.kernel.model.LayoutBranch'); INSERT INTO `classname_` VALUES ('0', '20068', 'com.liferay.portal.kernel.model.LayoutRevision'); INSERT INTO `classname_` VALUES ('0', '20069', 'com.liferay.portal.kernel.model.LayoutSetBranch'); INSERT INTO `classname_` VALUES ('0', '20070', 'com.liferay.portal.kernel.model.LayoutSetPrototype'); INSERT INTO `classname_` VALUES ('0', '20071', 'com.liferay.portal.kernel.model.MembershipRequest'); INSERT INTO `classname_` VALUES ('0', '20072', 'com.liferay.portal.kernel.model.OrgGroupRole'); INSERT INTO `classname_` VALUES ('0', '20073', 'com.liferay.portal.kernel.model.OrgLabor'); INSERT INTO `classname_` VALUES ('0', '20074', 'com.liferay.portal.kernel.model.PasswordPolicy'); INSERT INTO `classname_` VALUES ('0', '20075', 'com.liferay.portal.kernel.model.PasswordPolicyRel'); INSERT INTO `classname_` VALUES ('0', '20076', 'com.liferay.portal.kernel.model.PasswordTracker'); INSERT INTO `classname_` VALUES ('0', '20077', 'com.liferay.portal.kernel.model.Phone'); INSERT INTO `classname_` VALUES ('0', '20078', 'com.liferay.portal.kernel.model.PluginSetting'); INSERT INTO `classname_` VALUES ('0', '20079', 'com.liferay.portal.kernel.model.PortalPreferences'); INSERT INTO `classname_` VALUES ('0', '20080', 'com.liferay.portal.kernel.model.PortletItem'); INSERT INTO `classname_` VALUES ('0', '20081', 'com.liferay.portal.kernel.model.RecentLayoutBranch'); INSERT INTO `classname_` VALUES ('0', '20082', 'com.liferay.portal.kernel.model.RecentLayoutRevision'); INSERT INTO `classname_` VALUES ('0', '20083', 'com.liferay.portal.kernel.model.RecentLayoutSetBranch'); INSERT INTO `classname_` VALUES ('0', '20084', 'com.liferay.portal.kernel.model.Release'); INSERT INTO `classname_` VALUES ('0', '20085', 'com.liferay.portal.kernel.model.RepositoryEntry'); INSERT INTO `classname_` VALUES ('0', '20086', 'com.liferay.portal.kernel.model.ServiceComponent'); INSERT INTO `classname_` VALUES ('0', '20087', 'com.liferay.portal.kernel.model.Subscription'); INSERT INTO `classname_` VALUES ('0', '20088', 'com.liferay.portal.kernel.model.Ticket'); INSERT INTO `classname_` VALUES ('0', '20089', 'com.liferay.portal.kernel.model.UserIdMapper'); INSERT INTO `classname_` VALUES ('0', '20090', 'com.liferay.portal.kernel.model.UserNotificationDelivery'); INSERT INTO `classname_` VALUES ('0', '20091', 'com.liferay.portal.kernel.model.UserNotificationEvent'); INSERT INTO `classname_` VALUES ('0', '20092', 'com.liferay.portal.kernel.model.UserTracker'); INSERT INTO `classname_` VALUES ('0', '20093', 'com.liferay.portal.kernel.model.UserTrackerPath'); INSERT INTO `classname_` VALUES ('0', '20094', 'com.liferay.portal.kernel.model.WebDAVProps'); INSERT INTO `classname_` VALUES ('0', '20095', 'com.liferay.portal.kernel.model.Website'); INSERT INTO `classname_` VALUES ('0', '20096', 'com.liferay.portal.kernel.workflow.WorkflowTask'); INSERT INTO `classname_` VALUES ('0', '20117', 'com.liferay.portal.kernel.model.UserPersonalSite'); INSERT INTO `classname_` VALUES ('0', '20131', 'com.liferay.journal.model.JournalArticle'); INSERT INTO `classname_` VALUES ('0', '20134', 'com.liferay.saml.persistence.model.SamlIdpSpConnection'); INSERT INTO `classname_` VALUES ('0', '20137', 'com.liferay.saml.persistence.model.SamlSpIdpConnection'); INSERT INTO `classname_` VALUES ('0', '28702', 'com.liferay.portlet.calendar.model.CalEvent'); INSERT INTO `classname_` VALUES ('0', '29201', 'com.liferay.view.count.model.ViewCountEntry'); INSERT INTO `classname_` VALUES ('0', '29301', 'com.liferay.oauth2.provider.model.OAuth2Application'); INSERT INTO `classname_` VALUES ('0', '29302', 'com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases'); INSERT INTO `classname_` VALUES ('0', '29303', 'com.liferay.oauth2.provider.model.OAuth2Authorization'); INSERT INTO `classname_` VALUES ('0', '29304', 'com.liferay.oauth2.provider.model.OAuth2ScopeGrant'); INSERT INTO `classname_` VALUES ('0', '29401', 'com.liferay.journal.model.JournalArticleLocalization'); INSERT INTO `classname_` VALUES ('0', '29402', 'com.liferay.journal.model.JournalArticleResource'); INSERT INTO `classname_` VALUES ('0', '29404', 'com.liferay.journal.model.JournalContentSearch'); INSERT INTO `classname_` VALUES ('0', '29405', 'com.liferay.journal.model.JournalFeed'); INSERT INTO `classname_` VALUES ('0', '29406', 'com.liferay.journal.model.JournalFolder'); INSERT INTO `classname_` VALUES ('0', '29502', 'com.liferay.multi.factor.authentication.timebased.otp.model.MFATimeBasedOTPEntry'); INSERT INTO `classname_` VALUES ('0', '29601', 'com.liferay.commerce.bom.model.CommerceBOMDefinition'); INSERT INTO `classname_` VALUES ('0', '29602', 'com.liferay.commerce.bom.model.CommerceBOMEntry'); INSERT INTO `classname_` VALUES ('0', '29603', 'com.liferay.commerce.bom.model.CommerceBOMFolder'); INSERT INTO `classname_` VALUES ('0', '29604', 'com.liferay.commerce.bom.model.CommerceBOMFolderApplicationRel'); INSERT INTO `classname_` VALUES ('0', '29701', 'com.liferay.data.engine.model.DEDataDefinitionFieldLink'); INSERT INTO `classname_` VALUES ('0', '29702', 'com.liferay.data.engine.model.DEDataListView'); INSERT INTO `classname_` VALUES ('0', '29901', 'com.liferay.asset.list.model.AssetListEntry'); INSERT INTO `classname_` VALUES ('0', '29902', 'com.liferay.asset.list.model.AssetListEntryAssetEntryRel'); INSERT INTO `classname_` VALUES ('0', '29903', 'com.liferay.asset.list.model.AssetListEntrySegmentsEntryRel'); INSERT INTO `classname_` VALUES ('0', '29904', 'com.liferay.asset.list.model.AssetListEntryUsage'); INSERT INTO `classname_` VALUES ('0', '30001', 'com.liferay.commerce.notification.model.CommerceNotificationAttachment'); INSERT INTO `classname_` VALUES ('0', '30002', 'com.liferay.commerce.notification.model.CommerceNotificationQueueEntry'); INSERT INTO `classname_` VALUES ('0', '30003', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate'); INSERT INTO `classname_` VALUES ('0', '30004', 'com.liferay.commerce.notification.model.CommerceNotificationTemplateCommerceAccountGroupRel'); INSERT INTO `classname_` VALUES ('0', '30101', 'com.liferay.asset.display.page.model.AssetDisplayPageEntry'); INSERT INTO `classname_` VALUES ('0', '30201', 'com.liferay.multi.factor.authentication.email.otp.model.MFAEmailOTPEntry'); INSERT INTO `classname_` VALUES ('0', '30301', 'com.liferay.sync.model.SyncDevice'); INSERT INTO `classname_` VALUES ('0', '30302', 'com.liferay.sync.model.SyncDLFileVersionDiff'); INSERT INTO `classname_` VALUES ('0', '30303', 'com.liferay.sync.model.SyncDLObject'); INSERT INTO `classname_` VALUES ('0', '30401', 'com.liferay.remote.app.model.RemoteAppEntry'); INSERT INTO `classname_` VALUES ('0', '30601', 'com.liferay.layout.seo.model.LayoutSEOEntry'); INSERT INTO `classname_` VALUES ('0', '30602', 'com.liferay.layout.seo.model.LayoutSEOSite'); INSERT INTO `classname_` VALUES ('0', '30701', 'com.liferay.app.builder.model.AppBuilderApp'); INSERT INTO `classname_` VALUES ('0', '30702', 'com.liferay.app.builder.model.AppBuilderAppDataRecordLink'); INSERT INTO `classname_` VALUES ('0', '30703', 'com.liferay.app.builder.model.AppBuilderAppDeployment'); INSERT INTO `classname_` VALUES ('0', '30704', 'com.liferay.app.builder.model.AppBuilderAppVersion'); INSERT INTO `classname_` VALUES ('0', '30801', 'com.liferay.wiki.model.WikiNode'); INSERT INTO `classname_` VALUES ('0', '30802', 'com.liferay.wiki.model.WikiPage'); INSERT INTO `classname_` VALUES ('0', '30803', 'com.liferay.wiki.model.WikiPageResource'); INSERT INTO `classname_` VALUES ('0', '30901', 'com.liferay.depot.model.DepotAppCustomization'); INSERT INTO `classname_` VALUES ('0', '30902', 'com.liferay.depot.model.DepotEntry'); INSERT INTO `classname_` VALUES ('0', '30903', 'com.liferay.depot.model.DepotEntryGroupRel'); INSERT INTO `classname_` VALUES ('0', '31201', 'com.liferay.commerce.machine.learning.forecast.alert.model.CommerceMLForecastAlertEntry'); INSERT INTO `classname_` VALUES ('0', '31202', 'com.liferay.style.book.model.StyleBookEntry'); INSERT INTO `classname_` VALUES ('0', '31203', 'com.liferay.style.book.model.StyleBookEntryVersion'); INSERT INTO `classname_` VALUES ('0', '31205', 'com.liferay.commerce.product.type.virtual.order.model.CommerceVirtualOrderItem'); INSERT INTO `classname_` VALUES ('0', '31301', 'com.liferay.commerce.application.model.CommerceApplicationBrand'); INSERT INTO `classname_` VALUES ('0', '31302', 'com.liferay.commerce.application.model.CommerceApplicationModel'); INSERT INTO `classname_` VALUES ('0', '31303', 'com.liferay.commerce.application.model.CommerceApplicationModelCProductRel'); INSERT INTO `classname_` VALUES ('0', '31401', 'com.liferay.app.builder.workflow.model.AppBuilderWorkflowTaskLink'); INSERT INTO `classname_` VALUES ('0', '31601', 'com.liferay.commerce.discount.model.CommerceDiscount'); INSERT INTO `classname_` VALUES ('0', '31602', 'com.liferay.commerce.discount.model.CommerceDiscountAccountRel'); INSERT INTO `classname_` VALUES ('0', '31603', 'com.liferay.commerce.discount.model.CommerceDiscountCommerceAccountGroupRel'); INSERT INTO `classname_` VALUES ('0', '31604', 'com.liferay.commerce.discount.model.CommerceDiscountRel'); INSERT INTO `classname_` VALUES ('0', '31605', 'com.liferay.commerce.discount.model.CommerceDiscountRule'); INSERT INTO `classname_` VALUES ('0', '31606', 'com.liferay.commerce.discount.model.CommerceDiscountUsageEntry'); INSERT INTO `classname_` VALUES ('0', '31701', 'com.liferay.translation.model.TranslationEntry'); INSERT INTO `classname_` VALUES ('0', '31801', 'com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRel'); INSERT INTO `classname_` VALUES ('0', '31901', 'com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinition'); INSERT INTO `classname_` VALUES ('0', '31902', 'com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersion'); INSERT INTO `classname_` VALUES ('0', '32001', 'com.liferay.account.model.AccountEntry'); INSERT INTO `classname_` VALUES ('0', '32002', 'com.liferay.account.model.AccountEntryOrganizationRel'); INSERT INTO `classname_` VALUES ('0', '32003', 'com.liferay.account.model.AccountEntryUserRel'); INSERT INTO `classname_` VALUES ('0', '32004', 'com.liferay.account.model.AccountGroup'); INSERT INTO `classname_` VALUES ('0', '32005', 'com.liferay.account.model.AccountGroupAccountEntryRel'); INSERT INTO `classname_` VALUES ('0', '32006', 'com.liferay.account.model.AccountRole'); INSERT INTO `classname_` VALUES ('0', '32101', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess'); INSERT INTO `classname_` VALUES ('0', '32102', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcessLog'); INSERT INTO `classname_` VALUES ('0', '32201', 'com.liferay.change.tracking.model.CTAutoResolutionInfo'); INSERT INTO `classname_` VALUES ('0', '32202', 'com.liferay.change.tracking.model.CTCollection'); INSERT INTO `classname_` VALUES ('0', '32203', 'com.liferay.change.tracking.model.CTEntry'); INSERT INTO `classname_` VALUES ('0', '32204', 'com.liferay.change.tracking.model.CTMessage'); INSERT INTO `classname_` VALUES ('0', '32205', 'com.liferay.change.tracking.model.CTPreferences'); INSERT INTO `classname_` VALUES ('0', '32206', 'com.liferay.change.tracking.model.CTProcess'); INSERT INTO `classname_` VALUES ('0', '32301', 'com.liferay.dynamic.data.mapping.model.DDMStructure'); INSERT INTO `classname_` VALUES ('0', '32302', 'com.liferay.dynamic.data.mapping.model.DDMTemplate'); INSERT INTO `classname_` VALUES ('0', '32401', 'com.liferay.document.library.sync.model.DLSyncEvent'); INSERT INTO `classname_` VALUES ('0', '32403', 'com.liferay.subscription.model.Subscription'); INSERT INTO `classname_` VALUES ('0', '32501', 'com.liferay.segments.model.SegmentsEntry'); INSERT INTO `classname_` VALUES ('0', '32502', 'com.liferay.segments.model.SegmentsEntryRel'); INSERT INTO `classname_` VALUES ('0', '32503', 'com.liferay.segments.model.SegmentsEntryRole'); INSERT INTO `classname_` VALUES ('0', '32504', 'com.liferay.segments.model.SegmentsExperience'); INSERT INTO `classname_` VALUES ('0', '32505', 'com.liferay.segments.model.SegmentsExperiment'); INSERT INTO `classname_` VALUES ('0', '32506', 'com.liferay.segments.model.SegmentsExperimentRel'); INSERT INTO `classname_` VALUES ('0', '32701', 'com.liferay.mobile.device.rules.model.MDRAction'); INSERT INTO `classname_` VALUES ('0', '32702', 'com.liferay.mobile.device.rules.model.MDRRule'); INSERT INTO `classname_` VALUES ('0', '32703', 'com.liferay.mobile.device.rules.model.MDRRuleGroup'); INSERT INTO `classname_` VALUES ('0', '32704', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance'); INSERT INTO `classname_` VALUES ('0', '32801', 'com.liferay.sharing.model.SharingEntry'); INSERT INTO `classname_` VALUES ('0', '32901', 'com.liferay.bookmarks.model.BookmarksEntry'); INSERT INTO `classname_` VALUES ('0', '32902', 'com.liferay.bookmarks.model.BookmarksFolder'); INSERT INTO `classname_` VALUES ('0', '33001', 'com.liferay.knowledge.base.model.KBArticle'); INSERT INTO `classname_` VALUES ('0', '33002', 'com.liferay.knowledge.base.model.KBComment'); INSERT INTO `classname_` VALUES ('0', '33003', 'com.liferay.knowledge.base.model.KBFolder'); INSERT INTO `classname_` VALUES ('0', '33004', 'com.liferay.knowledge.base.model.KBTemplate'); INSERT INTO `classname_` VALUES ('0', '33101', 'com.liferay.document.library.opener.model.DLOpenerFileEntryReference'); INSERT INTO `classname_` VALUES ('0', '33201', 'com.liferay.site.navigation.model.SiteNavigationMenu'); INSERT INTO `classname_` VALUES ('0', '33202', 'com.liferay.site.navigation.model.SiteNavigationMenuItem'); INSERT INTO `classname_` VALUES ('0', '33301', 'com.liferay.portal.lock.model.Lock'); INSERT INTO `classname_` VALUES ('0', '33303', 'com.liferay.expando.kernel.model.adapter.StagedExpandoTable'); INSERT INTO `classname_` VALUES ('0', '33304', 'com.liferay.expando.kernel.model.adapter.StagedExpandoColumn'); INSERT INTO `classname_` VALUES ('0', '33401', 'com.liferay.commerce.model.CommerceAddress'); INSERT INTO `classname_` VALUES ('0', '33402', 'com.liferay.commerce.model.CommerceAddressRestriction'); INSERT INTO `classname_` VALUES ('0', '33403', 'com.liferay.commerce.model.CommerceAvailabilityEstimate'); INSERT INTO `classname_` VALUES ('0', '33404', 'com.liferay.commerce.model.CommerceCountry'); INSERT INTO `classname_` VALUES ('0', '33405', 'com.liferay.commerce.model.CommerceOrder'); INSERT INTO `classname_` VALUES ('0', '33406', 'com.liferay.commerce.model.CommerceOrderItem'); INSERT INTO `classname_` VALUES ('0', '33407', 'com.liferay.commerce.model.CommerceOrderNote'); INSERT INTO `classname_` VALUES ('0', '33408', 'com.liferay.commerce.model.CommerceOrderPayment'); INSERT INTO `classname_` VALUES ('0', '33409', 'com.liferay.commerce.model.CommerceRegion'); INSERT INTO `classname_` VALUES ('0', '33410', 'com.liferay.commerce.model.CommerceShipment'); INSERT INTO `classname_` VALUES ('0', '33411', 'com.liferay.commerce.model.CommerceShipmentItem'); INSERT INTO `classname_` VALUES ('0', '33412', 'com.liferay.commerce.model.CommerceShippingMethod'); INSERT INTO `classname_` VALUES ('0', '33413', 'com.liferay.commerce.model.CommerceSubscriptionEntry'); INSERT INTO `classname_` VALUES ('0', '33414', 'com.liferay.commerce.model.CPDAvailabilityEstimate'); INSERT INTO `classname_` VALUES ('0', '33415', 'com.liferay.commerce.model.CPDefinitionInventory'); INSERT INTO `classname_` VALUES ('0', '33501', 'com.liferay.blogs.model.BlogsEntry'); INSERT INTO `classname_` VALUES ('0', '33502', 'com.liferay.blogs.model.BlogsStatsUser'); INSERT INTO `classname_` VALUES ('0', '33601', 'com.liferay.push.notifications.model.PushNotificationsDevice'); INSERT INTO `classname_` VALUES ('0', '33801', 'com.liferay.portal.background.task.model.BackgroundTask'); INSERT INTO `classname_` VALUES ('0', '34202', 'com.liferay.message.boards.model.MBDiscussion_com.liferay.portal.kernel.model.Layout'); INSERT INTO `classname_` VALUES ('0', '34401', 'com.liferay.site.model.SiteFriendlyURL'); INSERT INTO `classname_` VALUES ('0', '34403', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess'); INSERT INTO `classname_` VALUES ('0', '34404', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLink'); INSERT INTO `classname_` VALUES ('0', '34406', 'com.liferay.portal.security.service.access.policy.model.SAPEntry'); INSERT INTO `classname_` VALUES ('0', '34421', 'com.liferay.document.library.content.model.DLContent'); INSERT INTO `classname_` VALUES ('0', '34501', 'com.liferay.portal.workflow.kaleo.model.KaleoAction'); INSERT INTO `classname_` VALUES ('0', '34502', 'com.liferay.portal.workflow.kaleo.model.KaleoCondition'); INSERT INTO `classname_` VALUES ('0', '34503', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinition'); INSERT INTO `classname_` VALUES ('0', '34504', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion'); INSERT INTO `classname_` VALUES ('0', '34505', 'com.liferay.portal.workflow.kaleo.model.KaleoInstance'); INSERT INTO `classname_` VALUES ('0', '34506', 'com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken'); INSERT INTO `classname_` VALUES ('0', '34507', 'com.liferay.portal.workflow.kaleo.model.KaleoLog'); INSERT INTO `classname_` VALUES ('0', '34508', 'com.liferay.portal.workflow.kaleo.model.KaleoNode'); INSERT INTO `classname_` VALUES ('0', '34509', 'com.liferay.portal.workflow.kaleo.model.KaleoNotification'); INSERT INTO `classname_` VALUES ('0', '34510', 'com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient'); INSERT INTO `classname_` VALUES ('0', '34511', 'com.liferay.portal.workflow.kaleo.model.KaleoTask'); INSERT INTO `classname_` VALUES ('0', '34512', 'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment'); INSERT INTO `classname_` VALUES ('0', '34513', 'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance'); INSERT INTO `classname_` VALUES ('0', '34514', 'com.liferay.portal.workflow.kaleo.model.KaleoTaskForm'); INSERT INTO `classname_` VALUES ('0', '34515', 'com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance'); INSERT INTO `classname_` VALUES ('0', '34516', 'com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken'); INSERT INTO `classname_` VALUES ('0', '34517', 'com.liferay.portal.workflow.kaleo.model.KaleoTimer'); INSERT INTO `classname_` VALUES ('0', '34518', 'com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken'); INSERT INTO `classname_` VALUES ('0', '34519', 'com.liferay.portal.workflow.kaleo.model.KaleoTransition'); INSERT INTO `classname_` VALUES ('0', '34601', 'com.liferay.calendar.model.Calendar'); INSERT INTO `classname_` VALUES ('0', '34602', 'com.liferay.calendar.model.CalendarBooking'); INSERT INTO `classname_` VALUES ('0', '34603', 'com.liferay.calendar.model.CalendarNotificationTemplate'); INSERT INTO `classname_` VALUES ('0', '34604', 'com.liferay.calendar.model.CalendarResource'); INSERT INTO `classname_` VALUES ('0', '34701', 'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel'); INSERT INTO `classname_` VALUES ('0', '34801', 'com.liferay.changeset.model.ChangesetCollection'); INSERT INTO `classname_` VALUES ('0', '34802', 'com.liferay.changeset.model.ChangesetEntry'); INSERT INTO `classname_` VALUES ('0', '34901', 'com.liferay.contacts.model.Entry'); INSERT INTO `classname_` VALUES ('0', '35001', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection'); INSERT INTO `classname_` VALUES ('0', '35002', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry'); INSERT INTO `classname_` VALUES ('0', '35003', 'com.liferay.layout.page.template.model.LayoutPageTemplateStructure'); INSERT INTO `classname_` VALUES ('0', '35004', 'com.liferay.layout.page.template.model.LayoutPageTemplateStructureRel'); INSERT INTO `classname_` VALUES ('0', '35101', 'com.liferay.invitation.invite.members.model.MemberRequest'); INSERT INTO `classname_` VALUES ('0', '35201', 'com.liferay.commerce.product.model.CommerceCatalog'); INSERT INTO `classname_` VALUES ('0', '35202', 'com.liferay.commerce.product.model.CommerceChannel'); INSERT INTO `classname_` VALUES ('0', '35203', 'com.liferay.commerce.product.model.CommerceChannelRel'); INSERT INTO `classname_` VALUES ('0', '35204', 'com.liferay.commerce.product.model.CPAttachmentFileEntry'); INSERT INTO `classname_` VALUES ('0', '35205', 'com.liferay.commerce.product.model.CPDefinition'); INSERT INTO `classname_` VALUES ('0', '35206', 'com.liferay.commerce.product.model.CPDefinitionLink'); INSERT INTO `classname_` VALUES ('0', '35207', 'com.liferay.commerce.product.model.CPDefinitionLocalization'); INSERT INTO `classname_` VALUES ('0', '35208', 'com.liferay.commerce.product.model.CPDefinitionOptionRel'); INSERT INTO `classname_` VALUES ('0', '35209', 'com.liferay.commerce.product.model.CPDefinitionOptionValueRel'); INSERT INTO `classname_` VALUES ('0', '35210', 'com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue'); INSERT INTO `classname_` VALUES ('0', '35211', 'com.liferay.commerce.product.model.CPDisplayLayout'); INSERT INTO `classname_` VALUES ('0', '35212', 'com.liferay.commerce.product.model.CPFriendlyURLEntry'); INSERT INTO `classname_` VALUES ('0', '35213', 'com.liferay.commerce.product.model.CPInstance'); INSERT INTO `classname_` VALUES ('0', '35214', 'com.liferay.commerce.product.model.CPInstanceOptionValueRel'); INSERT INTO `classname_` VALUES ('0', '35215', 'com.liferay.commerce.product.model.CPMeasurementUnit'); INSERT INTO `classname_` VALUES ('0', '35216', 'com.liferay.commerce.product.model.CPOption'); INSERT INTO `classname_` VALUES ('0', '35217', 'com.liferay.commerce.product.model.CPOptionCategory'); INSERT INTO `classname_` VALUES ('0', '35218', 'com.liferay.commerce.product.model.CPOptionValue'); INSERT INTO `classname_` VALUES ('0', '35219', 'com.liferay.commerce.product.model.CProduct'); INSERT INTO `classname_` VALUES ('0', '35220', 'com.liferay.commerce.product.model.CPSpecificationOption'); INSERT INTO `classname_` VALUES ('0', '35221', 'com.liferay.commerce.product.model.CPTaxCategory'); INSERT INTO `classname_` VALUES ('0', '35301', 'com.liferay.fragment.model.FragmentCollection'); INSERT INTO `classname_` VALUES ('0', '35302', 'com.liferay.fragment.model.FragmentComposition'); INSERT INTO `classname_` VALUES ('0', '35303', 'com.liferay.fragment.model.FragmentEntry'); INSERT INTO `classname_` VALUES ('0', '35304', 'com.liferay.fragment.model.FragmentEntryLink'); INSERT INTO `classname_` VALUES ('0', '35305', 'com.liferay.fragment.model.FragmentEntryVersion'); INSERT INTO `classname_` VALUES ('0', '35401', 'com.liferay.friendly.url.model.FriendlyURLEntry'); INSERT INTO `classname_` VALUES ('0', '35402', 'com.liferay.friendly.url.model.FriendlyURLEntryLocalization'); INSERT INTO `classname_` VALUES ('0', '35403', 'com.liferay.friendly.url.model.FriendlyURLEntryMapping'); INSERT INTO `classname_` VALUES ('0', '35701', 'com.liferay.commerce.currency.model.CommerceCurrency'); INSERT INTO `classname_` VALUES ('0', '35702', 'com.liferay.reading.time.model.ReadingTimeEntry'); INSERT INTO `classname_` VALUES ('0', '35801', 'com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRate'); INSERT INTO `classname_` VALUES ('0', '35802', 'com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRateAddressRel'); INSERT INTO `classname_` VALUES ('0', '35901', 'com.liferay.change.tracking.store.model.CTSContent'); INSERT INTO `classname_` VALUES ('0', '36001', 'com.liferay.commerce.price.list.model.CommercePriceEntry'); INSERT INTO `classname_` VALUES ('0', '36002', 'com.liferay.commerce.price.list.model.CommercePriceList'); INSERT INTO `classname_` VALUES ('0', '36003', 'com.liferay.commerce.price.list.model.CommercePriceListAccountRel'); INSERT INTO `classname_` VALUES ('0', '36004', 'com.liferay.commerce.price.list.model.CommercePriceListChannelRel'); INSERT INTO `classname_` VALUES ('0', '36005', 'com.liferay.commerce.price.list.model.CommercePriceListCommerceAccountGroupRel'); INSERT INTO `classname_` VALUES ('0', '36006', 'com.liferay.commerce.price.list.model.CommercePriceListDiscountRel'); INSERT INTO `classname_` VALUES ('0', '36007', 'com.liferay.commerce.price.list.model.CommerceTierPriceEntry'); INSERT INTO `classname_` VALUES ('0', '36101', 'com.liferay.saml.persistence.model.SamlIdpSpSession'); INSERT INTO `classname_` VALUES ('0', '36102', 'com.liferay.saml.persistence.model.SamlIdpSsoSession'); INSERT INTO `classname_` VALUES ('0', '36103', 'com.liferay.saml.persistence.model.SamlSpAuthRequest'); INSERT INTO `classname_` VALUES ('0', '36104', 'com.liferay.saml.persistence.model.SamlSpMessage'); INSERT INTO `classname_` VALUES ('0', '36105', 'com.liferay.saml.persistence.model.SamlSpSession'); INSERT INTO `classname_` VALUES ('0', '36201', 'com.liferay.asset.category.property.model.AssetCategoryProperty'); INSERT INTO `classname_` VALUES ('0', '36301', 'com.liferay.oauth.model.OAuthApplication'); INSERT INTO `classname_` VALUES ('0', '36302', 'com.liferay.oauth.model.OAuthUser'); INSERT INTO `classname_` VALUES ('0', '36401', 'com.liferay.portal.tools.service.builder.test.model.BigDecimalEntry'); INSERT INTO `classname_` VALUES ('0', '36402', 'com.liferay.portal.tools.service.builder.test.model.EagerBlobEntry'); INSERT INTO `classname_` VALUES ('0', '36403', 'com.liferay.portal.tools.service.builder.test.model.LazyBlobEntry'); INSERT INTO `classname_` VALUES ('0', '36404', 'com.liferay.portal.tools.service.builder.test.model.LocalizedEntry'); INSERT INTO `classname_` VALUES ('0', '36405', 'com.liferay.portal.tools.service.builder.test.model.LocalizedEntryLocalization'); INSERT INTO `classname_` VALUES ('0', '36406', 'com.liferay.portal.tools.service.builder.test.model.LVEntry'); INSERT INTO `classname_` VALUES ('0', '36407', 'com.liferay.portal.tools.service.builder.test.model.LVEntryLocalization'); INSERT INTO `classname_` VALUES ('0', '36408', 'com.liferay.portal.tools.service.builder.test.model.LVEntryLocalizationVersion'); INSERT INTO `classname_` VALUES ('0', '36409', 'com.liferay.portal.tools.service.builder.test.model.LVEntryVersion'); INSERT INTO `classname_` VALUES ('0', '36410', 'com.liferay.portal.tools.service.builder.test.model.ManyColumnsEntry'); INSERT INTO `classname_` VALUES ('0', '36411', 'com.liferay.portal.tools.service.builder.test.model.NestedSetsTreeEntry'); INSERT INTO `classname_` VALUES ('0', '36412', 'com.liferay.portal.tools.service.builder.test.model.UADPartialEntry'); INSERT INTO `classname_` VALUES ('0', '36413', 'com.liferay.portal.tools.service.builder.test.model.VersionedEntry'); INSERT INTO `classname_` VALUES ('0', '36414', 'com.liferay.portal.tools.service.builder.test.model.VersionedEntryVersion'); INSERT INTO `classname_` VALUES ('0', '36501', 'com.liferay.document.library.model.DLFileVersionPreview'); INSERT INTO `classname_` VALUES ('0', '36601', 'com.liferay.marketplace.model.App'); INSERT INTO `classname_` VALUES ('0', '36602', 'com.liferay.marketplace.model.Module'); INSERT INTO `classname_` VALUES ('0', '36701', 'com.liferay.sharepoint.rest.oauth2.model.SharepointOAuth2TokenEntry'); INSERT INTO `classname_` VALUES ('0', '36801', 'com.liferay.microblogs.model.MicroblogsEntry'); INSERT INTO `classname_` VALUES ('0', '36901', 'com.liferay.commerce.product.type.grouped.model.CPDefinitionGroupedEntry'); INSERT INTO `classname_` VALUES ('0', '37001', 'com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntry'); INSERT INTO `classname_` VALUES ('0', '37101', 'com.liferay.dynamic.data.lists.model.DDLRecord'); INSERT INTO `classname_` VALUES ('0', '37102', 'com.liferay.dynamic.data.lists.model.DDLRecordSet'); INSERT INTO `classname_` VALUES ('0', '37103', 'com.liferay.dynamic.data.lists.model.DDLRecordSetVersion'); INSERT INTO `classname_` VALUES ('0', '37104', 'com.liferay.dynamic.data.lists.model.DDLRecordVersion'); INSERT INTO `classname_` VALUES ('0', '37201', 'com.liferay.message.boards.model.MBBan'); INSERT INTO `classname_` VALUES ('0', '37202', 'com.liferay.message.boards.model.MBCategory'); INSERT INTO `classname_` VALUES ('0', '37203', 'com.liferay.message.boards.model.MBDiscussion'); INSERT INTO `classname_` VALUES ('0', '37204', 'com.liferay.message.boards.model.MBMailingList'); INSERT INTO `classname_` VALUES ('0', '37205', 'com.liferay.message.boards.model.MBMessage'); INSERT INTO `classname_` VALUES ('0', '37206', 'com.liferay.message.boards.model.MBStatsUser'); INSERT INTO `classname_` VALUES ('0', '37207', 'com.liferay.message.boards.model.MBThread'); INSERT INTO `classname_` VALUES ('0', '37208', 'com.liferay.message.boards.model.MBThreadFlag'); INSERT INTO `classname_` VALUES ('0', '37501', 'com.liferay.analytics.message.storage.model.AnalyticsMessage'); INSERT INTO `classname_` VALUES ('0', '37503', 'com.liferay.batch.engine.model.BatchEngineExportTask'); INSERT INTO `classname_` VALUES ('0', '37504', 'com.liferay.batch.engine.model.BatchEngineImportTask'); INSERT INTO `classname_` VALUES ('0', '37601', 'com.liferay.commerce.tax.model.CommerceTaxMethod'); INSERT INTO `classname_` VALUES ('0', '37602', 'com.liferay.trash.model.TrashEntry'); INSERT INTO `classname_` VALUES ('0', '37603', 'com.liferay.trash.model.TrashVersion'); INSERT INTO `classname_` VALUES ('0', '37901', 'com.liferay.commerce.account.model.CommerceAccount'); INSERT INTO `classname_` VALUES ('0', '37902', 'com.liferay.commerce.account.model.CommerceAccountGroup'); INSERT INTO `classname_` VALUES ('0', '37903', 'com.liferay.commerce.account.model.CommerceAccountGroupCommerceAccountRel'); INSERT INTO `classname_` VALUES ('0', '37904', 'com.liferay.commerce.account.model.CommerceAccountGroupRel'); INSERT INTO `classname_` VALUES ('0', '37905', 'com.liferay.commerce.account.model.CommerceAccountOrganizationRel'); INSERT INTO `classname_` VALUES ('0', '37906', 'com.liferay.commerce.account.model.CommerceAccountUserRel'); INSERT INTO `classname_` VALUES ('0', '37907', 'com.liferay.commerce.pricing.model.CommercePriceModifier'); INSERT INTO `classname_` VALUES ('0', '37908', 'com.liferay.commerce.pricing.model.CommercePriceModifierRel'); INSERT INTO `classname_` VALUES ('0', '37909', 'com.liferay.commerce.pricing.model.CommercePricingClass'); INSERT INTO `classname_` VALUES ('0', '37910', 'com.liferay.commerce.pricing.model.CommercePricingClassCPDefinitionRel'); INSERT INTO `classname_` VALUES ('0', '37911', 'com.liferay.dynamic.data.mapping.model.DDMContent'); INSERT INTO `classname_` VALUES ('0', '37912', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance'); INSERT INTO `classname_` VALUES ('0', '37913', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink'); INSERT INTO `classname_` VALUES ('0', '37914', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance'); INSERT INTO `classname_` VALUES ('0', '37915', 'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecord'); INSERT INTO `classname_` VALUES ('0', '37916', 'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordVersion'); INSERT INTO `classname_` VALUES ('0', '37917', 'com.liferay.dynamic.data.mapping.model.DDMFormInstanceReport'); INSERT INTO `classname_` VALUES ('0', '37918', 'com.liferay.dynamic.data.mapping.model.DDMFormInstanceVersion'); INSERT INTO `classname_` VALUES ('0', '37919', 'com.liferay.dynamic.data.mapping.model.DDMStorageLink'); INSERT INTO `classname_` VALUES ('0', '37920', 'com.liferay.dynamic.data.mapping.model.DDMStructureLayout'); INSERT INTO `classname_` VALUES ('0', '37921', 'com.liferay.dynamic.data.mapping.model.DDMStructureLink'); INSERT INTO `classname_` VALUES ('0', '37922', 'com.liferay.dynamic.data.mapping.model.DDMStructureVersion'); INSERT INTO `classname_` VALUES ('0', '37923', 'com.liferay.dynamic.data.mapping.model.DDMTemplateLink'); INSERT INTO `classname_` VALUES ('0', '37924', 'com.liferay.dynamic.data.mapping.model.DDMTemplateVersion'); INSERT INTO `classname_` VALUES ('0', '38501', 'com.liferay.commerce.product.asset.categories.navigation.web.internal.portlet.CPAssetCategoriesNavigationPortlet'); INSERT INTO `classname_` VALUES ('0', '38502', 'com.liferay.commerce.order.content.web.internal.portlet.CommerceOpenOrderContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38503', 'com.liferay.commerce.order.content.web.internal.portlet.CommerceOrderContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38504', 'com.liferay.commerce.product.content.web.internal.portlet.CPCompareContentMiniPortlet'); INSERT INTO `classname_` VALUES ('0', '38505', 'com.liferay.commerce.product.content.web.internal.portlet.CPCompareContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38506', 'com.liferay.commerce.product.content.web.internal.portlet.CPContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38508', 'com.liferay.commerce.product.content.web.internal.portlet.CPPublisherPortlet'); INSERT INTO `classname_` VALUES ('0', '38601', 'com.liferay.commerce.product.content.search.web.internal.portlet.CPSearchResultsPortlet'); INSERT INTO `classname_` VALUES ('0', '38602', 'com.liferay.commerce.product.content.category.web.internal.portlet.CPCategoryContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38603', 'com.liferay.portal.search.web.internal.facet.display.context.AssetCategoriesSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38604', 'com.liferay.portal.search.web.internal.custom.facet.display.context.CustomFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38605', 'com.liferay.portal.search.web.internal.custom.filter.display.context.CustomFilterDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38606', 'com.liferay.portal.search.web.internal.facet.display.context.FolderSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38607', 'com.liferay.portal.search.web.internal.modified.facet.display.context.ModifiedFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38608', 'com.liferay.portal.search.web.internal.search.bar.portlet.SearchBarPortletDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38609', 'com.liferay.portal.search.web.internal.result.display.context.SearchResultSummaryDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38610', 'com.liferay.portal.search.web.internal.facet.display.context.ScopeSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38611', 'com.liferay.portal.search.web.internal.sort.display.context.SortDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38612', 'com.liferay.portal.search.web.internal.facet.display.context.AssetTagsSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38613', 'com.liferay.portal.search.web.internal.facet.display.context.AssetEntriesSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38614', 'com.liferay.portal.search.web.internal.facet.display.context.UserSearchFacetTermDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38615', 'com.liferay.portal.kernel.theme.NavItem'); INSERT INTO `classname_` VALUES ('0', '38616', 'com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry'); INSERT INTO `classname_` VALUES ('0', '38617', 'com.liferay.rss.web.internal.util.RSSFeed'); INSERT INTO `classname_` VALUES ('0', '38618', 'com.liferay.portal.kernel.repository.model.FileEntry'); INSERT INTO `classname_` VALUES ('0', '38619', 'com.liferay.commerce.address.content.web.internal.portlet.CommerceAddressContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38620', 'com.liferay.commerce.product.type.virtual.order.content.web.internal.portlet.CommerceVirtualOrderItemContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38621', 'com.liferay.portal.search.similar.results.web.internal.display.context.SimilarResultsDocumentDisplayContext'); INSERT INTO `classname_` VALUES ('0', '38622', 'com.liferay.portal.kernel.servlet.taglib.ui.LanguageEntry'); INSERT INTO `classname_` VALUES ('0', '38623', 'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentMiniPortlet'); INSERT INTO `classname_` VALUES ('0', '38625', 'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentPortlet'); INSERT INTO `classname_` VALUES ('0', '38626', 'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentTotalPortlet'); INSERT INTO `classname_` VALUES ('0', '38701', 'com.liferay.portlet.display.template.PortletDisplayTemplate'); INSERT INTO `classname_` VALUES ('0', '39504', 'com.liferay.portal.kernel.model.Layout-true'); INSERT INTO `classname_` VALUES ('0', '39624', 'com.liferay.portal.kernel.model.Layout-false'); INSERT INTO `classname_` VALUES ('0', '39689', 'com.liferay.document.library.kernel.util.RawMetadataProcessor'); INSERT INTO `classname_` VALUES ('0', '39801', 'com.liferay.commerce.inventory.model.CommerceInventoryAudit'); INSERT INTO `classname_` VALUES ('0', '39802', 'com.liferay.commerce.inventory.model.CommerceInventoryBookedQuantity'); INSERT INTO `classname_` VALUES ('0', '39803', 'com.liferay.commerce.inventory.model.CommerceInventoryReplenishmentItem'); INSERT INTO `classname_` VALUES ('0', '39804', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse'); INSERT INTO `classname_` VALUES ('0', '39805', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouseItem'); INSERT INTO `classname_` VALUES ('0', '39806', 'com.liferay.portal.security.audit.storage.model.AuditEvent'); INSERT INTO `classname_` VALUES ('0', '39808', 'com.liferay.adaptive.media.image.model.AMImageEntry'); INSERT INTO `classname_` VALUES ('0', '39901', 'com.liferay.asset.model.AssetEntryUsage'); INSERT INTO `classname_` VALUES ('0', '39902', 'com.liferay.commerce.wish.list.model.CommerceWishList'); INSERT INTO `classname_` VALUES ('0', '39903', 'com.liferay.commerce.wish.list.model.CommerceWishListItem'); INSERT INTO `classname_` VALUES ('0', '39904', 'com.liferay.polls.model.PollsChoice'); INSERT INTO `classname_` VALUES ('0', '39905', 'com.liferay.polls.model.PollsQuestion'); INSERT INTO `classname_` VALUES ('0', '39906', 'com.liferay.polls.model.PollsVote'); INSERT INTO `classname_` VALUES ('0', '39909', 'com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOption'); INSERT INTO `classname_` VALUES ('0', '39910', 'com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRel'); INSERT INTO `classname_` VALUES ('0', '39911', 'com.liferay.commerce.product.type.virtual.model.CPDefinitionVirtualSetting'); INSERT INTO `classname_` VALUES ('0', '39912', 'com.liferay.layout.model.LayoutClassedModelUsage'); INSERT INTO `classname_` VALUES ('0', '39927', 'com.liferay.portal.repository.portletrepository.PortletRepository'); INSERT INTO `classname_` VALUES ('0', '39931', 'com.liferay.portal.repository.liferayrepository.LiferayRepository'); INSERT INTO `classname_` VALUES ('0', '39932', 'com.liferay.portal.repository.temporaryrepository.TemporaryFileEntryRepository'); INSERT INTO `classname_` VALUES ('0', '39978', 'com.liferay.portal.reports.engine.console.model.Definition'); INSERT INTO `classname_` VALUES ('0', '39979', 'com.liferay.portal.reports.engine.console.model.Entry'); INSERT INTO `classname_` VALUES ('0', '39980', 'com.liferay.portal.reports.engine.console.model.Source'); INSERT INTO `classname_` VALUES ('0', '40002', 'com.liferay.redirect.model.RedirectEntry'); INSERT INTO `classname_` VALUES ('0', '40004', 'com.liferay.redirect.model.RedirectNotFoundEntry'); -- ---------------------------- -- Table structure for `cnotificationattachment` -- ---------------------------- DROP TABLE IF EXISTS `cnotificationattachment`; CREATE TABLE `cnotificationattachment` ( `uuid_` varchar(75) DEFAULT NULL, `CNotificationAttachmentId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CNotificationQueueEntryId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `deleteOnSend` tinyint(4) DEFAULT NULL, PRIMARY KEY (`CNotificationAttachmentId`), UNIQUE KEY `IX_339EA78D` (`uuid_`,`groupId`), KEY `IX_6E9D8183` (`CNotificationQueueEntryId`), KEY `IX_8D120A4B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cnotificationattachment -- ---------------------------- -- ---------------------------- -- Table structure for `cntemplatecaccountgrouprel` -- ---------------------------- DROP TABLE IF EXISTS `cntemplatecaccountgrouprel`; CREATE TABLE `cntemplatecaccountgrouprel` ( `CNTemplateCAccountGroupRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceNotificationTemplateId` bigint(20) DEFAULT NULL, `commerceAccountGroupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CNTemplateCAccountGroupRelId`), UNIQUE KEY `IX_AFBF7DA` (`commerceNotificationTemplateId`,`commerceAccountGroupId`), KEY `IX_7951AAEB` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cntemplatecaccountgrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaccount` -- ---------------------------- DROP TABLE IF EXISTS `commerceaccount`; CREATE TABLE `commerceaccount` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAccountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCommerceAccountId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `email` varchar(75) DEFAULT NULL, `taxId` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `defaultBillingAddressId` bigint(20) DEFAULT NULL, `defaultShippingAddressId` bigint(20) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`), KEY `IX_721C700D` (`companyId`,`externalReferenceCode`), KEY `IX_FE5BDB63` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaccount -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaccountgroup` -- ---------------------------- DROP TABLE IF EXISTS `commerceaccountgroup`; CREATE TABLE `commerceaccountgroup` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAccountGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `system_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceAccountGroupId`), KEY `IX_E487EEC8` (`companyId`,`externalReferenceCode`), KEY `IX_6A32E160` (`companyId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaccountgroup -- ---------------------------- INSERT INTO `commerceaccountgroup` VALUES (null, '40062', '20097', '20125', 'Test Test', '2020-09-03 01:11:12.084000', '2020-09-03 01:11:12.084000', 'Guest', '2', '1'); -- ---------------------------- -- Table structure for `commerceaccountgrouprel` -- ---------------------------- DROP TABLE IF EXISTS `commerceaccountgrouprel`; CREATE TABLE `commerceaccountgrouprel` ( `commerceAccountGroupRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `commerceAccountGroupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceAccountGroupRelId`), UNIQUE KEY `IX_C5D83543` (`classNameId`,`classPK`,`commerceAccountGroupId`), KEY `IX_8B84036E` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaccountgrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaccountorganizationrel` -- ---------------------------- DROP TABLE IF EXISTS `commerceaccountorganizationrel`; CREATE TABLE `commerceaccountorganizationrel` ( `commerceAccountId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`,`organizationId`), KEY `IX_16599BBC` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaccountorganizationrel -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaccountuserrel` -- ---------------------------- DROP TABLE IF EXISTS `commerceaccountuserrel`; CREATE TABLE `commerceaccountuserrel` ( `commerceAccountId` bigint(20) NOT NULL, `commerceAccountUserId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`,`commerceAccountUserId`), KEY `IX_EC8DEFA6` (`commerceAccountUserId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaccountuserrel -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaddress` -- ---------------------------- DROP TABLE IF EXISTS `commerceaddress`; CREATE TABLE `commerceaddress` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAddressId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `street1` varchar(255) DEFAULT NULL, `street2` varchar(255) DEFAULT NULL, `street3` varchar(255) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `commerceRegionId` bigint(20) DEFAULT NULL, `commerceCountryId` bigint(20) DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `phoneNumber` varchar(75) DEFAULT NULL, `defaultBilling` tinyint(4) DEFAULT NULL, `defaultShipping` tinyint(4) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`commerceAddressId`), KEY `IX_15EA4714` (`classNameId`,`classPK`), KEY `IX_CD76FE87` (`commerceCountryId`), KEY `IX_71C5A9DD` (`commerceRegionId`), KEY `IX_6D0EADB7` (`companyId`,`classNameId`,`classPK`,`type_`), KEY `IX_4E616A54` (`companyId`,`externalReferenceCode`), KEY `IX_EEACF18E` (`groupId`,`classNameId`,`classPK`,`defaultBilling`), KEY `IX_333246DF` (`groupId`,`classNameId`,`classPK`,`defaultShipping`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaddress -- ---------------------------- -- ---------------------------- -- Table structure for `commerceaddressrestriction` -- ---------------------------- DROP TABLE IF EXISTS `commerceaddressrestriction`; CREATE TABLE `commerceaddressrestriction` ( `commerceAddressRestrictionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `commerceCountryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceAddressRestrictionId`), UNIQUE KEY `IX_495311F8` (`classNameId`,`classPK`,`commerceCountryId`), KEY `IX_69DBF5AD` (`commerceCountryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceaddressrestriction -- ---------------------------- -- ---------------------------- -- Table structure for `commerceapplicationbrand` -- ---------------------------- DROP TABLE IF EXISTS `commerceapplicationbrand`; CREATE TABLE `commerceapplicationbrand` ( `commerceApplicationBrandId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceApplicationBrandId`), KEY `IX_3BF424B0` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceapplicationbrand -- ---------------------------- -- ---------------------------- -- Table structure for `commerceapplicationmodel` -- ---------------------------- DROP TABLE IF EXISTS `commerceapplicationmodel`; CREATE TABLE `commerceapplicationmodel` ( `commerceApplicationModelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceApplicationBrandId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `year` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceApplicationModelId`), KEY `IX_B852259B` (`commerceApplicationBrandId`), KEY `IX_47286C4E` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceapplicationmodel -- ---------------------------- -- ---------------------------- -- Table structure for `commerceavailabilityestimate` -- ---------------------------- DROP TABLE IF EXISTS `commerceavailabilityestimate`; CREATE TABLE `commerceavailabilityestimate` ( `uuid_` varchar(75) DEFAULT NULL, `commerceAvailabilityEstimateId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `priority` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAvailabilityEstimateId`), KEY `IX_72527224` (`companyId`), KEY `IX_EA65A078` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceavailabilityestimate -- ---------------------------- -- ---------------------------- -- Table structure for `commercebomdefinition` -- ---------------------------- DROP TABLE IF EXISTS `commercebomdefinition`; CREATE TABLE `commercebomdefinition` ( `commerceBOMDefinitionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceBOMFolderId` bigint(20) DEFAULT NULL, `CPAttachmentFileEntryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `friendlyUrl` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceBOMDefinitionId`), KEY `IX_585FB5E0` (`commerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercebomdefinition -- ---------------------------- -- ---------------------------- -- Table structure for `commercebomentry` -- ---------------------------- DROP TABLE IF EXISTS `commercebomentry`; CREATE TABLE `commercebomentry` ( `commerceBOMEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `number_` int(11) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `commerceBOMDefinitionId` bigint(20) DEFAULT NULL, `positionX` double DEFAULT NULL, `positionY` double DEFAULT NULL, `radius` double DEFAULT NULL, PRIMARY KEY (`commerceBOMEntryId`), KEY `IX_9E3B4DF0` (`commerceBOMDefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercebomentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercebomfolder` -- ---------------------------- DROP TABLE IF EXISTS `commercebomfolder`; CREATE TABLE `commercebomfolder` ( `commerceBOMFolderId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCommerceBOMFolderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `treePath` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceBOMFolderId`), KEY `IX_BD662485` (`companyId`,`parentCommerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercebomfolder -- ---------------------------- -- ---------------------------- -- Table structure for `commercecatalog` -- ---------------------------- DROP TABLE IF EXISTS `commercecatalog`; CREATE TABLE `commercecatalog` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceCatalogId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `commerceCurrencyCode` varchar(75) DEFAULT NULL, `catalogDefaultLanguageId` varchar(75) DEFAULT NULL, `system_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceCatalogId`), KEY `IX_1198BFF9` (`companyId`,`externalReferenceCode`), KEY `IX_65864AFC` (`companyId`,`system_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercecatalog -- ---------------------------- INSERT INTO `commercecatalog` VALUES (null, '40238', '20097', '20102', null, '2020-09-03 01:11:56.008000', '2020-09-03 01:11:56.008000', 'Master', 'USD', 'en_US', '1'); -- ---------------------------- -- Table structure for `commercechannel` -- ---------------------------- DROP TABLE IF EXISTS `commercechannel`; CREATE TABLE `commercechannel` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceChannelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `siteGroupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` varchar(75) DEFAULT NULL, `commerceCurrencyCode` varchar(75) DEFAULT NULL, `priceDisplayType` varchar(75) DEFAULT NULL, `discountsTargetNetPrice` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceChannelId`), KEY `IX_690E2FE3` (`companyId`,`externalReferenceCode`), KEY `IX_E1ECD95` (`siteGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercechannel -- ---------------------------- -- ---------------------------- -- Table structure for `commercechannelrel` -- ---------------------------- DROP TABLE IF EXISTS `commercechannelrel`; CREATE TABLE `commercechannelrel` ( `commerceChannelRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `commerceChannelId` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceChannelRelId`), UNIQUE KEY `IX_3B0D3DC7` (`classNameId`,`classPK`,`commerceChannelId`), KEY `IX_48F8F6FC` (`commerceChannelId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercechannelrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercecountry` -- ---------------------------- DROP TABLE IF EXISTS `commercecountry`; CREATE TABLE `commercecountry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceCountryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `billingAllowed` tinyint(4) DEFAULT NULL, `shippingAllowed` tinyint(4) DEFAULT NULL, `twoLettersISOCode` varchar(75) DEFAULT NULL, `threeLettersISOCode` varchar(75) DEFAULT NULL, `numericISOCode` int(11) DEFAULT NULL, `subjectToVAT` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `channelFilterEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceCountryId`), UNIQUE KEY `IX_7C7152E0` (`companyId`,`numericISOCode`), UNIQUE KEY `IX_415D595A` (`companyId`,`twoLettersISOCode`), KEY `IX_F8360682` (`companyId`,`active_`), KEY `IX_9DE350C1` (`companyId`,`billingAllowed`,`active_`), KEY `IX_570D4D26` (`companyId`,`shippingAllowed`,`active_`), KEY `IX_91EA24D5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercecountry -- ---------------------------- -- ---------------------------- -- Table structure for `commercecurrency` -- ---------------------------- DROP TABLE IF EXISTS `commercecurrency`; CREATE TABLE `commercecurrency` ( `uuid_` varchar(75) DEFAULT NULL, `commerceCurrencyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` longtext, `symbol` varchar(75) DEFAULT NULL, `rate` decimal(30,16) DEFAULT NULL, `formatPattern` longtext, `maxFractionDigits` int(11) DEFAULT NULL, `minFractionDigits` int(11) DEFAULT NULL, `roundingMode` varchar(75) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceCurrencyId`), UNIQUE KEY `IX_2127F18C` (`companyId`,`code_`), KEY `IX_C671CBD3` (`companyId`,`active_`), KEY `IX_ADF54822` (`companyId`,`primary_`,`active_`), KEY `IX_7C490A66` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercecurrency -- ---------------------------- INSERT INTO `commercecurrency` VALUES ('1ea1dd94-3755-c744-6f8e-dfcbe71587a7', '40113', '20097', '20102', null, '2020-09-03 01:11:13.853000', '2020-09-03 01:11:15.813000', 'USD', 'US Dollar', '$', '1.0000000000000000', '$ ###,##0.00', '2', '2', 'HALF_EVEN', '1', '1', '1', null); INSERT INTO `commercecurrency` VALUES ('b0bf243d-1b34-319b-0ca0-bebe83bd7f4c', '40116', '20097', '20102', null, '2020-09-03 01:11:13.872000', '2020-09-03 01:11:16.756000', 'AUD', 'Australian Dollar', '$', '1.3634000000000000', '$ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '2', '1', null); INSERT INTO `commercecurrency` VALUES ('d548acb7-a831-248c-a981-772bfa7552a0', '40117', '20097', '20102', null, '2020-09-03 01:11:13.878000', '2020-09-03 01:11:18.615000', 'GBP', 'British Pound', '£', '0.7490000000000000', '£ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '3', '1', null); INSERT INTO `commercecurrency` VALUES ('6fcf254c-7873-c735-a2f1-0313794f3fdd', '40119', '20097', '20102', null, '2020-09-03 01:11:13.893000', '2020-09-03 01:11:28.579000', 'CAD', 'Canadian Dollar', '$', '1.3064000000000000', '$ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '4', '1', null); INSERT INTO `commercecurrency` VALUES ('f81dfbb4-b1ec-d32f-5081-857ba64b59b3', '40121', '20097', '20102', null, '2020-09-03 01:11:13.905000', '2020-09-03 01:11:29.535000', 'CNY', 'Chinese Yuan Renminbi', '¥', '6.8271000000000000', '¥ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '5', '1', null); INSERT INTO `commercecurrency` VALUES ('18f19743-ec55-07cd-e130-b39c01dcf217', '40122', '20097', '20102', null, '2020-09-03 01:11:13.913000', '2020-09-03 01:11:30.472000', 'EUR', 'Euro', '€', '0.8431000000000000', '€ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '6', '1', null); INSERT INTO `commercecurrency` VALUES ('40a1fee9-d98e-7687-2fcf-fd39a66e64d1', '40124', '20097', '20102', null, '2020-09-03 01:11:13.924000', '2020-09-03 01:11:41.358000', 'HKD', 'Hong Kong Dollar', '$', '7.7502000000000000', '$ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '7', '1', null); INSERT INTO `commercecurrency` VALUES ('3a432e2c-ca6f-cdcd-3bb3-4f929dd5c207', '40125', '20097', '20102', null, '2020-09-03 01:11:13.930000', '2020-09-03 01:11:51.271000', 'JPY', 'Japanese Yen', '¥', '106.2305000000000000', '¥ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '8', '1', null); INSERT INTO `commercecurrency` VALUES ('0a25ddd1-9685-dfea-efbd-04f52d25bce5', '40126', '20097', '20102', null, '2020-09-03 01:11:13.936000', '2020-09-03 01:11:52.259000', 'INR', 'Indian Rupee', '₹', '73.2000000000000000', '₹ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '9', '1', null); INSERT INTO `commercecurrency` VALUES ('09fc339f-c2fb-ad80-2810-89aef5fbc9c0', '40128', '20097', '20102', null, '2020-09-03 01:11:13.945000', '2020-09-03 01:11:53.148000', 'BRL', 'Brazilian real', 'R$', '5.4131000000000000', 'R$ ###,##0.00', '2', '2', 'HALF_EVEN', '0', '10', '1', null); -- ---------------------------- -- Table structure for `commercediscount` -- ---------------------------- DROP TABLE IF EXISTS `commercediscount`; CREATE TABLE `commercediscount` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceDiscountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `target` varchar(75) DEFAULT NULL, `useCouponCode` tinyint(4) DEFAULT NULL, `couponCode` varchar(75) DEFAULT NULL, `usePercentage` tinyint(4) DEFAULT NULL, `maximumDiscountAmount` decimal(30,16) DEFAULT NULL, `levelType` varchar(75) DEFAULT NULL, `level1` decimal(30,16) DEFAULT NULL, `level2` decimal(30,16) DEFAULT NULL, `level3` decimal(30,16) DEFAULT NULL, `level4` decimal(30,16) DEFAULT NULL, `limitationType` varchar(75) DEFAULT NULL, `limitationTimes` int(11) DEFAULT NULL, `limitationTimesPerAccount` int(11) DEFAULT NULL, `numberOfUse` int(11) DEFAULT NULL, `rulesConjunction` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceDiscountId`), UNIQUE KEY `IX_A7A710FC` (`companyId`,`couponCode`,`active_`), KEY `IX_D294CDB7` (`companyId`,`externalReferenceCode`), KEY `IX_122C15C4` (`displayDate`,`status`), KEY `IX_2FBF0739` (`expirationDate`,`status`), KEY `IX_687F1796` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercediscount -- ---------------------------- -- ---------------------------- -- Table structure for `commercediscountaccountrel` -- ---------------------------- DROP TABLE IF EXISTS `commercediscountaccountrel`; CREATE TABLE `commercediscountaccountrel` ( `uuid_` varchar(75) DEFAULT NULL, `commerceDiscountAccountRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceDiscountAccountRelId`), UNIQUE KEY `IX_E082887A` (`commerceAccountId`,`commerceDiscountId`), KEY `IX_6EA2AA99` (`commerceDiscountId`), KEY `IX_D365BDE2` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercediscountaccountrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercediscountrel` -- ---------------------------- DROP TABLE IF EXISTS `commercediscountrel`; CREATE TABLE `commercediscountrel` ( `commerceDiscountRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceDiscountRelId`), KEY `IX_6B4EEC38` (`classNameId`,`classPK`), KEY `IX_DDFDEF40` (`commerceDiscountId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercediscountrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercediscountrule` -- ---------------------------- DROP TABLE IF EXISTS `commercediscountrule`; CREATE TABLE `commercediscountrule` ( `commerceDiscountRuleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, PRIMARY KEY (`commerceDiscountRuleId`), KEY `IX_CB9E6769` (`commerceDiscountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercediscountrule -- ---------------------------- -- ---------------------------- -- Table structure for `commercediscountusageentry` -- ---------------------------- DROP TABLE IF EXISTS `commercediscountusageentry`; CREATE TABLE `commercediscountusageentry` ( `commerceDiscountUsageEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `commerceOrderId` bigint(20) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, PRIMARY KEY (`commerceDiscountUsageEntryId`), KEY `IX_B0E2A9F5` (`commerceAccountId`,`commerceDiscountId`), KEY `IX_70440FFF` (`commerceAccountId`,`commerceOrderId`,`commerceDiscountId`), KEY `IX_EDFADCFE` (`commerceDiscountId`), KEY `IX_FF593016` (`commerceOrderId`,`commerceDiscountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercediscountusageentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercemlforecastalertentry` -- ---------------------------- DROP TABLE IF EXISTS `commercemlforecastalertentry`; CREATE TABLE `commercemlforecastalertentry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceMLForecastAlertEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `actual` double DEFAULT NULL, `forecast` double DEFAULT NULL, `timestamp` datetime(6) DEFAULT NULL, `relativeChange` double DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`commerceMLForecastAlertEntryId`), KEY `IX_72E3390C` (`commerceAccountId`), KEY `IX_7100F5C` (`companyId`,`commerceAccountId`,`relativeChange`,`status`), KEY `IX_2DE6935C` (`companyId`,`commerceAccountId`,`status`,`relativeChange`), KEY `IX_D398D120` (`companyId`,`commerceAccountId`,`timestamp`), KEY `IX_F5973D05` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercemlforecastalertentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercenotificationqueueentry` -- ---------------------------- DROP TABLE IF EXISTS `commercenotificationqueueentry`; CREATE TABLE `commercenotificationqueueentry` ( `CNotificationQueueEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `commerceNotificationTemplateId` bigint(20) DEFAULT NULL, `from_` varchar(75) DEFAULT NULL, `fromName` varchar(75) DEFAULT NULL, `to_` varchar(75) DEFAULT NULL, `toName` varchar(75) DEFAULT NULL, `cc` varchar(255) DEFAULT NULL, `bcc` varchar(255) DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `body` longtext, `priority` double DEFAULT NULL, `sent` tinyint(4) DEFAULT NULL, `sentDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CNotificationQueueEntryId`), KEY `IX_8D07A6AE` (`classNameId`,`classPK`,`sent`), KEY `IX_F9149FC` (`commerceNotificationTemplateId`), KEY `IX_1CB981DE` (`groupId`,`classNameId`,`classPK`,`sent`), KEY `IX_BEFF6FD9` (`sent`), KEY `IX_80026CA7` (`sentDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercenotificationqueueentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercenotificationtemplate` -- ---------------------------- DROP TABLE IF EXISTS `commercenotificationtemplate`; CREATE TABLE `commercenotificationtemplate` ( `uuid_` varchar(75) DEFAULT NULL, `commerceNotificationTemplateId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `from_` varchar(75) DEFAULT NULL, `fromName` longtext, `to_` varchar(75) DEFAULT NULL, `cc` varchar(255) DEFAULT NULL, `bcc` varchar(255) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, `subject` longtext, `body` longtext, PRIMARY KEY (`commerceNotificationTemplateId`), UNIQUE KEY `IX_89383B5C` (`uuid_`,`groupId`), KEY `IX_9A867D2D` (`groupId`,`enabled`), KEY `IX_AFC4A180` (`groupId`,`type_`,`enabled`), KEY `IX_E295E65A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercenotificationtemplate -- ---------------------------- -- ---------------------------- -- Table structure for `commerceorder` -- ---------------------------- DROP TABLE IF EXISTS `commerceorder`; CREATE TABLE `commerceorder` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `commerceCurrencyId` bigint(20) DEFAULT NULL, `billingAddressId` bigint(20) DEFAULT NULL, `shippingAddressId` bigint(20) DEFAULT NULL, `commercePaymentMethodKey` varchar(75) DEFAULT NULL, `transactionId` longtext, `commerceShippingMethodId` bigint(20) DEFAULT NULL, `shippingOptionName` varchar(255) DEFAULT NULL, `purchaseOrderNumber` varchar(75) DEFAULT NULL, `couponCode` varchar(75) DEFAULT NULL, `lastPriceUpdateDate` datetime(6) DEFAULT NULL, `subtotal` decimal(30,16) DEFAULT NULL, `subtotalDiscountAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel1` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel2` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel3` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel4` decimal(30,16) DEFAULT NULL, `shippingAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel1` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel2` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel3` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel4` decimal(30,16) DEFAULT NULL, `taxAmount` decimal(30,16) DEFAULT NULL, `total` decimal(30,16) DEFAULT NULL, `totalDiscountAmount` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel1` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel2` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel3` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel4` decimal(30,16) DEFAULT NULL, `subtotalWithTaxAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `shippingWithTaxAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `totalWithTaxAmount` decimal(30,16) DEFAULT NULL, `totalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `advanceStatus` varchar(75) DEFAULT NULL, `paymentStatus` int(11) DEFAULT NULL, `orderDate` datetime(6) DEFAULT NULL, `orderStatus` int(11) DEFAULT NULL, `printedNote` longtext, `requestedDeliveryDate` datetime(6) DEFAULT NULL, `manuallyAdjusted` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceOrderId`), UNIQUE KEY `IX_58101B8F` (`uuid_`,`groupId`), KEY `IX_12131FC1` (`billingAddressId`), KEY `IX_7DD246EA` (`commerceAccountId`,`groupId`,`orderStatus`), KEY `IX_81097E4C` (`commerceAccountId`,`orderStatus`), KEY `IX_DFF1932E` (`companyId`,`commerceAccountId`), KEY `IX_48EEEDEE` (`companyId`,`externalReferenceCode`), KEY `IX_9ACAF78A` (`createDate`,`commerceAccountId`,`orderStatus`), KEY `IX_4F4CAEE4` (`groupId`,`commerceAccountId`,`orderStatus`), KEY `IX_9C04F6F8` (`groupId`,`commercePaymentMethodKey`), KEY `IX_67E0AF05` (`groupId`,`userId`,`orderStatus`), KEY `IX_4B11FAD8` (`shippingAddressId`), KEY `IX_75679B1F` (`userId`,`createDate`,`orderStatus`), KEY `IX_5AF685CD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceorder -- ---------------------------- -- ---------------------------- -- Table structure for `commerceorderitem` -- ---------------------------- DROP TABLE IF EXISTS `commerceorderitem`; CREATE TABLE `commerceorderitem` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderItemId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint(20) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `CPInstanceId` bigint(20) DEFAULT NULL, `parentCommerceOrderItemId` bigint(20) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `shippedQuantity` int(11) DEFAULT NULL, `json` longtext, `name` longtext, `sku` varchar(75) DEFAULT NULL, `unitPrice` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountAmount` decimal(30,16) DEFAULT NULL, `finalPrice` decimal(30,16) DEFAULT NULL, `discountPercentageLevel1` decimal(30,16) DEFAULT NULL, `discountPercentageLevel2` decimal(30,16) DEFAULT NULL, `discountPercentageLevel3` decimal(30,16) DEFAULT NULL, `discountPercentageLevel4` decimal(30,16) DEFAULT NULL, `unitPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `promoPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `discountWithTaxAmount` decimal(30,16) DEFAULT NULL, `finalPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel1WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel2WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel3WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel4WithTaxAmount` decimal(30,16) DEFAULT NULL, `subscription` tinyint(4) DEFAULT NULL, `deliveryGroup` varchar(75) DEFAULT NULL, `shippingAddressId` bigint(20) DEFAULT NULL, `printedNote` longtext, `requestedDeliveryDate` datetime(6) DEFAULT NULL, `bookedQuantityId` bigint(20) DEFAULT NULL, `manuallyAdjusted` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceOrderItemId`), KEY `IX_2E1BB39D` (`CPInstanceId`), KEY `IX_F9E8D927` (`CProductId`), KEY `IX_2D8339EE` (`bookedQuantityId`), KEY `IX_415AF3E3` (`commerceOrderId`,`CPInstanceId`), KEY `IX_15B37023` (`commerceOrderId`,`subscription`), KEY `IX_12257E21` (`companyId`,`externalReferenceCode`), KEY `IX_8E1472FB` (`parentCommerceOrderItemId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceorderitem -- ---------------------------- -- ---------------------------- -- Table structure for `commerceordernote` -- ---------------------------- DROP TABLE IF EXISTS `commerceordernote`; CREATE TABLE `commerceordernote` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderNoteId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint(20) DEFAULT NULL, `content` longtext, `restricted` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceOrderNoteId`), KEY `IX_CEB86C22` (`commerceOrderId`,`restricted`), KEY `IX_EF4EEF80` (`companyId`,`externalReferenceCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceordernote -- ---------------------------- -- ---------------------------- -- Table structure for `commerceorderpayment` -- ---------------------------- DROP TABLE IF EXISTS `commerceorderpayment`; CREATE TABLE `commerceorderpayment` ( `commerceOrderPaymentId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint(20) DEFAULT NULL, `commercePaymentMethodKey` varchar(75) DEFAULT NULL, `content` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`commerceOrderPaymentId`), KEY `IX_CF274005` (`commerceOrderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceorderpayment -- ---------------------------- -- ---------------------------- -- Table structure for `commercepaymentmethodgrouprel` -- ---------------------------- DROP TABLE IF EXISTS `commercepaymentmethodgrouprel`; CREATE TABLE `commercepaymentmethodgrouprel` ( `CPaymentMethodGroupRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `imageId` bigint(20) DEFAULT NULL, `engineKey` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`CPaymentMethodGroupRelId`), UNIQUE KEY `IX_BE0A338F` (`groupId`,`engineKey`), KEY `IX_98EF79EB` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepaymentmethodgrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `commercepriceentry` -- ---------------------------- DROP TABLE IF EXISTS `commercepriceentry`; CREATE TABLE `commercepriceentry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountDiscovery` tinyint(4) DEFAULT NULL, `discountLevel1` decimal(30,16) DEFAULT NULL, `discountLevel2` decimal(30,16) DEFAULT NULL, `discountLevel3` decimal(30,16) DEFAULT NULL, `discountLevel4` decimal(30,16) DEFAULT NULL, `hasTierPrice` tinyint(4) DEFAULT NULL, `bulkPricing` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceEntryId`), UNIQUE KEY `IX_2D76B43E` (`commercePriceListId`,`CPInstanceUuid`), KEY `IX_2FCFB9FB` (`CPInstanceUuid`), KEY `IX_B058565F` (`companyId`,`externalReferenceCode`), KEY `IX_1578F03E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepriceentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricelist` -- ---------------------------- DROP TABLE IF EXISTS `commercepricelist`; CREATE TABLE `commercepricelist` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceListId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceCurrencyId` bigint(20) DEFAULT NULL, `parentCommercePriceListId` bigint(20) DEFAULT NULL, `catalogBasePriceList` tinyint(4) DEFAULT NULL, `netPrice` tinyint(4) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListId`), UNIQUE KEY `IX_554D1708` (`uuid_`,`groupId`), KEY `IX_473B4D8D` (`commerceCurrencyId`), KEY `IX_328B5D27` (`companyId`,`externalReferenceCode`), KEY `IX_31913054` (`displayDate`,`status`), KEY `IX_354C658C` (`groupId`,`catalogBasePriceList`,`type_`), KEY `IX_B61658B6` (`groupId`,`companyId`,`status`), KEY `IX_863045BB` (`parentCommercePriceListId`), KEY `IX_FCE28706` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricelist -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricelistaccountrel` -- ---------------------------- DROP TABLE IF EXISTS `commercepricelistaccountrel`; CREATE TABLE `commercepricelistaccountrel` ( `uuid_` varchar(75) DEFAULT NULL, `commercePriceListAccountRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListAccountRelId`), UNIQUE KEY `IX_3DEE5A98` (`commerceAccountId`,`commercePriceListId`), KEY `IX_7279F379` (`commercePriceListId`), KEY `IX_D598A152` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricelistaccountrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricelistchannelrel` -- ---------------------------- DROP TABLE IF EXISTS `commercepricelistchannelrel`; CREATE TABLE `commercepricelistchannelrel` ( `uuid_` varchar(75) DEFAULT NULL, `CommercePriceListChannelRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceChannelId` bigint(20) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CommercePriceListChannelRelId`), UNIQUE KEY `IX_2CCFD56C` (`commerceChannelId`,`commercePriceListId`), KEY `IX_898B66CF` (`commercePriceListId`), KEY `IX_F7DDDDBC` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricelistchannelrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricelistdiscountrel` -- ---------------------------- DROP TABLE IF EXISTS `commercepricelistdiscountrel`; CREATE TABLE `commercepricelistdiscountrel` ( `uuid_` varchar(75) DEFAULT NULL, `commercePriceListDiscountRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint(20) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListDiscountRelId`), UNIQUE KEY `IX_CC15AA9A` (`commerceDiscountId`,`commercePriceListId`), KEY `IX_36D76E5` (`commercePriceListId`), KEY `IX_96A5B566` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricelistdiscountrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricemodifier` -- ---------------------------- DROP TABLE IF EXISTS `commercepricemodifier`; CREATE TABLE `commercepricemodifier` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceModifierId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `target` varchar(75) DEFAULT NULL, `modifierAmount` decimal(30,16) DEFAULT NULL, `modifierType` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceModifierId`), UNIQUE KEY `IX_A4ABA601` (`uuid_`,`groupId`), KEY `IX_176CA5EC` (`commercePriceListId`), KEY `IX_335B7FE0` (`companyId`,`externalReferenceCode`), KEY `IX_FCACD082` (`companyId`,`target`), KEY `IX_C60214FB` (`displayDate`,`status`), KEY `IX_E3CDA8A2` (`expirationDate`,`status`), KEY `IX_93813A2F` (`groupId`,`companyId`,`status`), KEY `IX_EED93BBF` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricemodifier -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricemodifierrel` -- ---------------------------- DROP TABLE IF EXISTS `commercepricemodifierrel`; CREATE TABLE `commercepricemodifierrel` ( `commercePriceModifierRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceModifierId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`commercePriceModifierRelId`), UNIQUE KEY `IX_89DDF14B` (`commercePriceModifierId`,`classNameId`,`classPK`), KEY `IX_391477EF` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricemodifierrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercepricingclass` -- ---------------------------- DROP TABLE IF EXISTS `commercepricingclass`; CREATE TABLE `commercepricingclass` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePricingClassId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePricingClassId`), KEY `IX_FCABA3C8` (`companyId`,`externalReferenceCode`), KEY `IX_287E2FA7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercepricingclass -- ---------------------------- -- ---------------------------- -- Table structure for `commerceregion` -- ---------------------------- DROP TABLE IF EXISTS `commerceregion`; CREATE TABLE `commerceregion` ( `uuid_` varchar(75) DEFAULT NULL, `commerceRegionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceCountryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceRegionId`), UNIQUE KEY `IX_2D8BEE31` (`commerceCountryId`,`code_`), KEY `IX_49C93338` (`commerceCountryId`,`active_`), KEY `IX_3BC85C89` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceregion -- ---------------------------- -- ---------------------------- -- Table structure for `commerceshipment` -- ---------------------------- DROP TABLE IF EXISTS `commerceshipment`; CREATE TABLE `commerceshipment` ( `commerceShipmentId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint(20) DEFAULT NULL, `commerceAddressId` bigint(20) DEFAULT NULL, `commerceShippingMethodId` bigint(20) DEFAULT NULL, `shippingOptionName` longtext, `carrier` varchar(75) DEFAULT NULL, `trackingNumber` varchar(75) DEFAULT NULL, `shippingDate` datetime(6) DEFAULT NULL, `expectedDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`commerceShipmentId`), KEY `IX_616BDD15` (`groupId`,`commerceAddressId`), KEY `IX_68FBA2B5` (`groupId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceshipment -- ---------------------------- -- ---------------------------- -- Table structure for `commerceshipmentitem` -- ---------------------------- DROP TABLE IF EXISTS `commerceshipmentitem`; CREATE TABLE `commerceshipmentitem` ( `commerceShipmentItemId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShipmentId` bigint(20) DEFAULT NULL, `commerceOrderItemId` bigint(20) DEFAULT NULL, `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, PRIMARY KEY (`commerceShipmentItemId`), UNIQUE KEY `IX_4FAC36D0` (`commerceShipmentId`,`commerceOrderItemId`,`commerceInventoryWarehouseId`), KEY `IX_3615B923` (`commerceOrderItemId`), KEY `IX_DB0BB83C` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceshipmentitem -- ---------------------------- -- ---------------------------- -- Table structure for `commerceshippingfixedoption` -- ---------------------------- DROP TABLE IF EXISTS `commerceshippingfixedoption`; CREATE TABLE `commerceshippingfixedoption` ( `commerceShippingFixedOptionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShippingMethodId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `amount` decimal(30,16) DEFAULT NULL, `priority` double DEFAULT NULL, PRIMARY KEY (`commerceShippingFixedOptionId`), KEY `IX_DCB21C1F` (`commerceShippingMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceshippingfixedoption -- ---------------------------- -- ---------------------------- -- Table structure for `commerceshippingmethod` -- ---------------------------- DROP TABLE IF EXISTS `commerceshippingmethod`; CREATE TABLE `commerceshippingmethod` ( `commerceShippingMethodId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `imageId` bigint(20) DEFAULT NULL, `engineKey` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceShippingMethodId`), UNIQUE KEY `IX_C4557F93` (`groupId`,`engineKey`), KEY `IX_42E5F6EF` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commerceshippingmethod -- ---------------------------- -- ---------------------------- -- Table structure for `commercesubscriptionentry` -- ---------------------------- DROP TABLE IF EXISTS `commercesubscriptionentry`; CREATE TABLE `commercesubscriptionentry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceSubscriptionEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `commerceOrderItemId` bigint(20) DEFAULT NULL, `subscriptionLength` int(11) DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `currentCycle` bigint(20) DEFAULT NULL, `maxSubscriptionCycles` bigint(20) DEFAULT NULL, `subscriptionStatus` int(11) DEFAULT NULL, `lastIterationDate` datetime(6) DEFAULT NULL, `nextIterationDate` datetime(6) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `deliverySubscriptionLength` int(11) DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryCurrentCycle` bigint(20) DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL, `deliverySubscriptionStatus` int(11) DEFAULT NULL, `deliveryLastIterationDate` datetime(6) DEFAULT NULL, `deliveryNextIterationDate` datetime(6) DEFAULT NULL, `deliveryStartDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceSubscriptionEntryId`), UNIQUE KEY `IX_BE881965` (`CPInstanceUuid`,`CProductId`,`commerceOrderItemId`), UNIQUE KEY `IX_D7D137B1` (`commerceOrderItemId`), UNIQUE KEY `IX_943E0A56` (`uuid_`,`groupId`), KEY `IX_43E6F382` (`companyId`,`userId`), KEY `IX_B99DE058` (`groupId`,`companyId`,`userId`), KEY `IX_6D080A04` (`groupId`,`userId`), KEY `IX_B496E103` (`subscriptionStatus`), KEY `IX_4363DED4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercesubscriptionentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercetaxfixedrate` -- ---------------------------- DROP TABLE IF EXISTS `commercetaxfixedrate`; CREATE TABLE `commercetaxfixedrate` ( `commerceTaxFixedRateId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPTaxCategoryId` bigint(20) DEFAULT NULL, `commerceTaxMethodId` bigint(20) DEFAULT NULL, `rate` double DEFAULT NULL, PRIMARY KEY (`commerceTaxFixedRateId`), UNIQUE KEY `IX_DA39AA7F` (`CPTaxCategoryId`,`commerceTaxMethodId`), KEY `IX_52767DD2` (`commerceTaxMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercetaxfixedrate -- ---------------------------- -- ---------------------------- -- Table structure for `commercetaxfixedrateaddressrel` -- ---------------------------- DROP TABLE IF EXISTS `commercetaxfixedrateaddressrel`; CREATE TABLE `commercetaxfixedrateaddressrel` ( `CTaxFixedRateAddressRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceTaxMethodId` bigint(20) DEFAULT NULL, `CPTaxCategoryId` bigint(20) DEFAULT NULL, `commerceCountryId` bigint(20) DEFAULT NULL, `commerceRegionId` bigint(20) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `rate` double DEFAULT NULL, PRIMARY KEY (`CTaxFixedRateAddressRelId`), KEY `IX_37AE3A58` (`CPTaxCategoryId`), KEY `IX_26298437` (`commerceCountryId`), KEY `IX_CB69750D` (`commerceTaxMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercetaxfixedrateaddressrel -- ---------------------------- -- ---------------------------- -- Table structure for `commercetaxmethod` -- ---------------------------- DROP TABLE IF EXISTS `commercetaxmethod`; CREATE TABLE `commercetaxmethod` ( `commerceTaxMethodId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `engineKey` varchar(75) DEFAULT NULL, `percentage` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceTaxMethodId`), UNIQUE KEY `IX_BA569BFA` (`groupId`,`engineKey`), KEY `IX_F3810116` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercetaxmethod -- ---------------------------- -- ---------------------------- -- Table structure for `commercetierpriceentry` -- ---------------------------- DROP TABLE IF EXISTS `commercetierpriceentry`; CREATE TABLE `commercetierpriceentry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceTierPriceEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceEntryId` bigint(20) DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountDiscovery` tinyint(4) DEFAULT NULL, `discountLevel1` decimal(30,16) DEFAULT NULL, `discountLevel2` decimal(30,16) DEFAULT NULL, `discountLevel3` decimal(30,16) DEFAULT NULL, `discountLevel4` decimal(30,16) DEFAULT NULL, `minQuantity` int(11) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceTierPriceEntryId`), UNIQUE KEY `IX_A622C8AE` (`commercePriceEntryId`,`minQuantity`), KEY `IX_95D59361` (`companyId`,`externalReferenceCode`), KEY `IX_B6C47140` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercetierpriceentry -- ---------------------------- -- ---------------------------- -- Table structure for `commercevirtualorderitem` -- ---------------------------- DROP TABLE IF EXISTS `commercevirtualorderitem`; CREATE TABLE `commercevirtualorderitem` ( `uuid_` varchar(75) DEFAULT NULL, `commerceVirtualOrderItemId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderItemId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `url` varchar(75) DEFAULT NULL, `activationStatus` int(11) DEFAULT NULL, `duration` bigint(20) DEFAULT NULL, `usages` int(11) DEFAULT NULL, `maxUsages` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceVirtualOrderItemId`), UNIQUE KEY `IX_44EADF9A` (`commerceOrderItemId`), UNIQUE KEY `IX_81F354CD` (`uuid_`,`groupId`), KEY `IX_98F0678B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercevirtualorderitem -- ---------------------------- -- ---------------------------- -- Table structure for `commercewishlist` -- ---------------------------- DROP TABLE IF EXISTS `commercewishlist`; CREATE TABLE `commercewishlist` ( `uuid_` varchar(75) DEFAULT NULL, `commerceWishListId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `defaultWishList` tinyint(4) DEFAULT NULL, PRIMARY KEY (`commerceWishListId`), UNIQUE KEY `IX_2DC2DF3C` (`uuid_`,`groupId`), KEY `IX_777290D8` (`groupId`,`userId`,`defaultWishList`), KEY `IX_6680B6BE` (`userId`,`createDate`), KEY `IX_8F07123A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercewishlist -- ---------------------------- -- ---------------------------- -- Table structure for `commercewishlistitem` -- ---------------------------- DROP TABLE IF EXISTS `commercewishlistitem`; CREATE TABLE `commercewishlistitem` ( `commerceWishListItemId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceWishListId` bigint(20) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `json` longtext, PRIMARY KEY (`commerceWishListItemId`), KEY `IX_9DA3D36A` (`CPInstanceUuid`), KEY `IX_CF9B9CD4` (`CProductId`), KEY `IX_BC95AC54` (`commerceWishListId`,`CPInstanceUuid`,`CProductId`), KEY `IX_C172BCA3` (`commerceWishListId`,`CProductId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of commercewishlistitem -- ---------------------------- -- ---------------------------- -- Table structure for `company` -- ---------------------------- DROP TABLE IF EXISTS `company`; CREATE TABLE `company` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `companyId` bigint(20) NOT NULL, `accountId` bigint(20) DEFAULT NULL, `webId` varchar(75) DEFAULT NULL, `mx` varchar(200) 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_8699D9BD` (`system_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of company -- ---------------------------- INSERT INTO `company` VALUES ('1', '20097', '20100', 'liferay.com', 'liferay.com', null, '0', '0', '0', '1'); -- ---------------------------- -- Table structure for `companyinfo` -- ---------------------------- DROP TABLE IF EXISTS `companyinfo`; CREATE TABLE `companyinfo` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `companyInfoId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `key_` longtext, PRIMARY KEY (`companyInfoId`), UNIQUE KEY `IX_85C63FD7` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of companyinfo -- ---------------------------- INSERT INTO `companyinfo` VALUES ('0', '20101', '20097', 'ZKeYZ3q6n16QjdShDgR13Q=='); -- ---------------------------- -- Table structure for `configuration_` -- ---------------------------- DROP TABLE IF EXISTS `configuration_`; CREATE TABLE `configuration_` ( `configurationId` varchar(255) NOT NULL, `dictionary` longtext, PRIMARY KEY (`configurationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of configuration_ -- ---------------------------- INSERT INTO `configuration_` VALUES ('com.liferay.captcha.configuration.CaptchaConfiguration', ':org.apache.felix.configadmin.revision:=L\"2\"\r\nmaxChallenges=I\"-1\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.captcha.configuration.CaptchaConfiguration\"\r\nsimpleCaptchaGimpyRenderers=[ \\\r\n ]\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.5f6ccfd1-2bdb-4cd7-a969-9524cf2e3908', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-upsell.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.5f6ccfd1-2bdb-4cd7-a969-9524cf2e3908\"\r\ntype=\"up-sell\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.920721f6-4c05-4260-ae24-24699a3edbc9', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-crosssell.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.920721f6-4c05-4260-ae24-24699a3edbc9\"\r\ntype=\"cross-sell\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.940acf0a-29f8-4189-aa31-74dc406e9a7c', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-accessories.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.940acf0a-29f8-4189-aa31-74dc406e9a7c\"\r\ntype=\"accessories\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.e94a787b-3887-43cf-8492-69509f796e8a', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-spare.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.e94a787b-3887-43cf-8492-69509f796e8a\"\r\ntype=\"spare\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.fa218dd8-b8d0-4582-a06b-4065e68158cf', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-related.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.fa218dd8-b8d0-4582-a06b-4065e68158cf\"\r\ntype=\"related\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration.62ca3854-e90f-4c18-a73d-7950b282ddfb', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration-default.config\"\r\nhostsAllowed=\"127.0.0.1,SERVER_IP\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration.62ca3854-e90f-4c18-a73d-7950b282ddfb\"\r\nurlsExcludes=\"/image/user_male_portrait,/image/company_logo\"\r\nurlsIncludes=\"/documents/*,/image/*,/c/wiki/get_page_attachment\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication.6e1741fa-b528-4021-a8cc-6bb247cbb3b9', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication-default.config\"\r\noauth2.scopechecker.type=\"none\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication\"\r\nservice.pid=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication.6e1741fa-b528-4021-a8cc-6bb247cbb3b9\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration.abe0c5e2-b69e-434e-be1b-5174e66aca0a', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration-default.config\"\r\ninclude.bundle.symbolic.name=B\"false\"\r\nosgi.jaxrs.name=\"Default\"\r\nseparator=\".\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration\"\r\nservice.pid=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration.abe0c5e2-b69e-434e-be1b-5174e66aca0a\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration.f60a93a1-1368-41c8-971b-31f1915b55ba', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration-default.config\"\r\nmapping=[ \\\r\n \"DELETE,PATCH,POST,PUT\\=everything,everything.write\", \\\r\n \"GET,HEAD,OPTIONS\\=everything.read\", \\\r\n \"everything.write\\=everything,everything.write\", \\\r\n ]\r\nosgi.jaxrs.name=\"Default\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration\"\r\nservice.pid=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration.f60a93a1-1368-41c8-971b-31f1915b55ba\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.ab0e73ec-0db3-427a-b82c-b0d29e2ae317', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nchildrenTypes=[ \\\r\n \"organization\", \\\r\n ]\r\ncountryEnabled=B\"true\"\r\ncountryRequired=B\"false\"\r\nfelix.fileinstall.filename=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration-default.config\"\r\nname=\"organization\"\r\nrootable=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration\"\r\nservice.pid=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.ab0e73ec-0db3-427a-b82c-b0d29e2ae317\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConfiguration', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConfiguration.config\"\r\nlogExceptionsOnly=B\"false\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConfiguration\"\r\nsidecarHttpPort=\"AUTO\"\r\nsidecarJVMOptions=[ \\\r\n \"-Xms256m\", \\\r\n \"-Xmx512m\", \\\r\n ]\r\nsidecarShutdownTimeout=L\"20000\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.1831ee81-8ad7-4ada-a254-838bb7a325b0', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nclassName=\"com.liferay.knowledge.base.model.KBArticle\"\r\nconfigurationFileURL=\"/META-INF/resources/knowledge-base-sanitizer-configuration.xml\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.1831ee81-8ad7-4ada-a254-838bb7a325b0\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration.1b5d2deb-0702-4446-8232-f6f9ec8e3e09', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration.1b5d2deb-0702-4446-8232-f6f9ec8e3e09\"\r\nurlsExcludes=\"/api/liferay*\"\r\nurlsIncludes=\"/api/*,/xmlrpc*\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration.42b9b911-52d1-4468-a792-efac9c1821c1', ':org.apache.felix.configadmin.revision:=L\"1\"\r\ncheckCSRFToken=B\"false\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration.42b9b911-52d1-4468-a792-efac9c1821c1\"\r\nurlsIncludes=\"/api/json*,/api/jsonws*,/c/portal/json_service*\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration.a3a900c6-b023-49fe-94f4-c57f87104728', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration-default.config\"\r\nhostsAllowed=\"127.0.0.1,SERVER_IP\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration.a3a900c6-b023-49fe-94f4-c57f87104728\"\r\nserviceAccessPolicyName=\"SYSTEM_USER_PASSWORD\"\r\nurlsIncludes=\"/api/liferay/do\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration.dbf24bc0-3f2c-4d3e-8f70-941971fa423e', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration-bulk.config\"\r\ngraphQLEnabled=B\"false\"\r\npath=\"/bulk\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration\"\r\nservice.pid=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration.dbf24bc0-3f2c-4d3e-8f70-941971fa423e\"\r\n'); INSERT INTO `configuration_` VALUES ('com.liferay.saml.runtime.configuration.SamlConfiguration', ':org.apache.felix.configadmin.revision:=L\"1\"\r\n_felix_.cm.newConfiguration=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.saml.runtime.configuration.SamlConfiguration\"\r\n'); INSERT INTO `configuration_` VALUES ('org.apache.aries.jax.rs.jackson', ':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"org.apache.aries.jax.rs.jackson.config\"\r\nosgi.jaxrs.application.select=\"(!(liferay.jackson\\=false))\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"org.apache.aries.jax.rs.jackson\"\r\n'); INSERT INTO `configuration_` VALUES ('org.apache.aries.jax.rs.whiteboard.default', ':org.apache.felix.configadmin.revision:=L\"1\"\r\napplication.ready.service.filter=\"(module.service.lifecycle\\=system.check)\"\r\ndefault.application.base=\"/rest\"\r\ndefault.web=B\"false\"\r\nfelix.fileinstall.filename=\"org.apache.aries.jax.rs.whiteboard.default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"org.apache.aries.jax.rs.whiteboard.default\"\r\n'); -- ---------------------------- -- Table structure for `contacts_entry` -- ---------------------------- DROP TABLE IF EXISTS `contacts_entry`; CREATE TABLE `contacts_entry` ( `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fullName` varchar(75) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `comments` longtext, PRIMARY KEY (`entryId`), KEY `IX_C257DE32` (`userId`,`emailAddress`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of contacts_entry -- ---------------------------- -- ---------------------------- -- Table structure for `contact_` -- ---------------------------- DROP TABLE IF EXISTS `contact_`; CREATE TABLE `contact_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `contactId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `accountId` bigint(20) DEFAULT NULL, `parentContactId` bigint(20) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `prefixId` bigint(20) DEFAULT NULL, `suffixId` bigint(20) DEFAULT NULL, `male` tinyint(4) DEFAULT NULL, `birthday` datetime(6) DEFAULT NULL, `smsSn` varchar(75) DEFAULT NULL, `facebookSn` varchar(75) DEFAULT NULL, `jabberSn` varchar(75) DEFAULT NULL, `skypeSn` varchar(75) DEFAULT NULL, `twitterSn` 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_B8C28C53` (`accountId`), KEY `IX_791914FA` (`classNameId`,`classPK`), KEY `IX_66D496A3` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of contact_ -- ---------------------------- INSERT INTO `contact_` VALUES ('0', '20103', '20097', '20102', null, '2020-09-03 01:09:41.845000', '2020-09-03 01:09:41.845000', '20039', '20102', '20100', '0', 'default@liferay.com', null, null, null, '0', '0', '1', '2020-09-03 01:09:41.812000', null, null, null, null, null, null, null, null, null, null); INSERT INTO `contact_` VALUES ('0', '20127', '20097', '20125', null, '2020-09-03 01:09:44.391000', '2020-09-03 01:09:44.391000', '20039', '20125', '20100', '0', 'test@liferay.com', 'Test', null, 'Test', '0', '0', '1', '1970-01-01 00:00:00.000000', null, null, null, null, null, null, null, null, null, null); -- ---------------------------- -- Table structure for `counter` -- ---------------------------- DROP TABLE IF EXISTS `counter`; CREATE TABLE `counter` ( `name` varchar(150) NOT NULL, `currentId` bigint(20) DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of counter -- ---------------------------- INSERT INTO `counter` VALUES ('com.liferay.change.tracking.model.CTCollection', '100'); INSERT INTO `counter` VALUES ('com.liferay.change.tracking.model.CTEntry', '100'); INSERT INTO `counter` VALUES ('com.liferay.change.tracking.model.CTPreferences', '100'); INSERT INTO `counter` VALUES ('com.liferay.change.tracking.model.CTProcess', '100'); INSERT INTO `counter` VALUES ('com.liferay.counter.kernel.model.Counter', '40400'); INSERT INTO `counter` VALUES ('com.liferay.document.library.kernel.model.DLFileEntry', '100'); INSERT INTO `counter` VALUES ('com.liferay.friendly.url.model.FriendlyURLEntryLocalization', '200'); INSERT INTO `counter` VALUES ('com.liferay.oauth2.provider.model.OAuth2Application', '100'); INSERT INTO `counter` VALUES ('com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases', '100'); INSERT INTO `counter` VALUES ('com.liferay.oauth2.provider.model.OAuth2ScopeGrant', '100'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout', '16'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20116#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20120#false', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20120#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20121#false', '3'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20128#false', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#20128#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#39502#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#40164#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#40175#true', '1'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#40190#true', '3'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.Layout#40224#true', '2'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.LayoutSet', '300'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.ResourceAction', '5800'); INSERT INTO `counter` VALUES ('com.liferay.portal.kernel.model.ResourcePermission', '2800'); INSERT INTO `counter` VALUES ('com.liferay.social.kernel.model.SocialActivity', '100'); -- ---------------------------- -- Table structure for `country` -- ---------------------------- DROP TABLE IF EXISTS `country`; CREATE TABLE `country` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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; -- ---------------------------- -- Records of country -- ---------------------------- INSERT INTO `country` VALUES ('0', '1', 'canada', 'CA', 'CAN', '124', '001', '1', '1'); INSERT INTO `country` VALUES ('0', '2', 'china', 'CN', 'CHN', '156', '086', '1', '1'); INSERT INTO `country` VALUES ('0', '3', 'france', 'FR', 'FRA', '250', '033', '1', '1'); INSERT INTO `country` VALUES ('0', '4', 'germany', 'DE', 'DEU', '276', '049', '1', '1'); INSERT INTO `country` VALUES ('0', '6', 'hungary', 'HU', 'HUN', '348', '036', '1', '1'); INSERT INTO `country` VALUES ('0', '7', 'israel', 'IL', 'ISR', '376', '972', '1', '1'); INSERT INTO `country` VALUES ('0', '8', 'italy', 'IT', 'ITA', '380', '039', '1', '1'); INSERT INTO `country` VALUES ('0', '9', 'japan', 'JP', 'JPN', '392', '081', '0', '1'); INSERT INTO `country` VALUES ('0', '10', 'south-korea', 'KR', 'KOR', '410', '082', '1', '1'); INSERT INTO `country` VALUES ('0', '11', 'netherlands', 'NL', 'NLD', '528', '031', '1', '1'); INSERT INTO `country` VALUES ('0', '12', 'portugal', 'PT', 'PRT', '620', '351', '1', '1'); INSERT INTO `country` VALUES ('0', '13', 'russia', 'RU', 'RUS', '643', '007', '1', '1'); INSERT INTO `country` VALUES ('0', '14', 'singapore', 'SG', 'SGP', '702', '065', '1', '1'); INSERT INTO `country` VALUES ('0', '15', 'spain', 'ES', 'ESP', '724', '034', '1', '1'); INSERT INTO `country` VALUES ('0', '16', 'turkey', 'TR', 'TUR', '792', '090', '1', '1'); INSERT INTO `country` VALUES ('0', '17', 'vietnam', 'VN', 'VNM', '704', '084', '1', '1'); INSERT INTO `country` VALUES ('0', '18', 'united-kingdom', 'GB', 'GBR', '826', '044', '1', '1'); INSERT INTO `country` VALUES ('0', '19', 'united-states', 'US', 'USA', '840', '001', '1', '1'); INSERT INTO `country` VALUES ('0', '20', 'afghanistan', 'AF', 'AFG', '4', '093', '1', '1'); INSERT INTO `country` VALUES ('0', '21', 'albania', 'AL', 'ALB', '8', '355', '1', '1'); INSERT INTO `country` VALUES ('0', '22', 'algeria', 'DZ', 'DZA', '12', '213', '1', '1'); INSERT INTO `country` VALUES ('0', '23', 'american-samoa', 'AS', 'ASM', '16', '684', '1', '1'); INSERT INTO `country` VALUES ('0', '24', 'andorra', 'AD', 'AND', '20', '376', '1', '1'); INSERT INTO `country` VALUES ('0', '25', 'angola', 'AO', 'AGO', '24', '244', '0', '1'); INSERT INTO `country` VALUES ('0', '26', 'anguilla', 'AI', 'AIA', '660', '264', '1', '1'); INSERT INTO `country` VALUES ('0', '27', 'antarctica', 'AQ', 'ATA', '10', '672', '1', '1'); INSERT INTO `country` VALUES ('0', '28', 'antigua-barbuda', 'AG', 'ATG', '28', '268', '0', '1'); INSERT INTO `country` VALUES ('0', '29', 'argentina', 'AR', 'ARG', '32', '054', '1', '1'); INSERT INTO `country` VALUES ('0', '30', 'armenia', 'AM', 'ARM', '51', '374', '1', '1'); INSERT INTO `country` VALUES ('0', '31', 'aruba', 'AW', 'ABW', '533', '297', '0', '1'); INSERT INTO `country` VALUES ('0', '32', 'australia', 'AU', 'AUS', '36', '061', '1', '1'); INSERT INTO `country` VALUES ('0', '33', 'austria', 'AT', 'AUT', '40', '043', '1', '1'); INSERT INTO `country` VALUES ('0', '34', 'azerbaijan', 'AZ', 'AZE', '31', '994', '1', '1'); INSERT INTO `country` VALUES ('0', '35', 'bahamas', 'BS', 'BHS', '44', '242', '0', '1'); INSERT INTO `country` VALUES ('0', '36', 'bahrain', 'BH', 'BHR', '48', '973', '1', '1'); INSERT INTO `country` VALUES ('0', '37', 'bangladesh', 'BD', 'BGD', '50', '880', '1', '1'); INSERT INTO `country` VALUES ('0', '38', 'barbados', 'BB', 'BRB', '52', '246', '1', '1'); INSERT INTO `country` VALUES ('0', '39', 'belarus', 'BY', 'BLR', '112', '375', '1', '1'); INSERT INTO `country` VALUES ('0', '40', 'belgium', 'BE', 'BEL', '56', '032', '1', '1'); INSERT INTO `country` VALUES ('0', '41', 'belize', 'BZ', 'BLZ', '84', '501', '0', '1'); INSERT INTO `country` VALUES ('0', '42', 'benin', 'BJ', 'BEN', '204', '229', '0', '1'); INSERT INTO `country` VALUES ('0', '43', 'bermuda', 'BM', 'BMU', '60', '441', '1', '1'); INSERT INTO `country` VALUES ('0', '44', 'bhutan', 'BT', 'BTN', '64', '975', '1', '1'); INSERT INTO `country` VALUES ('0', '45', 'bolivia', 'BO', 'BOL', '68', '591', '1', '1'); INSERT INTO `country` VALUES ('0', '46', 'bosnia-herzegovina', 'BA', 'BIH', '70', '387', '1', '1'); INSERT INTO `country` VALUES ('0', '47', 'botswana', 'BW', 'BWA', '72', '267', '0', '1'); INSERT INTO `country` VALUES ('0', '48', 'brazil', 'BR', 'BRA', '76', '055', '1', '1'); INSERT INTO `country` VALUES ('0', '49', 'british-virgin-islands', 'VG', 'VGB', '92', '284', '1', '1'); INSERT INTO `country` VALUES ('0', '50', 'brunei', 'BN', 'BRN', '96', '673', '1', '1'); INSERT INTO `country` VALUES ('0', '51', 'bulgaria', 'BG', 'BGR', '100', '359', '1', '1'); INSERT INTO `country` VALUES ('0', '52', 'burkina-faso', 'BF', 'BFA', '854', '226', '0', '1'); INSERT INTO `country` VALUES ('0', '53', 'burma-myanmar', 'MM', 'MMR', '104', '095', '1', '1'); INSERT INTO `country` VALUES ('0', '54', 'burundi', 'BI', 'BDI', '108', '257', '0', '1'); INSERT INTO `country` VALUES ('0', '55', 'cambodia', 'KH', 'KHM', '116', '855', '1', '1'); INSERT INTO `country` VALUES ('0', '56', 'cameroon', 'CM', 'CMR', '120', '237', '1', '1'); INSERT INTO `country` VALUES ('0', '57', 'cape-verde-island', 'CV', 'CPV', '132', '238', '1', '1'); INSERT INTO `country` VALUES ('0', '58', 'cayman-islands', 'KY', 'CYM', '136', '345', '1', '1'); INSERT INTO `country` VALUES ('0', '59', 'central-african-republic', 'CF', 'CAF', '140', '236', '0', '1'); INSERT INTO `country` VALUES ('0', '60', 'chad', 'TD', 'TCD', '148', '235', '1', '1'); INSERT INTO `country` VALUES ('0', '61', 'chile', 'CL', 'CHL', '152', '056', '1', '1'); INSERT INTO `country` VALUES ('0', '62', 'christmas-island', 'CX', 'CXR', '162', '061', '1', '1'); INSERT INTO `country` VALUES ('0', '63', 'cocos-islands', 'CC', 'CCK', '166', '061', '1', '1'); INSERT INTO `country` VALUES ('0', '64', 'colombia', 'CO', 'COL', '170', '057', '1', '1'); INSERT INTO `country` VALUES ('0', '65', 'comoros', 'KM', 'COM', '174', '269', '0', '1'); INSERT INTO `country` VALUES ('0', '66', 'republic-of-congo', 'CD', 'COD', '180', '242', '0', '1'); INSERT INTO `country` VALUES ('0', '67', 'democratic-republic-of-congo', 'CG', 'COG', '178', '243', '0', '1'); INSERT INTO `country` VALUES ('0', '68', 'cook-islands', 'CK', 'COK', '184', '682', '0', '1'); INSERT INTO `country` VALUES ('0', '69', 'costa-rica', 'CR', 'CRI', '188', '506', '1', '1'); INSERT INTO `country` VALUES ('0', '70', 'croatia', 'HR', 'HRV', '191', '385', '1', '1'); INSERT INTO `country` VALUES ('0', '71', 'cuba', 'CU', 'CUB', '192', '053', '1', '1'); INSERT INTO `country` VALUES ('0', '72', 'cyprus', 'CY', 'CYP', '196', '357', '1', '1'); INSERT INTO `country` VALUES ('0', '73', 'czech-republic', 'CZ', 'CZE', '203', '420', '1', '1'); INSERT INTO `country` VALUES ('0', '74', 'denmark', 'DK', 'DNK', '208', '045', '1', '1'); INSERT INTO `country` VALUES ('0', '75', 'djibouti', 'DJ', 'DJI', '262', '253', '0', '1'); INSERT INTO `country` VALUES ('0', '76', 'dominica', 'DM', 'DMA', '212', '767', '0', '1'); INSERT INTO `country` VALUES ('0', '77', 'dominican-republic', 'DO', 'DOM', '214', '809', '1', '1'); INSERT INTO `country` VALUES ('0', '78', 'ecuador', 'EC', 'ECU', '218', '593', '1', '1'); INSERT INTO `country` VALUES ('0', '79', 'egypt', 'EG', 'EGY', '818', '020', '1', '1'); INSERT INTO `country` VALUES ('0', '80', 'el-salvador', 'SV', 'SLV', '222', '503', '1', '1'); INSERT INTO `country` VALUES ('0', '81', 'equatorial-guinea', 'GQ', 'GNQ', '226', '240', '0', '1'); INSERT INTO `country` VALUES ('0', '82', 'eritrea', 'ER', 'ERI', '232', '291', '0', '1'); INSERT INTO `country` VALUES ('0', '83', 'estonia', 'EE', 'EST', '233', '372', '1', '1'); INSERT INTO `country` VALUES ('0', '84', 'ethiopia', 'ET', 'ETH', '231', '251', '1', '1'); INSERT INTO `country` VALUES ('0', '85', 'faeroe-islands', 'FO', 'FRO', '234', '298', '1', '1'); INSERT INTO `country` VALUES ('0', '86', 'falkland-islands', 'FK', 'FLK', '238', '500', '1', '1'); INSERT INTO `country` VALUES ('0', '87', 'fiji-islands', 'FJ', 'FJI', '242', '679', '0', '1'); INSERT INTO `country` VALUES ('0', '88', 'finland', 'FI', 'FIN', '246', '358', '1', '1'); INSERT INTO `country` VALUES ('0', '89', 'french-guiana', 'GF', 'GUF', '254', '594', '1', '1'); INSERT INTO `country` VALUES ('0', '90', 'french-polynesia', 'PF', 'PYF', '258', '689', '1', '1'); INSERT INTO `country` VALUES ('0', '91', 'gabon', 'GA', 'GAB', '266', '241', '1', '1'); INSERT INTO `country` VALUES ('0', '92', 'gambia', 'GM', 'GMB', '270', '220', '0', '1'); INSERT INTO `country` VALUES ('0', '93', 'georgia', 'GE', 'GEO', '268', '995', '1', '1'); INSERT INTO `country` VALUES ('0', '94', 'ghana', 'GH', 'GHA', '288', '233', '0', '1'); INSERT INTO `country` VALUES ('0', '95', 'gibraltar', 'GI', 'GIB', '292', '350', '1', '1'); INSERT INTO `country` VALUES ('0', '96', 'greece', 'GR', 'GRC', '300', '030', '1', '1'); INSERT INTO `country` VALUES ('0', '97', 'greenland', 'GL', 'GRL', '304', '299', '1', '1'); INSERT INTO `country` VALUES ('0', '98', 'grenada', 'GD', 'GRD', '308', '473', '0', '1'); INSERT INTO `country` VALUES ('0', '99', 'guadeloupe', 'GP', 'GLP', '312', '590', '1', '1'); INSERT INTO `country` VALUES ('0', '100', 'guam', 'GU', 'GUM', '316', '671', '1', '1'); INSERT INTO `country` VALUES ('0', '101', 'guatemala', 'GT', 'GTM', '320', '502', '1', '1'); INSERT INTO `country` VALUES ('0', '102', 'guinea', 'GN', 'GIN', '324', '224', '0', '1'); INSERT INTO `country` VALUES ('0', '103', 'guinea-bissau', 'GW', 'GNB', '624', '245', '1', '1'); INSERT INTO `country` VALUES ('0', '104', 'guyana', 'GY', 'GUY', '328', '592', '0', '1'); INSERT INTO `country` VALUES ('0', '105', 'haiti', 'HT', 'HTI', '332', '509', '1', '1'); INSERT INTO `country` VALUES ('0', '106', 'honduras', 'HN', 'HND', '340', '504', '1', '1'); INSERT INTO `country` VALUES ('0', '107', 'iceland', 'IS', 'ISL', '352', '354', '1', '1'); INSERT INTO `country` VALUES ('0', '108', 'india', 'IN', 'IND', '356', '091', '1', '1'); INSERT INTO `country` VALUES ('0', '109', 'indonesia', 'ID', 'IDN', '360', '062', '1', '1'); INSERT INTO `country` VALUES ('0', '110', 'iran', 'IR', 'IRN', '364', '098', '1', '1'); INSERT INTO `country` VALUES ('0', '111', 'iraq', 'IQ', 'IRQ', '368', '964', '1', '1'); INSERT INTO `country` VALUES ('0', '112', 'ireland', 'IE', 'IRL', '372', '353', '0', '1'); INSERT INTO `country` VALUES ('0', '113', 'ivory-coast', 'CI', 'CIV', '384', '225', '1', '1'); INSERT INTO `country` VALUES ('0', '114', 'jamaica', 'JM', 'JAM', '388', '876', '1', '1'); INSERT INTO `country` VALUES ('0', '115', 'jordan', 'JO', 'JOR', '400', '962', '1', '1'); INSERT INTO `country` VALUES ('0', '116', 'kazakhstan', 'KZ', 'KAZ', '398', '007', '1', '1'); INSERT INTO `country` VALUES ('0', '117', 'kenya', 'KE', 'KEN', '404', '254', '1', '1'); INSERT INTO `country` VALUES ('0', '118', 'kiribati', 'KI', 'KIR', '408', '686', '0', '1'); INSERT INTO `country` VALUES ('0', '119', 'kuwait', 'KW', 'KWT', '414', '965', '1', '1'); INSERT INTO `country` VALUES ('0', '120', 'north-korea', 'KP', 'PRK', '408', '850', '0', '1'); INSERT INTO `country` VALUES ('0', '121', 'kyrgyzstan', 'KG', 'KGZ', '471', '996', '1', '1'); INSERT INTO `country` VALUES ('0', '122', 'laos', 'LA', 'LAO', '418', '856', '1', '1'); INSERT INTO `country` VALUES ('0', '123', 'latvia', 'LV', 'LVA', '428', '371', '1', '1'); INSERT INTO `country` VALUES ('0', '124', 'lebanon', 'LB', 'LBN', '422', '961', '1', '1'); INSERT INTO `country` VALUES ('0', '125', 'lesotho', 'LS', 'LSO', '426', '266', '1', '1'); INSERT INTO `country` VALUES ('0', '126', 'liberia', 'LR', 'LBR', '430', '231', '1', '1'); INSERT INTO `country` VALUES ('0', '127', 'libya', 'LY', 'LBY', '434', '218', '1', '1'); INSERT INTO `country` VALUES ('0', '128', 'liechtenstein', 'LI', 'LIE', '438', '423', '1', '1'); INSERT INTO `country` VALUES ('0', '129', 'lithuania', 'LT', 'LTU', '440', '370', '1', '1'); INSERT INTO `country` VALUES ('0', '130', 'luxembourg', 'LU', 'LUX', '442', '352', '1', '1'); INSERT INTO `country` VALUES ('0', '132', 'macedonia', 'MK', 'MKD', '807', '389', '1', '1'); INSERT INTO `country` VALUES ('0', '133', 'madagascar', 'MG', 'MDG', '450', '261', '1', '1'); INSERT INTO `country` VALUES ('0', '134', 'malawi', 'MW', 'MWI', '454', '265', '0', '1'); INSERT INTO `country` VALUES ('0', '135', 'malaysia', 'MY', 'MYS', '458', '060', '1', '1'); INSERT INTO `country` VALUES ('0', '136', 'maldives', 'MV', 'MDV', '462', '960', '1', '1'); INSERT INTO `country` VALUES ('0', '137', 'mali', 'ML', 'MLI', '466', '223', '0', '1'); INSERT INTO `country` VALUES ('0', '138', 'malta', 'MT', 'MLT', '470', '356', '1', '1'); INSERT INTO `country` VALUES ('0', '139', 'marshall-islands', 'MH', 'MHL', '584', '692', '1', '1'); INSERT INTO `country` VALUES ('0', '140', 'martinique', 'MQ', 'MTQ', '474', '596', '1', '1'); INSERT INTO `country` VALUES ('0', '141', 'mauritania', 'MR', 'MRT', '478', '222', '0', '1'); INSERT INTO `country` VALUES ('0', '142', 'mauritius', 'MU', 'MUS', '480', '230', '0', '1'); INSERT INTO `country` VALUES ('0', '143', 'mayotte-island', 'YT', 'MYT', '175', '269', '1', '1'); INSERT INTO `country` VALUES ('0', '144', 'mexico', 'MX', 'MEX', '484', '052', '1', '1'); INSERT INTO `country` VALUES ('0', '145', 'micronesia', 'FM', 'FSM', '583', '691', '1', '1'); INSERT INTO `country` VALUES ('0', '146', 'moldova', 'MD', 'MDA', '498', '373', '1', '1'); INSERT INTO `country` VALUES ('0', '147', 'monaco', 'MC', 'MCO', '492', '377', '1', '1'); INSERT INTO `country` VALUES ('0', '148', 'mongolia', 'MN', 'MNG', '496', '976', '1', '1'); INSERT INTO `country` VALUES ('0', '149', 'montenegro', 'ME', 'MNE', '499', '382', '1', '1'); INSERT INTO `country` VALUES ('0', '150', 'montserrat', 'MS', 'MSR', '500', '664', '0', '1'); INSERT INTO `country` VALUES ('0', '151', 'morocco', 'MA', 'MAR', '504', '212', '1', '1'); INSERT INTO `country` VALUES ('0', '152', 'mozambique', 'MZ', 'MOZ', '508', '258', '1', '1'); INSERT INTO `country` VALUES ('0', '153', 'namibia', 'NA', 'NAM', '516', '264', '1', '1'); INSERT INTO `country` VALUES ('0', '154', 'nauru', 'NR', 'NRU', '520', '674', '0', '1'); INSERT INTO `country` VALUES ('0', '155', 'nepal', 'NP', 'NPL', '524', '977', '1', '1'); INSERT INTO `country` VALUES ('0', '156', 'netherlands-antilles', 'AN', 'ANT', '530', '599', '1', '1'); INSERT INTO `country` VALUES ('0', '157', 'new-caledonia', 'NC', 'NCL', '540', '687', '1', '1'); INSERT INTO `country` VALUES ('0', '158', 'new-zealand', 'NZ', 'NZL', '554', '064', '1', '1'); INSERT INTO `country` VALUES ('0', '159', 'nicaragua', 'NI', 'NIC', '558', '505', '1', '1'); INSERT INTO `country` VALUES ('0', '160', 'niger', 'NE', 'NER', '562', '227', '1', '1'); INSERT INTO `country` VALUES ('0', '161', 'nigeria', 'NG', 'NGA', '566', '234', '1', '1'); INSERT INTO `country` VALUES ('0', '162', 'niue', 'NU', 'NIU', '570', '683', '0', '1'); INSERT INTO `country` VALUES ('0', '163', 'norfolk-island', 'NF', 'NFK', '574', '672', '1', '1'); INSERT INTO `country` VALUES ('0', '164', 'norway', 'NO', 'NOR', '578', '047', '1', '1'); INSERT INTO `country` VALUES ('0', '165', 'oman', 'OM', 'OMN', '512', '968', '1', '1'); INSERT INTO `country` VALUES ('0', '166', 'pakistan', 'PK', 'PAK', '586', '092', '1', '1'); INSERT INTO `country` VALUES ('0', '167', 'palau', 'PW', 'PLW', '585', '680', '1', '1'); INSERT INTO `country` VALUES ('0', '168', 'palestine', 'PS', 'PSE', '275', '970', '1', '1'); INSERT INTO `country` VALUES ('0', '169', 'panama', 'PA', 'PAN', '591', '507', '1', '1'); INSERT INTO `country` VALUES ('0', '170', 'papua-new-guinea', 'PG', 'PNG', '598', '675', '1', '1'); INSERT INTO `country` VALUES ('0', '171', 'paraguay', 'PY', 'PRY', '600', '595', '1', '1'); INSERT INTO `country` VALUES ('0', '172', 'peru', 'PE', 'PER', '604', '051', '1', '1'); INSERT INTO `country` VALUES ('0', '173', 'philippines', 'PH', 'PHL', '608', '063', '1', '1'); INSERT INTO `country` VALUES ('0', '174', 'poland', 'PL', 'POL', '616', '048', '1', '1'); INSERT INTO `country` VALUES ('0', '175', 'puerto-rico', 'PR', 'PRI', '630', '787', '1', '1'); INSERT INTO `country` VALUES ('0', '176', 'qatar', 'QA', 'QAT', '634', '974', '0', '1'); INSERT INTO `country` VALUES ('0', '177', 'reunion-island', 'RE', 'REU', '638', '262', '1', '1'); INSERT INTO `country` VALUES ('0', '178', 'romania', 'RO', 'ROU', '642', '040', '1', '1'); INSERT INTO `country` VALUES ('0', '179', 'rwanda', 'RW', 'RWA', '646', '250', '0', '1'); INSERT INTO `country` VALUES ('0', '180', 'st-helena', 'SH', 'SHN', '654', '290', '1', '1'); INSERT INTO `country` VALUES ('0', '181', 'st-kitts', 'KN', 'KNA', '659', '869', '0', '1'); INSERT INTO `country` VALUES ('0', '182', 'st-lucia', 'LC', 'LCA', '662', '758', '0', '1'); INSERT INTO `country` VALUES ('0', '183', 'st-pierre-miquelon', 'PM', 'SPM', '666', '508', '1', '1'); INSERT INTO `country` VALUES ('0', '184', 'st-vincent', 'VC', 'VCT', '670', '784', '1', '1'); INSERT INTO `country` VALUES ('0', '185', 'san-marino', 'SM', 'SMR', '674', '378', '1', '1'); INSERT INTO `country` VALUES ('0', '186', 'sao-tome-principe', 'ST', 'STP', '678', '239', '0', '1'); INSERT INTO `country` VALUES ('0', '187', 'saudi-arabia', 'SA', 'SAU', '682', '966', '1', '1'); INSERT INTO `country` VALUES ('0', '188', 'senegal', 'SN', 'SEN', '686', '221', '1', '1'); INSERT INTO `country` VALUES ('0', '189', 'serbia', 'RS', 'SRB', '688', '381', '1', '1'); INSERT INTO `country` VALUES ('0', '190', 'seychelles', 'SC', 'SYC', '690', '248', '0', '1'); INSERT INTO `country` VALUES ('0', '191', 'sierra-leone', 'SL', 'SLE', '694', '249', '0', '1'); INSERT INTO `country` VALUES ('0', '192', 'slovakia', 'SK', 'SVK', '703', '421', '1', '1'); INSERT INTO `country` VALUES ('0', '193', 'slovenia', 'SI', 'SVN', '705', '386', '1', '1'); INSERT INTO `country` VALUES ('0', '194', 'solomon-islands', 'SB', 'SLB', '90', '677', '0', '1'); INSERT INTO `country` VALUES ('0', '195', 'somalia', 'SO', 'SOM', '706', '252', '0', '1'); INSERT INTO `country` VALUES ('0', '196', 'south-africa', 'ZA', 'ZAF', '710', '027', '1', '1'); INSERT INTO `country` VALUES ('0', '197', 'sri-lanka', 'LK', 'LKA', '144', '094', '1', '1'); INSERT INTO `country` VALUES ('0', '198', 'sudan', 'SD', 'SDN', '736', '095', '1', '1'); INSERT INTO `country` VALUES ('0', '199', 'suriname', 'SR', 'SUR', '740', '597', '0', '1'); INSERT INTO `country` VALUES ('0', '200', 'swaziland', 'SZ', 'SWZ', '748', '268', '1', '1'); INSERT INTO `country` VALUES ('0', '201', 'sweden', 'SE', 'SWE', '752', '046', '1', '1'); INSERT INTO `country` VALUES ('0', '202', 'switzerland', 'CH', 'CHE', '756', '041', '1', '1'); INSERT INTO `country` VALUES ('0', '203', 'syria', 'SY', 'SYR', '760', '963', '0', '1'); INSERT INTO `country` VALUES ('0', '204', 'taiwan', 'TW', 'TWN', '158', '886', '1', '1'); INSERT INTO `country` VALUES ('0', '205', 'tajikistan', 'TJ', 'TJK', '762', '992', '1', '1'); INSERT INTO `country` VALUES ('0', '206', 'tanzania', 'TZ', 'TZA', '834', '255', '0', '1'); INSERT INTO `country` VALUES ('0', '207', 'thailand', 'TH', 'THA', '764', '066', '1', '1'); INSERT INTO `country` VALUES ('0', '208', 'togo', 'TG', 'TGO', '768', '228', '1', '1'); INSERT INTO `country` VALUES ('0', '209', 'tonga', 'TO', 'TON', '776', '676', '0', '1'); INSERT INTO `country` VALUES ('0', '210', 'trinidad-tobago', 'TT', 'TTO', '780', '868', '0', '1'); INSERT INTO `country` VALUES ('0', '211', 'tunisia', 'TN', 'TUN', '788', '216', '1', '1'); INSERT INTO `country` VALUES ('0', '212', 'turkmenistan', 'TM', 'TKM', '795', '993', '1', '1'); INSERT INTO `country` VALUES ('0', '213', 'turks-caicos', 'TC', 'TCA', '796', '649', '1', '1'); INSERT INTO `country` VALUES ('0', '214', 'tuvalu', 'TV', 'TUV', '798', '688', '0', '1'); INSERT INTO `country` VALUES ('0', '215', 'uganda', 'UG', 'UGA', '800', '256', '0', '1'); INSERT INTO `country` VALUES ('0', '216', 'ukraine', 'UA', 'UKR', '804', '380', '1', '1'); INSERT INTO `country` VALUES ('0', '217', 'united-arab-emirates', 'AE', 'ARE', '784', '971', '0', '1'); INSERT INTO `country` VALUES ('0', '218', 'uruguay', 'UY', 'URY', '858', '598', '1', '1'); INSERT INTO `country` VALUES ('0', '219', 'uzbekistan', 'UZ', 'UZB', '860', '998', '1', '1'); INSERT INTO `country` VALUES ('0', '220', 'vanuatu', 'VU', 'VUT', '548', '678', '0', '1'); INSERT INTO `country` VALUES ('0', '221', 'vatican-city', 'VA', 'VAT', '336', '039', '1', '1'); INSERT INTO `country` VALUES ('0', '222', 'venezuela', 'VE', 'VEN', '862', '058', '1', '1'); INSERT INTO `country` VALUES ('0', '223', 'wallis-futuna', 'WF', 'WLF', '876', '681', '1', '1'); INSERT INTO `country` VALUES ('0', '224', 'western-samoa', 'WS', 'WSM', '882', '685', '1', '1'); INSERT INTO `country` VALUES ('0', '225', 'yemen', 'YE', 'YEM', '887', '967', '0', '1'); INSERT INTO `country` VALUES ('0', '226', 'zambia', 'ZM', 'ZMB', '894', '260', '1', '1'); INSERT INTO `country` VALUES ('0', '227', 'zimbabwe', 'ZW', 'ZWE', '716', '263', '0', '1'); INSERT INTO `country` VALUES ('0', '228', 'aland-islands', 'AX', 'ALA', '248', '359', '1', '1'); INSERT INTO `country` VALUES ('0', '229', 'bonaire-st-eustatius-saba', 'BQ', 'BES', '535', '599', '1', '1'); INSERT INTO `country` VALUES ('0', '230', 'bouvet-island', 'BV', 'BVT', '74', '047', '1', '1'); INSERT INTO `country` VALUES ('0', '231', 'british-indian-ocean-territory', 'IO', 'IOT', '86', '246', '1', '1'); INSERT INTO `country` VALUES ('0', '232', 'curacao', 'CW', 'CUW', '531', '599', '1', '1'); INSERT INTO `country` VALUES ('0', '233', 'french-southern-territories', 'TF', 'ATF', '260', '033', '0', '1'); INSERT INTO `country` VALUES ('0', '234', 'guernsey', 'GG', 'GGY', '831', '044', '1', '1'); INSERT INTO `country` VALUES ('0', '235', 'heard-island-mcdonald-islands', 'HM', 'HMD', '334', '061', '1', '1'); INSERT INTO `country` VALUES ('0', '236', 'isle-of-man', 'IM', 'IMN', '833', '044', '1', '1'); INSERT INTO `country` VALUES ('0', '237', 'jersey', 'JE', 'JEY', '832', '044', '1', '1'); INSERT INTO `country` VALUES ('0', '238', 'northern-mariana-islands', 'MP', 'MNP', '580', '670', '1', '1'); INSERT INTO `country` VALUES ('0', '239', 'pitcairn', 'PN', 'PCN', '612', '649', '1', '1'); INSERT INTO `country` VALUES ('0', '240', 'south-georgia-south-sandwich-islands', 'GS', 'SGS', '239', '044', '1', '1'); INSERT INTO `country` VALUES ('0', '241', 'south-sudan', 'SS', 'SSD', '728', '211', '1', '1'); INSERT INTO `country` VALUES ('0', '242', 'sint-maarten', 'SX', 'SXM', '534', '721', '1', '1'); INSERT INTO `country` VALUES ('0', '243', 'st-barthelemy', 'BL', 'BLM', '652', '590', '1', '1'); INSERT INTO `country` VALUES ('0', '244', 'st-martin', 'MF', 'MAF', '663', '590', '1', '1'); INSERT INTO `country` VALUES ('0', '245', 'tokelau', 'TK', 'TKL', '772', '690', '0', '1'); INSERT INTO `country` VALUES ('0', '246', 'timor-leste', 'TL', 'TLS', '626', '670', '1', '1'); INSERT INTO `country` VALUES ('0', '247', 'united-states-minor-outlying-islands', 'UM', 'UMI', '581', '699', '1', '1'); INSERT INTO `country` VALUES ('0', '248', 'united-states-virgin-islands', 'VI', 'VIR', '850', '340', '1', '1'); INSERT INTO `country` VALUES ('0', '249', 'western-sahara', 'EH', 'ESH', '732', '212', '1', '1'); -- ---------------------------- -- Table structure for `cpattachmentfileentry` -- ---------------------------- DROP TABLE IF EXISTS `cpattachmentfileentry`; CREATE TABLE `cpattachmentfileentry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPAttachmentFileEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `title` longtext, `json` longtext, `priority` double DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPAttachmentFileEntryId`), UNIQUE KEY `IX_DD114140` (`classNameId`,`classPK`,`fileEntryId`), UNIQUE KEY `IX_BFCBDC82` (`uuid_`,`groupId`), KEY `IX_B2AFFCE5` (`classNameId`,`classPK`,`displayDate`,`status`), KEY `IX_A6E0353A` (`classNameId`,`classPK`,`type_`,`status`), KEY `IX_59F57821` (`companyId`,`externalReferenceCode`), KEY `IX_A0B4C71A` (`displayDate`,`status`), KEY `IX_C2C5D600` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpattachmentfileentry -- ---------------------------- -- ---------------------------- -- Table structure for `cpdavailabilityestimate` -- ---------------------------- DROP TABLE IF EXISTS `cpdavailabilityestimate`; CREATE TABLE `cpdavailabilityestimate` ( `uuid_` varchar(75) DEFAULT NULL, `CPDAvailabilityEstimateId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAvailabilityEstimateId` bigint(20) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDAvailabilityEstimateId`), UNIQUE KEY `IX_17D56F1B` (`CProductId`), KEY `IX_E560850D` (`commerceAvailabilityEstimateId`), KEY `IX_609B2AF4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdavailabilityestimate -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinition` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinition`; CREATE TABLE `cpdefinition` ( `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `CPDefinitionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `CPTaxCategoryId` bigint(20) DEFAULT NULL, `productTypeName` varchar(75) DEFAULT NULL, `availableIndividually` tinyint(4) DEFAULT NULL, `ignoreSKUCombinations` tinyint(4) DEFAULT NULL, `shippable` tinyint(4) DEFAULT NULL, `freeShipping` tinyint(4) DEFAULT NULL, `shipSeparately` tinyint(4) DEFAULT NULL, `shippingExtraPrice` double DEFAULT NULL, `width` double DEFAULT NULL, `height` double DEFAULT NULL, `depth` double DEFAULT NULL, `weight` double DEFAULT NULL, `taxExempt` tinyint(4) DEFAULT NULL, `telcoOrElectronics` tinyint(4) DEFAULT NULL, `DDMStructureKey` varchar(75) DEFAULT NULL, `published` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `subscriptionEnabled` tinyint(4) DEFAULT NULL, `subscriptionLength` int(11) DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `maxSubscriptionCycles` bigint(20) DEFAULT NULL, `deliverySubscriptionEnabled` tinyint(4) DEFAULT NULL, `deliverySubscriptionLength` int(11) DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL, `accountGroupFilterEnabled` tinyint(4) DEFAULT NULL, `channelFilterEnabled` tinyint(4) DEFAULT NULL, `version` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDefinitionId`), UNIQUE KEY `IX_BA9BADC` (`uuid_`,`groupId`), KEY `IX_3D5A0021` (`CPTaxCategoryId`), KEY `IX_1F4B9C67` (`CProductId`,`status`), KEY `IX_F1AEC8A7` (`CProductId`,`version`), KEY `IX_217AF702` (`companyId`), KEY `IX_A465D100` (`displayDate`,`status`), KEY `IX_419350EA` (`groupId`,`status`), KEY `IX_99C4ED10` (`groupId`,`subscriptionEnabled`), KEY `IX_8EA585DA` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinition -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitiongroupedentry` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitiongroupedentry`; CREATE TABLE `cpdefinitiongroupedentry` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionGroupedEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `entryCProductId` bigint(20) DEFAULT NULL, `priority` double DEFAULT NULL, `quantity` int(11) DEFAULT NULL, PRIMARY KEY (`CPDefinitionGroupedEntryId`), UNIQUE KEY `IX_64F7EFA0` (`CPDefinitionId`,`entryCProductId`), UNIQUE KEY `IX_E30475B0` (`uuid_`,`groupId`), KEY `IX_FA3CDBAE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitiongroupedentry -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitioninventory` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitioninventory`; CREATE TABLE `cpdefinitioninventory` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionInventoryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `CPDefinitionInventoryEngine` varchar(75) DEFAULT NULL, `lowStockActivity` varchar(75) DEFAULT NULL, `displayAvailability` tinyint(4) DEFAULT NULL, `displayStockQuantity` tinyint(4) DEFAULT NULL, `minStockQuantity` int(11) DEFAULT NULL, `backOrders` tinyint(4) DEFAULT NULL, `minOrderQuantity` int(11) DEFAULT NULL, `maxOrderQuantity` int(11) DEFAULT NULL, `allowedOrderQuantities` varchar(75) DEFAULT NULL, `multipleOrderQuantity` int(11) DEFAULT NULL, PRIMARY KEY (`CPDefinitionInventoryId`), UNIQUE KEY `IX_34D62DF1` (`CPDefinitionId`), UNIQUE KEY `IX_274DD5D8` (`uuid_`,`groupId`), KEY `IX_51AED1D6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitioninventory -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitionlink` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitionlink`; CREATE TABLE `cpdefinitionlink` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionLinkId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `priority` double DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDefinitionLinkId`), UNIQUE KEY `IX_7FA4A6B` (`CPDefinitionId`,`CProductId`,`type_`), UNIQUE KEY `IX_865AFC76` (`uuid_`,`groupId`), KEY `IX_5572A666` (`CPDefinitionId`,`type_`), KEY `IX_F7B5F85A` (`CProductId`,`type_`), KEY `IX_220CC8F4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitionlink -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitionlocalization` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitionlocalization`; CREATE TABLE `cpdefinitionlocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `cpDefinitionLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `name` longtext, `shortDescription` longtext, `description` longtext, `metaTitle` varchar(255) DEFAULT NULL, `metaDescription` varchar(255) DEFAULT NULL, `metaKeywords` varchar(255) DEFAULT NULL, PRIMARY KEY (`cpDefinitionLocalizationId`), UNIQUE KEY `IX_F4B4ACB5` (`CPDefinitionId`,`languageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitionlocalization -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitionoptionrel` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitionoptionrel`; CREATE TABLE `cpdefinitionoptionrel` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionOptionRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `CPOptionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `DDMFormFieldTypeName` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `facetable` tinyint(4) DEFAULT NULL, `required` tinyint(4) DEFAULT NULL, `skuContributor` tinyint(4) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `priceType` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDefinitionOptionRelId`), UNIQUE KEY `IX_E57A1C2A` (`CPDefinitionId`,`CPOptionId`), UNIQUE KEY `IX_75456D8D` (`CPDefinitionId`,`key_`), UNIQUE KEY `IX_EB691260` (`uuid_`,`groupId`), KEY `IX_BDB8420C` (`CPDefinitionId`,`required`), KEY `IX_749E99EB` (`CPDefinitionId`,`skuContributor`), KEY `IX_449BFCFE` (`companyId`), KEY `IX_A65BAB00` (`groupId`), KEY `IX_7BED0C5E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitionoptionrel -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitionoptionvaluerel` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitionoptionvaluerel`; CREATE TABLE `cpdefinitionoptionvaluerel` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionOptionValueRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionOptionRelId` bigint(20) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint(20) DEFAULT NULL, `name` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `preselected` tinyint(4) DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, PRIMARY KEY (`CPDefinitionOptionValueRelId`), UNIQUE KEY `IX_8FDF08C0` (`CPDefinitionOptionRelId`,`key_`), UNIQUE KEY `IX_34516B9` (`uuid_`,`groupId`), KEY `IX_4A77D282` (`CPDefinitionOptionRelId`,`preselected`), KEY `IX_3EB86274` (`CPInstanceUuid`), KEY `IX_44C2E505` (`companyId`), KEY `IX_695AE8C7` (`groupId`), KEY `IX_2434CAD7` (`key_`), KEY `IX_CD95E77` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitionoptionvaluerel -- ---------------------------- -- ---------------------------- -- Table structure for `cpdefinitionvirtualsetting` -- ---------------------------- DROP TABLE IF EXISTS `cpdefinitionvirtualsetting`; CREATE TABLE `cpdefinitionvirtualsetting` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionVirtualSettingId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `url` varchar(75) DEFAULT NULL, `activationStatus` int(11) DEFAULT NULL, `duration` bigint(20) DEFAULT NULL, `maxUsages` int(11) DEFAULT NULL, `useSample` tinyint(4) DEFAULT NULL, `sampleFileEntryId` bigint(20) DEFAULT NULL, `sampleUrl` varchar(75) DEFAULT NULL, `termsOfUseRequired` tinyint(4) DEFAULT NULL, `termsOfUseContent` longtext, `termsOfUseArticleResourcePK` bigint(20) DEFAULT NULL, `override` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDefinitionVirtualSettingId`), UNIQUE KEY `IX_19B2FD20` (`classNameId`,`classPK`), UNIQUE KEY `IX_8ED43481` (`uuid_`,`groupId`), KEY `IX_F1182A3F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdefinitionvirtualsetting -- ---------------------------- -- ---------------------------- -- Table structure for `cpdisplaylayout` -- ---------------------------- DROP TABLE IF EXISTS `cpdisplaylayout`; CREATE TABLE `cpdisplaylayout` ( `uuid_` varchar(75) DEFAULT NULL, `CPDisplayLayoutId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `layoutUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDisplayLayoutId`), UNIQUE KEY `IX_290BF7BA` (`classNameId`,`classPK`), UNIQUE KEY `IX_68BBAA9B` (`uuid_`,`groupId`), KEY `IX_71FB6E49` (`groupId`,`classNameId`), KEY `IX_381B82DE` (`groupId`,`layoutUuid`), KEY `IX_409112DE` (`layoutUuid`), KEY `IX_EEFA81D9` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdisplaylayout -- ---------------------------- -- ---------------------------- -- Table structure for `cpdspecificationoptionvalue` -- ---------------------------- DROP TABLE IF EXISTS `cpdspecificationoptionvalue`; CREATE TABLE `cpdspecificationoptionvalue` ( `uuid_` varchar(75) DEFAULT NULL, `CPDSpecificationOptionValueId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `CPSpecificationOptionId` bigint(20) DEFAULT NULL, `CPOptionCategoryId` bigint(20) DEFAULT NULL, `value` longtext, `priority` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDSpecificationOptionValueId`), UNIQUE KEY `IX_D8B93434` (`CPDSpecificationOptionValueId`,`CPDefinitionId`), UNIQUE KEY `IX_EDD77D36` (`CPDefinitionId`,`CPDSpecificationOptionValueId`), UNIQUE KEY `IX_551F2ECC` (`uuid_`,`groupId`), KEY `IX_95975FB4` (`CPDefinitionId`,`CPOptionCategoryId`), KEY `IX_173E8E91` (`CPDefinitionId`,`CPSpecificationOptionId`), KEY `IX_4F4EDBA5` (`CPOptionCategoryId`), KEY `IX_573BE140` (`CPSpecificationOptionId`), KEY `IX_8DA57014` (`groupId`), KEY `IX_508DBDCA` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpdspecificationoptionvalue -- ---------------------------- -- ---------------------------- -- Table structure for `cpfriendlyurlentry` -- ---------------------------- DROP TABLE IF EXISTS `cpfriendlyurlentry`; CREATE TABLE `cpfriendlyurlentry` ( `uuid_` varchar(75) DEFAULT NULL, `CPFriendlyURLEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `main` tinyint(4) DEFAULT NULL, PRIMARY KEY (`CPFriendlyURLEntryId`), UNIQUE KEY `IX_F4450517` (`uuid_`,`groupId`), KEY `IX_BA2E8536` (`classNameId`,`classPK`), KEY `IX_EA0848B2` (`groupId`,`classNameId`,`classPK`,`languageId`,`main`), KEY `IX_6A1505A2` (`groupId`,`classNameId`,`classPK`,`languageId`,`urlTitle`), KEY `IX_3F4546AB` (`groupId`,`classNameId`,`classPK`,`main`), KEY `IX_7A386C69` (`groupId`,`classNameId`,`languageId`,`urlTitle`), KEY `IX_496A7862` (`groupId`,`classNameId`,`urlTitle`), KEY `IX_BD972D55` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpfriendlyurlentry -- ---------------------------- -- ---------------------------- -- Table structure for `cpinstance` -- ---------------------------- DROP TABLE IF EXISTS `cpinstance`; CREATE TABLE `cpinstance` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPInstanceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `gtin` varchar(75) DEFAULT NULL, `manufacturerPartNumber` varchar(75) DEFAULT NULL, `purchasable` tinyint(4) DEFAULT NULL, `width` double DEFAULT NULL, `height` double DEFAULT NULL, `depth` double DEFAULT NULL, `weight` double DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `cost` decimal(30,16) DEFAULT NULL, `published` tinyint(4) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `overrideSubscriptionInfo` tinyint(4) DEFAULT NULL, `subscriptionEnabled` tinyint(4) DEFAULT NULL, `subscriptionLength` int(11) DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `maxSubscriptionCycles` bigint(20) DEFAULT NULL, `deliverySubscriptionEnabled` tinyint(4) DEFAULT NULL, `deliverySubscriptionLength` int(11) DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL, `unspsc` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPInstanceId`), UNIQUE KEY `IX_25BEB828` (`CPDefinitionId`,`CPInstanceUuid`), UNIQUE KEY `IX_7E830576` (`CPDefinitionId`,`sku`), UNIQUE KEY `IX_F902ECDE` (`uuid_`,`groupId`), KEY `IX_C399720F` (`CPDefinitionId`,`displayDate`,`status`), KEY `IX_F4C9CDD` (`CPDefinitionId`,`status`), KEY `IX_34763899` (`CPInstanceUuid`), KEY `IX_E2C3A97D` (`companyId`,`externalReferenceCode`), KEY `IX_7C65903E` (`displayDate`,`status`), KEY `IX_FF605F28` (`groupId`,`status`), KEY `IX_8A7A3F5C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpinstance -- ---------------------------- -- ---------------------------- -- Table structure for `cpinstanceoptionvaluerel` -- ---------------------------- DROP TABLE IF EXISTS `cpinstanceoptionvaluerel`; CREATE TABLE `cpinstanceoptionvaluerel` ( `uuid_` varchar(75) DEFAULT NULL, `CPInstanceOptionValueRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionOptionRelId` bigint(20) DEFAULT NULL, `CPDefinitionOptionValueRelId` bigint(20) DEFAULT NULL, `CPInstanceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CPInstanceOptionValueRelId`), UNIQUE KEY `IX_4BFAB7E7` (`CPDefinitionOptionRelId`,`CPDefinitionOptionValueRelId`,`CPInstanceId`), UNIQUE KEY `IX_AF559D3B` (`uuid_`,`groupId`), KEY `IX_F63695BB` (`CPDefinitionOptionRelId`,`CPInstanceId`), KEY `IX_1F153982` (`CPDefinitionOptionValueRelId`,`CPInstanceId`), KEY `IX_2C714896` (`CPInstanceId`), KEY `IX_F6E24C79` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpinstanceoptionvaluerel -- ---------------------------- -- ---------------------------- -- Table structure for `cplcommercegroupaccountrel` -- ---------------------------- DROP TABLE IF EXISTS `cplcommercegroupaccountrel`; CREATE TABLE `cplcommercegroupaccountrel` ( `uuid_` varchar(75) DEFAULT NULL, `CPLCommerceAccountGroupRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint(20) DEFAULT NULL, `commerceAccountGroupId` bigint(20) DEFAULT NULL, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPLCommerceAccountGroupRelId`), UNIQUE KEY `IX_DEFDE07C` (`commercePriceListId`,`commerceAccountGroupId`), KEY `IX_E475B7EB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cplcommercegroupaccountrel -- ---------------------------- -- ---------------------------- -- Table structure for `cpmeasurementunit` -- ---------------------------- DROP TABLE IF EXISTS `cpmeasurementunit`; CREATE TABLE `cpmeasurementunit` ( `uuid_` varchar(75) DEFAULT NULL, `CPMeasurementUnitId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `key_` varchar(75) DEFAULT NULL, `rate` double DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPMeasurementUnitId`), UNIQUE KEY `IX_BCD82992` (`companyId`,`key_`,`type_`), UNIQUE KEY `IX_753D79AF` (`uuid_`,`groupId`), KEY `IX_107489F5` (`companyId`,`primary_`,`type_`), KEY `IX_1C2742A6` (`companyId`,`type_`), KEY `IX_E244DBED` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpmeasurementunit -- ---------------------------- -- ---------------------------- -- Table structure for `cpoption` -- ---------------------------- DROP TABLE IF EXISTS `cpoption`; CREATE TABLE `cpoption` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPOptionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `DDMFormFieldTypeName` varchar(75) DEFAULT NULL, `facetable` tinyint(4) DEFAULT NULL, `required` tinyint(4) DEFAULT NULL, `skuContributor` tinyint(4) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionId`), UNIQUE KEY `IX_BDFC3674` (`companyId`,`key_`), KEY `IX_25450C9D` (`companyId`,`externalReferenceCode`), KEY `IX_C565E27C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpoption -- ---------------------------- -- ---------------------------- -- Table structure for `cpoptioncategory` -- ---------------------------- DROP TABLE IF EXISTS `cpoptioncategory`; CREATE TABLE `cpoptioncategory` ( `uuid_` varchar(75) DEFAULT NULL, `CPOptionCategoryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionCategoryId`), UNIQUE KEY `IX_33CA3696` (`companyId`,`key_`), KEY `IX_957E69A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpoptioncategory -- ---------------------------- -- ---------------------------- -- Table structure for `cpoptionvalue` -- ---------------------------- DROP TABLE IF EXISTS `cpoptionvalue`; CREATE TABLE `cpoptionvalue` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPOptionValueId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPOptionId` bigint(20) DEFAULT NULL, `name` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionValueId`), UNIQUE KEY `IX_F4C57C5A` (`CPOptionId`,`key_`), KEY `IX_5547362A` (`companyId`,`externalReferenceCode`), KEY `IX_17FEC609` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpoptionvalue -- ---------------------------- -- ---------------------------- -- Table structure for `cpricingclasscpdefinitionrel` -- ---------------------------- DROP TABLE IF EXISTS `cpricingclasscpdefinitionrel`; CREATE TABLE `cpricingclasscpdefinitionrel` ( `CPricingClassCPDefinitionRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePricingClassId` bigint(20) DEFAULT NULL, `CPDefinitionId` bigint(20) DEFAULT NULL, PRIMARY KEY (`CPricingClassCPDefinitionRelId`), UNIQUE KEY `IX_AC54AA95` (`commercePricingClassId`,`CPDefinitionId`), KEY `IX_31653559` (`CPDefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpricingclasscpdefinitionrel -- ---------------------------- -- ---------------------------- -- Table structure for `cproduct` -- ---------------------------- DROP TABLE IF EXISTS `cproduct`; CREATE TABLE `cproduct` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CProductId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `publishedCPDefinitionId` bigint(20) DEFAULT NULL, `latestVersion` int(11) DEFAULT NULL, PRIMARY KEY (`CProductId`), UNIQUE KEY `IX_9F9DD68` (`uuid_`,`groupId`), KEY `IX_7BB74B87` (`companyId`,`externalReferenceCode`), KEY `IX_77F5B8F8` (`groupId`), KEY `IX_39773566` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cproduct -- ---------------------------- -- ---------------------------- -- Table structure for `cpspecificationoption` -- ---------------------------- DROP TABLE IF EXISTS `cpspecificationoption`; CREATE TABLE `cpspecificationoption` ( `uuid_` varchar(75) DEFAULT NULL, `CPSpecificationOptionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPOptionCategoryId` bigint(20) DEFAULT NULL, `title` longtext, `description` longtext, `facetable` tinyint(4) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPSpecificationOptionId`), UNIQUE KEY `IX_1DA76D6B` (`companyId`,`key_`), KEY `IX_421ED80` (`CPOptionCategoryId`), KEY `IX_5B218A65` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cpspecificationoption -- ---------------------------- -- ---------------------------- -- Table structure for `cptaxcategory` -- ---------------------------- DROP TABLE IF EXISTS `cptaxcategory`; CREATE TABLE `cptaxcategory` ( `CPTaxCategoryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, PRIMARY KEY (`CPTaxCategoryId`), KEY `IX_64046706` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cptaxcategory -- ---------------------------- -- ---------------------------- -- Table structure for `cshippingfixedoptionrel` -- ---------------------------- DROP TABLE IF EXISTS `cshippingfixedoptionrel`; CREATE TABLE `cshippingfixedoptionrel` ( `CShippingFixedOptionRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShippingMethodId` bigint(20) DEFAULT NULL, `commerceShippingFixedOptionId` bigint(20) DEFAULT NULL, `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL, `commerceCountryId` bigint(20) DEFAULT NULL, `commerceRegionId` bigint(20) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `weightFrom` double DEFAULT NULL, `weightTo` double DEFAULT NULL, `fixedPrice` decimal(30,16) DEFAULT NULL, `rateUnitWeightPrice` decimal(30,16) DEFAULT NULL, `ratePercentage` double DEFAULT NULL, PRIMARY KEY (`CShippingFixedOptionRelId`), KEY `IX_D89A7E24` (`commerceShippingFixedOptionId`), KEY `IX_4AA09D60` (`commerceShippingMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cshippingfixedoptionrel -- ---------------------------- -- ---------------------------- -- Table structure for `ctautoresolutioninfo` -- ---------------------------- DROP TABLE IF EXISTS `ctautoresolutioninfo`; CREATE TABLE `ctautoresolutioninfo` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctAutoResolutionInfoId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `ctCollectionId` bigint(20) DEFAULT NULL, `modelClassNameId` bigint(20) DEFAULT NULL, `sourceModelClassPK` bigint(20) DEFAULT NULL, `targetModelClassPK` bigint(20) DEFAULT NULL, `conflictIdentifier` varchar(500) DEFAULT NULL, PRIMARY KEY (`ctAutoResolutionInfoId`), KEY `IX_F925260` (`ctCollectionId`,`modelClassNameId`,`sourceModelClassPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctautoresolutioninfo -- ---------------------------- -- ---------------------------- -- Table structure for `ctcollection` -- ---------------------------- DROP TABLE IF EXISTS `ctcollection`; CREATE TABLE `ctcollection` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(200) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ctCollectionId`), KEY `IX_8D52E6F9` (`companyId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctcollection -- ---------------------------- INSERT INTO `ctcollection` VALUES ('2', '1', '20097', '20125', '2020-09-03 01:16:39.396000', '2020-09-03 01:23:59.056000', 'P1', null, '0', '20125', '2020-09-03 01:23:59.056000'); INSERT INTO `ctcollection` VALUES ('0', '2', '20097', '20125', '2020-09-03 01:17:14.457000', '2020-09-03 01:17:14.457000', 'P2', null, '2', '0', null); -- ---------------------------- -- Table structure for `ctentry` -- ---------------------------- DROP TABLE IF EXISTS `ctentry`; CREATE TABLE `ctentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `ctCollectionId` bigint(20) DEFAULT NULL, `modelClassNameId` bigint(20) DEFAULT NULL, `modelClassPK` bigint(20) DEFAULT NULL, `modelMvccVersion` bigint(20) DEFAULT NULL, `changeType` int(11) DEFAULT NULL, PRIMARY KEY (`ctEntryId`), UNIQUE KEY `IX_295C418C` (`ctCollectionId`,`modelClassNameId`,`modelClassPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctentry -- ---------------------------- INSERT INTO `ctentry` VALUES ('1', '1', '20097', '20125', '2020-09-03 01:16:52.984000', '2020-09-03 01:17:05.227000', '1', '20131', '40308', '1', '1'); INSERT INTO `ctentry` VALUES ('1', '2', '20097', '20125', '2020-09-03 01:16:53.017000', '2020-09-03 01:17:05.103000', '1', '20003', '40314', '1', '1'); INSERT INTO `ctentry` VALUES ('1', '6', '20097', '20125', '2020-09-03 01:16:53.170000', '2020-09-03 01:17:05.216000', '1', '29402', '40309', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '9', '20097', '20125', '2020-09-03 01:17:05.017000', '2020-09-03 01:17:05.017000', '1', '29401', '40313', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '10', '20097', '20125', '2020-09-03 01:17:05.028000', '2020-09-03 01:17:05.028000', '1', '37919', '40315', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '11', '20097', '20125', '2020-09-03 01:17:05.034000', '2020-09-03 01:17:05.034000', '1', '37921', '40316', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '12', '20097', '20125', '2020-09-03 01:17:05.040000', '2020-09-03 01:17:05.040000', '1', '37923', '40317', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '13', '20097', '20125', '2020-09-03 01:17:05.089000', '2020-09-03 01:17:05.089000', '1', '30101', '40318', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '14', '20097', '20125', '2020-09-03 01:17:05.130000', '2020-09-03 01:17:05.130000', '1', '20053', '40319', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '15', '20097', '20125', '2020-09-03 01:17:05.133000', '2020-09-03 01:17:05.133000', '1', '20049', '1', '1', '1'); INSERT INTO `ctentry` VALUES ('0', '16', '20097', '20125', '2020-09-03 01:17:05.203000', '2020-09-03 01:17:05.203000', '1', '20036', '2756', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '17', '20097', '20125', '2020-09-03 01:17:05.212000', '2020-09-03 01:17:05.212000', '1', '20036', '2757', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '18', '20097', '20125', '2020-09-03 01:17:05.215000', '2020-09-03 01:17:05.215000', '1', '20036', '2758', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '19', '20097', '20125', '2020-09-03 01:17:05.221000', '2020-09-03 01:17:05.221000', '1', '35402', '112', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '20', '20097', '20125', '2020-09-03 01:17:05.224000', '2020-09-03 01:17:05.224000', '1', '35401', '40312', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '21', '20097', '20125', '2020-09-03 01:17:05.226000', '2020-09-03 01:17:05.226000', '1', '35403', '40311', '0', '1'); INSERT INTO `ctentry` VALUES ('0', '22', '20097', '20125', '2020-09-03 01:17:05.240000', '2020-09-03 01:17:05.240000', '1', '20041', '40327', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '23', '20097', '20125', '2020-09-03 01:17:23.946000', '2020-09-03 01:17:23.946000', '2', '39912', '40329', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '24', '20097', '20125', '2020-09-03 01:17:29.441000', '2020-09-03 01:17:29.441000', '2', '29401', '40331', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '25', '20097', '20125', '2020-09-03 01:17:29.445000', '2020-09-03 01:17:29.445000', '2', '20131', '40330', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '27', '20097', '20125', '2020-09-03 01:17:29.494000', '2020-09-03 01:17:29.494000', '2', '37919', '40333', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '28', '20097', '20125', '2020-09-03 01:17:29.499000', '2020-09-03 01:17:29.499000', '2', '37921', '40334', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '29', '20097', '20125', '2020-09-03 01:17:29.506000', '2020-09-03 01:17:29.506000', '2', '37923', '40335', '0', '0'); INSERT INTO `ctentry` VALUES ('0', '30', '20097', '20125', '2020-09-03 01:17:29.537000', '2020-09-03 01:17:29.537000', '2', '20003', '40314', '1', '2'); INSERT INTO `ctentry` VALUES ('0', '31', '20097', '20125', '2020-09-03 01:17:30.258000', '2020-09-03 01:17:30.258000', '2', '30101', '40318', '0', '2'); -- ---------------------------- -- Table structure for `ctmessage` -- ---------------------------- DROP TABLE IF EXISTS `ctmessage`; CREATE TABLE `ctmessage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctMessageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `ctCollectionId` bigint(20) DEFAULT NULL, `messageContent` longtext, PRIMARY KEY (`ctMessageId`), KEY `IX_9FB742FA` (`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctmessage -- ---------------------------- -- ---------------------------- -- Table structure for `ctpreferences` -- ---------------------------- DROP TABLE IF EXISTS `ctpreferences`; CREATE TABLE `ctpreferences` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctPreferencesId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `ctCollectionId` bigint(20) DEFAULT NULL, `previousCtCollectionId` bigint(20) DEFAULT NULL, `confirmationEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`ctPreferencesId`), UNIQUE KEY `IX_516E5375` (`companyId`,`userId`), KEY `IX_3FECC82B` (`ctCollectionId`), KEY `IX_D9EA7A42` (`previousCtCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctpreferences -- ---------------------------- INSERT INTO `ctpreferences` VALUES ('0', '1', '20097', '0', '0', '0', '0'); INSERT INTO `ctpreferences` VALUES ('6', '2', '20097', '20125', '0', '0', '0'); -- ---------------------------- -- Table structure for `ctprocess` -- ---------------------------- DROP TABLE IF EXISTS `ctprocess`; CREATE TABLE `ctprocess` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctProcessId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `ctCollectionId` bigint(20) DEFAULT NULL, `backgroundTaskId` bigint(20) DEFAULT NULL, PRIMARY KEY (`ctProcessId`), KEY `IX_7523B0A4` (`companyId`), KEY `IX_B4859762` (`ctCollectionId`), KEY `IX_5F9B5D3E` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctprocess -- ---------------------------- INSERT INTO `ctprocess` VALUES ('0', '1', '20097', '20125', '2020-09-03 01:23:58.849000', '1', '40336'); -- ---------------------------- -- Table structure for `ctscontent` -- ---------------------------- DROP TABLE IF EXISTS `ctscontent`; CREATE TABLE `ctscontent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctsContentId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `path_` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `data_` longblob, `size_` bigint(20) DEFAULT NULL, `storeType` varchar(75) DEFAULT NULL, PRIMARY KEY (`ctsContentId`,`ctCollectionId`), UNIQUE KEY `IX_7FA4E800` (`companyId`,`repositoryId`,`path_`,`version`,`ctCollectionId`), UNIQUE KEY `IX_AE0A5E27` (`companyId`,`repositoryId`,`path_`,`version`,`storeType`,`ctCollectionId`), UNIQUE KEY `IX_D15CE8CF` (`storeType`,`companyId`,`repositoryId`,`path_`,`version`,`ctCollectionId`), KEY `IX_D2EC53C2` (`companyId`,`repositoryId`,`ctCollectionId`), KEY `IX_7639D584` (`companyId`,`repositoryId`,`path_`,`ctCollectionId`), KEY `IX_A89623` (`companyId`,`repositoryId`,`path_`,`storeType`,`ctCollectionId`), KEY `IX_6D216525` (`companyId`,`repositoryId`,`storeType`,`ctCollectionId`), KEY `IX_C97BB67B` (`ctCollectionId`), KEY `IX_A205D291` (`storeType`,`companyId`,`repositoryId`,`ctCollectionId`), KEY `IX_FC29DFD5` (`storeType`,`companyId`,`repositoryId`,`path_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ctscontent -- ---------------------------- -- ---------------------------- -- Table structure for `ddlrecord` -- ---------------------------- DROP TABLE IF EXISTS `ddlrecord`; CREATE TABLE `ddlrecord` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `recordSetVersion` varchar(75) DEFAULT NULL, `className` varchar(300) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordId`), UNIQUE KEY `IX_B4328F39` (`uuid_`,`groupId`), KEY `IX_D443D273` (`className`(255),`classPK`), KEY `IX_6A6C1C85` (`companyId`), KEY `IX_F12C61D4` (`recordSetId`,`recordSetVersion`), KEY `IX_AAC564D3` (`recordSetId`,`userId`), KEY `IX_384AB6F7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddlrecord -- ---------------------------- -- ---------------------------- -- Table structure for `ddlrecordset` -- ---------------------------- DROP TABLE IF EXISTS `ddlrecordset`; CREATE TABLE `ddlrecordset` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `recordSetKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `minDisplayRows` int(11) DEFAULT NULL, `scope` int(11) DEFAULT NULL, `settings_` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordSetId`), UNIQUE KEY `IX_56DAB121` (`groupId`,`recordSetKey`), UNIQUE KEY `IX_270BA5E1` (`uuid_`,`groupId`), KEY `IX_6705D180` (`DDMStructureId`), KEY `IX_5938C39F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddlrecordset -- ---------------------------- -- ---------------------------- -- Table structure for `ddlrecordsetversion` -- ---------------------------- DROP TABLE IF EXISTS `ddlrecordsetversion`; CREATE TABLE `ddlrecordsetversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recordSetVersionId` 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(6) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `DDMStructureVersionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordSetVersionId`), UNIQUE KEY `IX_94FC5485` (`recordSetId`,`version`), KEY `IX_1C4E1CC9` (`recordSetId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddlrecordsetversion -- ---------------------------- -- ---------------------------- -- Table structure for `ddlrecordversion` -- ---------------------------- DROP TABLE IF EXISTS `ddlrecordversion`; CREATE TABLE `ddlrecordversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `recordSetVersion` varchar(75) 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(6) DEFAULT NULL, PRIMARY KEY (`recordVersionId`), UNIQUE KEY `IX_C79E347` (`recordId`,`version`), KEY `IX_762ADC7` (`recordId`,`status`), KEY `IX_19AD75F6` (`recordSetId`,`recordSetVersion`), KEY `IX_28202A62` (`userId`,`recordSetId`,`recordSetVersion`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddlrecordversion -- ---------------------------- -- ---------------------------- -- Table structure for `ddmcontent` -- ---------------------------- DROP TABLE IF EXISTS `ddmcontent`; CREATE TABLE `ddmcontent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `data_` longtext, PRIMARY KEY (`contentId`,`ctCollectionId`), UNIQUE KEY `IX_D4156486` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_B0929E94` (`companyId`,`ctCollectionId`), KEY `IX_CB327696` (`groupId`,`ctCollectionId`), KEY `IX_C71D084` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_83D06320` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmcontent -- ---------------------------- -- ---------------------------- -- Table structure for `ddmdataproviderinstance` -- ---------------------------- DROP TABLE IF EXISTS `ddmdataproviderinstance`; CREATE TABLE `ddmdataproviderinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `dataProviderInstanceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `type_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`dataProviderInstanceId`,`ctCollectionId`), UNIQUE KEY `IX_B7498537` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_96A71343` (`companyId`,`ctCollectionId`), KEY `IX_FFEA4B05` (`groupId`,`ctCollectionId`), KEY `IX_F32088F5` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_400874F` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmdataproviderinstance -- ---------------------------- -- ---------------------------- -- Table structure for `ddmdataproviderinstancelink` -- ---------------------------- DROP TABLE IF EXISTS `ddmdataproviderinstancelink`; CREATE TABLE `ddmdataproviderinstancelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `dataProviderInstanceLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `dataProviderInstanceId` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`dataProviderInstanceLinkId`,`ctCollectionId`), UNIQUE KEY `IX_EC5795A0` (`dataProviderInstanceId`,`structureId`,`ctCollectionId`), KEY `IX_D8EDC33A` (`dataProviderInstanceId`,`ctCollectionId`), KEY `IX_C304699F` (`structureId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmdataproviderinstancelink -- ---------------------------- -- ---------------------------- -- Table structure for `ddmforminstance` -- ---------------------------- DROP TABLE IF EXISTS `ddmforminstance`; CREATE TABLE `ddmforminstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceId`,`ctCollectionId`), UNIQUE KEY `IX_EAB7A400` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_78F4C5C` (`groupId`,`ctCollectionId`), KEY `IX_382197E` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_72D3F266` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmforminstance -- ---------------------------- -- ---------------------------- -- Table structure for `ddmforminstancerecord` -- ---------------------------- DROP TABLE IF EXISTS `ddmforminstancerecord`; CREATE TABLE `ddmforminstancerecord` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceRecordId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `storageId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceRecordId`,`ctCollectionId`), UNIQUE KEY `IX_90833BB1` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_B7FB889` (`companyId`,`ctCollectionId`), KEY `IX_F0AFA723` (`formInstanceId`,`ctCollectionId`), KEY `IX_78B0C448` (`formInstanceId`,`formInstanceVersion`,`ctCollectionId`), KEY `IX_3C8DBDFF` (`formInstanceId`,`userId`), KEY `IX_A5B66A5D` (`userId`,`formInstanceId`,`ctCollectionId`), KEY `IX_64C688EF` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_5CDABF95` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmforminstancerecord -- ---------------------------- -- ---------------------------- -- Table structure for `ddmforminstancerecordversion` -- ---------------------------- DROP TABLE IF EXISTS `ddmforminstancerecordversion`; CREATE TABLE `ddmforminstancerecordversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `formInstanceRecordVersionId` 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(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `formInstanceRecordId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `storageId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceRecordVersionId`,`ctCollectionId`), UNIQUE KEY `IX_272BBC86` (`formInstanceRecordId`,`version`,`ctCollectionId`), KEY `IX_EA8F43DE` (`formInstanceId`,`formInstanceVersion`,`ctCollectionId`), KEY `IX_46C6B23E` (`formInstanceRecordId`,`ctCollectionId`), KEY `IX_EB3C8524` (`formInstanceRecordId`,`status`,`ctCollectionId`), KEY `IX_CABC7FCA` (`userId`,`formInstanceId`,`formInstanceVersion`,`status`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmforminstancerecordversion -- ---------------------------- -- ---------------------------- -- Table structure for `ddmforminstancereport` -- ---------------------------- DROP TABLE IF EXISTS `ddmforminstancereport`; CREATE TABLE `ddmforminstancereport` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `formInstanceReportId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`formInstanceReportId`,`ctCollectionId`), KEY `IX_4F6D9746` (`formInstanceId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmforminstancereport -- ---------------------------- -- ---------------------------- -- Table structure for `ddmforminstanceversion` -- ---------------------------- DROP TABLE IF EXISTS `ddmforminstanceversion`; CREATE TABLE `ddmforminstanceversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `formInstanceVersionId` 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(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `structureVersionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceVersionId`,`ctCollectionId`), UNIQUE KEY `IX_8D381426` (`formInstanceId`,`version`,`ctCollectionId`), KEY `IX_822B469E` (`formInstanceId`,`ctCollectionId`), KEY `IX_AC76B984` (`formInstanceId`,`status`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmforminstanceversion -- ---------------------------- -- ---------------------------- -- Table structure for `ddmstoragelink` -- ---------------------------- DROP TABLE IF EXISTS `ddmstoragelink`; CREATE TABLE `ddmstoragelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `storageLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `structureVersionId` bigint(20) DEFAULT NULL, PRIMARY KEY (`storageLinkId`,`ctCollectionId`), UNIQUE KEY `IX_6979A733` (`classPK`,`ctCollectionId`), KEY `IX_5BAF16EE` (`structureId`,`ctCollectionId`), KEY `IX_13E12C80` (`structureVersionId`,`ctCollectionId`), KEY `IX_981FDA0` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_9F994F84` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmstoragelink -- ---------------------------- INSERT INTO `ddmstoragelink` VALUES ('0', '1', '700839c6-8603-7e30-fc38-9036f32a3f2d', '40315', '20097', '20131', '40308', '0', '39672'); INSERT INTO `ddmstoragelink` VALUES ('0', '2', '0a4cd735-4b0c-efe4-abb7-b840f00eef1f', '40333', '20097', '20131', '40330', '0', '39672'); -- ---------------------------- -- Table structure for `ddmstructure` -- ---------------------------- DROP TABLE IF EXISTS `ddmstructure`; CREATE TABLE `ddmstructure` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentStructureId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `structureKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`structureId`,`ctCollectionId`), UNIQUE KEY `IX_4CFAC78E` (`groupId`,`classNameId`,`structureKey`,`ctCollectionId`), UNIQUE KEY `IX_D1F2BE40` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_988632F0` (`companyId`,`classNameId`,`ctCollectionId`), KEY `IX_B44FCCCA` (`ctCollectionId`), KEY `IX_66F194AE` (`groupId`,`classNameId`,`ctCollectionId`), KEY `IX_1AA13A1C` (`groupId`,`ctCollectionId`), KEY `IX_48373D74` (`groupId`,`parentStructureId`,`ctCollectionId`), KEY `IX_800B2006` (`parentStructureId`,`ctCollectionId`), KEY `IX_B1169EAA` (`structureKey`,`ctCollectionId`), KEY `IX_85FA3BE` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_49065026` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmstructure -- ---------------------------- INSERT INTO `ddmstructure` VALUES ('0', '0', 'a1e3cc8e-7e1d-489b-d3dc-101fc3ac0610', '39672', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.725000', '2020-09-03 01:11:02.725000', '0', '20131', 'BASIC-WEB-CONTENT', '1.0', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"fieldNamespace\":\"ddm\",\"indexType\":\"text\",\"dataType\":\"html\",\"predefinedValue\":{},\"name\":\"content\",\"localizable\":true,\"tip\":{},\"label\":{\"en_US\":\"content\"},\"type\":\"ddm-text-html\",\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '66e68c65-4325-3109-d86d-84c6fd5eff3b', '39679', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.863000', '2020-09-03 01:11:02.863000', '0', '30601', 'CUSTOM-META-TAGS', '1.0', 'custom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tags', 'custom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tags', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Property\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"nestedFields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Content\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"content\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}],\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":true,\"name\":\"property\",\"localizable\":false,\"tip\":{\"en_US\":\"\"}}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('1', '0', '00da2202-eaa8-ca5c-e2ab-2956f9652a57', '39683', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.896000', '2020-09-03 01:11:02.946000', '0', '20008', 'GOOGLE_DOCS', '1.0', 'Google Docs Metadataبيانات التعريف لمستندات GoogleMetadades de Google DocsGoogle 文档元数据Metadata van Google DocsGoogle Docs -metatiedotMétadonnées Google DocsGoogle Docs-MetadatenGoogle Docs metaadatokGoogle Docs メタデータMetadados do Google DocsMetadatos de Documentos de GoogleGoogle Docs-metadata', 'Google Docs-metadataMetadados do Google DocsGoogle Docs メタデータMétadonnées Google DocsGoogle Docs metaadatokGoogle Docs-MetadatenMetadades de Google Docsبيانات التعريف لمستندات GoogleGoogle Docs -metatiedotGoogle Docs MetadataGoogle 文档元数据Metadatos de Documentos de GoogleMetadata van Google Docs', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"DESCRIPTION\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"EMBEDDABLE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"EMBEDDABLE_URL\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"ICON_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ICON_URL\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ID\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"NAME\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"URL\",\"localizable\":true,\"tip\":{}}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '24fd9082-4455-13d0-10f6-05dd54a2ee02', '39690', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.081000', '2020-09-03 01:11:03.081000', '0', '39689', 'TIKARAWMETADATA', '1.0', 'TIKARAWMETADATA', 'TIKARAWMETADATA', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROGRAM_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMAND_LINE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMAND_LINE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_HISTORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.HISTORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_TABLE_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.TABLE_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_INSTITUTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.INSTITUTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONTACT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONTACT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROJECT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROJECT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONVENTIONS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONVENTIONS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REFERENCES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REFERENCES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_ACKNOWLEDGEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.ACKNOWLEDGEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REALIZATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REALIZATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_EXPERIMENT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.EXPERIMENT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_MODEL_NAME_ENGLISH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.MODEL_NAME_ENGLISH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_URL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_WORK_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.WORK_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_FORMAT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.FORMAT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_IDENTIFIER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.IDENTIFIER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CONTRIBUTOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CONTRIBUTOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_COVERAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.COVERAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DESCRIPTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PUBLISHER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PUBLISHER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RELATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RELATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RIGHTS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RIGHTS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TITLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TITLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LATITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LATITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LONGITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LONGITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_ALTITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.ALTITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_ENCODING\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_ENCODING\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_DISPOSITION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_DISPOSITION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_MD5\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_MD5\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LAST_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LAST_MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RAW_HEADER_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RAW_HEADER_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RECIPIENT_ADDRESS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RECIPIENT_ADDRESS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_SUBTYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_SUBTYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_BOUNDARY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_BOUNDARY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_NAMESPACE_URI_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.NAMESPACE_URI_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PREFIX_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PREFIX_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_USER_DEFINED_METADATA_NAME_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.USER_DEFINED_METADATA_NAME_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_KEYWORDS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.KEYWORDS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_INITIAL_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.INITIAL_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LAST_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LAST_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CREATION_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CREATION_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SAVE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SAVE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PRINT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PRINT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SLIDE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SLIDE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PARAGRAPH_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PARAGRAPH_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LINE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LINE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_WORD_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.WORD_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT_WITH_SPACES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT_WITH_SPACES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_TABLE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.TABLE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_IMAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.IMAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_OBJECT_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.OBJECT_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLASS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLASS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_SENT_BY_SERVER_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_SENT_BY_SERVER_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_NAMESPACE_URI\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.NAMESPACE_URI\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CATEGORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CATEGORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CONTENT_STATUS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CONTENT_STATUS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_MODIFIED_BY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_MODIFIED_BY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_PRINTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_PRINTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_REVISION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.REVISION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_VERSION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.VERSION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_BITS_PER_SAMPLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.BITS_PER_SAMPLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_WIDTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_WIDTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SAMPLES_PER_PIXEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SAMPLES_PER_PIXEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FLASH_FIRED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FLASH_FIRED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXPOSURE_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXPOSURE_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_F_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.F_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FOCAL_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FOCAL_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ISO_SPEED_RATINGS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ISO_SPEED_RATINGS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MAKE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MAKE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MODEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MODEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SOFTWARE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SOFTWARE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIENTATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIENTATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_HORIZONTAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_HORIZONTAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_VERTICAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_VERTICAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_UNIT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_UNIT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIGINAL_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIGINAL_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXIF_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXIF_PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_RESOURCE_NAME_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.RESOURCE_NAME_KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_PROTECTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.PROTECTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RELATIONSHIP_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_STORAGE_CLASS_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RESOURCE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_TIKA_MIME_FILE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.TIKA_MIME_FILE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_MIME_TYPE_MAGIC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.MIME_TYPE_MAGIC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ABS_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALT_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALT_TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM_ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_CHANNEL_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_CHANNEL_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPILATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPILATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPOSER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPOSER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COPYRIGHT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COPYRIGHT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DISC_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DISC_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DURATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DURATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ENGINEER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ENGINEER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_FILE_DATA_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.FILE_DATA_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_GENRE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.GENRE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_INSTRUMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.INSTRUMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOG_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOG_COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOOP\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOOP\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_NUMBER_OF_BEATS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.NUMBER_OF_BEATS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_METADATA_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.METADATA_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_PULL_DOWN\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.PULL_DOWN\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELATIVE_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELEASE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELEASE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCALE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCALE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCENE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCENE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SPEAKER_PLACEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SPEAKER_PLACEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_STRETCH_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.STRETCH_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TEMPO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TEMPO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TIME_SIGNATURE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TIME_SIGNATURE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TRACK_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TRACK_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COLOR_SPACE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COLOR_SPACE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FIELD_ORDER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FIELD_ORDER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FRAME_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FRAME_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_DEPTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_DEPTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '76b9e449-ed05-74bb-7da9-e9e3d4990592', '39694', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.231000', '2020-09-03 01:11:03.231000', '0', '34403', 'CONTACTS', '1.0', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"googlehangouts\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Hangouts\",\"pt_BR\":\"Google Hangouts\",\"ja_JP\":\"Google ハングアウト\",\"fr_FR\":\"Google Hangouts\",\"hu_HU\":\"Google Hangouts\",\"de_DE\":\"Google Hangouts\",\"ca_ES\":\"Google Hangouts\",\"ar_SA\":\"Google Hangouts\",\"fi_FI\":\"Google Hangouts\",\"en_US\":\"Google Hangouts\",\"zh_CN\":\"Google Hangouts\",\"es_ES\":\"Google Hangouts\",\"nl_NL\":\"Google Hangouts\"},\"value\":\"googlehangouts\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"工作职称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'e4b309d7-43d3-fa77-db88-c10a062885a1', '39698', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.262000', '2020-09-03 01:11:03.262000', '0', '34403', 'EVENTS', '1.0', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Données\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '2517b680-44fb-6607-a022-ecba6fea0aa5', '39702', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.293000', '2020-09-03 01:11:03.293000', '0', '34403', 'INVENTORY', '1.0', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'd33e7d2c-8bd9-b748-cbd5-d1ad9ceb65a2', '39706', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.318000', '2020-09-03 01:11:03.318000', '0', '34403', 'ISSUES-TRACKING', '1.0', 'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', 'ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '79df5b61-eb29-4140-b227-edc4ddf66242', '39710', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.347000', '2020-09-03 01:11:03.347000', '0', '34403', 'MEETING-MINUTES', '1.0', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '4e0515d9-fe1b-a62c-6615-3f8f50d9bba5', '39714', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.377000', '2020-09-03 01:11:03.377000', '0', '34403', 'TO-DO', '1.0', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '01aa5836-3067-f285-3177-4d302d4c161f', '39718', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.416000', '2020-09-03 01:11:03.416000', '0', '37102', 'CONTACTS', '1.0', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"googlehangouts\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Hangouts\",\"pt_BR\":\"Google Hangouts\",\"ja_JP\":\"Google ハングアウト\",\"fr_FR\":\"Google Hangouts\",\"hu_HU\":\"Google Hangouts\",\"de_DE\":\"Google Hangouts\",\"ca_ES\":\"Google Hangouts\",\"ar_SA\":\"Google Hangouts\",\"fi_FI\":\"Google Hangouts\",\"en_US\":\"Google Hangouts\",\"zh_CN\":\"Google Hangouts\",\"es_ES\":\"Google Hangouts\",\"nl_NL\":\"Google Hangouts\"},\"value\":\"googlehangouts\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"工作职称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', '4d2bb881-72aa-df75-d15f-60b88cff2492', '39722', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.441000', '2020-09-03 01:11:03.441000', '0', '37102', 'EVENTS', '1.0', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Données\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'a5c5a666-22ca-3dce-93b6-677b17e2e655', '39726', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.461000', '2020-09-03 01:11:03.461000', '0', '37102', 'INVENTORY', '1.0', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'eba31687-0ba2-280c-3033-3b95604e540b', '39730', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.487000', '2020-09-03 01:11:03.487000', '0', '37102', 'ISSUES-TRACKING', '1.0', 'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', 'ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'f6296e3d-78c8-4320-b078-ccb00364f5b6', '39734', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.510000', '2020-09-03 01:11:03.510000', '0', '37102', 'MEETING-MINUTES', '1.0', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); INSERT INTO `ddmstructure` VALUES ('0', '0', 'c9a247df-b9ec-3f5a-c4e5-d3696a9a95a7', '39738', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:03.536000', '2020-09-03 01:11:03.536000', '0', '37102', 'TO-DO', '1.0', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', null); -- ---------------------------- -- Table structure for `ddmstructurelayout` -- ---------------------------- DROP TABLE IF EXISTS `ddmstructurelayout`; CREATE TABLE `ddmstructurelayout` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `structureLayoutId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `structureLayoutKey` varchar(75) DEFAULT NULL, `structureVersionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, PRIMARY KEY (`structureLayoutId`,`ctCollectionId`), UNIQUE KEY `IX_BBA9AF0E` (`groupId`,`classNameId`,`structureLayoutKey`,`ctCollectionId`), UNIQUE KEY `IX_73BD3E8A` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_71693578` (`groupId`,`classNameId`,`ctCollectionId`), KEY `IX_BC3A08CC` (`groupId`,`classNameId`,`structureVersionId`,`ctCollectionId`), KEY `IX_60221912` (`groupId`,`ctCollectionId`), KEY `IX_8DFAB4AA` (`structureLayoutKey`,`ctCollectionId`), KEY `IX_8E8B0E68` (`structureVersionId`,`ctCollectionId`), KEY `IX_618B3988` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_6BFE749C` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmstructurelayout -- ---------------------------- INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '3358ce13-25af-892f-67d8-c312c9eb3ff1', '39674', '20123', '20097', '20102', null, '2020-09-03 01:11:02.754000', '2020-09-03 01:11:02.754000', '0', '39675', '39673', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"content\"]}]}],\"title\":{\"en_US\":\"Basic Web Content\"}}],\"paginationMode\":\"wizard\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '299a2efb-f1c3-331d-158d-11e041df235f', '39681', '20123', '20097', '20102', null, '2020-09-03 01:11:02.870000', '2020-09-03 01:11:02.870000', '0', '39682', '39680', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"property\",\"content\"]}]}],\"title\":{\"en_US\":\"Custom Meta Tags\"}}],\"paginationMode\":\"wizard\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '02163d68-e680-fa00-19af-e70abeff860b', '39685', '20123', '20097', '20102', null, '2020-09-03 01:11:02.906000', '2020-09-03 01:11:02.906000', '0', '39686', '39684', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"DESCRIPTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"EMBEDDABLE_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ICON_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"URL\"]}]}],\"title\":{\"en_US\":\"Google Docs Metadata\"}}],\"paginationMode\":\"wizard\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', 'c0f3349e-7ffc-0dda-7e9a-0bfc52464522', '39692', '20123', '20097', '20102', null, '2020-09-03 01:11:03.172000', '2020-09-03 01:11:03.172000', '0', '39693', '39691', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_PROGRAM_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_COMMAND_LINE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_HISTORY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_TABLE_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_INSTITUTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_SOURCE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_CONTACT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_PROJECT_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_CONVENTIONS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_REFERENCES\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_ACKNOWLEDGEMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_REALIZATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_EXPERIMENT_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_COMMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_MODEL_NAME_ENGLISH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_LICENSE_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_LICENSE_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_WORK_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_NAMESPACE_URI_DC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_NAMESPACE_URI_DC_TERMS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PREFIX_DC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PREFIX_DC_TERMS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_FORMAT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_IDENTIFIER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_MODIFIED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CONTRIBUTOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_COVERAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CREATOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CREATED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_DESCRIPTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_LANGUAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PUBLISHER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_RELATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_RIGHTS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_SOURCE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_SUBJECT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_TITLE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_LATITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_LONGITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_ALTITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_ENCODING\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LANGUAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_DISPOSITION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_MD5\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_LAST_MODIFIED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_RAW_HEADER_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_RECIPIENT_ADDRESS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MULTIPART_SUBTYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MULTIPART_BOUNDARY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_NAMESPACE_URI_DOC_META\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PREFIX_DOC_META\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_USER_DEFINED_METADATA_NAME_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_KEYWORDS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_INITIAL_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_LAST_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CREATION_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_SAVE_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PRINT_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_SLIDE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PARAGRAPH_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_LINE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_WORD_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CHARACTER_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CHARACTER_COUNT_WITH_SPACES\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_TABLE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_IMAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_OBJECT_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_MESSAGE_CLASS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_SENT_BY_SERVER_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_FROM_REPRESENTING_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_FROM_REPRESENTING_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_NAMESPACE_URI\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_CATEGORY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_CONTENT_STATUS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_LAST_MODIFIED_BY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_LAST_PRINTED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_REVISION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_VERSION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_SUBJECT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_BITS_PER_SAMPLE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_IMAGE_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_IMAGE_WIDTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_SAMPLES_PER_PIXEL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_FLASH_FIRED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EXPOSURE_TIME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_F_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_FOCAL_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ISO_SPEED_RATINGS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EQUIPMENT_MAKE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EQUIPMENT_MODEL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_SOFTWARE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ORIENTATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_HORIZONTAL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_VERTICAL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_UNIT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ORIGINAL_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EXIF_PAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_RESOURCE_NAME_KEY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_PROTECTED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMimeKeys_TIKA_MIME_FILE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMimeKeys_MIME_TYPE_MAGIC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALBUM\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALT_TAPE_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ARTIST\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALBUM_ARTIST\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_SAMPLE_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_SAMPLE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_CHANNEL_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_COMPRESSOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COMPILATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COMPOSER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COPYRIGHT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_DISC_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_DURATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ENGINEER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_FILE_DATA_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_GENRE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_INSTRUMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_KEY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_LOG_COMMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_LOOP\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_NUMBER_OF_BEATS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_METADATA_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_PULL_DOWN\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_RELEASE_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SCALE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SCENE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SPEAKER_PLACEMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_STRETCH_MODE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TAPE_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TEMPO\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TIME_SIGNATURE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TRACK_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_ALPHA_MODE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_COLOR_SPACE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_COMPRESSOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_FIELD_ORDER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_FRAME_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_PIXEL_DEPTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '242e3834-880d-d6e5-b912-4e5adbf94332', '39696', '20123', '20097', '20102', null, '2020-09-03 01:11:03.241000', '2020-09-03 01:11:03.241000', '0', '39697', '39695', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"company\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"email\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"firstName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imService\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imUserName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"jobTitle\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"lastName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"notes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneMobile\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneOffice\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '333421bc-0b88-646b-8e1d-bbf9b84f3581', '39700', '20123', '20097', '20102', null, '2020-09-03 01:11:03.274000', '2020-09-03 01:11:03.274000', '0', '39701', '39699', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"cost\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventTime\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', 'c9d6c1ef-2e8b-791d-b09a-3f828e9585bc', '39704', '20123', '20097', '20102', null, '2020-09-03 01:11:03.299000', '2020-09-03 01:11:03.299000', '0', '39705', '39703', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"item\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchaseDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchasePrice\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"quantity\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '34e70b5c-8c00-4374-9d1f-c25e2196eebc', '39708', '20123', '20097', '20102', null, '2020-09-03 01:11:03.327000', '2020-09-03 01:11:03.327000', '0', '39709', '39707', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"dueDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"issueId\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '576bf81c-286a-7c52-3499-97be28b0cecd', '39712', '20123', '20097', '20102', null, '2020-09-03 01:11:03.354000', '2020-09-03 01:11:03.354000', '0', '39713', '39711', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"author\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"duration\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"meetingDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"minutes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', 'fa82c782-f3d9-ddbd-1f44-2ecc1de27e3a', '39716', '20123', '20097', '20102', null, '2020-09-03 01:11:03.387000', '2020-09-03 01:11:03.387000', '0', '39717', '39715', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"endDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"percentComplete\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"startDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '0fccd05c-155d-dc8d-aa2a-8bf56cccd58c', '39720', '20123', '20097', '20102', null, '2020-09-03 01:11:03.424000', '2020-09-03 01:11:03.424000', '0', '39721', '39719', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"company\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"email\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"firstName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imService\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imUserName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"jobTitle\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"lastName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"notes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneMobile\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneOffice\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '52a9781c-20f6-972a-a3d0-bf815fe118f3', '39724', '20123', '20097', '20102', null, '2020-09-03 01:11:03.448000', '2020-09-03 01:11:03.448000', '0', '39725', '39723', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"cost\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventTime\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', 'c9096d9d-9f91-711c-f8b4-fa6945a256d6', '39728', '20123', '20097', '20102', null, '2020-09-03 01:11:03.466000', '2020-09-03 01:11:03.466000', '0', '39729', '39727', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"item\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchaseDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchasePrice\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"quantity\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '370fdae1-2aa3-e9e2-af92-46ecd1401738', '39732', '20123', '20097', '20102', null, '2020-09-03 01:11:03.496000', '2020-09-03 01:11:03.496000', '0', '39733', '39731', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"dueDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"issueId\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', 'ff0306f4-5b70-7308-a76f-604f02fed702', '39736', '20123', '20097', '20102', null, '2020-09-03 01:11:03.515000', '2020-09-03 01:11:03.515000', '0', '39737', '39735', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"author\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"duration\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"meetingDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"minutes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); INSERT INTO `ddmstructurelayout` VALUES ('0', '0', '0cc8180c-ff27-d697-0882-8ff069700f43', '39740', '20123', '20097', '20102', null, '2020-09-03 01:11:03.546000', '2020-09-03 01:11:03.546000', '0', '39741', '39739', '', '', '{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"endDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"percentComplete\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"startDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); -- ---------------------------- -- Table structure for `ddmstructurelink` -- ---------------------------- DROP TABLE IF EXISTS `ddmstructurelink`; CREATE TABLE `ddmstructurelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `structureLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`structureLinkId`,`ctCollectionId`), UNIQUE KEY `IX_C8DE7401` (`classNameId`,`classPK`,`structureId`,`ctCollectionId`), KEY `IX_4C181B39` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_A2D51B64` (`ctCollectionId`), KEY `IX_FD8251B6` (`structureId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmstructurelink -- ---------------------------- INSERT INTO `ddmstructurelink` VALUES ('0', '0', '39688', '20097', '20009', '39687', '39683'); INSERT INTO `ddmstructurelink` VALUES ('0', '1', '40316', '20097', '20131', '40308', '39672'); INSERT INTO `ddmstructurelink` VALUES ('0', '2', '40334', '20097', '20131', '40330', '39672'); -- ---------------------------- -- Table structure for `ddmstructureversion` -- ---------------------------- DROP TABLE IF EXISTS `ddmstructureversion`; CREATE TABLE `ddmstructureversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `structureVersionId` 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(6) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `parentStructureId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`structureVersionId`,`ctCollectionId`), UNIQUE KEY `IX_1F8A4EA0` (`structureId`,`version`,`ctCollectionId`), KEY `IX_9B5D9F76` (`ctCollectionId`), KEY `IX_5F887AE4` (`structureId`,`ctCollectionId`), KEY `IX_4E1647CA` (`structureId`,`status`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmstructureversion -- ---------------------------- INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39673', '20123', '20097', '20102', null, '2020-09-03 01:11:02.725000', '39672', '1.0', '0', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"fieldNamespace\":\"ddm\",\"indexType\":\"text\",\"dataType\":\"html\",\"predefinedValue\":{},\"name\":\"content\",\"localizable\":true,\"tip\":{},\"label\":{\"en_US\":\"content\"},\"type\":\"ddm-text-html\",\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:02.725000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39680', '20123', '20097', '20102', null, '2020-09-03 01:11:02.863000', '39679', '1.0', '0', 'custom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tags', 'custom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tagscustom-meta-tags', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Property\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"nestedFields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Content\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"content\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}],\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":true,\"name\":\"property\",\"localizable\":false,\"tip\":{\"en_US\":\"\"}}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:02.863000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39684', '20123', '20097', '20102', null, '2020-09-03 01:11:02.896000', '39683', '1.0', '0', 'GOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCSGOOGLE_DOCS', 'Google Docs-metadataMetadados do Google DocsGoogle Docs メタデータMétadonnées Google DocsGoogle Docs metaadatokGoogle Docs-MetadatenMetadades de Google Docsبيانات التعريف لمستندات GoogleGoogle Docs -metatiedotGoogle Docs MetadataGoogle 文档元数据Metadatos de Documentos de GoogleMetadata van Google Docs', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"DESCRIPTION\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"EMBEDDABLE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"EMBEDDABLE_URL\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"ICON_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ICON_URL\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ID\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"NAME\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{},\"readOnly\":false,\"label\":{\"en_US\":\"URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"URL\",\"localizable\":true,\"tip\":{}}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:02.896000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39691', '20123', '20097', '20102', null, '2020-09-03 01:11:03.081000', '39690', '1.0', '0', 'TIKARAWMETADATA', 'TIKARAWMETADATA', '{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROGRAM_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMAND_LINE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMAND_LINE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_HISTORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.HISTORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_TABLE_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.TABLE_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_INSTITUTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.INSTITUTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONTACT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONTACT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROJECT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROJECT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONVENTIONS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONVENTIONS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REFERENCES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REFERENCES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_ACKNOWLEDGEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.ACKNOWLEDGEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REALIZATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REALIZATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_EXPERIMENT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.EXPERIMENT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_MODEL_NAME_ENGLISH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.MODEL_NAME_ENGLISH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_URL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_WORK_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.WORK_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_FORMAT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.FORMAT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_IDENTIFIER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.IDENTIFIER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CONTRIBUTOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CONTRIBUTOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_COVERAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.COVERAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DESCRIPTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PUBLISHER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PUBLISHER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RELATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RELATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RIGHTS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RIGHTS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TITLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TITLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LATITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LATITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LONGITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LONGITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_ALTITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.ALTITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_ENCODING\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_ENCODING\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_DISPOSITION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_DISPOSITION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_MD5\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_MD5\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LAST_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LAST_MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RAW_HEADER_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RAW_HEADER_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RECIPIENT_ADDRESS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RECIPIENT_ADDRESS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_SUBTYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_SUBTYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_BOUNDARY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_BOUNDARY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_NAMESPACE_URI_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.NAMESPACE_URI_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PREFIX_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PREFIX_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_USER_DEFINED_METADATA_NAME_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.USER_DEFINED_METADATA_NAME_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_KEYWORDS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.KEYWORDS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_INITIAL_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.INITIAL_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LAST_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LAST_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CREATION_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CREATION_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SAVE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SAVE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PRINT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PRINT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SLIDE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SLIDE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PARAGRAPH_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PARAGRAPH_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LINE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LINE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_WORD_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.WORD_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT_WITH_SPACES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT_WITH_SPACES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_TABLE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.TABLE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_IMAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.IMAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_OBJECT_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.OBJECT_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLASS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLASS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_SENT_BY_SERVER_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_SENT_BY_SERVER_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_NAMESPACE_URI\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.NAMESPACE_URI\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CATEGORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CATEGORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CONTENT_STATUS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CONTENT_STATUS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_MODIFIED_BY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_MODIFIED_BY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_PRINTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_PRINTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_REVISION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.REVISION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_VERSION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.VERSION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_BITS_PER_SAMPLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.BITS_PER_SAMPLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_WIDTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_WIDTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SAMPLES_PER_PIXEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SAMPLES_PER_PIXEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FLASH_FIRED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FLASH_FIRED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXPOSURE_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXPOSURE_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_F_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.F_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FOCAL_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FOCAL_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ISO_SPEED_RATINGS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ISO_SPEED_RATINGS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MAKE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MAKE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MODEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MODEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SOFTWARE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SOFTWARE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIENTATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIENTATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_HORIZONTAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_HORIZONTAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_VERTICAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_VERTICAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_UNIT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_UNIT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIGINAL_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIGINAL_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXIF_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXIF_PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_RESOURCE_NAME_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.RESOURCE_NAME_KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_PROTECTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.PROTECTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RELATIONSHIP_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_STORAGE_CLASS_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RESOURCE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_TIKA_MIME_FILE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.TIKA_MIME_FILE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_MIME_TYPE_MAGIC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.MIME_TYPE_MAGIC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ABS_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALT_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALT_TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM_ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_CHANNEL_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_CHANNEL_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPILATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPILATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPOSER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPOSER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COPYRIGHT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COPYRIGHT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DISC_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DISC_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DURATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DURATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ENGINEER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ENGINEER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_FILE_DATA_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.FILE_DATA_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_GENRE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.GENRE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_INSTRUMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.INSTRUMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOG_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOG_COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOOP\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOOP\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_NUMBER_OF_BEATS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.NUMBER_OF_BEATS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_METADATA_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.METADATA_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_PULL_DOWN\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.PULL_DOWN\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELATIVE_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELEASE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELEASE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCALE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCALE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCENE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCENE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SPEAKER_PLACEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SPEAKER_PLACEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_STRETCH_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.STRETCH_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TEMPO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TEMPO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TIME_SIGNATURE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TIME_SIGNATURE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TRACK_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TRACK_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COLOR_SPACE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COLOR_SPACE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FIELD_ORDER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FIELD_ORDER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FRAME_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FRAME_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_DEPTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_DEPTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.081000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39695', '20123', '20097', '20102', null, '2020-09-03 01:11:03.231000', '39694', '1.0', '0', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"googlehangouts\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Hangouts\",\"pt_BR\":\"Google Hangouts\",\"ja_JP\":\"Google ハングアウト\",\"fr_FR\":\"Google Hangouts\",\"hu_HU\":\"Google Hangouts\",\"de_DE\":\"Google Hangouts\",\"ca_ES\":\"Google Hangouts\",\"ar_SA\":\"Google Hangouts\",\"fi_FI\":\"Google Hangouts\",\"en_US\":\"Google Hangouts\",\"zh_CN\":\"Google Hangouts\",\"es_ES\":\"Google Hangouts\",\"nl_NL\":\"Google Hangouts\"},\"value\":\"googlehangouts\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"工作职称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.231000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39699', '20123', '20097', '20102', null, '2020-09-03 01:11:03.262000', '39698', '1.0', '0', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Données\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.262000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39703', '20123', '20097', '20102', null, '2020-09-03 01:11:03.293000', '39702', '1.0', '0', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.293000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39707', '20123', '20097', '20102', null, '2020-09-03 01:11:03.318000', '39706', '1.0', '0', 'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', 'ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.318000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39711', '20123', '20097', '20102', null, '2020-09-03 01:11:03.347000', '39710', '1.0', '0', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.347000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39715', '20123', '20097', '20102', null, '2020-09-03 01:11:03.377000', '39714', '1.0', '0', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.377000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39719', '20123', '20097', '20102', null, '2020-09-03 01:11:03.416000', '39718', '1.0', '0', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', 'KontakterContatos連絡先ContientKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"googlehangouts\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Hangouts\",\"pt_BR\":\"Google Hangouts\",\"ja_JP\":\"Google ハングアウト\",\"fr_FR\":\"Google Hangouts\",\"hu_HU\":\"Google Hangouts\",\"de_DE\":\"Google Hangouts\",\"ca_ES\":\"Google Hangouts\",\"ar_SA\":\"Google Hangouts\",\"fi_FI\":\"Google Hangouts\",\"en_US\":\"Google Hangouts\",\"zh_CN\":\"Google Hangouts\",\"es_ES\":\"Google Hangouts\",\"nl_NL\":\"Google Hangouts\"},\"value\":\"googlehangouts\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"工作职称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.416000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39723', '20123', '20097', '20102', null, '2020-09-03 01:11:03.441000', '39722', '1.0', '0', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', 'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Données\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.441000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39727', '20123', '20097', '20102', null, '2020-09-03 01:11:03.461000', '39726', '1.0', '0', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', 'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.461000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39731', '20123', '20097', '20102', null, '2020-09-03 01:11:03.487000', '39730', '1.0', '0', 'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', 'ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.487000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39735', '20123', '20097', '20102', null, '2020-09-03 01:11:03.510000', '39734', '1.0', '0', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', 'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.510000'); INSERT INTO `ddmstructureversion` VALUES ('0', '0', '39739', '20123', '20097', '20102', null, '2020-09-03 01:11:03.536000', '39738', '1.0', '0', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', 'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen', '{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Abonnement\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}', 'json', '0', '0', '20102', null, '2020-09-03 01:11:03.536000'); -- ---------------------------- -- Table structure for `ddmtemplate` -- ---------------------------- DROP TABLE IF EXISTS `ddmtemplate`; CREATE TABLE `ddmtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `resourceClassNameId` bigint(20) DEFAULT NULL, `templateKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(75) DEFAULT NULL, `mode_` varchar(75) DEFAULT NULL, `language` varchar(75) DEFAULT NULL, `script` longtext, `cacheable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`templateId`,`ctCollectionId`), UNIQUE KEY `IX_ED2AF9E2` (`groupId`,`classNameId`,`templateKey`,`ctCollectionId`), UNIQUE KEY `IX_147A0D41` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_3A6CBFF1` (`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_40E22774` (`classPK`,`ctCollectionId`), KEY `IX_492F3DCB` (`ctCollectionId`), KEY `IX_2A228ED0` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_25F23981` (`groupId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_8DFF58A7` (`groupId`,`classNameId`,`classPK`,`type_`,`mode_`,`ctCollectionId`), KEY `IX_A967DEEF` (`groupId`,`classNameId`,`ctCollectionId`), KEY `IX_D3180904` (`groupId`,`classPK`,`ctCollectionId`), KEY `IX_EFDA5A3B` (`groupId`,`ctCollectionId`), KEY `IX_3EE9B9D7` (`language`,`ctCollectionId`), KEY `IX_13A3AC0E` (`smallImageId`,`ctCollectionId`), KEY `IX_F365A086` (`templateKey`,`ctCollectionId`), KEY `IX_27ACCA26` (`type_`,`ctCollectionId`), KEY `IX_C64F367F` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_17F6EC05` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmtemplate -- ---------------------------- INSERT INTO `ddmtemplate` VALUES ('0', '0', '3d9cf5df-088e-9458-a868-bd2b9bc08609', '38702', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.804000', '2020-09-03 01:10:58.804000', '20029', '0', '38701', 'SITE-MAP-MULTI-COLUMN-LAYOUT-FTL', '1.0', 'Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen', 'Visar en kolumn för varje sida på den högsta nivån. Varje kolumn inkluderar namnet på varje sida på den högsta nivån samt sidans omedelbara underordnade element listade under den.Exibe uma coluna para cada página de nível superior. Cada coluna inclui o nome de uma página de nível superior com os filhos imediatos da página listados abaixo.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。Affiche une colonne pour chaque page de niveau supérieur. Chaque colonne comprend le nom d\'une page de niveau supérieur avec les enfants immédiats indiqués en-dessous.Megjelenít egy oszlopot minden felső szintű oldalhoz. Mindegyik oszlop tartalmazza a legfelső szintű oldal nevét, alatta az oldal közvetlen utódjával.Zeigt eine Spalte für jede Seite der obersten Ebene. Jede Spalte enthält den Namen einer Seite der obersten Ebene, darunter werden die direkten Unterseiten aufgelistet.Mostra una columna per cada pàgina de nivell superior. A cada columna, s\'hi inclou el nom d\'una pàgina de nivell superior amb el fill immediat de la pàgina en una llista a la part inferior.يعرض عمودًا لكل صفحة مستوى أعلى. يتضمن كل عمود اسم صفحة المستوى العلوي بفروع متوسطة للصفحة مدرجة أسفلها.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.Displays a column for each top level page. Each column includes the name of a top level page with the page\'s immediate children listed underneath.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。Muestra una columna por cada página de nivel superior. En cada columna, se incluye el nombre de una página de nivel superior con el elemento secundario inmediato de la página en una lista de la parte inferior.Geeft een kolom weer voor elke pagina op het hoogste niveau. Elke kolom bevat de naam van een bovenliggende pagina met alle directe onderliggende pagina\'s eronder.', 'display', null, 'ftl', '<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#if (getterUtil.getBoolean(showHiddenPages) || !entry.isHidden()) && layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <@liferay_aui.col width=25>\n
\n

\n \n\n <#if layoutType.isBrowsable()>\n href=\"${portalUtil.getLayoutURL(entry, themeDisplay)}\"\n \n\n >${entry.getName(locale)}\n

\n
\n\n <@displayPages\n depth=1\n pages=entry.getChildren(permissionChecker)\n />\n \n \n \n \n\n\n<#macro displayPages\n depth\n pages\n>\n <#if pages?has_content && ((depth < displayDepth?number) || (displayDepth?number == 0))>\n \n \n', '0', '0', '38703', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '9d47ec3e-a574-0e8d-07fb-5add197ac3aa', '38705', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.901000', '2020-09-03 01:10:58.901000', '38601', '0', '38701', 'COMMERCE-PRODUCT-DEFINITION-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '<#assign count = 0\n/>\n\n<#if entries?has_content>\n
\n <#list entries as curCPCatalogEntry>\n <#assign\n image = curCPCatalogEntry.getDefaultImageFileUrl()\n\n friendlyURL = cpContentHelper.getFriendlyURL(curCPCatalogEntry, themeDisplay)\n\n name = curCPCatalogEntry.getName()\n />\n\n
\n
\n \n
\n\n
\n \n ${name}\n \n
\n
\n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
\n\n
\n\n <#assign count = 0 />\n \n \n
\n<#else>\n
\n <@liferay_ui[\"message\"] key=\"no-products-were-found\" />\n
\n', '0', '0', '38706', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '7e078c4b-4f10-029a-877a-974a67d0af27', '38708', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.916000', '2020-09-03 01:10:58.916000', '38602', '0', '38701', 'COMMERCE-PRODUCT-CATEGORY-CONTENT-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '
\n <#assign\n image = \'\'\n\n title = \'\'\n\n description = \'\'\n />\n\n <#if cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)??>\n <#assign\n image = cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)\n />\n \n\n <#if assetCategory??>\n <#assign\n title = assetCategory.getTitle(locale)\n\n description = assetCategory.getTitle(locale)\n />\n \n\n
\n \n
\n\n
\n

${title}

\n\n

${description}

\n
\n
', '0', '0', '38709', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'bb3c9b6c-7c9f-f725-527c-8e2228a53315', '38712', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.938000', '2020-09-03 01:10:58.938000', '38603', '0', '38701', 'CATEGORY-FACET-CLOUD-FTL', '1.0', 'Cloud-layoutLayout de nuvemクラウドのレイアウトDisposition du cloudFelhő elrendezésCloudlayoutDisposició del núvolمخطط السحابةPilviasetteluCloud Layout云布局Diseño de nubeCloudlay-out', 'Visa villkoren som en infogad lista med länkar med olika storlekar baserat på frekvens.Exibir termos como uma lista embutida de links com tamanhos variados baseados pela frequência.用語を頻度に応じてサイズが変わるインライン形式のリンクリストとして表示します。Afficher les termes sous la forme d\'une liste intégrée de liens dont les tailles varient en fonction des fréquences.Jelenítse meg a kifejezéseket hivatkozások sorközi listájaként a gyakoriságtól függően változó méretben.Begriffe als eingebettete Linkliste mit unterschiedlichen Größen auf Basis der Häufigkeit anzeigen.Mostra els termes com una llista integrada d\'enllaços amb diverses mides basats en la freqüència.عرض المصطلحات كقائمة مدمجة من الروابط بأحجام مختلفة تبعًا للتردد.Näytä termit inline-luettelona koko vaihdellen esiintymistaajuuden mukaan.Display terms as an inline list of links with varying sizes based on frequency.将搜索词显示为大小随频率变化的内联链接列表。Muestra términos como una lista de enlaces en línea con distintos tamaños basados en la frecuencia.Termen weergeven als een gealigneerde lijst met links van verschillende lengte op basis van frequentie.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38713', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'c3e69bf8-dd31-e4e4-c9b1-3279b5ccb835', '38802', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.958000', '2020-09-03 01:10:58.958000', '38603', '0', '38701', 'CATEGORY-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38803', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '6fc0749e-d2e5-fba9-ec1f-eba9f8cd0f10', '38805', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.973000', '2020-09-03 01:10:58.973000', '38603', '0', '38701', 'CATEGORY-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
\n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38806', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '6253319f-5f10-24b2-1422-51f5aca7ac55', '38808', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:58.996000', '2020-09-03 01:10:58.996000', '38604', '0', '38701', 'CUSTOM-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${customFacetDisplayContext.getDisplayCaption()}\"\n >\n \n\n <#if !customFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38809', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '3b093503-03f2-0918-d6cc-66c6c8e1ad1d', '38811', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.005000', '2020-09-03 01:10:59.005000', '38604', '0', '38701', 'CUSTOM-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${customFacetDisplayContext.getDisplayCaption()}\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n ${htmlUtil.escape(entry.getFieldName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n
\n \n\n <#if !customFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38812', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '849aa9f0-d35a-ef65-a4dd-02d2137ba089', '38814', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.019000', '2020-09-03 01:10:59.019000', '38605', '0', '38701', 'CUSTOM-FILTER-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa inmatningsfältet infogad med knappen Skicka.Exibir o campo de entrada embutido com o botão de envio.入力フィールドを送信ボタンと一緒にインラインで表示します。Afficher le champ de saisie intégré avec le bouton envoyer.Jelenítse meg a bemeneti mezőt a beküldés gombja mellett.Eingabefeld eingebettet in die Schaltfläche \"Absenden\" anzeigen.Mostra el camp d\'entrada integrat al botó d\'enviar.عرض حقل الإدخال مدمجًا مع زر الإرسال.Näytä syöttökenttä inline lähetyspainikkeen kanssa.Display the input field inline with the submit button.显示与\"提交\"按钮内联的输入字段。Muestra el campo de entrada en línea con el botón Enviar.Het invoerveld gealigneerd met de knop Verzenden weergeven.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'filterCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'filterCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getHeading())}\"\n >\n
\n <@liferay_aui[\"input\"]\n cssClass=\"custom-filter-value-input\"\n data\\-qa\\-id=\"customFilterValueInput\"\n disabled=customFilterDisplayContext.isImmutable()\n id=\"${namespace + stringUtil.randomId()}\"\n label=\"\"\n name=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getParameterName())}\"\n useNamespace=false\n value=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getFilterValue())}\"\n wrapperCssClass=\"form-group-item\"\n />\n\n <@clay[\"button\"]\n ariaLabel=\'${languageUtil.get(request, \"apply\")}\'\n disabled=customFilterDisplayContext.isImmutable()\n elementClasses=\"btn-secondary\"\n label=\'${languageUtil.get(request, \"apply\")}\'\n type=\"submit\"\n />\n
\n \n', '0', '0', '38815', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'e521d67c-1b47-eadf-b83b-089fa18418c3', '38817', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.031000', '2020-09-03 01:10:59.031000', '38606', '0', '38701', 'FOLDER-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetFolderPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetFolderPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"folder\"\n >\n \n\n <#if !folderSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38818', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '0fdf0eff-d786-5236-767b-8bbfe67966f3', '38820', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.052000', '2020-09-03 01:10:59.052000', '38606', '0', '38701', 'FOLDER-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetFolderPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetFolderPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"folder\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
\n \n\n <#if !folderSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38821', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '7b967789-8cfe-7c3c-a48f-d4a4bedddf6e', '38823', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.066000', '2020-09-03 01:10:59.066000', '38607', '0', '38701', 'MODIFIED-FACET-RADIO-FTL', '1.0', 'Radio-layoutLayout de rádioラジオのレイアウトDisposition radioRádió elrendezésOptionsfelderlayoutDisposició de ràdioمخطط الراديوValintapainikeasetteluRadio Layout单选按钮布局Diseño de radioKeuzerondjeslay-out', 'Visa villkoren med radioknappar.Exibir termos como botões de rádio.用語をラジオボタン付きで表示します。Afficher les termes avec les boutons radio.Jelenítse meg a kifejezéseket rádiógombokkal.Begriffe mit Optionsfeldern anzeigen.Mostra els termes amb botons de ràdio.عرض المصطلحات بأزرار اختيار.Näytä termit radiopainikkeina.Display terms with radio buttons.将搜索词显示为单选按钮。Muestra términos con botones de radio.Termen weergeven met checkboxen.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetModifiedPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetModifiedPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"last-modified\"\n >\n \n\n <#if !modifiedFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38824', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'a83f59d2-adaa-98f2-bce9-20cdf9c2abd0', '38826', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.080000', '2020-09-03 01:10:59.080000', '38608', '0', '38701', 'SEARCH-BAR-LEFT-ALIGNED-ICON-FTL', '1.0', 'Layout för vänsterjusterad ikonLayout do Ícone Alinhado à Esquerda左揃えのアイコンレイアウトDisposition icône alignée à gaucheElrendezés balra igazított ikonnalLinks ausgerichtetes SymbollayoutDisposició de la icona alineada a l\'esquerraمخطط رموز تمت محاذاتها لليسارVasemmalle Tasattu Kuvakkeiden AsetteluLeft Aligned Icon Layout左对齐图标布局Diseño de icono alineado a la izquierdaLay-out met pictogram links uitgelijnd', 'Visa sökikonen till vänster.Exibir o ícone de busca à esquerda.検索アイコンを左側に表示します。Afficher l\'icône de recherche sur la gauche.Jelenítse meg a keresés ikonját a bal oldalon.Such-Symbol links anzeigen.Mostra la icona de cerca a l\'esquerra.عرض رمز البحث على اليسار.Näytä hakukuvake vasemmalla.Display the search icon on the left.在左侧显示搜索图标。Muestra el icono de buscar en la parte izquierda.Het zoekpictogram links weergeven.', 'display', null, 'ftl', '<@liferay_aui.fieldset cssClass=\"search-bar\">\n <@liferay_aui.input\n cssClass=\"search-bar-empty-search-input\"\n name=\"emptySearchEnabled\"\n type=\"hidden\"\n value=searchBarPortletDisplayContext.isEmptySearchEnabled()\n />\n\n
\n <#if searchBarPortletDisplayContext.isLetTheUserChooseTheSearchScope()>\n
\n \n
\n\n <@liferay_aui.select\n cssClass=\"search-bar-scope-select\"\n label=\"\"\n name=htmlUtil.escape(searchBarPortletDisplayContext.getScopeParameterName())\n title=\"scope\"\n useNamespace=false\n wrapperCssClass=\"input-group-item input-group-item-shrink input-group-prepend search-bar-search-select-wrapper\"\n >\n <@liferay_aui.option\n label=\"this-site\"\n selected=searchBarPortletDisplayContext.isSelectedCurrentSiteSearchScope()\n value=searchBarPortletDisplayContext.getCurrentSiteSearchScopeParameterString()\n />\n\n <#if searchBarPortletDisplayContext.isAvailableEverythingSearchScope()>\n <@liferay_aui.option\n label=\"everything\"\n selected=searchBarPortletDisplayContext.isSelectedEverythingSearchScope()\n value=searchBarPortletDisplayContext.getEverythingSearchScopeParameterString()\n />\n \n \n\n <#assign data = {\n \"test-id\": \"searchInput\"\n } />\n\n <@liferay_aui.input\n autoFocus=true\n cssClass=\"search-bar-keywords-input\"\n data=data\n label=\"\"\n name=htmlUtil.escape(searchBarPortletDisplayContext.getKeywordsParameterName())\n placeholder=searchBarPortletDisplayContext.getInputPlaceholder()\n title=languageUtil.get(locale, \"search\")\n type=\"text\"\n useNamespace=false\n value=htmlUtil.escape(searchBarPortletDisplayContext.getKeywords())\n wrapperCssClass=\"input-group-item input-group-append search-bar-keywords-input-wrapper\"\n />\n <#else>\n
\n \n\n
\n \n
\n\n <@liferay_aui.input\n name=htmlUtil.escape(searchBarPortletDisplayContext.getScopeParameterName())\n type=\"hidden\"\n value=searchBarPortletDisplayContext.getScopeParameterValue()\n />\n
\n \n
\n', '0', '0', '38827', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'c4a6712a-14fd-731b-74a4-4187ecf0c3ef', '38829', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.098000', '2020-09-03 01:10:59.098000', '38609', '0', '38701', 'SEARCH-RESULTS-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa bara resultat med titel.Exibir resultados com apenas seus títulos.結果についてタイトルのみを表示します。Afficher les résultats avec seulement leur intitulé.Az eredményeket csak a címükkel jelenítse meg.Ergebnisse nur mit ihrem Titel anzeigen.Mostra els resultats només amb el títol.عرض النتائج باستخدام عنوانها فقط.Näytä tulokset vain otsikoinaan.Display results with only their title.显示结果及其标题。Muestra resultados solo con el título.Resultaten weergeven met enkel hun titel.', 'display', null, 'ftl', '
\n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
\n\n
\n \n
', '0', '0', '38830', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'bce062a2-6edf-2a77-2bb6-e4856929be87', '38832', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.109000', '2020-09-03 01:10:59.109000', '38609', '0', '38701', 'SEARCH-RESULTS-LIST-FTL', '1.0', 'ListlayoutLayout da ListaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط قائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out', 'Visa resultat med titel, skaparens användarnamn, tillgångstyp och skapandedatum.Exibir resultados com seus títulos, nome de usuário do criador, tipo de conteúdo e data de criação.結果とそのタイトル、作成者のユーザー名、アセットタイプ、作成日を表示します。Afficher les résultats avec leur intitulé, le nom d\'utilisateur du créateur, le type d\'actif et la date de création.A találatokat jelenítse meg címmel, a készítő felhasználónevével, tartalomtípussal és leírással.Ergebnisse mit deren Titel, Benutzername des Erstellers, Assettyp und Erstellungsdatum anzeigen.Mostra els resultats amb el títol, el nom d\'usuari del creador, el tipus de contingut i la data de creació.عرض النتائج من خلال عناوينها، واسم المستخدم المنشئ ونوع الأصل وتاريخ الإنشاء.Näytä tulokset otsikoineen, luojan käyttäjänimineen, sisältötyyppeineen ja luontipäivineen.Display results with their title, creator\'s user name, asset type, and creation date.显示结果及其标题、创建者用户名、资源类型和创建日期。Muestra resultados con el título, el nombre de usuario del autor, el tipo de activo y la fecha de creación.Resultaten weergeven met hun titel, de gebruikersnaam van de maker, het assettype en de aanmaakdatum.', 'display', null, 'ftl', '
\n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
\n\n
\n \n
\n\n<@liferay_aui.script use=\"aui-base\">\n A.one(\'#search-results-display-list\').delegate(\n \'click\',\n function(event) {\n var currentTarget = event.currentTarget;\n\n currentTarget.siblings(\'.search-results-list\').toggleClass(\'hide\');\n },\n \'.expand-details\'\n );\n', '0', '0', '38833', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'e6ee78fd-f70b-4246-6b88-1b1303aa7c5e', '38835', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.122000', '2020-09-03 01:10:59.122000', '38609', '0', '38701', 'SEARCH-RESULTS-CARD-FTL', '1.0', 'KortlayoutLayout do CartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out', 'Visa resultat som ett rutnät med kort.Exibir resultados com uma série de cartões.結果をグリッド状に配置したカードで表示します。Afficher les résultats sous la forme de grille de cartes.Az eredményeket jelenítse meg kártyarácsként.Ergebnisse als Kartengitter anzeigen.Mostra els resultats com una sèrie de cartes.عرض النتائج من خلال شبكة من البطاقات.Näytä tulokset korttien ruudukkona.Display results with a grid of cards.显示结果与卡片网格。Muestra resultados con una cuadrícula de tarjetas.Resultaten weergeven als een kaartenrooster.', 'display', null, 'ftl', '
\n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
\n\n
\n \n
', '0', '0', '38836', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '99282f81-761c-e315-e893-171cc6434b68', '38838', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.140000', '2020-09-03 01:10:59.140000', '38610', '0', '38701', 'SITE-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetScopePanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetScopePanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"site\"\n >\n \n\n <#if !scopeSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38839', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '542b26e0-5509-53e6-5739-961552c02a5b', '38841', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.150000', '2020-09-03 01:10:59.150000', '38610', '0', '38701', 'SITE-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetScopePanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetScopePanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"site\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n ${htmlUtil.escape(entry.getDescriptiveName())}\n\n <#if entry.isShowCount()>\n (${entry.getCount()})\n \n \n \n
\n \n\n <#if !scopeSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38842', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '2e5d0049-72e8-82ec-1b41-9029ca8ebbbd', '38844', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.165000', '2020-09-03 01:10:59.165000', '38611', '0', '38701', 'SORT-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa etiketten infogad i listrutan.Exibe o rótulo embutido com o menu suspenso.ラベルとドロップダウンと一緒にインラインで表示します。Afficher le libellé intégré avec le menu déroulant.Jelenítse meg a címet a sorban legördülő elemként.Label eingebettet in das Dropdown anzeigen.Mostra l\'etiqueta integrada al menú desplegable.عرض التسمية مدمجة مع القائمة المنسدلة.Näytä otsikko inline pudotusvalikon kanssa.Display the label inline with the dropdown.显示与下拉列表内联的标签。Muestra la etiqueta en línea con el menú desplegable.Het label gealigneerd met het rolmenu weergeven.', 'display', null, 'ftl', '
\n
\n \n
\n\n
\n <@liferay_aui.select\n cssClass=\"sort-term\"\n label=\"\"\n name=\"sortSelection\"\n >\n <#if entries?has_content>\n <#list entries as entry>\n <@liferay_aui.option\n label=\"${entry.getLanguageLabel()}\"\n selected=entry.isSelected()\n value=\"${entry.getField()}\"\n />\n \n \n \n
\n
', '0', '0', '38845', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'e1a3bab6-8019-4387-ee6d-a850ddbae6f3', '38847', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.180000', '2020-09-03 01:10:59.180000', '38612', '0', '38701', 'TAG-FACET-CLOUD-FTL', '1.0', 'Cloud-layoutLayout de nuvemクラウドのレイアウトDisposition du cloudFelhő elrendezésCloudlayoutDisposició del núvolمخطط السحابةPilviasetteluCloud Layout云布局Diseño de nubeCloudlay-out', 'Visa villkoren som en infogad lista med länkar med olika storlekar baserat på frekvens.Exibir termos como uma lista embutida de links com tamanhos variados baseados pela frequência.用語を頻度に応じてサイズが変わるインライン形式のリンクリストとして表示します。Afficher les termes sous la forme d\'une liste intégrée de liens dont les tailles varient en fonction des fréquences.Jelenítse meg a kifejezéseket hivatkozások sorközi listájaként a gyakoriságtól függően változó méretben.Begriffe als eingebettete Linkliste mit unterschiedlichen Größen auf Basis der Häufigkeit anzeigen.Mostra els termes com una llista integrada d\'enllaços amb diverses mides basats en la freqüència.عرض المصطلحات كقائمة مدمجة من الروابط بأحجام مختلفة تبعًا للتردد.Näytä termit inline-luettelona koko vaihdellen esiintymistaajuuden mukaan.Display terms as an inline list of links with varying sizes based on frequency.将搜索词显示为大小随频率变化的内联链接列表。Muestra términos como una lista de enlaces en línea con distintos tamaños basados en la frecuencia.Termen weergeven als een gealigneerde lijst met links van verschillende lengte op basis van frequentie.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38848', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '816015a6-8626-7ded-d955-b12d150cb327', '38850', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.193000', '2020-09-03 01:10:59.193000', '38612', '0', '38701', 'TAG-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38851', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '493b5a46-a170-6a65-c4ef-d0c794f702e1', '38853', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.205000', '2020-09-03 01:10:59.205000', '38612', '0', '38701', 'TAG-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
\n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38854', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '38a7153e-9427-559b-3025-9189ad246c67', '38856', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.219000', '2020-09-03 01:10:59.219000', '38613', '0', '38701', 'TYPE-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetEntriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetEntriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"type\"\n >\n \n\n <#if !assetEntriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38857', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'bfb9ec99-a823-dec8-fa7c-8116f3c2206d', '38859', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.231000', '2020-09-03 01:10:59.231000', '38613', '0', '38701', 'TYPE-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetEntriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetEntriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"type\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getTypeName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
\n \n\n <#if !assetEntriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38860', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'd02aaf02-7511-aa26-11bf-87eaae6943a0', '38862', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.253000', '2020-09-03 01:10:59.253000', '38614', '0', '38701', 'USER-FACET-COMPACT-FTL', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetUserPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetUserPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"user\"\n >\n \n\n <#if !userSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38864', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'eaae3f60-f3fe-797d-8145-0198f1e9c869', '38901', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.272000', '2020-09-03 01:10:59.272000', '38614', '0', '38701', 'USER-FACET-LABEL-FTL', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'display', null, 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetUserPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetUserPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"user\"\n >\n <#if entries?has_content>\n
\n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getUserName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
\n \n\n <#if !userSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '0', '38902', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '4d1e0ec3-d155-1828-2602-47165f8bf447', '38904', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.295000', '2020-09-03 01:10:59.295000', '38615', '0', '38701', 'LIST-MENU-FTL', '1.0', 'ListmenyMenu de listaリスト メニューMenu de ListeLista menüListenmenüMenú de llistaقائمة القوائمLuettelovalikkoList Menu列表菜单Menú de listaLijstmenu', 'Visar en navigeringsmeny med en lista.Exibe um menu de navegação com uma lista.ナビゲーションメニューをリストで表示しますAffiche un menu de navigation avec une liste.Megjelenít egy navigációs menüt egy listával.Zeigt ein Navigationsmenü mit einer Liste.Mostra un menú de navegació amb una llista.يعرض قائمة تنقل تحتوي على قائمة.Näyttää navigointivalikon luettelolla.Displays a navigation menu with a list.显示带有列表的导航菜单。Muestra un menú de navegación con una lista.Geeft een navigatiemenu weer met een lijst.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n
\" class=\"list-menu\">\n <@buildNavigation\n branchNavItems=branchNavItems\n cssClass=\"layouts\"\n displayDepth=displayDepth\n includeAllChildNavItems=true\n navItemLevel=1\n navItems=entries\n />\n
\n', '0', '0', '38905', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '7e3f70b6-7650-9b0e-1676-e8de7617f8a7', '38907', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.313000', '2020-09-03 01:10:59.313000', '38615', '0', '38701', 'NAV-PILLS-FTL', '1.0', 'Piller horisontelltPills Horizontal水平方向のピル形式Pilules horizontalesVízszintes tablettákPills horizontalCàpsules horitzontalsأزرار أفقيةPills VaakasuuntaPills HorizontalPills HorizontalGlobos horizontalesHorizontale pillen', 'Visar en navigeringsmeny med navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação exibidos como pills.ピル形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل أزرار.Näyttää navigointivalikon navigointikohteet pillereinä.Displays a navigation menu with navigation items shown as pills.显示导航菜单,其中导航项显示为药丸。Muestra un menú de navegación con elementos de navegación que se muestran como globos.Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38908', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'e96583a2-de6a-d86e-7966-e5d616d99c2f', '38910', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.326000', '2020-09-03 01:10:59.326000', '38615', '0', '38701', 'NAV-PILLS-JUSTIFIED-FTL', '1.0', 'Piller justeratPills justificados等幅ピル形式Pilules justifiéesSorkizárt tablettákPills justiertCàpsules justificadesأزرار معدلةPills TasattuPills Justified两端对齐药丸Globos justificadosUitgevulde pillen', 'Visar en navigeringsmeny med justerade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação justificados exibidos como pills.等幅のピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل أزرار.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Displays a navigation menu with justified navigation items shown as pills.显示导航菜单,其中两端对齐的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38911', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '54edb931-9c42-85a2-493f-6a4e89adf6e4', '38913', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.338000', '2020-09-03 01:10:59.338000', '38615', '0', '38701', 'NAV-PILLS-STACKED-FTL', '1.0', 'Piller staplatPills empilhados縦積みピル形式Pilules empiléesFeltornyozott tablettákPills gestapeltCàpsules apiladesأزرار مكدسةPills PinottuPills Stacked堆叠药丸Globos apiladosGestapelde pillen', 'Visar en navigeringsmeny med staplade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação empilhados exibidos como pills.縦方向に並べたピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل مكدسة يتم عرضها في شكل أزرار.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Displays a navigation menu with stacked navigation items shown as pills.显示导航菜单,其中堆叠的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38914', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'd7dfeb67-3b1f-90d7-6fa2-0db621f4fc72', '38916', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.360000', '2020-09-03 01:10:59.360000', '38615', '0', '38701', 'NAV-TABS-FTL', '1.0', 'FlikarGuiasタブOngletsLapokReiterPestanyesعلامات تبويبVälilehdetTabs选项卡PestañasTabbladen', 'Visar en navigeringsmeny med navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação exibidos como abas.タブ形式で並べたナビゲーションを表示しますAffiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet välilehtinä.Displays a navigation menu with navigation items shown as tabs.显示导航菜单,其中导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38917', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'a02a08cb-f2fc-6698-2199-31c92e38bfc3', '38919', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.371000', '2020-09-03 01:10:59.371000', '38615', '0', '38701', 'NAV-TABS-JUSTIFIED-FTL', '1.0', 'Flikar justeratGuias justificadas等幅ピル形式Onglets justifiésSorkizárt lapokReiter justiertPestanyes justificadesعلامات تبويب معدلةVälilehdet TasattuTabs Justified选项卡两端对齐Pestañas justificadasUitgevulde tabbladen', 'Visar en navigeringsmeny med justerade navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação justificados exibidos como guias.等幅タブ形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Displays a navigation menu with justified navigation items shown as tabs.显示导航菜单,其中两端对齐的导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38920', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '011bf675-a9b9-fb23-04d4-cde2eeb34258', '38922', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.387000', '2020-09-03 01:10:59.387000', '38615', '0', '38701', 'NAVBAR-BLANK-FTL', '1.0', 'Fält i minimal stilBarra minimamente estilizada最小バー形式Barre minimalisteMinimális stílusú oszlopMinimalistische LeisteBarra amb estil mínimشريط محدود النمطPalkki minimityylilläBar minimally styled导航栏最小化样式Barra con estilo mínimoMinimalistische balk', 'Visar en navigeringsmeny med ett navigeringsfält i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente estilizada.最小スタイルでナビゲーションメニューを表示しますAffiche un menu de navigation avec une barre de navigation minimaliste.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.يعرض قائمة تنقل بشريط تنقل محدود النمط.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally styled navigation bar.显示带有最小化样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo mínimo.Geeft een navigatiemenu weer met een minimalistische navigatiebalk.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38923', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '2ca4983a-931e-a5a6-84c6-197253d5be94', '38925', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.397000', '2020-09-03 01:10:59.397000', '38615', '0', '38701', 'NAVBAR-BLANK-JUSTIFIED-FTL', '1.0', 'Fält i minimalt justerad stilBarra minimamente justificada estilizada最小等幅バー形式Barre minimaliste et justifiéeMinimálisan sorkizárt stílusú oszlopMinimalistische justierte LeisteBarra amb justificació i estil mínimsشريط معدل محدود النمطPalkki minimitasaustyylilläBar minimally justified styled导航栏最小化两端对齐样式Barra con estilo justificado mínimoUitgevulde minimalistische balk', 'Visar en navigeringsmeny med ett navigeringsfält justerat i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.最小スタイルの等幅形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.يعرض قائمة تنقل بشريط تنقل معدل محدود النمط.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally justified styled navigation bar.显示带有最小化两端对齐样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38926', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '5c48cdb2-c4f9-954f-fc8b-96547618ac7c', '38928', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.413000', '2020-09-03 01:10:59.413000', '38615', '0', '38701', 'NAVBAR-DEFAULT-FTL', '1.0', 'Fält i standardstilBarra estilizada padrão規定スタイルのバーBarre par défautAlapértelmezett stílusú oszlopStandard-LeisteBarra amb estil per defecteشريط افتراضي النمطPalkki oletustyylilläBar default styled导航栏默认样式Barra con estilo predeterminadoStandaardbalk', 'Visar en navigeringsmeny med ett navigeringsfält med standardstil.Exibe um menu de navegação com uma barra de navegação padrão estilizada.デフォルト形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation par défaut.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.يعرض قائمة تنقل بشريط تنقل بنمط افتراضي.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Displays a navigation menu with a default styled navigation bar.显示带有默认样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.Geeft een navigatiemenu weer met een standaard navigatiebalk.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
\n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
\n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
\n \n
\n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38929', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'e33c3188-19b5-8964-c76f-89f3e165d530', '38931', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.425000', '2020-09-03 01:10:59.425000', '38615', '0', '38701', 'NAVIGATION-MACRO-FTL', '1.0', 'Navigering i vanliga makronMacros de navegação comunsナビゲーションの一般的なマクロMacros de navigation ordinairesNavigáció közös makróiNavigation häufige MakrosMacros comunes de navegacióوحدات الماكرو الشائعة للتنقلNavigoinnin yleiset makrotNavigation common macros导航常用宏Macros comunes de navegaciónAlgemene navigatiemacro\'s', 'Innehåller vanliga makron för navigeringsmenymallar.Contém macros comuns para o modelo do menu de navegação.ナビゲーションメニューテンプレート用のマクロを含みますContient les macros ordinaires pour les modèles de menu de navigation.A navigációs menü sablonok közös makróit tartalmazza.Enthält häufige Makros für Navigationsmenüvorlagen.Conté macros comunes per a les plantilles del menú de navegació.يحتوي على وحدات ماكرو شائعة لقوالب قائمة التنقل.Sisältää yleiset navigointivalikkomallien makrot.Contains common macros for navigation menu templates.包含导航菜单模板的常用宏。Contiene macros comunes para plantillas del menú de navegación.Bevat algemene macro\'s voor navigatiemenusjablonen.', 'macro', null, 'ftl', '<#macro buildChildrenNavItems\n displayDepth\n navItem\n navItemLevel = 2\n>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n />\n\n <#list navItem.getBrowsableChildren() as childNavigationItem>\n <#assign\n nav_child_css_class = \"\"\n />\n\n <#if childNavigationItem.isChildSelected() || childNavigationItem.isSelected()>\n <#assign\n nav_child_css_class = \"active selected\"\n />\n \n\n
  • \n ${childNavigationItem.getName()}\n
  • \n\n <#if childNavigationItem.hasBrowsableChildren() && ((displayDepth == 0) || (navItemLevel < displayDepth))>\n \n \n \n\n\n<#macro buildNavigation\n branchNavItems\n cssClass\n displayDepth\n includeAllChildNavItems\n navItemLevel\n navItems\n>\n <#if navItems?has_content && ((displayDepth == 0) || (navItemLevel <= displayDepth))>\n \n \n', '0', '0', '38932', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '0c4a4146-1a76-10a9-c98f-03e7b1107130', '38934', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.440000', '2020-09-03 01:10:59.440000', '38615', '0', '38701', 'SPLIT-BUTTON-DROPDOWNS-FTL', '1.0', 'Nedrullningsbara listor med delningsknapparDividir menus suspensos de botãoスプリットボタンのドロップダウンPartager les boutons du menu déroulantOsztott gomb legördülő elemeiDropdown mit geteilten SchaltflächenDesplegables de botó de divisióتقسيم القوائم المنسدلة للأزرارJakopainikkeen PudotusvalikotSplit Button Dropdowns拆分按钮下拉菜单Desplegables de botón de expansiónRolmenu met uitgesplitste knoppen', 'Visar en nedrullningsbar navigeringsmeny med rotmenyobjekt som visas som knappar.Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.يعرض قائمة تنقل منسدلة تحتوي على عناصر قائمة جذر تظهر كأزرار.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Displays a dropdown navigation menu with root menu items shown as buttons.显示下拉式导航菜单,其中根菜单项显示为按钮。Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.', 'display', null, 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '0', '38935', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '2038fe74-dc46-231b-ed5f-be2facafbf3b', '38937', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.457000', '2020-09-03 01:10:59.457000', '38616', '0', '38701', 'BREADCRUMB-ARROWS-FTL', '1.0', 'PilarSetas矢印FlèchesNyilakPfeileFletxesالأسهمNuoletArrows箭头FlechasPijlen', 'Visar en länkstig där varje navigeringselement representeras av en pil med titel och länk.Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Affiche un fil d\'Ariane dans lequel chaque élément de navigation est représenté par une flèche avec son propre titre et son propre lien.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.يعرض مسار تنقل تفصيلي يتم فيه تمثيل كل عنصر تنقل بواسطة سهم به عنوانه ورابطه.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.', 'display', null, 'ftl', '<#if entries?has_content>\n <@liferay_util[\"html-top\"]>\n \n \n\n
    \n <#assign cssClass = \"\" />\n\n <#list entries as entry>\n <#if entry?is_last>\n <#assign cssClass = \"active\" />\n \n\n
  • aria-current=\"page\">\n <#if entry?has_next>\n \n href=\"${entry.getURL()!\"\"}\"\n \n\n >\n \n\n
    \n ${htmlUtil.escape(entry.getTitle())}\n
    \n\n <#if entry?has_next>\n \n \n
  • \n \n
    \n', '0', '0', '38938', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'b998c85f-d23c-dcf7-c7bf-860adcd523d2', '38941', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.476000', '2020-09-03 01:10:59.476000', '38616', '0', '38701', 'BREADCRUMB-HORIZONTAL-FTL', '1.0', 'HorisontellHorizontal水平方向Horizontal(e)VízszintesHorizontalHoritzontalأفقيVaakasuuntainenHorizontal水平HorizontalHorizontaal', 'Visar en länkstig horisontellt.Exibe um caminho de navegação horizontalmente.パンくずリストをを水平方向に表示しますAffiche un fil d\'Ariane de manière horizontale.Megjelenít egy útkövetőjelet vízszintesen.Zeigt eine Breadcrumbnavigation horizontal an.Mostra una ruta de navegació horitzontalment.يعرض مسار تنقل أفقيًا.Näyttää murupolun vaakasuoraan.Displays a breadcrumb horizontally.水平显示面包屑导航。Muestra una ruta de navegación horizontalmente.Geeft een broodkruimel horizontaal weer.', 'display', null, 'ftl', '<#if entries?has_content>\n
      \n <#list entries as entry>\n
    1. \n <#if entry?has_next>\n \n ${htmlUtil.escape(entry.getTitle())}\n \n <#else>\n ${htmlUtil.escape(entry.getTitle())}\n \n
    2. \n \n
    \n', '0', '0', '39001', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '14bab17a-23d0-7223-40a1-f751f6355590', '39003', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.494000', '2020-09-03 01:10:59.494000', '38616', '0', '38701', 'BREADCRUMB-VERTICAL-FTL', '1.0', 'VertikalVertical垂直方向VerticalFüggőlegesVertikalVerticalرأسيPystysuoraVertical垂直VerticalVerticaal', 'Visar en länkstig vertikalt.Exibe um caminho de navegação verticalmente.パンくずリストをを垂直方向に表示しますAffiche un fil d\'Ariane vertical.Megjelenít egy útkövetőjelet függőlegesen.Zeigt eine Breadcrumbnavigation vertikal an.Mostra una ruta de navegació verticalment.يعرض مسار تنقل رأسيًا.Näyttää murupolun pystysuoraan.Displays a breadcrumb vertically.垂直显示面包屑导航。Muestra una ruta de navegación verticalmente.Geeft een broodkruimel verticaal weer.', 'display', null, 'ftl', '<#if entries?has_content>\n \n', '0', '0', '39004', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '14da97d8-e479-044f-dde5-6b7c4a7212f2', '39006', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.514000', '2020-09-03 01:10:59.514000', '38617', '0', '38701', 'RSS-NAVIGATION-FTL', '1.0', 'NavigeringNavegaçãoナビゲーションNavigationNavigációNavigationNavegacióالملاحةNavigointiNavigation导航NavegaciónNavigatie', 'Visar RSS-flödet som ett navigeringsfält i panelen till vänster. Om du klickar på flödet visas en lista med feedposter i panelen till höger.Exibe os feeds RSS como uma barra de navegação no painel esquerdo. Clicar em um feed exibe uma lista de entradas de feed no painel direito.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されますAffiche les flux RSS en tant que barre de navigation dans le panneau gauche. Cliquer sur un flux affiche une liste d\'entrées de flux sur le panneau droit.Megjeleníti az RSS hírcsatornákat navigációs oszlopként a bal oldalon. Egy hírcsatornára kattintva megjeleníti a hírcsatorna bejegyzések listáját a jobb oldalon.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.Mostra els canals RSS com una barra de navegació en el tauler esquerra. Al fer un clic en un canal es mostraran la llista d\'entrades en el tauler dret.يعرض موجزات RSS كشريط تنقل في اللوحة اليسرى. إذ يؤدي النقر فوق موجز إلى عرض قائمة بإدخالات الموجزات على اللوحة اليمنى.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.Displays the RSS feeds as a navigation bar on the left panel. Clicking on a feed displays a list of feed entries on the right panel.在左侧面板上显示RSS源的导航栏。在右侧面板上点击Feed显示提要条目的列表。Muestra las fuentes RSS como una barra de navegación del panel izquierdo. Al hacer clic en una fuente se muestra una lista de entradas de la fuente en el panel derecho.Geeft de RSS-feeds als een navigatiebalk in het linkerpaneel weer. Als u op een feed klikt wordt een lijst van van feed-entries in het rechterpaneel getoond.', 'display', null, 'ftl', '<#assign rssPortletInstanceConfiguration = rssDisplayContext.getRSSPortletInstanceConfiguration() />\n\n\n\n<#if entries?has_content>\n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n
    \n
    feedsTab\">\n \n\n
    \n <#list entries as curEntry>\n <#assign rssFeedEntries = curEntry.getRSSFeedEntries(themeDisplay) />\n\n <#if rssFeedEntries??>\n
    \n <#list rssFeedEntries as rssFeedEntry>\n <#if (rssFeedEntry_index > entriesPerFeed?number)>\n <#break>\n \n\n <#assign syndEntry = rssFeedEntry.getSyndEntry() />\n\n
    \n
    \n <@liferay_aui[\"a\"] href=\"${htmlUtil.escapeJSLink(rssFeedEntry.getSyndEntryLink())}\">${htmlUtil.escape(syndEntry.getTitle())}\n
    \n\n <#if rssPortletInstanceConfiguration.showFeedTitle() && syndEntry.getAuthor()??>\n \n \n\n <#if syndEntry.getPublishedDate()??>\n
    \n <@liferay_ui[\"icon\"]\n icon=\"calendar\"\n label=true\n markupView=\"lexicon\"\n message=\"${dateUtil.getDate(syndEntry.getPublishedDate(), dateFormat, locale)}\"\n />\n
    \n \n\n ${rssFeedEntry.getSanitizedContent()}\n
    \n \n
    \n \n \n
    \n
    \n
    \n\n <@liferay_aui[\"script\"] use=\"aui-base,aui-tabview\">\n new A.TabView(\n {\n srcNode: \'#<@portlet.namespace />feedsTab\',\n stacked: true,\n type: \'pills\'\n }\n ).render();\n \n', '0', '0', '39007', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'ddac623f-6512-8800-3f85-c7150799eae5', '39009', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.535000', '2020-09-03 01:10:59.535000', '20001', '0', '38701', 'ASSET-CATEGORIES-NAVIGATION-MULTI-COLUMN-LAYOUT-FTL', '1.0', 'Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen', 'Visar en kolumn för varje ordlista. Varje kolumn inkluderar namnet på en ordlista med ordlistans toppnivåkategorier listade under.Exibe uma coluna para cada vocabulário. Cada coluna inclui o nome do vocabulário com as categorias de nível mais alto listadas abaixo dele.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいますAffiche une colonne pour chaque vocabulaire. Chaque colonne inclut le nom d\'un vocabulaire avec les catégories du niveau racine listées en dessous.Megjelenít egy oszlopot minden szótár számára. Minden oszlop tartalmazza a szótár nevét, alatta a szótár felső szintű kategóriáival.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.يعرض عمودًا لكل مفرد. يتضمن كل عمود اسم المفرد مع فئات المستوى الأعلى للمفردات المدرجة تحتها.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Despliega una columna para cada vocabulario. Cada columna incluye el nombre de un vocabulario con las categorías de mayor nivel del vocabulario listadas debajo.Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.', 'display', null, 'ftl', '<#assign hasCategories = false />\n\n<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#assign categories = entry.getCategories() />\n\n <#if categories?has_content>\n <#assign hasCategories = true />\n\n <@liferay_aui.col width=25>\n
    \n

    \n ${entry.getUnambiguousTitle(entries, themeDisplay.getSiteGroupId(), themeDisplay.getLocale())}\n

    \n
    \n\n <@displayCategories categories=categories />\n \n \n \n\n <#if !hasCategories>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n\n
    \n <@liferay_ui.message key=\"there-are-no-categories\" />\n
    \n \n \n\n\n<#macro displayCategories\n categories\n>\n <#if categories?has_content>\n \n \n', '0', '0', '39010', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '795a2a8f-59a6-acdc-5d63-dbb03614cfb4', '39012', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.555000', '2020-09-03 01:10:59.555000', '38618', '0', '38701', 'DOCUMENTLIBRARY-CAROUSEL-FTL', '1.0', 'CarouselCarrosselカルーセルCarrouselKörhintaKarusselCarrusselمكتبةKaruselliCarouselCarouselCarruselCarrousel', 'Visar bilder i carousel-format.Exibe imagens num carrossel.カルーセル内に画像を表示Affiche les images dans un carrousel.Megjeleníti a képeket körhintaszerűen.Darstellung von Bildern in einem Karussell.Mostra imatges en format carrusel.يعرض الصور في مكتبة.Näyttää kuvat karusellissa.Displays images in a carousel.把图片显示在转盘中。Muestra imágenes en un carrusel.Geeft afbeeldingen weer in een carrousel.', 'display', null, 'ftl', '<#if entries?has_content>\n \n\n
    carousel\">\n <#assign imageMimeTypes = propsUtil.getArray(\"dl.file.entry.preview.image.mime.types\") />\n\n <#list entries as entry>\n <#if imageMimeTypes?seq_contains(entry.getMimeType())>\n
    \n \n
    \n \n \n
    \n\n <@liferay_aui.script use=\"aui-carousel\">\n var carousel = new A.Carousel(\n {\n after: {\n responsive: function(event) {\n event.stopImmediatePropagation();\n\n var boundingBox = event.currentTarget.get(\'boundingBox\');\n\n boundingBox.all(\'.image-viewer-base-image-list, .image-viewer-base-image\').setStyles(\n {\n height: \'auto\',\n maxHeight: event.height,\n maxWidth: event.width,\n width: \'auto\'\n }\n );\n }\n },\n\n contentBox: \'#<@portlet.namespace />carousel\',\n height: 250,\n intervalTime: 2,\n width: 700\n }\n ).render();\n \n', '0', '0', '39013', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'b4c22270-ce6f-6e2a-a361-fcd139682c09', '39015', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.568000', '2020-09-03 01:10:59.568000', '38619', '0', '38701', 'COMMERCE-ADDRESS-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '<#assign count = 0 />\n\n
    \n
    \n <#if entries?has_content>\n <#list entries as curCommerceAddress>\n
    \n <#assign\n editURL = commerceAddressDisplayContext.getEditCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n deleteURL = commerceAddressDisplayContext.getDeleteCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n editButtonValue = languageUtil.get(request, \"edit\")\n\n removeButtonValue = languageUtil.get(request, \"remove\")\n\n commerceCountry = curCommerceAddress.getCommerceCountry()\n />\n\n

    ${curCommerceAddress.getName()}

    \n\n

    ${curCommerceAddress.getStreet1()}

    \n\n

    ${curCommerceAddress.getZip()}, ${curCommerceAddress.getCity()}

    \n\n <#if commerceCountry??>\n

    ${commerceCountry.getName(themeDisplay.getLanguageId())}

    \n \n\n
    \n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${editURL}\"\n name=\"editAddressButton\"\n value=\"${editButtonValue}\"\n />\n\n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${deleteURL}\"\n name=\"removeAddressButton\"\n value=\"${removeButtonValue}\"\n />\n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n \n
    \n\n
    \n <#assign addButtonValue = languageUtil.get(request, \"add-address\") />\n\n <@liferay_aui.button\n cssClass=\"btn-lg btn-primary\"\n href=\"${commerceAddressDisplayContext.getAddCommerceAddressURL()}\"\n name=\"addAddressButton\"\n value=\"${addButtonValue}\"\n />\n
    \n
    ', '0', '0', '39016', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '72051017-8b8c-7a1b-25f1-569ecb2a92eb', '39018', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.591000', '2020-09-03 01:10:59.591000', '20005', '0', '38701', 'ASSET-TAGS-NAVIGATION-COLOR-BY-POPULARITY-FTL', '1.0', 'Färga efter popularitetColorir por Popularidade頻出度により色分けするCouleur par popularitéSzín népszerűség alapjánNach Popularität färbenColor per popularitatالألوان حسب الأولويةVäri suosion mukaanColor by Popularity受欢迎的颜色Color por popularidadKleur op populariteit', 'Visar tillgångstaggar färgade efter popularitet: röd (hög), gul (medelhög) och grön (låg).Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Megjeleníti a tartalom címkéket népszerűség szerint színezve: vörös (magas), sárga (közepes), és zöld (alacsony).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).يعرض علامات الأصول الملونة حسب الأولوية: الأحمر (مرتفع) والأصفر (متوسط) والأخضر (منخفض).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).', 'display', null, 'ftl', '<#if entries?has_content>\n \n\n
    \n', '0', '0', '39019', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'cb79ea88-4651-d537-a17d-6b176360c064', '39021', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.659000', '2020-09-03 01:10:59.659000', '38621', '0', '38701', 'SIMILAR-RESULTS-COMPACT-FTL', '1.0', 'Kompakt layoutLayout compactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa bara titeln med liknande resultat.Exibir apenas o título de resultados similares.同様の結果についてタイトルのみを表示します。Afficher seulement l\'intitulé des résultats similaires.A hasonló találatoknak csak a címét jelenítse meg.Nur den Titel ähnlicher Ergebnisse anzeigen.Mostra només el títol dels resultats similars.عرض فقط عنوان النتائج المتماثلة.Näytä samanlaisista tuloksista vain otsikko.Display only the title of similar results.仅显示相似结果的标题。Muestra solo el título de resultados similares.Alleen de titel van soortgelijke resultaten weergeven.', 'display', null, 'ftl', '
    \n \n
    ', '0', '0', '39022', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '6d9a74e9-bc1d-2514-a788-e9b311434ecf', '39024', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.674000', '2020-09-03 01:10:59.674000', '38621', '0', '38701', 'SIMILAR-RESULTS-LIST-FTL', '1.0', 'ListlayoutLayout da listaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط القائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out', 'Visa titeln, skaparens användarnamn, skapandedatum, tillgångstyp och beskrivning.Exibir o título, nome de usuário do criador, data de criação, tipo de conteúdo e descrição.タイトル、作成者のユーザー名、作成日、アセットタイプ、説明を表示します。Afficher l\'intitulé, le nom d\'utilisateur du créateur, la date de création, le type d\'actif et la description.Jelenítse meg a címet, a készítő felhasználónevét, a létrehozás dátumát, a tartalomtípust és a leírást.Titel, Benutzername des Erstellers, Erstellungsdatum. Assettyp und Beschreibung anzeigen.Mostra el títol, el nom d\'usuari del creador, la data de creació, el tipus de contingut i la descripció.عرض العنوان واسم المستخدم المنشئ وتاريخ الإنشاء ونوع الأصل والوصف.Näytä otsikko, luojan käyttjänimi, luontipäivä, sisällön tyyppi ja kuvaus.Display the title, creator\'s user name, creation date, asset type, and description.显示标题、创建者的用户名、创建日期、资源类型和描述。Muestra el título, el nombre de usuario del autor, la fecha de creación, el tipo de activo y la descripción.De titel, de gebruikersnaam van de maker, de aanmaakdatum, het assettype en de beschrijving weergeven.', 'display', null, 'ftl', '
    \n \n
    ', '0', '0', '39025', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'de1074f1-f589-a127-ca0c-74dfcf5b24af', '39027', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.687000', '2020-09-03 01:10:59.687000', '38621', '0', '38701', 'SIMILAR-RESULTS-CARD-FTL', '1.0', 'KortlayoutLayout do cartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out', 'Visa liknande resultat som ett rutnät med kort.Exibir resultados similares como uma série de cartões.同様の結果をグリッド状に配置したカードで表示します。Afficher les résultats similaires sous la forme de grille de cartes.A hasonló eredményeket jelenítse meg kártyarácsként.Ähnliche Ergebnisse als Kartengitter anzeigen.Mostra els resultats similars com una sèrie de cartes.عرض النتائج المتماثلة كشبكة من البطاقات.Näytä samanlaiset tulokset korttien ruudukkona.Display similar results as a grid of cards.将相似结果显示为卡片网格。Muestra resultados similares como una cuadrícula de tarjetas.Soortgelijke resultaten weergeven als een kaartenrooster.', 'display', null, 'ftl', '
    \n \n
    ', '0', '0', '39028', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '0cb8e481-eebd-06c2-63ff-b6c61701894d', '39030', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.701000', '2020-09-03 01:10:59.701000', '38622', '0', '38701', 'LANGUAGE-ICON-FTL', '1.0', 'IkonÍconeアイコンIcôneIkonSymbolIconaأيقونةKuvakeIcon图标IconoPictogram', 'Visar ikonen på flaggan som är associerad med varje språk.Exibe o ícone do marcador associado com cada idioma.各言語に関連付けられたフラグのアイコンを表示しますAffiche l\'icône de chaque option associé à chaque langue.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.Zeigt das Symbol der Flagge für jede Sprache an.Mostra la icona de la bandera associada a cada idioma.يعرض أيقونة العلم المرتبط بكل لغة.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Displays the icon of the flag associated with each language.显示与每种语言关联的国旗的图标。Muestra el icono de la bandera asociada con cada idioma.Geeft het pictogram weer van de vlag die bij elke taal hoort.', 'display', null, 'ftl', '<#if entries?has_content>\n <#list entries as entry>\n <#if entry.isSelected()>\n <#assign cssClass = \"current-language\" />\n \n\n <#if !entry.isDisabled()>\n <@liferay_aui[\"icon\"]\n cssClass=cssClass\n image=entry.getW3cLanguageId()?lower_case\n markupView=\"lexicon\"\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n', '0', '0', '39031', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'fbd057d1-33e6-6494-4fa1-cf6aadb0b3da', '39033', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.713000', '2020-09-03 01:10:59.713000', '38622', '0', '38701', 'LANGUAGE-ICON-MENU-FTL', '1.0', 'IkonmenyMenu de íconesアイコン メニューMenu d\'icônesIkon menüSymbolmenüMenú d\'iconesقائمة أيقوناتKuvakevalikkoIcon Menu图标菜单Menú de iconoPictogrammenu', 'Visar en ikonmeny med de valda språken.Exibe um menu de ícone com os idiomas selecionados.選択した言語のアイコンメニューを表示します。Affiche un menu d\'icônes avec les langues sélectionnées.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.Mostra una icona de menú amb els idiomes seleccionats.يعرض قائمة الأيقونات باللغات المحددة.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Displays an icon menu with the selected languages.显示带有选定语言的图标菜单。Muestra un menú de icono con los idiomas seleccionados.Geeft een pictogrammenu weer met de geselecteerde talen.', 'display', null, 'ftl', '<#if entries?has_content>\n <#assign normalizedDefaultLanguageId = stringUtil.replace(languageId, \"_\", \"-\") />\n\n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=stringUtil.toLowerCase(normalizedDefaultLanguageId)\n markupView=\"lexicon\"\n showWhenSingleIcon=true\n triggerLabel=normalizedDefaultLanguageId\n triggerType=\"button\"\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <#assign\n entryLocale = entry.getLocale()\n displayName = stringUtil.toLowerCase(entryLocale.getDisplayLanguage(entryLocale)) + \"-\" + entryLocale.getDisplayCountry(entryLocale)\n normalizedDefaultLanguageId = stringUtil.toLowerCase(stringUtil.replace(entry.getLanguageId(), \"_\", \"-\"))\n />\n\n <#if languageUtil.isBetaLocale(entryLocale)>\n <#assign displayName += \" [beta]\" />\n \n\n <@liferay_ui[\"icon\"]\n icon=normalizedDefaultLanguageId\n iconCssClass=\"inline-item inline-item-before\"\n markupView=\"lexicon\"\n message=displayName\n url=entry.getURL()\n />\n \n \n \n
    \n', '0', '0', '39034', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'db88ff5d-b4dd-d880-9b9a-52bf4df1028c', '39036', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.743000', '2020-09-03 01:10:59.743000', '38622', '0', '38701', 'LANGUAGE-LONG-TEXT-FTL', '1.0', 'Lång textTexto Longo長いテキストTexte LongHosszú szövegLanger TextText Llargنص طويلPitkä TekstiLong Text长文本Texto largoLange tekst', 'Visar det fullständiga namnet på varje språk (t.ex. spanska).Exibe o nome completo de cada idioma (por exemplo, Espanhol).各言語 (スペイン語など) を完全な名前で表示しますAffiche le nom complet de chaque langue (e.x. espagnol).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).Mostra el nom sencer de cada idioma (p. ex. espanyol).يعرض الاسم الكامل لكل لغة (على سبيل المثال، باللغة الإسبانية).Näyttää kunkin kielen koko nimen (esim. espanja).Displays the full name of each language (e.g. Spanish).显示每种语言的全名(例如,Spanish)。Muestra el nombre completo de cada idioma (por ejemplo, español).Geeft de volledige naam weer van elke taal (bijv. Spaans).', 'display', null, 'ftl', '\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-long-text\"\n href=entry.getURL()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n />\n \n \n', '0', '0', '39037', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '7c859660-a74c-f9a6-208a-03ff5a39357d', '39039', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.758000', '2020-09-03 01:10:59.758000', '38622', '0', '38701', 'LANGUAGE-SELECT-BOX-FTL', '1.0', 'MarkeringsrutaCaixa de seleçãoセレクトボックスSélectionner la caseJelölje beAuswahlkastenSelecciona la casellaتحديد مربعValintalaatikkoSelect Box选择框Cuadro de selecciónSelectievak', 'Visar en markeringsruta med de valda språken.Exibe uma caixa de seleção com os idiomas selecionados.セレクトボックスで選択された言語を表示します。Affiche une boîte de sélection contenant les langues choisies.Megjelenít egy választómezőt a kiválasztott nyelvekkel.Zeigt einen Auswahlkasten mit den ausgewählten Sprachen an.Mostra una casella amb els idiomes seleccionats.يعرض خانة اختيار باللغات المحددة.Näyttää valittuihin kieliin liittyvän valintalaatikon.Displays a select box with the selected languages.显示带有选定语言的选择框。Muestra una casilla con los idiomas seleccionados.Geeft een selectievak weer met de geselecteerde talen.', 'display', null, 'ftl', '<#if entries?has_content>\n <#assign languageId = localeUtil.toLanguageId(locale) />\n\n \n\n <@liferay_aui[\"form\"]\n action=formAction\n method=\"post\"\n name=\'${namespace + formName}\'\n useNamespace=false\n >\n <@liferay_aui[\"select\"]\n changesContext=true\n id=\'${namespace + formName}\'\n label=\"\"\n name=\'${name}\'\n onChange=\'${namespace + \"changeLanguage();\"}\'\n title=\"language\"\n >\n <#list entries as entry>\n <@liferay_aui[\"option\"]\n cssClass=\"taglib-language-option taglib-language-option-${entry.getW3cLanguageId()}\"\n disabled=entry.isDisabled()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n selected=entry.isSelected()\n value=entry.getLanguageId()\n />\n \n \n \n\n <@liferay_aui[\"script\"]>\n function ${namespace}changeLanguage() {\n submitForm(document.${namespace + formName});\n }\n \n', '0', '0', '39040', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '02e16964-a7c7-e249-9922-f58e5886cf9f', '39042', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.769000', '2020-09-03 01:10:59.769000', '38622', '0', '38701', 'LANGUAGE-SHORT-TEXT-FTL', '1.0', 'Kort textTexto curto短いテキストTexte CourtRövid szövegKurztextText curtنص قصيرLyhyt TekstiShort Text短文本Texto cortoKorte tekst', 'Visar en förkortning av varje språk (t.ex. ES).Exibe uma abreviatura de cada idioma (por exemplo, ES).各言語 (例えば ES) の省略形で表示します。Affiche une abréviation pour chaque langue (par ex. : ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).Mostra una abreviatura de cada idioma (p. ex. ES).يعرض اختصارًا لكل لغة (مثل، ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Displays an abbreviation of each language (e.g. ES).显示每种语言的缩写(例如,ES)。Muestra una abreviatura de cada idioma (por ejemplo, ES).Geeft een afkorting weer van elke taal (bijv. ES).', 'display', null, 'ftl', '\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-short-text\"\n href=entry.getURL()\n label=entry.getShortDisplayName()\n lang=entry.getW3cLanguageId()\n />\n \n \n', '0', '0', '39043', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'dd1a6eca-559e-4121-3568-9988977780d9', '39045', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.783000', '2020-09-03 01:10:59.783000', '38623', '0', '38701', 'COMMERCE-ORDER-ITEM-MINI-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '<#assign count = 0 />\n\n<#if entries?has_content>\n
    \n <#assign\n orderPrice = commerceCartContentMiniDisplayContext.getCommerceOrderPrice()\n\n subTotal = orderPrice.getSubtotal()\n />\n\n
    \n Total: ${subTotal.format(themeDisplay.getLocale())}\n
    \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentMiniDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n />\n\n <#if commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n\n
    \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n
    \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 2>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n', '0', '0', '39046', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '0d986f11-04ed-d991-d924-74d67119a91d', '39048', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.804000', '2020-09-03 01:10:59.804000', '38625', '0', '38701', 'COMMERCE-ORDER-ITEM-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '
    \n \n <#if entries?has_content>\n \n \n \n \n \n \n \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n\n deleteURL = commerceCartContentDisplayContext.getDeleteURL(curCommerceOrderItem)\n />\n\n <#if commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n \n \n \n \n \n \n \n \n \n
    ${languageUtil.get(request, \"product\")}${languageUtil.get(request, \"description\")}${languageUtil.get(request, \"price\")}${languageUtil.get(request, \"quantity\")}
    \n <#if image?has_content>\n \n \n \n \n ${name}\n \n \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n ${curCommerceOrderItem.getQuantity()}\n \n ${languageUtil.get(request, \"delete\")}\n \n
    \n
    ', '0', '0', '39049', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'da785045-6586-4fa0-f53b-472e5dfc80fe', '39051', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.820000', '2020-09-03 01:10:59.820000', '38626', '0', '38701', 'COMMERCE-ORDER-ITEM-TOTAL-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '<#if commerceCartContentTotalDisplayContext.getCommerceOrderPrice()??>\n <#assign\n commerceOrderPrice = commerceCartContentTotalDisplayContext.getCommerceOrderPrice()\n\n commerceOrderTotal = commerceOrderPrice.getTotal()\n />\n\n

    \n <@liferay_ui[\"message\"] key=\"total\" /> ${commerceOrderTotal.format(locale)}\n

    \n', '0', '0', '39052', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '0561b10c-69f9-28bf-c6b8-f6eb25363dde', '39054', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.835000', '2020-09-03 01:10:59.835000', '30802', '0', '38701', 'WIKI-SOCIAL-FTL', '1.0', 'Sociala nätverkSocialソーシャルSocialKözösségiSocialSocialاجتماعيSosiaalinenSocial社交SocialSociaal', 'Visar sociala bokmärken och omdömen för wiki-sidor och deras underordnade sidor.Exibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するAffiche les signets sociaux and les notations pour page wiki et leur pages enfants.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.Mostra adreces d\'interès socials i classificacions per a planes del wiki.يعرض إشارات مرجعية اجتماعية وتقييمات لصفحات ويكي وصفحاتها الفرعية.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Displays social bookmarks and ratings for wiki pages and their child pages.显示社交书签和维基页的评分和它们的子页。Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.', 'display', null, 'ftl', '<#assign\n wikiPageClassName = \"com.liferay.wiki.model.WikiPage\"\n\n assetRenderer = assetEntry.getAssetRenderer()\n/>\n\n
    \n

    ${entry.getTitle()}

    \n
    \n\n
    \n <@getEditIcon />\n\n <@getPageDetailsIcon />\n\n <@getPrintIcon />\n
    \n\n
    \n
    \n ${assetEntry.getViewCount()} <@liferay.language key=\"views\" /> |\n\n <@liferay.language key=\"last-modified\" /> ${dateUtil.getDate(entry.getModifiedDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
    \n\n
    \n <@liferay_social_bookmarks[\"bookmarks\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n displayStyle=\"normal\"\n target=\"_blank\"\n title=entry.getTitle()\n url=viewURL\n />\n\n ${formattedContent}\n
    \n\n
    \n
    \n <@getAddChildPageIcon />\n\n <@getAttatchmentsIcon />\n
    \n
    \n\n
    \n\n <@getRatings\n cssClass=\"page-ratings\"\n entry=entry\n />\n\n <@getRelatedAssets />\n
    \n\n
    \n
    \n <#assign viewCategorizedPagesURL = renderResponse.createRenderURL() />\n\n ${viewCategorizedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_categorized_pages\")}\n ${viewCategorizedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-categories-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewCategorizedPagesURL\n />\n
    \n\n
    \n <#assign viewTaggedPagesURL = renderResponse.createRenderURL() />\n\n ${viewTaggedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_tagged_pages\")}\n ${viewTaggedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-tags-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewTaggedPagesURL\n />\n
    \n
    \n\n<#assign childPages = entry.getChildPages() />\n\n<#if (childPages?has_content)>\n
    \n

    <@liferay.language key=\"children-pages\" />

    \n\n \n \n \n \n \n \n\n <#list childPages as childPage>\n \n <#assign viewPageURL = renderResponse.createRenderURL() />\n\n ${viewPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view\")}\n\n <#assign childNode = childPage.getNode() />\n\n ${viewPageURL.setParameter(\"nodeName\", childNode.getName())}\n ${viewPageURL.setParameter(\"title\", childPage.getTitle())}\n\n \n \n \n \n \n
    \n <@liferay.language key=\"page\" />\n \n <@liferay.language key=\"last-modified\" />\n \n <@liferay.language key=\"ratings\" />\n
    \n ${childPage.getTitle()}\n \n ${dateUtil.getDate(childPage.getModifiedDate(),\"dd MMM yyyy - HH:mm:ss\", locale)} <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(childPage.getUserId(), childPage.getUserName()))}\n \n <@getRatings\n cssClass=\"child-ratings\"\n entry=childPage\n />\n
    \n
    \n\n\n<@getDiscussion />\n\n<#macro getAddChildPageIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign addPageURL = renderResponse.createRenderURL() />\n\n ${addPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${addPageURL.setParameter(\"redirect\", currentURL)}\n ${addPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${addPageURL.setParameter(\"title\", \"\")}\n ${addPageURL.setParameter(\"editTitle\", \"1\")}\n ${addPageURL.setParameter(\"parentTitle\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"plus\"\n label=true\n markupView=\"lexicon\"\n message=\"add-child-page\"\n url=addPageURL?string\n />\n \n\n\n<#macro getAttatchmentsIcon>\n <#assign viewPageAttachmentsURL = renderResponse.createRenderURL() />\n\n ${viewPageAttachmentsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_attachments\") }\n\n <@liferay_ui[\"icon\"]\n icon=\"paperclip\"\n label=true\n markupView=\"lexicon\"\n message=\'${entry.getAttachmentsFileEntriesCount() + languageUtil.get(locale, \"attachments\")}\'\n url=viewPageAttachmentsURL?string\n />\n\n\n<#macro getDiscussion>\n <#if validator.isNotNull(assetRenderer.getDiscussionPath()) && wikiPortletInstanceConfiguration.enableComments()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n ratingsEnabled=wikiPortletInstanceConfiguration.enableCommentRatings()\n redirect=currentURL\n subject=assetRenderer.getTitle(locale)\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPageURL = renderResponse.createRenderURL() />\n\n ${editPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${editPageURL.setParameter(\"redirect\", currentURL)}\n ${editPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${editPageURL.setParameter(\"title\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=entry.getTitle()\n url=editPageURL?string\n />\n \n\n\n<#macro getPageDetailsIcon>\n <#assign viewPageDetailsURL = renderResponse.createRenderURL() />\n\n ${viewPageDetailsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_details\")}\n ${viewPageDetailsURL.setParameter(\"redirect\", currentURL)}\n\n <@liferay_ui[\"icon\"]\n icon=\"document\"\n markupView=\"lexicon\"\n message=\"details\"\n url=viewPageDetailsURL?string\n />\n\n\n<#macro getPrintIcon>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setWindowState(\"pop_up\")}\n\n <#assign\n title = languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", htmlUtil.escape(assetRenderer.getTitle(locale))], false)\n taglibPrintURL = \"javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + title + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=taglibPrintURL\n />\n\n\n<#macro getRatings\n cssClass\n entry\n>\n <#if wikiPortletInstanceConfiguration.enablePageRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if assetEntry?? && wikiPortletInstanceConfiguration.enableRelatedAssets()>\n <@liferay_asset[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n', '0', '0', '39055', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'f70baaef-268a-6f69-964f-1e089fc4da9b', '39101', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.865000', '2020-09-03 01:10:59.865000', '33501', '0', '38701', 'BLOGS-BASIC-FTL', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'display', null, 'ftl', '
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n

    ${stringUtil.shorten(htmlUtil.stripHtml(curBlogEntry.getContent()), 400)}

    \n\n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n displayStyle=\"inline\"\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n \n \n
    ', '0', '0', '39102', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '15ad69e5-6851-d574-8ca0-8fd51790f0b8', '39104', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:10:59.887000', '2020-09-03 01:10:59.887000', '33501', '0', '38701', 'BLOGS-CARD-FTL', '1.0', 'KortCartãoカードCarteKártyaKarteTargetaالبطاقةKorttiCard卡片TarjetaKaart', 'Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.', 'display', null, 'ftl', '
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n <#if curBlogEntry.getCoverImageURL(themeDisplay)??>\n <#assign cardImage = true />\n <#else>\n <#assign cardImage = false />\n \n\n
    \n
    \n <#if cardImage>\n
    \n
    \n \"thumbnail\"\n
    \n
    \n \n\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n size=\"lg\"\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n <#if validator.isNotNull(curBlogEntry.getDescription())>\n <#assign content = curBlogEntry.getDescription() />\n <#else>\n <#assign content = curBlogEntry.getContent() />\n \n\n <#if cardImage>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 150)}

    \n <#else>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 400)}

    \n \n
    \n\n
    \n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n maxInlineItems=0\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n
    \n \n \n
    ', '0', '0', '39105', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'abf64690-5d9b-b204-967f-340d5353020d', '39665', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.478000', '2020-09-03 01:11:02.478000', '20003', '0', '38701', 'ASSET-PUBLISHER-GEOLOCALIZED', '1.0', 'KartorMapaマッピングCarteTérképLandkarteMapaالخريطهKarttaMap映射MapaKaart', 'Visar geolokaliserade tillgångar på en karta.Exibe os conteúdos geolocalizados em um mapa.地図内にジオローカライズされたアセットを表示するAffiche les assets géolocalisés dans un planMegjeleníti a földrajzi tartalmakat egy térképen.Stellt Assets mit geografischen Informationen in einer Karte dar.Mostra contingut geolocalitzat en un mapa.يعرض الأصول الجيوجغرافية في خريطة.Näyttää maantieteelliset sisällöt kartalla.Displays geolocalized assets in a map.显示在地图上定位的资源Muestra activos geolocalizados en un mapa.Toon geolocale content op een kaart.', 'display', null, 'ftl', '<#assign\n defaultLatitude = -3.6833\n defaultLongitude = 40.40\n\n group = themeDisplay.getScopeGroup()\n\n mapsAPIProvider = group.getLiveParentTypeSettingsProperty(\"mapsAPIProvider\")!\"\"\n\n companyPortletPreferences = prefsPropsUtil.getPreferences(companyId)\n/>\n\n<#if validator.isNull(mapsAPIProvider)>\n <#assign mapsAPIProvider = companyPortletPreferences.getValue(\"mapsAPIProvider\", \"Google\") />\n\n\n<#assign featureCollectionJSONObject = jsonFactoryUtil.createJSONObject() />\n\n<@liferay.silently featureCollectionJSONObject.put(\"type\", \"FeatureCollection\") />\n\n<#assign featureJSONArray = jsonFactoryUtil.createJSONArray() />\n\n<#list entries as entry>\n <#assign\n assetRenderer = entry.getAssetRenderer()\n\n ddmFormValuesReader = assetRenderer.getDDMFormValuesReader()\n\n ddmFormFieldValues = ddmFormValuesReader.getDDMFormFieldValues(\"ddm-geolocation\")\n\n coordinatesJSONObjects = []\n />\n\n <#list ddmFormFieldValues as ddmFormFieldValue>\n <#assign\n value = ddmFormFieldValue.getValue()\n\n coordinatesJSONObject = jsonFactoryUtil.createJSONObject(value.getString(locale))\n\n coordinatesJSONObjects = coordinatesJSONObjects + [coordinatesJSONObject]\n />\n \n\n <#list coordinatesJSONObjects as coordinatesJSONObject>\n <#assign featureJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently featureJSONObject.put(\"type\", \"Feature\") />\n\n <#assign geometryJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently geometryJSONObject.put(\"type\", \"Point\") />\n\n <#assign coordinatesJSONArray = [coordinatesJSONObject.getDouble(\"longitude\"), coordinatesJSONObject.getDouble(\"latitude\")] />\n\n <@liferay.silently geometryJSONObject.put(\"coordinates\", coordinatesJSONArray) />\n\n <@liferay.silently featureJSONObject.put(\"geometry\", geometryJSONObject) />\n\n <#assign propertiesJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently propertiesJSONObject.put(\"title\", assetRenderer.getTitle(locale)) />\n\n <#assign entryAbstract>\n <@getAbstract asset=entry />\n \n\n <@liferay.silently propertiesJSONObject.put(\"abstract\", entryAbstract) />\n\n <#if stringUtil.equals(mapsAPIProvider, \"Google\")>\n <#assign\n images = {\n \"com.liferay.document.library.kernel.model.DLFileEntry\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/green-dot.png\",\n \"com.liferay.portlet.dynamicdatalists.model.DDLRecord\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/red-dot.png\",\n \"com.liferay.journal.model.JournalArticle\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/blue-dot.png\",\n \"default\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/yellow-dot.png\"\n }\n />\n\n <#if images?keys?seq_contains(entry.getClassName())>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[entry.getClassName()]) />\n <#else>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[\"default\"]) />\n \n \n\n <@liferay.silently featureJSONObject.put(\"properties\", propertiesJSONObject) />\n\n <@liferay.silently featureJSONArray.put(featureJSONObject) />\n \n\n\n<@liferay.silently featureCollectionJSONObject.put(\"features\", featureJSONArray) />\n\n\n\n<@liferay_map[\"map-display\"]\n name=\'Map\'\n points=\"${featureCollectionJSONObject}\"\n/>\n\n<@liferay_aui.script use=\"liferay-map-base\">\n Liferay.componentReady(\'<@portlet.namespace />Map\').then(\n function(map) {\n map.on(\n \'featureClick\',\n function(event) {\n var feature = event.feature;\n\n map.openDialog(\n {\n content: feature.getProperty(\'abstract\'),\n marker: feature.getMarker(),\n position: feature.getGeometry().get(\'location\')\n }\n );\n }\n );\n }\n );\n\n\n<#macro getAbstract asset>\n
    assetEntryAbstract\">\n <#assign\n showEditURL = paramUtil.getBoolean(renderRequest, \"showEditURL\", true)\n\n assetRenderer = asset.getAssetRenderer()\n />\n\n <#if showEditURL && assetRenderer.hasEditPermission(permissionChecker)>\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=editPortletURL.toString()\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, !stringUtil.equals(assetLinkBehavior, \"showFullContent\")) />\n\n
    \n

    ${assetRenderer.getTitle(locale)}

    \n\n
    \n ${assetRenderer.getSummary(renderRequest, renderResponse)}\n
    \n
    \n\n
    \n ${languageUtil.get(locale, \"read-more\")} »\n
    \n
    \n', '0', '0', '39666', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', '6512ee1e-223a-632e-0ba5-40823c4c345e', '39668', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.501000', '2020-09-03 01:11:02.501000', '20003', '0', '38701', 'ASSET-PUBLISHER-RICH-SUMMARY-FTL', '1.0', 'Utförlig sammanfattningSumário Rico要約(文字数多め)Sommaire enrichiBő összesítőRich-Text-ZusammenfassungResum enriquitملخص غنيMuotoiltu yhteenvetoRich Summary丰富总结Resumen completoRijke samenvatting', 'Visar sammanfattningar, ikoner, liknande tillgångar samt utskrifts- och redigeringsåtgärder för tillgångar. Valfritt inkluderar bokmärken och omdömen för tillgångar.Exibe abstracts, ícones, conteúdos relacionados e ações de imprimir/editar para os conteúdos. Opcionalmente, inclui marcadores e classificações de conteúdos.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できますAffiche les résumés, icons, les assets relatifs, et les actions imprimer/éditer pour les assets. Facultativement inclut les signets et les notations d\'assets.Megjeleníti a kivonatokat, ikonokat, a kapcsolódó tartalmakat, és a nyomtatási/szerkesztési műveleteket a tarlamakhoz. Opcionálisan tartalmazza a tartalom könyvjelzőket és értékeléseket.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.يعرض الملخصات والأيقونات والأصول ذات الصلة وإجراءات الطباعة/التحرير للأصول. ويمكنك بشكل اختياري تضمين الإشارات المرجعية وتقييمات الأصول.Näyttää lyhenteet, kuvakkeet, liittyvät sisällöt ja sisältöjen tulosta/muokkaa toiminnot. Voit ottaa mukaan myös sisältöjen kirjanmerkit ja arvostelut.Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.', 'display', null, 'ftl', '<#if !entries?has_content>\n <#if !themeDisplay.isSignedIn()>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n \n\n
    \n <@liferay_ui[\"message\"] key=\"there-are-no-results\" />\n
    \n\n\n<#list entries as entry>\n <#assign\n entry = entry\n\n assetRenderer = entry.getAssetRenderer()\n\n entryTitle = htmlUtil.escape(assetRenderer.getTitle(locale))\n\n viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, entry, !stringUtil.equals(assetLinkBehavior, \"showFullContent\"))\n />\n\n
    \n
    \n <@getPrintIcon />\n\n <@getFlagsIcon />\n\n <@getEditIcon />\n
    \n\n

    \n \n ${entryTitle}\n \n

    \n\n <@getMetadataField fieldName=\"tags\" />\n\n <@getMetadataField fieldName=\"create-date\" />\n\n <@getMetadataField fieldName=\"view-count\" />\n\n
    \n <@getSocialBookmarks />\n\n
    \n <@getMetadataField fieldName=\"author\" />\n\n ${htmlUtil.escape(assetRenderer.getSummary(renderRequest, renderResponse))}\n\n <@liferay.language key=\"read-more\" /><@liferay.language key=\"about\" />${entryTitle} »\n
    \n\n <@getRatings />\n\n <@getRelatedAssets />\n\n <@getDiscussion />\n
    \n
    \n\n\n<#macro getDiscussion>\n <#if getterUtil.getBoolean(enableComments) && assetRenderer.isCommentable()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formName=\"fm\" + entry.getClassPK()\n ratingsEnabled=getterUtil.getBoolean(enableCommentRatings)\n redirect=currentURL\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())!\"\" />\n\n <#if validator.isNotNull(editPortletURL)>\n <#assign title = languageUtil.format(locale, \"edit-x\", entryTitle, false) />\n\n <@liferay_ui[\"icon\"]\n cssClass=\"icon-monospaced visible-interaction\"\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=title\n url=editPortletURL.toString()\n />\n \n \n\n\n<#macro getFlagsIcon>\n <#if getterUtil.getBoolean(enableFlags)>\n <@liferay_flags[\"flags\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n contentTitle=entry.getTitle(locale)\n label=false\n reportedUserId=entry.getUserId()\n />\n \n\n\n<#macro getMetadataField\n fieldName\n>\n <#if stringUtil.split(metadataFields)?seq_contains(fieldName)>\n \n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n <#if stringUtil.equals(fieldName, \"author\")>\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(assetRenderer.getUserId(), assetRenderer.getUserName()))}\n <#elseif stringUtil.equals(fieldName, \"categories\")>\n <@liferay_asset[\"asset-categories-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"create-date\")>\n ${dateUtil.getDate(entry.getCreateDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"expiration-date\")>\n ${dateUtil.getDate(entry.getExpirationDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"modified-date\")>\n ${dateUtil.getDate(entry.getModifiedDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"priority\")>\n ${entry.getPriority()}\n <#elseif stringUtil.equals(fieldName, \"publish-date\")>\n ${dateUtil.getDate(entry.getPublishDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"tags\")>\n <@liferay_asset[\"asset-tags-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"view-count\")>\n ${entry.getViewCount()} <@liferay.language key=\"views\" />\n \n \n \n\n\n<#macro getPrintIcon>\n <#if getterUtil.getBoolean(enablePrint)>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"mvcPath\", \"/view_content.jsp\")}\n ${printURL.setParameter(\"assetEntryId\", entry.getEntryId()?string)}\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setParameter(\"type\", entry.getAssetRendererFactory().getType())}\n ${printURL.setWindowState(\"pop_up\")}\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=\"javascript:Liferay.Util.openModal({headerHTML: \'\" + languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", entryTitle], false) + \"\', id:\'\" + renderResponse.getNamespace() + \"printAsset\', url: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n \n\n\n<#macro getRatings>\n <#if getterUtil.getBoolean(enableRatings) && assetRenderer.isRatable()>\n
    \n <@liferay_ui[\"ratings\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if getterUtil.getBoolean(enableRelatedAssets)>\n <@liferay_asset[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n types=\"${socialBookmarksTypes}\"\n url=viewURL\n />\n', '0', '0', '39669', null, null); INSERT INTO `ddmtemplate` VALUES ('0', '0', 'aa4d3616-72b3-d44a-22d6-25dceedc238e', '39676', '20123', '20097', '20102', null, '20102', null, '2020-09-03 01:11:02.781000', '2020-09-03 01:11:02.781000', '32301', '39672', '20131', 'BASIC-WEB-CONTENT', '1.0', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', '', 'display', 'create', 'ftl', '${content.getData()}', '1', '0', '39677', null, null); -- ---------------------------- -- Table structure for `ddmtemplatelink` -- ---------------------------- DROP TABLE IF EXISTS `ddmtemplatelink`; CREATE TABLE `ddmtemplatelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `templateLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `templateId` bigint(20) DEFAULT NULL, PRIMARY KEY (`templateLinkId`,`ctCollectionId`), UNIQUE KEY `IX_79ED5CFA` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_E8A223E5` (`ctCollectionId`), KEY `IX_CFC177CE` (`templateId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmtemplatelink -- ---------------------------- INSERT INTO `ddmtemplatelink` VALUES ('0', '1', '40317', '20097', '20131', '40308', '39676'); INSERT INTO `ddmtemplatelink` VALUES ('0', '2', '40335', '20097', '20131', '40330', '39676'); -- ---------------------------- -- Table structure for `ddmtemplateversion` -- ---------------------------- DROP TABLE IF EXISTS `ddmtemplateversion`; CREATE TABLE `ddmtemplateversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `templateVersionId` 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(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `templateId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `language` varchar(75) DEFAULT NULL, `script` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`templateVersionId`,`ctCollectionId`), UNIQUE KEY `IX_64E82786` (`templateId`,`version`,`ctCollectionId`), KEY `IX_6A4E3B55` (`ctCollectionId`), KEY `IX_4E55E73E` (`templateId`,`ctCollectionId`), KEY `IX_1EC6BA24` (`templateId`,`status`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ddmtemplateversion -- ---------------------------- INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38704', '20123', '20097', '20102', null, '2020-09-03 01:10:58.804000', '20029', '0', '38702', '1.0', 'Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen', 'Visar en kolumn för varje sida på den högsta nivån. Varje kolumn inkluderar namnet på varje sida på den högsta nivån samt sidans omedelbara underordnade element listade under den.Exibe uma coluna para cada página de nível superior. Cada coluna inclui o nome de uma página de nível superior com os filhos imediatos da página listados abaixo.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。Affiche une colonne pour chaque page de niveau supérieur. Chaque colonne comprend le nom d\'une page de niveau supérieur avec les enfants immédiats indiqués en-dessous.Megjelenít egy oszlopot minden felső szintű oldalhoz. Mindegyik oszlop tartalmazza a legfelső szintű oldal nevét, alatta az oldal közvetlen utódjával.Zeigt eine Spalte für jede Seite der obersten Ebene. Jede Spalte enthält den Namen einer Seite der obersten Ebene, darunter werden die direkten Unterseiten aufgelistet.Mostra una columna per cada pàgina de nivell superior. A cada columna, s\'hi inclou el nom d\'una pàgina de nivell superior amb el fill immediat de la pàgina en una llista a la part inferior.يعرض عمودًا لكل صفحة مستوى أعلى. يتضمن كل عمود اسم صفحة المستوى العلوي بفروع متوسطة للصفحة مدرجة أسفلها.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.Displays a column for each top level page. Each column includes the name of a top level page with the page\'s immediate children listed underneath.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。Muestra una columna por cada página de nivel superior. En cada columna, se incluye el nombre de una página de nivel superior con el elemento secundario inmediato de la página en una lista de la parte inferior.Geeft een kolom weer voor elke pagina op het hoogste niveau. Elke kolom bevat de naam van een bovenliggende pagina met alle directe onderliggende pagina\'s eronder.', 'ftl', '<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#if (getterUtil.getBoolean(showHiddenPages) || !entry.isHidden()) && layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <@liferay_aui.col width=25>\n
    \n

    \n \n\n <#if layoutType.isBrowsable()>\n href=\"${portalUtil.getLayoutURL(entry, themeDisplay)}\"\n \n\n >${entry.getName(locale)}\n

    \n
    \n\n <@displayPages\n depth=1\n pages=entry.getChildren(permissionChecker)\n />\n \n \n \n \n\n\n<#macro displayPages\n depth\n pages\n>\n <#if pages?has_content && ((depth < displayDepth?number) || (displayDepth?number == 0))>\n \n \n', '0', '20102', null, '2020-09-03 01:10:58.804000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38707', '20123', '20097', '20102', null, '2020-09-03 01:10:58.901000', '38601', '0', '38705', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '<#assign count = 0\n/>\n\n<#if entries?has_content>\n
    \n <#list entries as curCPCatalogEntry>\n <#assign\n image = curCPCatalogEntry.getDefaultImageFileUrl()\n\n friendlyURL = cpContentHelper.getFriendlyURL(curCPCatalogEntry, themeDisplay)\n\n name = curCPCatalogEntry.getName()\n />\n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n<#else>\n
    \n <@liferay_ui[\"message\"] key=\"no-products-were-found\" />\n
    \n', '0', '20102', null, '2020-09-03 01:10:58.901000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38710', '20123', '20097', '20102', null, '2020-09-03 01:10:58.916000', '38602', '0', '38708', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '
    \n <#assign\n image = \'\'\n\n title = \'\'\n\n description = \'\'\n />\n\n <#if cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)??>\n <#assign\n image = cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)\n />\n \n\n <#if assetCategory??>\n <#assign\n title = assetCategory.getTitle(locale)\n\n description = assetCategory.getTitle(locale)\n />\n \n\n
    \n \n
    \n\n
    \n

    ${title}

    \n\n

    ${description}

    \n
    \n
    ', '0', '20102', null, '2020-09-03 01:10:58.916000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38801', '20123', '20097', '20102', null, '2020-09-03 01:10:58.938000', '38603', '0', '38712', '1.0', 'Cloud-layoutLayout de nuvemクラウドのレイアウトDisposition du cloudFelhő elrendezésCloudlayoutDisposició del núvolمخطط السحابةPilviasetteluCloud Layout云布局Diseño de nubeCloudlay-out', 'Visa villkoren som en infogad lista med länkar med olika storlekar baserat på frekvens.Exibir termos como uma lista embutida de links com tamanhos variados baseados pela frequência.用語を頻度に応じてサイズが変わるインライン形式のリンクリストとして表示します。Afficher les termes sous la forme d\'une liste intégrée de liens dont les tailles varient en fonction des fréquences.Jelenítse meg a kifejezéseket hivatkozások sorközi listájaként a gyakoriságtól függően változó méretben.Begriffe als eingebettete Linkliste mit unterschiedlichen Größen auf Basis der Häufigkeit anzeigen.Mostra els termes com una llista integrada d\'enllaços amb diverses mides basats en la freqüència.عرض المصطلحات كقائمة مدمجة من الروابط بأحجام مختلفة تبعًا للتردد.Näytä termit inline-luettelona koko vaihdellen esiintymistaajuuden mukaan.Display terms as an inline list of links with varying sizes based on frequency.将搜索词显示为大小随频率变化的内联链接列表。Muestra términos como una lista de enlaces en línea con distintos tamaños basados en la frecuencia.Termen weergeven als een gealigneerde lijst met links van verschillende lengte op basis van frequentie.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:58.938000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38804', '20123', '20097', '20102', null, '2020-09-03 01:10:58.958000', '38603', '0', '38802', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:58.958000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38807', '20123', '20097', '20102', null, '2020-09-03 01:10:58.973000', '38603', '0', '38805', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetCategoriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetCategoriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"category\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
    \n \n\n <#if !assetCategoriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:58.973000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38810', '20123', '20097', '20102', null, '2020-09-03 01:10:58.996000', '38604', '0', '38808', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${customFacetDisplayContext.getDisplayCaption()}\"\n >\n \n\n <#if !customFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:58.996000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38813', '20123', '20097', '20102', null, '2020-09-03 01:10:59.005000', '38604', '0', '38811', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${customFacetDisplayContext.getDisplayCaption()}\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n ${htmlUtil.escape(entry.getFieldName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n
    \n \n\n <#if !customFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.005000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38816', '20123', '20097', '20102', null, '2020-09-03 01:10:59.019000', '38605', '0', '38814', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa inmatningsfältet infogad med knappen Skicka.Exibir o campo de entrada embutido com o botão de envio.入力フィールドを送信ボタンと一緒にインラインで表示します。Afficher le champ de saisie intégré avec le bouton envoyer.Jelenítse meg a bemeneti mezőt a beküldés gombja mellett.Eingabefeld eingebettet in die Schaltfläche \"Absenden\" anzeigen.Mostra el camp d\'entrada integrat al botó d\'enviar.عرض حقل الإدخال مدمجًا مع زر الإرسال.Näytä syöttökenttä inline lähetyspainikkeen kanssa.Display the input field inline with the submit button.显示与\"提交\"按钮内联的输入字段。Muestra el campo de entrada en línea con el botón Enviar.Het invoerveld gealigneerd met de knop Verzenden weergeven.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'filterCustomPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'filterCustomPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getHeading())}\"\n >\n
    \n <@liferay_aui[\"input\"]\n cssClass=\"custom-filter-value-input\"\n data\\-qa\\-id=\"customFilterValueInput\"\n disabled=customFilterDisplayContext.isImmutable()\n id=\"${namespace + stringUtil.randomId()}\"\n label=\"\"\n name=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getParameterName())}\"\n useNamespace=false\n value=\"${htmlUtil.escapeAttribute(customFilterDisplayContext.getFilterValue())}\"\n wrapperCssClass=\"form-group-item\"\n />\n\n <@clay[\"button\"]\n ariaLabel=\'${languageUtil.get(request, \"apply\")}\'\n disabled=customFilterDisplayContext.isImmutable()\n elementClasses=\"btn-secondary\"\n label=\'${languageUtil.get(request, \"apply\")}\'\n type=\"submit\"\n />\n
    \n \n', '0', '20102', null, '2020-09-03 01:10:59.019000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38819', '20123', '20097', '20102', null, '2020-09-03 01:10:59.031000', '38606', '0', '38817', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetFolderPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetFolderPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"folder\"\n >\n \n\n <#if !folderSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.031000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38822', '20123', '20097', '20102', null, '2020-09-03 01:10:59.052000', '38606', '0', '38820', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetFolderPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetFolderPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"folder\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
    \n \n\n <#if !folderSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.052000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38825', '20123', '20097', '20102', null, '2020-09-03 01:10:59.066000', '38607', '0', '38823', '1.0', 'Radio-layoutLayout de rádioラジオのレイアウトDisposition radioRádió elrendezésOptionsfelderlayoutDisposició de ràdioمخطط الراديوValintapainikeasetteluRadio Layout单选按钮布局Diseño de radioKeuzerondjeslay-out', 'Visa villkoren med radioknappar.Exibir termos como botões de rádio.用語をラジオボタン付きで表示します。Afficher les termes avec les boutons radio.Jelenítse meg a kifejezéseket rádiógombokkal.Begriffe mit Optionsfeldern anzeigen.Mostra els termes amb botons de ràdio.عرض المصطلحات بأزرار اختيار.Näytä termit radiopainikkeina.Display terms with radio buttons.将搜索词显示为单选按钮。Muestra términos con botones de radio.Termen weergeven met checkboxen.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetModifiedPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetModifiedPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"last-modified\"\n >\n \n\n <#if !modifiedFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.066000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38828', '20123', '20097', '20102', null, '2020-09-03 01:10:59.080000', '38608', '0', '38826', '1.0', 'Layout för vänsterjusterad ikonLayout do Ícone Alinhado à Esquerda左揃えのアイコンレイアウトDisposition icône alignée à gaucheElrendezés balra igazított ikonnalLinks ausgerichtetes SymbollayoutDisposició de la icona alineada a l\'esquerraمخطط رموز تمت محاذاتها لليسارVasemmalle Tasattu Kuvakkeiden AsetteluLeft Aligned Icon Layout左对齐图标布局Diseño de icono alineado a la izquierdaLay-out met pictogram links uitgelijnd', 'Visa sökikonen till vänster.Exibir o ícone de busca à esquerda.検索アイコンを左側に表示します。Afficher l\'icône de recherche sur la gauche.Jelenítse meg a keresés ikonját a bal oldalon.Such-Symbol links anzeigen.Mostra la icona de cerca a l\'esquerra.عرض رمز البحث على اليسار.Näytä hakukuvake vasemmalla.Display the search icon on the left.在左侧显示搜索图标。Muestra el icono de buscar en la parte izquierda.Het zoekpictogram links weergeven.', 'ftl', '<@liferay_aui.fieldset cssClass=\"search-bar\">\n <@liferay_aui.input\n cssClass=\"search-bar-empty-search-input\"\n name=\"emptySearchEnabled\"\n type=\"hidden\"\n value=searchBarPortletDisplayContext.isEmptySearchEnabled()\n />\n\n
    \n <#if searchBarPortletDisplayContext.isLetTheUserChooseTheSearchScope()>\n
    \n \n
    \n\n <@liferay_aui.select\n cssClass=\"search-bar-scope-select\"\n label=\"\"\n name=htmlUtil.escape(searchBarPortletDisplayContext.getScopeParameterName())\n title=\"scope\"\n useNamespace=false\n wrapperCssClass=\"input-group-item input-group-item-shrink input-group-prepend search-bar-search-select-wrapper\"\n >\n <@liferay_aui.option\n label=\"this-site\"\n selected=searchBarPortletDisplayContext.isSelectedCurrentSiteSearchScope()\n value=searchBarPortletDisplayContext.getCurrentSiteSearchScopeParameterString()\n />\n\n <#if searchBarPortletDisplayContext.isAvailableEverythingSearchScope()>\n <@liferay_aui.option\n label=\"everything\"\n selected=searchBarPortletDisplayContext.isSelectedEverythingSearchScope()\n value=searchBarPortletDisplayContext.getEverythingSearchScopeParameterString()\n />\n \n \n\n <#assign data = {\n \"test-id\": \"searchInput\"\n } />\n\n <@liferay_aui.input\n autoFocus=true\n cssClass=\"search-bar-keywords-input\"\n data=data\n label=\"\"\n name=htmlUtil.escape(searchBarPortletDisplayContext.getKeywordsParameterName())\n placeholder=searchBarPortletDisplayContext.getInputPlaceholder()\n title=languageUtil.get(locale, \"search\")\n type=\"text\"\n useNamespace=false\n value=htmlUtil.escape(searchBarPortletDisplayContext.getKeywords())\n wrapperCssClass=\"input-group-item input-group-append search-bar-keywords-input-wrapper\"\n />\n <#else>\n
    \n \n\n
    \n \n
    \n\n <@liferay_aui.input\n name=htmlUtil.escape(searchBarPortletDisplayContext.getScopeParameterName())\n type=\"hidden\"\n value=searchBarPortletDisplayContext.getScopeParameterValue()\n />\n
    \n \n
    \n', '0', '20102', null, '2020-09-03 01:10:59.080000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38831', '20123', '20097', '20102', null, '2020-09-03 01:10:59.098000', '38609', '0', '38829', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa bara resultat med titel.Exibir resultados com apenas seus títulos.結果についてタイトルのみを表示します。Afficher les résultats avec seulement leur intitulé.Az eredményeket csak a címükkel jelenítse meg.Ergebnisse nur mit ihrem Titel anzeigen.Mostra els resultats només amb el títol.عرض النتائج باستخدام عنوانها فقط.Näytä tulokset vain otsikoinaan.Display results with only their title.显示结果及其标题。Muestra resultados solo con el título.Resultaten weergeven met enkel hun titel.', 'ftl', '
    \n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
    \n\n
    \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.098000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38834', '20123', '20097', '20102', null, '2020-09-03 01:10:59.109000', '38609', '0', '38832', '1.0', 'ListlayoutLayout da ListaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط قائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out', 'Visa resultat med titel, skaparens användarnamn, tillgångstyp och skapandedatum.Exibir resultados com seus títulos, nome de usuário do criador, tipo de conteúdo e data de criação.結果とそのタイトル、作成者のユーザー名、アセットタイプ、作成日を表示します。Afficher les résultats avec leur intitulé, le nom d\'utilisateur du créateur, le type d\'actif et la date de création.A találatokat jelenítse meg címmel, a készítő felhasználónevével, tartalomtípussal és leírással.Ergebnisse mit deren Titel, Benutzername des Erstellers, Assettyp und Erstellungsdatum anzeigen.Mostra els resultats amb el títol, el nom d\'usuari del creador, el tipus de contingut i la data de creació.عرض النتائج من خلال عناوينها، واسم المستخدم المنشئ ونوع الأصل وتاريخ الإنشاء.Näytä tulokset otsikoineen, luojan käyttäjänimineen, sisältötyyppeineen ja luontipäivineen.Display results with their title, creator\'s user name, asset type, and creation date.显示结果及其标题、创建者用户名、资源类型和创建日期。Muestra resultados con el título, el nombre de usuario del autor, el tipo de activo y la fecha de creación.Resultaten weergeven met hun titel, de gebruikersnaam van de maker, het assettype en de aanmaakdatum.', 'ftl', '
    \n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
    \n\n
    \n \n
    \n\n<@liferay_aui.script use=\"aui-base\">\n A.one(\'#search-results-display-list\').delegate(\n \'click\',\n function(event) {\n var currentTarget = event.currentTarget;\n\n currentTarget.siblings(\'.search-results-list\').toggleClass(\'hide\');\n },\n \'.expand-details\'\n );\n', '0', '20102', null, '2020-09-03 01:10:59.109000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38837', '20123', '20097', '20102', null, '2020-09-03 01:10:59.122000', '38609', '0', '38835', '1.0', 'KortlayoutLayout do CartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out', 'Visa resultat som ett rutnät med kort.Exibir resultados com uma série de cartões.結果をグリッド状に配置したカードで表示します。Afficher les résultats sous la forme de grille de cartes.Az eredményeket jelenítse meg kártyarácsként.Ergebnisse als Kartengitter anzeigen.Mostra els resultats com una sèrie de cartes.عرض النتائج من خلال شبكة من البطاقات.Näytä tulokset korttien ruudukkona.Display results with a grid of cards.显示结果与卡片网格。Muestra resultados con una cuadrícula de tarjetas.Resultaten weergeven als een kaartenrooster.', 'ftl', '
    \n ${languageUtil.format(locale, \"x-results-for-x\", [searchContainer.getTotal(), \"\" + htmlUtil.escape(searchResultsPortletDisplayContext.getKeywords()) + \"\"], false)}\n
    \n\n
    \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.122000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38840', '20123', '20097', '20102', null, '2020-09-03 01:10:59.140000', '38610', '0', '38838', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetScopePanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetScopePanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"site\"\n >\n \n\n <#if !scopeSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.140000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38843', '20123', '20097', '20102', null, '2020-09-03 01:10:59.150000', '38610', '0', '38841', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetScopePanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetScopePanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"site\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n ${htmlUtil.escape(entry.getDescriptiveName())}\n\n <#if entry.isShowCount()>\n (${entry.getCount()})\n \n \n \n
    \n \n\n <#if !scopeSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.150000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38846', '20123', '20097', '20102', null, '2020-09-03 01:10:59.165000', '38611', '0', '38844', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa etiketten infogad i listrutan.Exibe o rótulo embutido com o menu suspenso.ラベルとドロップダウンと一緒にインラインで表示します。Afficher le libellé intégré avec le menu déroulant.Jelenítse meg a címet a sorban legördülő elemként.Label eingebettet in das Dropdown anzeigen.Mostra l\'etiqueta integrada al menú desplegable.عرض التسمية مدمجة مع القائمة المنسدلة.Näytä otsikko inline pudotusvalikon kanssa.Display the label inline with the dropdown.显示与下拉列表内联的标签。Muestra la etiqueta en línea con el menú desplegable.Het label gealigneerd met het rolmenu weergeven.', 'ftl', '
    \n
    \n \n
    \n\n
    \n <@liferay_aui.select\n cssClass=\"sort-term\"\n label=\"\"\n name=\"sortSelection\"\n >\n <#if entries?has_content>\n <#list entries as entry>\n <@liferay_aui.option\n label=\"${entry.getLanguageLabel()}\"\n selected=entry.isSelected()\n value=\"${entry.getField()}\"\n />\n \n \n \n
    \n
    ', '0', '20102', null, '2020-09-03 01:10:59.165000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38849', '20123', '20097', '20102', null, '2020-09-03 01:10:59.180000', '38612', '0', '38847', '1.0', 'Cloud-layoutLayout de nuvemクラウドのレイアウトDisposition du cloudFelhő elrendezésCloudlayoutDisposició del núvolمخطط السحابةPilviasetteluCloud Layout云布局Diseño de nubeCloudlay-out', 'Visa villkoren som en infogad lista med länkar med olika storlekar baserat på frekvens.Exibir termos como uma lista embutida de links com tamanhos variados baseados pela frequência.用語を頻度に応じてサイズが変わるインライン形式のリンクリストとして表示します。Afficher les termes sous la forme d\'une liste intégrée de liens dont les tailles varient en fonction des fréquences.Jelenítse meg a kifejezéseket hivatkozások sorközi listájaként a gyakoriságtól függően változó méretben.Begriffe als eingebettete Linkliste mit unterschiedlichen Größen auf Basis der Häufigkeit anzeigen.Mostra els termes com una llista integrada d\'enllaços amb diverses mides basats en la freqüència.عرض المصطلحات كقائمة مدمجة من الروابط بأحجام مختلفة تبعًا للتردد.Näytä termit inline-luettelona koko vaihdellen esiintymistaajuuden mukaan.Display terms as an inline list of links with varying sizes based on frequency.将搜索词显示为大小随频率变化的内联链接列表。Muestra términos como una lista de enlaces en línea con distintos tamaños basados en la frecuencia.Termen weergeven als een gealigneerde lijst met links van verschillende lengte op basis van frequentie.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.180000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38852', '20123', '20097', '20102', null, '2020-09-03 01:10:59.193000', '38612', '0', '38850', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.193000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38855', '20123', '20097', '20102', null, '2020-09-03 01:10:59.205000', '38612', '0', '38853', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetTagsPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetTagsPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"tag\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getDisplayName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
    \n \n\n <#if !assetTagsSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.205000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38858', '20123', '20097', '20102', null, '2020-09-03 01:10:59.219000', '38613', '0', '38856', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetEntriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetAssetEntriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"type\"\n >\n \n\n <#if !assetEntriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.219000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38861', '20123', '20097', '20102', null, '2020-09-03 01:10:59.231000', '38613', '0', '38859', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetAssetEntriesPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetAssetEntriesPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"type\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getTypeName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
    \n \n\n <#if !assetEntriesSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.231000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38865', '20123', '20097', '20102', null, '2020-09-03 01:10:59.253000', '38614', '0', '38862', '1.0', 'Kompakt layoutLayout CompactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa villkoren som en lista med länkar.Exibir termos como uma lista de links.用語をリンクリストとして表示します。Afficher les termes sous la forme de liste de liens.Jelenítse meg a kifejezéseket hivatkozások listájaként.Begriffe als Linkliste anzeigen.Mostra els termes com una llista d\'enllaços.عرض المصطلحات كقائمة من الروابط.Näytä termit linkkien luettelona.Display terms as a list of links.将搜索词显示为链接列表。Muestra términos como una lista de enlaces.Termen weergeven als een lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetUserPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet\"\n id=\"${namespace + \'facetUserPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"user\"\n >\n \n\n <#if !userSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.253000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38903', '20123', '20097', '20102', null, '2020-09-03 01:10:59.272000', '38614', '0', '38901', '1.0', 'EtikettlayoutLayout do RótuloラベルレイアウトDisposition des libellésCímke elrendezéseBezeichnungslayoutDisposició de l\'etiquetaمخطط التسميةSelitteen AsetteluLabel Layout标签布局Diseño de etiquetasLabellay-out', 'Visa villkoren som en infogad lista med etiketter.Exibir termos como uma lista embutida de rótulos.用語をインライン形式のリストとして表示します。Afficher les termes sous la forme de liste intégrée de libellés.Jelenítse meg a kifejezéseket címkék sorközi listájaként.Begriffe als eingebettete Labelliste anzeigen.Mostra els termes com una llista integrada d\'etiquetes.عرض المصطلحات كقائمة مدمجة من التسميات.Näytä termit linline-otsikkoluettelona.Display terms as an inline list of labels.将搜索词显示为内联标签列表。Muestra términos como una lista de etiquetas en línea.Termen weergeven als een gealigneerde lijst met links.', 'ftl', '<@liferay_ui[\"panel-container\"]\n extended=true\n id=\"${namespace + \'facetUserPanelContainer\'}\"\n markupView=\"lexicon\"\n persistState=true\n>\n <@liferay_ui.panel\n collapsible=true\n cssClass=\"search-facet search-facet-display-label\"\n id=\"${namespace + \'facetUserPanel\'}\"\n markupView=\"lexicon\"\n persistState=true\n title=\"user\"\n >\n <#if entries?has_content>\n
    \n <#list entries as entry>\n \n \n ${htmlUtil.escape(entry.getUserName())}\n\n <#if entry.isFrequencyVisible()>\n (${entry.getFrequency()})\n \n \n \n \n
    \n \n\n <#if !userSearchFacetDisplayContext.isNothingSelected()>\n <@liferay_aui.button\n cssClass=\"btn-link btn-unstyled facet-clear-btn\"\n onClick=\"Liferay.Search.FacetUtil.clearSelections(event);\"\n value=\"clear\"\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.272000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38906', '20123', '20097', '20102', null, '2020-09-03 01:10:59.295000', '38615', '0', '38904', '1.0', 'ListmenyMenu de listaリスト メニューMenu de ListeLista menüListenmenüMenú de llistaقائمة القوائمLuettelovalikkoList Menu列表菜单Menú de listaLijstmenu', 'Visar en navigeringsmeny med en lista.Exibe um menu de navegação com uma lista.ナビゲーションメニューをリストで表示しますAffiche un menu de navigation avec une liste.Megjelenít egy navigációs menüt egy listával.Zeigt ein Navigationsmenü mit einer Liste.Mostra un menú de navegació amb una llista.يعرض قائمة تنقل تحتوي على قائمة.Näyttää navigointivalikon luettelolla.Displays a navigation menu with a list.显示带有列表的导航菜单。Muestra un menú de navegación con una lista.Geeft een navigatiemenu weer met een lijst.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n
    \" class=\"list-menu\">\n <@buildNavigation\n branchNavItems=branchNavItems\n cssClass=\"layouts\"\n displayDepth=displayDepth\n includeAllChildNavItems=true\n navItemLevel=1\n navItems=entries\n />\n
    \n', '0', '20102', null, '2020-09-03 01:10:59.295000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38909', '20123', '20097', '20102', null, '2020-09-03 01:10:59.313000', '38615', '0', '38907', '1.0', 'Piller horisontelltPills Horizontal水平方向のピル形式Pilules horizontalesVízszintes tablettákPills horizontalCàpsules horitzontalsأزرار أفقيةPills VaakasuuntaPills HorizontalPills HorizontalGlobos horizontalesHorizontale pillen', 'Visar en navigeringsmeny med navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação exibidos como pills.ピル形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل أزرار.Näyttää navigointivalikon navigointikohteet pillereinä.Displays a navigation menu with navigation items shown as pills.显示导航菜单,其中导航项显示为药丸。Muestra un menú de navegación con elementos de navegación que se muestran como globos.Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.313000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38912', '20123', '20097', '20102', null, '2020-09-03 01:10:59.326000', '38615', '0', '38910', '1.0', 'Piller justeratPills justificados等幅ピル形式Pilules justifiéesSorkizárt tablettákPills justiertCàpsules justificadesأزرار معدلةPills TasattuPills Justified两端对齐药丸Globos justificadosUitgevulde pillen', 'Visar en navigeringsmeny med justerade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação justificados exibidos como pills.等幅のピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل أزرار.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Displays a navigation menu with justified navigation items shown as pills.显示导航菜单,其中两端对齐的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.326000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38915', '20123', '20097', '20102', null, '2020-09-03 01:10:59.338000', '38615', '0', '38913', '1.0', 'Piller staplatPills empilhados縦積みピル形式Pilules empiléesFeltornyozott tablettákPills gestapeltCàpsules apiladesأزرار مكدسةPills PinottuPills Stacked堆叠药丸Globos apiladosGestapelde pillen', 'Visar en navigeringsmeny med staplade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação empilhados exibidos como pills.縦方向に並べたピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل مكدسة يتم عرضها في شكل أزرار.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Displays a navigation menu with stacked navigation items shown as pills.显示导航菜单,其中堆叠的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.338000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38918', '20123', '20097', '20102', null, '2020-09-03 01:10:59.360000', '38615', '0', '38916', '1.0', 'FlikarGuiasタブOngletsLapokReiterPestanyesعلامات تبويبVälilehdetTabs选项卡PestañasTabbladen', 'Visar en navigeringsmeny med navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação exibidos como abas.タブ形式で並べたナビゲーションを表示しますAffiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet välilehtinä.Displays a navigation menu with navigation items shown as tabs.显示导航菜单,其中导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.360000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38921', '20123', '20097', '20102', null, '2020-09-03 01:10:59.371000', '38615', '0', '38919', '1.0', 'Flikar justeratGuias justificadas等幅ピル形式Onglets justifiésSorkizárt lapokReiter justiertPestanyes justificadesعلامات تبويب معدلةVälilehdet TasattuTabs Justified选项卡两端对齐Pestañas justificadasUitgevulde tabbladen', 'Visar en navigeringsmeny med justerade navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação justificados exibidos como guias.等幅タブ形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Displays a navigation menu with justified navigation items shown as tabs.显示导航菜单,其中两端对齐的导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.371000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38924', '20123', '20097', '20102', null, '2020-09-03 01:10:59.387000', '38615', '0', '38922', '1.0', 'Fält i minimal stilBarra minimamente estilizada最小バー形式Barre minimalisteMinimális stílusú oszlopMinimalistische LeisteBarra amb estil mínimشريط محدود النمطPalkki minimityylilläBar minimally styled导航栏最小化样式Barra con estilo mínimoMinimalistische balk', 'Visar en navigeringsmeny med ett navigeringsfält i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente estilizada.最小スタイルでナビゲーションメニューを表示しますAffiche un menu de navigation avec une barre de navigation minimaliste.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.يعرض قائمة تنقل بشريط تنقل محدود النمط.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally styled navigation bar.显示带有最小化样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo mínimo.Geeft een navigatiemenu weer met een minimalistische navigatiebalk.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.387000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38927', '20123', '20097', '20102', null, '2020-09-03 01:10:59.397000', '38615', '0', '38925', '1.0', 'Fält i minimalt justerad stilBarra minimamente justificada estilizada最小等幅バー形式Barre minimaliste et justifiéeMinimálisan sorkizárt stílusú oszlopMinimalistische justierte LeisteBarra amb justificació i estil mínimsشريط معدل محدود النمطPalkki minimitasaustyylilläBar minimally justified styled导航栏最小化两端对齐样式Barra con estilo justificado mínimoUitgevulde minimalistische balk', 'Visar en navigeringsmeny med ett navigeringsfält justerat i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.最小スタイルの等幅形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.يعرض قائمة تنقل بشريط تنقل معدل محدود النمط.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally justified styled navigation bar.显示带有最小化两端对齐样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.397000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38930', '20123', '20097', '20102', null, '2020-09-03 01:10:59.413000', '38615', '0', '38928', '1.0', 'Fält i standardstilBarra estilizada padrão規定スタイルのバーBarre par défautAlapértelmezett stílusú oszlopStandard-LeisteBarra amb estil per defecteشريط افتراضي النمطPalkki oletustyylilläBar default styled导航栏默认样式Barra con estilo predeterminadoStandaardbalk', 'Visar en navigeringsmeny med ett navigeringsfält med standardstil.Exibe um menu de navegação com uma barra de navegação padrão estilizada.デフォルト形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation par défaut.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.يعرض قائمة تنقل بشريط تنقل بنمط افتراضي.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Displays a navigation menu with a default styled navigation bar.显示带有默认样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.Geeft een navigatiemenu weer met een standaard navigatiebalk.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.413000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38933', '20123', '20097', '20102', null, '2020-09-03 01:10:59.425000', '38615', '0', '38931', '1.0', 'Navigering i vanliga makronMacros de navegação comunsナビゲーションの一般的なマクロMacros de navigation ordinairesNavigáció közös makróiNavigation häufige MakrosMacros comunes de navegacióوحدات الماكرو الشائعة للتنقلNavigoinnin yleiset makrotNavigation common macros导航常用宏Macros comunes de navegaciónAlgemene navigatiemacro\'s', 'Innehåller vanliga makron för navigeringsmenymallar.Contém macros comuns para o modelo do menu de navegação.ナビゲーションメニューテンプレート用のマクロを含みますContient les macros ordinaires pour les modèles de menu de navigation.A navigációs menü sablonok közös makróit tartalmazza.Enthält häufige Makros für Navigationsmenüvorlagen.Conté macros comunes per a les plantilles del menú de navegació.يحتوي على وحدات ماكرو شائعة لقوالب قائمة التنقل.Sisältää yleiset navigointivalikkomallien makrot.Contains common macros for navigation menu templates.包含导航菜单模板的常用宏。Contiene macros comunes para plantillas del menú de navegación.Bevat algemene macro\'s voor navigatiemenusjablonen.', 'ftl', '<#macro buildChildrenNavItems\n displayDepth\n navItem\n navItemLevel = 2\n>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n />\n\n <#list navItem.getBrowsableChildren() as childNavigationItem>\n <#assign\n nav_child_css_class = \"\"\n />\n\n <#if childNavigationItem.isChildSelected() || childNavigationItem.isSelected()>\n <#assign\n nav_child_css_class = \"active selected\"\n />\n \n\n
  • \n ${childNavigationItem.getName()}\n
  • \n\n <#if childNavigationItem.hasBrowsableChildren() && ((displayDepth == 0) || (navItemLevel < displayDepth))>\n \n \n \n\n\n<#macro buildNavigation\n branchNavItems\n cssClass\n displayDepth\n includeAllChildNavItems\n navItemLevel\n navItems\n>\n <#if navItems?has_content && ((displayDepth == 0) || (navItemLevel <= displayDepth))>\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.425000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38936', '20123', '20097', '20102', null, '2020-09-03 01:10:59.440000', '38615', '0', '38934', '1.0', 'Nedrullningsbara listor med delningsknapparDividir menus suspensos de botãoスプリットボタンのドロップダウンPartager les boutons du menu déroulantOsztott gomb legördülő elemeiDropdown mit geteilten SchaltflächenDesplegables de botó de divisióتقسيم القوائم المنسدلة للأزرارJakopainikkeen PudotusvalikotSplit Button Dropdowns拆分按钮下拉菜单Desplegables de botón de expansiónRolmenu met uitgesplitste knoppen', 'Visar en nedrullningsbar navigeringsmeny med rotmenyobjekt som visas som knappar.Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.يعرض قائمة تنقل منسدلة تحتوي على عناصر قائمة جذر تظهر كأزرار.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Displays a dropdown navigation menu with root menu items shown as buttons.显示下拉式导航菜单,其中根菜单项显示为按钮。Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.', 'ftl', '<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.440000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '38939', '20123', '20097', '20102', null, '2020-09-03 01:10:59.457000', '38616', '0', '38937', '1.0', 'PilarSetas矢印FlèchesNyilakPfeileFletxesالأسهمNuoletArrows箭头FlechasPijlen', 'Visar en länkstig där varje navigeringselement representeras av en pil med titel och länk.Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Affiche un fil d\'Ariane dans lequel chaque élément de navigation est représenté par une flèche avec son propre titre et son propre lien.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.يعرض مسار تنقل تفصيلي يتم فيه تمثيل كل عنصر تنقل بواسطة سهم به عنوانه ورابطه.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.', 'ftl', '<#if entries?has_content>\n <@liferay_util[\"html-top\"]>\n \n \n\n
    \n <#assign cssClass = \"\" />\n\n <#list entries as entry>\n <#if entry?is_last>\n <#assign cssClass = \"active\" />\n \n\n
  • aria-current=\"page\">\n <#if entry?has_next>\n \n href=\"${entry.getURL()!\"\"}\"\n \n\n >\n \n\n
    \n ${htmlUtil.escape(entry.getTitle())}\n
    \n\n <#if entry?has_next>\n \n \n
  • \n \n
    \n', '0', '20102', null, '2020-09-03 01:10:59.457000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39002', '20123', '20097', '20102', null, '2020-09-03 01:10:59.476000', '38616', '0', '38941', '1.0', 'HorisontellHorizontal水平方向Horizontal(e)VízszintesHorizontalHoritzontalأفقيVaakasuuntainenHorizontal水平HorizontalHorizontaal', 'Visar en länkstig horisontellt.Exibe um caminho de navegação horizontalmente.パンくずリストをを水平方向に表示しますAffiche un fil d\'Ariane de manière horizontale.Megjelenít egy útkövetőjelet vízszintesen.Zeigt eine Breadcrumbnavigation horizontal an.Mostra una ruta de navegació horitzontalment.يعرض مسار تنقل أفقيًا.Näyttää murupolun vaakasuoraan.Displays a breadcrumb horizontally.水平显示面包屑导航。Muestra una ruta de navegación horizontalmente.Geeft een broodkruimel horizontaal weer.', 'ftl', '<#if entries?has_content>\n
      \n <#list entries as entry>\n
    1. \n <#if entry?has_next>\n \n ${htmlUtil.escape(entry.getTitle())}\n \n <#else>\n ${htmlUtil.escape(entry.getTitle())}\n \n
    2. \n \n
    \n', '0', '20102', null, '2020-09-03 01:10:59.476000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39005', '20123', '20097', '20102', null, '2020-09-03 01:10:59.494000', '38616', '0', '39003', '1.0', 'VertikalVertical垂直方向VerticalFüggőlegesVertikalVerticalرأسيPystysuoraVertical垂直VerticalVerticaal', 'Visar en länkstig vertikalt.Exibe um caminho de navegação verticalmente.パンくずリストをを垂直方向に表示しますAffiche un fil d\'Ariane vertical.Megjelenít egy útkövetőjelet függőlegesen.Zeigt eine Breadcrumbnavigation vertikal an.Mostra una ruta de navegació verticalment.يعرض مسار تنقل رأسيًا.Näyttää murupolun pystysuoraan.Displays a breadcrumb vertically.垂直显示面包屑导航。Muestra una ruta de navegación verticalmente.Geeft een broodkruimel verticaal weer.', 'ftl', '<#if entries?has_content>\n \n', '0', '20102', null, '2020-09-03 01:10:59.494000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39008', '20123', '20097', '20102', null, '2020-09-03 01:10:59.514000', '38617', '0', '39006', '1.0', 'NavigeringNavegaçãoナビゲーションNavigationNavigációNavigationNavegacióالملاحةNavigointiNavigation导航NavegaciónNavigatie', 'Visar RSS-flödet som ett navigeringsfält i panelen till vänster. Om du klickar på flödet visas en lista med feedposter i panelen till höger.Exibe os feeds RSS como uma barra de navegação no painel esquerdo. Clicar em um feed exibe uma lista de entradas de feed no painel direito.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されますAffiche les flux RSS en tant que barre de navigation dans le panneau gauche. Cliquer sur un flux affiche une liste d\'entrées de flux sur le panneau droit.Megjeleníti az RSS hírcsatornákat navigációs oszlopként a bal oldalon. Egy hírcsatornára kattintva megjeleníti a hírcsatorna bejegyzések listáját a jobb oldalon.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.Mostra els canals RSS com una barra de navegació en el tauler esquerra. Al fer un clic en un canal es mostraran la llista d\'entrades en el tauler dret.يعرض موجزات RSS كشريط تنقل في اللوحة اليسرى. إذ يؤدي النقر فوق موجز إلى عرض قائمة بإدخالات الموجزات على اللوحة اليمنى.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.Displays the RSS feeds as a navigation bar on the left panel. Clicking on a feed displays a list of feed entries on the right panel.在左侧面板上显示RSS源的导航栏。在右侧面板上点击Feed显示提要条目的列表。Muestra las fuentes RSS como una barra de navegación del panel izquierdo. Al hacer clic en una fuente se muestra una lista de entradas de la fuente en el panel derecho.Geeft de RSS-feeds als een navigatiebalk in het linkerpaneel weer. Als u op een feed klikt wordt een lijst van van feed-entries in het rechterpaneel getoond.', 'ftl', '<#assign rssPortletInstanceConfiguration = rssDisplayContext.getRSSPortletInstanceConfiguration() />\n\n\n\n<#if entries?has_content>\n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n
    \n
    feedsTab\">\n \n\n
    \n <#list entries as curEntry>\n <#assign rssFeedEntries = curEntry.getRSSFeedEntries(themeDisplay) />\n\n <#if rssFeedEntries??>\n
    \n <#list rssFeedEntries as rssFeedEntry>\n <#if (rssFeedEntry_index > entriesPerFeed?number)>\n <#break>\n \n\n <#assign syndEntry = rssFeedEntry.getSyndEntry() />\n\n
    \n
    \n <@liferay_aui[\"a\"] href=\"${htmlUtil.escapeJSLink(rssFeedEntry.getSyndEntryLink())}\">${htmlUtil.escape(syndEntry.getTitle())}\n
    \n\n <#if rssPortletInstanceConfiguration.showFeedTitle() && syndEntry.getAuthor()??>\n \n \n\n <#if syndEntry.getPublishedDate()??>\n
    \n <@liferay_ui[\"icon\"]\n icon=\"calendar\"\n label=true\n markupView=\"lexicon\"\n message=\"${dateUtil.getDate(syndEntry.getPublishedDate(), dateFormat, locale)}\"\n />\n
    \n \n\n ${rssFeedEntry.getSanitizedContent()}\n
    \n \n
    \n \n \n
    \n
    \n
    \n\n <@liferay_aui[\"script\"] use=\"aui-base,aui-tabview\">\n new A.TabView(\n {\n srcNode: \'#<@portlet.namespace />feedsTab\',\n stacked: true,\n type: \'pills\'\n }\n ).render();\n \n', '0', '20102', null, '2020-09-03 01:10:59.514000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39011', '20123', '20097', '20102', null, '2020-09-03 01:10:59.535000', '20001', '0', '39009', '1.0', 'Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen', 'Visar en kolumn för varje ordlista. Varje kolumn inkluderar namnet på en ordlista med ordlistans toppnivåkategorier listade under.Exibe uma coluna para cada vocabulário. Cada coluna inclui o nome do vocabulário com as categorias de nível mais alto listadas abaixo dele.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいますAffiche une colonne pour chaque vocabulaire. Chaque colonne inclut le nom d\'un vocabulaire avec les catégories du niveau racine listées en dessous.Megjelenít egy oszlopot minden szótár számára. Minden oszlop tartalmazza a szótár nevét, alatta a szótár felső szintű kategóriáival.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.يعرض عمودًا لكل مفرد. يتضمن كل عمود اسم المفرد مع فئات المستوى الأعلى للمفردات المدرجة تحتها.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Despliega una columna para cada vocabulario. Cada columna incluye el nombre de un vocabulario con las categorías de mayor nivel del vocabulario listadas debajo.Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.', 'ftl', '<#assign hasCategories = false />\n\n<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#assign categories = entry.getCategories() />\n\n <#if categories?has_content>\n <#assign hasCategories = true />\n\n <@liferay_aui.col width=25>\n
    \n

    \n ${entry.getUnambiguousTitle(entries, themeDisplay.getSiteGroupId(), themeDisplay.getLocale())}\n

    \n
    \n\n <@displayCategories categories=categories />\n \n \n \n\n <#if !hasCategories>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n\n
    \n <@liferay_ui.message key=\"there-are-no-categories\" />\n
    \n \n \n\n\n<#macro displayCategories\n categories\n>\n <#if categories?has_content>\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.535000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39014', '20123', '20097', '20102', null, '2020-09-03 01:10:59.555000', '38618', '0', '39012', '1.0', 'CarouselCarrosselカルーセルCarrouselKörhintaKarusselCarrusselمكتبةKaruselliCarouselCarouselCarruselCarrousel', 'Visar bilder i carousel-format.Exibe imagens num carrossel.カルーセル内に画像を表示Affiche les images dans un carrousel.Megjeleníti a képeket körhintaszerűen.Darstellung von Bildern in einem Karussell.Mostra imatges en format carrusel.يعرض الصور في مكتبة.Näyttää kuvat karusellissa.Displays images in a carousel.把图片显示在转盘中。Muestra imágenes en un carrusel.Geeft afbeeldingen weer in een carrousel.', 'ftl', '<#if entries?has_content>\n \n\n
    carousel\">\n <#assign imageMimeTypes = propsUtil.getArray(\"dl.file.entry.preview.image.mime.types\") />\n\n <#list entries as entry>\n <#if imageMimeTypes?seq_contains(entry.getMimeType())>\n
    \n \n
    \n \n \n
    \n\n <@liferay_aui.script use=\"aui-carousel\">\n var carousel = new A.Carousel(\n {\n after: {\n responsive: function(event) {\n event.stopImmediatePropagation();\n\n var boundingBox = event.currentTarget.get(\'boundingBox\');\n\n boundingBox.all(\'.image-viewer-base-image-list, .image-viewer-base-image\').setStyles(\n {\n height: \'auto\',\n maxHeight: event.height,\n maxWidth: event.width,\n width: \'auto\'\n }\n );\n }\n },\n\n contentBox: \'#<@portlet.namespace />carousel\',\n height: 250,\n intervalTime: 2,\n width: 700\n }\n ).render();\n \n', '0', '20102', null, '2020-09-03 01:10:59.555000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39017', '20123', '20097', '20102', null, '2020-09-03 01:10:59.568000', '38619', '0', '39015', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '<#assign count = 0 />\n\n
    \n
    \n <#if entries?has_content>\n <#list entries as curCommerceAddress>\n
    \n <#assign\n editURL = commerceAddressDisplayContext.getEditCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n deleteURL = commerceAddressDisplayContext.getDeleteCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n editButtonValue = languageUtil.get(request, \"edit\")\n\n removeButtonValue = languageUtil.get(request, \"remove\")\n\n commerceCountry = curCommerceAddress.getCommerceCountry()\n />\n\n

    ${curCommerceAddress.getName()}

    \n\n

    ${curCommerceAddress.getStreet1()}

    \n\n

    ${curCommerceAddress.getZip()}, ${curCommerceAddress.getCity()}

    \n\n <#if commerceCountry??>\n

    ${commerceCountry.getName(themeDisplay.getLanguageId())}

    \n \n\n
    \n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${editURL}\"\n name=\"editAddressButton\"\n value=\"${editButtonValue}\"\n />\n\n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${deleteURL}\"\n name=\"removeAddressButton\"\n value=\"${removeButtonValue}\"\n />\n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n \n
    \n\n
    \n <#assign addButtonValue = languageUtil.get(request, \"add-address\") />\n\n <@liferay_aui.button\n cssClass=\"btn-lg btn-primary\"\n href=\"${commerceAddressDisplayContext.getAddCommerceAddressURL()}\"\n name=\"addAddressButton\"\n value=\"${addButtonValue}\"\n />\n
    \n
    ', '0', '20102', null, '2020-09-03 01:10:59.568000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39020', '20123', '20097', '20102', null, '2020-09-03 01:10:59.591000', '20005', '0', '39018', '1.0', 'Färga efter popularitetColorir por Popularidade頻出度により色分けするCouleur par popularitéSzín népszerűség alapjánNach Popularität färbenColor per popularitatالألوان حسب الأولويةVäri suosion mukaanColor by Popularity受欢迎的颜色Color por popularidadKleur op populariteit', 'Visar tillgångstaggar färgade efter popularitet: röd (hög), gul (medelhög) och grön (låg).Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Megjeleníti a tartalom címkéket népszerűség szerint színezve: vörös (magas), sárga (közepes), és zöld (alacsony).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).يعرض علامات الأصول الملونة حسب الأولوية: الأحمر (مرتفع) والأصفر (متوسط) والأخضر (منخفض).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).', 'ftl', '<#if entries?has_content>\n \n\n
    \n', '0', '20102', null, '2020-09-03 01:10:59.591000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39023', '20123', '20097', '20102', null, '2020-09-03 01:10:59.659000', '38621', '0', '39021', '1.0', 'Kompakt layoutLayout compactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out', 'Visa bara titeln med liknande resultat.Exibir apenas o título de resultados similares.同様の結果についてタイトルのみを表示します。Afficher seulement l\'intitulé des résultats similaires.A hasonló találatoknak csak a címét jelenítse meg.Nur den Titel ähnlicher Ergebnisse anzeigen.Mostra només el títol dels resultats similars.عرض فقط عنوان النتائج المتماثلة.Näytä samanlaisista tuloksista vain otsikko.Display only the title of similar results.仅显示相似结果的标题。Muestra solo el título de resultados similares.Alleen de titel van soortgelijke resultaten weergeven.', 'ftl', '
    \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.659000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39026', '20123', '20097', '20102', null, '2020-09-03 01:10:59.674000', '38621', '0', '39024', '1.0', 'ListlayoutLayout da listaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط القائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out', 'Visa titeln, skaparens användarnamn, skapandedatum, tillgångstyp och beskrivning.Exibir o título, nome de usuário do criador, data de criação, tipo de conteúdo e descrição.タイトル、作成者のユーザー名、作成日、アセットタイプ、説明を表示します。Afficher l\'intitulé, le nom d\'utilisateur du créateur, la date de création, le type d\'actif et la description.Jelenítse meg a címet, a készítő felhasználónevét, a létrehozás dátumát, a tartalomtípust és a leírást.Titel, Benutzername des Erstellers, Erstellungsdatum. Assettyp und Beschreibung anzeigen.Mostra el títol, el nom d\'usuari del creador, la data de creació, el tipus de contingut i la descripció.عرض العنوان واسم المستخدم المنشئ وتاريخ الإنشاء ونوع الأصل والوصف.Näytä otsikko, luojan käyttjänimi, luontipäivä, sisällön tyyppi ja kuvaus.Display the title, creator\'s user name, creation date, asset type, and description.显示标题、创建者的用户名、创建日期、资源类型和描述。Muestra el título, el nombre de usuario del autor, la fecha de creación, el tipo de activo y la descripción.De titel, de gebruikersnaam van de maker, de aanmaakdatum, het assettype en de beschrijving weergeven.', 'ftl', '
    \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.674000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39029', '20123', '20097', '20102', null, '2020-09-03 01:10:59.687000', '38621', '0', '39027', '1.0', 'KortlayoutLayout do cartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out', 'Visa liknande resultat som ett rutnät med kort.Exibir resultados similares como uma série de cartões.同様の結果をグリッド状に配置したカードで表示します。Afficher les résultats similaires sous la forme de grille de cartes.A hasonló eredményeket jelenítse meg kártyarácsként.Ähnliche Ergebnisse als Kartengitter anzeigen.Mostra els resultats similars com una sèrie de cartes.عرض النتائج المتماثلة كشبكة من البطاقات.Näytä samanlaiset tulokset korttien ruudukkona.Display similar results as a grid of cards.将相似结果显示为卡片网格。Muestra resultados similares como una cuadrícula de tarjetas.Soortgelijke resultaten weergeven als een kaartenrooster.', 'ftl', '
    \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.687000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39032', '20123', '20097', '20102', null, '2020-09-03 01:10:59.701000', '38622', '0', '39030', '1.0', 'IkonÍconeアイコンIcôneIkonSymbolIconaأيقونةKuvakeIcon图标IconoPictogram', 'Visar ikonen på flaggan som är associerad med varje språk.Exibe o ícone do marcador associado com cada idioma.各言語に関連付けられたフラグのアイコンを表示しますAffiche l\'icône de chaque option associé à chaque langue.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.Zeigt das Symbol der Flagge für jede Sprache an.Mostra la icona de la bandera associada a cada idioma.يعرض أيقونة العلم المرتبط بكل لغة.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Displays the icon of the flag associated with each language.显示与每种语言关联的国旗的图标。Muestra el icono de la bandera asociada con cada idioma.Geeft het pictogram weer van de vlag die bij elke taal hoort.', 'ftl', '<#if entries?has_content>\n <#list entries as entry>\n <#if entry.isSelected()>\n <#assign cssClass = \"current-language\" />\n \n\n <#if !entry.isDisabled()>\n <@liferay_aui[\"icon\"]\n cssClass=cssClass\n image=entry.getW3cLanguageId()?lower_case\n markupView=\"lexicon\"\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.701000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39035', '20123', '20097', '20102', null, '2020-09-03 01:10:59.713000', '38622', '0', '39033', '1.0', 'IkonmenyMenu de íconesアイコン メニューMenu d\'icônesIkon menüSymbolmenüMenú d\'iconesقائمة أيقوناتKuvakevalikkoIcon Menu图标菜单Menú de iconoPictogrammenu', 'Visar en ikonmeny med de valda språken.Exibe um menu de ícone com os idiomas selecionados.選択した言語のアイコンメニューを表示します。Affiche un menu d\'icônes avec les langues sélectionnées.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.Mostra una icona de menú amb els idiomes seleccionats.يعرض قائمة الأيقونات باللغات المحددة.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Displays an icon menu with the selected languages.显示带有选定语言的图标菜单。Muestra un menú de icono con los idiomas seleccionados.Geeft een pictogrammenu weer met de geselecteerde talen.', 'ftl', '<#if entries?has_content>\n <#assign normalizedDefaultLanguageId = stringUtil.replace(languageId, \"_\", \"-\") />\n\n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=stringUtil.toLowerCase(normalizedDefaultLanguageId)\n markupView=\"lexicon\"\n showWhenSingleIcon=true\n triggerLabel=normalizedDefaultLanguageId\n triggerType=\"button\"\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <#assign\n entryLocale = entry.getLocale()\n displayName = stringUtil.toLowerCase(entryLocale.getDisplayLanguage(entryLocale)) + \"-\" + entryLocale.getDisplayCountry(entryLocale)\n normalizedDefaultLanguageId = stringUtil.toLowerCase(stringUtil.replace(entry.getLanguageId(), \"_\", \"-\"))\n />\n\n <#if languageUtil.isBetaLocale(entryLocale)>\n <#assign displayName += \" [beta]\" />\n \n\n <@liferay_ui[\"icon\"]\n icon=normalizedDefaultLanguageId\n iconCssClass=\"inline-item inline-item-before\"\n markupView=\"lexicon\"\n message=displayName\n url=entry.getURL()\n />\n \n \n \n
    \n', '0', '20102', null, '2020-09-03 01:10:59.713000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39038', '20123', '20097', '20102', null, '2020-09-03 01:10:59.743000', '38622', '0', '39036', '1.0', 'Lång textTexto Longo長いテキストTexte LongHosszú szövegLanger TextText Llargنص طويلPitkä TekstiLong Text长文本Texto largoLange tekst', 'Visar det fullständiga namnet på varje språk (t.ex. spanska).Exibe o nome completo de cada idioma (por exemplo, Espanhol).各言語 (スペイン語など) を完全な名前で表示しますAffiche le nom complet de chaque langue (e.x. espagnol).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).Mostra el nom sencer de cada idioma (p. ex. espanyol).يعرض الاسم الكامل لكل لغة (على سبيل المثال، باللغة الإسبانية).Näyttää kunkin kielen koko nimen (esim. espanja).Displays the full name of each language (e.g. Spanish).显示每种语言的全名(例如,Spanish)。Muestra el nombre completo de cada idioma (por ejemplo, español).Geeft de volledige naam weer van elke taal (bijv. Spaans).', 'ftl', '\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-long-text\"\n href=entry.getURL()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.743000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39041', '20123', '20097', '20102', null, '2020-09-03 01:10:59.758000', '38622', '0', '39039', '1.0', 'MarkeringsrutaCaixa de seleçãoセレクトボックスSélectionner la caseJelölje beAuswahlkastenSelecciona la casellaتحديد مربعValintalaatikkoSelect Box选择框Cuadro de selecciónSelectievak', 'Visar en markeringsruta med de valda språken.Exibe uma caixa de seleção com os idiomas selecionados.セレクトボックスで選択された言語を表示します。Affiche une boîte de sélection contenant les langues choisies.Megjelenít egy választómezőt a kiválasztott nyelvekkel.Zeigt einen Auswahlkasten mit den ausgewählten Sprachen an.Mostra una casella amb els idiomes seleccionats.يعرض خانة اختيار باللغات المحددة.Näyttää valittuihin kieliin liittyvän valintalaatikon.Displays a select box with the selected languages.显示带有选定语言的选择框。Muestra una casilla con los idiomas seleccionados.Geeft een selectievak weer met de geselecteerde talen.', 'ftl', '<#if entries?has_content>\n <#assign languageId = localeUtil.toLanguageId(locale) />\n\n \n\n <@liferay_aui[\"form\"]\n action=formAction\n method=\"post\"\n name=\'${namespace + formName}\'\n useNamespace=false\n >\n <@liferay_aui[\"select\"]\n changesContext=true\n id=\'${namespace + formName}\'\n label=\"\"\n name=\'${name}\'\n onChange=\'${namespace + \"changeLanguage();\"}\'\n title=\"language\"\n >\n <#list entries as entry>\n <@liferay_aui[\"option\"]\n cssClass=\"taglib-language-option taglib-language-option-${entry.getW3cLanguageId()}\"\n disabled=entry.isDisabled()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n selected=entry.isSelected()\n value=entry.getLanguageId()\n />\n \n \n \n\n <@liferay_aui[\"script\"]>\n function ${namespace}changeLanguage() {\n submitForm(document.${namespace + formName});\n }\n \n', '0', '20102', null, '2020-09-03 01:10:59.758000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39044', '20123', '20097', '20102', null, '2020-09-03 01:10:59.769000', '38622', '0', '39042', '1.0', 'Kort textTexto curto短いテキストTexte CourtRövid szövegKurztextText curtنص قصيرLyhyt TekstiShort Text短文本Texto cortoKorte tekst', 'Visar en förkortning av varje språk (t.ex. ES).Exibe uma abreviatura de cada idioma (por exemplo, ES).各言語 (例えば ES) の省略形で表示します。Affiche une abréviation pour chaque langue (par ex. : ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).Mostra una abreviatura de cada idioma (p. ex. ES).يعرض اختصارًا لكل لغة (مثل، ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Displays an abbreviation of each language (e.g. ES).显示每种语言的缩写(例如,ES)。Muestra una abreviatura de cada idioma (por ejemplo, ES).Geeft een afkorting weer van elke taal (bijv. ES).', 'ftl', '\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-short-text\"\n href=entry.getURL()\n label=entry.getShortDisplayName()\n lang=entry.getW3cLanguageId()\n />\n \n \n', '0', '20102', null, '2020-09-03 01:10:59.769000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39047', '20123', '20097', '20102', null, '2020-09-03 01:10:59.783000', '38623', '0', '39045', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '<#assign count = 0 />\n\n<#if entries?has_content>\n
    \n <#assign\n orderPrice = commerceCartContentMiniDisplayContext.getCommerceOrderPrice()\n\n subTotal = orderPrice.getSubtotal()\n />\n\n
    \n Total: ${subTotal.format(themeDisplay.getLocale())}\n
    \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentMiniDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n />\n\n <#if commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n\n
    \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n
    \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 2>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n', '0', '20102', null, '2020-09-03 01:10:59.783000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39050', '20123', '20097', '20102', null, '2020-09-03 01:10:59.804000', '38625', '0', '39048', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '
    \n \n <#if entries?has_content>\n \n \n \n \n \n \n \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n\n deleteURL = commerceCartContentDisplayContext.getDeleteURL(curCommerceOrderItem)\n />\n\n <#if commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n \n \n \n \n \n \n \n \n \n
    ${languageUtil.get(request, \"product\")}${languageUtil.get(request, \"description\")}${languageUtil.get(request, \"price\")}${languageUtil.get(request, \"quantity\")}
    \n <#if image?has_content>\n \n \n \n \n ${name}\n \n \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n ${curCommerceOrderItem.getQuantity()}\n \n ${languageUtil.get(request, \"delete\")}\n \n
    \n
    ', '0', '20102', null, '2020-09-03 01:10:59.804000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39053', '20123', '20097', '20102', null, '2020-09-03 01:10:59.820000', '38626', '0', '39051', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '<#if commerceCartContentTotalDisplayContext.getCommerceOrderPrice()??>\n <#assign\n commerceOrderPrice = commerceCartContentTotalDisplayContext.getCommerceOrderPrice()\n\n commerceOrderTotal = commerceOrderPrice.getTotal()\n />\n\n

    \n <@liferay_ui[\"message\"] key=\"total\" /> ${commerceOrderTotal.format(locale)}\n

    \n', '0', '20102', null, '2020-09-03 01:10:59.820000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39057', '20123', '20097', '20102', null, '2020-09-03 01:10:59.835000', '30802', '0', '39054', '1.0', 'Sociala nätverkSocialソーシャルSocialKözösségiSocialSocialاجتماعيSosiaalinenSocial社交SocialSociaal', 'Visar sociala bokmärken och omdömen för wiki-sidor och deras underordnade sidor.Exibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するAffiche les signets sociaux and les notations pour page wiki et leur pages enfants.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.Mostra adreces d\'interès socials i classificacions per a planes del wiki.يعرض إشارات مرجعية اجتماعية وتقييمات لصفحات ويكي وصفحاتها الفرعية.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Displays social bookmarks and ratings for wiki pages and their child pages.显示社交书签和维基页的评分和它们的子页。Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.', 'ftl', '<#assign\n wikiPageClassName = \"com.liferay.wiki.model.WikiPage\"\n\n assetRenderer = assetEntry.getAssetRenderer()\n/>\n\n
    \n

    ${entry.getTitle()}

    \n
    \n\n
    \n <@getEditIcon />\n\n <@getPageDetailsIcon />\n\n <@getPrintIcon />\n
    \n\n
    \n
    \n ${assetEntry.getViewCount()} <@liferay.language key=\"views\" /> |\n\n <@liferay.language key=\"last-modified\" /> ${dateUtil.getDate(entry.getModifiedDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
    \n\n
    \n <@liferay_social_bookmarks[\"bookmarks\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n displayStyle=\"normal\"\n target=\"_blank\"\n title=entry.getTitle()\n url=viewURL\n />\n\n ${formattedContent}\n
    \n\n
    \n
    \n <@getAddChildPageIcon />\n\n <@getAttatchmentsIcon />\n
    \n
    \n\n
    \n\n <@getRatings\n cssClass=\"page-ratings\"\n entry=entry\n />\n\n <@getRelatedAssets />\n
    \n\n
    \n
    \n <#assign viewCategorizedPagesURL = renderResponse.createRenderURL() />\n\n ${viewCategorizedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_categorized_pages\")}\n ${viewCategorizedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-categories-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewCategorizedPagesURL\n />\n
    \n\n
    \n <#assign viewTaggedPagesURL = renderResponse.createRenderURL() />\n\n ${viewTaggedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_tagged_pages\")}\n ${viewTaggedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-tags-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewTaggedPagesURL\n />\n
    \n
    \n\n<#assign childPages = entry.getChildPages() />\n\n<#if (childPages?has_content)>\n
    \n

    <@liferay.language key=\"children-pages\" />

    \n\n \n \n \n \n \n \n\n <#list childPages as childPage>\n \n <#assign viewPageURL = renderResponse.createRenderURL() />\n\n ${viewPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view\")}\n\n <#assign childNode = childPage.getNode() />\n\n ${viewPageURL.setParameter(\"nodeName\", childNode.getName())}\n ${viewPageURL.setParameter(\"title\", childPage.getTitle())}\n\n \n \n \n \n \n
    \n <@liferay.language key=\"page\" />\n \n <@liferay.language key=\"last-modified\" />\n \n <@liferay.language key=\"ratings\" />\n
    \n ${childPage.getTitle()}\n \n ${dateUtil.getDate(childPage.getModifiedDate(),\"dd MMM yyyy - HH:mm:ss\", locale)} <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(childPage.getUserId(), childPage.getUserName()))}\n \n <@getRatings\n cssClass=\"child-ratings\"\n entry=childPage\n />\n
    \n
    \n\n\n<@getDiscussion />\n\n<#macro getAddChildPageIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign addPageURL = renderResponse.createRenderURL() />\n\n ${addPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${addPageURL.setParameter(\"redirect\", currentURL)}\n ${addPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${addPageURL.setParameter(\"title\", \"\")}\n ${addPageURL.setParameter(\"editTitle\", \"1\")}\n ${addPageURL.setParameter(\"parentTitle\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"plus\"\n label=true\n markupView=\"lexicon\"\n message=\"add-child-page\"\n url=addPageURL?string\n />\n \n\n\n<#macro getAttatchmentsIcon>\n <#assign viewPageAttachmentsURL = renderResponse.createRenderURL() />\n\n ${viewPageAttachmentsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_attachments\") }\n\n <@liferay_ui[\"icon\"]\n icon=\"paperclip\"\n label=true\n markupView=\"lexicon\"\n message=\'${entry.getAttachmentsFileEntriesCount() + languageUtil.get(locale, \"attachments\")}\'\n url=viewPageAttachmentsURL?string\n />\n\n\n<#macro getDiscussion>\n <#if validator.isNotNull(assetRenderer.getDiscussionPath()) && wikiPortletInstanceConfiguration.enableComments()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n ratingsEnabled=wikiPortletInstanceConfiguration.enableCommentRatings()\n redirect=currentURL\n subject=assetRenderer.getTitle(locale)\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPageURL = renderResponse.createRenderURL() />\n\n ${editPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${editPageURL.setParameter(\"redirect\", currentURL)}\n ${editPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${editPageURL.setParameter(\"title\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=entry.getTitle()\n url=editPageURL?string\n />\n \n\n\n<#macro getPageDetailsIcon>\n <#assign viewPageDetailsURL = renderResponse.createRenderURL() />\n\n ${viewPageDetailsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_details\")}\n ${viewPageDetailsURL.setParameter(\"redirect\", currentURL)}\n\n <@liferay_ui[\"icon\"]\n icon=\"document\"\n markupView=\"lexicon\"\n message=\"details\"\n url=viewPageDetailsURL?string\n />\n\n\n<#macro getPrintIcon>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setWindowState(\"pop_up\")}\n\n <#assign\n title = languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", htmlUtil.escape(assetRenderer.getTitle(locale))], false)\n taglibPrintURL = \"javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + title + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=taglibPrintURL\n />\n\n\n<#macro getRatings\n cssClass\n entry\n>\n <#if wikiPortletInstanceConfiguration.enablePageRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if assetEntry?? && wikiPortletInstanceConfiguration.enableRelatedAssets()>\n <@liferay_asset[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n', '0', '20102', null, '2020-09-03 01:10:59.835000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39103', '20123', '20097', '20102', null, '2020-09-03 01:10:59.865000', '33501', '0', '39101', '1.0', 'StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis', 'Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.', 'ftl', '
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n

    ${stringUtil.shorten(htmlUtil.stripHtml(curBlogEntry.getContent()), 400)}

    \n\n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n displayStyle=\"inline\"\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.865000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39106', '20123', '20097', '20102', null, '2020-09-03 01:10:59.887000', '33501', '0', '39104', '1.0', 'KortCartãoカードCarteKártyaKarteTargetaالبطاقةKorttiCard卡片TarjetaKaart', 'Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.', 'ftl', '
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n <#if curBlogEntry.getCoverImageURL(themeDisplay)??>\n <#assign cardImage = true />\n <#else>\n <#assign cardImage = false />\n \n\n
    \n
    \n <#if cardImage>\n
    \n
    \n \"thumbnail\"\n
    \n
    \n \n\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n size=\"lg\"\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n <#if validator.isNotNull(curBlogEntry.getDescription())>\n <#assign content = curBlogEntry.getDescription() />\n <#else>\n <#assign content = curBlogEntry.getContent() />\n \n\n <#if cardImage>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 150)}

    \n <#else>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 400)}

    \n \n
    \n\n
    \n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n maxInlineItems=0\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n
    \n \n \n
    ', '0', '20102', null, '2020-09-03 01:10:59.887000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39667', '20123', '20097', '20102', null, '2020-09-03 01:11:02.478000', '20003', '0', '39665', '1.0', 'KartorMapaマッピングCarteTérképLandkarteMapaالخريطهKarttaMap映射MapaKaart', 'Visar geolokaliserade tillgångar på en karta.Exibe os conteúdos geolocalizados em um mapa.地図内にジオローカライズされたアセットを表示するAffiche les assets géolocalisés dans un planMegjeleníti a földrajzi tartalmakat egy térképen.Stellt Assets mit geografischen Informationen in einer Karte dar.Mostra contingut geolocalitzat en un mapa.يعرض الأصول الجيوجغرافية في خريطة.Näyttää maantieteelliset sisällöt kartalla.Displays geolocalized assets in a map.显示在地图上定位的资源Muestra activos geolocalizados en un mapa.Toon geolocale content op een kaart.', 'ftl', '<#assign\n defaultLatitude = -3.6833\n defaultLongitude = 40.40\n\n group = themeDisplay.getScopeGroup()\n\n mapsAPIProvider = group.getLiveParentTypeSettingsProperty(\"mapsAPIProvider\")!\"\"\n\n companyPortletPreferences = prefsPropsUtil.getPreferences(companyId)\n/>\n\n<#if validator.isNull(mapsAPIProvider)>\n <#assign mapsAPIProvider = companyPortletPreferences.getValue(\"mapsAPIProvider\", \"Google\") />\n\n\n<#assign featureCollectionJSONObject = jsonFactoryUtil.createJSONObject() />\n\n<@liferay.silently featureCollectionJSONObject.put(\"type\", \"FeatureCollection\") />\n\n<#assign featureJSONArray = jsonFactoryUtil.createJSONArray() />\n\n<#list entries as entry>\n <#assign\n assetRenderer = entry.getAssetRenderer()\n\n ddmFormValuesReader = assetRenderer.getDDMFormValuesReader()\n\n ddmFormFieldValues = ddmFormValuesReader.getDDMFormFieldValues(\"ddm-geolocation\")\n\n coordinatesJSONObjects = []\n />\n\n <#list ddmFormFieldValues as ddmFormFieldValue>\n <#assign\n value = ddmFormFieldValue.getValue()\n\n coordinatesJSONObject = jsonFactoryUtil.createJSONObject(value.getString(locale))\n\n coordinatesJSONObjects = coordinatesJSONObjects + [coordinatesJSONObject]\n />\n \n\n <#list coordinatesJSONObjects as coordinatesJSONObject>\n <#assign featureJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently featureJSONObject.put(\"type\", \"Feature\") />\n\n <#assign geometryJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently geometryJSONObject.put(\"type\", \"Point\") />\n\n <#assign coordinatesJSONArray = [coordinatesJSONObject.getDouble(\"longitude\"), coordinatesJSONObject.getDouble(\"latitude\")] />\n\n <@liferay.silently geometryJSONObject.put(\"coordinates\", coordinatesJSONArray) />\n\n <@liferay.silently featureJSONObject.put(\"geometry\", geometryJSONObject) />\n\n <#assign propertiesJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently propertiesJSONObject.put(\"title\", assetRenderer.getTitle(locale)) />\n\n <#assign entryAbstract>\n <@getAbstract asset=entry />\n \n\n <@liferay.silently propertiesJSONObject.put(\"abstract\", entryAbstract) />\n\n <#if stringUtil.equals(mapsAPIProvider, \"Google\")>\n <#assign\n images = {\n \"com.liferay.document.library.kernel.model.DLFileEntry\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/green-dot.png\",\n \"com.liferay.portlet.dynamicdatalists.model.DDLRecord\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/red-dot.png\",\n \"com.liferay.journal.model.JournalArticle\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/blue-dot.png\",\n \"default\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/yellow-dot.png\"\n }\n />\n\n <#if images?keys?seq_contains(entry.getClassName())>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[entry.getClassName()]) />\n <#else>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[\"default\"]) />\n \n \n\n <@liferay.silently featureJSONObject.put(\"properties\", propertiesJSONObject) />\n\n <@liferay.silently featureJSONArray.put(featureJSONObject) />\n \n\n\n<@liferay.silently featureCollectionJSONObject.put(\"features\", featureJSONArray) />\n\n\n\n<@liferay_map[\"map-display\"]\n name=\'Map\'\n points=\"${featureCollectionJSONObject}\"\n/>\n\n<@liferay_aui.script use=\"liferay-map-base\">\n Liferay.componentReady(\'<@portlet.namespace />Map\').then(\n function(map) {\n map.on(\n \'featureClick\',\n function(event) {\n var feature = event.feature;\n\n map.openDialog(\n {\n content: feature.getProperty(\'abstract\'),\n marker: feature.getMarker(),\n position: feature.getGeometry().get(\'location\')\n }\n );\n }\n );\n }\n );\n\n\n<#macro getAbstract asset>\n
    assetEntryAbstract\">\n <#assign\n showEditURL = paramUtil.getBoolean(renderRequest, \"showEditURL\", true)\n\n assetRenderer = asset.getAssetRenderer()\n />\n\n <#if showEditURL && assetRenderer.hasEditPermission(permissionChecker)>\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=editPortletURL.toString()\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, !stringUtil.equals(assetLinkBehavior, \"showFullContent\")) />\n\n
    \n

    ${assetRenderer.getTitle(locale)}

    \n\n
    \n ${assetRenderer.getSummary(renderRequest, renderResponse)}\n
    \n
    \n\n
    \n ${languageUtil.get(locale, \"read-more\")} »\n
    \n
    \n', '0', '20102', null, '2020-09-03 01:11:02.478000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39670', '20123', '20097', '20102', null, '2020-09-03 01:11:02.501000', '20003', '0', '39668', '1.0', 'Utförlig sammanfattningSumário Rico要約(文字数多め)Sommaire enrichiBő összesítőRich-Text-ZusammenfassungResum enriquitملخص غنيMuotoiltu yhteenvetoRich Summary丰富总结Resumen completoRijke samenvatting', 'Visar sammanfattningar, ikoner, liknande tillgångar samt utskrifts- och redigeringsåtgärder för tillgångar. Valfritt inkluderar bokmärken och omdömen för tillgångar.Exibe abstracts, ícones, conteúdos relacionados e ações de imprimir/editar para os conteúdos. Opcionalmente, inclui marcadores e classificações de conteúdos.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できますAffiche les résumés, icons, les assets relatifs, et les actions imprimer/éditer pour les assets. Facultativement inclut les signets et les notations d\'assets.Megjeleníti a kivonatokat, ikonokat, a kapcsolódó tartalmakat, és a nyomtatási/szerkesztési műveleteket a tarlamakhoz. Opcionálisan tartalmazza a tartalom könyvjelzőket és értékeléseket.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.يعرض الملخصات والأيقونات والأصول ذات الصلة وإجراءات الطباعة/التحرير للأصول. ويمكنك بشكل اختياري تضمين الإشارات المرجعية وتقييمات الأصول.Näyttää lyhenteet, kuvakkeet, liittyvät sisällöt ja sisältöjen tulosta/muokkaa toiminnot. Voit ottaa mukaan myös sisältöjen kirjanmerkit ja arvostelut.Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.', 'ftl', '<#if !entries?has_content>\n <#if !themeDisplay.isSignedIn()>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n \n\n
    \n <@liferay_ui[\"message\"] key=\"there-are-no-results\" />\n
    \n\n\n<#list entries as entry>\n <#assign\n entry = entry\n\n assetRenderer = entry.getAssetRenderer()\n\n entryTitle = htmlUtil.escape(assetRenderer.getTitle(locale))\n\n viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, entry, !stringUtil.equals(assetLinkBehavior, \"showFullContent\"))\n />\n\n
    \n
    \n <@getPrintIcon />\n\n <@getFlagsIcon />\n\n <@getEditIcon />\n
    \n\n

    \n \n ${entryTitle}\n \n

    \n\n <@getMetadataField fieldName=\"tags\" />\n\n <@getMetadataField fieldName=\"create-date\" />\n\n <@getMetadataField fieldName=\"view-count\" />\n\n
    \n <@getSocialBookmarks />\n\n
    \n <@getMetadataField fieldName=\"author\" />\n\n ${htmlUtil.escape(assetRenderer.getSummary(renderRequest, renderResponse))}\n\n <@liferay.language key=\"read-more\" /><@liferay.language key=\"about\" />${entryTitle} »\n
    \n\n <@getRatings />\n\n <@getRelatedAssets />\n\n <@getDiscussion />\n
    \n
    \n\n\n<#macro getDiscussion>\n <#if getterUtil.getBoolean(enableComments) && assetRenderer.isCommentable()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formName=\"fm\" + entry.getClassPK()\n ratingsEnabled=getterUtil.getBoolean(enableCommentRatings)\n redirect=currentURL\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())!\"\" />\n\n <#if validator.isNotNull(editPortletURL)>\n <#assign title = languageUtil.format(locale, \"edit-x\", entryTitle, false) />\n\n <@liferay_ui[\"icon\"]\n cssClass=\"icon-monospaced visible-interaction\"\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=title\n url=editPortletURL.toString()\n />\n \n \n\n\n<#macro getFlagsIcon>\n <#if getterUtil.getBoolean(enableFlags)>\n <@liferay_flags[\"flags\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n contentTitle=entry.getTitle(locale)\n label=false\n reportedUserId=entry.getUserId()\n />\n \n\n\n<#macro getMetadataField\n fieldName\n>\n <#if stringUtil.split(metadataFields)?seq_contains(fieldName)>\n \n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n <#if stringUtil.equals(fieldName, \"author\")>\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(assetRenderer.getUserId(), assetRenderer.getUserName()))}\n <#elseif stringUtil.equals(fieldName, \"categories\")>\n <@liferay_asset[\"asset-categories-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"create-date\")>\n ${dateUtil.getDate(entry.getCreateDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"expiration-date\")>\n ${dateUtil.getDate(entry.getExpirationDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"modified-date\")>\n ${dateUtil.getDate(entry.getModifiedDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"priority\")>\n ${entry.getPriority()}\n <#elseif stringUtil.equals(fieldName, \"publish-date\")>\n ${dateUtil.getDate(entry.getPublishDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"tags\")>\n <@liferay_asset[\"asset-tags-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"view-count\")>\n ${entry.getViewCount()} <@liferay.language key=\"views\" />\n \n \n \n\n\n<#macro getPrintIcon>\n <#if getterUtil.getBoolean(enablePrint)>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"mvcPath\", \"/view_content.jsp\")}\n ${printURL.setParameter(\"assetEntryId\", entry.getEntryId()?string)}\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setParameter(\"type\", entry.getAssetRendererFactory().getType())}\n ${printURL.setWindowState(\"pop_up\")}\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=\"javascript:Liferay.Util.openModal({headerHTML: \'\" + languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", entryTitle], false) + \"\', id:\'\" + renderResponse.getNamespace() + \"printAsset\', url: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n \n\n\n<#macro getRatings>\n <#if getterUtil.getBoolean(enableRatings) && assetRenderer.isRatable()>\n
    \n <@liferay_ui[\"ratings\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if getterUtil.getBoolean(enableRelatedAssets)>\n <@liferay_asset[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n types=\"${socialBookmarksTypes}\"\n url=viewURL\n />\n', '0', '20102', null, '2020-09-03 01:11:02.501000'); INSERT INTO `ddmtemplateversion` VALUES ('0', '0', '39678', '20123', '20097', '20102', null, '2020-09-03 01:11:02.781000', '32301', '39672', '39676', '1.0', 'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent', '', 'ftl', '${content.getData()}', '0', '20102', null, '2020-09-03 01:11:02.781000'); -- ---------------------------- -- Table structure for `dedatadefinitionfieldlink` -- ---------------------------- DROP TABLE IF EXISTS `dedatadefinitionfieldlink`; CREATE TABLE `dedatadefinitionfieldlink` ( `uuid_` varchar(75) DEFAULT NULL, `deDataDefinitionFieldLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ddmStructureId` bigint(20) DEFAULT NULL, `fieldName` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`deDataDefinitionFieldLinkId`), UNIQUE KEY `IX_2CEE588F` (`classNameId`,`classPK`,`ddmStructureId`,`fieldName`), UNIQUE KEY `IX_AAE65DF2` (`uuid_`,`groupId`), KEY `IX_7BAE5B6E` (`classNameId`,`ddmStructureId`,`fieldName`), KEY `IX_E931B304` (`ddmStructureId`,`fieldName`), KEY `IX_5145BB70` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dedatadefinitionfieldlink -- ---------------------------- -- ---------------------------- -- Table structure for `dedatalistview` -- ---------------------------- DROP TABLE IF EXISTS `dedatalistview`; CREATE TABLE `dedatalistview` ( `uuid_` varchar(75) DEFAULT NULL, `deDataListViewId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `appliedFilters` longtext, `ddmStructureId` bigint(20) DEFAULT NULL, `fieldNames` longtext, `name` longtext, `sortField` varchar(75) DEFAULT NULL, PRIMARY KEY (`deDataListViewId`), UNIQUE KEY `IX_3336C30A` (`uuid_`,`groupId`), KEY `IX_1C932689` (`ddmStructureId`), KEY `IX_FA1639C7` (`groupId`,`companyId`,`ddmStructureId`), KEY `IX_7113A88` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dedatalistview -- ---------------------------- -- ---------------------------- -- Table structure for `depotappcustomization` -- ---------------------------- DROP TABLE IF EXISTS `depotappcustomization`; CREATE TABLE `depotappcustomization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `depotAppCustomizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `depotEntryId` bigint(20) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, `portletId` varchar(75) DEFAULT NULL, PRIMARY KEY (`depotAppCustomizationId`), UNIQUE KEY `IX_DA8D9ACC` (`depotEntryId`,`portletId`), KEY `IX_5B76D798` (`depotEntryId`,`enabled`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of depotappcustomization -- ---------------------------- -- ---------------------------- -- Table structure for `depotentry` -- ---------------------------- DROP TABLE IF EXISTS `depotentry`; CREATE TABLE `depotentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `depotEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`depotEntryId`), UNIQUE KEY `IX_884D6226` (`groupId`), UNIQUE KEY `IX_8AD8247A` (`uuid_`,`groupId`), KEY `IX_FBDFFFF8` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of depotentry -- ---------------------------- -- ---------------------------- -- Table structure for `depotentrygrouprel` -- ---------------------------- DROP TABLE IF EXISTS `depotentrygrouprel`; CREATE TABLE `depotentrygrouprel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `depotEntryGroupRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `ddmStructuresAvailable` tinyint(4) DEFAULT NULL, `depotEntryId` bigint(20) DEFAULT NULL, `searchable` tinyint(4) DEFAULT NULL, `toGroupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`depotEntryGroupRelId`), UNIQUE KEY `IX_65D34444` (`depotEntryId`,`toGroupId`), KEY `IX_F329B161` (`ddmStructuresAvailable`,`toGroupId`), KEY `IX_C61C803B` (`searchable`,`toGroupId`), KEY `IX_DB75E9F1` (`toGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of depotentrygrouprel -- ---------------------------- -- ---------------------------- -- Table structure for `dlcontent` -- ---------------------------- DROP TABLE IF EXISTS `dlcontent`; CREATE TABLE `dlcontent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_8E223106` (`companyId`,`repositoryId`,`path_`,`version`,`ctCollectionId`), KEY `IX_263868C8` (`companyId`,`repositoryId`,`ctCollectionId`), KEY `IX_FD632DBE` (`companyId`,`repositoryId`,`path_`,`ctCollectionId`), KEY `IX_20C476B5` (`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlcontent -- ---------------------------- -- ---------------------------- -- Table structure for `dlfileentry` -- ---------------------------- DROP TABLE IF EXISTS `dlfileentry`; CREATE TABLE `dlfileentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `fileName` 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, `smallImageId` bigint(20) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `custom1ImageId` bigint(20) DEFAULT NULL, `custom2ImageId` bigint(20) DEFAULT NULL, `manualCheckInRequired` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileEntryId`,`ctCollectionId`), UNIQUE KEY `IX_A256938C` (`groupId`,`folderId`,`fileName`,`ctCollectionId`), UNIQUE KEY `IX_F7878970` (`groupId`,`folderId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_EAAB273` (`groupId`,`folderId`,`title`,`ctCollectionId`), UNIQUE KEY `IX_373340C8` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_33E8A112` (`companyId`,`ctCollectionId`), KEY `IX_5444C427` (`companyId`,`fileEntryTypeId`), KEY `IX_9B56081C` (`custom1ImageId`,`ctCollectionId`), KEY `IX_9D2F5B3B` (`custom2ImageId`,`ctCollectionId`), KEY `IX_C0A6F645` (`fileEntryTypeId`,`ctCollectionId`), KEY `IX_F951AC2E` (`folderId`,`name`,`ctCollectionId`), KEY `IX_60830094` (`groupId`,`ctCollectionId`), KEY `IX_BAF654E5` (`groupId`,`fileEntryTypeId`), KEY `IX_95A2D1F1` (`groupId`,`folderId`,`ctCollectionId`), KEY `IX_D8883586` (`groupId`,`folderId`,`fileEntryTypeId`,`ctCollectionId`), KEY `IX_3B20ECE` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_87A8DFAB` (`groupId`,`userId`,`folderId`,`ctCollectionId`), KEY `IX_863591A1` (`largeImageId`,`ctCollectionId`), KEY `IX_72175754` (`mimeType`,`ctCollectionId`), KEY `IX_6EC7490B` (`repositoryId`,`ctCollectionId`), KEY `IX_277C31A8` (`repositoryId`,`folderId`,`ctCollectionId`), KEY `IX_A8521555` (`smallImageId`,`ctCollectionId`), KEY `IX_854E0F17` (`smallImageId`,`largeImageId`,`custom1ImageId`,`custom2ImageId`,`ctCollectionId`), KEY `IX_1F89A446` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_CF17549E` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileentry -- ---------------------------- INSERT INTO `dlfileentry` VALUES ('1', '0', 'cbe1f7d0-d6ac-9050-4b8d-4957fae68e22', '39935', '20121', '20097', '20102', null, '2020-09-03 01:11:07.911000', '2020-09-03 01:11:08.092000', '20026', '7', '39928', '39929', '/39929/', '1', 'welcome_bg.jpg', 'jpg', 'image/jpeg', 'welcome_bg.jpg', null, '', '0', '1.0', '413419', '0', '0', '0', '0', '0', null); INSERT INTO `dlfileentry` VALUES ('1', '0', 'b965176f-cb0e-0c8d-c11e-450e95f29817', '40220', '20123', '20097', '20102', null, '2020-09-03 01:11:17.165000', '2020-09-03 01:11:17.177000', '29301', '1', '40217', '40219', '/40218/40219/', '2', 'id-f1aad449-c126-4565-f24c-84bdc75a23', null, 'image/png', 'id-f1aad449-c126-4565-f24c-84bdc75a23', null, '', '0', '1.0', '629', '0', '0', '0', '0', '0', null); -- ---------------------------- -- Table structure for `dlfileentrymetadata` -- ---------------------------- DROP TABLE IF EXISTS `dlfileentrymetadata`; CREATE TABLE `dlfileentrymetadata` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryMetadataId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, PRIMARY KEY (`fileEntryMetadataId`,`ctCollectionId`), UNIQUE KEY `IX_B9210CAD` (`DDMStructureId`,`fileVersionId`,`ctCollectionId`), KEY `IX_8D4F58BC` (`fileEntryId`,`ctCollectionId`), KEY `IX_A158EA62` (`fileVersionId`,`ctCollectionId`), KEY `IX_EABA15` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_EAA9CA2F` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileentrymetadata -- ---------------------------- -- ---------------------------- -- Table structure for `dlfileentrytype` -- ---------------------------- DROP TABLE IF EXISTS `dlfileentrytype`; CREATE TABLE `dlfileentrytype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `dataDefinitionId` bigint(20) DEFAULT NULL, `fileEntryTypeKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileEntryTypeId`,`ctCollectionId`), UNIQUE KEY `IX_402227BD` (`groupId`,`fileEntryTypeKey`,`ctCollectionId`), UNIQUE KEY `IX_1773A6A2` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_C0561BFA` (`groupId`,`ctCollectionId`), KEY `IX_F147FBA0` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_17A61184` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileentrytype -- ---------------------------- INSERT INTO `dlfileentrytype` VALUES ('0', '0', '626f98d8-dcaf-3095-9910-8cead281b2eb', '0', '0', '0', '0', null, '2020-09-03 01:09:40.423000', '2020-09-03 01:09:40.423000', '0', 'BASIC-DOCUMENT', 'basic-document', null, null); INSERT INTO `dlfileentrytype` VALUES ('0', '0', 'f4eaa05b-5199-56db-8e9b-b0c69f9855b5', '39687', '20123', '20097', '20102', null, '2020-09-03 01:11:02.991000', '2020-09-03 01:11:02.991000', '0', 'GOOGLE_DOCS', 'Google Drive Shortcut', null, null); -- ---------------------------- -- Table structure for `dlfileentrytypes_dlfolders` -- ---------------------------- DROP TABLE IF EXISTS `dlfileentrytypes_dlfolders`; CREATE TABLE `dlfileentrytypes_dlfolders` ( `companyId` bigint(20) NOT NULL, `fileEntryTypeId` bigint(20) NOT NULL, `folderId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`fileEntryTypeId`,`folderId`,`ctCollectionId`), KEY `IX_2E64D9F9` (`companyId`), KEY `IX_6E00A2EC` (`folderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileentrytypes_dlfolders -- ---------------------------- -- ---------------------------- -- Table structure for `dlfileshortcut` -- ---------------------------- DROP TABLE IF EXISTS `dlfileshortcut`; CREATE TABLE `dlfileshortcut` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `toFileEntryId` bigint(20) DEFAULT NULL, `treePath` longtext, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileShortcutId`,`ctCollectionId`), UNIQUE KEY `IX_DD2033A4` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_A46E54B6` (`companyId`,`ctCollectionId`), KEY `IX_80362F9C` (`companyId`,`status`,`ctCollectionId`), KEY `IX_8A2EF610` (`groupId`,`folderId`,`active_`,`ctCollectionId`), KEY `IX_CFD4D6F6` (`groupId`,`folderId`,`active_`,`status`,`ctCollectionId`), KEY `IX_869CA195` (`groupId`,`folderId`,`ctCollectionId`), KEY `IX_5CAA7254` (`toFileEntryId`,`ctCollectionId`), KEY `IX_FE055022` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_21B07A42` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileshortcut -- ---------------------------- -- ---------------------------- -- Table structure for `dlfileversion` -- ---------------------------- DROP TABLE IF EXISTS `dlfileversion`; CREATE TABLE `dlfileversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `treePath` longtext, `fileName` varchar(255) 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, `checksum` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileVersionId`,`ctCollectionId`), UNIQUE KEY `IX_10E504DF` (`fileEntryId`,`version`,`ctCollectionId`), UNIQUE KEY `IX_350F5CAE` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_97782D6C` (`companyId`,`ctCollectionId`), KEY `IX_808EF252` (`companyId`,`status`,`ctCollectionId`), KEY `IX_759EF1C5` (`fileEntryId`,`ctCollectionId`), KEY `IX_C97C4DAB` (`fileEntryId`,`status`,`ctCollectionId`), KEY `IX_3A12DA31` (`groupId`,`folderId`,`status`,`ctCollectionId`), KEY `IX_DCA2C64B` (`groupId`,`folderId`,`title`,`version`,`ctCollectionId`), KEY `IX_9E97D7BA` (`mimeType`,`ctCollectionId`), KEY `IX_16CE5EAC` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_48BF1DF8` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileversion -- ---------------------------- INSERT INTO `dlfileversion` VALUES ('1', '0', 'a781c6be-1384-4587-2f55-38033ce64e8f', '39936', '20121', '20097', '20102', null, '2020-09-03 01:11:07.943000', '2020-09-03 01:11:08.092000', '39928', '39929', '39935', '/39929/', 'welcome_bg.jpg', 'jpg', 'image/jpeg', 'welcome_bg.jpg', null, null, '', '0', '1.0', '413419', null, null, '0', '20102', null, '2020-09-03 01:11:08.092000'); INSERT INTO `dlfileversion` VALUES ('1', '0', '531f4030-b905-d863-deaf-213d1237fa71', '40221', '20123', '20097', '20102', null, '2020-09-03 01:11:17.171000', '2020-09-03 01:11:17.177000', '40217', '40219', '40220', '/40218/40219/', 'id-f1aad449-c126-4565-f24c-84bdc75a23', null, 'image/png', 'id-f1aad449-c126-4565-f24c-84bdc75a23', null, null, '', '0', '1.0', '629', null, null, '0', '20102', null, '2020-09-03 01:11:17.177000'); -- ---------------------------- -- Table structure for `dlfileversionpreview` -- ---------------------------- DROP TABLE IF EXISTS `dlfileversionpreview`; CREATE TABLE `dlfileversionpreview` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `dlFileVersionPreviewId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, `previewStatus` int(11) DEFAULT NULL, PRIMARY KEY (`dlFileVersionPreviewId`,`ctCollectionId`), UNIQUE KEY `IX_DA3FFE` (`fileEntryId`,`fileVersionId`,`ctCollectionId`), UNIQUE KEY `IX_ACBD78C8` (`fileEntryId`,`fileVersionId`,`previewStatus`,`ctCollectionId`), KEY `IX_D5ED40C5` (`fileEntryId`,`ctCollectionId`), KEY `IX_3A1CF42B` (`fileVersionId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfileversionpreview -- ---------------------------- -- ---------------------------- -- Table structure for `dlfolder` -- ---------------------------- DROP TABLE IF EXISTS `dlfolder`; CREATE TABLE `dlfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mountPoint` tinyint(4) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `description` longtext, `lastPostDate` datetime(6) DEFAULT NULL, `defaultFileEntryTypeId` bigint(20) DEFAULT NULL, `hidden_` tinyint(4) DEFAULT NULL, `restrictionType` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`,`ctCollectionId`), UNIQUE KEY `IX_C7E346D2` (`groupId`,`parentFolderId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_AA08D130` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_67A46FAA` (`companyId`,`ctCollectionId`), KEY `IX_F1EC1690` (`companyId`,`status`,`ctCollectionId`), KEY `IX_9D91952C` (`groupId`,`ctCollectionId`), KEY `IX_4B18B17E` (`groupId`,`mountPoint`,`parentFolderId`,`ctCollectionId`), KEY `IX_45D93323` (`groupId`,`mountPoint`,`parentFolderId`,`hidden_`,`ctCollectionId`), KEY `IX_91065109` (`groupId`,`mountPoint`,`parentFolderId`,`hidden_`,`status`,`ctCollectionId`), KEY `IX_CF68C0D3` (`groupId`,`parentFolderId`,`ctCollectionId`), KEY `IX_7663654` (`groupId`,`parentFolderId`,`hidden_`,`status`,`ctCollectionId`), KEY `IX_4642F2E0` (`parentFolderId`,`name`,`ctCollectionId`), KEY `IX_BB15D373` (`repositoryId`,`ctCollectionId`), KEY `IX_F344479E` (`repositoryId`,`mountPoint`,`ctCollectionId`), KEY `IX_E7CD911A` (`repositoryId`,`parentFolderId`,`ctCollectionId`), KEY `IX_333CBAAE` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_B7722F36` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlfolder -- ---------------------------- INSERT INTO `dlfolder` VALUES ('1', '0', 'f94305e6-37b1-0bad-93fc-773b49593be9', '39929', '20121', '20097', '20102', null, '2020-09-03 01:11:07.533000', '2020-09-03 01:11:07.308000', '39928', '1', '0', '/39929/', 'com.liferay.portal.kernel.model.Layout', null, '2020-09-03 01:11:07.911000', '0', '1', '0', null, '0', '0', null, null); INSERT INTO `dlfolder` VALUES ('1', '0', 'b5b69bc5-3a9d-4715-769b-0a974eac37bb', '40218', '20123', '20097', '20102', null, '2020-09-03 01:11:16.832000', '2020-09-03 01:11:16.832000', '40217', '1', '0', '/40218/', 'com.liferay.oauth2.provider', null, '2020-09-03 01:11:16.853000', '0', '1', '0', null, '0', '0', null, null); INSERT INTO `dlfolder` VALUES ('1', '0', '3892029d-02cb-2695-4ae2-09cda0798fad', '40219', '20123', '20097', '20102', null, '2020-09-03 01:11:16.854000', '2020-09-03 01:11:16.854000', '40217', '0', '40218', '/40218/40219/', 'icons', null, '2020-09-03 01:11:17.165000', '0', '0', '0', null, '0', '0', null, null); -- ---------------------------- -- Table structure for `dlopenerfileentryreference` -- ---------------------------- DROP TABLE IF EXISTS `dlopenerfileentryreference`; CREATE TABLE `dlopenerfileentryreference` ( `dlOpenerFileEntryReferenceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `referenceKey` varchar(75) DEFAULT NULL, `referenceType` varchar(75) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`dlOpenerFileEntryReferenceId`), UNIQUE KEY `IX_54148667` (`fileEntryId`), UNIQUE KEY `IX_6B9E4A66` (`referenceType`,`fileEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlopenerfileentryreference -- ---------------------------- -- ---------------------------- -- Table structure for `dlsyncevent` -- ---------------------------- DROP TABLE IF EXISTS `dlsyncevent`; CREATE TABLE `dlsyncevent` ( `syncEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedTime` bigint(20) DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, PRIMARY KEY (`syncEventId`), UNIQUE KEY `IX_57D82B06` (`typePK`), KEY `IX_3D8E1607` (`modifiedTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dlsyncevent -- ---------------------------- -- ---------------------------- -- Table structure for `eagerblobentry` -- ---------------------------- DROP TABLE IF EXISTS `eagerblobentry`; CREATE TABLE `eagerblobentry` ( `uuid_` varchar(75) DEFAULT NULL, `eagerBlobEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `blob_` longblob, PRIMARY KEY (`eagerBlobEntryId`), UNIQUE KEY `IX_6E042099` (`uuid_`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of eagerblobentry -- ---------------------------- -- ---------------------------- -- Table structure for `emailaddress` -- ---------------------------- DROP TABLE IF EXISTS `emailaddress`; CREATE TABLE `emailaddress` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `emailAddressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `address` varchar(254) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`emailAddressId`), KEY `IX_2A2CB130` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_7B43CD8` (`userId`), KEY `IX_F74AB912` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of emailaddress -- ---------------------------- -- ---------------------------- -- Table structure for `expandocolumn` -- ---------------------------- DROP TABLE IF EXISTS `expandocolumn`; CREATE TABLE `expandocolumn` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_4A7D3605` (`tableId`,`name`,`ctCollectionId`), KEY `IX_8B26D246` (`tableId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of expandocolumn -- ---------------------------- INSERT INTO `expandocolumn` VALUES ('0', '0', '20136', '20097', '20135', 'keepAliveURL', '15', 'keepAliveURL', ''); INSERT INTO `expandocolumn` VALUES ('0', '0', '20139', '20097', '20138', 'keepAliveURL', '15', 'keepAliveURL', ''); INSERT INTO `expandocolumn` VALUES ('1', '0', '20146', '20097', '20145', 'googleAccessToken', '15', '', 'hidden=true\nvisible-with-update-permission=false\n'); INSERT INTO `expandocolumn` VALUES ('1', '0', '20147', '20097', '20145', 'googleRefreshToken', '15', '', 'hidden=true\nvisible-with-update-permission=false\n'); INSERT INTO `expandocolumn` VALUES ('0', '0', '20149', '20097', '20148', 'accessSecret', '15', '', ''); INSERT INTO `expandocolumn` VALUES ('0', '0', '20150', '20097', '20148', 'accessToken', '15', '', ''); INSERT INTO `expandocolumn` VALUES ('0', '0', '20151', '20097', '20148', 'requestSecret', '15', '', ''); INSERT INTO `expandocolumn` VALUES ('0', '0', '20152', '20097', '20148', 'requestToken', '15', '', ''); -- ---------------------------- -- Table structure for `expandorow` -- ---------------------------- DROP TABLE IF EXISTS `expandorow`; CREATE TABLE `expandorow` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `rowId_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`rowId_`,`ctCollectionId`), UNIQUE KEY `IX_488E0C53` (`tableId`,`classPK`,`ctCollectionId`), KEY `IX_BCC0D776` (`classPK`,`ctCollectionId`), KEY `IX_5C47920C` (`tableId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of expandorow -- ---------------------------- -- ---------------------------- -- Table structure for `expandotable` -- ---------------------------- DROP TABLE IF EXISTS `expandotable`; CREATE TABLE `expandotable` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `tableId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`tableId`,`ctCollectionId`), UNIQUE KEY `IX_87D370E2` (`companyId`,`classNameId`,`name`,`ctCollectionId`), KEY `IX_A905B6E3` (`companyId`,`classNameId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of expandotable -- ---------------------------- INSERT INTO `expandotable` VALUES ('0', '0', '20135', '20097', '20134', 'CUSTOM_FIELDS'); INSERT INTO `expandotable` VALUES ('0', '0', '20138', '20097', '20137', 'CUSTOM_FIELDS'); INSERT INTO `expandotable` VALUES ('0', '0', '20145', '20097', '20039', 'CUSTOM_FIELDS'); INSERT INTO `expandotable` VALUES ('0', '0', '20148', '20097', '20039', 'MP'); -- ---------------------------- -- Table structure for `expandovalue` -- ---------------------------- DROP TABLE IF EXISTS `expandovalue`; CREATE TABLE `expandovalue` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_E6D98E43` (`columnId`,`rowId_`,`ctCollectionId`), UNIQUE KEY `IX_D8C72C45` (`tableId`,`columnId`,`classPK`,`ctCollectionId`), KEY `IX_FF8FB775` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_B5A9F1E5` (`columnId`,`ctCollectionId`), KEY `IX_FC7A3DFE` (`rowId_`,`ctCollectionId`), KEY `IX_3D37FDAA` (`tableId`,`classPK`,`ctCollectionId`), KEY `IX_8AF759DA` (`tableId`,`columnId`,`ctCollectionId`), KEY `IX_EEA372D5` (`tableId`,`ctCollectionId`), KEY `IX_4E7B1F33` (`tableId`,`rowId_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of expandovalue -- ---------------------------- -- ---------------------------- -- Table structure for `exportimportconfiguration` -- ---------------------------- DROP TABLE IF EXISTS `exportimportconfiguration`; CREATE TABLE `exportimportconfiguration` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `exportImportConfigurationId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `type_` int(11) DEFAULT NULL, `settings_` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`exportImportConfigurationId`), KEY `IX_1827A2E5` (`companyId`), KEY `IX_38FA468D` (`groupId`,`status`), KEY `IX_47CC6234` (`groupId`,`type_`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of exportimportconfiguration -- ---------------------------- -- ---------------------------- -- Table structure for `fragmentcollection` -- ---------------------------- DROP TABLE IF EXISTS `fragmentcollection`; CREATE TABLE `fragmentcollection` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentCollectionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentCollectionId`,`ctCollectionId`), UNIQUE KEY `IX_7FA4CEC9` (`groupId`,`fragmentCollectionKey`,`ctCollectionId`), UNIQUE KEY `IX_3244548` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_E2B60C14` (`groupId`,`ctCollectionId`), KEY `IX_4F415D53` (`groupId`,`name`,`ctCollectionId`), KEY `IX_B34B88C6` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_F197401E` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of fragmentcollection -- ---------------------------- -- ---------------------------- -- Table structure for `fragmentcomposition` -- ---------------------------- DROP TABLE IF EXISTS `fragmentcomposition`; CREATE TABLE `fragmentcomposition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentCompositionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionId` bigint(20) DEFAULT NULL, `fragmentCompositionKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `data_` longtext, `previewFileEntryId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentCompositionId`,`ctCollectionId`), UNIQUE KEY `IX_3F7591A1` (`groupId`,`fragmentCompositionKey`,`ctCollectionId`), UNIQUE KEY `IX_B39DCA34` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_A86D5F3B` (`fragmentCollectionId`,`ctCollectionId`), KEY `IX_6588F8A8` (`groupId`,`ctCollectionId`), KEY `IX_5F3FEBA5` (`groupId`,`fragmentCollectionId`,`ctCollectionId`), KEY `IX_50F8C24` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`), KEY `IX_1918190A` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`), KEY `IX_5EF5678B` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`), KEY `IX_2B7782B2` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_C3A441B2` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of fragmentcomposition -- ---------------------------- -- ---------------------------- -- Table structure for `fragmententry` -- ---------------------------- DROP TABLE IF EXISTS `fragmententry`; CREATE TABLE `fragmententry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `fragmentEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionId` bigint(20) DEFAULT NULL, `fragmentEntryKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `cacheable` tinyint(4) DEFAULT NULL, `configuration` longtext, `previewFileEntryId` bigint(20) DEFAULT NULL, `readOnly` tinyint(4) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryId`,`ctCollectionId`), UNIQUE KEY `IX_F5386A5` (`groupId`,`fragmentEntryKey`,`head`,`ctCollectionId`), UNIQUE KEY `IX_A7F77355` (`headId`,`ctCollectionId`), UNIQUE KEY `IX_E5D3F650` (`uuid_`,`groupId`,`head`,`ctCollectionId`), KEY `IX_18964A03` (`fragmentCollectionId`,`ctCollectionId`), KEY `IX_3E323417` (`fragmentCollectionId`,`head`,`ctCollectionId`), KEY `IX_C25228E0` (`groupId`,`ctCollectionId`), KEY `IX_96DEA1DD` (`groupId`,`fragmentCollectionId`,`ctCollectionId`), KEY `IX_30ABC071` (`groupId`,`fragmentCollectionId`,`head`,`ctCollectionId`), KEY `IX_CEAAB85C` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`), KEY `IX_66C6BBB0` (`groupId`,`fragmentCollectionId`,`name`,`head`,`ctCollectionId`), KEY `IX_49BF8D42` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`), KEY `IX_72C5CC16` (`groupId`,`fragmentCollectionId`,`name`,`status`,`head`,`ctCollectionId`), KEY `IX_2E7665C3` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`), KEY `IX_60FE7FD7` (`groupId`,`fragmentCollectionId`,`status`,`head`,`ctCollectionId`), KEY `IX_2A7A0DD4` (`groupId`,`fragmentCollectionId`,`type_`,`ctCollectionId`), KEY `IX_A8EE1728` (`groupId`,`fragmentCollectionId`,`type_`,`head`,`ctCollectionId`), KEY `IX_9F7DEABA` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`ctCollectionId`), KEY `IX_71762F8E` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`head`,`ctCollectionId`), KEY `IX_67941F11` (`groupId`,`fragmentEntryKey`,`ctCollectionId`), KEY `IX_C1D0B934` (`groupId`,`head`,`ctCollectionId`), KEY `IX_5615117A` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_7445464E` (`uuid_`,`companyId`,`head`,`ctCollectionId`), KEY `IX_D2EC1FEA` (`uuid_`,`ctCollectionId`), KEY `IX_4606AFC` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_6FD3C0BE` (`uuid_`,`head`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of fragmententry -- ---------------------------- -- ---------------------------- -- Table structure for `fragmententrylink` -- ---------------------------- DROP TABLE IF EXISTS `fragmententrylink`; CREATE TABLE `fragmententrylink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryLinkId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `originalFragmentEntryLinkId` bigint(20) DEFAULT NULL, `fragmentEntryId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `configuration` longtext, `editableValues` longtext, `namespace` varchar(75) DEFAULT NULL, `position` int(11) DEFAULT NULL, `rendererKey` varchar(200) DEFAULT NULL, `lastPropagationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryLinkId`,`ctCollectionId`), UNIQUE KEY `IX_145C8796` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_6AFFBB89` (`fragmentEntryId`,`ctCollectionId`), KEY `IX_932B7FDB` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_7AB5A586` (`groupId`,`ctCollectionId`), KEY `IX_B7BFD778` (`groupId`,`fragmentEntryId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_4C1EB947` (`groupId`,`fragmentEntryId`,`classNameId`,`ctCollectionId`), KEY `IX_25790E3` (`groupId`,`fragmentEntryId`,`ctCollectionId`), KEY `IX_1A46116E` (`groupId`,`fragmentEntryId`,`plid`,`ctCollectionId`), KEY `IX_FF5CDFD1` (`groupId`,`plid`,`ctCollectionId`), KEY `IX_56DF5B4` (`groupId`,`segmentsExperienceId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_BB1027AA` (`groupId`,`segmentsExperienceId`,`plid`,`ctCollectionId`), KEY `IX_28F091A8` (`rendererKey`,`ctCollectionId`), KEY `IX_577C6F94` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_83328E10` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of fragmententrylink -- ---------------------------- INSERT INTO `fragmententrylink` VALUES ('0', '0', '36425ede-efb4-4698-266a-d5174eb92090', '39954', '20121', '20097', '20102', null, '2020-09-03 01:11:08.499000', '2020-09-03 01:11:07.308000', '0', '0', '0', '20026', '7', '7', '.fragment-heading-text-colored a {\n color: inherit;\n}', '<${configuration.headingLevel}\n class=\"component-heading text-break\"\n data-lfr-editable-id=\"element-text\"\n data-lfr-editable-type=\"text\"\n>\n Heading Example\n', '', '{\n \"fieldSets\": [\n {\n \"fields\": [\n {\n \"dataType\": \"string\",\n \"defaultValue\": \"h1\",\n \"label\": \"heading-level\",\n \"name\": \"headingLevel\",\n \"type\": \"select\",\n \"typeOptions\": {\n \"validValues\": [\n {\n \"value\": \"h1\"\n },\n {\n \"value\": \"h2\"\n },\n {\n \"value\": \"h3\"\n },\n {\n \"value\": \"h4\"\n }\n ]\n }\n }\n ]\n }\n ]\n}', '{\"com.liferay.fragment.entry.processor.background.image.BackgroundImageFragmentEntryProcessor\":{},\"com.liferay.fragment.entry.processor.editable.EditableFragmentEntryProcessor\":{\"element-text\":{\"ca_AD\":\"Hello World\",\"ro_RO\":\"bună oameni buni\",\"pt_BR\":\"Olá Mundo\",\"th_TH\":\"หวัดดีชาวโลก\",\"cs_CZ\":\"Ahoj světe\",\"in_ID\":\"Halo dunia\",\"hu_HU\":\"Helló Világ\",\"ar_SA\":\"أهلاً بالعالم\",\"nb_NO\":\"hallo verden\",\"lo_LA\":\"Hello World\",\"gl_ES\":\"Hello World\",\"sk_SK\":\"čaute všetci\",\"es_ES\":\"Hola Mundo\",\"nl_NL\":\"Hello World\",\"nl_BE\":\"Hello World\",\"sv_SE\":\"Hej världen\",\"da_DK\":\"Hello World\",\"ta_IN\":\"ஹலோ உலகம்\",\"sr_RS\":\"Hello World\",\"iw_IL\":\"Hello World\",\"hr_HR\":\"Hello World\",\"sr_RS_latin\":\"Hello World\",\"ko_KR\":\"전 세계 여러분 안녕하세요\",\"en_US\":\"Hello World\",\"lt_LT\":\"sveikas, pasauli\",\"kk_KZ\":\"Hello World\",\"el_GR\":\"Γεια σου κόσμε\",\"it_IT\":\"Hello world\",\"ru_RU\":\"Всем привет\",\"pl_PL\":\"Cześć ludzie\",\"en_AU\":\"Hello World\",\"tr_TR\":\"Merhaba Dünya\",\"hi_IN\":\"हैलो वर्ल्ड\",\"fr_FR\":\"Bonjour le monde\",\"ja_JP\":\"Hello World\",\"de_DE\":\"Hallo Welt\",\"zh_TW\":\"世界您好\",\"eu_ES\":\"Hello World\",\"fr_CA\":\"Hello World\",\"fa_IR\":\"سلام به دنیا\",\"bg_BG\":\"Здравей, свят\",\"vi_VN\":\"Chào thế giới\",\"fi_FI\":\"Hei, Maailma\",\"en_GB\":\"Hello World\",\"et_EE\":\"Tere maailm\",\"uk_UA\":\"Привіт, народ\",\"sl_SI\":\"pozdravljeni vsi skupaj\",\"zh_CN\":\"Hello World\",\"pt_PT\":\"Olá, mundo\"}},\"com.liferay.fragment.entry.processor.freemarker.FreeMarkerFragmentEntryProcessor\":{\"textAlign\":\"left\",\"marginBottom\":\"3\",\"headingLevel\":\"h1\",\"textColor\":\"white\"}}', 'xdps', '0', 'BASIC_COMPONENT-heading', '2020-09-03 01:11:08.499000', null); INSERT INTO `fragmententrylink` VALUES ('0', '0', '9fb45826-d8a1-83ed-13ce-75e18ed9c348', '39957', '20121', '20097', '20102', null, '2020-09-03 01:11:08.533000', '2020-09-03 01:11:07.308000', '0', '0', '0', '20026', '7', '7', '.component-paragraph img {\n max-width: 100%;\n}', '
    \n A paragraph is a self-contained unit of a discourse in writing dealing with\n a particular point or idea. Paragraphs are usually an expected part of\n formal writing, used to organize longer prose.\n
    ', '', '', '{\"com.liferay.fragment.entry.processor.background.image.BackgroundImageFragmentEntryProcessor\":{},\"com.liferay.fragment.entry.processor.editable.EditableFragmentEntryProcessor\":{\"element-text\":{\"ca_AD\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ro_RO\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"defaultValue\":\"\\n\\tA paragraph is a self-contained unit of a discourse in writing dealing with\\n\\ta particular point or idea. Paragraphs are usually an expected part of\\n\\tformal writing, used to organize longer prose.\\n\",\"pt_BR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"th_TH\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"cs_CZ\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"in_ID\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hu_HU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ar_SA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nb_NO\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"lo_LA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"gl_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sk_SK\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"es_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nl_NL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nl_BE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sv_SE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"da_DK\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ta_IN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sr_RS\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"iw_IL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hr_HR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sr_RS_latin\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ko_KR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_US\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"lt_LT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"kk_KZ\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"el_GR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"it_IT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ru_RU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"pl_PL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_AU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"tr_TR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hi_IN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fr_FR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ja_JP\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"de_DE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"zh_TW\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"eu_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fr_CA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fa_IR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"bg_BG\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"vi_VN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fi_FI\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_GB\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"et_EE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"uk_UA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sl_SI\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"zh_CN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"config\":{},\"pt_PT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\"}},\"com.liferay.fragment.entry.processor.freemarker.FreeMarkerFragmentEntryProcessor\":{\"textAlign\":\"left\",\"marginBottom\":\"3\",\"textColor\":\"white\"}}', 'xvje', '1', 'BASIC_COMPONENT-paragraph', '2020-09-03 01:11:08.533000', null); INSERT INTO `fragmententrylink` VALUES ('0', '0', '4428e691-4bcb-654b-0401-f3e1619ea7f2', '39968', '20121', '20097', '20102', null, '2020-09-03 01:11:08.724000', '2020-09-03 01:11:07.308000', '0', '0', '0', '20026', '6', '6', '.component-paragraph img {\n max-width: 100%;\n}', '
    \n A paragraph is a self-contained unit of a discourse in writing dealing with\n a particular point or idea. Paragraphs are usually an expected part of\n formal writing, used to organize longer prose.\n
    ', '', '', '{\"com.liferay.fragment.entry.processor.background.image.BackgroundImageFragmentEntryProcessor\":{},\"com.liferay.fragment.entry.processor.editable.EditableFragmentEntryProcessor\":{\"element-text\":{\"ca_AD\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ro_RO\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"defaultValue\":\"\\n\\tA paragraph is a self-contained unit of a discourse in writing dealing with\\n\\ta particular point or idea. Paragraphs are usually an expected part of\\n\\tformal writing, used to organize longer prose.\\n\",\"pt_BR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"th_TH\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"cs_CZ\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"in_ID\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hu_HU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ar_SA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nb_NO\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"lo_LA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"gl_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sk_SK\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"es_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nl_NL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"nl_BE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sv_SE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"da_DK\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ta_IN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sr_RS\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"iw_IL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hr_HR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sr_RS_latin\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ko_KR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_US\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"lt_LT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"kk_KZ\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"el_GR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"it_IT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ru_RU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"pl_PL\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_AU\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"tr_TR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"hi_IN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fr_FR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"ja_JP\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"de_DE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"zh_TW\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"eu_ES\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fr_CA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fa_IR\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"bg_BG\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"vi_VN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"fi_FI\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"en_GB\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"et_EE\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"uk_UA\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"sl_SI\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"zh_CN\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\",\"config\":{},\"pt_PT\":\"Welcome to Liferay Digital Experience Platform 7.3.10 GA1
    (Athanasius / Build 7310 / September 22, 2020).\"}},\"com.liferay.fragment.entry.processor.freemarker.FreeMarkerFragmentEntryProcessor\":{\"textAlign\":\"left\",\"marginBottom\":\"3\",\"textColor\":\"white\"}}', 'xvje', '1', 'BASIC_COMPONENT-paragraph', '2020-09-03 01:11:08.724000', null); INSERT INTO `fragmententrylink` VALUES ('0', '0', 'f7528195-d8d7-28a8-6b13-e61b03eb5058', '39970', '20121', '20097', '20102', null, '2020-09-03 01:11:08.742000', '2020-09-03 01:11:07.308000', '0', '0', '0', '20026', '6', '6', '.fragment-heading-text-colored a {\n color: inherit;\n}', '<${configuration.headingLevel}\n class=\"component-heading text-break\"\n data-lfr-editable-id=\"element-text\"\n data-lfr-editable-type=\"text\"\n>\n Heading Example\n', '', '{\n \"fieldSets\": [\n {\n \"fields\": [\n {\n \"dataType\": \"string\",\n \"defaultValue\": \"h1\",\n \"label\": \"heading-level\",\n \"name\": \"headingLevel\",\n \"type\": \"select\",\n \"typeOptions\": {\n \"validValues\": [\n {\n \"value\": \"h1\"\n },\n {\n \"value\": \"h2\"\n },\n {\n \"value\": \"h3\"\n },\n {\n \"value\": \"h4\"\n }\n ]\n }\n }\n ]\n }\n ]\n}', '{\"com.liferay.fragment.entry.processor.background.image.BackgroundImageFragmentEntryProcessor\":{},\"com.liferay.fragment.entry.processor.editable.EditableFragmentEntryProcessor\":{\"element-text\":{\"ca_AD\":\"Hello World\",\"ro_RO\":\"bună oameni buni\",\"pt_BR\":\"Olá Mundo\",\"th_TH\":\"หวัดดีชาวโลก\",\"cs_CZ\":\"Ahoj světe\",\"in_ID\":\"Halo dunia\",\"hu_HU\":\"Helló Világ\",\"ar_SA\":\"أهلاً بالعالم\",\"nb_NO\":\"hallo verden\",\"lo_LA\":\"Hello World\",\"gl_ES\":\"Hello World\",\"sk_SK\":\"čaute všetci\",\"es_ES\":\"Hola Mundo\",\"nl_NL\":\"Hello World\",\"nl_BE\":\"Hello World\",\"sv_SE\":\"Hej världen\",\"da_DK\":\"Hello World\",\"ta_IN\":\"ஹலோ உலகம்\",\"sr_RS\":\"Hello World\",\"iw_IL\":\"Hello World\",\"hr_HR\":\"Hello World\",\"sr_RS_latin\":\"Hello World\",\"ko_KR\":\"전 세계 여러분 안녕하세요\",\"en_US\":\"Hello World\",\"lt_LT\":\"sveikas, pasauli\",\"kk_KZ\":\"Hello World\",\"el_GR\":\"Γεια σου κόσμε\",\"it_IT\":\"Hello world\",\"ru_RU\":\"Всем привет\",\"pl_PL\":\"Cześć ludzie\",\"en_AU\":\"Hello World\",\"tr_TR\":\"Merhaba Dünya\",\"hi_IN\":\"हैलो वर्ल्ड\",\"fr_FR\":\"Bonjour le monde\",\"ja_JP\":\"Hello World\",\"de_DE\":\"Hallo Welt\",\"zh_TW\":\"世界您好\",\"eu_ES\":\"Hello World\",\"fr_CA\":\"Hello World\",\"fa_IR\":\"سلام به دنیا\",\"bg_BG\":\"Здравей, свят\",\"vi_VN\":\"Chào thế giới\",\"fi_FI\":\"Hei, Maailma\",\"en_GB\":\"Hello World\",\"et_EE\":\"Tere maailm\",\"uk_UA\":\"Привіт, народ\",\"sl_SI\":\"pozdravljeni vsi skupaj\",\"zh_CN\":\"Hello World\",\"pt_PT\":\"Olá, mundo\"}},\"com.liferay.fragment.entry.processor.freemarker.FreeMarkerFragmentEntryProcessor\":{\"textAlign\":\"left\",\"marginBottom\":\"3\",\"headingLevel\":\"h1\",\"textColor\":\"white\"}}', 'xdps', '0', 'BASIC_COMPONENT-heading', '2020-09-03 01:11:08.742000', null); -- ---------------------------- -- Table structure for `fragmententryversion` -- ---------------------------- DROP TABLE IF EXISTS `fragmententryversion`; CREATE TABLE `fragmententryversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `fragmentEntryVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionId` bigint(20) DEFAULT NULL, `fragmentEntryKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `cacheable` tinyint(4) DEFAULT NULL, `configuration` longtext, `previewFileEntryId` bigint(20) DEFAULT NULL, `readOnly` tinyint(4) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryVersionId`,`ctCollectionId`), UNIQUE KEY `IX_E87ED835` (`fragmentEntryId`,`version`,`ctCollectionId`), UNIQUE KEY `IX_32C340C7` (`groupId`,`fragmentEntryKey`,`version`,`ctCollectionId`), UNIQUE KEY `IX_937B0E54` (`uuid_`,`groupId`,`version`,`ctCollectionId`), KEY `IX_646748B7` (`fragmentCollectionId`,`ctCollectionId`), KEY `IX_DC8A5E2D` (`fragmentCollectionId`,`version`,`ctCollectionId`), KEY `IX_E487E5AF` (`fragmentEntryId`,`ctCollectionId`), KEY `IX_64C555AC` (`groupId`,`ctCollectionId`), KEY `IX_36EEEDA9` (`groupId`,`fragmentCollectionId`,`ctCollectionId`), KEY `IX_BD8DFB28` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`), KEY `IX_70C9440E` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`), KEY `IX_342834B6` (`groupId`,`fragmentCollectionId`,`name`,`status`,`version`,`ctCollectionId`), KEY `IX_5336DADC` (`groupId`,`fragmentCollectionId`,`name`,`version`,`ctCollectionId`), KEY `IX_F194258F` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`), KEY `IX_9C0C7455` (`groupId`,`fragmentCollectionId`,`status`,`version`,`ctCollectionId`), KEY `IX_17FF2488` (`groupId`,`fragmentCollectionId`,`type_`,`ctCollectionId`), KEY `IX_59AB0D6E` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`ctCollectionId`), KEY `IX_FDC2F756` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`version`,`ctCollectionId`), KEY `IX_868E3D7C` (`groupId`,`fragmentCollectionId`,`type_`,`version`,`ctCollectionId`), KEY `IX_EBC8297B` (`groupId`,`fragmentCollectionId`,`version`,`ctCollectionId`), KEY `IX_9FDA30DD` (`groupId`,`fragmentEntryKey`,`ctCollectionId`), KEY `IX_A18314D8` (`groupId`,`version`,`ctCollectionId`), KEY `IX_EF98A2E` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_2A14D296` (`uuid_`,`companyId`,`version`,`ctCollectionId`), KEY `IX_619C0FB6` (`uuid_`,`ctCollectionId`), KEY `IX_C5B380B0` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_9C7C060E` (`uuid_`,`version`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of fragmententryversion -- ---------------------------- -- ---------------------------- -- Table structure for `friendlyurlentry` -- ---------------------------- DROP TABLE IF EXISTS `friendlyurlentry`; CREATE TABLE `friendlyurlentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `friendlyURLEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryId`,`ctCollectionId`), UNIQUE KEY `IX_D51F1A48` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_FE1EF2E9` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_F1E51DC6` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_3328CB1E` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of friendlyurlentry -- ---------------------------- INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'e6cf5ea2-f939-d633-495b-5bfa256675b4', 'en_US', '39507', '39502', '20097', '2020-09-03 01:11:01.634000', '2020-09-03 01:11:01.634000', '39504', '4'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'bc731926-d2bf-9f56-2ccc-c237208568b2', 'en_US', '39648', '20121', '20097', '2020-09-03 01:11:02.148000', '2020-09-03 01:11:02.148000', '39624', '5'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'e32a1b1b-bcbe-206f-e7e0-5e644f8a1bf1', 'en_US', '39917', '20121', '20097', '2020-09-03 01:11:07.342000', '2020-09-03 01:11:07.342000', '39624', '6'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', '724d5265-35e1-7ce6-d8d0-e20a730d6b4c', 'en_US', '39921', '20121', '20097', '2020-09-03 01:11:07.381000', '2020-09-03 01:11:07.308000', '39624', '7'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', '3f3eadd7-5bc0-21cd-20b1-88d786e8ddd9', 'en_US', '40167', '40164', '20097', '2020-09-03 01:11:15.277000', '2020-09-03 01:11:15.277000', '39504', '8'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'f900f604-9d75-c791-38dd-d424dc9daf00', 'en_US', '40178', '40175', '20097', '2020-09-03 01:11:15.566000', '2020-09-03 01:11:15.566000', '39504', '9'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'ab68f0fd-a801-4561-a38a-8a8b4add0d4d', 'en_US', '40193', '40190', '20097', '2020-09-03 01:11:16.118000', '2020-09-03 01:11:16.118000', '39504', '10'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', '25c69437-db35-7cee-d053-2f34042392c4', 'en_US', '40198', '40190', '20097', '2020-09-03 01:11:16.201000', '2020-09-03 01:11:16.201000', '39504', '11'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', '9c92ae3b-d120-f701-96e5-f36a33732f34', 'en_US', '40203', '40190', '20097', '2020-09-03 01:11:16.264000', '2020-09-03 01:11:16.264000', '39504', '12'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', '7eb92c7b-a64f-9060-1430-7f076105fa81', 'en_US', '40227', '40224', '20097', '2020-09-03 01:11:17.715000', '2020-09-03 01:11:17.715000', '39504', '13'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'f67dc39c-bb10-2815-76d7-ab65b0a2f685', 'en_US', '40232', '40224', '20097', '2020-09-03 01:11:18.393000', '2020-09-03 01:11:18.393000', '39504', '14'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'b5ba2716-62db-6f17-1abd-9e76fa20aeb1', 'en_US', '40293', '20128', '20097', '2020-09-03 01:14:59.055000', '2020-09-03 01:14:59.055000', '39504', '15'); INSERT INTO `friendlyurlentry` VALUES ('0', '0', 'edebc2f0-f252-cf42-62c1-4ce0286721d1', 'en_US', '40297', '20128', '20097', '2020-09-03 01:14:59.348000', '2020-09-03 01:14:59.348000', '39624', '16'); INSERT INTO `friendlyurlentry` VALUES ('0', '1', '5fd85d86-f7fc-ee1c-e9b1-4066857c64fa', 'en_US', '40312', '20121', '20097', '2020-09-03 01:16:32.184000', '2020-09-03 01:16:32.184000', '20131', '40309'); -- ---------------------------- -- Table structure for `friendlyurlentrylocalization` -- ---------------------------- DROP TABLE IF EXISTS `friendlyurlentrylocalization`; CREATE TABLE `friendlyurlentrylocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `friendlyURLEntryLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `friendlyURLEntryId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryLocalizationId`,`ctCollectionId`), UNIQUE KEY `IX_BBF3E90F` (`friendlyURLEntryId`,`languageId`,`ctCollectionId`), UNIQUE KEY `IX_C753170C` (`groupId`,`classNameId`,`urlTitle`,`ctCollectionId`), KEY `IX_4F41A5C8` (`friendlyURLEntryId`,`ctCollectionId`), KEY `IX_40A51197` (`groupId`,`classNameId`,`classPK`,`languageId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of friendlyurlentrylocalization -- ---------------------------- INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '1', '20097', '39507', 'en_US', '/layout', '39502', '39504', '4'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '2', '20097', '39648', 'en_US', '/search', '20121', '39624', '5'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '101', '20097', '39917', 'en_US', '/home', '20121', '39624', '6'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '102', '20097', '39921', 'en_US', '/home1', '20121', '39624', '7'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '103', '20097', '40167', 'en_US', '/layout', '40164', '39504', '8'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '104', '20097', '40178', 'en_US', '/layout', '40175', '39504', '9'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '105', '20097', '40193', 'en_US', '/home', '40190', '39504', '10'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '106', '20097', '40198', 'en_US', '/documents', '40190', '39504', '11'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '107', '20097', '40203', 'en_US', '/news', '40190', '39504', '12'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '108', '20097', '40227', 'en_US', '/home', '40224', '39504', '13'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '109', '20097', '40232', 'en_US', '/wiki', '40224', '39504', '14'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '110', '20097', '40293', 'en_US', '/home', '20128', '39504', '15'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '0', '111', '20097', '40297', 'en_US', '/home', '20128', '39624', '16'); INSERT INTO `friendlyurlentrylocalization` VALUES ('0', '1', '112', '20097', '40312', 'en_US', 'web-content-1', '20121', '20131', '40309'); -- ---------------------------- -- Table structure for `friendlyurlentrymapping` -- ---------------------------- DROP TABLE IF EXISTS `friendlyurlentrymapping`; CREATE TABLE `friendlyurlentrymapping` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `friendlyURLEntryMappingId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `friendlyURLEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryMappingId`,`ctCollectionId`), UNIQUE KEY `IX_5BE324B9` (`classNameId`,`classPK`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of friendlyurlentrymapping -- ---------------------------- INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '39506', '20097', '39504', '4', '39507'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '39647', '20097', '39624', '5', '39648'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '39916', '20097', '39624', '6', '39917'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '39920', '20097', '39624', '7', '39921'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40166', '20097', '39504', '8', '40167'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40177', '20097', '39504', '9', '40178'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40192', '20097', '39504', '10', '40193'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40197', '20097', '39504', '11', '40198'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40202', '20097', '39504', '12', '40203'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40226', '20097', '39504', '13', '40227'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40231', '20097', '39504', '14', '40232'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40292', '20097', '39504', '15', '40293'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '0', '40296', '20097', '39624', '16', '40297'); INSERT INTO `friendlyurlentrymapping` VALUES ('0', '1', '40311', '20097', '20131', '40309', '40312'); -- ---------------------------- -- Table structure for `groups_orgs` -- ---------------------------- DROP TABLE IF EXISTS `groups_orgs`; CREATE TABLE `groups_orgs` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`,`organizationId`,`ctCollectionId`), KEY `IX_8BFD4548` (`companyId`), KEY `IX_6BBB7682` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of groups_orgs -- ---------------------------- -- ---------------------------- -- Table structure for `groups_roles` -- ---------------------------- DROP TABLE IF EXISTS `groups_roles`; CREATE TABLE `groups_roles` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`,`roleId`,`ctCollectionId`), KEY `IX_557D8550` (`companyId`), KEY `IX_3103EF3D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of groups_roles -- ---------------------------- -- ---------------------------- -- Table structure for `groups_usergroups` -- ---------------------------- DROP TABLE IF EXISTS `groups_usergroups`; CREATE TABLE `groups_usergroups` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`,`userGroupId`,`ctCollectionId`), KEY `IX_676FC818` (`companyId`), KEY `IX_3B69160F` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of groups_usergroups -- ---------------------------- -- ---------------------------- -- Table structure for `group_` -- ---------------------------- DROP TABLE IF EXISTS `group_`; CREATE TABLE `group_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `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, `treePath` longtext, `groupKey` varchar(150) DEFAULT NULL, `name` longtext, `description` longtext, `type_` int(11) DEFAULT NULL, `typeSettings` longtext, `manualMembership` tinyint(4) DEFAULT NULL, `membershipRestriction` int(11) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `site` tinyint(4) DEFAULT NULL, `remoteStagingGroupCount` int(11) DEFAULT NULL, `inheritContent` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`,`ctCollectionId`), UNIQUE KEY `IX_504CABF5` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`), UNIQUE KEY `IX_B894AE04` (`companyId`,`classNameId`,`liveGroupId`,`groupKey`,`ctCollectionId`), UNIQUE KEY `IX_9A7D6AD0` (`companyId`,`friendlyURL`,`ctCollectionId`), UNIQUE KEY `IX_BE219CF4` (`companyId`,`groupKey`,`ctCollectionId`), UNIQUE KEY `IX_94AE0C4E` (`companyId`,`liveGroupId`,`groupKey`,`ctCollectionId`), UNIQUE KEY `IX_7478D97A` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_EB3A63D9` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_BD3CB13A` (`classNameId`,`groupId`,`companyId`,`parentGroupId`), KEY `IX_8B5402E5` (`companyId`,`active_`,`ctCollectionId`), KEY `IX_2442742A` (`companyId`,`classNameId`,`ctCollectionId`), KEY `IX_B7EBDBB2` (`companyId`,`classNameId`,`parentGroupId`,`ctCollectionId`), KEY `IX_286EE120` (`companyId`,`ctCollectionId`), KEY `IX_A20523FC` (`companyId`,`parentGroupId`,`ctCollectionId`), KEY `IX_121A14F7` (`companyId`,`parentGroupId`,`site`,`ctCollectionId`), KEY `IX_162053E9` (`companyId`,`parentGroupId`,`site`,`inheritContent`,`ctCollectionId`), KEY `IX_4108074A` (`companyId`,`site`,`active_`,`ctCollectionId`), KEY `IX_CFE2671B` (`companyId`,`site`,`ctCollectionId`), KEY `IX_8060F096` (`liveGroupId`,`ctCollectionId`), KEY `IX_5263ACD8` (`type_`,`active_`,`ctCollectionId`), KEY `IX_21CBD878` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_BFEBCBAC` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of group_ -- ---------------------------- INSERT INTO `group_` VALUES ('0', '0', '227311b4-5b78-d9be-b88c-e4c8b3db2a0b', '20116', '20097', '20102', '20021', '20116', '0', '0', '/20116/', 'Control Panel', 'Control Panel', null, '3', '', '1', '0', '/control_panel', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', 'bb138bb3-e66c-7552-a842-f6a0177e2426', '20120', '20097', '20102', '20021', '20120', '0', '0', '/20120/', 'Forms', 'Forms', null, '3', '', '1', '0', '/forms', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('1', '0', '14577d61-2d34-ddf6-2a1a-5a0bc5d423a7', '20121', '20097', '20102', '20021', '20121', '0', '0', '/20121/', 'Guest', 'Guest', null, '1', 'searchLayoutCreated=true\n', '1', '0', '/guest', '1', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '93a8065b-1408-f659-b647-3f966d676bde', '20122', '20097', '20102', '20117', '20102', '0', '0', '/20122/', 'User Personal Site', 'User Personal Site', null, '3', '', '1', '0', '/personal_site', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '54b5b58b-c2ab-19db-33ee-9ad389862a6d', '20123', '20097', '20102', '20018', '20097', '0', '0', '/20123/', '20097', 'Global', null, '0', '', '1', '0', '/global', '1', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '6070491a-9c8b-ac19-0001-c083ffba10e8', '20128', '20097', '20125', '20039', '20125', '0', '0', '/20128/', '20125', null, null, '0', '', '1', '0', '/test', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '555395e9-5aee-b011-ee45-963320bfb713', '39502', '20097', '20102', '20028', '39501', '0', '0', '/39502/', '39501', 'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken', null, '0', '', '1', '0', '/template-39501', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '4aad6f0b-64ba-b621-5061-10b0981cb94e', '40164', '20097', '20102', '20028', '40163', '0', '0', '/40164/', '40163', 'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog', null, '0', '', '1', '0', '/template-40163', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', 'b66a493b-a009-5921-90cf-353692266ace', '40175', '20097', '20102', '20028', '40174', '0', '0', '/40175/', '40174', 'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s', null, '0', '', '1', '0', '/template-40174', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '3a4d9f00-ad9d-8014-3bbc-7526a778410d', '40190', '20097', '20102', '20070', '40189', '0', '0', '/40190/', '40189', 'IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website', null, '0', '', '1', '0', '/template-40189', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '77516b7e-0632-0c44-b4b7-4fb137534b09', '40224', '20097', '20102', '20070', '40223', '0', '0', '/40224/', '40223', 'CommunityplatsSite da ComunidadeコミュニティーサイトSite de communautéKözösségi webhelyCommunity-SiteLloc comunitariموقع اجتماعيYhteisösivustoCommunity Site社区站点Sitio de comunidadCommunity website', null, '0', '', '1', '0', '/template-40223', '0', '0', '0', '1'); INSERT INTO `group_` VALUES ('0', '0', '99c57dba-b369-e85a-44b7-c9fdb94041d9', '40239', '20097', '20102', '35201', '40238', '0', '0', '/40239/', '40238', 'Master', null, '3', '', '0', '0', '/master', '0', '0', '0', '1'); -- ---------------------------- -- Table structure for `image` -- ---------------------------- DROP TABLE IF EXISTS `image`; CREATE TABLE `image` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `imageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` int(11) DEFAULT NULL, PRIMARY KEY (`imageId`,`ctCollectionId`), KEY `IX_9720F6AB` (`size_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of image -- ---------------------------- INSERT INTO `image` VALUES ('0', '0', '39671', '20097', '2020-09-03 01:11:02.550000', 'png', '112', '112', '1111'); -- ---------------------------- -- Table structure for `im_memberrequest` -- ---------------------------- DROP TABLE IF EXISTS `im_memberrequest`; CREATE TABLE `im_memberrequest` ( `memberRequestId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `receiverUserId` bigint(20) DEFAULT NULL, `invitedRoleId` bigint(20) DEFAULT NULL, `invitedTeamId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`memberRequestId`), KEY `IX_4C831DF9` (`groupId`,`receiverUserId`,`status`), KEY `IX_B4BCD9B4` (`key_`), KEY `IX_B312EB0F` (`receiverUserId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of im_memberrequest -- ---------------------------- -- ---------------------------- -- Table structure for `journalarticle` -- ---------------------------- DROP TABLE IF EXISTS `journalarticle`; CREATE TABLE `journalarticle` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `treePath` longtext, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `content` longtext, `DDMStructureKey` varchar(75) DEFAULT NULL, `DDMTemplateKey` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `layoutUuid` varchar(75) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `reviewDate` datetime(6) DEFAULT NULL, `indexable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`id_`,`ctCollectionId`), UNIQUE KEY `IX_D3ACAD4A` (`groupId`,`articleId`,`version`,`ctCollectionId`), UNIQUE KEY `IX_4D5E99B9` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_F1C2B662` (`DDMStructureKey`,`ctCollectionId`), KEY `IX_A01DB92F` (`DDMTemplateKey`,`ctCollectionId`), KEY `IX_AAF3B581` (`companyId`,`ctCollectionId`), KEY `IX_6D9F9567` (`companyId`,`status`,`ctCollectionId`), KEY `IX_F12AB4A3` (`companyId`,`version`,`ctCollectionId`), KEY `IX_F97E5289` (`companyId`,`version`,`status`,`ctCollectionId`), KEY `IX_62EBBA43` (`ctCollectionId`), KEY `IX_55CADE3F` (`displayDate`,`status`,`ctCollectionId`), KEY `IX_70325BE2` (`groupId`,`DDMStructureKey`,`ctCollectionId`), KEY `IX_6A6363AF` (`groupId`,`DDMTemplateKey`,`ctCollectionId`), KEY `IX_E10314FA` (`groupId`,`articleId`,`ctCollectionId`), KEY `IX_9E386BE0` (`groupId`,`articleId`,`status`,`ctCollectionId`), KEY `IX_8A0FEBBE` (`groupId`,`classNameId`,`DDMStructureKey`,`ctCollectionId`), KEY `IX_20E66853` (`groupId`,`classNameId`,`DDMTemplateKey`,`ctCollectionId`), KEY `IX_E748358` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_6CA45D20` (`groupId`,`classNameId`,`layoutUuid`,`ctCollectionId`), KEY `IX_1ED664C3` (`groupId`,`ctCollectionId`), KEY `IX_8868DCD0` (`groupId`,`folderId`,`classNameId`,`status`,`ctCollectionId`), KEY `IX_74060760` (`groupId`,`folderId`,`ctCollectionId`), KEY `IX_D36D9846` (`groupId`,`folderId`,`status`,`ctCollectionId`), KEY `IX_E6BD667C` (`groupId`,`layoutUuid`,`ctCollectionId`), KEY `IX_E107E2A9` (`groupId`,`status`,`ctCollectionId`), KEY `IX_254CBF60` (`groupId`,`urlTitle`,`ctCollectionId`), KEY `IX_E7C5046` (`groupId`,`urlTitle`,`status`,`ctCollectionId`), KEY `IX_E20FD06D` (`groupId`,`userId`,`classNameId`,`ctCollectionId`), KEY `IX_B2F1D3FD` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_75FE7BFC` (`layoutUuid`,`ctCollectionId`), KEY `IX_7D1E8774` (`resourcePrimKey`,`ctCollectionId`), KEY `IX_60EF9564` (`resourcePrimKey`,`indexable`,`ctCollectionId`), KEY `IX_DFAE24A` (`resourcePrimKey`,`indexable`,`status`,`ctCollectionId`), KEY `IX_115EC45A` (`resourcePrimKey`,`status`,`ctCollectionId`), KEY `IX_DAB0F686` (`smallImageId`,`ctCollectionId`), KEY `IX_584284F7` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_9603F88D` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalarticle -- ---------------------------- INSERT INTO `journalarticle` VALUES ('1', '1', '1a3667eb-0958-94fa-f8bd-cafbb8fa0bde', '40308', '40309', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:32.170000', '2020-09-03 01:16:32.373000', '0', '0', '0', '/', '40307', '1', 'web-content-1', '\n\n\n \n \n \n', 'BASIC-WEB-CONTENT', 'BASIC-WEB-CONTENT', 'en_US', null, '2020-09-03 01:16:00.000000', null, null, '1', '0', '40310', null, null, '0', '20125', 'Test Test', '2020-09-03 01:16:32.373000'); INSERT INTO `journalarticle` VALUES ('1', '2', '55ed2ef1-7e3f-51f3-48ee-89a2d4a11d09', '40330', '40309', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:16:32.170000', '2020-09-03 01:17:29.512000', '0', '0', '0', '/', '40307', '1.1', 'web-content-1', '\n\n\n \n \n \n', 'BASIC-WEB-CONTENT', 'BASIC-WEB-CONTENT', 'en_US', null, '2020-09-03 01:16:00.000000', null, null, '1', '0', '0', null, null, '0', '20125', 'Test Test', '2020-09-03 01:17:29.512000'); -- ---------------------------- -- Table structure for `journalarticlelocalization` -- ---------------------------- DROP TABLE IF EXISTS `journalarticlelocalization`; CREATE TABLE `journalarticlelocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `articleLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `articlePK` bigint(20) DEFAULT NULL, `title` varchar(400) DEFAULT NULL, `description` longtext, `languageId` varchar(75) DEFAULT NULL, PRIMARY KEY (`articleLocalizationId`,`ctCollectionId`), UNIQUE KEY `IX_5593D868` (`articlePK`,`languageId`,`ctCollectionId`), UNIQUE KEY `IX_9B44D13C` (`companyId`,`articlePK`,`languageId`,`ctCollectionId`), UNIQUE KEY `IX_97DC9F36` (`companyId`,`articlePK`,`title`(255),`languageId`,`ctCollectionId`), KEY `IX_E69312A1` (`articlePK`,`ctCollectionId`), KEY `IX_429AC23C` (`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalarticlelocalization -- ---------------------------- INSERT INTO `journalarticlelocalization` VALUES ('0', '1', '40313', '20097', '40308', 'Web Content 1', null, 'en_US'); INSERT INTO `journalarticlelocalization` VALUES ('0', '2', '40331', '20097', '40330', 'Web Content 1 edited1', null, 'en_US'); -- ---------------------------- -- Table structure for `journalarticleresource` -- ---------------------------- DROP TABLE IF EXISTS `journalarticleresource`; CREATE TABLE `journalarticleresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`,`ctCollectionId`), UNIQUE KEY `IX_57129BA8` (`groupId`,`articleId`,`ctCollectionId`), UNIQUE KEY `IX_37A8A767` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_B332E3F1` (`ctCollectionId`), KEY `IX_FB783ED5` (`groupId`,`ctCollectionId`), KEY `IX_D83FDF25` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_63192F1F` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalarticleresource -- ---------------------------- INSERT INTO `journalarticleresource` VALUES ('0', '1', 'f3bb2327-6b39-24eb-b432-aea69b18d231', '40309', '20121', '20097', '40307'); -- ---------------------------- -- Table structure for `journalcontentsearch` -- ---------------------------- DROP TABLE IF EXISTS `journalcontentsearch`; CREATE TABLE `journalcontentsearch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_49A6FA16` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`articleId`,`ctCollectionId`), KEY `IX_5D001F8F` (`articleId`,`ctCollectionId`), KEY `IX_856A8596` (`companyId`,`ctCollectionId`), KEY `IX_213C8C85` (`groupId`,`articleId`,`ctCollectionId`), KEY `IX_D6C8719C` (`groupId`,`privateLayout`,`articleId`,`ctCollectionId`), KEY `IX_F08C9961` (`groupId`,`privateLayout`,`ctCollectionId`), KEY `IX_C1E8B73A` (`groupId`,`privateLayout`,`layoutId`,`ctCollectionId`), KEY `IX_462E9927` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`ctCollectionId`), KEY `IX_29F15693` (`portletId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalcontentsearch -- ---------------------------- -- ---------------------------- -- Table structure for `journalfeed` -- ---------------------------- DROP TABLE IF EXISTS `journalfeed`; CREATE TABLE `journalfeed` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `feedId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `DDMStructureKey` varchar(75) DEFAULT NULL, `DDMTemplateKey` varchar(75) DEFAULT NULL, `DDMRendererTemplateKey` 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(200) DEFAULT NULL, `contentField` varchar(75) DEFAULT NULL, `feedFormat` varchar(75) DEFAULT NULL, `feedVersion` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`id_`,`ctCollectionId`), UNIQUE KEY `IX_53294B1A` (`groupId`,`feedId`,`ctCollectionId`), UNIQUE KEY `IX_800F33AF` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_6727738D` (`groupId`,`ctCollectionId`), KEY `IX_A134796D` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_73FE31D7` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalfeed -- ---------------------------- -- ---------------------------- -- Table structure for `journalfolder` -- ---------------------------- DROP TABLE IF EXISTS `journalfolder`; CREATE TABLE `journalfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `description` longtext, `restrictionType` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`,`ctCollectionId`), UNIQUE KEY `IX_A2109363` (`groupId`,`parentFolderId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_6F8814BF` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_6ADEEEBB` (`companyId`,`ctCollectionId`), KEY `IX_E6C2F4A1` (`companyId`,`status`,`ctCollectionId`), KEY `IX_3C880149` (`ctCollectionId`), KEY `IX_6CD2A47D` (`groupId`,`ctCollectionId`), KEY `IX_39FA42FC` (`groupId`,`name`,`ctCollectionId`), KEY `IX_766B0E24` (`groupId`,`parentFolderId`,`ctCollectionId`), KEY `IX_BFD19B0A` (`groupId`,`parentFolderId`,`status`,`ctCollectionId`), KEY `IX_95F9567D` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_D7A0DEC7` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of journalfolder -- ---------------------------- -- ---------------------------- -- Table structure for `kaleoaction` -- ---------------------------- DROP TABLE IF EXISTS `kaleoaction`; CREATE TABLE `kaleoaction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoActionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `executionType` varchar(20) DEFAULT NULL, `script` longtext, `scriptLanguage` varchar(75) DEFAULT NULL, `scriptRequiredContexts` longtext, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoActionId`), KEY `IX_3D016038` (`companyId`,`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_4B2545E8` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_F8808C50` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleoaction -- ---------------------------- INSERT INTO `kaleoaction` VALUES ('0', '39614', '0', '20097', '20102', null, '2020-09-03 01:11:01.996000', '2020-09-03 01:11:01.996000', 'com.liferay.portal.workflow.kaleo.model.KaleoNode', '39613', '39609', '39610', 'approved', 'approve', null, 'onEntry', '\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"approved\"), workflowContext);\n \n ', 'groovy', null, '0'); INSERT INTO `kaleoaction` VALUES ('0', '39641', '0', '20097', '20102', null, '2020-09-03 01:11:02.129000', '2020-09-03 01:11:02.129000', 'com.liferay.portal.workflow.kaleo.model.KaleoNode', '39640', '39609', '39610', 'update', 'reject', null, 'onAssignment', '\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"denied\"), workflowContext);\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"pending\"), workflowContext);\n \n ', 'groovy', null, '0'); -- ---------------------------- -- Table structure for `kaleocondition` -- ---------------------------- DROP TABLE IF EXISTS `kaleocondition`; CREATE TABLE `kaleocondition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoConditionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `script` longtext, `scriptLanguage` varchar(75) DEFAULT NULL, `scriptRequiredContexts` longtext, PRIMARY KEY (`kaleoConditionId`), KEY `IX_FEE46067` (`companyId`), KEY `IX_353B7FB5` (`kaleoDefinitionVersionId`), KEY `IX_86CBD4C` (`kaleoNodeId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleocondition -- ---------------------------- -- ---------------------------- -- Table structure for `kaleodefinition` -- ---------------------------- DROP TABLE IF EXISTS `kaleodefinition`; CREATE TABLE `kaleodefinition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoDefinitionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `title` longtext, `description` longtext, `content` longtext, `scope` varchar(75) DEFAULT NULL, `version` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`kaleoDefinitionId`), KEY `IX_408542BA` (`companyId`,`active_`), KEY `IX_4C23F11B` (`companyId`,`name`,`active_`), KEY `IX_EC14F81A` (`companyId`,`name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleodefinition -- ---------------------------- INSERT INTO `kaleodefinition` VALUES ('1', '39609', '0', '20097', '20102', null, '2020-09-03 01:11:01.929000', '2020-09-03 01:11:02.176000', 'Single Approver', 'Single Approverمسؤول موافقة واحدAprovador únic单个审批者Enkele goedkeurderYksittäinen HyväksyjäValideur uniqueEinzelne genehmigende PersonEgyetlen jóváhagyó唯一の承認者Aprovador ÚnicoAprobador únicoEnskild godkännare', 'A single approver can approve a workflow content.', '\n\n\n Single Approver\n A single approver can approve a workflow content.\n 1\n \n created\n \n true\n \n \n review\n review\n true\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n \n update\n \n \n \n reject\n \n groovy\n onAssignment\n \n \n Creator Modification Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n \n \n \n \n \n resubmit\n review\n true\n \n \n \n \n review\n \n \n \n Review Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n Review Completion Notification\n \n freemarker\n email\n \n \n \n onExit\n \n \n \n \n \n depot\n Asset Library Administrator\n \n \n depot\n Asset Library Content Reviewer\n \n \n depot\n Asset Library Owner\n \n \n organization\n Organization Administrator\n \n \n organization\n Organization Content Reviewer\n \n \n organization\n Organization Owner\n \n \n regular\n Administrator\n \n \n regular\n Portal Content Reviewer\n \n \n site\n Site Administrator\n \n \n site\n Site Content Reviewer\n \n \n site\n Site Owner\n \n \n \n \n \n approve\n approved\n true\n \n \n reject\n update\n false\n \n \n \n', 'all', '1', '1'); -- ---------------------------- -- Table structure for `kaleodefinitionversion` -- ---------------------------- DROP TABLE IF EXISTS `kaleodefinitionversion`; CREATE TABLE `kaleodefinitionversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoDefinitionVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `title` longtext, `description` longtext, `content` longtext, `version` varchar(75) DEFAULT NULL, `startKaleoNodeId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoDefinitionVersionId`), UNIQUE KEY `IX_AE02DCC` (`companyId`,`name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleodefinitionversion -- ---------------------------- INSERT INTO `kaleodefinitionversion` VALUES ('1', '39610', '0', '20097', '20102', null, '20102', null, '2020-09-03 01:11:01.943000', '2020-09-03 01:11:01.943000', '2020-09-03 01:11:02.178000', '39609', 'Single Approver', 'Single Approverمسؤول موافقة واحدAprovador únic单个审批者Enkele goedkeurderYksittäinen HyväksyjäValideur uniqueEinzelne genehmigende PersonEgyetlen jóváhagyó唯一の承認者Aprovador ÚnicoAprobador únicoEnskild godkännare', 'A single approver can approve a workflow content.', '\n\n\n Single Approver\n A single approver can approve a workflow content.\n 1\n \n created\n \n true\n \n \n review\n review\n true\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n \n update\n \n \n \n reject\n \n groovy\n onAssignment\n \n \n Creator Modification Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n \n \n \n \n \n resubmit\n review\n true\n \n \n \n \n review\n \n \n \n Review Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n Review Completion Notification\n \n freemarker\n email\n \n \n \n onExit\n \n \n \n \n \n depot\n Asset Library Administrator\n \n \n depot\n Asset Library Content Reviewer\n \n \n depot\n Asset Library Owner\n \n \n organization\n Organization Administrator\n \n \n organization\n Organization Content Reviewer\n \n \n organization\n Organization Owner\n \n \n regular\n Administrator\n \n \n regular\n Portal Content Reviewer\n \n \n site\n Site Administrator\n \n \n site\n Site Content Reviewer\n \n \n site\n Site Owner\n \n \n \n \n \n approve\n approved\n true\n \n \n reject\n update\n false\n \n \n \n', '1.0', '39616', '0'); -- ---------------------------- -- Table structure for `kaleoinstance` -- ---------------------------- DROP TABLE IF EXISTS `kaleoinstance`; CREATE TABLE `kaleoinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoDefinitionName` varchar(200) DEFAULT NULL, `kaleoDefinitionVersion` int(11) DEFAULT NULL, `rootKaleoInstanceTokenId` bigint(20) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoInstanceId`), KEY `IX_58D85ECB` (`className`,`classPK`), KEY `IX_BF5839F8` (`companyId`,`kaleoDefinitionName`,`kaleoDefinitionVersion`,`completionDate`), KEY `IX_C6D7A867` (`companyId`,`userId`), KEY `IX_ACF16238` (`kaleoDefinitionId`,`completed`), KEY `IX_3DA1A5AC` (`kaleoDefinitionVersionId`,`completed`), KEY `IX_6D12641D` (`kaleoInstanceId`,`companyId`,`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleoinstance -- ---------------------------- -- ---------------------------- -- Table structure for `kaleoinstancetoken` -- ---------------------------- DROP TABLE IF EXISTS `kaleoinstancetoken`; CREATE TABLE `kaleoinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `parentKaleoInstanceTokenId` bigint(20) DEFAULT NULL, `currentKaleoNodeId` bigint(20) DEFAULT NULL, `currentKaleoNodeName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kaleoInstanceTokenId`), KEY `IX_360D34D9` (`companyId`,`parentKaleoInstanceTokenId`,`completionDate`), KEY `IX_1181057E` (`kaleoDefinitionVersionId`), KEY `IX_F42AAFF6` (`kaleoInstanceId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleoinstancetoken -- ---------------------------- -- ---------------------------- -- Table structure for `kaleolog` -- ---------------------------- DROP TABLE IF EXISTS `kaleolog`; CREATE TABLE `kaleolog` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoLogId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `terminalKaleoNode` tinyint(4) DEFAULT NULL, `kaleoActionId` bigint(20) DEFAULT NULL, `kaleoActionName` varchar(200) DEFAULT NULL, `kaleoActionDescription` longtext, `previousKaleoNodeId` bigint(20) DEFAULT NULL, `previousKaleoNodeName` varchar(200) DEFAULT NULL, `previousAssigneeClassName` varchar(200) DEFAULT NULL, `previousAssigneeClassPK` bigint(20) DEFAULT NULL, `currentAssigneeClassName` varchar(200) DEFAULT NULL, `currentAssigneeClassPK` bigint(20) DEFAULT NULL, `type_` varchar(50) DEFAULT NULL, `comment_` longtext, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `duration` bigint(20) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoLogId`), KEY `IX_73B5F4DE` (`companyId`), KEY `IX_E66A153A` (`kaleoClassName`,`kaleoClassPK`,`kaleoInstanceTokenId`,`type_`), KEY `IX_935D8E5E` (`kaleoDefinitionVersionId`), KEY `IX_5BC6AB16` (`kaleoInstanceId`), KEY `IX_470B9FF8` (`kaleoInstanceTokenId`,`type_`), KEY `IX_B0CDCA38` (`kaleoTaskInstanceTokenId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleolog -- ---------------------------- -- ---------------------------- -- Table structure for `kaleonode` -- ---------------------------- DROP TABLE IF EXISTS `kaleonode`; CREATE TABLE `kaleonode` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNodeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `metadata` longtext, `description` longtext, `type_` varchar(20) DEFAULT NULL, `initial_` tinyint(4) DEFAULT NULL, `terminal` tinyint(4) DEFAULT NULL, PRIMARY KEY (`kaleoNodeId`), KEY `IX_4B1D16B4` (`companyId`,`kaleoDefinitionVersionId`), KEY `IX_F066921C` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleonode -- ---------------------------- INSERT INTO `kaleonode` VALUES ('0', '39613', '0', '20097', '20102', null, '2020-09-03 01:11:01.983000', '2020-09-03 01:11:01.983000', '39609', '39610', 'approved', '{ \"terminal\": true, \"xy\": [ 380, 51 ] }', null, 'STATE', '0', '1'); INSERT INTO `kaleonode` VALUES ('0', '39616', '0', '20097', '20102', null, '2020-09-03 01:11:02.015000', '2020-09-03 01:11:02.015000', '39609', '39610', 'created', '{ \"xy\": [ 36, 51 ] }', null, 'STATE', '1', '0'); INSERT INTO `kaleonode` VALUES ('0', '39618', '0', '20097', '20102', null, '2020-09-03 01:11:02.019000', '2020-09-03 01:11:02.019000', '39609', '39610', 'review', '{ \"xy\": [ 168, 36 ] }', null, 'TASK', '0', '0'); INSERT INTO `kaleonode` VALUES ('0', '39640', '0', '20097', '20102', null, '2020-09-03 01:11:02.128000', '2020-09-03 01:11:02.128000', '39609', '39610', 'update', '{ \"transitions\": { \"resubmit\": { \"bendpoints\": [ [ 303, 140 ] ] } }, \"xy\": [ 328, 199 ] }', null, 'TASK', '0', '0'); -- ---------------------------- -- Table structure for `kaleonotification` -- ---------------------------- DROP TABLE IF EXISTS `kaleonotification`; CREATE TABLE `kaleonotification` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNotificationId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `executionType` varchar(20) DEFAULT NULL, `template` longtext, `templateLanguage` varchar(75) DEFAULT NULL, `notificationTypes` varchar(255) DEFAULT NULL, PRIMARY KEY (`kaleoNotificationId`), KEY `IX_38829497` (`companyId`), KEY `IX_F3362E93` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_B8486585` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleonotification -- ---------------------------- INSERT INTO `kaleonotification` VALUES ('0', '39619', '0', '20097', '20102', null, '2020-09-03 01:11:02.021000', '2020-09-03 01:11:02.021000', 'com.liferay.portal.workflow.kaleo.model.KaleoNode', '39618', '39609', '39610', 'review', 'Review Notification', null, 'onAssignment', '${userName} sent you a ${entryType} for review in the workflow.', 'freemarker', 'email,user-notification'); INSERT INTO `kaleonotification` VALUES ('0', '39622', '0', '20097', '20102', null, '2020-09-03 01:11:02.042000', '2020-09-03 01:11:02.042000', 'com.liferay.portal.workflow.kaleo.model.KaleoNode', '39618', '39609', '39610', 'review', 'Review Completion Notification', null, 'onExit', 'Your submission was reviewed<#if taskComments?has_content> and the reviewer applied the following ${taskComments}.', 'freemarker', 'email'); INSERT INTO `kaleonotification` VALUES ('0', '39642', '0', '20097', '20102', null, '2020-09-03 01:11:02.129000', '2020-09-03 01:11:02.129000', 'com.liferay.portal.workflow.kaleo.model.KaleoNode', '39640', '39609', '39610', 'update', 'Creator Modification Notification', null, 'onAssignment', 'Your submission was rejected by ${userName}, please modify and resubmit.', 'freemarker', 'email,user-notification'); -- ---------------------------- -- Table structure for `kaleonotificationrecipient` -- ---------------------------- DROP TABLE IF EXISTS `kaleonotificationrecipient`; CREATE TABLE `kaleonotificationrecipient` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNotificationRecipientId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNotificationId` bigint(20) DEFAULT NULL, `recipientClassName` varchar(200) DEFAULT NULL, `recipientClassPK` bigint(20) DEFAULT NULL, `recipientRoleType` int(11) DEFAULT NULL, `recipientScript` longtext, `recipientScriptLanguage` varchar(75) DEFAULT NULL, `recipientScriptContexts` longtext, `address` varchar(255) DEFAULT NULL, `notificationReceptionType` varchar(3) DEFAULT NULL, PRIMARY KEY (`kaleoNotificationRecipientId`), KEY `IX_2C8C4AF4` (`companyId`), KEY `IX_B6D98988` (`kaleoDefinitionVersionId`), KEY `IX_7F4FED02` (`kaleoNotificationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleonotificationrecipient -- ---------------------------- INSERT INTO `kaleonotificationrecipient` VALUES ('0', '39620', '0', '20097', '20102', null, '2020-09-03 01:11:02.032000', '2020-09-03 01:11:02.032000', '39609', '39610', '39619', 'assignees', '0', '0', '', null, null, null, 'to'); INSERT INTO `kaleonotificationrecipient` VALUES ('0', '39623', '0', '20097', '20102', null, '2020-09-03 01:11:02.042000', '2020-09-03 01:11:02.042000', '39609', '39610', '39622', 'com.liferay.portal.kernel.model.User', '0', '0', '', null, null, null, 'to'); INSERT INTO `kaleonotificationrecipient` VALUES ('0', '39643', '0', '20097', '20102', null, '2020-09-03 01:11:02.129000', '2020-09-03 01:11:02.129000', '39609', '39610', '39642', 'com.liferay.portal.kernel.model.User', '0', '0', '', null, null, null, 'to'); -- ---------------------------- -- Table structure for `kaleoprocess` -- ---------------------------- DROP TABLE IF EXISTS `kaleoprocess`; CREATE TABLE `kaleoprocess` ( `uuid_` varchar(75) DEFAULT NULL, `kaleoProcessId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDLRecordSetId` bigint(20) DEFAULT NULL, `DDMTemplateId` bigint(20) DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoProcessId`), UNIQUE KEY `IX_C6B8ACEB` (`uuid_`,`groupId`), KEY `IX_65CA6CC9` (`DDLRecordSetId`), KEY `IX_A29A06D5` (`groupId`), KEY `IX_C1C03029` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleoprocess -- ---------------------------- -- ---------------------------- -- Table structure for `kaleoprocesslink` -- ---------------------------- DROP TABLE IF EXISTS `kaleoprocesslink`; CREATE TABLE `kaleoprocesslink` ( `kaleoProcessLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `kaleoProcessId` bigint(20) DEFAULT NULL, `workflowTaskName` varchar(75) DEFAULT NULL, `DDMTemplateId` bigint(20) DEFAULT NULL, PRIMARY KEY (`kaleoProcessLinkId`), UNIQUE KEY `IX_10E0E9D0` (`kaleoProcessId`,`workflowTaskName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleoprocesslink -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotask` -- ---------------------------- DROP TABLE IF EXISTS `kaleotask`; CREATE TABLE `kaleotask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, PRIMARY KEY (`kaleoTaskId`), KEY `IX_E1F8B23D` (`companyId`), KEY `IX_FECA871F` (`kaleoDefinitionVersionId`), KEY `IX_77B3F1A2` (`kaleoNodeId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotask -- ---------------------------- INSERT INTO `kaleotask` VALUES ('0', '39625', '0', '20097', '20102', null, '2020-09-03 01:11:02.055000', '2020-09-03 01:11:02.055000', '39609', '39610', '39618', 'review', null); INSERT INTO `kaleotask` VALUES ('0', '39644', '0', '20097', '20102', null, '2020-09-03 01:11:02.144000', '2020-09-03 01:11:02.144000', '39609', '39610', '39640', 'update', null); -- ---------------------------- -- Table structure for `kaleotaskassignment` -- ---------------------------- DROP TABLE IF EXISTS `kaleotaskassignment`; CREATE TABLE `kaleotaskassignment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskAssignmentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint(20) DEFAULT NULL, `assigneeActionId` varchar(75) DEFAULT NULL, `assigneeScript` longtext, `assigneeScriptLanguage` varchar(75) DEFAULT NULL, `assigneeScriptRequiredContexts` longtext, PRIMARY KEY (`kaleoTaskAssignmentId`), KEY `IX_611732B0` (`companyId`), KEY `IX_1087068E` (`kaleoClassName`,`kaleoClassPK`,`assigneeClassName`), KEY `IX_E362B24C` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotaskassignment -- ---------------------------- INSERT INTO `kaleotaskassignment` VALUES ('0', '39626', '0', '20097', '20102', null, '2020-09-03 01:11:02.068000', '2020-09-03 01:11:02.068000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20113', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39627', '0', '20097', '20102', null, '2020-09-03 01:11:02.081000', '2020-09-03 01:11:02.081000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20111', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39628', '0', '20097', '20102', null, '2020-09-03 01:11:02.082000', '2020-09-03 01:11:02.082000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '39629', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39630', '0', '20097', '20102', null, '2020-09-03 01:11:02.097000', '2020-09-03 01:11:02.097000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20142', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39631', '0', '20097', '20102', null, '2020-09-03 01:11:02.098000', '2020-09-03 01:11:02.098000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20140', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39632', '0', '20097', '20102', null, '2020-09-03 01:11:02.099000', '2020-09-03 01:11:02.099000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '39633', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39634', '0', '20097', '20102', null, '2020-09-03 01:11:02.106000', '2020-09-03 01:11:02.106000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20110', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39635', '0', '20097', '20102', null, '2020-09-03 01:11:02.107000', '2020-09-03 01:11:02.107000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '39636', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39637', '0', '20097', '20102', null, '2020-09-03 01:11:02.114000', '2020-09-03 01:11:02.114000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20115', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39638', '0', '20097', '20102', null, '2020-09-03 01:11:02.115000', '2020-09-03 01:11:02.115000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20144', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39639', '0', '20097', '20102', null, '2020-09-03 01:11:02.117000', '2020-09-03 01:11:02.117000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39625', '39609', '39610', '0', 'com.liferay.portal.kernel.model.Role', '20104', null, '', null, null); INSERT INTO `kaleotaskassignment` VALUES ('0', '39645', '0', '20097', '20102', null, '2020-09-03 01:11:02.144000', '2020-09-03 01:11:02.144000', 'com.liferay.portal.workflow.kaleo.model.KaleoTask', '39644', '39609', '39610', '0', 'com.liferay.portal.kernel.model.User', '0', null, '', null, null); -- ---------------------------- -- Table structure for `kaleotaskassignmentinstance` -- ---------------------------- DROP TABLE IF EXISTS `kaleotaskassignmentinstance`; CREATE TABLE `kaleotaskassignmentinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskAssignmentInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kaleoTaskAssignmentInstanceId`), KEY `IX_3BD436FD` (`assigneeClassName`,`assigneeClassPK`), KEY `IX_6E3CDA1B` (`companyId`), KEY `IX_38A47B17` (`groupId`,`assigneeClassPK`), KEY `IX_B751E781` (`kaleoDefinitionVersionId`), KEY `IX_67A9EE93` (`kaleoInstanceId`), KEY `IX_CF204C89` (`kaleoTaskInstanceTokenId`,`assigneeClassName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotaskassignmentinstance -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotaskform` -- ---------------------------- DROP TABLE IF EXISTS `kaleotaskform`; CREATE TABLE `kaleotaskform` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskFormId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `formCompanyId` bigint(20) DEFAULT NULL, `formDefinition` longtext, `formGroupId` bigint(20) DEFAULT NULL, `formId` bigint(20) DEFAULT NULL, `formUuid` varchar(75) DEFAULT NULL, `metadata` longtext, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoTaskFormId`), KEY `IX_EFDA7E59` (`companyId`), KEY `IX_3B8B7F83` (`kaleoDefinitionVersionId`), KEY `IX_945326BE` (`kaleoNodeId`), KEY `IX_E38A5954` (`kaleoTaskId`,`formUuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotaskform -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotaskforminstance` -- ---------------------------- DROP TABLE IF EXISTS `kaleotaskforminstance`; CREATE TABLE `kaleotaskforminstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskFormInstanceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskFormId` bigint(20) DEFAULT NULL, `formValues` longtext, `formValueEntryGroupId` bigint(20) DEFAULT NULL, `formValueEntryId` bigint(20) DEFAULT NULL, `formValueEntryUuid` varchar(75) DEFAULT NULL, `metadata` longtext, PRIMARY KEY (`kaleoTaskFormInstanceId`), KEY `IX_77B26CC4` (`companyId`), KEY `IX_F118DB8` (`kaleoDefinitionVersionId`), KEY `IX_FF271E7C` (`kaleoInstanceId`), KEY `IX_E7F42BD0` (`kaleoTaskFormId`), KEY `IX_2A86346C` (`kaleoTaskId`), KEY `IX_2C81C992` (`kaleoTaskInstanceTokenId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotaskforminstance -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotaskinstancetoken` -- ---------------------------- DROP TABLE IF EXISTS `kaleotaskinstancetoken`; CREATE TABLE `kaleotaskinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completionUserId` bigint(20) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `dueDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoTaskInstanceTokenId`), KEY `IX_A3271995` (`className`,`classPK`), KEY `IX_997FE723` (`companyId`), KEY `IX_B2822979` (`kaleoDefinitionVersionId`), KEY `IX_B857A115` (`kaleoInstanceId`,`kaleoTaskId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotaskinstancetoken -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotimer` -- ---------------------------- DROP TABLE IF EXISTS `kaleotimer`; CREATE TABLE `kaleotimer` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTimerId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `blocking` tinyint(4) DEFAULT NULL, `description` longtext, `duration` double DEFAULT NULL, `scale` varchar(75) DEFAULT NULL, `recurrenceDuration` double DEFAULT NULL, `recurrenceScale` varchar(75) DEFAULT NULL, PRIMARY KEY (`kaleoTimerId`), KEY `IX_1A479F32` (`kaleoClassName`,`kaleoClassPK`,`blocking`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotimer -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotimerinstancetoken` -- ---------------------------- DROP TABLE IF EXISTS `kaleotimerinstancetoken`; CREATE TABLE `kaleotimerinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTimerInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTimerId` bigint(20) DEFAULT NULL, `kaleoTimerName` varchar(200) DEFAULT NULL, `blocking` tinyint(4) DEFAULT NULL, `completionUserId` bigint(20) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoTimerInstanceTokenId`), KEY `IX_DB96C55B` (`kaleoInstanceId`), KEY `IX_F904A89A` (`kaleoInstanceTokenId`,`blocking`,`completed`), KEY `IX_DB279423` (`kaleoInstanceTokenId`,`completed`), KEY `IX_13A5BA2C` (`kaleoInstanceTokenId`,`kaleoTimerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotimerinstancetoken -- ---------------------------- -- ---------------------------- -- Table structure for `kaleotransition` -- ---------------------------- DROP TABLE IF EXISTS `kaleotransition`; CREATE TABLE `kaleotransition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTransitionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionId` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `sourceKaleoNodeId` bigint(20) DEFAULT NULL, `sourceKaleoNodeName` varchar(200) DEFAULT NULL, `targetKaleoNodeId` bigint(20) DEFAULT NULL, `targetKaleoNodeName` varchar(200) DEFAULT NULL, `defaultTransition` tinyint(4) DEFAULT NULL, PRIMARY KEY (`kaleoTransitionId`), KEY `IX_41D6C6D` (`companyId`), KEY `IX_16B426EF` (`kaleoDefinitionVersionId`), KEY `IX_A38E2194` (`kaleoNodeId`,`defaultTransition`), KEY `IX_85268A11` (`kaleoNodeId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kaleotransition -- ---------------------------- INSERT INTO `kaleotransition` VALUES ('0', '39649', '0', '20097', '20102', null, '2020-09-03 01:11:02.150000', '2020-09-03 01:11:02.150000', '39609', '39610', '39616', 'review', null, '39616', 'created', '39618', 'review', '1'); INSERT INTO `kaleotransition` VALUES ('0', '39650', '0', '20097', '20102', null, '2020-09-03 01:11:02.165000', '2020-09-03 01:11:02.165000', '39609', '39610', '39618', 'approve', null, '39618', 'review', '39613', 'approved', '1'); INSERT INTO `kaleotransition` VALUES ('0', '39651', '0', '20097', '20102', null, '2020-09-03 01:11:02.169000', '2020-09-03 01:11:02.169000', '39609', '39610', '39618', 'reject', null, '39618', 'review', '39640', 'update', '0'); INSERT INTO `kaleotransition` VALUES ('0', '39652', '0', '20097', '20102', null, '2020-09-03 01:11:02.172000', '2020-09-03 01:11:02.172000', '39609', '39610', '39640', 'resubmit', null, '39640', 'update', '39618', 'review', '1'); -- ---------------------------- -- Table structure for `kbarticle` -- ---------------------------- DROP TABLE IF EXISTS `kbarticle`; CREATE TABLE `kbarticle` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbArticleId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `rootResourcePrimKey` bigint(20) DEFAULT NULL, `parentResourceClassNameId` bigint(20) DEFAULT NULL, `parentResourcePrimKey` bigint(20) DEFAULT NULL, `kbFolderId` bigint(20) DEFAULT NULL, `version` int(11) DEFAULT NULL, `title` longtext, `urlTitle` varchar(75) DEFAULT NULL, `content` longtext, `description` longtext, `priority` double DEFAULT NULL, `sections` longtext, `latest` tinyint(4) DEFAULT NULL, `main` tinyint(4) DEFAULT NULL, `sourceURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbArticleId`), UNIQUE KEY `IX_B5B6C674` (`resourcePrimKey`,`groupId`,`version`), UNIQUE KEY `IX_AA304772` (`resourcePrimKey`,`version`), UNIQUE KEY `IX_5C941F1B` (`uuid_`,`groupId`), KEY `IX_571C019E` (`companyId`,`latest`), KEY `IX_5A381890` (`companyId`,`main`), KEY `IX_FBC2D349` (`companyId`,`status`), KEY `IX_2B11F674` (`groupId`,`kbFolderId`,`latest`), KEY `IX_CFB8C81F` (`groupId`,`kbFolderId`,`status`), KEY `IX_379FD6BC` (`groupId`,`kbFolderId`,`urlTitle`,`status`), KEY `IX_694EA2E0` (`groupId`,`latest`), KEY `IX_97C62252` (`groupId`,`main`), KEY `IX_994AC32D` (`groupId`,`parentResourcePrimKey`,`latest`,`status`), KEY `IX_D91D2879` (`groupId`,`parentResourcePrimKey`,`main`), KEY `IX_55A38CF2` (`groupId`,`parentResourcePrimKey`,`status`), KEY `IX_DF5748B` (`groupId`,`status`), KEY `IX_86BA3247` (`parentResourcePrimKey`,`latest`), KEY `IX_1DCC5F79` (`parentResourcePrimKey`,`main`), KEY `IX_2B6103F2` (`parentResourcePrimKey`,`status`), KEY `IX_5FEF5F4F` (`resourcePrimKey`,`groupId`,`latest`), KEY `IX_8EF92E81` (`resourcePrimKey`,`groupId`,`main`), KEY `IX_49630FA` (`resourcePrimKey`,`groupId`,`status`), KEY `IX_A9E2C691` (`resourcePrimKey`,`latest`), KEY `IX_69C17E43` (`resourcePrimKey`,`main`), KEY `IX_4E89983C` (`resourcePrimKey`,`status`), KEY `IX_4E87D659` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kbarticle -- ---------------------------- -- ---------------------------- -- Table structure for `kbcomment` -- ---------------------------- DROP TABLE IF EXISTS `kbcomment`; CREATE TABLE `kbcomment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbCommentId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `content` longtext, `userRating` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`kbCommentId`), UNIQUE KEY `IX_791D1844` (`uuid_`,`groupId`), KEY `IX_47D3AE89` (`classNameId`,`classPK`,`status`), KEY `IX_E8D43932` (`groupId`,`classNameId`), KEY `IX_828BA082` (`groupId`,`status`), KEY `IX_FD56A55D` (`userId`,`classNameId`,`classPK`), KEY `IX_6CB72942` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kbcomment -- ---------------------------- -- ---------------------------- -- Table structure for `kbfolder` -- ---------------------------- DROP TABLE IF EXISTS `kbfolder`; CREATE TABLE `kbfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbFolderId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentKBFolderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `urlTitle` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbFolderId`), UNIQUE KEY `IX_1FD022A1` (`uuid_`,`groupId`), KEY `IX_3FA4415C` (`groupId`,`parentKBFolderId`,`name`), KEY `IX_729A89FA` (`groupId`,`parentKBFolderId`,`urlTitle`), KEY `IX_32D1105F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kbfolder -- ---------------------------- -- ---------------------------- -- Table structure for `kbtemplate` -- ---------------------------- DROP TABLE IF EXISTS `kbtemplate`; CREATE TABLE `kbtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbTemplateId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `content` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbTemplateId`), UNIQUE KEY `IX_40AA25ED` (`uuid_`,`groupId`), KEY `IX_83D9CC13` (`groupId`), KEY `IX_853770AB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of kbtemplate -- ---------------------------- -- ---------------------------- -- Table structure for `layout` -- ---------------------------- DROP TABLE IF EXISTS `layout`; CREATE TABLE `layout` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `plid` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentPlid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` 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, `system_` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `styleBookEntryId` bigint(20) DEFAULT NULL, `css` longtext, `priority` int(11) DEFAULT NULL, `masterLayoutPlid` bigint(20) DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, `sourcePrototypeLayoutUuid` varchar(75) DEFAULT NULL, `publishDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`plid`,`ctCollectionId`), UNIQUE KEY `IX_B556968F` (`groupId`,`privateLayout`,`friendlyURL`,`ctCollectionId`), UNIQUE KEY `IX_CF5120DA` (`groupId`,`privateLayout`,`layoutId`,`ctCollectionId`), UNIQUE KEY `IX_52D84D95` (`uuid_`,`groupId`,`privateLayout`,`ctCollectionId`), KEY `IX_31B45343` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_4B906FF6` (`companyId`,`ctCollectionId`), KEY `IX_8F868C29` (`companyId`,`layoutPrototypeUuid`,`ctCollectionId`), KEY `IX_FD5AF6EE` (`ctCollectionId`), KEY `IX_34D93878` (`groupId`,`ctCollectionId`), KEY `IX_12770E8F` (`groupId`,`masterLayoutPlid`,`ctCollectionId`), KEY `IX_7BFE8B01` (`groupId`,`privateLayout`,`ctCollectionId`), KEY `IX_52D89564` (`groupId`,`privateLayout`,`parentLayoutId`,`ctCollectionId`), KEY `IX_1E4451FD` (`groupId`,`privateLayout`,`parentLayoutId`,`hidden_`,`ctCollectionId`), KEY `IX_989E917C` (`groupId`,`privateLayout`,`parentLayoutId`,`priority`,`ctCollectionId`), KEY `IX_18D0C537` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`,`ctCollectionId`), KEY `IX_A1FC5430` (`groupId`,`privateLayout`,`type_`,`ctCollectionId`), KEY `IX_94E0E2D9` (`groupId`,`type_`,`ctCollectionId`), KEY `IX_E7B06BDB` (`iconImageId`,`ctCollectionId`), KEY `IX_11389031` (`layoutPrototypeUuid`,`ctCollectionId`), KEY `IX_7F60B703` (`parentPlid`,`ctCollectionId`), KEY `IX_C95F601E` (`privateLayout`,`iconImageId`,`ctCollectionId`), KEY `IX_ED8D4D2A` (`sourcePrototypeLayoutUuid`,`ctCollectionId`), KEY `IX_24AA0CE2` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_5AA23582` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layout -- ---------------------------- INSERT INTO `layout` VALUES ('0', '0', '83e9ee74-b574-24d1-2891-54778399d6e0', '1', '20116', '20097', '20102', null, '2020-09-03 01:09:44.033000', '2020-09-03 01:09:44.033000', '0', '1', '1', '0', '0', '0', 'Control Panel', null, null, null, null, 'control_panel', 'privateLayout=true\n', '0', '0', '/manage', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:09:44.033000', null, '0', '20102', null, '2020-09-03 01:09:44.033000'); INSERT INTO `layout` VALUES ('0', '0', '61cfb8fc-f33a-d179-0529-01a22402fd71', '2', '20120', '20097', '20102', null, '2020-09-03 01:10:15.866000', '2020-09-03 01:10:15.866000', '0', '0', '1', '0', '0', '0', 'Shared', null, null, null, null, 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'layoutUpdateable=false\n', '1', '0', '/shared', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:10:15.866000', null, '0', '20102', null, '2020-09-03 01:10:15.866000'); INSERT INTO `layout` VALUES ('0', '0', '14bb6977-9c79-d304-6aeb-405f07172f1f', '3', '20120', '20097', '20102', null, '2020-09-03 01:10:15.919000', '2020-09-03 01:10:15.919000', '0', '1', '1', '0', '0', '0', 'Shared', null, null, null, null, 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'layoutUpdateable=false\nprivateLayout=true\n', '1', '0', '/shared', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:10:15.919000', null, '0', '20102', null, '2020-09-03 01:10:15.919000'); INSERT INTO `layout` VALUES ('22', '0', 'aa6a0b56-bad6-9781-0edb-591fac36be2d', '4', '39502', '20097', '20102', null, '2020-09-03 01:11:01.545000', '2020-09-03 01:11:02.041000', '0', '1', '1', '0', '0', '0', 'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken', null, null, null, null, 'portlet', 'column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet,\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n', '0', '0', '/layout', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:01.545000', null, '0', '20102', null, '2020-09-03 01:11:01.545000'); INSERT INTO `layout` VALUES ('12', '0', 'f3368927-6518-5e56-b2a2-048857ffcb90', '5', '20121', '20097', '20102', null, '2020-09-03 01:11:02.105000', '2020-09-03 01:11:08.807000', '0', '0', '1', '0', '0', '0', 'SearchالبحثCerca搜索ZoekenHakuRechercherSucheKeresés検索BuscaBúsquedaSök', null, 'Display search results with a default set of facets.اعرض نتائج البحث مع مجموعة افتراضية من الواجهات.Mostra els resultats de cerca amb un conjunt de facetes predeterminades.通过默认Facet集显示搜索结果。Zoekresultaten met een standaard facettenset weergeven.Näytä hakutulokset oletusfacettisarjalla.Afficher les résultats de recherche avec un jeu de facettes par défaut.Suchergebnisse mit einem standardmäßigen Facettenset anzeigen.Megjeleníti a keresési eredményeket az alapértelmezett fazettakészlettel.ファセットの既定のセットで検索結果を表示します。Exibir resultados de pesquisa com um conjunto de facetas padrão.Mostrar resultados de la búsqueda con un conjunto por defecto de facetas.Visa sökresultat med en standarduppsättning av fasetter.', null, null, 'portlet', 'column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet,\nlast-merge-time=1599095462472\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n', '1', '0', '/search', '0', null, null, '0', '', '1', '0', '7afcfa02-4eb0-61c2-0b06-6f108d4e8d8a', '0', null, '2020-09-03 01:11:02.105000', null, '0', '20102', null, '2020-09-03 01:11:02.105000'); INSERT INTO `layout` VALUES ('5', '0', '3716f3e7-e73b-669c-0fcf-ee93f002fd5d', '6', '20121', '20097', '20102', null, '2020-09-03 01:11:07.308000', '2020-09-03 01:11:08.885000', '0', '0', '2', '0', '0', '0', 'Home', null, null, null, null, 'content', 'column-1=com_liferay_hello_world_web_portlet_HelloWorldPortlet,\nlayout-template-id=1_column\npublished=true\n', '0', '0', '/home', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:07.308000', null, '0', '20102', null, '2020-09-03 01:11:07.308000'); INSERT INTO `layout` VALUES ('4', '0', '815754c2-3609-1e98-814b-5cba4752ed33', '7', '20121', '20097', '20102', null, '2020-09-03 01:11:07.373000', '2020-09-03 01:11:08.778000', '0', '0', '3', '0', '20026', '6', 'Home', null, null, null, null, 'content', 'published=true\n', '1', '1', '/home1', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:08.778000', null, '0', '20102', null, '2020-09-03 01:11:07.308000'); INSERT INTO `layout` VALUES ('4', '0', 'd2a0a823-10af-0ccf-3278-7988fc0616fd', '8', '40164', '20097', '20102', null, '2020-09-03 01:11:15.244000', '2020-09-03 01:11:15.359000', '0', '1', '1', '0', '0', '0', 'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog', null, null, null, null, 'portlet', 'column-1=com_liferay_blogs_web_portlet_BlogsPortlet,\ncolumn-2=com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_vGfYAk7D63h6,com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n', '0', '0', '/layout', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:15.244000', null, '0', '20102', null, '2020-09-03 01:11:15.244000'); INSERT INTO `layout` VALUES ('4', '0', 'b8644c17-3aea-b9c1-cde1-d8d11d83f590', '9', '40175', '20097', '20102', null, '2020-09-03 01:11:15.557000', '2020-09-03 01:11:15.655000', '0', '1', '1', '0', '0', '0', 'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s', null, null, null, null, 'portlet', 'column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_amH33iq4nPOX,com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_KsFIXtyZOLau,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n', '0', '0', '/layout', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:15.557000', null, '0', '20102', null, '2020-09-03 01:11:15.557000'); INSERT INTO `layout` VALUES ('4', '0', 'e12f4d52-3900-6f69-bc08-4084ed364682', '10', '40190', '20097', '20102', null, '2020-09-03 01:11:16.092000', '2020-09-03 01:11:16.176000', '0', '1', '1', '0', '0', '0', 'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina', null, null, null, null, 'portlet', 'column-1=com_liferay_social_activities_web_portlet_SocialActivitiesPortlet,\ncolumn-2=com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_mzPNCmSGiP5A,\nlayout-template-id=2_columns_i\nprivateLayout=true\n', '0', '0', '/home', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:16.092000', null, '0', '20102', null, '2020-09-03 01:11:16.092000'); INSERT INTO `layout` VALUES ('2', '0', 'f33dacdb-583f-6cce-e8cf-2a379fc7be88', '11', '40190', '20097', '20102', null, '2020-09-03 01:11:16.188000', '2020-09-03 01:11:16.237000', '0', '1', '2', '0', '0', '0', 'Dokument och MediaDocumentos e MídiasドキュメントとメディアDocuments et médiasDokumentumok és médiafájlokDokumenteDocuments i fitxers multimèdiaمكتبة المستنداتAsiakirjat ja mediaDocuments and Media文档与媒体Documentos y multimediaDocumenten en Media', null, null, null, null, 'portlet', 'column-1=com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_TNtJANmADF0X,\nlayout-template-id=1_column\nprivateLayout=true\n', '0', '0', '/documents', '0', null, null, '0', '', '1', '0', null, '0', null, '2020-09-03 01:11:16.188000', null, '0', '20102', null, '2020-09-03 01:11:16.188000'); INSERT INTO `layout` VALUES ('4', '0', '1830ccaf-ea10-e253-f504-cacaa0583343', '12', '40190', '20097', '20102', null, '2020-09-03 01:11:16.250000', '2020-09-03 01:11:16.314000', '0', '1', '3', '0', '0', '0', 'NewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNews', null, null, null, null, 'portlet', 'column-1=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_pxo6w8ztQG17,\ncolumn-2=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_AnKsn1MGA1hb,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n', '0', '0', '/news', '0', null, null, '0', '', '2', '0', null, '0', null, '2020-09-03 01:11:16.250000', null, '0', '20102', null, '2020-09-03 01:11:16.250000'); INSERT INTO `layout` VALUES ('4', '0', 'de3357ee-5808-d7b8-6bb4-c46d0555ad9f', '13', '40224', '20097', '20102', null, '2020-09-03 01:11:17.704000', '2020-09-03 01:11:18.369000', '0', '1', '1', '0', '0', '0', 'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina', null, null, null, null, 'portlet', 'column-1=com_liferay_message_boards_web_portlet_MBPortlet,\ncolumn-2=com_liferay_polls_web_portlet_PollsDisplayPortlet_INSTANCE_7qWt1qw38sUO,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_pw7vn8OVrwRv,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n', '0', '0', '/home', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:11:17.704000', null, '0', '20102', null, '2020-09-03 01:11:17.704000'); INSERT INTO `layout` VALUES ('3', '0', 'a9c20c1e-6e3d-ccb7-b024-b896ddaebe96', '14', '40224', '20097', '20102', null, '2020-09-03 01:11:18.383000', '2020-09-03 01:11:18.872000', '0', '1', '2', '0', '0', '0', 'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWiki维基WikiWiki\'s', null, null, null, null, 'portlet', 'column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_EA7zOoTcSPbj,com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_eT70nGfbnzxw,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n', '0', '0', '/wiki', '0', null, null, '0', '', '1', '0', null, '0', null, '2020-09-03 01:11:18.383000', null, '0', '20102', null, '2020-09-03 01:11:18.383000'); INSERT INTO `layout` VALUES ('1', '0', '026249f4-20be-775a-8a68-1a36400f30c5', '15', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.039000', '2020-09-03 01:14:59.323000', '0', '1', '1', '0', '0', '0', 'My Dashboard', null, null, null, null, 'portlet', 'column-1=com_liferay_site_my_sites_web_portlet_MySitesPortlet,\nlayout-template-id=1_column\nprivateLayout=true\n', '0', '0', '/home', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:14:59.039000', null, '0', '20125', 'Test Test', '2020-09-03 01:14:59.039000'); INSERT INTO `layout` VALUES ('1', '0', 'b5d20dfc-255a-d445-ee6b-e53c14b4e6ae', '16', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.342000', '2020-09-03 01:14:59.508000', '0', '0', '1', '0', '0', '0', 'My Profile', null, null, null, null, 'portlet', 'column-1=com_liferay_contacts_web_portlet_ProfilePortlet_INSTANCE_5mBC5cKioKE9,\nlayout-template-id=1_column\n', '0', '0', '/home', '0', null, null, '0', '', '0', '0', null, '0', null, '2020-09-03 01:14:59.342000', null, '0', '20125', 'Test Test', '2020-09-03 01:14:59.342000'); -- ---------------------------- -- Table structure for `layoutbranch` -- ---------------------------- DROP TABLE IF EXISTS `layoutbranch`; CREATE TABLE `layoutbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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_A705FF94` (`layoutSetBranchId`,`plid`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutbranch -- ---------------------------- -- ---------------------------- -- Table structure for `layoutclassedmodelusage` -- ---------------------------- DROP TABLE IF EXISTS `layoutclassedmodelusage`; CREATE TABLE `layoutclassedmodelusage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutClassedModelUsageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `containerKey` varchar(200) DEFAULT NULL, `containerType` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutClassedModelUsageId`,`ctCollectionId`), UNIQUE KEY `IX_63EAFC82` (`classNameId`,`classPK`,`containerKey`,`containerType`,`plid`,`ctCollectionId`), UNIQUE KEY `IX_8A32D79F` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_2644723E` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_C03C3E53` (`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_F1220AB7` (`containerKey`,`containerType`,`plid`,`ctCollectionId`), KEY `IX_A3F4F834` (`plid`,`ctCollectionId`), KEY `IX_B0FEE15D` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_ACA55FE7` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutclassedmodelusage -- ---------------------------- INSERT INTO `layoutclassedmodelusage` VALUES ('0', '2', '254a2e6d-6622-68b6-9955-925c3697936a', '40329', '20121', '20097', '2020-09-03 01:17:23.945000', '2020-09-03 01:17:23.945000', '20131', '40309', null, '0', '0', '0', null); -- ---------------------------- -- Table structure for `layoutfriendlyurl` -- ---------------------------- DROP TABLE IF EXISTS `layoutfriendlyurl`; CREATE TABLE `layoutfriendlyurl` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutFriendlyURLId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutFriendlyURLId`,`ctCollectionId`), UNIQUE KEY `IX_E73BB186` (`groupId`,`privateLayout`,`friendlyURL`,`languageId`,`ctCollectionId`), UNIQUE KEY `IX_2069E0D0` (`plid`,`languageId`,`ctCollectionId`), UNIQUE KEY `IX_58E59034` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_1C55E26` (`companyId`,`ctCollectionId`), KEY `IX_7ED3F2A8` (`groupId`,`ctCollectionId`), KEY `IX_6F5128BF` (`groupId`,`privateLayout`,`friendlyURL`,`ctCollectionId`), KEY `IX_EF247709` (`plid`,`ctCollectionId`), KEY `IX_CB1E7787` (`plid`,`friendlyURL`,`ctCollectionId`), KEY `IX_9DE5C8B2` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_C765BBB2` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutfriendlyurl -- ---------------------------- INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '01b62db8-2e7f-eaa0-3020-1b5aee6b5999', '20118', '20116', '20097', '20102', null, '2020-09-03 01:09:44.056000', '2020-09-03 01:09:44.056000', '1', '1', '/manage', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '1b4d90ba-12d7-4029-3a4c-b2d27b973014', '20153', '20120', '20097', '20102', null, '2020-09-03 01:10:15.879000', '2020-09-03 01:10:15.879000', '2', '0', '/shared', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '8fc14209-d169-14ab-3c1d-332d662b46c4', '20155', '20120', '20097', '20102', null, '2020-09-03 01:10:15.925000', '2020-09-03 01:10:15.925000', '3', '1', '/shared', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '73799f32-495e-aa8a-e039-3461cee2b756', '39503', '39502', '20097', '20102', null, '2020-09-03 01:11:01.572000', '2020-09-03 01:11:01.572000', '4', '1', '/layout', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('1', '0', 'f65f6d72-63e3-c389-18a1-5eefa0442da0', '39646', '20121', '20097', '20102', null, '2020-09-03 01:11:02.147000', '2020-09-03 01:11:02.221000', '5', '0', '/search', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '3b98b2e2-114e-9b5f-173a-5ec58edb1360', '39915', '20121', '20097', '20102', null, '2020-09-03 01:11:07.332000', '2020-09-03 01:11:07.332000', '6', '0', '/home', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '434d6a40-814a-7e73-5d1a-f5c6647d6886', '39919', '20121', '20097', '20102', null, '2020-09-03 01:11:07.380000', '2020-09-03 01:11:07.308000', '7', '0', '/home1', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', 'a911622e-9667-73b8-30cf-79633c4a69a4', '40165', '40164', '20097', '20102', null, '2020-09-03 01:11:15.263000', '2020-09-03 01:11:15.263000', '8', '1', '/layout', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '13403b4c-6374-cc82-24cd-48885f8399e1', '40176', '40175', '20097', '20102', null, '2020-09-03 01:11:15.564000', '2020-09-03 01:11:15.564000', '9', '1', '/layout', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', 'bfc7c2aa-2a6f-d6ad-0938-9ffd9f6c4fef', '40191', '40190', '20097', '20102', null, '2020-09-03 01:11:16.115000', '2020-09-03 01:11:16.115000', '10', '1', '/home', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', 'bb23c05c-7680-bcf0-3a2f-0dd31b0d196a', '40196', '40190', '20097', '20102', null, '2020-09-03 01:11:16.200000', '2020-09-03 01:11:16.200000', '11', '1', '/documents', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', 'cb112fd4-3665-b7ee-a485-b165a5e31166', '40201', '40190', '20097', '20102', null, '2020-09-03 01:11:16.263000', '2020-09-03 01:11:16.263000', '12', '1', '/news', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '29368cbc-9781-bbcf-81e3-66d252d09d37', '40225', '40224', '20097', '20102', null, '2020-09-03 01:11:17.713000', '2020-09-03 01:11:17.713000', '13', '1', '/home', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '443582a9-8114-a2b2-ae40-2ebe91c5a168', '40230', '40224', '20097', '20102', null, '2020-09-03 01:11:18.392000', '2020-09-03 01:11:18.392000', '14', '1', '/wiki', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', '0aba3c7d-ae91-8920-c727-ab7b50ee175d', '40291', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.050000', '2020-09-03 01:14:59.050000', '15', '1', '/home', 'en_US', null); INSERT INTO `layoutfriendlyurl` VALUES ('0', '0', 'e4e12b51-4289-b00d-0efe-ee100c24ab50', '40295', '20128', '20097', '20125', 'Test Test', '2020-09-03 01:14:59.347000', '2020-09-03 01:14:59.347000', '16', '0', '/home', 'en_US', null); -- ---------------------------- -- Table structure for `layoutpagetemplatecollection` -- ---------------------------- DROP TABLE IF EXISTS `layoutpagetemplatecollection`; CREATE TABLE `layoutpagetemplatecollection` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateCollectionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `lptCollectionKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateCollectionId`,`ctCollectionId`), UNIQUE KEY `IX_8AA52116` (`groupId`,`lptCollectionKey`,`ctCollectionId`), UNIQUE KEY `IX_AA989B50` (`groupId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_12B4C6EB` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_E7DECBD1` (`groupId`,`ctCollectionId`), KEY `IX_20C22DA9` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_3076CB1B` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutpagetemplatecollection -- ---------------------------- -- ---------------------------- -- Table structure for `layoutpagetemplateentry` -- ---------------------------- DROP TABLE IF EXISTS `layoutpagetemplateentry`; CREATE TABLE `layoutpagetemplateentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateCollectionId` bigint(20) DEFAULT NULL, `layoutPageTemplateEntryKey` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classTypeId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `previewFileEntryId` bigint(20) DEFAULT NULL, `defaultTemplate` tinyint(4) DEFAULT NULL, `layoutPrototypeId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateEntryId`,`ctCollectionId`), UNIQUE KEY `IX_ECAFF217` (`groupId`,`layoutPageTemplateEntryKey`,`ctCollectionId`), UNIQUE KEY `IX_7C97630F` (`groupId`,`name`,`type_`,`ctCollectionId`), UNIQUE KEY `IX_87D3788E` (`plid`,`ctCollectionId`), UNIQUE KEY `IX_62582F79` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_C4FE9CD5` (`groupId`,`classNameId`,`classTypeId`,`defaultTemplate`,`ctCollectionId`), KEY `IX_4447E8BB` (`groupId`,`classNameId`,`classTypeId`,`defaultTemplate`,`status`,`ctCollectionId`), KEY `IX_67D695C0` (`groupId`,`classNameId`,`classTypeId`,`name`,`type_`,`ctCollectionId`), KEY `IX_8679C6A6` (`groupId`,`classNameId`,`classTypeId`,`name`,`type_`,`status`,`ctCollectionId`), KEY `IX_E86F3D5F` (`groupId`,`classNameId`,`classTypeId`,`type_`,`ctCollectionId`), KEY `IX_A9FC5F45` (`groupId`,`classNameId`,`classTypeId`,`type_`,`status`,`ctCollectionId`), KEY `IX_807E573D` (`groupId`,`classNameId`,`type_`,`defaultTemplate`,`ctCollectionId`), KEY `IX_7475C703` (`groupId`,`ctCollectionId`), KEY `IX_B42D81E3` (`groupId`,`layoutPageTemplateCollectionId`,`ctCollectionId`), KEY `IX_EAB6FBE2` (`groupId`,`layoutPageTemplateCollectionId`,`name`,`ctCollectionId`), KEY `IX_1EAAEAC8` (`groupId`,`layoutPageTemplateCollectionId`,`name`,`status`,`ctCollectionId`), KEY `IX_787FDFC9` (`groupId`,`layoutPageTemplateCollectionId`,`status`,`ctCollectionId`), KEY `IX_8FF63B0E` (`groupId`,`layoutPageTemplateCollectionId`,`type_`,`ctCollectionId`), KEY `IX_FFBEE902` (`groupId`,`name`,`ctCollectionId`), KEY `IX_693BD4F5` (`groupId`,`name`,`type_`,`status`,`ctCollectionId`), KEY `IX_1BEBF1EE` (`groupId`,`type_`,`ctCollectionId`), KEY `IX_A3189AFF` (`groupId`,`type_`,`defaultTemplate`,`status`,`ctCollectionId`), KEY `IX_91BF14D4` (`groupId`,`type_`,`status`,`ctCollectionId`), KEY `IX_9615FDC` (`layoutPrototypeId`,`ctCollectionId`), KEY `IX_152DAAB7` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_4496EACD` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutpagetemplateentry -- ---------------------------- INSERT INTO `layoutpagetemplateentry` VALUES ('1', '0', '0b900e76-5766-4015-eb61-8dd3ffc995eb', '39602', '20123', '20097', '20102', null, '2020-09-03 01:11:01.750000', '2020-09-03 01:11:01.761000', '0', 'search', '0', '0', 'Search', '2', '0', '0', '39501', '4', null, '0', '20102', '20102', '2020-09-03 01:11:01.761000'); INSERT INTO `layoutpagetemplateentry` VALUES ('1', '0', 'f6725916-1c4a-5b15-0e2d-445366fa4293', '40169', '20123', '20097', '20102', null, '2020-09-03 01:11:15.306000', '2020-09-03 01:11:15.307000', '0', 'blog', '0', '0', 'Blog', '2', '0', '0', '40163', '8', null, '0', '20102', '20102', '2020-09-03 01:11:15.307000'); INSERT INTO `layoutpagetemplateentry` VALUES ('1', '0', '46aac5b6-ad49-6cec-1e14-095406aa8dc3', '40180', '20123', '20097', '20102', null, '2020-09-03 01:11:15.584000', '2020-09-03 01:11:15.586000', '0', 'wiki', '0', '0', 'Wiki', '2', '0', '0', '40174', '9', null, '0', '20102', '20102', '2020-09-03 01:11:15.586000'); -- ---------------------------- -- Table structure for `layoutpagetemplatestructure` -- ---------------------------- DROP TABLE IF EXISTS `layoutpagetemplatestructure`; CREATE TABLE `layoutpagetemplatestructure` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateStructureId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateStructureId`,`ctCollectionId`), UNIQUE KEY `IX_5B236537` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), UNIQUE KEY `IX_545A15BA` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_7443F7E2` (`groupId`,`ctCollectionId`), KEY `IX_8E4F04B8` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_3DA9C76C` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutpagetemplatestructure -- ---------------------------- INSERT INTO `layoutpagetemplatestructure` VALUES ('0', '0', '057ed0df-9ff7-3047-3b8a-8f471700e2af', '39962', '20121', '20097', '20102', null, '2020-09-03 01:11:08.651000', '2020-09-03 01:11:07.308000', '20026', '7'); INSERT INTO `layoutpagetemplatestructure` VALUES ('1', '0', '58407d0f-3a37-e632-26ad-8b85034c4840', '39965', '20121', '20097', '20102', null, '2020-09-03 01:11:08.705000', '2020-09-03 01:11:08.747000', '20026', '6'); -- ---------------------------- -- Table structure for `layoutpagetemplatestructurerel` -- ---------------------------- DROP TABLE IF EXISTS `layoutpagetemplatestructurerel`; CREATE TABLE `layoutpagetemplatestructurerel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `lPageTemplateStructureRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateStructureId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`lPageTemplateStructureRelId`,`ctCollectionId`), UNIQUE KEY `IX_843407A3` (`layoutPageTemplateStructureId`,`segmentsExperienceId`,`ctCollectionId`), UNIQUE KEY `IX_FC932FB3` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_CC9B240A` (`layoutPageTemplateStructureId`,`ctCollectionId`), KEY `IX_34E1EF96` (`segmentsExperienceId`,`ctCollectionId`), KEY `IX_CA98471` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_6AC1E153` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutpagetemplatestructurerel -- ---------------------------- INSERT INTO `layoutpagetemplatestructurerel` VALUES ('0', '0', '6b61fd96-19ef-8ee0-b42e-da50da8bab28', '39963', '20121', '20097', '20102', null, '2020-09-03 01:11:08.656000', '2020-09-03 01:11:07.308000', '39962', '0', '{\"deletedItems\":[],\"rootItems\":{\"dropZone\":\"\",\"main\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\"},\"items\":{\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\":{\"itemId\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\",\"children\":[\"c87929e0-cc62-47f4-84ae-6022051732b4\"],\"type\":\"root\",\"config\":{},\"parentId\":\"\"},\"c87929e0-cc62-47f4-84ae-6022051732b4\":{\"itemId\":\"c87929e0-cc62-47f4-84ae-6022051732b4\",\"children\":[\"502a97d9-ffc2-49ea-9cea-10725b90c626\"],\"type\":\"container\",\"config\":{\"tablet\":{\"styles\":{}},\"landscapeMobile\":{\"styles\":{}},\"link\":{},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"textAlign\":\"\",\"backgroundImage\":{\"title\":\"welcome_bg.jpg\",\"url\":\"/documents/39928/39929/welcome_bg.jpg/cbe1f7d0-d6ac-9050-4b8d-4957fae68e22?version=1.0&t=1599095468092&download=true\"},\"paddingRight\":5,\"minWidth\":\"\",\"marginLeft\":0,\"marginRight\":0,\"minHeight\":\"\",\"paddingBottom\":5,\"overflow\":\"\",\"fontFamily\":\"\",\"borderRadius\":\"rounded-0\",\"maxHeight\":\"\",\"borderWidth\":0,\"width\":\"\",\"marginBottom\":0,\"fontSize\":\"\",\"paddingTop\":5,\"opacity\":100,\"paddingLeft\":5,\"marginTop\":0,\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\"},\"widthType\":\"fluid\"},\"parentId\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\"},\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\":{\"itemId\":\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\",\"children\":[],\"type\":\"fragment\",\"config\":{\"tablet\":{\"styles\":{}},\"textAlign\":\"left\",\"landscapeMobile\":{\"styles\":{}},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"backgroundImage\":{},\"paddingRight\":\"0\",\"marginRight\":\"0\",\"minHeight\":\"\",\"paddingBottom\":\"0\",\"overflow\":\"\",\"fontFamily\":\"\",\"maxHeight\":\"\",\"borderWidth\":0,\"paddingTop\":\"0\",\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\",\"textAlign\":\"left\",\"minWidth\":\"\",\"textColor\":\"white\",\"marginLeft\":\"0\",\"borderRadius\":\"\",\"width\":\"\",\"marginBottom\":\"3\",\"fontSize\":\"\",\"opacity\":100,\"paddingLeft\":\"0\",\"marginTop\":\"0\"},\"marginBottom\":\"3\",\"textColor\":\"white\",\"fragmentEntryLinkId\":\"39957\"},\"parentId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\"},\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\":{\"itemId\":\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\",\"children\":[],\"type\":\"fragment\",\"config\":{\"tablet\":{\"styles\":{}},\"textAlign\":\"left\",\"landscapeMobile\":{\"styles\":{}},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"backgroundImage\":{},\"paddingRight\":\"0\",\"marginRight\":\"0\",\"minHeight\":\"\",\"paddingBottom\":\"0\",\"overflow\":\"\",\"fontFamily\":\"\",\"maxHeight\":\"\",\"borderWidth\":0,\"paddingTop\":\"0\",\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\",\"textAlign\":\"left\",\"minWidth\":\"\",\"textColor\":\"white\",\"marginLeft\":\"0\",\"borderRadius\":\"\",\"width\":\"\",\"marginBottom\":\"3\",\"fontSize\":\"\",\"opacity\":100,\"paddingLeft\":\"0\",\"headingLevel\":\"h1\",\"marginTop\":\"0\"},\"marginBottom\":\"3\",\"headingLevel\":\"h1\",\"textColor\":\"white\",\"fragmentEntryLinkId\":\"39954\"},\"parentId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\"},\"502a97d9-ffc2-49ea-9cea-10725b90c626\":{\"itemId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\",\"children\":[\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\",\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\"],\"type\":\"container\",\"config\":{\"tablet\":{\"styles\":{}},\"landscapeMobile\":{\"styles\":{}},\"link\":{},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"textAlign\":\"\",\"backgroundImage\":{},\"paddingRight\":3,\"minWidth\":\"\",\"marginLeft\":5,\"marginRight\":5,\"minHeight\":\"\",\"paddingBottom\":0,\"overflow\":\"\",\"fontFamily\":\"\",\"borderRadius\":\"rounded-0\",\"maxHeight\":\"\",\"borderWidth\":0,\"width\":\"\",\"marginBottom\":5,\"fontSize\":\"\",\"paddingTop\":0,\"opacity\":100,\"paddingLeft\":3,\"marginTop\":5,\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\"},\"widthType\":\"fixed\"},\"parentId\":\"c87929e0-cc62-47f4-84ae-6022051732b4\"}},\"version\":1}'); INSERT INTO `layoutpagetemplatestructurerel` VALUES ('1', '0', '9adc8470-c52e-bf13-5775-15b0ea307518', '39966', '20121', '20097', '20102', null, '2020-09-03 01:11:08.706000', '2020-09-03 01:11:08.749000', '39965', '0', '{\"deletedItems\":[],\"rootItems\":{\"dropZone\":\"\",\"main\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\"},\"items\":{\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\":{\"itemId\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\",\"children\":[\"c87929e0-cc62-47f4-84ae-6022051732b4\"],\"type\":\"root\",\"config\":{},\"parentId\":\"\"},\"c87929e0-cc62-47f4-84ae-6022051732b4\":{\"itemId\":\"c87929e0-cc62-47f4-84ae-6022051732b4\",\"children\":[\"502a97d9-ffc2-49ea-9cea-10725b90c626\"],\"type\":\"container\",\"config\":{\"tablet\":{\"styles\":{}},\"landscapeMobile\":{\"styles\":{}},\"link\":{},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"textAlign\":\"\",\"backgroundImage\":{\"title\":\"welcome_bg.jpg\",\"url\":\"/documents/39928/39929/welcome_bg.jpg/cbe1f7d0-d6ac-9050-4b8d-4957fae68e22?version=1.0&t=1599095468092&download=true\"},\"paddingRight\":5,\"minWidth\":\"\",\"marginLeft\":0,\"marginRight\":0,\"minHeight\":\"\",\"paddingBottom\":5,\"overflow\":\"\",\"fontFamily\":\"\",\"borderRadius\":\"rounded-0\",\"maxHeight\":\"\",\"borderWidth\":0,\"width\":\"\",\"marginBottom\":0,\"fontSize\":\"\",\"paddingTop\":5,\"opacity\":100,\"paddingLeft\":5,\"marginTop\":0,\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\"},\"widthType\":\"fluid\"},\"parentId\":\"2f4f3751-28d3-4ded-a5cb-d918aadb215a\"},\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\":{\"itemId\":\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\",\"children\":[],\"type\":\"fragment\",\"config\":{\"tablet\":{\"styles\":{}},\"textAlign\":\"left\",\"landscapeMobile\":{\"styles\":{}},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"backgroundImage\":{},\"paddingRight\":\"0\",\"marginRight\":\"0\",\"minHeight\":\"\",\"paddingBottom\":\"0\",\"overflow\":\"\",\"fontFamily\":\"\",\"maxHeight\":\"\",\"borderWidth\":0,\"paddingTop\":\"0\",\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\",\"textAlign\":\"left\",\"minWidth\":\"\",\"textColor\":\"white\",\"marginLeft\":\"0\",\"borderRadius\":\"\",\"width\":\"\",\"marginBottom\":\"3\",\"fontSize\":\"\",\"opacity\":100,\"paddingLeft\":\"0\",\"marginTop\":\"0\"},\"marginBottom\":\"3\",\"textColor\":\"white\",\"fragmentEntryLinkId\":\"39968\"},\"parentId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\"},\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\":{\"itemId\":\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\",\"children\":[],\"type\":\"fragment\",\"config\":{\"tablet\":{\"styles\":{}},\"textAlign\":\"left\",\"landscapeMobile\":{\"styles\":{}},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"backgroundImage\":{},\"paddingRight\":\"0\",\"marginRight\":\"0\",\"minHeight\":\"\",\"paddingBottom\":\"0\",\"overflow\":\"\",\"fontFamily\":\"\",\"maxHeight\":\"\",\"borderWidth\":0,\"paddingTop\":\"0\",\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\",\"textAlign\":\"left\",\"minWidth\":\"\",\"textColor\":\"white\",\"marginLeft\":\"0\",\"borderRadius\":\"\",\"width\":\"\",\"marginBottom\":\"3\",\"fontSize\":\"\",\"opacity\":100,\"paddingLeft\":\"0\",\"headingLevel\":\"h1\",\"marginTop\":\"0\"},\"marginBottom\":\"3\",\"headingLevel\":\"h1\",\"textColor\":\"white\",\"fragmentEntryLinkId\":\"39970\"},\"parentId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\"},\"502a97d9-ffc2-49ea-9cea-10725b90c626\":{\"itemId\":\"502a97d9-ffc2-49ea-9cea-10725b90c626\",\"children\":[\"f7f0bdd3-7a58-4585-863c-e8d3ab869278\",\"e4932392-ba0e-4a0c-a6d1-0e7189eea588\"],\"type\":\"container\",\"config\":{\"tablet\":{\"styles\":{}},\"landscapeMobile\":{\"styles\":{}},\"link\":{},\"portraitMobile\":{\"styles\":{}},\"styles\":{\"shadow\":\"\",\"textAlign\":\"\",\"backgroundImage\":{},\"paddingRight\":3,\"minWidth\":\"\",\"marginLeft\":5,\"marginRight\":5,\"minHeight\":\"\",\"paddingBottom\":0,\"overflow\":\"\",\"fontFamily\":\"\",\"borderRadius\":\"rounded-0\",\"maxHeight\":\"\",\"borderWidth\":0,\"width\":\"\",\"marginBottom\":5,\"fontSize\":\"\",\"paddingTop\":0,\"opacity\":100,\"paddingLeft\":3,\"marginTop\":5,\"fontWeight\":\"\",\"height\":\"\",\"maxWidth\":\"\"},\"widthType\":\"fixed\"},\"parentId\":\"c87929e0-cc62-47f4-84ae-6022051732b4\"}},\"version\":1}'); -- ---------------------------- -- Table structure for `layoutprototype` -- ---------------------------- DROP TABLE IF EXISTS `layoutprototype`; CREATE TABLE `layoutprototype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutPrototypeId`), KEY `IX_557A639F` (`companyId`,`active_`), KEY `IX_63ED2532` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutprototype -- ---------------------------- INSERT INTO `layoutprototype` VALUES ('0', '7afcfa02-4eb0-61c2-0b06-6f108d4e8d8a', '39501', '20097', '20102', null, '2020-09-03 01:11:00.574000', '2020-09-03 01:11:00.574000', 'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken', 'Visa sökresultat med en standarduppsättning av fasetter.Exibir resultados de pesquisa com um conjunto de facetas padrão.ファセットの既定のセットで検索結果を表示します。Afficher les résultats de recherche avec un jeu de facettes par défaut.Megjeleníti a keresési eredményeket az alapértelmezett fazettakészlettel.Suchergebnisse mit einem standardmäßigen Facettenset anzeigen.Mostra els resultats de cerca amb un conjunt de facetes predeterminades.اعرض نتائج البحث مع مجموعة افتراضية من الواجهات.Näytä hakutulokset oletusfacettisarjalla.Display search results with a default set of facets.通过默认Facet集显示搜索结果。Mostrar resultados de la búsqueda con un conjunto por defecto de facetas.Zoekresultaten met een standaard facettenset weergeven.', null, '1'); INSERT INTO `layoutprototype` VALUES ('0', '6a28902f-c3b5-e73a-b6e5-63f092b07c3a', '40163', '20097', '20102', null, '2020-09-03 01:11:15.013000', '2020-09-03 01:11:15.013000', 'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog', 'Skapa, redigera och visa bloggar från den här sidan. Utforska ämnen genom att använda taggar och få kontakt med andra medlemmar som bloggar.Crie, edite e visualize blogs a partir desta página. Explore tópicos utilizando tags e conecte-se a outros membros deste blog.このページからブログの作成、編集、閲覧ができます。タグを使用して記事を検索したり、ブログの他のメンバーを結びつけることができます。Créer, éditer et visualiser les blogs de cette page. Explorer les sujets en utilisant des tags et se connecter à d\'autres membres de ce blog.Hozz létre, szerkessz és tekints meg blogokat erről az oldalról. Fedezd fel a témákat a címkék segítségével és lépj kapcsolatba a többi blog taggal.Erstellen, bearbeiten und ansehen von Blogs dieser Seite. Erkunden Sie Themen mit Hilfe von Tags und verbinden Sie sich mit anderen Mitgliedern, die bloggen.Crear, editar i veure els blogs d\'aquesta pàgina. Explorar temes fent ús de les etiquetes i connectar-se amb altres membres d\'aquest blog.قم بإنشاء وتحرير وعرض المدونات من هذه الصفحة. استكشف الموضوعات باستخدام العلامات وتواصل مع الأعضاء الآخرين المدونين.Luo, muokkaa ja näytä tämän sivun blogit. Selaa aiheita käytämällä tunnisteita ja tutustu muihin tämän blogin kirjoittajiin.Create, edit, and view blogs from this page. Explore topics using tags, and connect with other members that blog.在页面中创建,编辑并且预览博客。通便签导出主题,并也博客中的其他成员联系。Cree, edite y vea blogs desde esta página. Explore los temas usando etiquetas y conecte con otros miembros del blog.Vanaf deze pagina kunt u blogs aanmaken, bewerken en bekijken. Ontdek onderwerpen aan de hand van tags, en verbind met andere leden die bloggen.', null, '1'); INSERT INTO `layoutprototype` VALUES ('0', 'c84bb035-95fe-845b-af5d-db08f55a4dab', '40174', '20097', '20102', null, '2020-09-03 01:11:15.483000', '2020-09-03 01:11:15.483000', 'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s', 'Samarbeta med medlemmar genom wikin på den här sidan. Upptäck relaterat innehåll genom taggar och navigera snabbt och enkelt med kategorier.Colabore com os membros através do wiki nesta página. Descubra conteúdo relacionado através de etiquetas e navegue rápida e facilmente com as categorias.このページのWikiを通じてメンバーとコラボレーションできます。タグを利用して関連するコンテンツを見つけたり、カテゴリを使って簡単に情報をたどることができますCollaborez avec les membres par le bias de wiki sur cette page. Découvrez le contenu lié par le biais des tags et naviguez rapidement et facilement avec les catégories.Működjön együtt a tagokkal az ezen az oldalon található wiki-n keresztül. Fedezzen fel kapcsolódó tartalmat címkékkel, és navigáljon gyorsan és könnyen kategóriákkal.Arbeiten Sie mit Hilfe des Wikis dieser Seite mit anderen Mitgliedern zusammen. Entdecken Sie in Verbindung stehende Inhalte über Tags und navigieren Sie schnell und einfach mit Kategorien.Col·labora amb els membres a través de la wiki en aquesta pàgina. Descobreix el contingut relacionat a través d\'etiquetes i navega d\'una forma ràpida i fàcil amb les categories.تعاون مع الأعضاء من خلال ويكي على هذه الصفحة. اكتشف المحتوى ذي الصلة من خلال العلامات، ونتقل بسرعة وسهولة باستخدام الفئات.Tee yhteistyötä jäsenten kanssa wikin kautta tällä sivulla. Tutustu aiheeseen liittyvään sisältöön tunnisteiden kautta ja siirry helposti ja nopeasti luokkien välillä.Collaborate with members through the wiki on this page. Discover related content through tags, and navigate quickly and easily with categories.通过此页的Wiki与成员协作。通过标签搜索相关的内容,快速导航、轻松的类别。Colabora con los miembros a través de la wiki en esta página. Descubre el contenido relacionado a través de etiquetas y navega rápida y fácilmente por las categorías.Werk samen met leden via de wiki op deze pagina. Ontdek verwante inhoud via tags en navigeer snel en eenvoudig met behulp van categorieën.', null, '1'); -- ---------------------------- -- Table structure for `layoutrevision` -- ---------------------------- DROP TABLE IF EXISTS `layoutrevision`; CREATE TABLE `layoutrevision` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutRevisionId`), KEY `IX_43E8286A` (`head`,`plid`), KEY `IX_E10AC39` (`layoutSetBranchId`,`head`,`plid`), KEY `IX_9EC9F954` (`layoutSetBranchId`,`head`,`status`), KEY `IX_38C5DF14` (`layoutSetBranchId`,`layoutBranchId`,`head`,`plid`), KEY `IX_13984800` (`layoutSetBranchId`,`layoutBranchId`,`plid`), KEY `IX_4A84AF43` (`layoutSetBranchId`,`parentLayoutRevisionId`,`plid`), KEY `IX_70DA9ECB` (`layoutSetBranchId`,`plid`,`status`), KEY `IX_7FFAE700` (`layoutSetBranchId`,`status`), KEY `IX_8EC3D2BC` (`plid`,`status`), KEY `IX_421223B1` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutrevision -- ---------------------------- -- ---------------------------- -- Table structure for `layoutseoentry` -- ---------------------------- DROP TABLE IF EXISTS `layoutseoentry`; CREATE TABLE `layoutseoentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSEOEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `canonicalURL` longtext, `canonicalURLEnabled` tinyint(4) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `openGraphDescription` longtext, `openGraphDescriptionEnabled` tinyint(4) DEFAULT NULL, `openGraphImageAlt` longtext, `openGraphImageFileEntryId` bigint(20) DEFAULT NULL, `openGraphTitle` longtext, `openGraphTitleEnabled` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutSEOEntryId`), UNIQUE KEY `IX_371B1831` (`groupId`,`privateLayout`,`layoutId`), UNIQUE KEY `IX_429DDEFB` (`uuid_`,`groupId`), KEY `IX_D9211E39` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutseoentry -- ---------------------------- -- ---------------------------- -- Table structure for `layoutseosite` -- ---------------------------- DROP TABLE IF EXISTS `layoutseosite`; CREATE TABLE `layoutseosite` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSEOSiteId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `openGraphEnabled` tinyint(4) DEFAULT NULL, `openGraphImageAlt` longtext, `openGraphImageFileEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`layoutSEOSiteId`), UNIQUE KEY `IX_6E43ACCA` (`groupId`), UNIQUE KEY `IX_C75B5956` (`uuid_`,`groupId`), KEY `IX_24696DD4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutseosite -- ---------------------------- -- ---------------------------- -- Table structure for `layoutset` -- ---------------------------- DROP TABLE IF EXISTS `layoutset`; CREATE TABLE `layoutset` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `layoutSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetId`,`ctCollectionId`), UNIQUE KEY `IX_3F2A9AEF` (`groupId`,`privateLayout`,`ctCollectionId`), KEY `IX_20615181` (`companyId`,`layoutSetPrototypeUuid`,`ctCollectionId`), KEY `IX_5B990A4A` (`groupId`,`ctCollectionId`), KEY `IX_55443115` (`layoutSetPrototypeUuid`,`ctCollectionId`), KEY `IX_A6EE9D37` (`privateLayout`,`logoId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutset -- ---------------------------- INSERT INTO `layoutset` VALUES ('0', '0', '1', '20116', '20097', '2020-09-03 01:09:43.933000', '2020-09-03 01:09:43.933000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '2', '20116', '20097', '2020-09-03 01:09:43.969000', '2020-09-03 01:09:43.969000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '3', '20120', '20097', '2020-09-03 01:09:44.100000', '2020-09-03 01:09:44.100000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '4', '20120', '20097', '2020-09-03 01:09:44.102000', '2020-09-03 01:09:44.102000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '5', '20121', '20097', '2020-09-03 01:09:44.121000', '2020-09-03 01:09:44.121000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('1', '0', '6', '20121', '20097', '2020-09-03 01:09:44.122000', '2020-09-03 01:11:02.507000', '0', '39671', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '7', '20122', '20097', '2020-09-03 01:09:44.131000', '2020-09-03 01:09:44.131000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '8', '20122', '20097', '2020-09-03 01:09:44.133000', '2020-09-03 01:09:44.133000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '9', '20123', '20097', '2020-09-03 01:09:44.148000', '2020-09-03 01:09:44.148000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '10', '20123', '20097', '2020-09-03 01:09:44.149000', '2020-09-03 01:09:44.149000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '11', '20128', '20097', '2020-09-03 01:09:44.399000', '2020-09-03 01:09:44.399000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '12', '20128', '20097', '2020-09-03 01:09:44.401000', '2020-09-03 01:09:44.401000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '101', '39502', '20097', '2020-09-03 01:11:00.623000', '2020-09-03 01:11:00.623000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '102', '39502', '20097', '2020-09-03 01:11:00.627000', '2020-09-03 01:11:00.627000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '201', '40164', '20097', '2020-09-03 01:11:15.098000', '2020-09-03 01:11:15.098000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '202', '40164', '20097', '2020-09-03 01:11:15.104000', '2020-09-03 01:11:15.104000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '203', '40175', '20097', '2020-09-03 01:11:15.535000', '2020-09-03 01:11:15.535000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '204', '40175', '20097', '2020-09-03 01:11:15.537000', '2020-09-03 01:11:15.537000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('13', '0', '205', '40190', '20097', '2020-09-03 01:11:16.038000', '2020-09-03 01:11:16.314000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '206', '40190', '20097', '2020-09-03 01:11:16.055000', '2020-09-03 01:11:16.055000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('9', '0', '207', '40224', '20097', '2020-09-03 01:11:17.582000', '2020-09-03 01:11:18.872000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '208', '40224', '20097', '2020-09-03 01:11:17.583000', '2020-09-03 01:11:17.583000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '209', '40239', '20097', '2020-09-03 01:11:55.999000', '2020-09-03 01:11:55.999000', '1', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); INSERT INTO `layoutset` VALUES ('0', '0', '210', '40239', '20097', '2020-09-03 01:11:56.000000', '2020-09-03 01:11:56.000000', '0', '0', 'classic_WAR_classictheme', '01', '', '', null, '0'); -- ---------------------------- -- Table structure for `layoutsetbranch` -- ---------------------------- DROP TABLE IF EXISTS `layoutsetbranch`; CREATE TABLE `layoutsetbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` 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_CCF0DA29` (`groupId`,`privateLayout`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutsetbranch -- ---------------------------- -- ---------------------------- -- Table structure for `layoutsetprototype` -- ---------------------------- DROP TABLE IF EXISTS `layoutsetprototype`; CREATE TABLE `layoutsetprototype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSetPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetPrototypeId`), KEY `IX_9178FC71` (`companyId`,`active_`), KEY `IX_D9FFCA84` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of layoutsetprototype -- ---------------------------- INSERT INTO `layoutsetprototype` VALUES ('14', '458cf852-3986-00c8-e014-9e7731fdf67a', '40189', '20097', '20102', null, '2020-09-03 01:11:15.923000', '2020-09-03 01:11:16.314000', 'IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website', 'Webbplats med dokument och nyheterSite com Documentos e NotíciasドキュメントとニュースのサイトSite avec documents et actualitésWebhely dokumentumokkal és hírekkelSite mit Dokumenten und NachrichtenLloc amb documents i notíciesموقع يحتوي على مستندات وأخبارAsiakirjoja ja uutisia sisältävä sivustoSite with Documents and News有内容和新闻的站点Sitio con documentos y noticiasSite met documenten en nieuws', 'layoutsUpdateable=true\n', '1'); INSERT INTO `layoutsetprototype` VALUES ('10', '5ac317ae-c1b6-d256-0576-5f1a9b3c0abc', '40223', '20097', '20102', null, '2020-09-03 01:11:17.568000', '2020-09-03 01:11:18.872000', 'CommunityplatsSite da ComunidadeコミュニティーサイトSite de communautéKözösségi webhelyCommunity-SiteLloc comunitariموقع اجتماعيYhteisösivustoCommunity Site社区站点Sitio de comunidadCommunity website', 'Webbplats med forum och wikiSite com Fóruns e WikiWikiとフォーラムのサイトSite avec forums et wikiWebhely Fórumokkal és WikivelSite mit Forum und WikiLlocs amb fòrums i Wikiموقع يحتوي على منتديات وويكيSivusto keskusteluryhmillä ja wikilläSite with Forums and Wiki有论坛和Wiki的站点Sitio con foro y wikiSite met forum en wiki', 'layoutsUpdateable=true\n', '1'); -- ---------------------------- -- Table structure for `lazyblobentry` -- ---------------------------- DROP TABLE IF EXISTS `lazyblobentry`; CREATE TABLE `lazyblobentry` ( `uuid_` varchar(75) DEFAULT NULL, `lazyBlobEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `blob1` longblob, `blob2` longblob, PRIMARY KEY (`lazyBlobEntryId`), UNIQUE KEY `IX_F723689D` (`uuid_`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lazyblobentry -- ---------------------------- -- ---------------------------- -- Table structure for `listtype` -- ---------------------------- DROP TABLE IF EXISTS `listtype`; CREATE TABLE `listtype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `listTypeId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`listTypeId`), KEY `IX_77729718` (`name`,`type_`), KEY `IX_2932DD37` (`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of listtype -- ---------------------------- INSERT INTO `listtype` VALUES ('0', '10000', 'billing', 'com.liferay.portal.kernel.model.Account.address'); INSERT INTO `listtype` VALUES ('0', '10001', 'other', 'com.liferay.portal.kernel.model.Account.address'); INSERT INTO `listtype` VALUES ('0', '10002', 'p-o-box', 'com.liferay.portal.kernel.model.Account.address'); INSERT INTO `listtype` VALUES ('0', '10003', 'shipping', 'com.liferay.portal.kernel.model.Account.address'); INSERT INTO `listtype` VALUES ('0', '10004', 'email-address', 'com.liferay.portal.kernel.model.Account.emailAddress'); INSERT INTO `listtype` VALUES ('0', '10005', 'email-address-2', 'com.liferay.portal.kernel.model.Account.emailAddress'); INSERT INTO `listtype` VALUES ('0', '10006', 'email-address-3', 'com.liferay.portal.kernel.model.Account.emailAddress'); INSERT INTO `listtype` VALUES ('0', '10007', 'fax', 'com.liferay.portal.kernel.model.Account.phone'); INSERT INTO `listtype` VALUES ('0', '10008', 'local', 'com.liferay.portal.kernel.model.Account.phone'); INSERT INTO `listtype` VALUES ('0', '10009', 'other', 'com.liferay.portal.kernel.model.Account.phone'); INSERT INTO `listtype` VALUES ('0', '10010', 'toll-free', 'com.liferay.portal.kernel.model.Account.phone'); INSERT INTO `listtype` VALUES ('0', '10011', 'tty', 'com.liferay.portal.kernel.model.Account.phone'); INSERT INTO `listtype` VALUES ('0', '10012', 'intranet', 'com.liferay.portal.kernel.model.Account.website'); INSERT INTO `listtype` VALUES ('0', '10013', 'public', 'com.liferay.portal.kernel.model.Account.website'); INSERT INTO `listtype` VALUES ('0', '11000', 'business', 'com.liferay.portal.kernel.model.Contact.address'); INSERT INTO `listtype` VALUES ('0', '11001', 'other', 'com.liferay.portal.kernel.model.Contact.address'); INSERT INTO `listtype` VALUES ('0', '11002', 'personal', 'com.liferay.portal.kernel.model.Contact.address'); INSERT INTO `listtype` VALUES ('0', '11003', 'email-address', 'com.liferay.portal.kernel.model.Contact.emailAddress'); INSERT INTO `listtype` VALUES ('0', '11004', 'email-address-2', 'com.liferay.portal.kernel.model.Contact.emailAddress'); INSERT INTO `listtype` VALUES ('0', '11005', 'email-address-3', 'com.liferay.portal.kernel.model.Contact.emailAddress'); INSERT INTO `listtype` VALUES ('0', '11006', 'business', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11007', 'business-fax', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11008', 'mobile-phone', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11009', 'other', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11010', 'pager', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11011', 'personal', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11012', 'personal-fax', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11013', 'tty', 'com.liferay.portal.kernel.model.Contact.phone'); INSERT INTO `listtype` VALUES ('0', '11014', 'dr', 'com.liferay.portal.kernel.model.Contact.prefix'); INSERT INTO `listtype` VALUES ('0', '11015', 'mr', 'com.liferay.portal.kernel.model.Contact.prefix'); INSERT INTO `listtype` VALUES ('0', '11016', 'mrs', 'com.liferay.portal.kernel.model.Contact.prefix'); INSERT INTO `listtype` VALUES ('0', '11017', 'ms', 'com.liferay.portal.kernel.model.Contact.prefix'); INSERT INTO `listtype` VALUES ('0', '11020', 'ii', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11021', 'iii', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11022', 'iv', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11023', 'jr', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11024', 'phd', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11025', 'sr', 'com.liferay.portal.kernel.model.Contact.suffix'); INSERT INTO `listtype` VALUES ('0', '11026', 'blog', 'com.liferay.portal.kernel.model.Contact.website'); INSERT INTO `listtype` VALUES ('0', '11027', 'business', 'com.liferay.portal.kernel.model.Contact.website'); INSERT INTO `listtype` VALUES ('0', '11028', 'other', 'com.liferay.portal.kernel.model.Contact.website'); INSERT INTO `listtype` VALUES ('0', '11029', 'personal', 'com.liferay.portal.kernel.model.Contact.website'); INSERT INTO `listtype` VALUES ('0', '12000', 'billing', 'com.liferay.portal.kernel.model.Organization.address'); INSERT INTO `listtype` VALUES ('0', '12001', 'other', 'com.liferay.portal.kernel.model.Organization.address'); INSERT INTO `listtype` VALUES ('0', '12002', 'p-o-box', 'com.liferay.portal.kernel.model.Organization.address'); INSERT INTO `listtype` VALUES ('0', '12003', 'shipping', 'com.liferay.portal.kernel.model.Organization.address'); INSERT INTO `listtype` VALUES ('0', '12004', 'email-address', 'com.liferay.portal.kernel.model.Organization.emailAddress'); INSERT INTO `listtype` VALUES ('0', '12005', 'email-address-2', 'com.liferay.portal.kernel.model.Organization.emailAddress'); INSERT INTO `listtype` VALUES ('0', '12006', 'email-address-3', 'com.liferay.portal.kernel.model.Organization.emailAddress'); INSERT INTO `listtype` VALUES ('0', '12007', 'fax', 'com.liferay.portal.kernel.model.Organization.phone'); INSERT INTO `listtype` VALUES ('0', '12008', 'local', 'com.liferay.portal.kernel.model.Organization.phone'); INSERT INTO `listtype` VALUES ('0', '12009', 'other', 'com.liferay.portal.kernel.model.Organization.phone'); INSERT INTO `listtype` VALUES ('0', '12010', 'toll-free', 'com.liferay.portal.kernel.model.Organization.phone'); INSERT INTO `listtype` VALUES ('0', '12011', 'tty', 'com.liferay.portal.kernel.model.Organization.phone'); INSERT INTO `listtype` VALUES ('0', '12012', 'administrative', 'com.liferay.portal.kernel.model.Organization.service'); INSERT INTO `listtype` VALUES ('0', '12013', 'contracts', 'com.liferay.portal.kernel.model.Organization.service'); INSERT INTO `listtype` VALUES ('0', '12014', 'donation', 'com.liferay.portal.kernel.model.Organization.service'); INSERT INTO `listtype` VALUES ('0', '12015', 'retail', 'com.liferay.portal.kernel.model.Organization.service'); INSERT INTO `listtype` VALUES ('0', '12016', 'training', 'com.liferay.portal.kernel.model.Organization.service'); INSERT INTO `listtype` VALUES ('0', '12017', 'full-member', 'com.liferay.portal.kernel.model.Organization.status'); INSERT INTO `listtype` VALUES ('0', '12018', 'provisional-member', 'com.liferay.portal.kernel.model.Organization.status'); INSERT INTO `listtype` VALUES ('0', '12019', 'intranet', 'com.liferay.portal.kernel.model.Organization.website'); INSERT INTO `listtype` VALUES ('0', '12020', 'public', 'com.liferay.portal.kernel.model.Organization.website'); -- ---------------------------- -- Table structure for `localizedentry` -- ---------------------------- DROP TABLE IF EXISTS `localizedentry`; CREATE TABLE `localizedentry` ( `defaultLanguageId` varchar(75) DEFAULT NULL, `localizedEntryId` bigint(20) NOT NULL, PRIMARY KEY (`localizedEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of localizedentry -- ---------------------------- -- ---------------------------- -- Table structure for `localizedentrylocalization` -- ---------------------------- DROP TABLE IF EXISTS `localizedentrylocalization`; CREATE TABLE `localizedentrylocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `localizedEntryLocalizationId` bigint(20) NOT NULL, `localizedEntryId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` varchar(75) DEFAULT NULL, PRIMARY KEY (`localizedEntryLocalizationId`), UNIQUE KEY `IX_2E833843` (`localizedEntryId`,`languageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of localizedentrylocalization -- ---------------------------- -- ---------------------------- -- Table structure for `lock_` -- ---------------------------- DROP TABLE IF EXISTS `lock_`; CREATE TABLE `lock_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `className` varchar(75) DEFAULT NULL, `key_` varchar(255) DEFAULT NULL, `owner` varchar(1024) DEFAULT NULL, `inheritable` tinyint(4) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`lockId`), UNIQUE KEY `IX_228562AD` (`className`,`key_`), KEY `IX_E3F1286B` (`expirationDate`), KEY `IX_2C418EAE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lock_ -- ---------------------------- -- ---------------------------- -- Table structure for `lventries_bigdecimalentries` -- ---------------------------- DROP TABLE IF EXISTS `lventries_bigdecimalentries`; CREATE TABLE `lventries_bigdecimalentries` ( `companyId` bigint(20) NOT NULL, `bigDecimalEntryId` bigint(20) NOT NULL, `lvEntryId` bigint(20) NOT NULL, PRIMARY KEY (`bigDecimalEntryId`,`lvEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lventries_bigdecimalentries -- ---------------------------- -- ---------------------------- -- Table structure for `lventry` -- ---------------------------- DROP TABLE IF EXISTS `lventry`; CREATE TABLE `lventry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `lvEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `uniqueGroupKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`lvEntryId`), UNIQUE KEY `IX_70D6DE35` (`groupId`,`uniqueGroupKey`,`head`), UNIQUE KEY `IX_50CAD09D` (`headId`), UNIQUE KEY `IX_91BCCF18` (`uuid_`,`groupId`,`head`), KEY `IX_C28A6270` (`groupId`,`head`), KEY `IX_EAE3A996` (`uuid_`,`companyId`,`head`), KEY `IX_5355DC7A` (`uuid_`,`head`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lventry -- ---------------------------- -- ---------------------------- -- Table structure for `lventrylocalization` -- ---------------------------- DROP TABLE IF EXISTS `lventrylocalization`; CREATE TABLE `lventrylocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `lvEntryLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `lvEntryId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` varchar(75) DEFAULT NULL, PRIMARY KEY (`lvEntryLocalizationId`), UNIQUE KEY `IX_FC1C4C16` (`headId`), UNIQUE KEY `IX_5233ABD3` (`lvEntryId`,`languageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lventrylocalization -- ---------------------------- -- ---------------------------- -- Table structure for `lventrylocalizationversion` -- ---------------------------- DROP TABLE IF EXISTS `lventrylocalizationversion`; CREATE TABLE `lventrylocalizationversion` ( `lvEntryLocalizationVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `lvEntryLocalizationId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `lvEntryId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` varchar(75) DEFAULT NULL, PRIMARY KEY (`lvEntryLocalizationVersionId`), UNIQUE KEY `IX_B05C042B` (`lvEntryId`,`languageId`,`version`), UNIQUE KEY `IX_EAC6D2F9` (`lvEntryLocalizationId`,`version`), KEY `IX_D41B2392` (`lvEntryId`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lventrylocalizationversion -- ---------------------------- -- ---------------------------- -- Table structure for `lventryversion` -- ---------------------------- DROP TABLE IF EXISTS `lventryversion`; CREATE TABLE `lventryversion` ( `lvEntryVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `lvEntryId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `uniqueGroupKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`lvEntryVersionId`), UNIQUE KEY `IX_D4DF2FAF` (`groupId`,`uniqueGroupKey`,`version`), UNIQUE KEY `IX_4D8E2BAB` (`lvEntryId`,`version`), UNIQUE KEY `IX_E9BD379C` (`uuid_`,`groupId`,`version`), KEY `IX_78E84D94` (`groupId`,`version`), KEY `IX_4B556E5E` (`uuid_`,`companyId`,`version`), KEY `IX_FA76694A` (`uuid_`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of lventryversion -- ---------------------------- -- ---------------------------- -- Table structure for `manycolumnsentry` -- ---------------------------- DROP TABLE IF EXISTS `manycolumnsentry`; CREATE TABLE `manycolumnsentry` ( `manyColumnsEntryId` bigint(20) NOT NULL, `column1` int(11) DEFAULT NULL, `column2` int(11) DEFAULT NULL, `column3` int(11) DEFAULT NULL, `column4` int(11) DEFAULT NULL, `column5` int(11) DEFAULT NULL, `column6` int(11) DEFAULT NULL, `column7` int(11) DEFAULT NULL, `column8` int(11) DEFAULT NULL, `column9` int(11) DEFAULT NULL, `column10` int(11) DEFAULT NULL, `column11` int(11) DEFAULT NULL, `column12` int(11) DEFAULT NULL, `column13` int(11) DEFAULT NULL, `column14` int(11) DEFAULT NULL, `column15` int(11) DEFAULT NULL, `column16` int(11) DEFAULT NULL, `column17` int(11) DEFAULT NULL, `column18` int(11) DEFAULT NULL, `column19` int(11) DEFAULT NULL, `column20` int(11) DEFAULT NULL, `column21` int(11) DEFAULT NULL, `column22` int(11) DEFAULT NULL, `column23` int(11) DEFAULT NULL, `column24` int(11) DEFAULT NULL, `column25` int(11) DEFAULT NULL, `column26` int(11) DEFAULT NULL, `column27` int(11) DEFAULT NULL, `column28` int(11) DEFAULT NULL, `column29` int(11) DEFAULT NULL, `column30` int(11) DEFAULT NULL, `column31` int(11) DEFAULT NULL, `column32` int(11) DEFAULT NULL, `column33` int(11) DEFAULT NULL, `column34` int(11) DEFAULT NULL, `column35` int(11) DEFAULT NULL, `column36` int(11) DEFAULT NULL, `column37` int(11) DEFAULT NULL, `column38` int(11) DEFAULT NULL, `column39` int(11) DEFAULT NULL, `column40` int(11) DEFAULT NULL, `column41` int(11) DEFAULT NULL, `column42` int(11) DEFAULT NULL, `column43` int(11) DEFAULT NULL, `column44` int(11) DEFAULT NULL, `column45` int(11) DEFAULT NULL, `column46` int(11) DEFAULT NULL, `column47` int(11) DEFAULT NULL, `column48` int(11) DEFAULT NULL, `column49` int(11) DEFAULT NULL, `column50` int(11) DEFAULT NULL, `column51` int(11) DEFAULT NULL, `column52` int(11) DEFAULT NULL, `column53` int(11) DEFAULT NULL, `column54` int(11) DEFAULT NULL, `column55` int(11) DEFAULT NULL, `column56` int(11) DEFAULT NULL, `column57` int(11) DEFAULT NULL, `column58` int(11) DEFAULT NULL, `column59` int(11) DEFAULT NULL, `column60` int(11) DEFAULT NULL, `column61` int(11) DEFAULT NULL, `column62` int(11) DEFAULT NULL, `column63` int(11) DEFAULT NULL, `column64` int(11) DEFAULT NULL, PRIMARY KEY (`manyColumnsEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of manycolumnsentry -- ---------------------------- -- ---------------------------- -- Table structure for `marketplace_app` -- ---------------------------- DROP TABLE IF EXISTS `marketplace_app`; CREATE TABLE `marketplace_app` ( `uuid_` varchar(75) DEFAULT NULL, `appId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `remoteAppId` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `description` longtext, `category` varchar(75) DEFAULT NULL, `iconURL` longtext, `version` varchar(75) DEFAULT NULL, `required` tinyint(4) DEFAULT NULL, PRIMARY KEY (`appId`), KEY `IX_94A7EF25` (`category`), KEY `IX_865B7BD5` (`companyId`), KEY `IX_20F14D93` (`remoteAppId`), KEY `IX_A7807DA7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of marketplace_app -- ---------------------------- -- ---------------------------- -- Table structure for `marketplace_module` -- ---------------------------- DROP TABLE IF EXISTS `marketplace_module`; CREATE TABLE `marketplace_module` ( `uuid_` varchar(75) DEFAULT NULL, `moduleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `appId` bigint(20) DEFAULT NULL, `bundleSymbolicName` varchar(500) DEFAULT NULL, `bundleVersion` varchar(75) DEFAULT NULL, `contextName` varchar(75) DEFAULT NULL, PRIMARY KEY (`moduleId`), KEY `IX_5848F52D` (`appId`,`bundleSymbolicName`(255),`bundleVersion`), KEY `IX_C6938724` (`appId`,`contextName`), KEY `IX_DD03D499` (`bundleSymbolicName`(255)), KEY `IX_F2F1E964` (`contextName`), KEY `IX_896A375A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of marketplace_module -- ---------------------------- -- ---------------------------- -- Table structure for `mbban` -- ---------------------------- DROP TABLE IF EXISTS `mbban`; CREATE TABLE `mbban` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `banUserId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`banId`,`ctCollectionId`), UNIQUE KEY `IX_80F14E99` (`groupId`,`banUserId`,`ctCollectionId`), UNIQUE KEY `IX_6F119354` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_1E190683` (`banUserId`,`ctCollectionId`), KEY `IX_B9873388` (`groupId`,`ctCollectionId`), KEY `IX_1B616E18` (`userId`,`ctCollectionId`), KEY `IX_D91D83D2` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_5DB3B492` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbban -- ---------------------------- -- ---------------------------- -- Table structure for `mbcategory` -- ---------------------------- DROP TABLE IF EXISTS `mbcategory`; CREATE TABLE `mbcategory` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `displayStyle` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`categoryId`,`ctCollectionId`), UNIQUE KEY `IX_5DD5248D` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_194E0FD9` (`categoryId`,`groupId`,`parentCategoryId`,`ctCollectionId`), KEY `IX_E88617BF` (`categoryId`,`groupId`,`parentCategoryId`,`status`,`ctCollectionId`), KEY `IX_FADEB62D` (`companyId`,`ctCollectionId`), KEY `IX_40852A13` (`companyId`,`status`,`ctCollectionId`), KEY `IX_B4A1A06F` (`groupId`,`ctCollectionId`), KEY `IX_22F8EB66` (`groupId`,`parentCategoryId`,`ctCollectionId`), KEY `IX_DCD7164C` (`groupId`,`parentCategoryId`,`status`,`ctCollectionId`), KEY `IX_DF62B255` (`groupId`,`status`,`ctCollectionId`), KEY `IX_2541AACB` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_52822F39` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbcategory -- ---------------------------- -- ---------------------------- -- Table structure for `mbdiscussion` -- ---------------------------- DROP TABLE IF EXISTS `mbdiscussion`; CREATE TABLE `mbdiscussion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `discussionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`discussionId`,`ctCollectionId`), UNIQUE KEY `IX_F4BC4496` (`classNameId`,`classPK`,`ctCollectionId`), UNIQUE KEY `IX_393E413A` (`threadId`,`ctCollectionId`), UNIQUE KEY `IX_3A2D4BF7` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_4C2D9FB5` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_383E288F` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbdiscussion -- ---------------------------- -- ---------------------------- -- Table structure for `mbmailinglist` -- ---------------------------- DROP TABLE IF EXISTS `mbmailinglist`; CREATE TABLE `mbmailinglist` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `emailAddress` varchar(254) 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(254) 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`,`ctCollectionId`), UNIQUE KEY `IX_D626193B` (`groupId`,`categoryId`,`ctCollectionId`), UNIQUE KEY `IX_212E7CE` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_DF91F0AD` (`active_`,`ctCollectionId`), KEY `IX_B11BA1CC` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_161C8ED8` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbmailinglist -- ---------------------------- -- ---------------------------- -- Table structure for `mbmessage` -- ---------------------------- DROP TABLE IF EXISTS `mbmessage`; CREATE TABLE `mbmessage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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, `treePath` longtext, `subject` varchar(75) DEFAULT NULL, `urlSubject` varchar(255) DEFAULT NULL, `body` longtext, `format` varchar(75) DEFAULT NULL, `anonymous` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `answer` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`messageId`,`ctCollectionId`), UNIQUE KEY `IX_8813E901` (`groupId`,`urlSubject`,`ctCollectionId`), UNIQUE KEY `IX_EAF86BCC` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_860370AB` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_19FE8691` (`classNameId`,`classPK`,`status`,`ctCollectionId`), KEY `IX_5C8DA38E` (`companyId`,`ctCollectionId`), KEY `IX_9CE52674` (`companyId`,`status`,`ctCollectionId`), KEY `IX_F0A963FD` (`groupId`,`categoryId`,`ctCollectionId`), KEY `IX_82ED07E3` (`groupId`,`categoryId`,`status`,`ctCollectionId`), KEY `IX_AAAD4168` (`groupId`,`categoryId`,`threadId`,`answer`,`ctCollectionId`), KEY `IX_158DD1B6` (`groupId`,`categoryId`,`threadId`,`ctCollectionId`), KEY `IX_CC88AC9C` (`groupId`,`categoryId`,`threadId`,`status`,`ctCollectionId`), KEY `IX_A3E7210` (`groupId`,`ctCollectionId`), KEY `IX_F6A852F6` (`groupId`,`status`,`ctCollectionId`), KEY `IX_C892444A` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_6C8B4B30` (`groupId`,`userId`,`status`,`ctCollectionId`), KEY `IX_D6EAC68E` (`parentMessageId`,`ctCollectionId`), KEY `IX_C56F4974` (`parentMessageId`,`status`,`ctCollectionId`), KEY `IX_E84A6B81` (`threadId`,`answer`,`ctCollectionId`), KEY `IX_297F24CF` (`threadId`,`ctCollectionId`), KEY `IX_7A7FD535` (`threadId`,`parentMessageId`,`ctCollectionId`), KEY `IX_A25D6B5` (`threadId`,`status`,`ctCollectionId`), KEY `IX_93815565` (`userId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_711114B` (`userId`,`classNameId`,`classPK`,`status`,`ctCollectionId`), KEY `IX_8B146CBA` (`userId`,`classNameId`,`ctCollectionId`), KEY `IX_1C5603A0` (`userId`,`classNameId`,`status`,`ctCollectionId`), KEY `IX_3F043E90` (`userId`,`ctCollectionId`), KEY `IX_F6B01E4A` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_DAB8F51A` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbmessage -- ---------------------------- -- ---------------------------- -- Table structure for `mbstatsuser` -- ---------------------------- DROP TABLE IF EXISTS `mbstatsuser`; CREATE TABLE `mbstatsuser` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`statsUserId`,`ctCollectionId`), UNIQUE KEY `IX_A22F0727` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_D82661ED` (`groupId`,`ctCollectionId`), KEY `IX_2F4600A3` (`groupId`,`userId`,`messageCount`,`ctCollectionId`), KEY `IX_24A05F13` (`userId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbstatsuser -- ---------------------------- -- ---------------------------- -- Table structure for `mbthread` -- ---------------------------- DROP TABLE IF EXISTS `mbthread`; CREATE TABLE `mbthread` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `threadId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `rootMessageUserId` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `lastPostByUserId` bigint(20) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `priority` double DEFAULT NULL, `question` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`threadId`,`ctCollectionId`), UNIQUE KEY `IX_9DB28BD9` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_A1BB5EE8` (`categoryId`,`priority`,`ctCollectionId`), KEY `IX_93724410` (`groupId`,`categoryId`,`ctCollectionId`), KEY `IX_C25692A8` (`groupId`,`categoryId`,`lastPostDate`,`ctCollectionId`), KEY `IX_BFEA24F6` (`groupId`,`categoryId`,`status`,`ctCollectionId`), KEY `IX_ADE096A3` (`groupId`,`ctCollectionId`), KEY `IX_9B323489` (`groupId`,`status`,`ctCollectionId`), KEY `IX_75AA6913` (`lastPostDate`,`priority`,`ctCollectionId`), KEY `IX_2A7B1F29` (`rootMessageId`,`ctCollectionId`), KEY `IX_E3626F17` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_DBB1226D` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbthread -- ---------------------------- -- ---------------------------- -- Table structure for `mbthreadflag` -- ---------------------------- DROP TABLE IF EXISTS `mbthreadflag`; CREATE TABLE `mbthreadflag` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `threadFlagId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`threadFlagId`,`ctCollectionId`), UNIQUE KEY `IX_B2386762` (`userId`,`threadId`,`ctCollectionId`), UNIQUE KEY `IX_F437E4E5` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_91B1A4A8` (`threadId`,`ctCollectionId`), KEY `IX_F156E0A9` (`userId`,`ctCollectionId`), KEY `IX_ADF5B523` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_AEED2BE1` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mbthreadflag -- ---------------------------- -- ---------------------------- -- Table structure for `mdraction` -- ---------------------------- DROP TABLE IF EXISTS `mdraction`; CREATE TABLE `mdraction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`actionId`), UNIQUE KEY `IX_75BE36AD` (`uuid_`,`groupId`), KEY `IX_FD90786C` (`ruleGroupInstanceId`), KEY `IX_C58A516B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mdraction -- ---------------------------- -- ---------------------------- -- Table structure for `mdrrule` -- ---------------------------- DROP TABLE IF EXISTS `mdrrule`; CREATE TABLE `mdrrule` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `ruleGroupId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(255) DEFAULT NULL, `typeSettings` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleId`), UNIQUE KEY `IX_F3EFDCB3` (`uuid_`,`groupId`), KEY `IX_4F4293F1` (`ruleGroupId`), KEY `IX_7DEA8DF1` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mdrrule -- ---------------------------- -- ---------------------------- -- Table structure for `mdrrulegroup` -- ---------------------------- DROP TABLE IF EXISTS `mdrrulegroup`; CREATE TABLE `mdrrulegroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleGroupId`), UNIQUE KEY `IX_46665CC4` (`uuid_`,`groupId`), KEY `IX_5849891C` (`groupId`), KEY `IX_CC14DC2` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mdrrulegroup -- ---------------------------- -- ---------------------------- -- Table structure for `mdrrulegroupinstance` -- ---------------------------- DROP TABLE IF EXISTS `mdrrulegroupinstance`; CREATE TABLE `mdrrulegroupinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ruleGroupId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleGroupInstanceId`), UNIQUE KEY `IX_808A0036` (`classNameId`,`classPK`,`ruleGroupId`), UNIQUE KEY `IX_9CBC6A39` (`uuid_`,`groupId`), KEY `IX_22DAB85C` (`groupId`,`classNameId`,`classPK`), KEY `IX_BF3E642B` (`ruleGroupId`), KEY `IX_25C9D1F7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mdrrulegroupinstance -- ---------------------------- -- ---------------------------- -- Table structure for `membershiprequest` -- ---------------------------- DROP TABLE IF EXISTS `membershiprequest`; CREATE TABLE `membershiprequest` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `membershipRequestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `comments` longtext, `replyComments` longtext, `replyDate` datetime(6) DEFAULT NULL, `replierUserId` bigint(20) DEFAULT NULL, `statusId` bigint(20) DEFAULT NULL, PRIMARY KEY (`membershipRequestId`), KEY `IX_C28C72EC` (`groupId`,`statusId`), KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`), KEY `IX_66D70879` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of membershiprequest -- ---------------------------- -- ---------------------------- -- Table structure for `mfaemailotpentry` -- ---------------------------- DROP TABLE IF EXISTS `mfaemailotpentry`; CREATE TABLE `mfaemailotpentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `mfaEmailOTPEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `failedAttempts` int(11) DEFAULT NULL, `lastFailDate` datetime(6) DEFAULT NULL, `lastFailIP` varchar(75) DEFAULT NULL, `lastSuccessDate` datetime(6) DEFAULT NULL, `lastSuccessIP` varchar(75) DEFAULT NULL, PRIMARY KEY (`mfaEmailOTPEntryId`), UNIQUE KEY `IX_E9D0CF1B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mfaemailotpentry -- ---------------------------- -- ---------------------------- -- Table structure for `mfatimebasedotpentry` -- ---------------------------- DROP TABLE IF EXISTS `mfatimebasedotpentry`; CREATE TABLE `mfatimebasedotpentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `mfaTimeBasedOTPEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `failedAttempts` int(11) DEFAULT NULL, `lastFailDate` datetime(6) DEFAULT NULL, `lastFailIP` varchar(75) DEFAULT NULL, `lastSuccessDate` datetime(6) DEFAULT NULL, `lastSuccessIP` varchar(75) DEFAULT NULL, `sharedSecret` varchar(75) DEFAULT NULL, PRIMARY KEY (`mfaTimeBasedOTPEntryId`), UNIQUE KEY `IX_CEAB81E5` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of mfatimebasedotpentry -- ---------------------------- -- ---------------------------- -- Table structure for `microblogsentry` -- ---------------------------- DROP TABLE IF EXISTS `microblogsentry`; CREATE TABLE `microblogsentry` ( `microblogsEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `creatorClassNameId` bigint(20) DEFAULT NULL, `creatorClassPK` bigint(20) DEFAULT NULL, `content` longtext, `type_` int(11) DEFAULT NULL, `parentMicroblogsEntryId` bigint(20) DEFAULT NULL, `socialRelationType` int(11) DEFAULT NULL, PRIMARY KEY (`microblogsEntryId`), KEY `IX_1D8CE137` (`companyId`,`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_CA299EF2` (`companyId`,`creatorClassNameId`,`type_`), KEY `IX_14ACFA9` (`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_6AA6B164` (`creatorClassNameId`,`type_`), KEY `IX_6BD29B9C` (`type_`,`parentMicroblogsEntryId`), KEY `IX_8F04FC09` (`userId`,`createDate`,`type_`,`socialRelationType`), KEY `IX_92BA6F0` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of microblogsentry -- ---------------------------- -- ---------------------------- -- Table structure for `nestedsetstreeentry` -- ---------------------------- DROP TABLE IF EXISTS `nestedsetstreeentry`; CREATE TABLE `nestedsetstreeentry` ( `nestedSetsTreeEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `parentNestedSetsTreeEntryId` bigint(20) DEFAULT NULL, `leftNestedSetsTreeEntryId` bigint(20) DEFAULT NULL, `rightNestedSetsTreeEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`nestedSetsTreeEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of nestedsetstreeentry -- ---------------------------- -- ---------------------------- -- Table structure for `oa2auths_oa2scopegrants` -- ---------------------------- DROP TABLE IF EXISTS `oa2auths_oa2scopegrants`; CREATE TABLE `oa2auths_oa2scopegrants` ( `companyId` bigint(20) NOT NULL, `oAuth2AuthorizationId` bigint(20) NOT NULL, `oAuth2ScopeGrantId` bigint(20) NOT NULL, PRIMARY KEY (`oAuth2AuthorizationId`,`oAuth2ScopeGrantId`), KEY `IX_87DAF9C3` (`companyId`), KEY `IX_2F541817` (`oAuth2ScopeGrantId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oa2auths_oa2scopegrants -- ---------------------------- -- ---------------------------- -- Table structure for `oauth2application` -- ---------------------------- DROP TABLE IF EXISTS `oauth2application`; CREATE TABLE `oauth2application` ( `oAuth2ApplicationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) DEFAULT NULL, `allowedGrantTypes` varchar(75) DEFAULT NULL, `clientCredentialUserId` bigint(20) DEFAULT NULL, `clientCredentialUserName` varchar(75) DEFAULT NULL, `clientId` varchar(75) DEFAULT NULL, `clientProfile` int(11) DEFAULT NULL, `clientSecret` varchar(75) DEFAULT NULL, `description` longtext, `features` longtext, `homePageURL` longtext, `iconFileEntryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `privacyPolicyURL` longtext, `redirectURIs` longtext, PRIMARY KEY (`oAuth2ApplicationId`), KEY `IX_523E5C67` (`companyId`,`clientId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth2application -- ---------------------------- INSERT INTO `oauth2application` VALUES ('1', '20097', '20102', '20102', '2020-09-03 01:11:16.742000', '2020-09-03 01:11:17.178000', '1', 'AUTHORIZATION_CODE,REFRESH_TOKEN', '20102', '20102', 'id-f1aad449-c126-4565-f24c-84bdc75a23', '0', 'secret-53f228cd-221e-6dbe-8850-86f33ad4c4', null, null, 'https://analytics.liferay.com', '40220', 'Analytics Cloud', null, 'https://analytics.liferay.com/oauth/receive'); INSERT INTO `oauth2application` VALUES ('2', '20097', '20102', '20102', '2020-09-03 01:11:17.203000', '2020-09-03 01:11:17.203000', '2', 'REFRESH_TOKEN,RESOURCE_OWNER_PASSWORD', '20102', '20102', 'FragmentRenderer', '1', null, null, null, null, '0', 'Fragment Renderer', null, null); -- ---------------------------- -- Table structure for `oauth2applicationscopealiases` -- ---------------------------- DROP TABLE IF EXISTS `oauth2applicationscopealiases`; CREATE TABLE `oauth2applicationscopealiases` ( `oA2AScopeAliasesId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint(20) DEFAULT NULL, PRIMARY KEY (`oA2AScopeAliasesId`), KEY `IX_282ECE83` (`companyId`), KEY `IX_2F9EBCBB` (`oAuth2ApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth2applicationscopealiases -- ---------------------------- INSERT INTO `oauth2applicationscopealiases` VALUES ('1', '20097', '20102', '20102', '2020-09-03 01:11:16.755000', '1'); INSERT INTO `oauth2applicationscopealiases` VALUES ('2', '20097', '20102', '20102', '2020-09-03 01:11:17.204000', '2'); -- ---------------------------- -- Table structure for `oauth2authorization` -- ---------------------------- DROP TABLE IF EXISTS `oauth2authorization`; CREATE TABLE `oauth2authorization` ( `oAuth2AuthorizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint(20) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) DEFAULT NULL, `accessTokenContent` longtext, `accessTokenContentHash` bigint(20) DEFAULT NULL, `accessTokenCreateDate` datetime(6) DEFAULT NULL, `accessTokenExpirationDate` datetime(6) DEFAULT NULL, `remoteHostInfo` varchar(255) DEFAULT NULL, `remoteIPInfo` varchar(75) DEFAULT NULL, `refreshTokenContent` longtext, `refreshTokenContentHash` bigint(20) DEFAULT NULL, `refreshTokenCreateDate` datetime(6) DEFAULT NULL, `refreshTokenExpirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`oAuth2AuthorizationId`), KEY `IX_77D3B9EA` (`accessTokenContentHash`), KEY `IX_FB9F7B8A` (`companyId`,`accessTokenContentHash`), KEY `IX_673EE35` (`companyId`,`refreshTokenContentHash`), KEY `IX_70DD169C` (`oAuth2ApplicationId`), KEY `IX_10C77BD5` (`refreshTokenContentHash`), KEY `IX_719D503E` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth2authorization -- ---------------------------- -- ---------------------------- -- Table structure for `oauth2scopegrant` -- ---------------------------- DROP TABLE IF EXISTS `oauth2scopegrant`; CREATE TABLE `oauth2scopegrant` ( `oAuth2ScopeGrantId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) DEFAULT NULL, `applicationName` varchar(255) DEFAULT NULL, `bundleSymbolicName` varchar(255) DEFAULT NULL, `scope` varchar(240) DEFAULT NULL, `scopeAliases` longtext, PRIMARY KEY (`oAuth2ScopeGrantId`), KEY `IX_88938BF` (`companyId`,`oA2AScopeAliasesId`,`applicationName`,`bundleSymbolicName`,`scope`), KEY `IX_80FCAC23` (`oA2AScopeAliasesId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth2scopegrant -- ---------------------------- INSERT INTO `oauth2scopegrant` VALUES ('1', '20097', '1', 'Liferay.Segments.Asah.REST', 'com.liferay.segments.asah.rest.impl', 'DELETE', 'Liferay.Segments.Asah.REST.everything'); INSERT INTO `oauth2scopegrant` VALUES ('2', '20097', '1', 'Liferay.JSON.Web.Services.Analytics', 'com.liferay.oauth2.provider.shortcut', 'analytics.read', 'analytics.read'); INSERT INTO `oauth2scopegrant` VALUES ('3', '20097', '1', 'Liferay.Segments.Asah.REST', 'com.liferay.segments.asah.rest.impl', 'GET', 'Liferay.Segments.Asah.REST.everything'); INSERT INTO `oauth2scopegrant` VALUES ('4', '20097', '1', 'Liferay.Segments.Asah.REST', 'com.liferay.segments.asah.rest.impl', 'POST', 'Liferay.Segments.Asah.REST.everything'); INSERT INTO `oauth2scopegrant` VALUES ('5', '20097', '1', 'Liferay.JSON.Web.Services.Analytics', 'com.liferay.oauth2.provider.shortcut', 'analytics.write', 'analytics.write'); INSERT INTO `oauth2scopegrant` VALUES ('6', '20097', '2', 'liferay-json-web-services', 'com.liferay.oauth2.provider.jsonws', 'everything.write', 'liferay-json-web-services.everything.read liferay-json-web-services.everything.write'); INSERT INTO `oauth2scopegrant` VALUES ('7', '20097', '2', 'liferay-json-web-services', 'com.liferay.oauth2.provider.jsonws', 'everything.read', 'liferay-json-web-services.everything.read liferay-json-web-services.everything.write'); -- ---------------------------- -- Table structure for `oauth_oauthapplication` -- ---------------------------- DROP TABLE IF EXISTS `oauth_oauthapplication`; CREATE TABLE `oauth_oauthapplication` ( `oAuthApplicationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `consumerKey` varchar(75) DEFAULT NULL, `consumerSecret` varchar(75) DEFAULT NULL, `accessLevel` int(11) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `shareableAccessToken` tinyint(4) DEFAULT NULL, `callbackURI` longtext, `websiteURL` longtext, PRIMARY KEY (`oAuthApplicationId`), UNIQUE KEY `IX_B12A5172` (`consumerKey`), KEY `IX_DD85AA60` (`companyId`,`name`), KEY `IX_2B33FAA0` (`userId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth_oauthapplication -- ---------------------------- -- ---------------------------- -- Table structure for `oauth_oauthuser` -- ---------------------------- DROP TABLE IF EXISTS `oauth_oauthuser`; CREATE TABLE `oauth_oauthuser` ( `oAuthUserId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `oAuthApplicationId` bigint(20) DEFAULT NULL, `accessToken` varchar(75) DEFAULT NULL, `accessSecret` varchar(75) DEFAULT NULL, PRIMARY KEY (`oAuthUserId`), UNIQUE KEY `IX_84260D45` (`accessToken`), UNIQUE KEY `IX_7B260C62` (`userId`,`oAuthApplicationId`), KEY `IX_4167B528` (`oAuthApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of oauth_oauthuser -- ---------------------------- -- ---------------------------- -- Table structure for `organization_` -- ---------------------------- DROP TABLE IF EXISTS `organization_`; CREATE TABLE `organization_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `organizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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` bigint(20) DEFAULT NULL, `comments` longtext, `logoId` bigint(20) DEFAULT NULL, PRIMARY KEY (`organizationId`,`ctCollectionId`), UNIQUE KEY `IX_F1E40A53` (`companyId`,`name`,`ctCollectionId`), KEY `IX_2C1E7914` (`companyId`,`ctCollectionId`), KEY `IX_38F85A25` (`companyId`,`externalReferenceCode`,`ctCollectionId`), KEY `IX_7A5E9780` (`companyId`,`parentOrganizationId`,`ctCollectionId`), KEY `IX_DC36A7BF` (`companyId`,`parentOrganizationId`,`name`,`ctCollectionId`), KEY `IX_3F532604` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_206D7DA0` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of organization_ -- ---------------------------- -- ---------------------------- -- Table structure for `orggrouprole` -- ---------------------------- DROP TABLE IF EXISTS `orggrouprole`; CREATE TABLE `orggrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`organizationId`,`groupId`,`roleId`), KEY `IX_4A527DD3` (`groupId`), KEY `IX_AB044D1C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of orggrouprole -- ---------------------------- -- ---------------------------- -- Table structure for `orglabor` -- ---------------------------- DROP TABLE IF EXISTS `orglabor`; CREATE TABLE `orglabor` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `orgLaborId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `organizationId` bigint(20) DEFAULT NULL, `typeId` bigint(20) 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; -- ---------------------------- -- Records of orglabor -- ---------------------------- -- ---------------------------- -- Table structure for `passwordpolicy` -- ---------------------------- DROP TABLE IF EXISTS `passwordpolicy`; CREATE TABLE `passwordpolicy` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `passwordPolicyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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, `regex` longtext, `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`), KEY `IX_E4D7EF87` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of passwordpolicy -- ---------------------------- INSERT INTO `passwordpolicy` VALUES ('0', '629066e3-d040-0a34-524e-4bd67804cd64', '20124', '20097', '20102', null, '2020-09-03 01:09:44.160000', '2020-09-03 01:09:44.160000', '1', 'Default Password Policy', 'Default Password Policy', '1', '1', '0', '0', '1', '0', '6', '0', '1', '0', '1', '(?=.{4})(?:[a-zA-Z0-9]*)', '0', '6', '0', '8640000', '86400', '0', '0', '3', '0', '1', '600', '86400'); -- ---------------------------- -- Table structure for `passwordpolicyrel` -- ---------------------------- DROP TABLE IF EXISTS `passwordpolicyrel`; CREATE TABLE `passwordpolicyrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `passwordPolicyRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `passwordPolicyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyRelId`), UNIQUE KEY `IX_C3A17327` (`classNameId`,`classPK`), KEY `IX_CD25266E` (`passwordPolicyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of passwordpolicyrel -- ---------------------------- -- ---------------------------- -- Table structure for `passwordtracker` -- ---------------------------- DROP TABLE IF EXISTS `passwordtracker`; CREATE TABLE `passwordtracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `passwordTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, PRIMARY KEY (`passwordTrackerId`), KEY `IX_326F75BD` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of passwordtracker -- ---------------------------- -- ---------------------------- -- Table structure for `phone` -- ---------------------------- DROP TABLE IF EXISTS `phone`; CREATE TABLE `phone` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `phoneId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`phoneId`), KEY `IX_812CE07A` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F202B9CE` (`userId`), KEY `IX_B271FA88` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of phone -- ---------------------------- -- ---------------------------- -- Table structure for `pluginsetting` -- ---------------------------- DROP TABLE IF EXISTS `pluginsetting`; CREATE TABLE `pluginsetting` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of pluginsetting -- ---------------------------- -- ---------------------------- -- Table structure for `pollschoice` -- ---------------------------- DROP TABLE IF EXISTS `pollschoice`; CREATE TABLE `pollschoice` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `choiceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`choiceId`), UNIQUE KEY `IX_D76DD2CF` (`questionId`,`name`), UNIQUE KEY `IX_C222BD31` (`uuid_`,`groupId`), KEY `IX_8AE746EF` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of pollschoice -- ---------------------------- -- ---------------------------- -- Table structure for `pollsquestion` -- ---------------------------- DROP TABLE IF EXISTS `pollsquestion`; CREATE TABLE `pollsquestion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `lastVoteDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`questionId`), UNIQUE KEY `IX_F3C9F36` (`uuid_`,`groupId`), KEY `IX_9FF342EA` (`groupId`), KEY `IX_F910BBB4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of pollsquestion -- ---------------------------- -- ---------------------------- -- Table structure for `pollsvote` -- ---------------------------- DROP TABLE IF EXISTS `pollsvote`; CREATE TABLE `pollsvote` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `voteId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint(20) DEFAULT NULL, `choiceId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `voteDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`voteId`), UNIQUE KEY `IX_A88C673A` (`uuid_`,`groupId`), KEY `IX_D5DF7B54` (`choiceId`), KEY `IX_1BBFD4D3` (`questionId`,`userId`), KEY `IX_7D8E92B8` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of pollsvote -- ---------------------------- -- ---------------------------- -- Table structure for `portalpreferences` -- ---------------------------- DROP TABLE IF EXISTS `portalpreferences`; CREATE TABLE `portalpreferences` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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; -- ---------------------------- -- Records of portalpreferences -- ---------------------------- INSERT INTO `portalpreferences` VALUES ('1', '20098', '20097', '1', 'sync.lan.server.uuidbb2d1fab-75ff-feca-407c-c20760b81921sync.lan.keyMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCOVzgOeN7dETbI9V2vXXAWuIbTaDdV+fqzLS4WXG/xpKhQ9099wBKUDBylRzWYiDm1yZRzy8Xe3Ox3Bv8eBwzLb5kTo/Xq5P68WL0ah0l7Cqi0YPOWTHCAeDsGCWBYpOnY3JNsmYpN4WrgZ3Ya+yNn90ua04pO0RGme91dkrBNjNxflfZ6uuGZ/JSwbLgGe3HualN8RBJhBZC2OndixC9GR/TkDjfPb9nQKd4BRgot61Me/IMduYMoEjLXLrXbXb4LKTRFFNYkUbItOZY2SGmYv7IvfLyDlqG2KQlu5LlZLkTzwH5iCEmrPej5Xjb4mx48YROYMnsUxLQEa5bRIfnfAgMBAAECggEAc39+MvANFqBzLdk7LaLJ4wXUERLNY+w1atJMRUS4aQFMunYSgF0sNgkl7U68xIo1Gbb5yIQeiNoG3gZFWF4sGZ7yPSeb0gACW14+A5qnGzno7oSE4v4fg38Llbhh/0vBnIBO954WxV8V1ATfpsEFV8UoCfeAkLfAdLCpTNZMTH+w3ug+/YdT1PSGm+wdOqdcxAmVcoTFoB/1ctmuicdo2HMo/+s50ylPiOLv0O1F81o3hc2VNBkyBqAbl5SRgA3au4lksg08FmN2lpch0jsekPWuBB6dGffIHTvgyLynb5I4nFys9zYUYAT3sqbJTGT45rJekRYFI1Hi/++WkOZQ8QKBgQD6HFS95lD7pZtnLbUgOnhTL4fzQNuHy3j0UQLF2xilsz5aKdjkql6vTnSer9mmEbgKNiZbYT2ScphBDmvZ44hjeg/iVDhvzWl/XcshemWCuhgD2lQQBp5kD9THN9O/b3JVe1wd87gwQuEiyCWyxq26mX3qa4+dcaYDjw0eh+R8iwKBgQCRsT/w4/MLDNLPXY8e6cUFo3svXofInQNTpFpRoKyhyiEPm0qkewo9eRQ5fmZ+lZIUCrZZVPOvAgwqHBnJH36SjBKM6lBvrjTmf4eaOoT5+K2sr+3UuJAh5ZXdMdnCMchMBZc8OGtx445tZ4BXgW8ypoBaDv0WzVMEIvqiYKa+fQKBgD3a49pTK5QQ0O4jj7f4velUx/qQ/7oFyFQj9NuZ4+6W9cS2tL1YpTIV5SGZu+omV62u1q2izud5D86HEoVAkGqJtYPz8EE2O/ET8TjGXHSIMYhCZqfP+zwj7iuW0vd1SIF7kLyXmeXVpHhFp40fNbgAXfOrxkjZ4oTezA/Q6+EhAoGAHm3e5Pk3Mf+jqBvqYJKCzAKxH9umkIf6weV518KvS7tj3Faa6G+qW9yGFNwJnDaxI+5413+exdavo7vqxs8FKKaI2VW3JxxDgEDymYvPakY+P+seyWci83F4M5LN4Hl1VCt2wuUly8uzW7ZaX+xwxStxc13eDn0j8aE8p9139iECgYEA4yk1qKokFpwtQZSm4sPvX7v6+SIsIrrt8w4RApqooKpwBF3pVLjTEFsdMt0o8aUpKp7meOO5O3S5ngI66TeDcXRbRaHdn5qdcqEBoNa7gOCRaAbYchR6akqc7KZlqfOa6NMt8VW7jEDzmV9Wk0p1kJPBbNQzXW4zkAgPxtiZPYE=sync.lan.certificateMIIC4TCCAcmgAwIBAgIJAI2labtzqM38MA0GCSqGSIb3DQEBCwUAMC8xLTArBgNVBAMMJGJiMmQxZmFiLTc1ZmYtZmVjYS00MDdjLWMyMDc2MGI4MTkyMTAgFw0xOTA5MDQwMTA5NDVaGA8zMDIwMDEwNTAxMDk0NVowLzEtMCsGA1UEAwwkYmIyZDFmYWItNzVmZi1mZWNhLTQwN2MtYzIwNzYwYjgxOTIxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjlc4Dnje3RE2yPVdr11wFriG02g3Vfn6sy0uFlxv8aSoUPdPfcASlAwcpUc1mIg5tcmUc8vF3tzsdwb/HgcMy2+ZE6P16uT+vFi9GodJewqotGDzlkxwgHg7BglgWKTp2NyTbJmKTeFq4Gd2GvsjZ/dLmtOKTtERpnvdXZKwTYzcX5X2errhmfyUsGy4Bntx7mpTfEQSYQWQtjp3YsQvRkf05A43z2/Z0CneAUYKLetTHvyDHbmDKBIy1y61212+Cyk0RRTWJFGyLTmWNkhpmL+yL3y8g5ahtikJbuS5WS5E88B+YghJqz3o+V42+JsePGETmDJ7FMS0BGuW0SH53wIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQAGayKPGsf8Ejbf+mZI70ohT897Q+xAeHBvGRbne+CDHn8Z1W4bq0UUAjHKcPOwfrh0k12LzqlsLEeOwlywhgA+qB5c4aysWFvBlrFcr4hJxgtKAkNSWNWtGy1uUc9GXKjsHAxD7ZuvgqFULAjSHOJChGVejqo4rtFCxOsd14RHueCy57B29u71rtGfKW5GCW+peQIFskS9NZwBd7lIwJIlRD0De74Ljjb+w0o7PlQRCF3+tIndkKoKVjhxhihmJ5qkLLt5F92/334DbRvUFSl7Hn1Vw1kZ/ZT2NRwGJX0s52sjZ43z1JSVpcuvDjjNFdP0YYgIXOTN3VsEpXMPOUWv'); INSERT INTO `portalpreferences` VALUES ('0', '20126', '0', '1', ''); INSERT INTO `portalpreferences` VALUES ('0', '40281', '20102', '4', ''); INSERT INTO `portalpreferences` VALUES ('4', '40299', '20125', '4', 'com.liferay.portal.kernel.util.SessionClicks#cmdsetcom.liferay.portal.kernel.util.SessionClicks#com.liferay.product.navigation.product.menu.web_productMenuStateopencom.liferay.portal.kernel.util.SessionClicks#com.liferay.site.util_recentGroups20121com_liferay_journal_web_portlet_JournalPortlet#display-styledescriptive'); -- ---------------------------- -- Table structure for `portlet` -- ---------------------------- DROP TABLE IF EXISTS `portlet`; CREATE TABLE `portlet` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of portlet -- ---------------------------- INSERT INTO `portlet` VALUES ('0', '39914', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39925', '20097', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39926', '20097', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39930', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39933', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39934', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39938', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39939', '20097', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39940', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39941', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39942', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39943', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39955', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39956', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39958', '20097', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39959', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39964', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39967', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39969', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39971', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39972', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39973', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39974', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39975', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39976', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39977', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39982', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39983', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39985', '20097', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39986', '20097', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39987', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39988', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39989', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39991', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39992', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39993', '20097', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', null, '1'); INSERT INTO `portlet` VALUES ('0', '39994', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39996', '20097', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39997', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39998', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '39999', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40000', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40001', '20097', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40003', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40006', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40008', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40009', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40010', '20097', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40011', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40012', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40014', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40015', '20097', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40016', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40017', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40018', '20097', 'com_liferay_mentions_web_portlet_MentionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40019', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40020', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40021', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40022', '20097', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40023', '20097', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40024', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40025', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40026', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40027', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40028', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40029', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40030', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40031', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40032', '20097', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40033', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40034', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40035', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40036', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40037', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40038', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40039', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40040', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40041', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40042', '20097', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40043', '20097', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40044', '20097', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40045', '20097', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40046', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40047', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40048', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40049', '20097', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40050', '20097', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40051', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40052', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40053', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40054', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40055', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40056', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40057', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40058', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40059', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40060', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40061', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40063', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40065', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40066', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40067', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40068', '20097', 'com_liferay_login_web_portlet_LoginPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40069', '20097', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40070', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40071', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40076', '20097', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40077', '20097', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40078', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40079', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40080', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40081', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40082', '20097', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40083', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40084', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40085', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40086', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40087', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40089', '20097', 'com_liferay_sync_web_portlet_SyncAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40090', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40092', '20097', 'com_liferay_depot_web_portlet_DepotAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40093', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40094', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40095', '20097', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40096', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40097', '20097', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40098', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40099', '20097', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40100', '20097', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40101', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40103', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40104', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40105', '20097', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40106', '20097', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40107', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40108', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40109', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40110', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40111', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40112', '20097', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40114', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40118', '20097', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40120', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40123', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40127', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40129', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40130', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40131', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40132', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40133', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40134', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40135', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40136', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40137', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40138', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40139', '20097', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40140', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40141', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40142', '20097', 'com_liferay_adaptive_media_web_portlet_AMPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40143', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40144', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40145', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40146', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40147', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40148', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40149', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40151', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40152', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40153', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40154', '20097', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40155', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40156', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40157', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40158', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40159', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40160', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40161', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40162', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40171', '20097', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40172', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40173', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40182', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40183', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40184', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40185', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40186', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40187', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40188', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40207', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40208', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40209', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40210', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40211', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40212', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40213', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40214', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40234', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40235', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40236', '20097', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40237', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40240', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40241', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40242', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40243', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40244', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40245', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40246', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40247', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40248', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40249', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40250', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40251', '20097', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40252', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40253', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40254', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40255', '20097', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40256', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40257', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40258', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40259', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40260', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40261', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40262', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40263', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40264', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40265', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40266', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40267', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40268', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40269', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40270', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40271', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40272', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40273', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40274', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40275', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40276', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40277', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40278', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40279', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', null, '1'); INSERT INTO `portlet` VALUES ('0', '40280', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', null, '1'); -- ---------------------------- -- Table structure for `portletitem` -- ---------------------------- DROP TABLE IF EXISTS `portletitem`; CREATE TABLE `portletitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, PRIMARY KEY (`portletItemId`), KEY `IX_96BDD537` (`groupId`,`classNameId`), KEY `IX_D699243F` (`groupId`,`name`,`portletId`,`classNameId`), KEY `IX_E922D6C0` (`groupId`,`portletId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of portletitem -- ---------------------------- -- ---------------------------- -- Table structure for `portletpreferences` -- ---------------------------- DROP TABLE IF EXISTS `portletpreferences`; CREATE TABLE `portletpreferences` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `portletPreferencesId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT 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`,`ctCollectionId`), UNIQUE KEY `IX_CB778855` (`ownerId`,`ownerType`,`plid`,`portletId`,`ctCollectionId`), KEY `IX_F0B8A3A0` (`companyId`,`ownerId`,`ownerType`,`portletId`,`ctCollectionId`), KEY `IX_31DA3CB8` (`ownerId`,`ctCollectionId`), KEY `IX_451D78CC` (`ownerId`,`ownerType`,`plid`,`ctCollectionId`), KEY `IX_258CCF40` (`ownerId`,`ownerType`,`portletId`,`ctCollectionId`), KEY `IX_D48717FF` (`ownerType`,`plid`,`portletId`,`ctCollectionId`), KEY `IX_D6C3E66A` (`ownerType`,`portletId`,`ctCollectionId`), KEY `IX_C77A74AD` (`plid`,`ctCollectionId`), KEY `IX_67E205D4` (`plid`,`portletId`,`ctCollectionId`), KEY `IX_8D0717FF` (`portletId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of portletpreferences -- ---------------------------- INSERT INTO `portletpreferences` VALUES ('1', '0', '39603', '20097', '0', '3', '4', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39604', '20097', '0', '3', '4', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39605', '20097', '0', '3', '4', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39606', '20097', '0', '3', '4', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39607', '20097', '0', '3', '4', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39608', '20097', '0', '3', '4', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39611', '20097', '0', '3', '4', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39612', '20097', '0', '3', '4', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39615', '20097', '0', '3', '4', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39617', '20097', '0', '3', '4', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39621', '20097', '0', '3', '4', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39654', '20097', '0', '3', '5', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39655', '20097', '0', '3', '5', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39656', '20097', '0', '3', '5', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39657', '20097', '0', '3', '5', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39658', '20097', '0', '3', '5', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39659', '20097', '0', '3', '5', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39660', '20097', '0', '3', '5', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39661', '20097', '0', '3', '5', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39662', '20097', '0', '3', '5', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39663', '20097', '0', '3', '5', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39664', '20097', '0', '3', '5', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'portletSetupPortletDecoratorIdbarebone'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39810', '0', '20097', '1', '0', 'com.liferay.adaptive.media.image.internal.configuration.AMImageCompanyConfiguration', 'imageVariantsPreview+1000x0:This+image+resolution+was+automatically+added.:Preview-1000x0:max-height=0;max-width=1000:enabled=trueThumbnail+300x300:This+image+resolution+was+automatically+added.:Thumbnail-300x300:max-height=300;max-width=300:enabled=true'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39984', '20097', '20097', '1', '0', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39990', '20097', '20097', '1', '0', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '39995', '20097', '20097', '1', '0', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40007', '20097', '20097', '1', '0', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40013', '20097', '20097', '1', '0', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40088', '20097', '20097', '1', '0', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40091', '20097', '20097', '1', '0', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40102', '20097', '20097', '1', '0', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40115', '20097', '20097', '1', '0', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40150', '20097', '20097', '1', '0', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'myAccountAccessInControlPanelPermissionsInitializedtrue'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40170', '20097', '0', '3', '8', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_vGfYAk7D63h6', 'displayStylecloudshowAssetCounttruemaxAssetTags10showZeroAssetCountfalseclassNameId33501'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40181', '20097', '0', '3', '9', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_KsFIXtyZOLau', 'showAssetCounttrueclassNameId30802'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40195', '20097', '0', '3', '10', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_mzPNCmSGiP5A', 'portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40200', '20097', '0', '3', '11', 'com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_TNtJANmADF0X', 'portletSetupPortletDecoratorIdborderless'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40205', '20097', '0', '3', '12', 'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_pxo6w8ztQG17', 'portletSetupUseCustomTitletrueurlshttp://www.nytimes.com/services/xml/rss/userland/Technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40206', '20097', '0', '3', '12', 'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_AnKsn1MGA1hb', 'portletSetupUseCustomTitletrueurlshttps://www.liferay.com/about-us/newsroom/press-releases/-/asset_publisher/2oZC/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releases'); INSERT INTO `portletpreferences` VALUES ('1', '0', '40229', '20097', '0', '3', '13', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_pw7vn8OVrwRv', 'portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent ContentanyAssetTypefalse'); INSERT INTO `portletpreferences` VALUES ('0', '0', '40282', '20097', '20121', '3', '0', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40283', '20097', '0', '3', '6', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40284', '20097', '20121', '3', '0', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch', 'portletSetupPortletDecoratorIdbarebonedestination/search'); INSERT INTO `portletpreferences` VALUES ('0', '0', '40285', '20097', '0', '3', '6', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch', 'portletSetupPortletDecoratorIdbarebonedestination/search'); INSERT INTO `portletpreferences` VALUES ('0', '0', '40286', '20097', '20121', '3', '0', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40287', '20097', '0', '3', '6', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40288', '20097', '20121', '3', '0', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'portletSetupPortletDecoratorIdbarebonedestination/search'); INSERT INTO `portletpreferences` VALUES ('0', '0', '40289', '20097', '0', '3', '6', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'portletSetupPortletDecoratorIdbarebonedestination/search'); INSERT INTO `portletpreferences` VALUES ('0', '0', '40300', '20097', '20128', '3', '0', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40301', '20097', '0', '3', '15', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40304', '20097', '20121', '3', '0', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40305', '20097', '0', '3', '6', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', ''); INSERT INTO `portletpreferences` VALUES ('0', '0', '40306', '20097', '0', '3', '1', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', ''); -- ---------------------------- -- Table structure for `pushnotificationsdevice` -- ---------------------------- DROP TABLE IF EXISTS `pushnotificationsdevice`; CREATE TABLE `pushnotificationsdevice` ( `pushNotificationsDeviceId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `platform` varchar(75) DEFAULT NULL, `token` longtext, PRIMARY KEY (`pushNotificationsDeviceId`), UNIQUE KEY `IX_2F3EDC9F` (`token`(255)), KEY `IX_2FBF066B` (`userId`,`platform`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of pushnotificationsdevice -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_blob_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_blob_triggers`; 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; -- ---------------------------- -- Records of quartz_blob_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_calendars` -- ---------------------------- DROP TABLE IF EXISTS `quartz_calendars`; 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; -- ---------------------------- -- Records of quartz_calendars -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_cron_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_cron_triggers`; 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; -- ---------------------------- -- Records of quartz_cron_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_fired_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_fired_triggers`; 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_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; -- ---------------------------- -- Records of quartz_fired_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_job_details` -- ---------------------------- DROP TABLE IF EXISTS `quartz_job_details`; 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; -- ---------------------------- -- Records of quartz_job_details -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_locks` -- ---------------------------- DROP TABLE IF EXISTS `quartz_locks`; 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; -- ---------------------------- -- Records of quartz_locks -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_paused_trigger_grps` -- ---------------------------- DROP TABLE IF EXISTS `quartz_paused_trigger_grps`; 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; -- ---------------------------- -- Records of quartz_paused_trigger_grps -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_scheduler_state` -- ---------------------------- DROP TABLE IF EXISTS `quartz_scheduler_state`; 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; -- ---------------------------- -- Records of quartz_scheduler_state -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_simple_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_simple_triggers`; 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; -- ---------------------------- -- Records of quartz_simple_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_simprop_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_simprop_triggers`; 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; -- ---------------------------- -- Records of quartz_simprop_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `quartz_triggers` -- ---------------------------- DROP TABLE IF EXISTS `quartz_triggers`; 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_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_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; -- ---------------------------- -- Records of quartz_triggers -- ---------------------------- -- ---------------------------- -- Table structure for `ratingsentry` -- ---------------------------- DROP TABLE IF EXISTS `ratingsentry`; CREATE TABLE `ratingsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `score` double DEFAULT NULL, PRIMARY KEY (`entryId`,`ctCollectionId`), UNIQUE KEY `IX_B938D06F` (`userId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_FD0395B5` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_66592BE9` (`classNameId`,`classPK`,`score`,`ctCollectionId`), KEY `IX_CBD05854` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_A4389D50` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ratingsentry -- ---------------------------- -- ---------------------------- -- Table structure for `ratingsstats` -- ---------------------------- DROP TABLE IF EXISTS `ratingsstats`; CREATE TABLE `ratingsstats` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `statsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT 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`,`ctCollectionId`), UNIQUE KEY `IX_C286E0E2` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_5EC6007D` (`classNameId`,`createDate`), KEY `IX_11A5584A` (`classNameId`,`modifiedDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ratingsstats -- ---------------------------- -- ---------------------------- -- Table structure for `readingtimeentry` -- ---------------------------- DROP TABLE IF EXISTS `readingtimeentry`; CREATE TABLE `readingtimeentry` ( `uuid_` varchar(75) DEFAULT NULL, `readingTimeEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `readingTime` bigint(20) DEFAULT NULL, PRIMARY KEY (`readingTimeEntryId`), UNIQUE KEY `IX_73B13580` (`groupId`,`classNameId`,`classPK`), UNIQUE KEY `IX_D647C995` (`uuid_`,`groupId`), KEY `IX_29FACA53` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of readingtimeentry -- ---------------------------- -- ---------------------------- -- Table structure for `recentlayoutbranch` -- ---------------------------- DROP TABLE IF EXISTS `recentlayoutbranch`; CREATE TABLE `recentlayoutbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutBranchId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutBranchId`), UNIQUE KEY `IX_C27D6369` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_B91F79BD` (`groupId`), KEY `IX_351E86E8` (`layoutBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of recentlayoutbranch -- ---------------------------- -- ---------------------------- -- Table structure for `recentlayoutrevision` -- ---------------------------- DROP TABLE IF EXISTS `recentlayoutrevision`; CREATE TABLE `recentlayoutrevision` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutRevisionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutRevisionId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutRevisionId`), UNIQUE KEY `IX_4C600BD0` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_8D8A2724` (`groupId`), KEY `IX_DA0788DA` (`layoutRevisionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of recentlayoutrevision -- ---------------------------- -- ---------------------------- -- Table structure for `recentlayoutsetbranch` -- ---------------------------- DROP TABLE IF EXISTS `recentlayoutsetbranch`; CREATE TABLE `recentlayoutsetbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutSetBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutSetBranchId`), UNIQUE KEY `IX_4654D204` (`userId`,`layoutSetId`), KEY `IX_711995A5` (`groupId`), KEY `IX_23FF0700` (`layoutSetBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of recentlayoutsetbranch -- ---------------------------- -- ---------------------------- -- Table structure for `redirectentry` -- ---------------------------- DROP TABLE IF EXISTS `redirectentry`; CREATE TABLE `redirectentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `redirectEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `destinationURL` longtext, `expirationDate` datetime(6) DEFAULT NULL, `lastOccurrenceDate` datetime(6) DEFAULT NULL, `permanent_` tinyint(4) DEFAULT NULL, `sourceURL` longtext, PRIMARY KEY (`redirectEntryId`), UNIQUE KEY `IX_1576FD92` (`uuid_`,`groupId`), UNIQUE KEY `IX_5040C136` (`groupId`,`sourceURL`(255)), KEY `IX_106FBFC3` (`groupId`,`destinationURL`(255)), KEY `IX_5A2CF310` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of redirectentry -- ---------------------------- -- ---------------------------- -- Table structure for `redirectnotfoundentry` -- ---------------------------- DROP TABLE IF EXISTS `redirectnotfoundentry`; CREATE TABLE `redirectnotfoundentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `redirectNotFoundEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `ignored` tinyint(4) DEFAULT NULL, `url` longtext, PRIMARY KEY (`redirectNotFoundEntryId`), UNIQUE KEY `IX_84671762` (`groupId`,`url`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of redirectnotfoundentry -- ---------------------------- -- ---------------------------- -- Table structure for `region` -- ---------------------------- DROP TABLE IF EXISTS `region`; CREATE TABLE `region` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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_11FB3E42` (`countryId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of region -- ---------------------------- INSERT INTO `region` VALUES ('0', '1001', '1', 'AB', 'Alberta', '1'); INSERT INTO `region` VALUES ('0', '1002', '1', 'BC', 'British Columbia', '1'); INSERT INTO `region` VALUES ('0', '1003', '1', 'MB', 'Manitoba', '1'); INSERT INTO `region` VALUES ('0', '1004', '1', 'NB', 'New Brunswick', '1'); INSERT INTO `region` VALUES ('0', '1005', '1', 'NL', 'Newfoundland and Labrador', '1'); INSERT INTO `region` VALUES ('0', '1006', '1', 'NT', 'Northwest Territories', '1'); INSERT INTO `region` VALUES ('0', '1007', '1', 'NS', 'Nova Scotia', '1'); INSERT INTO `region` VALUES ('0', '1008', '1', 'NU', 'Nunavut', '1'); INSERT INTO `region` VALUES ('0', '1009', '1', 'ON', 'Ontario', '1'); INSERT INTO `region` VALUES ('0', '1010', '1', 'PE', 'Prince Edward Island', '1'); INSERT INTO `region` VALUES ('0', '1011', '1', 'QC', 'Quebec', '1'); INSERT INTO `region` VALUES ('0', '1012', '1', 'SK', 'Saskatchewan', '1'); INSERT INTO `region` VALUES ('0', '1013', '1', 'YT', 'Yukon', '1'); INSERT INTO `region` VALUES ('0', '2001', '2', 'CN-34', 'Anhui', '1'); INSERT INTO `region` VALUES ('0', '2002', '2', 'CN-92', 'Aomen', '1'); INSERT INTO `region` VALUES ('0', '2003', '2', 'CN-11', 'Beijing', '1'); INSERT INTO `region` VALUES ('0', '2004', '2', 'CN-50', 'Chongqing', '1'); INSERT INTO `region` VALUES ('0', '2005', '2', 'CN-35', 'Fujian', '1'); INSERT INTO `region` VALUES ('0', '2006', '2', 'CN-62', 'Gansu', '1'); INSERT INTO `region` VALUES ('0', '2007', '2', 'CN-44', 'Guangdong', '1'); INSERT INTO `region` VALUES ('0', '2008', '2', 'CN-45', 'Guangxi', '1'); INSERT INTO `region` VALUES ('0', '2009', '2', 'CN-52', 'Guizhou', '1'); INSERT INTO `region` VALUES ('0', '2010', '2', 'CN-46', 'Hainan', '1'); INSERT INTO `region` VALUES ('0', '2011', '2', 'CN-13', 'Hebei', '1'); INSERT INTO `region` VALUES ('0', '2012', '2', 'CN-23', 'Heilongjiang', '1'); INSERT INTO `region` VALUES ('0', '2013', '2', 'CN-41', 'Henan', '1'); INSERT INTO `region` VALUES ('0', '2014', '2', 'CN-42', 'Hubei', '1'); INSERT INTO `region` VALUES ('0', '2015', '2', 'CN-43', 'Hunan', '1'); INSERT INTO `region` VALUES ('0', '2016', '2', 'CN-32', 'Jiangsu', '1'); INSERT INTO `region` VALUES ('0', '2017', '2', 'CN-36', 'Jiangxi', '1'); INSERT INTO `region` VALUES ('0', '2018', '2', 'CN-22', 'Jilin', '1'); INSERT INTO `region` VALUES ('0', '2019', '2', 'CN-21', 'Liaoning', '1'); INSERT INTO `region` VALUES ('0', '2020', '2', 'CN-15', 'Nei Mongol', '1'); INSERT INTO `region` VALUES ('0', '2021', '2', 'CN-64', 'Ningxia', '1'); INSERT INTO `region` VALUES ('0', '2022', '2', 'CN-63', 'Qinghai', '1'); INSERT INTO `region` VALUES ('0', '2023', '2', 'CN-61', 'Shaanxi', '1'); INSERT INTO `region` VALUES ('0', '2024', '2', 'CN-37', 'Shandong', '1'); INSERT INTO `region` VALUES ('0', '2025', '2', 'CN-31', 'Shanghai', '1'); INSERT INTO `region` VALUES ('0', '2026', '2', 'CN-14', 'Shanxi', '1'); INSERT INTO `region` VALUES ('0', '2027', '2', 'CN-51', 'Sichuan', '1'); INSERT INTO `region` VALUES ('0', '2028', '2', 'CN-71', 'Taiwan', '1'); INSERT INTO `region` VALUES ('0', '2029', '2', 'CN-12', 'Tianjin', '1'); INSERT INTO `region` VALUES ('0', '2030', '2', 'CN-91', 'Xianggang', '1'); INSERT INTO `region` VALUES ('0', '2031', '2', 'CN-65', 'Xinjiang', '1'); INSERT INTO `region` VALUES ('0', '2032', '2', 'CN-54', 'Xizang', '1'); INSERT INTO `region` VALUES ('0', '2033', '2', 'CN-53', 'Yunnan', '1'); INSERT INTO `region` VALUES ('0', '2034', '2', 'CN-33', 'Zhejiang', '1'); INSERT INTO `region` VALUES ('0', '3001', '3', 'A', 'Alsace', '1'); INSERT INTO `region` VALUES ('0', '3002', '3', 'B', 'Aquitaine', '1'); INSERT INTO `region` VALUES ('0', '3003', '3', 'C', 'Auvergne', '1'); INSERT INTO `region` VALUES ('0', '3004', '3', 'P', 'Basse-Normandie', '1'); INSERT INTO `region` VALUES ('0', '3005', '3', 'D', 'Bourgogne', '1'); INSERT INTO `region` VALUES ('0', '3006', '3', 'E', 'Bretagne', '1'); INSERT INTO `region` VALUES ('0', '3007', '3', 'F', 'Centre', '1'); INSERT INTO `region` VALUES ('0', '3008', '3', 'G', 'Champagne-Ardenne', '1'); INSERT INTO `region` VALUES ('0', '3009', '3', 'H', 'Corse', '1'); INSERT INTO `region` VALUES ('0', '3010', '3', 'GF', 'Guyane', '1'); INSERT INTO `region` VALUES ('0', '3011', '3', 'I', 'Franche Comté', '1'); INSERT INTO `region` VALUES ('0', '3012', '3', 'GP', 'Guadeloupe', '1'); INSERT INTO `region` VALUES ('0', '3013', '3', 'Q', 'Haute-Normandie', '1'); INSERT INTO `region` VALUES ('0', '3014', '3', 'J', 'Île-de-France', '1'); INSERT INTO `region` VALUES ('0', '3015', '3', 'K', 'Languedoc-Roussillon', '1'); INSERT INTO `region` VALUES ('0', '3016', '3', 'L', 'Limousin', '1'); INSERT INTO `region` VALUES ('0', '3017', '3', 'M', 'Lorraine', '1'); INSERT INTO `region` VALUES ('0', '3018', '3', 'MQ', 'Martinique', '1'); INSERT INTO `region` VALUES ('0', '3019', '3', 'N', 'Midi-Pyrénées', '1'); INSERT INTO `region` VALUES ('0', '3020', '3', 'O', 'Nord Pas de Calais', '1'); INSERT INTO `region` VALUES ('0', '3021', '3', 'R', 'Pays de la Loire', '1'); INSERT INTO `region` VALUES ('0', '3022', '3', 'S', 'Picardie', '1'); INSERT INTO `region` VALUES ('0', '3023', '3', 'T', 'Poitou-Charentes', '1'); INSERT INTO `region` VALUES ('0', '3024', '3', 'U', 'Provence-Alpes-Côte-d\'Azur', '1'); INSERT INTO `region` VALUES ('0', '3025', '3', 'RE', 'Réunion', '1'); INSERT INTO `region` VALUES ('0', '3026', '3', 'V', 'Rhône-Alpes', '1'); INSERT INTO `region` VALUES ('0', '4001', '4', 'BW', 'Baden-Württemberg', '1'); INSERT INTO `region` VALUES ('0', '4002', '4', 'BY', 'Bayern', '1'); INSERT INTO `region` VALUES ('0', '4003', '4', 'BE', 'Berlin', '1'); INSERT INTO `region` VALUES ('0', '4004', '4', 'BB', 'Brandenburg', '1'); INSERT INTO `region` VALUES ('0', '4005', '4', 'HB', 'Bremen', '1'); INSERT INTO `region` VALUES ('0', '4006', '4', 'HH', 'Hamburg', '1'); INSERT INTO `region` VALUES ('0', '4007', '4', 'HE', 'Hessen', '1'); INSERT INTO `region` VALUES ('0', '4008', '4', 'MV', 'Mecklenburg-Vorpommern', '1'); INSERT INTO `region` VALUES ('0', '4009', '4', 'NI', 'Niedersachsen', '1'); INSERT INTO `region` VALUES ('0', '4010', '4', 'NW', 'Nordrhein-Westfalen', '1'); INSERT INTO `region` VALUES ('0', '4011', '4', 'RP', 'Rheinland-Pfalz', '1'); INSERT INTO `region` VALUES ('0', '4012', '4', 'SL', 'Saarland', '1'); INSERT INTO `region` VALUES ('0', '4013', '4', 'SN', 'Sachsen', '1'); INSERT INTO `region` VALUES ('0', '4014', '4', 'ST', 'Sachsen-Anhalt', '1'); INSERT INTO `region` VALUES ('0', '4015', '4', 'SH', 'Schleswig-Holstein', '1'); INSERT INTO `region` VALUES ('0', '4016', '4', 'TH', 'Thüringen', '1'); INSERT INTO `region` VALUES ('0', '8001', '8', 'AG', 'Agrigento', '1'); INSERT INTO `region` VALUES ('0', '8002', '8', 'AL', 'Alessandria', '1'); INSERT INTO `region` VALUES ('0', '8003', '8', 'AN', 'Ancona', '1'); INSERT INTO `region` VALUES ('0', '8004', '8', 'AO', 'Aosta', '1'); INSERT INTO `region` VALUES ('0', '8005', '8', 'AR', 'Arezzo', '1'); INSERT INTO `region` VALUES ('0', '8006', '8', 'AP', 'Ascoli Piceno', '1'); INSERT INTO `region` VALUES ('0', '8007', '8', 'AT', 'Asti', '1'); INSERT INTO `region` VALUES ('0', '8008', '8', 'AV', 'Avellino', '1'); INSERT INTO `region` VALUES ('0', '8009', '8', 'BA', 'Bari', '1'); INSERT INTO `region` VALUES ('0', '8010', '8', 'BT', 'Barletta-Andria-Trani', '1'); INSERT INTO `region` VALUES ('0', '8011', '8', 'BL', 'Belluno', '1'); INSERT INTO `region` VALUES ('0', '8012', '8', 'BN', 'Benevento', '1'); INSERT INTO `region` VALUES ('0', '8013', '8', 'BG', 'Bergamo', '1'); INSERT INTO `region` VALUES ('0', '8014', '8', 'BI', 'Biella', '1'); INSERT INTO `region` VALUES ('0', '8015', '8', 'BO', 'Bologna', '1'); INSERT INTO `region` VALUES ('0', '8016', '8', 'BZ', 'Bolzano', '1'); INSERT INTO `region` VALUES ('0', '8017', '8', 'BS', 'Brescia', '1'); INSERT INTO `region` VALUES ('0', '8018', '8', 'BR', 'Brindisi', '1'); INSERT INTO `region` VALUES ('0', '8019', '8', 'CA', 'Cagliari', '1'); INSERT INTO `region` VALUES ('0', '8020', '8', 'CL', 'Caltanissetta', '1'); INSERT INTO `region` VALUES ('0', '8021', '8', 'CB', 'Campobasso', '1'); INSERT INTO `region` VALUES ('0', '8022', '8', 'CI', 'Carbonia-Iglesias', '1'); INSERT INTO `region` VALUES ('0', '8023', '8', 'CE', 'Caserta', '1'); INSERT INTO `region` VALUES ('0', '8024', '8', 'CT', 'Catania', '1'); INSERT INTO `region` VALUES ('0', '8025', '8', 'CZ', 'Catanzaro', '1'); INSERT INTO `region` VALUES ('0', '8026', '8', 'CH', 'Chieti', '1'); INSERT INTO `region` VALUES ('0', '8027', '8', 'CO', 'Como', '1'); INSERT INTO `region` VALUES ('0', '8028', '8', 'CS', 'Cosenza', '1'); INSERT INTO `region` VALUES ('0', '8029', '8', 'CR', 'Cremona', '1'); INSERT INTO `region` VALUES ('0', '8030', '8', 'KR', 'Crotone', '1'); INSERT INTO `region` VALUES ('0', '8031', '8', 'CN', 'Cuneo', '1'); INSERT INTO `region` VALUES ('0', '8032', '8', 'EN', 'Enna', '1'); INSERT INTO `region` VALUES ('0', '8033', '8', 'FM', 'Fermo', '1'); INSERT INTO `region` VALUES ('0', '8034', '8', 'FE', 'Ferrara', '1'); INSERT INTO `region` VALUES ('0', '8035', '8', 'FI', 'Firenze', '1'); INSERT INTO `region` VALUES ('0', '8036', '8', 'FG', 'Foggia', '1'); INSERT INTO `region` VALUES ('0', '8037', '8', 'FC', 'Forli-Cesena', '1'); INSERT INTO `region` VALUES ('0', '8038', '8', 'FR', 'Frosinone', '1'); INSERT INTO `region` VALUES ('0', '8039', '8', 'GE', 'Genova', '1'); INSERT INTO `region` VALUES ('0', '8040', '8', 'GO', 'Gorizia', '1'); INSERT INTO `region` VALUES ('0', '8041', '8', 'GR', 'Grosseto', '1'); INSERT INTO `region` VALUES ('0', '8042', '8', 'IM', 'Imperia', '1'); INSERT INTO `region` VALUES ('0', '8043', '8', 'IS', 'Isernia', '1'); INSERT INTO `region` VALUES ('0', '8044', '8', 'AQ', 'L\'Aquila', '1'); INSERT INTO `region` VALUES ('0', '8045', '8', 'SP', 'La Spezia', '1'); INSERT INTO `region` VALUES ('0', '8046', '8', 'LT', 'Latina', '1'); INSERT INTO `region` VALUES ('0', '8047', '8', 'LE', 'Lecce', '1'); INSERT INTO `region` VALUES ('0', '8048', '8', 'LC', 'Lecco', '1'); INSERT INTO `region` VALUES ('0', '8049', '8', 'LI', 'Livorno', '1'); INSERT INTO `region` VALUES ('0', '8050', '8', 'LO', 'Lodi', '1'); INSERT INTO `region` VALUES ('0', '8051', '8', 'LU', 'Lucca', '1'); INSERT INTO `region` VALUES ('0', '8052', '8', 'MC', 'Macerata', '1'); INSERT INTO `region` VALUES ('0', '8053', '8', 'MN', 'Mantova', '1'); INSERT INTO `region` VALUES ('0', '8054', '8', 'MS', 'Massa-Carrara', '1'); INSERT INTO `region` VALUES ('0', '8055', '8', 'MT', 'Matera', '1'); INSERT INTO `region` VALUES ('0', '8056', '8', 'MA', 'Medio Campidano', '1'); INSERT INTO `region` VALUES ('0', '8057', '8', 'ME', 'Messina', '1'); INSERT INTO `region` VALUES ('0', '8058', '8', 'MI', 'Milano', '1'); INSERT INTO `region` VALUES ('0', '8059', '8', 'MO', 'Modena', '1'); INSERT INTO `region` VALUES ('0', '8060', '8', 'MB', 'Monza e Brianza', '1'); INSERT INTO `region` VALUES ('0', '8061', '8', 'NA', 'Napoli', '1'); INSERT INTO `region` VALUES ('0', '8062', '8', 'NO', 'Novara', '1'); INSERT INTO `region` VALUES ('0', '8063', '8', 'NU', 'Nuoro', '1'); INSERT INTO `region` VALUES ('0', '8064', '8', 'OG', 'Ogliastra', '1'); INSERT INTO `region` VALUES ('0', '8065', '8', 'OT', 'Olbia-Tempio', '1'); INSERT INTO `region` VALUES ('0', '8066', '8', 'OR', 'Oristano', '1'); INSERT INTO `region` VALUES ('0', '8067', '8', 'PD', 'Padova', '1'); INSERT INTO `region` VALUES ('0', '8068', '8', 'PA', 'Palermo', '1'); INSERT INTO `region` VALUES ('0', '8069', '8', 'PR', 'Parma', '1'); INSERT INTO `region` VALUES ('0', '8070', '8', 'PV', 'Pavia', '1'); INSERT INTO `region` VALUES ('0', '8071', '8', 'PG', 'Perugia', '1'); INSERT INTO `region` VALUES ('0', '8072', '8', 'PU', 'Pesaro e Urbino', '1'); INSERT INTO `region` VALUES ('0', '8073', '8', 'PE', 'Pescara', '1'); INSERT INTO `region` VALUES ('0', '8074', '8', 'PC', 'Piacenza', '1'); INSERT INTO `region` VALUES ('0', '8075', '8', 'PI', 'Pisa', '1'); INSERT INTO `region` VALUES ('0', '8076', '8', 'PT', 'Pistoia', '1'); INSERT INTO `region` VALUES ('0', '8077', '8', 'PN', 'Pordenone', '1'); INSERT INTO `region` VALUES ('0', '8078', '8', 'PZ', 'Potenza', '1'); INSERT INTO `region` VALUES ('0', '8079', '8', 'PO', 'Prato', '1'); INSERT INTO `region` VALUES ('0', '8080', '8', 'RG', 'Ragusa', '1'); INSERT INTO `region` VALUES ('0', '8081', '8', 'RA', 'Ravenna', '1'); INSERT INTO `region` VALUES ('0', '8082', '8', 'RC', 'Reggio Calabria', '1'); INSERT INTO `region` VALUES ('0', '8083', '8', 'RE', 'Reggio Emilia', '1'); INSERT INTO `region` VALUES ('0', '8084', '8', 'RI', 'Rieti', '1'); INSERT INTO `region` VALUES ('0', '8085', '8', 'RN', 'Rimini', '1'); INSERT INTO `region` VALUES ('0', '8086', '8', 'RM', 'Roma', '1'); INSERT INTO `region` VALUES ('0', '8087', '8', 'RO', 'Rovigo', '1'); INSERT INTO `region` VALUES ('0', '8088', '8', 'SA', 'Salerno', '1'); INSERT INTO `region` VALUES ('0', '8089', '8', 'SS', 'Sassari', '1'); INSERT INTO `region` VALUES ('0', '8090', '8', 'SV', 'Savona', '1'); INSERT INTO `region` VALUES ('0', '8091', '8', 'SI', 'Siena', '1'); INSERT INTO `region` VALUES ('0', '8092', '8', 'SR', 'Siracusa', '1'); INSERT INTO `region` VALUES ('0', '8093', '8', 'SO', 'Sondrio', '1'); INSERT INTO `region` VALUES ('0', '8094', '8', 'TA', 'Taranto', '1'); INSERT INTO `region` VALUES ('0', '8095', '8', 'TE', 'Teramo', '1'); INSERT INTO `region` VALUES ('0', '8096', '8', 'TR', 'Terni', '1'); INSERT INTO `region` VALUES ('0', '8097', '8', 'TO', 'Torino', '1'); INSERT INTO `region` VALUES ('0', '8098', '8', 'TP', 'Trapani', '1'); INSERT INTO `region` VALUES ('0', '8099', '8', 'TN', 'Trento', '1'); INSERT INTO `region` VALUES ('0', '8100', '8', 'TV', 'Treviso', '1'); INSERT INTO `region` VALUES ('0', '8101', '8', 'TS', 'Trieste', '1'); INSERT INTO `region` VALUES ('0', '8102', '8', 'UD', 'Udine', '1'); INSERT INTO `region` VALUES ('0', '8103', '8', 'VA', 'Varese', '1'); INSERT INTO `region` VALUES ('0', '8104', '8', 'VE', 'Venezia', '1'); INSERT INTO `region` VALUES ('0', '8105', '8', 'VB', 'Verbano-Cusio-Ossola', '1'); INSERT INTO `region` VALUES ('0', '8106', '8', 'VC', 'Vercelli', '1'); INSERT INTO `region` VALUES ('0', '8107', '8', 'VR', 'Verona', '1'); INSERT INTO `region` VALUES ('0', '8108', '8', 'VV', 'Vibo Valentia', '1'); INSERT INTO `region` VALUES ('0', '8109', '8', 'VI', 'Vicenza', '1'); INSERT INTO `region` VALUES ('0', '8110', '8', 'VT', 'Viterbo', '1'); INSERT INTO `region` VALUES ('0', '9001', '9', 'JP-01', '北海道', '1'); INSERT INTO `region` VALUES ('0', '9002', '9', 'JP-02', '青森県', '1'); INSERT INTO `region` VALUES ('0', '9003', '9', 'JP-03', '岩手県', '1'); INSERT INTO `region` VALUES ('0', '9004', '9', 'JP-04', '宮城県', '1'); INSERT INTO `region` VALUES ('0', '9005', '9', 'JP-05', '秋田県', '1'); INSERT INTO `region` VALUES ('0', '9006', '9', 'JP-06', '山形県', '1'); INSERT INTO `region` VALUES ('0', '9007', '9', 'JP-07', '福島県', '1'); INSERT INTO `region` VALUES ('0', '9008', '9', 'JP-08', '茨城県', '1'); INSERT INTO `region` VALUES ('0', '9009', '9', 'JP-09', '栃木県', '1'); INSERT INTO `region` VALUES ('0', '9010', '9', 'JP-10', '群馬県', '1'); INSERT INTO `region` VALUES ('0', '9011', '9', 'JP-11', '埼玉県', '1'); INSERT INTO `region` VALUES ('0', '9012', '9', 'JP-12', '千葉県', '1'); INSERT INTO `region` VALUES ('0', '9013', '9', 'JP-13', '東京都', '1'); INSERT INTO `region` VALUES ('0', '9014', '9', 'JP-14', '神奈川県', '1'); INSERT INTO `region` VALUES ('0', '9015', '9', 'JP-15', '新潟県', '1'); INSERT INTO `region` VALUES ('0', '9016', '9', 'JP-16', '富山県', '1'); INSERT INTO `region` VALUES ('0', '9017', '9', 'JP-17', '石川県', '1'); INSERT INTO `region` VALUES ('0', '9018', '9', 'JP-18', '福井県', '1'); INSERT INTO `region` VALUES ('0', '9019', '9', 'JP-19', '山梨県', '1'); INSERT INTO `region` VALUES ('0', '9020', '9', 'JP-20', '長野県', '1'); INSERT INTO `region` VALUES ('0', '9021', '9', 'JP-21', '岐阜県', '1'); INSERT INTO `region` VALUES ('0', '9022', '9', 'JP-22', '静岡県', '1'); INSERT INTO `region` VALUES ('0', '9023', '9', 'JP-23', '愛知県', '1'); INSERT INTO `region` VALUES ('0', '9024', '9', 'JP-24', '三重県', '1'); INSERT INTO `region` VALUES ('0', '9025', '9', 'JP-25', '滋賀県', '1'); INSERT INTO `region` VALUES ('0', '9026', '9', 'JP-26', '京都府', '1'); INSERT INTO `region` VALUES ('0', '9027', '9', 'JP-27', '大阪府', '1'); INSERT INTO `region` VALUES ('0', '9028', '9', 'JP-28', '兵庫県', '1'); INSERT INTO `region` VALUES ('0', '9029', '9', 'JP-29', '奈良県', '1'); INSERT INTO `region` VALUES ('0', '9030', '9', 'JP-30', '和歌山県', '1'); INSERT INTO `region` VALUES ('0', '9031', '9', 'JP-31', '鳥取県', '1'); INSERT INTO `region` VALUES ('0', '9032', '9', 'JP-32', '島根県', '1'); INSERT INTO `region` VALUES ('0', '9033', '9', 'JP-33', '岡山県', '1'); INSERT INTO `region` VALUES ('0', '9034', '9', 'JP-34', '広島県', '1'); INSERT INTO `region` VALUES ('0', '9035', '9', 'JP-35', '山口県', '1'); INSERT INTO `region` VALUES ('0', '9036', '9', 'JP-36', '徳島県', '1'); INSERT INTO `region` VALUES ('0', '9037', '9', 'JP-37', '香川県', '1'); INSERT INTO `region` VALUES ('0', '9038', '9', 'JP-38', '愛媛県', '1'); INSERT INTO `region` VALUES ('0', '9039', '9', 'JP-39', '高知県', '1'); INSERT INTO `region` VALUES ('0', '9040', '9', 'JP-40', '福岡県', '1'); INSERT INTO `region` VALUES ('0', '9041', '9', 'JP-41', '佐賀県', '1'); INSERT INTO `region` VALUES ('0', '9042', '9', 'JP-42', '長崎県', '1'); INSERT INTO `region` VALUES ('0', '9043', '9', 'JP-43', '熊本県', '1'); INSERT INTO `region` VALUES ('0', '9044', '9', 'JP-44', '大分県', '1'); INSERT INTO `region` VALUES ('0', '9045', '9', 'JP-45', '宮崎県', '1'); INSERT INTO `region` VALUES ('0', '9046', '9', 'JP-46', '鹿児島県', '1'); INSERT INTO `region` VALUES ('0', '9047', '9', 'JP-47', '沖縄県', '1'); INSERT INTO `region` VALUES ('0', '11001', '11', 'DR', 'Drenthe', '1'); INSERT INTO `region` VALUES ('0', '11002', '11', 'FL', 'Flevoland', '1'); INSERT INTO `region` VALUES ('0', '11003', '11', 'FR', 'Friesland', '1'); INSERT INTO `region` VALUES ('0', '11004', '11', 'GE', 'Gelderland', '1'); INSERT INTO `region` VALUES ('0', '11005', '11', 'GR', 'Groningen', '1'); INSERT INTO `region` VALUES ('0', '11006', '11', 'LI', 'Limburg', '1'); INSERT INTO `region` VALUES ('0', '11007', '11', 'NB', 'Noord-Brabant', '1'); INSERT INTO `region` VALUES ('0', '11008', '11', 'NH', 'Noord-Holland', '1'); INSERT INTO `region` VALUES ('0', '11009', '11', 'OV', 'Overijssel', '1'); INSERT INTO `region` VALUES ('0', '11010', '11', 'UT', 'Utrecht', '1'); INSERT INTO `region` VALUES ('0', '11011', '11', 'ZE', 'Zeeland', '1'); INSERT INTO `region` VALUES ('0', '11012', '11', 'ZH', 'Zuid-Holland', '1'); INSERT INTO `region` VALUES ('0', '15001', '15', 'AN', 'Andalusia', '1'); INSERT INTO `region` VALUES ('0', '15002', '15', 'AR', 'Aragon', '1'); INSERT INTO `region` VALUES ('0', '15003', '15', 'AS', 'Asturias', '1'); INSERT INTO `region` VALUES ('0', '15004', '15', 'IB', 'Balearic Islands', '1'); INSERT INTO `region` VALUES ('0', '15005', '15', 'PV', 'Basque Country', '1'); INSERT INTO `region` VALUES ('0', '15006', '15', 'CN', 'Canary Islands', '1'); INSERT INTO `region` VALUES ('0', '15007', '15', 'CB', 'Cantabria', '1'); INSERT INTO `region` VALUES ('0', '15008', '15', 'CL', 'Castile and Leon', '1'); INSERT INTO `region` VALUES ('0', '15009', '15', 'CM', 'Castile-La Mancha', '1'); INSERT INTO `region` VALUES ('0', '15010', '15', 'CT', 'Catalonia', '1'); INSERT INTO `region` VALUES ('0', '15011', '15', 'CE', 'Ceuta', '1'); INSERT INTO `region` VALUES ('0', '15012', '15', 'EX', 'Extremadura', '1'); INSERT INTO `region` VALUES ('0', '15013', '15', 'GA', 'Galicia', '1'); INSERT INTO `region` VALUES ('0', '15014', '15', 'LO', 'La Rioja', '1'); INSERT INTO `region` VALUES ('0', '15015', '15', 'M', 'Madrid', '1'); INSERT INTO `region` VALUES ('0', '15016', '15', 'ML', 'Melilla', '1'); INSERT INTO `region` VALUES ('0', '15017', '15', 'MU', 'Murcia', '1'); INSERT INTO `region` VALUES ('0', '15018', '15', 'NA', 'Navarra', '1'); INSERT INTO `region` VALUES ('0', '15019', '15', 'VC', 'Valencia', '1'); INSERT INTO `region` VALUES ('0', '19001', '19', 'AL', 'Alabama', '1'); INSERT INTO `region` VALUES ('0', '19002', '19', 'AK', 'Alaska', '1'); INSERT INTO `region` VALUES ('0', '19003', '19', 'AZ', 'Arizona', '1'); INSERT INTO `region` VALUES ('0', '19004', '19', 'AR', 'Arkansas', '1'); INSERT INTO `region` VALUES ('0', '19005', '19', 'CA', 'California', '1'); INSERT INTO `region` VALUES ('0', '19006', '19', 'CO', 'Colorado', '1'); INSERT INTO `region` VALUES ('0', '19007', '19', 'CT', 'Connecticut', '1'); INSERT INTO `region` VALUES ('0', '19008', '19', 'DC', 'District of Columbia', '1'); INSERT INTO `region` VALUES ('0', '19009', '19', 'DE', 'Delaware', '1'); INSERT INTO `region` VALUES ('0', '19010', '19', 'FL', 'Florida', '1'); INSERT INTO `region` VALUES ('0', '19011', '19', 'GA', 'Georgia', '1'); INSERT INTO `region` VALUES ('0', '19012', '19', 'HI', 'Hawaii', '1'); INSERT INTO `region` VALUES ('0', '19013', '19', 'ID', 'Idaho', '1'); INSERT INTO `region` VALUES ('0', '19014', '19', 'IL', 'Illinois', '1'); INSERT INTO `region` VALUES ('0', '19015', '19', 'IN', 'Indiana', '1'); INSERT INTO `region` VALUES ('0', '19016', '19', 'IA', 'Iowa', '1'); INSERT INTO `region` VALUES ('0', '19017', '19', 'KS', 'Kansas', '1'); INSERT INTO `region` VALUES ('0', '19018', '19', 'KY', 'Kentucky ', '1'); INSERT INTO `region` VALUES ('0', '19019', '19', 'LA', 'Louisiana ', '1'); INSERT INTO `region` VALUES ('0', '19020', '19', 'ME', 'Maine', '1'); INSERT INTO `region` VALUES ('0', '19021', '19', 'MD', 'Maryland', '1'); INSERT INTO `region` VALUES ('0', '19022', '19', 'MA', 'Massachusetts', '1'); INSERT INTO `region` VALUES ('0', '19023', '19', 'MI', 'Michigan', '1'); INSERT INTO `region` VALUES ('0', '19024', '19', 'MN', 'Minnesota', '1'); INSERT INTO `region` VALUES ('0', '19025', '19', 'MS', 'Mississippi', '1'); INSERT INTO `region` VALUES ('0', '19026', '19', 'MO', 'Missouri', '1'); INSERT INTO `region` VALUES ('0', '19027', '19', 'MT', 'Montana', '1'); INSERT INTO `region` VALUES ('0', '19028', '19', 'NE', 'Nebraska', '1'); INSERT INTO `region` VALUES ('0', '19029', '19', 'NV', 'Nevada', '1'); INSERT INTO `region` VALUES ('0', '19030', '19', 'NH', 'New Hampshire', '1'); INSERT INTO `region` VALUES ('0', '19031', '19', 'NJ', 'New Jersey', '1'); INSERT INTO `region` VALUES ('0', '19032', '19', 'NM', 'New Mexico', '1'); INSERT INTO `region` VALUES ('0', '19033', '19', 'NY', 'New York', '1'); INSERT INTO `region` VALUES ('0', '19034', '19', 'NC', 'North Carolina', '1'); INSERT INTO `region` VALUES ('0', '19035', '19', 'ND', 'North Dakota', '1'); INSERT INTO `region` VALUES ('0', '19036', '19', 'OH', 'Ohio', '1'); INSERT INTO `region` VALUES ('0', '19037', '19', 'OK', 'Oklahoma ', '1'); INSERT INTO `region` VALUES ('0', '19038', '19', 'OR', 'Oregon', '1'); INSERT INTO `region` VALUES ('0', '19039', '19', 'PA', 'Pennsylvania', '1'); INSERT INTO `region` VALUES ('0', '19040', '19', 'PR', 'Puerto Rico', '1'); INSERT INTO `region` VALUES ('0', '19041', '19', 'RI', 'Rhode Island', '1'); INSERT INTO `region` VALUES ('0', '19042', '19', 'SC', 'South Carolina', '1'); INSERT INTO `region` VALUES ('0', '19043', '19', 'SD', 'South Dakota', '1'); INSERT INTO `region` VALUES ('0', '19044', '19', 'TN', 'Tennessee', '1'); INSERT INTO `region` VALUES ('0', '19045', '19', 'TX', 'Texas', '1'); INSERT INTO `region` VALUES ('0', '19046', '19', 'UT', 'Utah', '1'); INSERT INTO `region` VALUES ('0', '19047', '19', 'VT', 'Vermont', '1'); INSERT INTO `region` VALUES ('0', '19048', '19', 'VA', 'Virginia', '1'); INSERT INTO `region` VALUES ('0', '19049', '19', 'WA', 'Washington', '1'); INSERT INTO `region` VALUES ('0', '19050', '19', 'WV', 'West Virginia', '1'); INSERT INTO `region` VALUES ('0', '19051', '19', 'WI', 'Wisconsin', '1'); INSERT INTO `region` VALUES ('0', '19052', '19', 'WY', 'Wyoming', '1'); INSERT INTO `region` VALUES ('0', '32001', '32', 'ACT', 'Australian Capital Territory', '1'); INSERT INTO `region` VALUES ('0', '32002', '32', 'NSW', 'New South Wales', '1'); INSERT INTO `region` VALUES ('0', '32003', '32', 'NT', 'Northern Territory', '1'); INSERT INTO `region` VALUES ('0', '32004', '32', 'QLD', 'Queensland', '1'); INSERT INTO `region` VALUES ('0', '32005', '32', 'SA', 'South Australia', '1'); INSERT INTO `region` VALUES ('0', '32006', '32', 'TAS', 'Tasmania', '1'); INSERT INTO `region` VALUES ('0', '32007', '32', 'VIC', 'Victoria', '1'); INSERT INTO `region` VALUES ('0', '32008', '32', 'WA', 'Western Australia', '1'); INSERT INTO `region` VALUES ('0', '33001', '33', 'AT-1', 'Burgenland', '1'); INSERT INTO `region` VALUES ('0', '33002', '33', 'AT-2', 'Kärnten', '1'); INSERT INTO `region` VALUES ('0', '33003', '33', 'AT-3', 'Niederösterreich', '1'); INSERT INTO `region` VALUES ('0', '33004', '33', 'AT-4', 'Oberösterreich', '1'); INSERT INTO `region` VALUES ('0', '33005', '33', 'AT-5', 'Salzburg', '1'); INSERT INTO `region` VALUES ('0', '33006', '33', 'AT-6', 'Steiermark', '1'); INSERT INTO `region` VALUES ('0', '33007', '33', 'AT-7', 'Tirol', '1'); INSERT INTO `region` VALUES ('0', '33008', '33', 'AT-8', 'Vorarlberg', '1'); INSERT INTO `region` VALUES ('0', '33009', '33', 'AT-9', 'Vienna', '1'); INSERT INTO `region` VALUES ('0', '144001', '144', 'MX-AGS', 'Aguascalientes', '1'); INSERT INTO `region` VALUES ('0', '144002', '144', 'MX-BCN', 'Baja California', '1'); INSERT INTO `region` VALUES ('0', '144003', '144', 'MX-BCS', 'Baja California Sur', '1'); INSERT INTO `region` VALUES ('0', '144004', '144', 'MX-CAM', 'Campeche', '1'); INSERT INTO `region` VALUES ('0', '144005', '144', 'MX-CHP', 'Chiapas', '1'); INSERT INTO `region` VALUES ('0', '144006', '144', 'MX-CHI', 'Chihuahua', '1'); INSERT INTO `region` VALUES ('0', '144007', '144', 'MX-COA', 'Coahuila', '1'); INSERT INTO `region` VALUES ('0', '144008', '144', 'MX-COL', 'Colima', '1'); INSERT INTO `region` VALUES ('0', '144009', '144', 'MX-DUR', 'Durango', '1'); INSERT INTO `region` VALUES ('0', '144010', '144', 'MX-GTO', 'Guanajuato', '1'); INSERT INTO `region` VALUES ('0', '144011', '144', 'MX-GRO', 'Guerrero', '1'); INSERT INTO `region` VALUES ('0', '144012', '144', 'MX-HGO', 'Hidalgo', '1'); INSERT INTO `region` VALUES ('0', '144013', '144', 'MX-JAL', 'Jalisco', '1'); INSERT INTO `region` VALUES ('0', '144014', '144', 'MX-MEX', 'Mexico', '1'); INSERT INTO `region` VALUES ('0', '144015', '144', 'MX-MIC', 'Michoacan', '1'); INSERT INTO `region` VALUES ('0', '144016', '144', 'MX-MOR', 'Morelos', '1'); INSERT INTO `region` VALUES ('0', '144017', '144', 'MX-NAY', 'Nayarit', '1'); INSERT INTO `region` VALUES ('0', '144018', '144', 'MX-NLE', 'Nuevo Leon', '1'); INSERT INTO `region` VALUES ('0', '144019', '144', 'MX-OAX', 'Oaxaca', '1'); INSERT INTO `region` VALUES ('0', '144020', '144', 'MX-PUE', 'Puebla', '1'); INSERT INTO `region` VALUES ('0', '144021', '144', 'MX-QRO', 'Queretaro', '1'); INSERT INTO `region` VALUES ('0', '144023', '144', 'MX-ROO', 'Quintana Roo', '1'); INSERT INTO `region` VALUES ('0', '144024', '144', 'MX-SLP', 'San Luis Potosí', '1'); INSERT INTO `region` VALUES ('0', '144025', '144', 'MX-SIN', 'Sinaloa', '1'); INSERT INTO `region` VALUES ('0', '144026', '144', 'MX-SON', 'Sonora', '1'); INSERT INTO `region` VALUES ('0', '144027', '144', 'MX-TAB', 'Tabasco', '1'); INSERT INTO `region` VALUES ('0', '144028', '144', 'MX-TAM', 'Tamaulipas', '1'); INSERT INTO `region` VALUES ('0', '144029', '144', 'MX-TLX', 'Tlaxcala', '1'); INSERT INTO `region` VALUES ('0', '144030', '144', 'MX-VER', 'Veracruz', '1'); INSERT INTO `region` VALUES ('0', '144031', '144', 'MX-YUC', 'Yucatan', '1'); INSERT INTO `region` VALUES ('0', '144032', '144', 'MX-ZAC', 'Zacatecas', '1'); INSERT INTO `region` VALUES ('0', '164001', '164', '01', 'Østfold', '1'); INSERT INTO `region` VALUES ('0', '164002', '164', '02', 'Akershus', '1'); INSERT INTO `region` VALUES ('0', '164003', '164', '03', 'Oslo', '1'); INSERT INTO `region` VALUES ('0', '164004', '164', '04', 'Hedmark', '1'); INSERT INTO `region` VALUES ('0', '164005', '164', '05', 'Oppland', '1'); INSERT INTO `region` VALUES ('0', '164006', '164', '06', 'Buskerud', '1'); INSERT INTO `region` VALUES ('0', '164007', '164', '07', 'Vestfold', '1'); INSERT INTO `region` VALUES ('0', '164008', '164', '08', 'Telemark', '1'); INSERT INTO `region` VALUES ('0', '164009', '164', '09', 'Aust-Agder', '1'); INSERT INTO `region` VALUES ('0', '164010', '164', '10', 'Vest-Agder', '1'); INSERT INTO `region` VALUES ('0', '164011', '164', '11', 'Rogaland', '1'); INSERT INTO `region` VALUES ('0', '164012', '164', '12', 'Hordaland', '1'); INSERT INTO `region` VALUES ('0', '164013', '164', '14', 'Sogn og Fjordane', '1'); INSERT INTO `region` VALUES ('0', '164014', '164', '15', 'Møre of Romsdal', '1'); INSERT INTO `region` VALUES ('0', '164015', '164', '16', 'Sør-Trøndelag', '1'); INSERT INTO `region` VALUES ('0', '164016', '164', '17', 'Nord-Trøndelag', '1'); INSERT INTO `region` VALUES ('0', '164017', '164', '18', 'Nordland', '1'); INSERT INTO `region` VALUES ('0', '164018', '164', '19', 'Troms', '1'); INSERT INTO `region` VALUES ('0', '164019', '164', '20', 'Finnmark', '1'); INSERT INTO `region` VALUES ('0', '202001', '202', 'AG', 'Aargau', '1'); INSERT INTO `region` VALUES ('0', '202002', '202', 'AR', 'Appenzell Ausserrhoden', '1'); INSERT INTO `region` VALUES ('0', '202003', '202', 'AI', 'Appenzell Innerrhoden', '1'); INSERT INTO `region` VALUES ('0', '202004', '202', 'BL', 'Basel-Landschaft', '1'); INSERT INTO `region` VALUES ('0', '202005', '202', 'BS', 'Basel-Stadt', '1'); INSERT INTO `region` VALUES ('0', '202006', '202', 'BE', 'Bern', '1'); INSERT INTO `region` VALUES ('0', '202007', '202', 'FR', 'Fribourg', '1'); INSERT INTO `region` VALUES ('0', '202008', '202', 'GE', 'Geneva', '1'); INSERT INTO `region` VALUES ('0', '202009', '202', 'GL', 'Glarus', '1'); INSERT INTO `region` VALUES ('0', '202010', '202', 'GR', 'Graubünden', '1'); INSERT INTO `region` VALUES ('0', '202011', '202', 'JU', 'Jura', '1'); INSERT INTO `region` VALUES ('0', '202012', '202', 'LU', 'Lucerne', '1'); INSERT INTO `region` VALUES ('0', '202013', '202', 'NE', 'Neuchâtel', '1'); INSERT INTO `region` VALUES ('0', '202014', '202', 'NW', 'Nidwalden', '1'); INSERT INTO `region` VALUES ('0', '202015', '202', 'OW', 'Obwalden', '1'); INSERT INTO `region` VALUES ('0', '202016', '202', 'SH', 'Schaffhausen', '1'); INSERT INTO `region` VALUES ('0', '202017', '202', 'SZ', 'Schwyz', '1'); INSERT INTO `region` VALUES ('0', '202018', '202', 'SO', 'Solothurn', '1'); INSERT INTO `region` VALUES ('0', '202019', '202', 'SG', 'St. Gallen', '1'); INSERT INTO `region` VALUES ('0', '202020', '202', 'TG', 'Thurgau', '1'); INSERT INTO `region` VALUES ('0', '202021', '202', 'TI', 'Ticino', '1'); INSERT INTO `region` VALUES ('0', '202022', '202', 'UR', 'Uri', '1'); INSERT INTO `region` VALUES ('0', '202023', '202', 'VS', 'Valais', '1'); INSERT INTO `region` VALUES ('0', '202024', '202', 'VD', 'Vaud', '1'); INSERT INTO `region` VALUES ('0', '202025', '202', 'ZG', 'Zug', '1'); INSERT INTO `region` VALUES ('0', '202026', '202', 'ZH', 'Zürich', '1'); -- ---------------------------- -- Table structure for `release_` -- ---------------------------- DROP TABLE IF EXISTS `release_`; CREATE TABLE `release_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `releaseId` bigint(20) NOT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `servletContextName` varchar(75) DEFAULT NULL, `schemaVersion` varchar(75) DEFAULT NULL, `buildNumber` int(11) DEFAULT NULL, `buildDate` datetime(6) DEFAULT NULL, `verified` tinyint(4) DEFAULT NULL, `state_` int(11) DEFAULT NULL, `testString` varchar(1024) DEFAULT NULL, PRIMARY KEY (`releaseId`), UNIQUE KEY `IX_8BD6BCA7` (`servletContextName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of release_ -- ---------------------------- INSERT INTO `release_` VALUES ('0', '1', '2020-09-03 00:00:00.000000', '2020-09-03 00:00:00.000000', 'portal', '8.18.0', '7310', null, '0', null, '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.'); INSERT INTO `release_` VALUES ('2', '20157', '2020-09-03 01:10:15.995000', '2020-09-03 01:10:16.002000', 'com.liferay.portal.instances.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '20201', '2020-09-03 01:10:16.026000', '2020-09-03 01:10:16.031000', 'com.liferay.portal.messaging', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '20301', '2020-09-03 01:10:16.043000', '2020-09-03 01:10:16.048000', 'com.liferay.portal.monitoring', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '20401', '2020-09-03 01:10:16.062000', '2020-09-03 01:10:16.086000', 'com.liferay.portal.remote.soap.extender.impl', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '20501', '2020-09-03 01:10:16.102000', '2020-09-03 01:10:16.106000', 'com.liferay.portal.scheduler.quartz', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('7', '20601', '2020-09-03 01:10:16.355000', '2020-09-03 01:10:16.379000', 'com.liferay.portal.security.auth.verifier', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '20701', '2020-09-03 01:10:16.400000', '2020-09-03 01:10:16.428000', 'com.liferay.portal.security.sso.token.impl', '2.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '20801', '2020-09-03 01:10:16.442000', '2020-09-03 01:10:16.446000', 'com.liferay.portal.template.soy.impl', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '20901', '2020-09-03 01:10:16.500000', '2020-09-03 01:10:16.504000', 'com.liferay.asset.display.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '21001', '2020-09-03 01:10:16.530000', '2020-09-03 01:10:16.568000', 'com.liferay.asset.publisher.layout.prototype', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21101', '2020-09-03 01:10:16.603000', '2020-09-03 01:10:16.608000', 'com.liferay.asset.tags.compiler.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21201', '2020-09-03 01:10:16.624000', '2020-09-03 01:10:16.629000', 'com.liferay.asset.tags.selector.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '21301', '2020-09-03 01:10:16.644000', '2020-09-03 01:10:16.665000', 'com.liferay.blogs.layout.prototype', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '21401', '2020-09-03 01:10:16.739000', '2020-09-03 01:10:16.765000', 'com.liferay.document.library.layout.set.prototype', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21501', '2020-09-03 01:10:16.784000', '2020-09-03 01:10:16.787000', 'com.liferay.document.library.repository.cmis.impl', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21601', '2020-09-03 01:10:16.810000', '2020-09-03 01:10:16.815000', 'com.liferay.hello.velocity.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21701', '2020-09-03 01:10:16.834000', '2020-09-03 01:10:16.839000', 'com.liferay.hello.world.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21801', '2020-09-03 01:10:16.855000', '2020-09-03 01:10:16.859000', 'com.liferay.image.uploader.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '21901', '2020-09-03 01:10:16.883000', '2020-09-03 01:10:16.887000', 'com.liferay.item.selector.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '22001', '2020-09-03 01:10:16.907000', '2020-09-03 01:10:16.920000', 'com.liferay.license.manager.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '22101', '2020-09-03 01:10:16.944000', '2020-09-03 01:10:16.964000', 'com.liferay.message.boards.layout.set.prototype', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22201', '2020-09-03 01:10:16.994000', '2020-09-03 01:10:16.997000', 'com.liferay.oauth.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22301', '2020-09-03 01:10:17.011000', '2020-09-03 01:10:17.015000', 'com.liferay.plugins.admin.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22401', '2020-09-03 01:10:17.042000', '2020-09-03 01:10:17.046000', 'com.liferay.portlet.configuration.sharing.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22501', '2020-09-03 01:10:17.115000', '2020-09-03 01:10:17.119000', 'com.liferay.push.notifications.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22601', '2020-09-03 01:10:17.135000', '2020-09-03 01:10:17.139000', 'com.liferay.ratings.page.ratings.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22701', '2020-09-03 01:10:17.180000', '2020-09-03 01:10:17.185000', 'com.liferay.site.browser.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22801', '2020-09-03 01:10:17.210000', '2020-09-03 01:10:17.218000', 'com.liferay.social.requests.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '22901', '2020-09-03 01:10:17.260000', '2020-09-03 01:10:17.265000', 'com.liferay.sync.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '23001', '2020-09-03 01:10:17.284000', '2020-09-03 01:10:17.309000', 'com.liferay.wiki.layout.prototype', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '23101', '2020-09-03 01:10:17.325000', '2020-09-03 01:10:17.367000', 'com.liferay.portal.search.elasticsearch.monitoring.web', '3.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '23201', '2020-09-03 01:10:17.388000', '2020-09-03 01:10:17.402000', 'com.liferay.portal.search.web', '2.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '23301', '2020-09-03 01:10:17.425000', '2020-09-03 01:10:17.430000', 'com.liferay.portal.security.audit.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '23401', '2020-09-03 01:10:17.445000', '2020-09-03 01:10:17.486000', 'com.liferay.portal.settings.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '23501', '2020-09-03 01:10:17.507000', '2020-09-03 01:10:17.584000', 'com.liferay.portal.workflow.kaleo.forms.web', '1.0.3', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '23601', '2020-09-03 01:10:17.612000', '2020-09-03 01:10:17.616000', 'com.liferay.announcements.web', '2.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '23701', '2020-09-03 01:10:17.642000', '2020-09-03 01:10:17.646000', 'com.liferay.asset.browser.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '23801', '2020-09-03 01:10:17.661000', '2020-09-03 01:10:17.666000', 'com.liferay.asset.categories.navigation.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '23901', '2020-09-03 01:10:17.689000', '2020-09-03 01:10:17.693000', 'com.liferay.asset.categories.selector.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24001', '2020-09-03 01:10:17.709000', '2020-09-03 01:10:17.714000', 'com.liferay.asset.tags.navigation.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24101', '2020-09-03 01:10:17.736000', '2020-09-03 01:10:17.740000', 'com.liferay.blogs.recent.bloggers.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '24201', '2020-09-03 01:10:17.756000', '2020-09-03 01:10:17.802000', 'com.liferay.contacts.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24301', '2020-09-03 01:10:17.824000', '2020-09-03 01:10:17.828000', 'com.liferay.dynamic.data.mapping.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24401', '2020-09-03 01:10:17.843000', '2020-09-03 01:10:17.847000', 'com.liferay.flags.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24501', '2020-09-03 01:10:17.864000', '2020-09-03 01:10:17.867000', 'com.liferay.iframe.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '24601', '2020-09-03 01:10:17.884000', '2020-09-03 01:10:17.891000', 'com.liferay.journal.content.search.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24701', '2020-09-03 01:10:17.906000', '2020-09-03 01:10:17.909000', 'com.liferay.journal.content.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '24801', '2020-09-03 01:10:17.923000', '2020-09-03 01:10:17.930000', 'com.liferay.journal.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '24901', '2020-09-03 01:10:17.943000', '2020-09-03 01:10:17.947000', 'com.liferay.login.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '25001', '2020-09-03 01:10:17.969000', '2020-09-03 01:10:18.013000', 'com.liferay.microblogs.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25101', '2020-09-03 01:10:18.030000', '2020-09-03 01:10:18.034000', 'com.liferay.monitoring.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25201', '2020-09-03 01:10:18.052000', '2020-09-03 01:10:18.056000', 'com.liferay.nested.portlets.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25301', '2020-09-03 01:10:18.077000', '2020-09-03 01:10:18.080000', 'com.liferay.portlet.configuration.css.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25401', '2020-09-03 01:10:18.099000', '2020-09-03 01:10:18.102000', 'com.liferay.portlet.configuration.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25501', '2020-09-03 01:10:18.124000', '2020-09-03 01:10:18.132000', 'com.liferay.product.navigation.personal.menu.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25601', '2020-09-03 01:10:18.145000', '2020-09-03 01:10:18.149000', 'com.liferay.product.navigation.product.menu.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '25701', '2020-09-03 01:10:18.164000', '2020-09-03 01:10:18.174000', 'com.liferay.rss.web', '3.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25801', '2020-09-03 01:10:18.201000', '2020-09-03 01:10:18.205000', 'com.liferay.saml.addon.keep.alive.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '25901', '2020-09-03 01:10:18.241000', '2020-09-03 01:10:18.245000', 'com.liferay.saml.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26001', '2020-09-03 01:10:18.261000', '2020-09-03 01:10:18.264000', 'com.liferay.server.admin.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26101', '2020-09-03 01:10:18.278000', '2020-09-03 01:10:18.282000', 'com.liferay.site.my.sites.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26201', '2020-09-03 01:10:18.300000', '2020-09-03 01:10:18.303000', 'com.liferay.site.navigation.breadcrumb.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26301', '2020-09-03 01:10:18.315000', '2020-09-03 01:10:18.319000', 'com.liferay.site.navigation.directory.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26401', '2020-09-03 01:10:18.333000', '2020-09-03 01:10:18.337000', 'com.liferay.site.navigation.language.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '26501', '2020-09-03 01:10:18.353000', '2020-09-03 01:10:18.421000', 'com.liferay.site.navigation.menu.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26601', '2020-09-03 01:10:18.440000', '2020-09-03 01:10:18.444000', 'com.liferay.site.navigation.site.map.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26701', '2020-09-03 01:10:18.462000', '2020-09-03 01:10:18.465000', 'com.liferay.social.activities.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26801', '2020-09-03 01:10:18.480000', '2020-09-03 01:10:18.484000', 'com.liferay.social.activity.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '26901', '2020-09-03 01:10:18.498000', '2020-09-03 01:10:18.501000', 'com.liferay.social.group.statistics.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '27001', '2020-09-03 01:10:18.515000', '2020-09-03 01:10:18.519000', 'com.liferay.social.user.statistics.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '27101', '2020-09-03 01:10:18.537000', '2020-09-03 01:10:18.541000', 'com.liferay.staging.bar.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '27201', '2020-09-03 01:10:18.555000', '2020-09-03 01:10:18.559000', 'com.liferay.trash.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '27301', '2020-09-03 01:10:18.576000', '2020-09-03 01:10:18.586000', 'com.liferay.user.associated.data.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '27401', '2020-09-03 01:10:18.599000', '2020-09-03 01:10:18.631000', 'com.liferay.captcha.impl', '1.1.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '27501', '2020-09-03 01:10:18.711000', '2020-09-03 01:10:18.723000', 'com.liferay.document.library.document.conversion', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '27601', '2020-09-03 01:10:18.738000', '2020-09-03 01:10:18.761000', 'com.liferay.portal.upload', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('5', '27701', '2020-09-03 01:10:18.810000', '2020-09-03 01:10:18.852000', 'com.liferay.saml.impl', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '27801', '2020-09-03 01:10:18.884000', '2020-09-03 01:10:18.904000', 'com.liferay.bookmarks.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '27901', '2020-09-03 01:10:18.925000', '2020-09-03 01:10:18.929000', 'com.liferay.exportimport.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '28001', '2020-09-03 01:10:18.944000', '2020-09-03 01:10:18.955000', 'com.liferay.message.boards.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '28101', '2020-09-03 01:10:18.971000', '2020-09-03 01:10:18.975000', 'com.liferay.document.library.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('5', '28201', '2020-09-03 01:10:18.993000', '2020-09-03 01:10:19.014000', 'com.liferay.wiki.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '28301', '2020-09-03 01:10:19.045000', '2020-09-03 01:10:19.071000', 'com.liferay.document.library.google.docs', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '28401', '2020-09-03 01:10:19.087000', '2020-09-03 01:10:19.092000', 'com.liferay.portal.security.ldap.impl', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('5', '28501', '2020-09-03 01:10:19.135000', '2020-09-03 01:10:19.182000', 'com.liferay.blogs.web', '1.2.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '28601', '2020-09-03 01:10:19.199000', '2020-09-03 01:10:19.242000', 'com.liferay.users.admin.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('7', '28701', '2020-09-03 01:10:19.273000', '2020-09-03 01:10:19.389000', 'com.liferay.calendar.web', '1.1.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '28801', '2020-09-03 01:10:19.430000', '2020-09-03 01:10:19.476000', 'com.liferay.dynamic.data.mapping.form.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '28901', '2020-09-03 01:10:19.491000', '2020-09-03 01:10:19.496000', 'com.liferay.dynamic.data.lists.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29001', '2020-09-03 01:10:19.519000', '2020-09-03 01:10:19.523000', 'com.liferay.notifications.web', '2.1.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29101', '2020-09-03 01:10:19.601000', '2020-09-03 01:10:19.606000', 'com.liferay.view.count.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29203', '2020-09-03 01:10:19.995000', '2020-09-03 01:10:19.999000', 'com.liferay.oauth2.provider.service', '3.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29306', '2020-09-03 01:10:21.676000', '2020-09-03 01:10:21.681000', 'com.liferay.journal.service', '3.3.0', '3', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29403', '2020-09-03 01:10:21.753000', '2020-09-03 01:10:21.758000', 'com.liferay.multi.factor.authentication.timebased.otp.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29504', '2020-09-03 01:10:21.990000', '2020-09-03 01:10:21.997000', 'com.liferay.commerce.bom.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29606', '2020-09-03 01:10:22.242000', '2020-09-03 01:10:22.246000', 'com.liferay.data.engine.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29704', '2020-09-03 01:10:22.953000', '2020-09-03 01:10:22.961000', 'com.liferay.asset.list.service', '1.3.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29801', '2020-09-03 01:10:22.975000', '2020-09-03 01:10:22.979000', 'com.liferay.screens.service', '1.0.8', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '29907', '2020-09-03 01:10:23.385000', '2020-09-03 01:10:23.389000', 'com.liferay.commerce.notification.service', '2.2.1', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30005', '2020-09-03 01:10:23.612000', '2020-09-03 01:10:23.616000', 'com.liferay.asset.display.page.service', '2.3.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30103', '2020-09-03 01:10:23.678000', '2020-09-03 01:10:23.684000', 'com.liferay.multi.factor.authentication.email.otp.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30203', '2020-09-03 01:10:24.046000', '2020-09-03 01:10:24.050000', 'com.liferay.sync.service', '2.0.0', '9', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30305', '2020-09-03 01:10:24.127000', '2020-09-03 01:10:24.131000', 'com.liferay.remote.app.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30403', '2020-09-03 01:10:24.340000', '2020-09-03 01:10:24.344000', 'com.liferay.layout.seo.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30501', '2020-09-03 01:10:24.359000', '2020-09-03 01:10:24.364000', 'com.liferay.external.reference.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30605', '2020-09-03 01:10:24.834000', '2020-09-03 01:10:24.839000', 'com.liferay.app.builder.service', '2.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30706', '2020-09-03 01:10:25.518000', '2020-09-03 01:10:25.524000', 'com.liferay.wiki.service', '2.1.1', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30805', '2020-09-03 01:10:25.851000', '2020-09-03 01:10:25.855000', 'com.liferay.depot.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '30905', '2020-09-03 01:10:26.005000', '2020-09-03 01:10:26.009000', 'com.liferay.commerce.machine.learning.forecast.alert.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31001', '2020-09-03 01:10:26.251000', '2020-09-03 01:10:26.255000', 'com.liferay.style.book.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31101', '2020-09-03 01:10:26.354000', '2020-09-03 01:10:26.357000', 'com.liferay.commerce.product.type.virtual.order.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31206', '2020-09-03 01:10:26.556000', '2020-09-03 01:10:26.559000', 'com.liferay.commerce.application.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31304', '2020-09-03 01:10:26.689000', '2020-09-03 01:10:26.694000', 'com.liferay.app.builder.workflow.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31403', '2020-09-03 01:10:27.201000', '2020-09-03 01:10:27.205000', 'com.liferay.commerce.discount.service', '2.4.1', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31501', '2020-09-03 01:10:27.217000', '2020-09-03 01:10:27.221000', 'com.liferay.flags.service', '2.0.1', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31608', '2020-09-03 01:10:27.394000', '2020-09-03 01:10:27.398000', 'com.liferay.translation.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31703', '2020-09-03 01:10:27.522000', '2020-09-03 01:10:27.526000', 'com.liferay.asset.entry.rel.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31802', '2020-09-03 01:10:27.880000', '2020-09-03 01:10:27.885000', 'com.liferay.portal.workflow.metrics.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '31904', '2020-09-03 01:10:28.345000', '2020-09-03 01:10:28.349000', 'com.liferay.account.service', '1.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32008', '2020-09-03 01:10:28.519000', '2020-09-03 01:10:28.524000', 'com.liferay.commerce.data.integration.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32103', '2020-09-03 01:10:29.033000', '2020-09-03 01:10:29.037000', 'com.liferay.change.tracking.service', '2.3.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32208', '2020-09-03 01:10:29.116000', '2020-09-03 01:10:29.119000', 'com.liferay.document.library.sync.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32303', '2020-09-03 01:10:29.289000', '2020-09-03 01:10:29.293000', 'com.liferay.subscription.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32405', '2020-09-03 01:10:30.421000', '2020-09-03 01:10:30.425000', 'com.liferay.segments.service', '2.3.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '32508', '2020-09-03 01:10:30.854000', '2020-09-03 01:11:00.160000', 'com.liferay.mobile.device.rules.service', '2.1.0', '3', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '32601', '2020-09-03 01:10:30.876000', '2020-09-03 01:10:30.879000', 'com.liferay.mobile.device.rules.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '32706', '2020-09-03 01:10:31.072000', '2020-09-03 01:10:31.075000', 'com.liferay.sharing.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '32803', '2020-09-03 01:10:31.375000', '2020-09-03 01:11:00.294000', 'com.liferay.bookmarks.service', '3.0.0', '2', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '32904', '2020-09-03 01:10:32.284000', '2020-09-03 01:10:32.287000', 'com.liferay.knowledge.base.service', '4.0.0', '15', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33006', '2020-09-03 01:10:32.389000', '2020-09-03 01:10:32.392000', 'com.liferay.document.library.opener.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33103', '2020-09-03 01:10:32.680000', '2020-09-03 01:10:32.684000', 'com.liferay.site.navigation.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33204', '2020-09-03 01:10:32.784000', '2020-09-03 01:10:32.789000', 'com.liferay.portal.lock.service', '2.0.1', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33305', '2020-09-03 01:10:34.630000', '2020-09-03 01:10:34.633000', 'com.liferay.commerce.service', '4.9.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33416', '2020-09-03 01:10:34.986000', '2020-09-03 01:10:34.990000', 'com.liferay.blogs.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33504', '2020-09-03 01:10:35.086000', '2020-09-03 01:10:35.090000', 'com.liferay.push.notifications.service', '1.0.6', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33603', '2020-09-03 01:10:35.277000', '2020-09-03 01:10:35.280000', 'com.liferay.portal.background.task.service', '2.0.0', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33701', '2020-09-03 01:10:35.294000', '2020-09-03 01:10:35.298000', 'com.liferay.exportimport.service', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33803', '2020-09-03 01:10:35.410000', '2020-09-03 01:10:35.413000', 'com.liferay.site.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33901', '2020-09-03 01:10:35.630000', '2020-09-03 01:10:35.638000', 'com.liferay.layout.admin.web', '1.0.3', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '33902', '2020-09-03 01:10:35.621000', '2020-09-03 01:10:35.633000', 'com.liferay.portal.workflow.kaleo.forms.service', '3.0.0', '3', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '34001', '2020-09-03 01:10:35.744000', '2020-09-03 01:11:00.211000', 'com.liferay.portal.security.service.access.policy.service', '3.0.0', '3', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '34101', '2020-09-03 01:10:35.871000', '2020-09-03 01:10:35.875000', 'com.liferay.document.library.content.service', '1.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('4', '34201', '2020-09-03 01:10:36.646000', '2020-09-03 01:10:36.679000', 'com.liferay.comment.page.comments.web', '2.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34301', '2020-09-03 01:10:37.133000', '2020-09-03 01:10:37.137000', 'com.liferay.segments.content.targeting.upgrade', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34423', '2020-09-03 01:10:37.936000', '2020-09-03 01:10:37.940000', 'com.liferay.portal.workflow.kaleo.service', '3.1.0', '10', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34521', '2020-09-03 01:10:38.567000', '2020-09-03 01:10:38.572000', 'com.liferay.calendar.service', '4.1.0', '6', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34606', '2020-09-03 01:10:38.691000', '2020-09-03 01:10:38.694000', 'com.liferay.commerce.payment.service', '1.0.1', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34702', '2020-09-03 01:10:38.889000', '2020-09-03 01:10:38.898000', 'com.liferay.changeset.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34804', '2020-09-03 01:10:38.976000', '2020-09-03 01:10:38.982000', 'com.liferay.contacts.service', '3.0.0', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '34903', '2020-09-03 01:10:40.132000', '2020-09-03 01:10:40.136000', 'com.liferay.layout.page.template.service', '3.4.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35006', '2020-09-03 01:10:40.241000', '2020-09-03 01:10:40.244000', 'com.liferay.invitation.invite.members.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35103', '2020-09-03 01:10:43.061000', '2020-09-03 01:10:43.065000', 'com.liferay.commerce.product.service', '2.6.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35222', '2020-09-03 01:10:44.960000', '2020-09-03 01:10:44.965000', 'com.liferay.fragment.service', '2.7.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35307', '2020-09-03 01:10:45.341000', '2020-09-03 01:10:45.345000', 'com.liferay.friendly.url.service', '3.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35405', '2020-09-03 01:10:45.488000', '2020-09-03 01:10:45.491000', 'com.liferay.commerce.currency.service', '1.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35501', '2020-09-03 01:10:45.586000', '2020-09-03 01:10:45.589000', 'com.liferay.reading.time.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35601', '2020-09-03 01:10:45.619000', '2020-09-03 01:10:45.630000', 'com.liferay.portal.instances.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35705', '2020-09-03 01:10:45.828000', '2020-09-03 01:10:45.833000', 'com.liferay.commerce.tax.engine.fixed.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35803', '2020-09-03 01:10:46.077000', '2020-09-03 01:10:46.080000', 'com.liferay.change.tracking.store.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '35903', '2020-09-03 01:10:46.856000', '2020-09-03 01:10:46.861000', 'com.liferay.commerce.price.list.service', '2.1.3', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36008', '2020-09-03 01:10:47.397000', '2020-09-03 01:10:47.401000', 'com.liferay.saml.persistence.service', '2.2.0', '8', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36107', '2020-09-03 01:10:47.536000', '2020-09-03 01:10:47.540000', 'com.liferay.asset.category.property.service', '2.3.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36202', '2020-09-03 01:10:47.761000', '2020-09-03 01:10:47.765000', 'com.liferay.oauth.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36304', '2020-09-03 01:10:48.920000', '2020-09-03 01:10:48.924000', 'com.liferay.portal.tools.service.builder.test.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '36416', '2020-09-03 01:10:49.271000', '2020-09-03 01:11:00.563000', 'com.liferay.document.library.service', '3.1.0', '1', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '36502', '2020-09-03 01:10:49.558000', '2020-09-03 01:10:49.562000', 'com.liferay.marketplace.service', '2.0.2', '6', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36604', '2020-09-03 01:10:49.722000', '2020-09-03 01:10:49.726000', 'com.liferay.sharepoint.rest.oauth2.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36703', '2020-09-03 01:10:49.942000', '2020-09-03 01:10:49.946000', 'com.liferay.microblogs.service', '1.0.2', '3', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36803', '2020-09-03 01:10:50.065000', '2020-09-03 01:10:50.069000', 'com.liferay.commerce.product.type.grouped.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '36902', '2020-09-03 01:10:50.183000', '2020-09-03 01:10:50.187000', 'com.liferay.asset.auto.tagger.service', '1.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '37003', '2020-09-03 01:10:50.651000', '2020-09-03 01:10:50.655000', 'com.liferay.dynamic.data.lists.service', '2.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '37106', '2020-09-03 01:10:52.508000', '2020-09-03 01:11:00.244000', 'com.liferay.message.boards.service', '5.1.0', '1', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '37209', '2020-09-03 01:10:52.614000', '2020-09-03 01:10:52.619000', 'com.liferay.analytics.message.storage.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '37301', '2020-09-03 01:10:52.804000', '2020-09-03 01:10:52.808000', 'com.liferay.batch.engine.service', '4.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '37401', '2020-09-03 01:10:52.916000', '2020-09-03 01:10:52.920000', 'com.liferay.commerce.tax.service', '1.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '37506', '2020-09-03 01:10:53.181000', '2020-09-03 01:10:53.185000', 'com.liferay.trash.service', '2.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '37605', '2020-09-03 01:10:53.687000', '2020-09-03 01:11:12.387000', 'com.liferay.commerce.account.service', '2.0.0', '1', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '37701', '2020-09-03 01:10:54.090000', '2020-09-03 01:10:54.093000', 'com.liferay.commerce.pricing.service', '2.0.1', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '37801', '2020-09-03 01:10:56.706000', '2020-09-03 01:11:04.448000', 'com.liferay.dynamic.data.mapping.service', '3.9.0', '2', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '37926', '2020-09-03 01:10:57.365000', '2020-09-03 01:10:57.369000', 'com.liferay.commerce.inventory.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38001', '2020-09-03 01:10:57.436000', '2020-09-03 01:10:57.439000', 'com.liferay.portal.security.audit.storage.service', '2.0.1', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38101', '2020-09-03 01:10:57.581000', '2020-09-03 01:10:57.584000', 'com.liferay.adaptive.media.image.service', '2.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38201', '2020-09-03 01:10:57.817000', '2020-09-03 01:10:57.821000', 'com.liferay.asset.service', '2.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38301', '2020-09-03 01:10:58.062000', '2020-09-03 01:10:58.066000', 'com.liferay.commerce.wish.list.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('3', '38401', '2020-09-03 01:10:58.367000', '2020-09-03 01:11:05.166000', 'com.liferay.polls.service', '2.1.0', '2', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '38507', '2020-09-03 01:10:58.544000', '2020-09-03 01:10:58.547000', 'com.liferay.commerce.shipping.engine.fixed.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38624', '2020-09-03 01:10:58.706000', '2020-09-03 01:10:58.710000', 'com.liferay.commerce.product.type.virtual.service', '1.1.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38711', '2020-09-03 01:10:58.933000', '2020-09-03 01:10:58.936000', 'com.liferay.layout.service', '1.2.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38863', '2020-09-03 01:10:59.252000', '2020-09-03 01:10:59.256000', 'com.liferay.portal.reports.engine.console.service', '1.0.1', '2', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '38940', '2020-09-03 01:10:59.464000', '2020-09-03 01:10:59.468000', 'com.liferay.redirect.service', '3.0.0', '1', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '39056', '2020-09-03 01:10:59.836000', '2020-09-03 01:10:59.840000', 'com.liferay.wiki.navigation.web', '1.0.1', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '39107', '2020-09-03 01:10:59.932000', '2020-09-03 01:10:59.937000', 'com.liferay.portal.reports.engine.console.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('0', '39201', '2020-09-03 01:10:59.987000', '2020-09-03 01:10:59.987000', 'com.liferay.portal.scheduler.internal.verify', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39202', '2020-09-03 01:11:00.017000', '2020-09-03 01:11:00.017000', 'com.liferay.portal.security.sso.google', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39203', '2020-09-03 01:11:00.044000', '2020-09-03 01:11:00.044000', 'com.liferay.portal.security.sso.cas', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39204', '2020-09-03 01:11:00.067000', '2020-09-03 01:11:00.067000', 'com.liferay.portal.security.sso.facebook.connect', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39205', '2020-09-03 01:11:00.086000', '2020-09-03 01:11:00.086000', 'com.liferay.portal.security.sso.ntlm', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39206', '2020-09-03 01:11:00.102000', '2020-09-03 01:11:00.102000', 'com.liferay.portal.security.sso.opensso', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '39207', '2020-09-03 01:11:00.094000', '2020-09-03 01:11:00.097000', 'com.liferay.adaptive.media.web', '1.0.2', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('0', '39301', '2020-09-03 01:11:00.118000', '2020-09-03 01:11:00.118000', 'com.liferay.systemevent.internal.verify', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('0', '39302', '2020-09-03 01:11:00.132000', '2020-09-03 01:11:00.132000', 'com.liferay.portal.security.ldap', null, '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('4', '39305', '2020-09-03 01:11:00.307000', '2020-09-03 01:11:00.336000', 'com.liferay.knowledge.base.web', '1.2.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '39401', '2020-09-03 01:11:00.391000', '2020-09-03 01:11:00.395000', 'com.liferay.my.subscriptions.web', '1.0.0', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('5', '39505', '2020-09-03 01:11:01.594000', '2020-09-03 01:11:01.681000', 'com.liferay.portal.workflow.kaleo.designer.web', '1.0.2', '0', null, '1', '0', null); INSERT INTO `release_` VALUES ('2', '39742', '2020-09-03 01:11:04.046000', '2020-09-03 01:11:04.049000', 'com.liferay.asset.publisher.web', '1.0.4', '0', null, '0', '0', null); INSERT INTO `release_` VALUES ('2', '39811', '2020-09-03 01:11:04.773000', '2020-09-03 01:11:04.778000', 'com.liferay.adaptive.media.document.library.thumbnails', '1.0.1', '0', null, '0', '0', null); -- ---------------------------- -- Table structure for `remoteappentry` -- ---------------------------- DROP TABLE IF EXISTS `remoteappentry`; CREATE TABLE `remoteappentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `remoteAppEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `url` varchar(75) DEFAULT NULL, PRIMARY KEY (`remoteAppEntryId`), UNIQUE KEY `IX_A88F5614` (`companyId`,`url`), KEY `IX_5F8F9C11` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of remoteappentry -- ---------------------------- -- ---------------------------- -- Table structure for `reports_definition` -- ---------------------------- DROP TABLE IF EXISTS `reports_definition`; CREATE TABLE `reports_definition` ( `uuid_` varchar(75) DEFAULT NULL, `definitionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `sourceId` bigint(20) DEFAULT NULL, `reportName` varchar(75) DEFAULT NULL, `reportParameters` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`definitionId`), UNIQUE KEY `IX_D4E3828F` (`uuid_`,`groupId`), KEY `IX_7F79EB6F` (`companyId`), KEY `IX_6C1481B1` (`groupId`), KEY `IX_F08C2CCD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of reports_definition -- ---------------------------- -- ---------------------------- -- Table structure for `reports_entry` -- ---------------------------- DROP TABLE IF EXISTS `reports_entry`; CREATE TABLE `reports_entry` ( `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `definitionId` bigint(20) DEFAULT NULL, `format` varchar(75) DEFAULT NULL, `scheduleRequest` tinyint(4) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `repeating` tinyint(4) DEFAULT NULL, `recurrence` varchar(75) DEFAULT NULL, `emailNotifications` varchar(200) DEFAULT NULL, `emailDelivery` varchar(200) DEFAULT NULL, `portletId` varchar(75) DEFAULT NULL, `pageURL` longtext, `reportParameters` longtext, `errorMessage` longtext, `status` varchar(75) DEFAULT NULL, PRIMARY KEY (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of reports_entry -- ---------------------------- -- ---------------------------- -- Table structure for `reports_source` -- ---------------------------- DROP TABLE IF EXISTS `reports_source`; CREATE TABLE `reports_source` ( `uuid_` varchar(75) DEFAULT NULL, `sourceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `name` longtext, `driverClassName` varchar(75) DEFAULT NULL, `driverUrl` longtext, `driverUserName` varchar(75) DEFAULT NULL, `driverPassword` varchar(75) DEFAULT NULL, PRIMARY KEY (`sourceId`), UNIQUE KEY `IX_A3C3F357` (`uuid_`,`groupId`), KEY `IX_C9381DA7` (`companyId`), KEY `IX_C5A9E1E9` (`groupId`), KEY `IX_89138B95` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of reports_source -- ---------------------------- -- ---------------------------- -- Table structure for `repository` -- ---------------------------- DROP TABLE IF EXISTS `repository`; CREATE TABLE `repository` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `portletId` varchar(200) DEFAULT NULL, `typeSettings` longtext, `dlFolderId` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`repositoryId`), UNIQUE KEY `IX_60C8634C` (`groupId`,`name`,`portletId`), UNIQUE KEY `IX_11641E26` (`uuid_`,`groupId`), KEY `IX_F543EA4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of repository -- ---------------------------- INSERT INTO `repository` VALUES ('0', 'ebf00523-55bc-5138-47b1-af9220d757bc', '39928', '20121', '20097', '20102', null, '2020-09-03 01:11:07.552000', '2020-09-03 01:11:07.308000', '39927', 'com.liferay.portal.kernel.model.Layout', null, 'com.liferay.portal.kernel.model.Layout', '', '39929', null); INSERT INTO `repository` VALUES ('0', 'a64d884a-9660-8d79-ae1f-5a89c08bc827', '40217', '20123', '20097', '20102', null, '2020-09-03 01:11:16.836000', '2020-09-03 01:11:16.836000', '39927', 'com.liferay.oauth2.provider', null, 'com.liferay.oauth2.provider', '', '40218', null); -- ---------------------------- -- Table structure for `repositoryentry` -- ---------------------------- DROP TABLE IF EXISTS `repositoryentry`; CREATE TABLE `repositoryentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `repositoryEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mappedId` varchar(255) DEFAULT NULL, `manualCheckInRequired` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`repositoryEntryId`), UNIQUE KEY `IX_9BDCF489` (`repositoryId`,`mappedId`), UNIQUE KEY `IX_354AA664` (`uuid_`,`groupId`), KEY `IX_D3B9AF62` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of repositoryentry -- ---------------------------- -- ---------------------------- -- Table structure for `resourceaction` -- ---------------------------- DROP TABLE IF EXISTS `resourceaction`; CREATE TABLE `resourceaction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of resourceaction -- ---------------------------- INSERT INTO `resourceaction` VALUES ('0', '1', 'com.liferay.asset.tags', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2', 'com.liferay.asset.tags', 'MANAGE_TAG', '4'); INSERT INTO `resourceaction` VALUES ('0', '3', 'com.liferay.document.library', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4', 'com.liferay.document.library', 'ADD_REPOSITORY', '4'); INSERT INTO `resourceaction` VALUES ('0', '5', 'com.liferay.document.library', 'ADD_DOCUMENT_TYPE', '8'); INSERT INTO `resourceaction` VALUES ('0', '6', 'com.liferay.document.library', 'ADD_SHORTCUT', '16'); INSERT INTO `resourceaction` VALUES ('0', '7', 'com.liferay.document.library', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '8', 'com.liferay.document.library', 'ADD_DOCUMENT', '64'); INSERT INTO `resourceaction` VALUES ('0', '9', 'com.liferay.document.library', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '10', 'com.liferay.document.library', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '11', 'com.liferay.document.library', 'ADD_FOLDER', '256'); INSERT INTO `resourceaction` VALUES ('0', '12', 'com.liferay.document.library', 'ADD_STRUCTURE', '512'); INSERT INTO `resourceaction` VALUES ('0', '13', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '14', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '15', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '16', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '17', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '18', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '19', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '20', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '21', 'com.liferay.portal.kernel.model.LayoutPrototype', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '22', 'com.liferay.portal.kernel.model.LayoutPrototype', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '23', 'com.liferay.portal.kernel.model.LayoutPrototype', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '24', 'com.liferay.portal.kernel.model.LayoutPrototype', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '25', 'com.liferay.asset.categories', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '26', 'com.liferay.asset.categories', 'ADD_CATEGORY', '4'); INSERT INTO `resourceaction` VALUES ('0', '27', 'com.liferay.asset.categories', 'ADD_VOCABULARY', '8'); INSERT INTO `resourceaction` VALUES ('0', '28', 'com.liferay.portal.kernel.model.Group', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '29', 'com.liferay.portal.kernel.model.Group', 'VIEW_MEMBERS', '4'); INSERT INTO `resourceaction` VALUES ('0', '30', 'com.liferay.portal.kernel.model.Group', 'MANAGE_ANNOUNCEMENTS', '8'); INSERT INTO `resourceaction` VALUES ('0', '31', 'com.liferay.portal.kernel.model.Group', 'PUBLISH_STAGING', '16'); INSERT INTO `resourceaction` VALUES ('0', '32', 'com.liferay.portal.kernel.model.Group', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '33', 'com.liferay.portal.kernel.model.Group', 'EXPORT_IMPORT_LAYOUTS', '32'); INSERT INTO `resourceaction` VALUES ('0', '34', 'com.liferay.portal.kernel.model.Group', 'ASSIGN_USER_ROLES', '64'); INSERT INTO `resourceaction` VALUES ('0', '35', 'com.liferay.portal.kernel.model.Group', 'DELETE', '128'); INSERT INTO `resourceaction` VALUES ('0', '36', 'com.liferay.portal.kernel.model.Group', 'VIEW_SITE_ADMINISTRATION', '256'); INSERT INTO `resourceaction` VALUES ('0', '37', 'com.liferay.portal.kernel.model.Group', 'ASSIGN_MEMBERS', '512'); INSERT INTO `resourceaction` VALUES ('0', '38', 'com.liferay.portal.kernel.model.Group', 'MANAGE_LAYOUTS', '1024'); INSERT INTO `resourceaction` VALUES ('0', '39', 'com.liferay.portal.kernel.model.Group', 'MANAGE_ARCHIVED_SETUPS', '2048'); INSERT INTO `resourceaction` VALUES ('0', '40', 'com.liferay.portal.kernel.model.Group', 'ADD_COMMUNITY', '4096'); INSERT INTO `resourceaction` VALUES ('0', '41', 'com.liferay.portal.kernel.model.Group', 'UPDATE', '8192'); INSERT INTO `resourceaction` VALUES ('0', '42', 'com.liferay.portal.kernel.model.Group', 'PUBLISH_PORTLET_INFO', '16384'); INSERT INTO `resourceaction` VALUES ('0', '43', 'com.liferay.portal.kernel.model.Group', 'ADD_LAYOUT_SET_BRANCH', '32768'); INSERT INTO `resourceaction` VALUES ('0', '44', 'com.liferay.portal.kernel.model.Group', 'PREVIEW_IN_DEVICE', '65536'); INSERT INTO `resourceaction` VALUES ('0', '45', 'com.liferay.portal.kernel.model.Group', 'MANAGE_TEAMS', '131072'); INSERT INTO `resourceaction` VALUES ('0', '46', 'com.liferay.portal.kernel.model.Group', 'ADD_LAYOUT', '262144'); INSERT INTO `resourceaction` VALUES ('0', '47', 'com.liferay.portal.kernel.model.Group', 'ADD_LAYOUT_BRANCH', '524288'); INSERT INTO `resourceaction` VALUES ('0', '48', 'com.liferay.portal.kernel.model.Group', 'MANAGE_SUBGROUPS', '1048576'); INSERT INTO `resourceaction` VALUES ('0', '49', 'com.liferay.portal.kernel.model.Group', 'VIEW_STAGING', '2097152'); INSERT INTO `resourceaction` VALUES ('0', '50', 'com.liferay.portal.kernel.model.Group', 'EXPORT_IMPORT_PORTLET_INFO', '4194304'); INSERT INTO `resourceaction` VALUES ('0', '51', 'com.liferay.portal.kernel.model.Group', 'CONFIGURE_PORTLETS', '8388608'); INSERT INTO `resourceaction` VALUES ('0', '52', 'com.liferay.portal.kernel.model.Group', 'MANAGE_STAGING', '16777216'); INSERT INTO `resourceaction` VALUES ('0', '53', 'com.liferay.portal.kernel.model.LayoutSetPrototype', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '54', 'com.liferay.portal.kernel.model.LayoutSetPrototype', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '55', 'com.liferay.portal.kernel.model.LayoutSetPrototype', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '56', 'com.liferay.portal.kernel.model.LayoutSetPrototype', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '57', 'com.liferay.portal.kernel.model.Organization', 'ASSIGN_USER_ROLES', '2'); INSERT INTO `resourceaction` VALUES ('0', '58', 'com.liferay.portal.kernel.model.Organization', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '59', 'com.liferay.portal.kernel.model.Organization', 'MANAGE_SUBORGANIZATIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '60', 'com.liferay.portal.kernel.model.Organization', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '61', 'com.liferay.portal.kernel.model.Organization', 'ASSIGN_MEMBERS', '32'); INSERT INTO `resourceaction` VALUES ('0', '62', 'com.liferay.portal.kernel.model.Organization', 'VIEW_MEMBERS', '64'); INSERT INTO `resourceaction` VALUES ('0', '63', 'com.liferay.portal.kernel.model.Organization', 'MANAGE_ANNOUNCEMENTS', '128'); INSERT INTO `resourceaction` VALUES ('0', '64', 'com.liferay.portal.kernel.model.Organization', 'UPDATE', '256'); INSERT INTO `resourceaction` VALUES ('0', '65', 'com.liferay.portal.kernel.model.Organization', 'MANAGE_USERS', '512'); INSERT INTO `resourceaction` VALUES ('0', '66', 'com.liferay.portal.kernel.model.Organization', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '67', 'com.liferay.portal.kernel.model.Organization', 'ADD_ORGANIZATION', '1024'); INSERT INTO `resourceaction` VALUES ('0', '68', 'com.liferay.portal.kernel.model.LayoutBranch', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '69', 'com.liferay.portal.kernel.model.LayoutBranch', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '70', 'com.liferay.portal.kernel.model.LayoutBranch', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '71', 'com.liferay.portal.kernel.model.Role', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '72', 'com.liferay.portal.kernel.model.Role', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '73', 'com.liferay.portal.kernel.model.Role', 'DEFINE_PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '74', 'com.liferay.portal.kernel.model.Role', 'ASSIGN_MEMBERS', '16'); INSERT INTO `resourceaction` VALUES ('0', '75', 'com.liferay.portal.kernel.model.Role', 'MANAGE_ANNOUNCEMENTS', '32'); INSERT INTO `resourceaction` VALUES ('0', '76', 'com.liferay.portal.kernel.model.Role', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '77', 'com.liferay.portal.kernel.model.Role', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '78', 'com.liferay.document.library.kernel.model.DLFileEntry', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '79', 'com.liferay.document.library.kernel.model.DLFileEntry', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '80', 'com.liferay.document.library.kernel.model.DLFileEntry', 'OVERRIDE_CHECKOUT', '8'); INSERT INTO `resourceaction` VALUES ('0', '81', 'com.liferay.document.library.kernel.model.DLFileEntry', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '82', 'com.liferay.document.library.kernel.model.DLFileEntry', 'DELETE_DISCUSSION', '32'); INSERT INTO `resourceaction` VALUES ('0', '83', 'com.liferay.document.library.kernel.model.DLFileEntry', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '84', 'com.liferay.document.library.kernel.model.DLFileEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '85', 'com.liferay.document.library.kernel.model.DLFileEntry', 'ADD_DISCUSSION', '128'); INSERT INTO `resourceaction` VALUES ('0', '86', 'com.liferay.portal.kernel.model.User', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '87', 'com.liferay.portal.kernel.model.User', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '88', 'com.liferay.portal.kernel.model.User', 'IMPERSONATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '89', 'com.liferay.portal.kernel.model.User', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '90', 'com.liferay.portal.kernel.model.User', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '91', 'com.liferay.portal.kernel.model.UserGroup', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '92', 'com.liferay.portal.kernel.model.UserGroup', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '93', 'com.liferay.portal.kernel.model.UserGroup', 'ASSIGN_MEMBERS', '8'); INSERT INTO `resourceaction` VALUES ('0', '94', 'com.liferay.portal.kernel.model.UserGroup', 'VIEW_MEMBERS', '16'); INSERT INTO `resourceaction` VALUES ('0', '95', 'com.liferay.portal.kernel.model.UserGroup', 'MANAGE_ANNOUNCEMENTS', '32'); INSERT INTO `resourceaction` VALUES ('0', '96', 'com.liferay.portal.kernel.model.UserGroup', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '97', 'com.liferay.portal.kernel.model.UserGroup', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '101', 'com.liferay.asset.kernel.model.AssetCategory', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '102', 'com.liferay.asset.kernel.model.AssetCategory', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '103', 'com.liferay.asset.kernel.model.AssetCategory', 'ADD_CATEGORY', '8'); INSERT INTO `resourceaction` VALUES ('0', '104', 'com.liferay.asset.kernel.model.AssetCategory', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '105', 'com.liferay.asset.kernel.model.AssetCategory', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '106', 'com.liferay.portal.kernel.model.LayoutSetBranch', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '107', 'com.liferay.portal.kernel.model.LayoutSetBranch', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '108', 'com.liferay.portal.kernel.model.LayoutSetBranch', 'MERGE', '8'); INSERT INTO `resourceaction` VALUES ('0', '109', 'com.liferay.portal.kernel.model.LayoutSetBranch', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '110', 'com.liferay.asset.kernel.model.AssetVocabulary', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '111', 'com.liferay.asset.kernel.model.AssetVocabulary', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '112', 'com.liferay.asset.kernel.model.AssetVocabulary', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '113', 'com.liferay.asset.kernel.model.AssetVocabulary', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '114', 'com.liferay.document.library.kernel.model.DLFolder', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '115', 'com.liferay.document.library.kernel.model.DLFolder', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '116', 'com.liferay.document.library.kernel.model.DLFolder', 'ADD_SUBFOLDER', '8'); INSERT INTO `resourceaction` VALUES ('0', '117', 'com.liferay.document.library.kernel.model.DLFolder', 'ADD_SHORTCUT', '16'); INSERT INTO `resourceaction` VALUES ('0', '118', 'com.liferay.document.library.kernel.model.DLFolder', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '119', 'com.liferay.document.library.kernel.model.DLFolder', 'ADD_DOCUMENT', '64'); INSERT INTO `resourceaction` VALUES ('0', '120', 'com.liferay.document.library.kernel.model.DLFolder', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '121', 'com.liferay.document.library.kernel.model.DLFolder', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '122', 'com.liferay.document.library.kernel.model.DLFolder', 'ACCESS', '256'); INSERT INTO `resourceaction` VALUES ('0', '123', 'com.liferay.portal.kernel.model.Layout', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '124', 'com.liferay.portal.kernel.model.Layout', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '125', 'com.liferay.portal.kernel.model.Layout', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '126', 'com.liferay.portal.kernel.model.Layout', 'UPDATE_LAYOUT_CONTENT', '16'); INSERT INTO `resourceaction` VALUES ('0', '127', 'com.liferay.portal.kernel.model.Layout', 'CUSTOMIZE', '32'); INSERT INTO `resourceaction` VALUES ('0', '128', 'com.liferay.portal.kernel.model.Layout', 'ADD_LAYOUT', '64'); INSERT INTO `resourceaction` VALUES ('0', '129', 'com.liferay.portal.kernel.model.Layout', 'DELETE_DISCUSSION', '128'); INSERT INTO `resourceaction` VALUES ('0', '130', 'com.liferay.portal.kernel.model.Layout', 'CONFIGURE_PORTLETS', '256'); INSERT INTO `resourceaction` VALUES ('0', '131', 'com.liferay.portal.kernel.model.Layout', 'UPDATE', '512'); INSERT INTO `resourceaction` VALUES ('0', '132', 'com.liferay.portal.kernel.model.Layout', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '133', 'com.liferay.portal.kernel.model.Layout', 'ADD_DISCUSSION', '1024'); INSERT INTO `resourceaction` VALUES ('0', '134', 'com.liferay.document.library.kernel.model.DLFileEntryType', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '135', 'com.liferay.document.library.kernel.model.DLFileEntryType', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '136', 'com.liferay.document.library.kernel.model.DLFileEntryType', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '137', 'com.liferay.document.library.kernel.model.DLFileEntryType', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '138', 'com.liferay.portal.kernel.model.Team', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '139', 'com.liferay.portal.kernel.model.Team', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '140', 'com.liferay.portal.kernel.model.Team', 'ASSIGN_MEMBERS', '8'); INSERT INTO `resourceaction` VALUES ('0', '141', 'com.liferay.portal.kernel.model.Team', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '142', 'com.liferay.portal.kernel.model.Team', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '143', 'com.liferay.portal.kernel.model.PasswordPolicy', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '144', 'com.liferay.portal.kernel.model.PasswordPolicy', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '145', 'com.liferay.portal.kernel.model.PasswordPolicy', 'ASSIGN_MEMBERS', '8'); INSERT INTO `resourceaction` VALUES ('0', '146', 'com.liferay.portal.kernel.model.PasswordPolicy', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '147', 'com.liferay.portal.kernel.model.PasswordPolicy', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '148', 'com.liferay.document.library.kernel.model.DLFileShortcut', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '149', 'com.liferay.document.library.kernel.model.DLFileShortcut', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '150', 'com.liferay.document.library.kernel.model.DLFileShortcut', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '151', 'com.liferay.document.library.kernel.model.DLFileShortcut', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '152', 'com.liferay.expando.kernel.model.ExpandoColumn', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '153', 'com.liferay.expando.kernel.model.ExpandoColumn', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '154', 'com.liferay.expando.kernel.model.ExpandoColumn', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '155', 'com.liferay.expando.kernel.model.ExpandoColumn', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '156', '90', 'VIEW_CONTROL_PANEL', '2'); INSERT INTO `resourceaction` VALUES ('0', '157', '90', 'ADD_GENERAL_ANNOUNCEMENTS', '4'); INSERT INTO `resourceaction` VALUES ('0', '158', '90', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '159', '90', 'ADD_DISPATCH_TRIGGER', '16'); INSERT INTO `resourceaction` VALUES ('0', '160', '90', 'UNLINK_LAYOUT_SET_PROTOTYPE', '32'); INSERT INTO `resourceaction` VALUES ('0', '161', '90', 'ADD_USER', '64'); INSERT INTO `resourceaction` VALUES ('0', '162', '90', 'ADD_ROLE', '128'); INSERT INTO `resourceaction` VALUES ('0', '163', '90', 'EXPORT_USER', '256'); INSERT INTO `resourceaction` VALUES ('0', '164', '90', 'ADD_LICENSE', '512'); INSERT INTO `resourceaction` VALUES ('0', '165', '90', 'ADD_ORGANIZATION', '1024'); INSERT INTO `resourceaction` VALUES ('0', '166', '90', 'ADD_USER_GROUP', '2048'); INSERT INTO `resourceaction` VALUES ('0', '167', '90', 'ADD_LAYOUT_PROTOTYPE', '4096'); INSERT INTO `resourceaction` VALUES ('0', '168', '90', 'ADD_COMMUNITY', '8192'); INSERT INTO `resourceaction` VALUES ('0', '169', '90', 'ADD_LAYOUT_SET_PROTOTYPE', '16384'); INSERT INTO `resourceaction` VALUES ('0', '170', '90', 'IMPERSONATE', '32768'); INSERT INTO `resourceaction` VALUES ('0', '171', '90', 'ADD_PASSWORD_POLICY', '65536'); INSERT INTO `resourceaction` VALUES ('0', '201', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '202', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '203', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '204', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '205', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '206', 'com.liferay.oauth2.provider', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '207', 'com.liferay.oauth2.provider', 'ADD_APPLICATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '208', 'com.liferay.oauth2.provider.model.OAuth2Application', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '209', 'com.liferay.oauth2.provider.model.OAuth2Application', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '210', 'com.liferay.oauth2.provider.model.OAuth2Application', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '211', 'com.liferay.oauth2.provider.model.OAuth2Application', 'CREATE_TOKEN', '16'); INSERT INTO `resourceaction` VALUES ('0', '212', 'com.liferay.oauth2.provider.model.OAuth2Application', 'REVOKE_TOKEN', '32'); INSERT INTO `resourceaction` VALUES ('0', '213', 'com.liferay.oauth2.provider.model.OAuth2Application', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '301', 'com_liferay_journal_web_portlet_JournalPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '302', 'com_liferay_journal_web_portlet_JournalPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '303', 'com_liferay_journal_web_portlet_JournalPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '304', 'com_liferay_journal_web_portlet_JournalPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '305', 'com_liferay_journal_web_portlet_JournalPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '306', 'com.liferay.journal.model.JournalFeed', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '307', 'com.liferay.journal.model.JournalFeed', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '308', 'com.liferay.journal.model.JournalFeed', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '309', 'com.liferay.journal.model.JournalFeed', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '310', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '311', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '312', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '313', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '314', 'com.liferay.journal.model.JournalArticle', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '315', 'com.liferay.journal.model.JournalArticle', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '316', 'com.liferay.journal.model.JournalArticle', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '317', 'com.liferay.journal.model.JournalArticle', 'EXPIRE', '16'); INSERT INTO `resourceaction` VALUES ('0', '318', 'com.liferay.journal.model.JournalArticle', 'DELETE_DISCUSSION', '32'); INSERT INTO `resourceaction` VALUES ('0', '319', 'com.liferay.journal.model.JournalArticle', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '320', 'com.liferay.journal.model.JournalArticle', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '321', 'com.liferay.journal.model.JournalArticle', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '322', 'com.liferay.journal.model.JournalArticle', 'ADD_DISCUSSION', '256'); INSERT INTO `resourceaction` VALUES ('0', '323', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '324', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '325', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '326', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '327', 'com.liferay.journal', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '328', 'com.liferay.journal', 'ADD_FEED', '4'); INSERT INTO `resourceaction` VALUES ('0', '329', 'com.liferay.journal', 'ADD_TEMPLATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '330', 'com.liferay.journal', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '331', 'com.liferay.journal', 'ADD_ARTICLE', '32'); INSERT INTO `resourceaction` VALUES ('0', '332', 'com.liferay.journal', 'SUBSCRIBE', '64'); INSERT INTO `resourceaction` VALUES ('0', '333', 'com.liferay.journal', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '334', 'com.liferay.journal', 'ADD_FOLDER', '128'); INSERT INTO `resourceaction` VALUES ('0', '335', 'com.liferay.journal', 'ADD_STRUCTURE', '256'); INSERT INTO `resourceaction` VALUES ('0', '336', 'com.liferay.journal.model.JournalFolder', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '337', 'com.liferay.journal.model.JournalFolder', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '338', 'com.liferay.journal.model.JournalFolder', 'ADD_SUBFOLDER', '8'); INSERT INTO `resourceaction` VALUES ('0', '339', 'com.liferay.journal.model.JournalFolder', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '340', 'com.liferay.journal.model.JournalFolder', 'ADD_ARTICLE', '32'); INSERT INTO `resourceaction` VALUES ('0', '341', 'com.liferay.journal.model.JournalFolder', 'SUBSCRIBE', '64'); INSERT INTO `resourceaction` VALUES ('0', '342', 'com.liferay.journal.model.JournalFolder', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '343', 'com.liferay.journal.model.JournalFolder', 'ACCESS', '128'); INSERT INTO `resourceaction` VALUES ('0', '401', '90', 'ADD_COMMERCE_BOM_DEFINITION', '131072'); INSERT INTO `resourceaction` VALUES ('0', '402', '90', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '403', '90', 'ADD_COMMERCE_BOM_FOLDER', '262144'); INSERT INTO `resourceaction` VALUES ('0', '404', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '405', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '406', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '407', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '408', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '409', 'com.liferay.commerce.bom.model.CommerceBOMFolder', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '410', 'com.liferay.commerce.bom.model.CommerceBOMFolder', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '411', 'com.liferay.commerce.bom.model.CommerceBOMFolder', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '412', 'com.liferay.commerce.bom.model.CommerceBOMFolder', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '413', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '414', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '415', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '416', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '501', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '502', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '503', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '504', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '505', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '506', 'com.liferay.asset.list.model.AssetListEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '507', 'com.liferay.asset.list.model.AssetListEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '508', 'com.liferay.asset.list.model.AssetListEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '509', 'com.liferay.asset.list.model.AssetListEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '601', 'com.liferay.asset.list', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '602', 'com.liferay.asset.list', 'ADD_ASSET_LIST_ENTRY', '4'); INSERT INTO `resourceaction` VALUES ('0', '603', 'com.liferay.asset.list', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '604', 'com.liferay.asset.list', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '701', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '702', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '703', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '704', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '705', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '706', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '707', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '708', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '709', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '710', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '711', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '712', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '713', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '714', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '715', 'com.liferay.commerce.notification', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '716', 'com.liferay.commerce.notification', 'DELETE_COMMERCE_NOTIFICATION_QUEUE_ENTRY', '4'); INSERT INTO `resourceaction` VALUES ('0', '717', 'com.liferay.commerce.notification', 'RESEND_COMMERCE_NOTIFICATION_QUEUE_ENTRY', '8'); INSERT INTO `resourceaction` VALUES ('0', '718', 'com.liferay.commerce.notification', 'VIEW_COMMERCE_NOTIFICATION_QUEUE_ENTRIES', '16'); INSERT INTO `resourceaction` VALUES ('0', '719', 'com.liferay.commerce.notification', 'ADD_COMMERCE_NOTIFICATION_TEMPLATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '720', 'com.liferay.commerce.notification', 'VIEW_COMMERCE_NOTIFICATION_TEMPLATES', '64'); INSERT INTO `resourceaction` VALUES ('0', '801', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '802', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '803', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '804', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '805', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '806', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '807', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '808', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '809', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '810', 'com.liferay.layout.seo', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '811', 'com.liferay.layout.seo', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '901', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '902', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '903', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '904', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '905', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '906', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '907', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '908', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '909', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '910', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '911', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '912', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '913', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '914', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'VIEW_DATA_RECORD', '2'); INSERT INTO `resourceaction` VALUES ('0', '915', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'ADD_DATA_RECORD', '4'); INSERT INTO `resourceaction` VALUES ('0', '916', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'DELETE', '8'); INSERT INTO `resourceaction` VALUES ('0', '917', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '918', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '919', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'EXPORT_DATA_RECORDS', '64'); INSERT INTO `resourceaction` VALUES ('0', '920', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'UPDATE_DATA_RECORD', '128'); INSERT INTO `resourceaction` VALUES ('0', '921', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '922', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'DELETE_DATA_RECORD', '256'); INSERT INTO `resourceaction` VALUES ('0', '923', 'com.liferay.app.builder.model.AppBuilderApp', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '924', 'com.liferay.app.builder.model.AppBuilderApp', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '925', 'com.liferay.app.builder.model.AppBuilderApp', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '926', 'com.liferay.app.builder.model.AppBuilderApp', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '927', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '928', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '929', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '930', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '931', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'VIEW_DATA_RECORD', '2'); INSERT INTO `resourceaction` VALUES ('0', '932', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'ADD_DATA_RECORD', '4'); INSERT INTO `resourceaction` VALUES ('0', '933', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'DELETE', '8'); INSERT INTO `resourceaction` VALUES ('0', '934', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '935', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '936', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'EXPORT_DATA_RECORDS', '64'); INSERT INTO `resourceaction` VALUES ('0', '937', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'UPDATE_DATA_RECORD', '128'); INSERT INTO `resourceaction` VALUES ('0', '938', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '939', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', 'DELETE_DATA_RECORD', '256'); INSERT INTO `resourceaction` VALUES ('0', '940', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '941', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '942', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '943', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '944', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '945', 'com.liferay.app.builder', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '946', 'com.liferay.app.builder', 'MANAGE', '4'); INSERT INTO `resourceaction` VALUES ('0', '947', 'com.liferay.app.builder', 'ADD_APP', '8'); INSERT INTO `resourceaction` VALUES ('0', '948', 'com.liferay.app.builder', 'ADD_DATA_RECORD_COLLECTION', '16'); INSERT INTO `resourceaction` VALUES ('0', '949', 'com.liferay.app.builder', 'ADD_DATA_DEFINITION', '32'); INSERT INTO `resourceaction` VALUES ('0', '1001', 'com_liferay_wiki_web_portlet_WikiPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1002', 'com_liferay_wiki_web_portlet_WikiPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1003', 'com_liferay_wiki_web_portlet_WikiPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1004', 'com_liferay_wiki_web_portlet_WikiPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1005', 'com_liferay_wiki_web_portlet_WikiPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1006', 'com.liferay.wiki.model.WikiPage', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '1007', 'com.liferay.wiki.model.WikiPage', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '1008', 'com.liferay.wiki.model.WikiPage', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1009', 'com.liferay.wiki.model.WikiPage', 'DELETE_DISCUSSION', '16'); INSERT INTO `resourceaction` VALUES ('0', '1010', 'com.liferay.wiki.model.WikiPage', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '1011', 'com.liferay.wiki.model.WikiPage', 'SUBSCRIBE', '64'); INSERT INTO `resourceaction` VALUES ('0', '1012', 'com.liferay.wiki.model.WikiPage', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1013', 'com.liferay.wiki.model.WikiPage', 'ADD_DISCUSSION', '128'); INSERT INTO `resourceaction` VALUES ('0', '1014', 'com.liferay.wiki', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1015', 'com.liferay.wiki', 'ADD_NODE', '4'); INSERT INTO `resourceaction` VALUES ('0', '1016', 'com.liferay.wiki.model.WikiNode', 'ADD_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1017', 'com.liferay.wiki.model.WikiNode', 'IMPORT', '4'); INSERT INTO `resourceaction` VALUES ('0', '1018', 'com.liferay.wiki.model.WikiNode', 'DELETE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1019', 'com.liferay.wiki.model.WikiNode', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '1020', 'com.liferay.wiki.model.WikiNode', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '1021', 'com.liferay.wiki.model.WikiNode', 'ADD_ATTACHMENT', '64'); INSERT INTO `resourceaction` VALUES ('0', '1022', 'com.liferay.wiki.model.WikiNode', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '1023', 'com.liferay.wiki.model.WikiNode', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1024', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1025', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1026', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1027', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1028', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1101', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1102', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1103', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1104', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1105', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1106', 'com.liferay.depot.model.DepotEntry', 'ASSIGN_USER_ROLES', '2'); INSERT INTO `resourceaction` VALUES ('0', '1107', 'com.liferay.depot.model.DepotEntry', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '1108', 'com.liferay.depot.model.DepotEntry', 'VIEW_SITE_ADMINISTRATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '1109', 'com.liferay.depot.model.DepotEntry', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '1110', 'com.liferay.depot.model.DepotEntry', 'ASSIGN_MEMBERS', '32'); INSERT INTO `resourceaction` VALUES ('0', '1111', 'com.liferay.depot.model.DepotEntry', 'VIEW_MEMBERS', '64'); INSERT INTO `resourceaction` VALUES ('0', '1112', 'com.liferay.depot.model.DepotEntry', 'UPDATE', '128'); INSERT INTO `resourceaction` VALUES ('0', '1113', 'com.liferay.depot.model.DepotEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1114', 'com.liferay.depot', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1115', 'com.liferay.depot', 'ADD_DEPOT_ENTRY', '4'); INSERT INTO `resourceaction` VALUES ('0', '1116', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1117', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1118', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1119', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1120', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1201', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1202', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1203', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1204', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1205', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1206', 'com.liferay.commerce.machine.learning.forecast.alert', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1207', 'com.liferay.commerce.machine.learning.forecast.alert', 'VIEW_ALERTS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1208', 'com.liferay.commerce.machine.learning.forecast.alert', 'MANAGE_ALERT_STATUS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1209', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1210', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1211', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1212', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1213', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1214', 'com.liferay.style.book', 'MANAGE_STYLE_BOOK_ENTRIES', '2'); INSERT INTO `resourceaction` VALUES ('0', '1215', 'com.liferay.style.book', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1301', 'com.liferay.commerce.application.model.CommerceApplicationModel', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1302', 'com.liferay.commerce.application.model.CommerceApplicationModel', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1303', 'com.liferay.commerce.application.model.CommerceApplicationModel', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1304', 'com.liferay.commerce.application.model.CommerceApplicationModel', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1305', 'com.liferay.commerce.application.model.CommerceApplicationBrand', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1306', 'com.liferay.commerce.application.model.CommerceApplicationBrand', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1307', 'com.liferay.commerce.application.model.CommerceApplicationBrand', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1308', 'com.liferay.commerce.application.model.CommerceApplicationBrand', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1309', '90', 'ADD_COMMERCE_BRAND', '524288'); INSERT INTO `resourceaction` VALUES ('0', '1310', '90', 'ADD_COMMERCE_MODEL', '1048576'); INSERT INTO `resourceaction` VALUES ('0', '1401', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1402', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1403', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1404', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1405', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1406', 'com.liferay.commerce.discount.model.CommerceDiscount', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1407', 'com.liferay.commerce.discount.model.CommerceDiscount', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1408', 'com.liferay.commerce.discount.model.CommerceDiscount', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1409', 'com.liferay.commerce.discount.model.CommerceDiscount', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1501', '90', 'ADD_COMMERCE_DISCOUNT', '2097152'); INSERT INTO `resourceaction` VALUES ('0', '1502', '90', 'VIEW_COMMERCE_DISCOUNTS', '4194304'); INSERT INTO `resourceaction` VALUES ('0', '1503', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1504', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1505', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1506', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1507', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1508', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1509', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1510', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1511', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1512', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1601', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1602', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1603', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1604', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1605', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1606', 'com.liferay.account.model.AccountEntry', 'VIEW_USERS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1607', 'com.liferay.account.model.AccountEntry', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '1608', 'com.liferay.account.model.AccountEntry', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1609', 'com.liferay.account.model.AccountEntry', 'MANAGE_ORGANIZATIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '1610', 'com.liferay.account.model.AccountEntry', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '1611', 'com.liferay.account.model.AccountEntry', 'MANAGE_USERS', '64'); INSERT INTO `resourceaction` VALUES ('0', '1612', 'com.liferay.account.model.AccountEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1613', 'com.liferay.account.model.AccountEntry', 'VIEW_ORGANIZATIONS', '128'); INSERT INTO `resourceaction` VALUES ('0', '1614', 'com.liferay.account', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1615', 'com.liferay.account', 'ADD_ACCOUNT_ENTRY', '4'); INSERT INTO `resourceaction` VALUES ('0', '1616', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1617', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1618', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1619', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1620', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1621', 'com.liferay.portal.kernel.model.Organization', 'MANAGE_SUBORGANIZATIONS_ACCOUNTS', '2048'); INSERT INTO `resourceaction` VALUES ('0', '1622', 'com.liferay.portal.kernel.model.Organization', 'MANAGE_ACCOUNTS', '4096'); INSERT INTO `resourceaction` VALUES ('0', '1701', '90', 'ADD_COMMERCE_DATA_INTEGRATION_PROCESS', '8388608'); INSERT INTO `resourceaction` VALUES ('0', '1702', 'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1703', 'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1704', 'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1705', 'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1706', 'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1707', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1708', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1709', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1710', 'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1801', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1802', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1803', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1804', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1805', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1806', 'com.liferay.change.tracking.model.CTCollection', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1807', 'com.liferay.change.tracking.model.CTCollection', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1808', 'com.liferay.change.tracking.model.CTCollection', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1809', 'com.liferay.change.tracking.model.CTCollection', 'PUBLISH', '16'); INSERT INTO `resourceaction` VALUES ('0', '1810', 'com.liferay.change.tracking.model.CTCollection', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1811', 'com.liferay.change.tracking', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1812', 'com.liferay.change.tracking', 'ADD_PUBLICATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1901', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1902', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1903', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1904', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1905', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1906', 'com.liferay.segments', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '1907', 'com.liferay.segments', 'MANAGE_SEGMENTS_ENTRIES', '4'); INSERT INTO `resourceaction` VALUES ('0', '1908', 'com.liferay.segments', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1909', 'com.liferay.segments', 'SIMULATE_SEGMENTS_ENTRIES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1910', 'com.liferay.segments', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1911', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1912', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '1913', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1914', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '1915', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1916', 'com.liferay.segments.model.SegmentsExperience', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1917', 'com.liferay.segments.model.SegmentsExperience', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1918', 'com.liferay.segments.model.SegmentsExperience', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1919', 'com.liferay.segments.model.SegmentsExperience', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1920', 'com.liferay.segments.model.SegmentsEntry', 'ASSIGN_USER_ROLES', '2'); INSERT INTO `resourceaction` VALUES ('0', '1921', 'com.liferay.segments.model.SegmentsEntry', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '1922', 'com.liferay.segments.model.SegmentsEntry', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '1923', 'com.liferay.segments.model.SegmentsEntry', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '1924', 'com.liferay.segments.model.SegmentsEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '1925', 'com.liferay.segments.model.SegmentsExperiment', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '1926', 'com.liferay.segments.model.SegmentsExperiment', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '1927', 'com.liferay.segments.model.SegmentsExperiment', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '1928', 'com.liferay.segments.model.SegmentsExperiment', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2001', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2002', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2003', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2004', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2005', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2006', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2007', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2008', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2009', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2010', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2011', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2012', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2013', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2101', 'com.liferay.mobile.device.rules', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2102', 'com.liferay.mobile.device.rules', 'ADD_RULE_GROUP', '4'); INSERT INTO `resourceaction` VALUES ('0', '2103', 'com.liferay.mobile.device.rules', 'ADD_RULE_GROUP_INSTANCE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2104', 'com.liferay.mobile.device.rules', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '2105', 'com.liferay.mobile.device.rules', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2201', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2202', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2203', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2204', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2205', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2206', 'com.liferay.bookmarks', 'ADD_ENTRY', '2'); INSERT INTO `resourceaction` VALUES ('0', '2207', 'com.liferay.bookmarks', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2208', 'com.liferay.bookmarks', 'SUBSCRIBE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2209', 'com.liferay.bookmarks', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2210', 'com.liferay.bookmarks', 'ADD_FOLDER', '16'); INSERT INTO `resourceaction` VALUES ('0', '2211', 'com.liferay.bookmarks.model.BookmarksEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2212', 'com.liferay.bookmarks.model.BookmarksEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2213', 'com.liferay.bookmarks.model.BookmarksEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2214', 'com.liferay.bookmarks.model.BookmarksEntry', 'SUBSCRIBE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2215', 'com.liferay.bookmarks.model.BookmarksEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2216', 'com.liferay.bookmarks.model.BookmarksFolder', 'ADD_ENTRY', '2'); INSERT INTO `resourceaction` VALUES ('0', '2217', 'com.liferay.bookmarks.model.BookmarksFolder', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '2218', 'com.liferay.bookmarks.model.BookmarksFolder', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2219', 'com.liferay.bookmarks.model.BookmarksFolder', 'ADD_SUBFOLDER', '16'); INSERT INTO `resourceaction` VALUES ('0', '2220', 'com.liferay.bookmarks.model.BookmarksFolder', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '2221', 'com.liferay.bookmarks.model.BookmarksFolder', 'SUBSCRIBE', '64'); INSERT INTO `resourceaction` VALUES ('0', '2222', 'com.liferay.bookmarks.model.BookmarksFolder', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2223', 'com.liferay.bookmarks.model.BookmarksFolder', 'ACCESS', '128'); INSERT INTO `resourceaction` VALUES ('0', '2224', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2225', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2226', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2227', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2228', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2301', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2302', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2303', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2304', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2305', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2306', 'com.liferay.knowledge.base.admin', 'VIEW_SUGGESTIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2307', 'com.liferay.knowledge.base.admin', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2308', 'com.liferay.knowledge.base.admin', 'UPDATE_KB_ARTICLES_PRIORITIES', '8'); INSERT INTO `resourceaction` VALUES ('0', '2309', 'com.liferay.knowledge.base.admin', 'ADD_KB_ARTICLE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2310', 'com.liferay.knowledge.base.admin', 'DELETE_KB_TEMPLATES', '32'); INSERT INTO `resourceaction` VALUES ('0', '2311', 'com.liferay.knowledge.base.admin', 'ADD_KB_FOLDER', '64'); INSERT INTO `resourceaction` VALUES ('0', '2312', 'com.liferay.knowledge.base.admin', 'IMPORT_KB_ARTICLES', '128'); INSERT INTO `resourceaction` VALUES ('0', '2313', 'com.liferay.knowledge.base.admin', 'DELETE_KB_ARTICLES', '256'); INSERT INTO `resourceaction` VALUES ('0', '2314', 'com.liferay.knowledge.base.admin', 'ADD_KB_TEMPLATE', '512'); INSERT INTO `resourceaction` VALUES ('0', '2315', 'com.liferay.knowledge.base.admin', 'SUBSCRIBE', '1024'); INSERT INTO `resourceaction` VALUES ('0', '2316', 'com.liferay.knowledge.base.admin', 'VIEW_KB_TEMPLATES', '2048'); INSERT INTO `resourceaction` VALUES ('0', '2317', 'com.liferay.knowledge.base.model.KBFolder', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2318', 'com.liferay.knowledge.base.model.KBFolder', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2319', 'com.liferay.knowledge.base.model.KBFolder', 'ADD_KB_ARTICLE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2320', 'com.liferay.knowledge.base.model.KBFolder', 'ADD_KB_FOLDER', '16'); INSERT INTO `resourceaction` VALUES ('0', '2321', 'com.liferay.knowledge.base.model.KBFolder', 'MOVE_KB_FOLDER', '32'); INSERT INTO `resourceaction` VALUES ('0', '2322', 'com.liferay.knowledge.base.model.KBFolder', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '2323', 'com.liferay.knowledge.base.model.KBFolder', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2324', 'com.liferay.knowledge.base.model.KBTemplate', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2325', 'com.liferay.knowledge.base.model.KBTemplate', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2326', 'com.liferay.knowledge.base.model.KBTemplate', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2327', 'com.liferay.knowledge.base.model.KBTemplate', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2328', 'com.liferay.knowledge.base.model.KBArticle', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2329', 'com.liferay.knowledge.base.model.KBArticle', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2330', 'com.liferay.knowledge.base.model.KBArticle', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2331', 'com.liferay.knowledge.base.model.KBArticle', 'MOVE_KB_ARTICLE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2332', 'com.liferay.knowledge.base.model.KBArticle', 'SUBSCRIBE', '32'); INSERT INTO `resourceaction` VALUES ('0', '2333', 'com.liferay.knowledge.base.model.KBArticle', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2334', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2335', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2336', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2337', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2338', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2339', 'com.liferay.knowledge.base.display', 'ADMINISTRATOR', '2'); INSERT INTO `resourceaction` VALUES ('0', '2340', 'com.liferay.knowledge.base.display', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2341', 'com.liferay.knowledge.base.display', 'ADD_KB_ARTICLE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2342', 'com.liferay.knowledge.base.display', 'ADD_KB_TEMPLATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2343', 'com.liferay.knowledge.base.display', 'SUBSCRIBE', '32'); INSERT INTO `resourceaction` VALUES ('0', '2344', 'com.liferay.knowledge.base.display', 'VIEW_KB_TEMPLATES', '64'); INSERT INTO `resourceaction` VALUES ('0', '2401', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2402', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2403', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2404', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2405', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2406', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2407', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2408', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2409', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2410', 'com.liferay.site.navigation.model.SiteNavigationMenu', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2411', 'com.liferay.site.navigation.model.SiteNavigationMenu', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2412', 'com.liferay.site.navigation.model.SiteNavigationMenu', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2413', 'com.liferay.site.navigation.model.SiteNavigationMenu', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2414', 'com.liferay.site.navigation', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2415', 'com.liferay.site.navigation', 'ADD_SITE_NAVIGATION_MENU', '4'); INSERT INTO `resourceaction` VALUES ('0', '2501', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2502', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2503', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2504', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2505', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2506', 'com.liferay.commerce.order', 'CHECKOUT_OPEN_COMMERCE_ORDERS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2507', 'com.liferay.commerce.order', 'MANAGE_COMMERCE_ORDERS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2508', 'com.liferay.commerce.order', 'VIEW_COMMERCE_ORDERS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2509', 'com.liferay.commerce.order', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '2510', 'com.liferay.commerce.order', 'MANAGE_COMMERCE_ORDER_RESTRICTED_NOTES', '32'); INSERT INTO `resourceaction` VALUES ('0', '2511', 'com.liferay.commerce.order', 'APPROVE_OPEN_COMMERCE_ORDERS', '64'); INSERT INTO `resourceaction` VALUES ('0', '2512', 'com.liferay.commerce.order', 'DELETE_COMMERCE_ORDERS', '128'); INSERT INTO `resourceaction` VALUES ('0', '2513', 'com.liferay.commerce.order', 'MANAGE_COMMERCE_ORDER_NOTES', '256'); INSERT INTO `resourceaction` VALUES ('0', '2514', 'com.liferay.commerce.order', 'VIEW_OPEN_COMMERCE_ORDERS', '512'); INSERT INTO `resourceaction` VALUES ('0', '2515', 'com.liferay.commerce.order', 'ADD_COMMERCE_ORDER', '1024'); INSERT INTO `resourceaction` VALUES ('0', '2516', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2517', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2518', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2519', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2520', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2521', '90', 'MANAGE_COMMERCE_SHIPMENTS', '16777216'); INSERT INTO `resourceaction` VALUES ('0', '2522', '90', 'MANAGE_COMMERCE_HEALTH_STATUS', '33554432'); INSERT INTO `resourceaction` VALUES ('0', '2523', '90', 'MANAGE_COMMERCE_ORDER_PRICES', '67108864'); INSERT INTO `resourceaction` VALUES ('0', '2524', '90', 'MANAGE_COMMERCE_COUNTRIES', '134217728'); INSERT INTO `resourceaction` VALUES ('0', '2525', '90', 'MANAGE_COMMERCE_AVAILABILITY_ESTIMATES', '268435456'); INSERT INTO `resourceaction` VALUES ('0', '2526', '90', 'MANAGE_COMMERCE_SUBSCRIPTIONS', '536870912'); INSERT INTO `resourceaction` VALUES ('0', '2527', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2528', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2529', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2530', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2531', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2601', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2602', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2603', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2604', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2605', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2606', 'com.liferay.blogs', 'ADD_ENTRY', '2'); INSERT INTO `resourceaction` VALUES ('0', '2607', 'com.liferay.blogs', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2608', 'com.liferay.blogs', 'SUBSCRIBE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2609', 'com.liferay.blogs.model.BlogsEntry', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '2610', 'com.liferay.blogs.model.BlogsEntry', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '2611', 'com.liferay.blogs.model.BlogsEntry', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2612', 'com.liferay.blogs.model.BlogsEntry', 'DELETE_DISCUSSION', '16'); INSERT INTO `resourceaction` VALUES ('0', '2613', 'com.liferay.blogs.model.BlogsEntry', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '2614', 'com.liferay.blogs.model.BlogsEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2615', 'com.liferay.blogs.model.BlogsEntry', 'ADD_DISCUSSION', '64'); INSERT INTO `resourceaction` VALUES ('0', '2616', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2617', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2618', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2619', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2620', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2701', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2702', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2703', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2704', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2705', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2706', 'com.liferay.push.notifications', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2707', 'com.liferay.push.notifications', 'MANAGE_DEVICES', '4'); INSERT INTO `resourceaction` VALUES ('0', '2708', 'com.liferay.push.notifications', 'SEND_PUSH_NOTIFICATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '2801', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2802', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2803', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2804', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2805', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2806', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2807', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2808', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2809', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2810', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2811', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2812', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'SUBMIT', '8'); INSERT INTO `resourceaction` VALUES ('0', '2813', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2814', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'COMPLETE_FORM', '32'); INSERT INTO `resourceaction` VALUES ('0', '2815', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2816', 'com.liferay.portal.workflow.kaleo.forms', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2817', 'com.liferay.portal.workflow.kaleo.forms', 'ADD_PROCESS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2818', 'com.liferay.portal.workflow.kaleo.forms', 'ADD_TEMPLATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2819', 'com.liferay.portal.workflow.kaleo.forms', 'ADD_STRUCTURE', '16'); INSERT INTO `resourceaction` VALUES ('0', '2820', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2821', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2822', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2823', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2824', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2825', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2826', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2827', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2828', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2829', 'com.liferay.portal.security.service.access.policy', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2830', 'com.liferay.portal.security.service.access.policy', 'ADD_SAP_ENTRY', '4'); INSERT INTO `resourceaction` VALUES ('0', '2831', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2832', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2833', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2834', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2901', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2902', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2903', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2904', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2905', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2906', 'com.liferay.portal.workflow.kaleo.designer', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '2907', 'com.liferay.portal.workflow.kaleo.designer', 'ADD_NEW_WORKFLOW', '4'); INSERT INTO `resourceaction` VALUES ('0', '2908', 'com.liferay.portal.workflow.kaleo.designer', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2909', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2910', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '2911', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '2912', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '2913', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '2914', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '2915', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '2916', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '2917', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3001', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3002', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3003', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3004', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3005', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3006', 'com.liferay.calendar.model.CalendarResource', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3007', 'com.liferay.calendar.model.CalendarResource', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3008', 'com.liferay.calendar.model.CalendarResource', 'ADD_CALENDAR', '8'); INSERT INTO `resourceaction` VALUES ('0', '3009', 'com.liferay.calendar.model.CalendarResource', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '3010', 'com.liferay.calendar.model.CalendarResource', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3011', 'com.liferay.calendar.model.CalendarBooking', 'UPDATE_DISCUSSION', '2'); INSERT INTO `resourceaction` VALUES ('0', '3012', 'com.liferay.calendar.model.CalendarBooking', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3013', 'com.liferay.calendar.model.CalendarBooking', 'DELETE_DISCUSSION', '8'); INSERT INTO `resourceaction` VALUES ('0', '3014', 'com.liferay.calendar.model.CalendarBooking', 'ADD_DISCUSSION', '16'); INSERT INTO `resourceaction` VALUES ('0', '3015', 'com.liferay.calendar', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3016', 'com.liferay.calendar', 'ADD_RESOURCE', '4'); INSERT INTO `resourceaction` VALUES ('0', '3017', 'com.liferay.calendar.model.Calendar', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3018', 'com.liferay.calendar.model.Calendar', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3019', 'com.liferay.calendar.model.Calendar', 'MANAGE_BOOKINGS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3020', 'com.liferay.calendar.model.Calendar', 'VIEW_BOOKING_DETAILS', '16'); INSERT INTO `resourceaction` VALUES ('0', '3021', 'com.liferay.calendar.model.Calendar', 'UPDATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '3022', 'com.liferay.calendar.model.Calendar', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3101', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3102', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3103', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3104', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3105', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3106', 'com.liferay.layout.page.template', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3107', 'com.liferay.layout.page.template', 'ADD_LAYOUT_PAGE_TEMPLATE_COLLECTION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3108', 'com.liferay.layout.page.template', 'ADD_LAYOUT_PAGE_TEMPLATE_ENTRY', '8'); INSERT INTO `resourceaction` VALUES ('0', '3109', 'com.liferay.layout.page.template', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3110', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3111', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3112', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3113', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3114', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3115', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3116', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3117', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3201', 'com.liferay.commerce.product', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3202', 'com.liferay.commerce.product', 'VIEW_COMMERCE_PRODUCT_RULES', '4'); INSERT INTO `resourceaction` VALUES ('0', '3203', 'com.liferay.commerce.product', 'VIEW_PRICE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3204', 'com.liferay.commerce.product', 'MANAGE_COMMERCE_PRODUCT_ATTACHMENTS', '16'); INSERT INTO `resourceaction` VALUES ('0', '3205', 'com.liferay.commerce.product', 'MANAGE_COMMERCE_PRODUCT_IMAGES', '32'); INSERT INTO `resourceaction` VALUES ('0', '3206', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3207', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3208', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3209', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3210', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3211', 'com.liferay.commerce.product.model.CommerceCatalog', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3212', 'com.liferay.commerce.product.model.CommerceCatalog', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3213', 'com.liferay.commerce.product.model.CommerceCatalog', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3214', 'com.liferay.commerce.product.model.CommerceCatalog', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3215', 'com.liferay.commerce.product.model.CPSpecificationOption', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3216', 'com.liferay.commerce.product.model.CPSpecificationOption', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3217', 'com.liferay.commerce.product.model.CPSpecificationOption', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3218', 'com.liferay.commerce.product.model.CPSpecificationOption', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3219', 'com.liferay.commerce.product.model.CPOptionCategory', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3220', 'com.liferay.commerce.product.model.CPOptionCategory', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3221', 'com.liferay.commerce.product.model.CPOptionCategory', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3222', 'com.liferay.commerce.product.model.CPOptionCategory', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3223', 'com.liferay.commerce.product.model.CPOption', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3224', 'com.liferay.commerce.product.model.CPOption', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3225', 'com.liferay.commerce.product.model.CPOption', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3226', 'com.liferay.commerce.product.model.CPOption', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3227', '90', 'VIEW_COMMERCE_CATALOGS', '1073741824'); INSERT INTO `resourceaction` VALUES ('0', '3228', '90', 'ADD_COMMERCE_PRODUCT_OPTION_CATEGORY', '2147483648'); INSERT INTO `resourceaction` VALUES ('0', '3229', '90', 'ADD_COMMERCE_PRODUCT_SPECIFICATION_OPTION', '4294967296'); INSERT INTO `resourceaction` VALUES ('0', '3230', '90', 'ADD_COMMERCE_PRODUCT_OPTION', '8589934592'); INSERT INTO `resourceaction` VALUES ('0', '3231', '90', 'ADD_COMMERCE_CHANNEL', '17179869184'); INSERT INTO `resourceaction` VALUES ('0', '3232', '90', 'MANAGE_COMMERCE_PRODUCT_MEASUREMENT_UNITS', '34359738368'); INSERT INTO `resourceaction` VALUES ('0', '3233', '90', 'MANAGE_COMMERCE_PRODUCT_TAX_CATEGORIES', '68719476736'); INSERT INTO `resourceaction` VALUES ('0', '3234', '90', 'VIEW_COMMERCE_CHANNELS', '137438953472'); INSERT INTO `resourceaction` VALUES ('0', '3235', '90', 'ADD_COMMERCE_CATALOG', '274877906944'); INSERT INTO `resourceaction` VALUES ('0', '3236', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3237', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3238', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3239', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3240', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3241', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3242', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3243', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3244', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3245', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3246', 'com.liferay.commerce.product.model.CommerceChannel', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3247', 'com.liferay.commerce.product.model.CommerceChannel', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3248', 'com.liferay.commerce.product.model.CommerceChannel', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3249', 'com.liferay.commerce.product.model.CommerceChannel', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3250', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3251', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3252', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3253', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3254', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3255', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3256', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3257', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3258', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3259', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3301', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3302', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3303', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3304', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3305', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3306', 'com.liferay.fragment', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3307', 'com.liferay.fragment', 'MANAGE_FRAGMENT_ENTRIES', '4'); INSERT INTO `resourceaction` VALUES ('0', '3401', '90', 'MANAGE_COMMERCE_CURRENCIES', '549755813888'); INSERT INTO `resourceaction` VALUES ('0', '3501', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3502', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3503', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3504', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3505', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3506', 'com.liferay.commerce.price.list.model.CommercePriceList', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3507', 'com.liferay.commerce.price.list.model.CommercePriceList', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3508', 'com.liferay.commerce.price.list.model.CommercePriceList', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3509', 'com.liferay.commerce.price.list.model.CommercePriceList', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3510', '90', 'ADD_COMMERCE_PRICE_LIST', '1099511627776'); INSERT INTO `resourceaction` VALUES ('0', '3601', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3602', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3603', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3604', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3605', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3606', 'com.liferay.oauth.model.OAuthUser', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3607', 'com.liferay.oauth.model.OAuthUser', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3608', 'com.liferay.oauth.model.OAuthUser', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3609', 'com.liferay.oauth.model.OAuthUser', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3610', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3611', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3612', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3613', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3614', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3615', 'com.liferay.oauth.model.OAuthApplication', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3616', 'com.liferay.oauth.model.OAuthApplication', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3617', 'com.liferay.oauth.model.OAuthApplication', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3618', 'com.liferay.oauth.model.OAuthApplication', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3619', 'com.liferay.oauth', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3620', 'com.liferay.oauth', 'ADD_APPLICATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3701', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3702', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3703', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3704', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3705', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3706', 'com.liferay.marketplace', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3707', 'com.liferay.marketplace', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3708', 'com.liferay.marketplace', 'ACCESS_IN_CONTROL_PANEL', '8'); INSERT INTO `resourceaction` VALUES ('0', '3709', 'com.liferay.marketplace', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3710', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3711', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3712', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3713', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3714', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3715', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3716', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3717', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3718', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3719', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3801', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3802', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3803', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3804', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3805', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3806', 'com.liferay.microblogs.model.MicroblogsEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3807', 'com.liferay.microblogs.model.MicroblogsEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3808', 'com.liferay.microblogs.model.MicroblogsEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3809', 'com.liferay.microblogs.model.MicroblogsEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3810', 'com.liferay.microblogs', 'ADD_ENTRY', '2'); INSERT INTO `resourceaction` VALUES ('0', '3811', 'com.liferay.microblogs', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3812', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3813', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3814', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3815', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3816', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3901', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3902', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3903', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3904', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3905', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3906', 'com.liferay.dynamic.data.lists', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '3907', 'com.liferay.dynamic.data.lists', 'ADD_RECORD_SET', '4'); INSERT INTO `resourceaction` VALUES ('0', '3908', 'com.liferay.dynamic.data.lists', 'ADD_TEMPLATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3909', 'com.liferay.dynamic.data.lists', 'ADD_STRUCTURE', '16'); INSERT INTO `resourceaction` VALUES ('0', '3910', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3911', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3912', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3913', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3914', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3915', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3916', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '3917', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3918', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3919', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '3920', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', 'ADD_RECORD', '8'); INSERT INTO `resourceaction` VALUES ('0', '3921', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '3922', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '3923', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '3924', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '3925', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '3926', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '3927', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4001', 'com_liferay_message_boards_web_portlet_MBPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4002', 'com_liferay_message_boards_web_portlet_MBPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4003', 'com_liferay_message_boards_web_portlet_MBPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4004', 'com_liferay_message_boards_web_portlet_MBPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4005', 'com_liferay_message_boards_web_portlet_MBPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4006', 'com.liferay.message.boards.model.MBCategory', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4007', 'com.liferay.message.boards.model.MBCategory', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4008', 'com.liferay.message.boards.model.MBCategory', 'ADD_FILE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4009', 'com.liferay.message.boards.model.MBCategory', 'REPLY_TO_MESSAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4010', 'com.liferay.message.boards.model.MBCategory', 'LOCK_THREAD', '32'); INSERT INTO `resourceaction` VALUES ('0', '4011', 'com.liferay.message.boards.model.MBCategory', 'UPDATE', '64'); INSERT INTO `resourceaction` VALUES ('0', '4012', 'com.liferay.message.boards.model.MBCategory', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '4013', 'com.liferay.message.boards.model.MBCategory', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4014', 'com.liferay.message.boards.model.MBCategory', 'ADD_MESSAGE', '256'); INSERT INTO `resourceaction` VALUES ('0', '4015', 'com.liferay.message.boards.model.MBCategory', 'MOVE_THREAD', '512'); INSERT INTO `resourceaction` VALUES ('0', '4016', 'com.liferay.message.boards.model.MBCategory', 'ADD_SUBCATEGORY', '1024'); INSERT INTO `resourceaction` VALUES ('0', '4017', 'com.liferay.message.boards.model.MBCategory', 'UPDATE_THREAD_PRIORITY', '2048'); INSERT INTO `resourceaction` VALUES ('0', '4018', 'com.liferay.message.boards.model.MBThread', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4019', 'com.liferay.message.boards.model.MBThread', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4020', 'com.liferay.message.boards.model.MBThread', 'SUBSCRIBE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4021', 'com.liferay.message.boards.model.MBThread', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4022', 'com.liferay.message.boards.model.MBMessage', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4023', 'com.liferay.message.boards.model.MBMessage', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4024', 'com.liferay.message.boards.model.MBMessage', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4025', 'com.liferay.message.boards.model.MBMessage', 'SUBSCRIBE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4026', 'com.liferay.message.boards.model.MBMessage', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4027', 'com.liferay.message.boards', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4028', 'com.liferay.message.boards', 'ADD_FILE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4029', 'com.liferay.message.boards', 'BAN_USER', '8'); INSERT INTO `resourceaction` VALUES ('0', '4030', 'com.liferay.message.boards', 'ADD_CATEGORY', '16'); INSERT INTO `resourceaction` VALUES ('0', '4031', 'com.liferay.message.boards', 'REPLY_TO_MESSAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4032', 'com.liferay.message.boards', 'LOCK_THREAD', '64'); INSERT INTO `resourceaction` VALUES ('0', '4033', 'com.liferay.message.boards', 'SUBSCRIBE', '128'); INSERT INTO `resourceaction` VALUES ('0', '4034', 'com.liferay.message.boards', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4035', 'com.liferay.message.boards', 'ADD_MESSAGE', '256'); INSERT INTO `resourceaction` VALUES ('0', '4036', 'com.liferay.message.boards', 'MOVE_THREAD', '512'); INSERT INTO `resourceaction` VALUES ('0', '4037', 'com.liferay.message.boards', 'UPDATE_THREAD_PRIORITY', '1024'); INSERT INTO `resourceaction` VALUES ('0', '4038', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4039', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4040', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4041', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4042', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4101', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4102', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4103', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4104', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4105', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4106', 'com.liferay.commerce.account.model.CommerceAccountGroup', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4107', 'com.liferay.commerce.account.model.CommerceAccountGroup', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4108', 'com.liferay.commerce.account.model.CommerceAccountGroup', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4109', 'com.liferay.commerce.account.model.CommerceAccountGroup', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4110', '90', 'ADD_ACCOUNT', '2199023255552'); INSERT INTO `resourceaction` VALUES ('0', '4111', '90', 'ADD_ACCOUNT_GROUP', '4398046511104'); INSERT INTO `resourceaction` VALUES ('0', '4112', '90', 'MANAGE_AVAILABLE_ACCOUNTS', '8796093022208'); INSERT INTO `resourceaction` VALUES ('0', '4113', '90', 'VIEW_COMMERCE_ACCOUNT_GROUPS', '17592186044416'); INSERT INTO `resourceaction` VALUES ('0', '4114', '90', 'MANAGE_ALL_ACCOUNTS', '35184372088832'); INSERT INTO `resourceaction` VALUES ('0', '4115', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4116', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4117', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4118', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4119', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4120', 'com.liferay.commerce.account.model.CommerceAccount', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4121', 'com.liferay.commerce.account.model.CommerceAccount', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4122', 'com.liferay.commerce.account.model.CommerceAccount', 'VIEW_MEMBERS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4123', 'com.liferay.commerce.account.model.CommerceAccount', 'MANAGE_ORGANIZATIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '4124', 'com.liferay.commerce.account.model.CommerceAccount', 'MANAGE_ADDRESSES', '32'); INSERT INTO `resourceaction` VALUES ('0', '4125', 'com.liferay.commerce.account.model.CommerceAccount', 'MANAGE_MEMBERS', '64'); INSERT INTO `resourceaction` VALUES ('0', '4126', 'com.liferay.commerce.account.model.CommerceAccount', 'UPDATE', '128'); INSERT INTO `resourceaction` VALUES ('0', '4127', 'com.liferay.commerce.account.model.CommerceAccount', 'VIEW_ADDRESSES', '256'); INSERT INTO `resourceaction` VALUES ('0', '4128', 'com.liferay.commerce.account.model.CommerceAccount', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4129', '90', 'ADD_COMMERCE_PRICING_CLASS', '70368744177664'); INSERT INTO `resourceaction` VALUES ('0', '4130', 'com.liferay.commerce.pricing.model.CommercePricingClass', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4131', 'com.liferay.commerce.pricing.model.CommercePricingClass', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4132', 'com.liferay.commerce.pricing.model.CommercePricingClass', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4133', 'com.liferay.commerce.pricing.model.CommercePricingClass', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4134', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4135', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4136', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4137', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4138', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4139', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4140', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4141', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4142', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4143', 'com.liferay.dynamic.data.mapping.model.DDMStructure', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4144', 'com.liferay.dynamic.data.mapping.model.DDMStructure', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4145', 'com.liferay.dynamic.data.mapping.model.DDMStructure', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4146', 'com.liferay.dynamic.data.mapping.model.DDMStructure', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4147', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4148', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4149', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4150', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4151', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4152', 'com.liferay.dynamic.data.mapping', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4153', 'com.liferay.dynamic.data.mapping', 'ADD_DATA_PROVIDER_INSTANCE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4154', 'com.liferay.dynamic.data.mapping', 'ADD_FORM_INSTANCE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4155', 'com.liferay.dynamic.data.mapping', 'ADD_STRUCTURE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4156', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4157', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4158', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4159', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4160', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4161', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4162', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4163', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', 'ADD_FORM_INSTANCE_RECORD', '16'); INSERT INTO `resourceaction` VALUES ('0', '4164', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4165', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4166', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4167', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4168', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4169', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4201', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4202', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4203', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4204', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4205', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4206', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4207', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4208', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4209', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4210', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4211', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4212', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4213', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4214', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4215', '90', 'ADD_WAREHOUSE', '140737488355328'); INSERT INTO `resourceaction` VALUES ('0', '4216', '90', 'MANAGE_INVENTORY', '281474976710656'); INSERT INTO `resourceaction` VALUES ('0', '4217', 'com_liferay_audit_web_portlet_AuditPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4218', 'com_liferay_audit_web_portlet_AuditPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4219', 'com_liferay_audit_web_portlet_AuditPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4220', 'com_liferay_audit_web_portlet_AuditPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4221', 'com_liferay_audit_web_portlet_AuditPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4301', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4302', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4303', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4304', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4305', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4306', 'com.liferay.commerce.wish.list', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4307', 'com.liferay.commerce.wish.list', 'MANAGE_COMMERCE_WISH_LISTS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4308', 'com_liferay_polls_web_portlet_PollsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4309', 'com_liferay_polls_web_portlet_PollsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4310', 'com_liferay_polls_web_portlet_PollsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4311', 'com_liferay_polls_web_portlet_PollsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4312', 'com_liferay_polls_web_portlet_PollsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4313', 'com.liferay.polls.model.PollsQuestion', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4314', 'com.liferay.polls.model.PollsQuestion', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4315', 'com.liferay.polls.model.PollsQuestion', 'ADD_VOTE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4316', 'com.liferay.polls.model.PollsQuestion', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4317', 'com.liferay.polls.model.PollsQuestion', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4318', 'com.liferay.polls', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4319', 'com.liferay.polls', 'ADD_QUESTION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4320', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4321', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4322', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4323', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4324', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4325', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4326', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4327', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4328', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4329', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4330', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4331', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4332', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4333', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4334', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4335', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4336', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4337', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4338', 'com_liferay_asset_web_portlet_AssetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4339', 'com_liferay_asset_web_portlet_AssetPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4340', 'com_liferay_asset_web_portlet_AssetPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4341', 'com_liferay_asset_web_portlet_AssetPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4342', 'com_liferay_asset_web_portlet_AssetPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4343', 'com_liferay_asset_web_portlet_AssetPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4344', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4345', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4346', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4347', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4348', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4349', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4350', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4351', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4352', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4353', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4354', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4355', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4356', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4357', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4358', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4359', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4360', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4361', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4362', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4363', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4364', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4365', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4366', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4367', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4368', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4369', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4370', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4371', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4372', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4373', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4374', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4375', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4376', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4377', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4378', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4379', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4380', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4381', 'com.liferay.translation.sl_SI', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4382', 'com.liferay.translation.sl_SI', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4383', 'com.liferay.translation.nb_NO', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4384', 'com.liferay.translation.nb_NO', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4385', 'com.liferay.translation.lt_LT', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4386', 'com.liferay.translation.lt_LT', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4387', 'com.liferay.translation.en_GB', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4388', 'com.liferay.translation.en_GB', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4389', 'com.liferay.translation.fi_FI', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4390', 'com.liferay.translation.fi_FI', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4391', 'com.liferay.translation.hr_HR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4392', 'com.liferay.translation.hr_HR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4393', 'com.liferay.translation.in_ID', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4394', 'com.liferay.translation.in_ID', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4395', 'com.liferay.translation.cs_CZ', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4396', 'com.liferay.translation.cs_CZ', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4397', 'com.liferay.translation.ro_RO', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4398', 'com.liferay.translation.ro_RO', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4399', 'com.liferay.translation.ca_AD', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4400', 'com.liferay.translation.ca_AD', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4401', 'com.liferay.translation.fa_IR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4402', 'com.liferay.translation.fa_IR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4403', 'com.liferay.translation.et_EE', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4404', 'com.liferay.translation.et_EE', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4405', 'com.liferay.translation.fr_CA', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4406', 'com.liferay.translation.fr_CA', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4407', 'com.liferay.translation.ko_KR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4408', 'com.liferay.translation.ko_KR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4409', 'com.liferay.translation.sr_RS', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4410', 'com.liferay.translation.sr_RS', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4411', 'com.liferay.translation.sk_SK', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4412', 'com.liferay.translation.sk_SK', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4413', 'com.liferay.translation.ar_SA', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4414', 'com.liferay.translation.ar_SA', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4415', 'com.liferay.translation.es_ES', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4416', 'com.liferay.translation.es_ES', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4417', 'com.liferay.translation.da_DK', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4418', 'com.liferay.translation.da_DK', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4419', 'com.liferay.translation.th_TH', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4420', 'com.liferay.translation.th_TH', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4421', 'com.liferay.translation.de_DE', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4422', 'com.liferay.translation.de_DE', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4423', 'com.liferay.translation.nl_BE', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4424', 'com.liferay.translation.nl_BE', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4425', 'com.liferay.translation.bg_BG', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4426', 'com.liferay.translation.bg_BG', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4427', 'com.liferay.translation.sr_RS_latin', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4428', 'com.liferay.translation.sr_RS_latin', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4429', 'com.liferay.translation.gl_ES', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4430', 'com.liferay.translation.gl_ES', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4431', 'com.liferay.translation.zh_TW', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4432', 'com.liferay.translation.zh_TW', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4433', 'com.liferay.translation.nl_NL', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4434', 'com.liferay.translation.nl_NL', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4435', 'com.liferay.translation.zh_CN', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4436', 'com.liferay.translation.zh_CN', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4437', 'com.liferay.translation.uk_UA', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4438', 'com.liferay.translation.uk_UA', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4439', 'com.liferay.translation.en_US', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4440', 'com.liferay.translation.en_US', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4441', 'com.liferay.translation.hi_IN', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4442', 'com.liferay.translation.hi_IN', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4443', 'com.liferay.translation.pl_PL', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4444', 'com.liferay.translation.pl_PL', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4445', 'com.liferay.translation.sv_SE', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4446', 'com.liferay.translation.sv_SE', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4447', 'com.liferay.translation.el_GR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4448', 'com.liferay.translation.el_GR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4449', 'com.liferay.translation.ta_IN', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4450', 'com.liferay.translation.ta_IN', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4451', 'com.liferay.translation.tr_TR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4452', 'com.liferay.translation.tr_TR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4453', 'com.liferay.translation.it_IT', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4454', 'com.liferay.translation.it_IT', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4455', 'com.liferay.translation.ru_RU', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4456', 'com.liferay.translation.ru_RU', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4457', 'com.liferay.translation.pt_PT', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4458', 'com.liferay.translation.pt_PT', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4459', 'com.liferay.translation.iw_IL', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4460', 'com.liferay.translation.iw_IL', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4461', 'com.liferay.translation.vi_VN', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4462', 'com.liferay.translation.vi_VN', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4463', 'com.liferay.translation.eu_ES', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4464', 'com.liferay.translation.eu_ES', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4465', 'com.liferay.translation.kk_KZ', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4466', 'com.liferay.translation.kk_KZ', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4467', 'com.liferay.translation.fr_FR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4468', 'com.liferay.translation.fr_FR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4469', 'com.liferay.translation.ja_JP', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4470', 'com.liferay.translation.ja_JP', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4471', 'com.liferay.translation.pt_BR', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4472', 'com.liferay.translation.pt_BR', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4473', 'com.liferay.translation.en_AU', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4474', 'com.liferay.translation.en_AU', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4475', 'com.liferay.translation.ca_ES', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4476', 'com.liferay.translation.ca_ES', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4477', 'com.liferay.translation.hu_HU', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4478', 'com.liferay.translation.hu_HU', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4479', 'com.liferay.translation.lo_LA', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4480', 'com.liferay.translation.lo_LA', 'TRANSLATE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4481', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4482', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4483', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4484', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4485', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4486', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4487', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4488', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4489', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4490', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4491', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4492', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4493', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4494', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4495', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4496', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4497', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4498', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4501', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4502', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4503', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4504', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4505', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4506', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'ASSIGN_ACCOUNTS', '32'); INSERT INTO `resourceaction` VALUES ('0', '4507', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', 'ADD_TO_PAGE', '64'); INSERT INTO `resourceaction` VALUES ('0', '4508', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4509', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4510', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4511', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4512', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4513', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4514', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4515', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4516', 'com_liferay_comment_web_portlet_CommentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4517', 'com_liferay_comment_web_portlet_CommentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4518', 'com_liferay_comment_web_portlet_CommentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4519', 'com_liferay_comment_web_portlet_CommentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4520', 'com_liferay_comment_web_portlet_CommentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4521', 'com_liferay_comment_web_portlet_CommentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4522', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4523', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4524', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4525', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4526', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4527', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4528', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4529', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4530', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4531', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4532', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4533', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4534', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4535', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4536', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4537', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4538', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4539', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4540', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4541', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4542', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4543', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4544', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4545', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4546', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4547', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4548', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4549', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4550', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4551', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4552', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4553', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4554', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4555', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4556', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4557', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4558', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4559', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4560', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4561', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4562', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4563', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4564', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4565', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4566', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4567', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4568', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4569', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4570', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4571', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4572', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4573', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4574', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4575', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4576', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4577', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4578', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4579', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4580', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4581', 'com.liferay.portal.reports.engine.console.model.Source', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4582', 'com.liferay.portal.reports.engine.console.model.Source', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4583', 'com.liferay.portal.reports.engine.console.model.Source', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4584', 'com.liferay.portal.reports.engine.console.model.Source', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4585', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'VIEW_GRANTED_AUTHORIZATIONS', '32'); INSERT INTO `resourceaction` VALUES ('0', '4586', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '4587', 'com.liferay.portal.reports.engine.console.model.Entry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4588', 'com.liferay.portal.reports.engine.console.model.Entry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4589', 'com.liferay.portal.reports.engine.console.model.Entry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4590', 'com.liferay.portal.reports.engine.console.model.Definition', 'ADD_REPORT', '2'); INSERT INTO `resourceaction` VALUES ('0', '4591', 'com.liferay.portal.reports.engine.console.model.Definition', 'DELETE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4592', 'com.liferay.portal.reports.engine.console.model.Definition', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4593', 'com.liferay.portal.reports.engine.console.model.Definition', 'UPDATE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4594', 'com.liferay.portal.reports.engine.console.model.Definition', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4595', 'com.liferay.portal.reports.engine.console.admin', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4596', 'com.liferay.portal.reports.engine.console.admin', 'ADD_DEFINITION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4597', 'com.liferay.portal.reports.engine.console.admin', 'ADD_SOURCE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4601', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4602', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4603', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4604', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4605', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4606', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4607', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4608', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4609', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4610', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4611', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4612', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4613', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4614', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4615', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4616', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4617', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4618', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4619', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4620', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4621', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4622', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4623', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4624', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4625', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4626', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4627', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4628', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4629', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4630', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4631', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4632', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4633', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4634', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4635', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4636', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4637', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4638', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4639', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4640', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4641', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4642', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4643', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4644', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4645', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4646', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4647', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4648', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4649', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4650', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4651', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4652', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4653', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4654', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4655', 'com_liferay_sharing_web_portlet_SharingPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4656', 'com_liferay_sharing_web_portlet_SharingPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4657', 'com_liferay_sharing_web_portlet_SharingPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4658', 'com_liferay_sharing_web_portlet_SharingPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4659', 'com_liferay_sharing_web_portlet_SharingPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4660', 'com_liferay_sharing_web_portlet_SharingPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4661', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4662', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4663', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4664', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4665', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4666', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4667', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4668', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4669', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4670', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4671', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4672', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4673', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4674', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4675', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4676', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4677', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4678', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4679', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4680', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', 'EXPORT_USER', '64'); INSERT INTO `resourceaction` VALUES ('0', '4681', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4682', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4683', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4684', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4685', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4686', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4687', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4688', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4689', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4690', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4691', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4692', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4693', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4694', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4695', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4696', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4697', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4698', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4699', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4700', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4701', 'com.liferay.redirect.model.RedirectEntry', 'DELETE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4702', 'com.liferay.redirect.model.RedirectEntry', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4703', 'com.liferay.redirect.model.RedirectEntry', 'UPDATE', '8'); INSERT INTO `resourceaction` VALUES ('0', '4704', 'com.liferay.redirect.model.RedirectEntry', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4705', 'com.liferay.redirect', 'ADD_ENTRY', '2'); INSERT INTO `resourceaction` VALUES ('0', '4706', 'com.liferay.redirect', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4707', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4708', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4709', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4710', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4711', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4712', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4713', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4714', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4715', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4716', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4717', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4718', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4719', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4720', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4721', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4722', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4723', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4724', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4725', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4726', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4727', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4728', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4729', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4730', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4731', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4732', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4733', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4734', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4735', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4736', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4737', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4738', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4739', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4740', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4741', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4742', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4743', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4744', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4745', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4746', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4747', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4748', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4749', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4750', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4751', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4752', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4753', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4754', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4755', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4756', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4757', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4758', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4759', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4760', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4761', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4762', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4763', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4764', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4765', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4766', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4767', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4768', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4769', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4770', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4771', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4772', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4773', 'com_liferay_mentions_web_portlet_MentionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4774', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4775', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4776', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4777', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4778', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4779', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4780', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4781', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4782', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4783', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4784', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4785', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4786', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4787', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4788', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4789', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4790', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4791', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4792', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4793', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4794', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4795', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4796', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4797', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4801', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4802', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4803', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4804', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4805', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'ADD_EXPANDO', '32'); INSERT INTO `resourceaction` VALUES ('0', '4806', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4807', 'com_liferay_expando_web_portlet_ExpandoPortlet', 'ADD_TO_PAGE', '64'); INSERT INTO `resourceaction` VALUES ('0', '4808', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4809', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4810', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4811', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4812', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4813', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4814', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4815', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4816', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4817', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4818', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4819', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4820', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4821', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4822', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4823', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4824', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4825', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4826', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4827', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4828', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4829', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4830', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4831', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4832', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4833', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4834', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4835', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4836', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4837', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4838', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4839', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4840', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4841', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4842', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4843', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4844', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4845', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4846', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4847', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4848', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4849', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4850', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4851', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4852', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4853', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4854', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4855', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4856', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4857', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4858', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4859', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4860', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4861', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4862', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4863', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4864', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4865', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4866', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4867', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '4868', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4869', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4870', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4871', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4872', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4873', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4874', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4875', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4876', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4877', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4878', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4879', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4880', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4881', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4882', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4883', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4884', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4885', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4886', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4887', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4888', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4889', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4890', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4891', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4892', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4893', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4894', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4895', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4896', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4897', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4901', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4902', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4903', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4904', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4905', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4906', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4907', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4908', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4909', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4910', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4911', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4912', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4913', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4914', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '4915', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '4916', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '4917', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4918', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4919', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4920', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'CONFIG', '2'); INSERT INTO `resourceaction` VALUES ('0', '4921', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'ADD_TO_PAGE', '4'); INSERT INTO `resourceaction` VALUES ('0', '4922', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4923', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '4924', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'PREFERENCES', '32'); INSERT INTO `resourceaction` VALUES ('0', '4925', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '4926', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4927', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4928', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4929', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4930', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4931', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4932', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4933', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4934', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4935', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4936', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4937', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4938', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4939', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4940', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4941', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4942', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4943', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4944', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4945', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4946', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4947', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4948', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4949', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4950', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4951', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4952', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4953', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4954', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4955', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4956', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4957', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4958', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4959', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4960', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4961', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4962', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4963', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4964', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4965', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4966', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4967', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4968', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4969', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4970', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4971', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4972', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4973', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4974', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4975', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4976', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4977', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4978', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4979', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4980', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '4981', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '4982', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '4983', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '4984', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4985', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '4986', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4987', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4988', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4989', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4990', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4991', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '4992', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '4993', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '4994', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '4995', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '4996', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '4997', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5001', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5002', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5003', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5004', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5005', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5006', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5007', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5008', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5009', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5010', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5011', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5012', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5013', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5014', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5015', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5016', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5017', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5018', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5019', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5020', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5021', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5022', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5023', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5024', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5025', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5026', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5027', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5028', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5029', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5030', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5031', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5032', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5033', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5034', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5035', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5036', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5037', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5038', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5039', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5040', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5041', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5042', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5043', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5044', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5045', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5046', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5047', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5048', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5049', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5050', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5051', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5052', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5053', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5054', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5055', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5056', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5057', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5058', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5059', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5060', 'com_liferay_portal_search_web_portlet_SearchPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5061', 'com_liferay_announcements_web_portlet_AlertsPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5062', 'com_liferay_announcements_web_portlet_AlertsPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5063', 'com_liferay_announcements_web_portlet_AlertsPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5064', 'com_liferay_announcements_web_portlet_AlertsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5065', 'com_liferay_announcements_web_portlet_AlertsPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5066', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5067', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5068', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5069', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5070', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5071', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5072', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5073', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5074', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5075', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5076', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5077', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5078', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5079', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5080', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5081', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5082', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5083', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5084', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5085', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5086', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5087', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5088', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5089', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5090', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5091', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5092', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5093', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5094', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5095', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5096', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5098', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5099', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5100', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5101', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5102', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5103', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5104', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5105', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5106', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5107', 'com_liferay_flags_web_portlet_FlagsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5108', 'com_liferay_flags_web_portlet_FlagsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5109', 'com_liferay_flags_web_portlet_FlagsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5110', 'com_liferay_flags_web_portlet_FlagsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5111', 'com_liferay_flags_web_portlet_FlagsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5112', 'com_liferay_flags_web_portlet_FlagsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5113', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5114', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5115', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5116', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5117', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5118', 'com_liferay_flags_web_portlet_PageFlagsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5119', 'com_liferay_iframe_web_portlet_IFramePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5120', 'com_liferay_iframe_web_portlet_IFramePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5121', 'com_liferay_iframe_web_portlet_IFramePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5122', 'com_liferay_iframe_web_portlet_IFramePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5123', 'com_liferay_iframe_web_portlet_IFramePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5124', 'com_liferay_iframe_web_portlet_IFramePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5125', 'com_liferay_login_web_portlet_FastLoginPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5126', 'com_liferay_login_web_portlet_FastLoginPortlet', 'CONFIG', '2'); INSERT INTO `resourceaction` VALUES ('0', '5127', 'com_liferay_login_web_portlet_FastLoginPortlet', 'ADD_TO_PAGE', '4'); INSERT INTO `resourceaction` VALUES ('0', '5128', 'com_liferay_login_web_portlet_FastLoginPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5129', 'com_liferay_login_web_portlet_FastLoginPortlet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '5130', 'com_liferay_login_web_portlet_FastLoginPortlet', 'PREFERENCES', '32'); INSERT INTO `resourceaction` VALUES ('0', '5131', 'com_liferay_login_web_portlet_FastLoginPortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '5132', 'com_liferay_login_web_portlet_LoginPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5133', 'com_liferay_login_web_portlet_LoginPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5134', 'com_liferay_login_web_portlet_LoginPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5135', 'com_liferay_login_web_portlet_LoginPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5136', 'com_liferay_login_web_portlet_LoginPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5137', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5138', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5139', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5140', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5141', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5142', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5143', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5144', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5145', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5146', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5147', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5148', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5149', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5150', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5151', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5152', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5153', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5154', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5155', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5156', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5157', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5158', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5159', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5160', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5161', 'com_liferay_rss_web_portlet_RSSPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5162', 'com_liferay_rss_web_portlet_RSSPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5163', 'com_liferay_rss_web_portlet_RSSPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5164', 'com_liferay_rss_web_portlet_RSSPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5165', 'com_liferay_rss_web_portlet_RSSPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5166', 'com_liferay_rss_web_portlet_RSSPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5167', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5168', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5169', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5170', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5171', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5172', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5173', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5174', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5175', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5176', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5177', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5178', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5179', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5180', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5181', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5182', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5183', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5184', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5185', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5186', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5187', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5188', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5189', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5190', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5191', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5192', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5193', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5194', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5195', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5196', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5201', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5202', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5203', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5204', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5205', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5206', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5207', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5208', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5209', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5210', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5211', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5212', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5213', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5214', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5215', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5216', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5217', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5218', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5219', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5220', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5221', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5222', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5223', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5224', 'com_liferay_document_library_web_portlet_DLAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5225', 'com_liferay_document_library_web_portlet_DLPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5226', 'com_liferay_document_library_web_portlet_DLPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5227', 'com_liferay_document_library_web_portlet_DLPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5228', 'com_liferay_document_library_web_portlet_DLPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5229', 'com_liferay_document_library_web_portlet_DLPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5230', 'com_liferay_document_library_web_portlet_DLPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5231', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5232', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5233', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5234', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5235', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5236', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5237', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5238', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5239', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5240', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5241', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5242', 'com_liferay_my_account_web_portlet_MyAccountPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5243', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5244', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5245', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5246', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5247', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5248', 'com_liferay_sync_web_portlet_SyncAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5249', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5250', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5251', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5252', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5253', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5254', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5255', 'com_liferay_depot_web_portlet_DepotAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5256', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5257', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5258', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5259', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5260', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5261', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5262', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5263', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5264', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5265', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5266', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5267', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5268', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5269', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5270', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5271', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5272', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5273', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5274', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5275', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5276', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', 'ADD_SITE_NAVIGATION_MENU', '64'); INSERT INTO `resourceaction` VALUES ('0', '5277', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5278', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5279', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5280', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5281', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5282', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5283', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5284', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5285', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5286', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5287', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5288', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5289', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5290', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5291', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5292', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5293', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5294', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5295', 'com_liferay_notifications_web_portlet_NotificationsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5301', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5302', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5303', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5304', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5305', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5306', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5307', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5308', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5309', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5310', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5311', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5312', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5313', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5314', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5315', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5316', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5317', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5318', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5319', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5320', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5321', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5322', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5323', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5324', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5325', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5326', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5327', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5328', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5329', 'com_liferay_contacts_web_portlet_MembersPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5330', 'com_liferay_contacts_web_portlet_MembersPortlet', 'CONFIG', '2'); INSERT INTO `resourceaction` VALUES ('0', '5331', 'com_liferay_contacts_web_portlet_MembersPortlet', 'ADD_TO_PAGE', '4'); INSERT INTO `resourceaction` VALUES ('0', '5332', 'com_liferay_contacts_web_portlet_MembersPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5333', 'com_liferay_contacts_web_portlet_MembersPortlet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '5334', 'com_liferay_contacts_web_portlet_MembersPortlet', 'PREFERENCES', '32'); INSERT INTO `resourceaction` VALUES ('0', '5335', 'com_liferay_contacts_web_portlet_MembersPortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '5336', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5337', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5338', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5339', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5340', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5341', 'com_liferay_contacts_web_portlet_MyContactsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5342', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5343', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'CONFIG', '2'); INSERT INTO `resourceaction` VALUES ('0', '5344', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'ADD_TO_PAGE', '4'); INSERT INTO `resourceaction` VALUES ('0', '5345', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5346', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'PERMISSIONS', '16'); INSERT INTO `resourceaction` VALUES ('0', '5347', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'PREFERENCES', '32'); INSERT INTO `resourceaction` VALUES ('0', '5348', 'com_liferay_contacts_web_portlet_ProfilePortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '5349', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5350', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5351', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5352', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5353', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5354', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5355', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5356', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5357', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5358', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5359', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5360', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5361', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5362', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5363', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5364', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5365', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5366', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5367', 'com_liferay_calendar_web_portlet_CalendarPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5368', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5369', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5370', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5371', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5372', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5373', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5374', 'com_liferay_fragment_web_portlet_FragmentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5375', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5376', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5377', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5378', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5379', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5380', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5381', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5382', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5383', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5384', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5385', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5386', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5387', 'com_liferay_exportimport_web_portlet_ExportPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5388', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5389', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5390', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5391', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5392', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5393', 'com_liferay_exportimport_web_portlet_ImportPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5394', 'com_liferay_trash_web_portlet_TrashPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5395', 'com_liferay_trash_web_portlet_TrashPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5396', 'com_liferay_trash_web_portlet_TrashPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5397', 'com_liferay_trash_web_portlet_TrashPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5398', 'com_liferay_trash_web_portlet_TrashPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5399', 'com_liferay_trash_web_portlet_TrashPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5401', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5402', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5403', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5404', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5405', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5406', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5407', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5408', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5409', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5410', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5411', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5412', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5413', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5414', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5415', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5416', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5417', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5418', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5419', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5420', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5421', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5422', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5423', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5424', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5425', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5426', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'CONFIG', '32'); INSERT INTO `resourceaction` VALUES ('0', '5427', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', 'ACCESS_IN_CONTROL_PANEL', '64'); INSERT INTO `resourceaction` VALUES ('0', '5428', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5429', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5430', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5431', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5432', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5433', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5434', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5435', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5436', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5437', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5438', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5439', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5440', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5441', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5442', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5443', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5444', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5445', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5446', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5447', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5448', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5449', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5450', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5451', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5452', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5453', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5454', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5455', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5456', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5457', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5458', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5459', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5460', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5461', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5462', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5463', 'com_liferay_adaptive_media_web_portlet_AMPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5464', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5465', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5466', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5467', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5468', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5469', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5470', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5471', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5472', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5473', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5474', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5475', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5476', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5477', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5478', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5479', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5480', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5481', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5482', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5483', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5484', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5485', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5486', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5487', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5488', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5489', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5490', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5491', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5492', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5493', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5494', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5495', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', 'ADD_TO_PAGE', '16'); INSERT INTO `resourceaction` VALUES ('0', '5496', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5497', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5498', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5499', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5501', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'PERMISSIONS', '2'); INSERT INTO `resourceaction` VALUES ('0', '5502', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'PREFERENCES', '4'); INSERT INTO `resourceaction` VALUES ('0', '5503', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'CONFIGURATION', '8'); INSERT INTO `resourceaction` VALUES ('0', '5504', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '16'); INSERT INTO `resourceaction` VALUES ('0', '5505', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5506', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5507', 'com_liferay_asset_list_web_portlet_AssetListPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5508', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5509', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5510', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5511', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5512', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5513', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5514', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5515', 'com_liferay_blogs_web_portlet_BlogsPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5516', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5517', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5518', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5519', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5520', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5521', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5522', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5523', 'com_liferay_wiki_web_portlet_WikiPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5524', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5525', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5526', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5527', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5528', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5529', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5530', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5531', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5532', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5533', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5534', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5535', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5536', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5537', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5538', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5539', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5540', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5541', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5542', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5543', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5544', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5545', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5546', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5547', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5548', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5549', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5550', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5551', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5552', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5553', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5554', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5555', 'com_liferay_journal_web_portlet_JournalPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5556', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5557', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5558', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5559', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5560', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'SUBSCRIBE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5561', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5562', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', 'ADD_TO_PAGE', '64'); INSERT INTO `resourceaction` VALUES ('0', '5563', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5564', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5565', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5566', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5567', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5568', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5569', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5570', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5571', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5572', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5573', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5574', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5575', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5576', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5577', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5578', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5579', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5580', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5581', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5582', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5583', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5584', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5585', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5586', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5587', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5588', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5589', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5590', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5591', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5592', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5593', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5594', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5595', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5596', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5597', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5598', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5599', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5600', 'com_liferay_polls_web_portlet_PollsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5601', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5602', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5603', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5604', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5605', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5606', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5607', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5608', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5609', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5610', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5611', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5612', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5613', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5614', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5615', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5616', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5617', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5618', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5619', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5620', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5621', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5622', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5623', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5624', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5625', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5626', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5627', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5628', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5629', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5630', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5631', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5632', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5633', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5634', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5635', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5636', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5637', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5638', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5639', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5640', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5641', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5642', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5643', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5644', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5645', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5646', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5647', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5648', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5649', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5650', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5651', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5652', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5653', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5654', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5655', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5656', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5657', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5658', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5659', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5660', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5661', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5662', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5663', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5664', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5665', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5666', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5667', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5668', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5669', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5670', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5671', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5672', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5673', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5674', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5675', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5676', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5677', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5678', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5679', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5680', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5681', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5682', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5683', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5684', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5685', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5686', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5687', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5688', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5689', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5690', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5691', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5692', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5693', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5694', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5695', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5696', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5697', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5698', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5699', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5701', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5702', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5703', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5704', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5705', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5706', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5707', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5708', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5709', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5710', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5711', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5712', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5713', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5714', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5715', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5716', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5717', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5718', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5719', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5720', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5721', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5722', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5723', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5724', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5725', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5726', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5727', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5728', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5729', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5730', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5731', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5732', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5733', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5734', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5735', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5736', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5737', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5738', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5739', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5740', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5741', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5742', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5743', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5744', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5745', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5746', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5747', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5748', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5749', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5750', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5751', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5752', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5753', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5754', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5755', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5756', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5757', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5758', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5759', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5760', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5761', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5762', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5763', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5764', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5765', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5766', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5767', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5768', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5769', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5770', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5771', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5772', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); INSERT INTO `resourceaction` VALUES ('0', '5773', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'ADD_PORTLET_DISPLAY_TEMPLATE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5774', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'PERMISSIONS', '4'); INSERT INTO `resourceaction` VALUES ('0', '5775', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'PREFERENCES', '8'); INSERT INTO `resourceaction` VALUES ('0', '5776', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'CONFIGURATION', '16'); INSERT INTO `resourceaction` VALUES ('0', '5777', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5778', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', 'ADD_TO_PAGE', '32'); INSERT INTO `resourceaction` VALUES ('0', '5779', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'VIEW', '1'); INSERT INTO `resourceaction` VALUES ('0', '5780', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'ADD_TO_PAGE', '2'); INSERT INTO `resourceaction` VALUES ('0', '5781', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'CONFIGURATION', '4'); INSERT INTO `resourceaction` VALUES ('0', '5782', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'PERMISSIONS', '8'); INSERT INTO `resourceaction` VALUES ('0', '5783', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'PREFERENCES', '16'); INSERT INTO `resourceaction` VALUES ('0', '5784', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', 'ACCESS_IN_CONTROL_PANEL', '32'); -- ---------------------------- -- Table structure for `resourcepermission` -- ---------------------------- DROP TABLE IF EXISTS `resourcepermission`; CREATE TABLE `resourcepermission` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `primKeyId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `ownerId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, `viewActionId` tinyint(4) DEFAULT NULL, PRIMARY KEY (`resourcePermissionId`,`ctCollectionId`), UNIQUE KEY `IX_A9FF4B2C` (`companyId`,`name`,`scope`,`primKey`,`roleId`,`ctCollectionId`), KEY `IX_9A838EC7` (`companyId`,`name`,`scope`,`primKey`,`ctCollectionId`), KEY `IX_B60B5751` (`companyId`,`name`,`scope`,`primKeyId`,`roleId`,`viewActionId`,`ctCollectionId`), KEY `IX_829B8423` (`companyId`,`name`,`scope`,`roleId`,`ctCollectionId`), KEY `IX_490017A2` (`companyId`,`primKey`,`ctCollectionId`), KEY `IX_2FABAAC8` (`companyId`,`scope`,`primKey`,`ctCollectionId`), KEY `IX_FABE6981` (`ctCollectionId`), KEY `IX_6AD73500` (`name`,`ctCollectionId`), KEY `IX_3078CBE6` (`roleId`,`ctCollectionId`), KEY `IX_F3870DDF` (`scope`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of resourcepermission -- ---------------------------- INSERT INTO `resourcepermission` VALUES ('0', '0', '1', '20097', 'com.liferay.portal.kernel.model.Group', '1', '20097', '20097', '20105', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2', '20097', 'com.liferay.portal.kernel.model.User', '1', '20097', '20097', '20105', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '3', '20097', 'com.liferay.portal.kernel.model.Organization', '1', '20097', '20097', '20105', '0', '64', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '4', '20097', 'com.liferay.portal.kernel.model.UserGroup', '1', '20097', '20097', '20105', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '5', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20104', '20104', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '6', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20105', '20105', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '7', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20106', '20106', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '8', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20107', '20107', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '9', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20108', '20108', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '10', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20109', '20109', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '11', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20110', '20110', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '12', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20111', '20111', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '13', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20112', '20112', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '14', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20113', '20113', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '15', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20114', '20114', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '16', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20115', '20115', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '17', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20104', '20104', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '18', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20105', '20105', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '19', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20106', '20106', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '20', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20107', '20107', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '21', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20108', '20108', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '22', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20109', '20109', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '23', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20110', '20110', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '24', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20111', '20111', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '25', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20112', '20112', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '26', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20113', '20113', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '27', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20114', '20114', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '28', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20115', '20115', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '29', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20116', '20116', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '30', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '1', '1', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '31', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '1', '1', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '32', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '1', '1', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '33', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20120', '20120', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '34', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20121', '20121', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '35', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20122', '20122', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '36', '20097', 'com.liferay.portal.kernel.model.Layout', '2', '20122', '20122', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '37', '20097', 'com.liferay.portal.kernel.model.Group', '2', '20122', '20122', '20108', '0', '1280', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '38', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20123', '20123', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '39', '20097', 'com.liferay.portal.kernel.model.PasswordPolicy', '4', '20124', '20124', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '40', '20097', 'com.liferay.portal.kernel.model.Group', '4', '20128', '20128', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '41', '20097', 'com.liferay.portal.kernel.model.User', '4', '20125', '20125', '20107', '20125', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '42', '20097', '90', '4', '90', '90', '20107', '0', '131070', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '43', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20130', '20130', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '44', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20130', '20130', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '45', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20130', '20130', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '46', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20132', '20132', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '47', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20132', '20132', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '48', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20132', '20132', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '49', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20133', '20133', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '50', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20133', '20133', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '51', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', '20133', '20133', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '52', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20136', '20136', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '53', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20139', '20139', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '54', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20140', '20140', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '55', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20141', '20141', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '56', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20142', '20142', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '57', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20143', '20143', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '58', '20097', 'com.liferay.portal.kernel.model.Role', '4', '20144', '20144', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '59', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20146', '20146', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '60', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20147', '20147', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '61', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20149', '20149', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '62', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20150', '20150', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '63', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20151', '20151', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '64', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', '20152', '20152', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '65', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '2', '2', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '66', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '2', '2', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '67', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '2', '2', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '68', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '3', '3', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '69', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '3', '3', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '70', '20097', 'com.liferay.portal.kernel.model.Layout', '2', '20120', '20120', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '101', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34408', '34408', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '102', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34409', '34409', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '103', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34410', '34410', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '104', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34411', '34411', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '105', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34412', '34412', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '106', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34413', '34413', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '107', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34414', '34414', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '108', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34415', '34415', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '109', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34416', '34416', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '110', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34417', '34417', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '111', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34418', '34418', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '112', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34419', '34419', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '113', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '34420', '34420', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '201', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38702', '38702', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '202', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38702', '38702', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '203', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38705', '38705', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '204', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38705', '38705', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '205', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38708', '38708', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '206', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38708', '38708', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '207', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38712', '38712', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '208', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38712', '38712', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '301', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38802', '38802', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '302', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38802', '38802', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '303', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38805', '38805', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '304', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38805', '38805', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '305', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38808', '38808', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '306', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38808', '38808', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '307', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38811', '38811', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '308', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38811', '38811', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '309', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38814', '38814', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '310', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38814', '38814', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '311', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38817', '38817', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '312', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38817', '38817', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '313', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38820', '38820', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '314', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38820', '38820', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '315', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38823', '38823', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '316', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38823', '38823', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '317', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38826', '38826', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '318', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38826', '38826', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '319', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38829', '38829', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '320', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38829', '38829', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '321', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38832', '38832', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '322', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38832', '38832', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '323', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38835', '38835', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '324', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38835', '38835', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '325', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38838', '38838', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '326', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38838', '38838', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '327', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38841', '38841', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '328', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38841', '38841', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '329', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38844', '38844', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '330', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38844', '38844', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '331', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38847', '38847', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '332', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38847', '38847', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '333', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38850', '38850', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '334', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38850', '38850', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '335', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38853', '38853', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '336', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38853', '38853', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '337', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38856', '38856', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '338', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38856', '38856', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '339', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38859', '38859', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '340', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38859', '38859', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '341', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38862', '38862', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '342', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38862', '38862', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '401', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38901', '38901', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '402', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38901', '38901', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '403', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38904', '38904', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '404', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38904', '38904', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '405', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38907', '38907', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '406', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38907', '38907', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '407', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38910', '38910', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '408', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38910', '38910', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '409', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38913', '38913', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '410', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38913', '38913', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '411', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38916', '38916', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '412', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38916', '38916', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '413', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38919', '38919', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '414', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38919', '38919', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '415', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38922', '38922', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '416', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38922', '38922', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '417', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38925', '38925', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '418', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38925', '38925', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '419', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38928', '38928', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '420', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38928', '38928', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '421', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38931', '38931', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '422', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38931', '38931', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '423', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38934', '38934', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '424', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38934', '38934', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '425', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38937', '38937', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '426', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38937', '38937', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '501', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38941', '38941', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '502', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '38941', '38941', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '503', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39003', '39003', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '504', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39003', '39003', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '505', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39006', '39006', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '506', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39006', '39006', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '507', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39009', '39009', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '508', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39009', '39009', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '509', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39012', '39012', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '510', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39012', '39012', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '511', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39015', '39015', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '512', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39015', '39015', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '513', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39018', '39018', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '514', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39018', '39018', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '515', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39021', '39021', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '516', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39021', '39021', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '517', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39024', '39024', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '518', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39024', '39024', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '519', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39027', '39027', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '520', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39027', '39027', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '521', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39030', '39030', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '522', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39030', '39030', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '523', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39033', '39033', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '524', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39033', '39033', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '525', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39036', '39036', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '526', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39036', '39036', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '527', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39039', '39039', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '528', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39039', '39039', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '529', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39042', '39042', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '530', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39042', '39042', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '531', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39045', '39045', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '532', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39045', '39045', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '533', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39048', '39048', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '534', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39048', '39048', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '535', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39051', '39051', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '536', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39051', '39051', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '537', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39054', '39054', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '538', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39054', '39054', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '601', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39101', '39101', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '602', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39101', '39101', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '603', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39104', '39104', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '604', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39104', '39104', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '701', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '39303', '39303', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '702', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '39303', '39303', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '703', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '39304', '39304', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '704', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '39304', '39304', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '801', '20097', 'com.liferay.portal.kernel.model.LayoutPrototype', '4', '39501', '39501', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '802', '20097', 'com.liferay.portal.kernel.model.Group', '4', '39502', '39502', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '901', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '4', '4', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '902', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '4', '4', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '903', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '39602', '39602', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '904', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '39602', '39602', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '905', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '39602', '39602', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '906', '20097', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', '4', '39610', '39610', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '907', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39629', '39629', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '908', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39633', '39633', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '909', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39636', '39636', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '910', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '5', '5', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '911', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '5', '5', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '912', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '5', '5', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '913', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39665', '39665', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '914', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39665', '39665', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '915', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39668', '39668', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '916', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', '39668', '39668', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '917', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '4', '39672', '39672', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '918', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '4', '39672', '39672', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '919', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '4', '39672', '39672', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '920', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '4', '39676', '39676', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '921', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '4', '39676', '39676', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '922', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '4', '39676', '39676', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '923', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '4', '39679', '39679', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '924', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '4', '39679', '39679', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '925', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '4', '39679', '39679', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '926', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39683', '39683', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '927', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39683', '39683', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '928', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39683', '39683', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '929', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryType', '4', '39687', '39687', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '930', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryType', '4', '39687', '39687', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '931', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryType', '4', '39687', '39687', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '932', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39690', '39690', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '933', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39690', '39690', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '934', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39690', '39690', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '935', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39694', '39694', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '936', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39694', '39694', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '937', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39694', '39694', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '938', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39698', '39698', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '939', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39698', '39698', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '940', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39698', '39698', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '941', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39702', '39702', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '942', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39702', '39702', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '943', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39702', '39702', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '944', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39706', '39706', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '945', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39706', '39706', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '946', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39706', '39706', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '947', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39710', '39710', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '948', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39710', '39710', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '949', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39710', '39710', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '950', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39714', '39714', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '951', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39714', '39714', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '952', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', '39714', '39714', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '953', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39718', '39718', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '954', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39718', '39718', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '955', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39718', '39718', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '956', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39722', '39722', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '957', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39722', '39722', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '958', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39722', '39722', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '959', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39726', '39726', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '960', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39726', '39726', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '961', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39726', '39726', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '962', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39730', '39730', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '963', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39730', '39730', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '964', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39730', '39730', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '965', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39734', '39734', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '966', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39734', '39734', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '967', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39734', '39734', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '968', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39738', '39738', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '969', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39738', '39738', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '970', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', '39738', '39738', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1001', '20097', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '4', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1002', '20097', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '4', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1003', '20097', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '4', 'com_liferay_asset_display_web_portlet_AssetDisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1004', '20097', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '4', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1005', '20097', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '4', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1006', '20097', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '4', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1007', '20097', 'com.liferay.portal.kernel.model.Group', '4', 'com.liferay.portal.kernel.model.Group', '0', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1008', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1009', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.layout.seo.model.LayoutSEOEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1010', '20097', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '4', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1011', '20097', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '4', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1012', '20097', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '4', 'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1013', '20097', 'com.liferay.portal.kernel.model.LayoutSetBranch', '4', 'com.liferay.portal.kernel.model.LayoutSetBranch', '0', '20107', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1014', '20097', 'com.liferay.layout.seo', '4', 'com.liferay.layout.seo', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1015', '20097', 'com.liferay.layout.seo', '4', 'com.liferay.layout.seo', '0', '20107', '0', '3', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1016', '20097', 'com.liferay.layout.seo', '4', 'com.liferay.layout.seo', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1017', '20097', 'com.liferay.portal.kernel.model.Layout', '4', 'com.liferay.portal.kernel.model.Layout', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1018', '20097', 'com.liferay.portal.kernel.model.Layout', '4', 'com.liferay.portal.kernel.model.Layout', '0', '20107', '0', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1019', '20097', 'com.liferay.portal.kernel.model.LayoutBranch', '4', 'com.liferay.portal.kernel.model.LayoutBranch', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1020', '20097', 'com_liferay_layout_admin_web_portlet_GroupPagesPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1021', '20097', 'com.liferay.layout.seo', '2', '20122', '20122', '20108', '0', '3', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1022', '20097', 'com_liferay_asset_web_portlet_AssetPortlet', '4', 'com_liferay_asset_web_portlet_AssetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1023', '20097', 'com_liferay_asset_web_portlet_AssetPortlet', '4', 'com_liferay_asset_web_portlet_AssetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1024', '20097', 'com_liferay_asset_web_portlet_AssetPortlet', '4', 'com_liferay_asset_web_portlet_AssetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1025', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '4', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1026', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '4', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1027', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '4', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1028', '20097', 'com.liferay.commerce.application.model.CommerceApplicationModel', '4', 'com.liferay.commerce.application.model.CommerceApplicationModel', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1029', '20097', 'com.liferay.commerce.product', '4', 'com.liferay.commerce.product', '0', '20106', '0', '8', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1030', '20097', 'com.liferay.commerce.product', '4', 'com.liferay.commerce.product', '0', '20107', '0', '62', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1031', '20097', 'com.liferay.commerce.product', '4', 'com.liferay.commerce.product', '0', '20114', '0', '8', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1032', '20097', 'com.liferay.commerce.application.model.CommerceApplicationBrand', '4', 'com.liferay.commerce.application.model.CommerceApplicationBrand', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1033', '20097', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', '4', 'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1034', '20097', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', '4', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1035', '20097', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', '4', 'com.liferay.commerce.notification.model.CommerceNotificationTemplate', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1036', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1037', '20097', 'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1038', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '6', '6', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1039', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '6', '6', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1040', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '6', '6', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1041', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '7', '7', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1042', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '7', '7', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1043', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '7', '7', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1044', '20097', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1045', '20097', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1046', '20097', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1047', '20097', 'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1048', '20097', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1049', '20097', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1050', '20097', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '4', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1051', '20097', 'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1052', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '39929', '39929', '20107', '20102', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1053', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '39929', '39929', '20114', '0', '217', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1054', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '39929', '39929', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1055', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '4', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1056', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '4', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1057', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '4', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1058', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1059', '20097', 'com_liferay_chart_sample_web_portlet_ChartSamplePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1060', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '4', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1061', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '4', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1062', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '4', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1063', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1064', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1065', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1066', '20097', 'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1067', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '4', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1068', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '4', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1069', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '4', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1070', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1071', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1072', '20097', 'com_liferay_reading_time_web_portlet_ReadingTimePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1073', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '39935', '39935', '20107', '20102', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1074', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '39935', '39935', '20114', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1075', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '39935', '39935', '20106', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1076', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '4', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1077', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '4', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1078', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '4', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1079', '20097', 'com.liferay.translation.sl_SI', '4', 'com.liferay.translation.sl_SI', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1080', '20097', 'com.liferay.translation.nb_NO', '4', 'com.liferay.translation.nb_NO', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1081', '20097', 'com.liferay.translation.lt_LT', '4', 'com.liferay.translation.lt_LT', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1082', '20097', 'com.liferay.translation.en_GB', '4', 'com.liferay.translation.en_GB', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1083', '20097', 'com.liferay.translation.fi_FI', '4', 'com.liferay.translation.fi_FI', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1084', '20097', 'com.liferay.translation.hr_HR', '4', 'com.liferay.translation.hr_HR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1085', '20097', 'com.liferay.translation.in_ID', '4', 'com.liferay.translation.in_ID', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1086', '20097', 'com.liferay.translation.cs_CZ', '4', 'com.liferay.translation.cs_CZ', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1087', '20097', 'com.liferay.translation.ro_RO', '4', 'com.liferay.translation.ro_RO', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1088', '20097', 'com.liferay.translation.ca_AD', '4', 'com.liferay.translation.ca_AD', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1089', '20097', 'com.liferay.translation.fa_IR', '4', 'com.liferay.translation.fa_IR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1090', '20097', 'com.liferay.translation.et_EE', '4', 'com.liferay.translation.et_EE', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1091', '20097', 'com.liferay.translation.fr_CA', '4', 'com.liferay.translation.fr_CA', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1092', '20097', 'com.liferay.translation.ko_KR', '4', 'com.liferay.translation.ko_KR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1093', '20097', 'com.liferay.translation.sr_RS', '4', 'com.liferay.translation.sr_RS', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1094', '20097', 'com.liferay.translation.sk_SK', '4', 'com.liferay.translation.sk_SK', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1095', '20097', 'com.liferay.translation.ar_SA', '4', 'com.liferay.translation.ar_SA', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1096', '20097', 'com.liferay.translation.es_ES', '4', 'com.liferay.translation.es_ES', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1097', '20097', 'com.liferay.translation.da_DK', '4', 'com.liferay.translation.da_DK', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1098', '20097', 'com.liferay.translation.th_TH', '4', 'com.liferay.translation.th_TH', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1099', '20097', 'com.liferay.translation.de_DE', '4', 'com.liferay.translation.de_DE', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1100', '20097', 'com.liferay.translation.nl_BE', '4', 'com.liferay.translation.nl_BE', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1101', '20097', 'com.liferay.translation.bg_BG', '4', 'com.liferay.translation.bg_BG', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1102', '20097', 'com.liferay.translation.sr_RS_latin', '4', 'com.liferay.translation.sr_RS_latin', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1103', '20097', 'com.liferay.translation.gl_ES', '4', 'com.liferay.translation.gl_ES', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1104', '20097', 'com.liferay.translation.zh_TW', '4', 'com.liferay.translation.zh_TW', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1105', '20097', 'com.liferay.translation.nl_NL', '4', 'com.liferay.translation.nl_NL', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1106', '20097', 'com.liferay.translation.zh_CN', '4', 'com.liferay.translation.zh_CN', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1107', '20097', 'com.liferay.translation.uk_UA', '4', 'com.liferay.translation.uk_UA', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1108', '20097', 'com.liferay.translation.en_US', '4', 'com.liferay.translation.en_US', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1109', '20097', 'com.liferay.translation.hi_IN', '4', 'com.liferay.translation.hi_IN', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1110', '20097', 'com.liferay.translation.pl_PL', '4', 'com.liferay.translation.pl_PL', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1111', '20097', 'com.liferay.translation.sv_SE', '4', 'com.liferay.translation.sv_SE', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1112', '20097', 'com.liferay.translation.el_GR', '4', 'com.liferay.translation.el_GR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1113', '20097', 'com.liferay.translation.ta_IN', '4', 'com.liferay.translation.ta_IN', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1114', '20097', 'com.liferay.translation.tr_TR', '4', 'com.liferay.translation.tr_TR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1115', '20097', 'com.liferay.translation.it_IT', '4', 'com.liferay.translation.it_IT', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1116', '20097', 'com.liferay.translation.ru_RU', '4', 'com.liferay.translation.ru_RU', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1117', '20097', 'com.liferay.translation.pt_PT', '4', 'com.liferay.translation.pt_PT', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1118', '20097', 'com.liferay.translation.iw_IL', '4', 'com.liferay.translation.iw_IL', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1119', '20097', 'com.liferay.translation.vi_VN', '4', 'com.liferay.translation.vi_VN', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1120', '20097', 'com.liferay.translation.eu_ES', '4', 'com.liferay.translation.eu_ES', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1121', '20097', 'com.liferay.translation.kk_KZ', '4', 'com.liferay.translation.kk_KZ', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1122', '20097', 'com.liferay.translation.fr_FR', '4', 'com.liferay.translation.fr_FR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1123', '20097', 'com.liferay.translation.ja_JP', '4', 'com.liferay.translation.ja_JP', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1124', '20097', 'com.liferay.translation.pt_BR', '4', 'com.liferay.translation.pt_BR', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1125', '20097', 'com.liferay.translation.en_AU', '4', 'com.liferay.translation.en_AU', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1126', '20097', 'com.liferay.translation.ca_ES', '4', 'com.liferay.translation.ca_ES', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1127', '20097', 'com.liferay.translation.hu_HU', '4', 'com.liferay.translation.hu_HU', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1128', '20097', 'com.liferay.translation.lo_LA', '4', 'com.liferay.translation.lo_LA', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1129', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1130', '20097', 'com_liferay_translation_web_internal_portlet_TranslationPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1131', '20097', 'com.liferay.translation.zh_TW', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1132', '20097', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', '4', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1133', '20097', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1134', '20097', 'com_liferay_portal_search_elasticsearch_monitoring_portlet_MonitoringPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1135', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '4', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1136', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '4', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1137', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '4', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1138', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1139', '20097', 'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1140', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1141', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1142', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1143', '20097', 'com.liferay.account.model.AccountEntry', '4', 'com.liferay.account.model.AccountEntry', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1144', '20097', 'com.liferay.account', '4', 'com.liferay.account', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1145', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1146', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1147', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1148', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1149', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountGroupsAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1150', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', '4', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1151', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', '1', '20097', '20097', '20104', '0', '64', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1152', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39945', '39945', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1153', '20097', 'com.liferay.account.model.AccountEntry', '3', '0', '0', '39945', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1154', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39949', '39949', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('3', '0', '1155', '20097', 'com.liferay.account.model.AccountEntry', '3', '0', '0', '39949', '0', '99', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1156', '20097', 'com.liferay.account', '3', '0', '0', '39949', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1157', '20097', 'com.liferay.portal.kernel.model.Role', '4', '39952', '39952', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('5', '0', '1158', '20097', 'com.liferay.account.model.AccountEntry', '3', '0', '0', '39952', '0', '243', '1'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1159', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountUsersAdminPortlet', '3', '0', '0', '39952', '0', '48', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1160', '20097', 'com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet', '3', '0', '0', '39952', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1161', '20097', 'com.liferay.portal.kernel.model.Organization', '3', '0', '0', '39952', '0', '6144', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1162', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1163', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1164', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1165', '20097', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1166', '20097', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1167', '20097', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1168', '20097', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1169', '20097', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20106', '0', '3', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1170', '20097', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.app.builder.model.AppBuilderApp-com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1171', '20097', 'com.liferay.app.builder.model.AppBuilderApp', '4', 'com.liferay.app.builder.model.AppBuilderApp', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1172', '20097', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1173', '20097', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.app.builder.internal.data.engine.content.type.AppBuilderFieldSetDataDefinitionContentType$AppBuilderFieldSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1174', '20097', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20106', '0', '3', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1175', '20097', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.data.engine.nativeobject.DataEngineNativeObject-com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1176', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1177', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1178', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1179', '20097', 'com_liferay_app_builder_web_internal_portlet_AppBuilderPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1180', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1181', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1182', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1183', '20097', 'com.liferay.app.builder', '4', 'com.liferay.app.builder', '0', '20107', '0', '62', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1184', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1185', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1186', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1187', '20097', 'com_liferay_app_builder_web_internal_portlet_ObjectsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1188', '20097', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1189', '20097', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1190', '20097', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1191', '20097', 'com_liferay_calendar_web_portlet_CalendarAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1192', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '4', 'com_liferay_comment_web_portlet_CommentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1193', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '4', 'com_liferay_comment_web_portlet_CommentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1194', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '4', 'com_liferay_comment_web_portlet_CommentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1195', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1196', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1197', '20097', 'com_liferay_comment_web_portlet_CommentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1198', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '4', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1199', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '4', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1200', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '4', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1201', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1202', '20097', 'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1203', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1204', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1205', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1206', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1207', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1208', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1209', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1210', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1211', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1212', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1213', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1214', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1215', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1216', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1217', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1218', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '4', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1219', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '4', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1220', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '4', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1221', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1222', '20097', 'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1223', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '4', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1224', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '4', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1225', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '4', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1226', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1227', '20097', 'com_liferay_exportimport_web_portlet_ChangesetPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1228', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '4', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1229', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '4', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1230', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '4', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1231', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1232', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1233', '20097', 'com_liferay_image_editor_web_portlet_ImageEditorPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1234', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '4', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1235', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '4', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1236', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '4', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1237', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1238', '20097', 'com_liferay_frontend_theme_classic_style_guide_sample_web_internal_portlet_FrontendThemeClassicStyleGuideSamplePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1239', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '4', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1240', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '4', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1241', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '4', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1242', '20097', 'com.liferay.portal.kernel.model.LayoutPrototype', '4', 'com.liferay.portal.kernel.model.LayoutPrototype', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1243', '20097', 'com.liferay.portal.kernel.model.LayoutPrototype', '4', 'com.liferay.portal.kernel.model.LayoutPrototype', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1244', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1245', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1246', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1247', '20097', 'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1248', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '4', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1249', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '4', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1250', '20097', 'com.liferay.oauth2.provider', '4', 'com.liferay.oauth2.provider', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1251', '20097', 'com.liferay.oauth2.provider.model.OAuth2Application', '4', 'com.liferay.oauth2.provider.model.OAuth2Application', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1252', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1253', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1254', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1255', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1256', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '4', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1257', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '4', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1258', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1259', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1260', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1261', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1262', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '4', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1263', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1264', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1265', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1266', '20097', 'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet', '1', '20097', '20097', '20109', '0', '48', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1267', '20097', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '4', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1268', '20097', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '4', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1269', '20097', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '4', 'com_liferay_product_navigation_applications_menu_web_internal_portlet_ProductNavigationApplicationsMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1270', '20097', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '4', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1271', '20097', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '4', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1272', '20097', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '4', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1273', '20097', 'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1274', '20097', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '4', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1275', '20097', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '4', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1276', '20097', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '4', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1277', '20097', 'com_liferay_remote_app_admin_web_portlet_RemoteAppAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1278', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '4', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1279', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '4', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1280', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '4', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1281', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1282', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1283', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1284', '20097', 'com_liferay_saml_web_internal_portlet_SamlAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1285', '20097', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '4', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1286', '20097', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '4', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1287', '20097', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '4', 'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1288', '20097', 'com.liferay.segments', '4', 'com.liferay.segments', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1289', '20097', 'com.liferay.segments', '4', 'com.liferay.segments', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1290', '20097', 'com.liferay.segments', '4', 'com.liferay.segments', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1291', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '4', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1292', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '4', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1293', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '4', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1294', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1295', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1296', '20097', 'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1297', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '4', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1298', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '4', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1299', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '4', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1300', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1301', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1302', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1303', '20097', 'com_liferay_sharing_web_portlet_SharedAssetsPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1304', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '4', 'com_liferay_sharing_web_portlet_SharingPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1305', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '4', 'com_liferay_sharing_web_portlet_SharingPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1306', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '4', 'com_liferay_sharing_web_portlet_SharingPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1307', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1308', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1309', '20097', 'com_liferay_sharing_web_portlet_SharingPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1310', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '4', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1311', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '4', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1312', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '4', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1313', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1314', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1315', '20097', 'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1316', '20097', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '4', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1317', '20097', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '4', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1318', '20097', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '4', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1319', '20097', 'com_liferay_user_associated_data_web_portlet_UserAssociatedData', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1320', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '4', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1321', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '4', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1322', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '4', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1323', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1324', '20097', 'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1325', '20097', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '4', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1326', '20097', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '4', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1327', '20097', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '4', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1328', '20097', 'com.liferay.portal.kernel.model.User', '4', 'com.liferay.portal.kernel.model.User', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1329', '20097', 'com.liferay.portal.kernel.model.Organization', '4', 'com.liferay.portal.kernel.model.Organization', '0', '20107', '0', '8191', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1330', '20097', 'com_liferay_users_admin_web_portlet_UsersAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1331', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '4', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1332', '20097', 'com.liferay.portal.reports.engine.console.model.Source', '4', 'com.liferay.portal.reports.engine.console.model.Source', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1333', '20097', 'com.liferay.portal.reports.engine.console.model.Source', '4', 'com.liferay.portal.reports.engine.console.model.Source', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1334', '20097', 'com.liferay.portal.reports.engine.console.model.Entry', '4', 'com.liferay.portal.reports.engine.console.model.Entry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1335', '20097', 'com.liferay.portal.reports.engine.console.model.Entry', '4', 'com.liferay.portal.reports.engine.console.model.Entry', '0', '20107', '0', '7', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1336', '20097', 'com.liferay.portal.reports.engine.console.model.Definition', '4', 'com.liferay.portal.reports.engine.console.model.Definition', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1337', '20097', 'com.liferay.portal.reports.engine.console.model.Definition', '4', 'com.liferay.portal.reports.engine.console.model.Definition', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1338', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1339', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1340', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '4', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1341', '20097', 'com.liferay.portal.reports.engine.console.admin', '4', 'com.liferay.portal.reports.engine.console.admin', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1342', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1343', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1344', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1345', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1346', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1347', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1348', '20097', 'com_liferay_app_builder_web_internal_portlet_AppsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1349', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1350', '20097', 'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1351', '20097', 'com.liferay.portal.reports.engine.console.admin', '2', '20122', '20122', '20108', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1352', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '4', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1353', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '4', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1354', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '4', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1355', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1356', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1357', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1358', '20097', 'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1359', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1360', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1361', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1362', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1363', '20097', 'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1364', '20097', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1365', '20097', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1366', '20097', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1367', '20097', 'com.liferay.portal.workflow.kaleo.designer', '4', 'com.liferay.portal.workflow.kaleo.designer', '0', '20107', '0', '7', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1368', '20097', 'com.liferay.portal.workflow.kaleo.designer', '4', 'com.liferay.portal.workflow.kaleo.designer', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1369', '20097', 'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1370', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1371', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1372', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1373', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1374', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1375', '20097', 'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1376', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1377', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1378', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '4', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1379', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1380', '20097', 'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1381', '20097', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '4', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1382', '20097', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '4', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1383', '20097', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '4', 'com_liferay_analytics_reports_web_internal_portlet_AnalyticsReportsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1384', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '4', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1385', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '4', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1386', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '4', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1387', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1388', '20097', 'com_liferay_clay_sample_web_portlet_ClaySamplePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1389', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '4', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1390', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '4', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1391', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '4', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1392', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1393', '20097', 'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1394', '20097', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', '4', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1395', '20097', 'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet', '1', '20097', '20097', '20104', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1396', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '4', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1397', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '4', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1398', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '4', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1399', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1400', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1401', '20097', 'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1402', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '4', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1403', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '4', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1404', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '4', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1405', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1406', '20097', 'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1407', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '4', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1408', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '4', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1409', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '4', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1410', '20097', 'com.liferay.redirect.model.RedirectEntry', '4', 'com.liferay.redirect.model.RedirectEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1411', '20097', 'com.liferay.redirect', '4', 'com.liferay.redirect', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1412', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1413', '20097', 'com_liferay_redirect_web_internal_portlet_RedirectPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1414', '20097', 'com.liferay.redirect', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1415', '20097', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '4', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1416', '20097', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '4', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1417', '20097', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '4', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1418', '20097', 'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1419', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '4', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1420', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '4', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1421', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '4', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1422', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1423', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1424', '20097', 'com_liferay_questions_web_internal_portlet_QuestionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1425', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '4', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1426', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '4', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1427', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '4', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1428', '20097', 'com.liferay.style.book', '4', 'com.liferay.style.book', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1429', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1430', '20097', 'com_liferay_style_book_web_internal_portlet_StyleBookPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1431', '20097', 'com.liferay.style.book', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1432', '20097', 'com_liferay_mentions_web_portlet_MentionsPortlet', '4', 'com_liferay_mentions_web_portlet_MentionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1433', '20097', 'com_liferay_mentions_web_portlet_MentionsPortlet', '4', 'com_liferay_mentions_web_portlet_MentionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1434', '20097', 'com_liferay_mentions_web_portlet_MentionsPortlet', '4', 'com_liferay_mentions_web_portlet_MentionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1435', '20097', 'com_liferay_mentions_web_portlet_MentionsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1436', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1437', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1438', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1439', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1440', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1441', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1442', '20097', 'com_liferay_multi_factor_authentication_portlet_web_internal_portlet_MFAEmailOTPVerifyPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1443', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1444', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1445', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '4', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1446', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1447', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1448', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1449', '20097', 'com_liferay_multi_factor_authentication_web_portlet_MFAVerifyPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1450', '20097', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '4', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1451', '20097', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '4', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1452', '20097', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '4', 'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1453', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '4', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1454', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '4', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1455', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '4', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1456', '20097', 'com.liferay.asset.tags', '4', 'com.liferay.asset.tags', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1457', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1458', '20097', 'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1459', '20097', 'com.liferay.asset.tags', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1460', '20097', 'com_liferay_expando_web_portlet_ExpandoPortlet', '4', 'com_liferay_expando_web_portlet_ExpandoPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1461', '20097', 'com.liferay.expando.kernel.model.ExpandoColumn', '4', 'com.liferay.expando.kernel.model.ExpandoColumn', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1462', '20097', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '4', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1463', '20097', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '4', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1464', '20097', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '4', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1465', '20097', 'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1466', '20097', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '4', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1467', '20097', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '4', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1468', '20097', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '4', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1469', '20097', 'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1470', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1471', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1472', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1473', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1474', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1475', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '4', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1476', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '4', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1477', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '4', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1478', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1479', '20097', 'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1480', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '4', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1481', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '4', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1482', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '4', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1483', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1484', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1485', '20097', 'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1486', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '4', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1487', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '4', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1488', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '4', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1489', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1490', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1491', '20097', 'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1492', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '4', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1493', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '4', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1494', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '4', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1495', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1496', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1497', '20097', 'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1498', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '4', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1499', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '4', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1500', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '4', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1501', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1502', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1503', '20097', 'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1504', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '4', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1505', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '4', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1506', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '4', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1507', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1508', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1509', '20097', 'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1510', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '4', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1511', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '4', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1512', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '4', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1513', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1514', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1515', '20097', 'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1516', '20097', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', '4', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1517', '20097', 'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet', '1', '20097', '20097', '20104', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1518', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '4', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1519', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '4', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1520', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '4', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1521', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1522', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1523', '20097', 'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1524', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '4', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1525', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '4', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1526', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '4', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1527', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1528', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1529', '20097', 'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1530', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '4', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1531', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '4', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1532', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '4', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1533', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1534', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1535', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1536', '20097', 'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1537', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '4', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1538', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '4', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1539', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '4', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1540', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1541', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1542', '20097', 'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1543', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '4', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1544', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '4', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1545', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '4', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1546', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1547', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1548', '20097', 'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1549', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '4', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1550', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '4', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1551', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '4', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1552', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1553', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1554', '20097', 'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1555', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '4', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1556', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '4', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1557', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '4', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1558', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1559', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1560', '20097', 'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1561', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '4', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1562', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '4', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1563', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '4', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1564', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1565', '20097', 'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1566', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '4', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1567', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '4', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1568', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '4', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1569', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '1', '20097', '20097', '20108', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1570', '20097', 'com_liferay_content_dashboard_web_portlet_ContentDashboardAdminPortlet', '1', '20097', '20097', '20109', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1571', '20097', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '4', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1572', '20097', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '4', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1573', '20097', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '4', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1574', '20097', 'com.liferay.portal.kernel.model.PasswordPolicy', '4', 'com.liferay.portal.kernel.model.PasswordPolicy', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1575', '20097', 'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1576', '20097', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '4', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1577', '20097', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '4', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1578', '20097', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '4', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1579', '20097', 'com.liferay.portal.kernel.model.Team', '4', 'com.liferay.portal.kernel.model.Team', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1580', '20097', 'com_liferay_site_teams_web_portlet_SiteTeamsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1581', '20097', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '4', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1582', '20097', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '4', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1583', '20097', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '4', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1584', '20097', 'com.liferay.portal.kernel.model.UserGroup', '4', 'com.liferay.portal.kernel.model.UserGroup', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1585', '20097', 'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1586', '20097', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '4', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1587', '20097', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '4', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1588', '20097', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '4', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1589', '20097', 'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1590', '20097', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '4', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1591', '20097', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '4', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1592', '20097', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '4', 'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1593', '20097', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '4', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1594', '20097', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '4', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1595', '20097', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '4', 'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1596', '20097', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1597', '20097', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1598', '20097', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1599', '20097', 'com.liferay.portal.kernel.model.LayoutSetPrototype', '4', 'com.liferay.portal.kernel.model.LayoutSetPrototype', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1600', '20097', 'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1601', '20097', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1602', '20097', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1603', '20097', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '4', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1604', '20097', 'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1605', '20097', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '4', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1606', '20097', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '4', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1607', '20097', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '4', 'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1608', '20097', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '4', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1609', '20097', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '4', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1610', '20097', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '4', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1611', '20097', 'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1612', '20097', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '4', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1613', '20097', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '4', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1614', '20097', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '4', 'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1615', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '4', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1616', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '4', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1617', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '4', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1618', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1619', '20097', 'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1620', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '4', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1621', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '4', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1622', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '4', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1623', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1624', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1625', '20097', 'com_liferay_hello_world_web_portlet_HelloWorldPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1626', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '4', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1627', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '4', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1628', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '4', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1629', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1630', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1631', '20097', 'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1632', '20097', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '4', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1633', '20097', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '4', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1634', '20097', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '4', 'com_liferay_item_selector_web_portlet_ItemSelectorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1635', '20097', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '4', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1636', '20097', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '4', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1637', '20097', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '4', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1638', '20097', 'com_liferay_license_manager_web_portlet_LicenseManagerPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1639', '20097', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '4', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1640', '20097', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '4', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1641', '20097', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '4', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1642', '20097', 'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1643', '20097', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '4', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1644', '20097', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '4', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1645', '20097', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '4', 'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1646', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '4', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1647', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '4', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1648', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '4', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1649', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1650', '20097', 'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1651', '20097', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '4', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1652', '20097', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '4', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1653', '20097', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '4', 'com_liferay_site_browser_web_portlet_SiteBrowserPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1654', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '4', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1655', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '4', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1656', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '4', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1657', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1658', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1659', '20097', 'com_liferay_social_requests_web_portlet_SocialRequestsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1660', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '4', 'com_liferay_portal_search_web_portlet_SearchPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1661', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '4', 'com_liferay_portal_search_web_portlet_SearchPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1662', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '4', 'com_liferay_portal_search_web_portlet_SearchPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1663', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1664', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1665', '20097', 'com_liferay_portal_search_web_portlet_SearchPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1666', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', '4', 'com_liferay_announcements_web_portlet_AlertsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1667', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', '4', 'com_liferay_announcements_web_portlet_AlertsPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1668', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', '4', 'com_liferay_announcements_web_portlet_AlertsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1669', '20097', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', '4', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1670', '20097', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', '4', 'com.liferay.announcements.kernel.model.AnnouncementsEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1671', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1672', '20097', 'com_liferay_announcements_web_portlet_AlertsPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1673', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', '4', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1674', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1675', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '4', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1676', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '4', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1677', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '4', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1678', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1679', '20097', 'com_liferay_announcements_web_portlet_AnnouncementsPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1680', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '4', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1681', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '4', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1682', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '4', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1683', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1684', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1685', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1686', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '4', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1687', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1688', '20097', 'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1689', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1690', '20097', 'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1691', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1692', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1693', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1694', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1695', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1696', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1697', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1698', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1699', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '4', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1700', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1701', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1702', '20097', 'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1703', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '4', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1704', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '4', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1705', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '4', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1706', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1707', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1708', '20097', 'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1709', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '4', 'com_liferay_flags_web_portlet_FlagsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1710', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '4', 'com_liferay_flags_web_portlet_FlagsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1711', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '4', 'com_liferay_flags_web_portlet_FlagsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1712', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1713', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1714', '20097', 'com_liferay_flags_web_portlet_FlagsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1715', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '4', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1716', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '4', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1717', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '4', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1718', '20097', 'com.liferay.commerce.account.model.CommerceAccountGroup', '4', '40062', '40062', '20107', '20125', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1719', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1720', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1721', '20097', 'com_liferay_flags_web_portlet_PageFlagsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1722', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', '4', 'com_liferay_iframe_web_portlet_IFramePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1723', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', '4', 'com_liferay_iframe_web_portlet_IFramePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1724', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', '4', 'com_liferay_iframe_web_portlet_IFramePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1725', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1726', '20097', 'com_liferay_iframe_web_portlet_IFramePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1727', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '4', 'com_liferay_login_web_portlet_FastLoginPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1728', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '4', 'com_liferay_login_web_portlet_FastLoginPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1729', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '4', 'com_liferay_login_web_portlet_FastLoginPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('5', '0', '1730', '20097', 'com.liferay.commerce.account.model.CommerceAccount', '3', '0', '0', '39949', '0', '489', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1731', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '1', '20097', '20097', '20106', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1732', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '1', '20097', '20097', '20108', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1733', '20097', 'com_liferay_login_web_portlet_FastLoginPortlet', '1', '20097', '20097', '20109', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1734', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '4', 'com_liferay_login_web_portlet_LoginPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1735', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '4', 'com_liferay_login_web_portlet_LoginPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1736', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '4', 'com_liferay_login_web_portlet_LoginPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1737', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '1', '20097', '20097', '20106', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1738', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1739', '20097', 'com_liferay_login_web_portlet_LoginPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1740', '20097', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '4', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1741', '20097', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '4', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1742', '20097', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '4', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1743', '20097', 'com_liferay_monitoring_web_portlet_MonitoringPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1744', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '4', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1745', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '4', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1746', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '4', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1747', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1748', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1749', '20097', 'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1750', '20097', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '4', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1751', '20097', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '4', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1752', '20097', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '4', 'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1753', '20097', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '4', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1754', '20097', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '4', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1755', '20097', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '4', 'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1756', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', '4', 'com_liferay_rss_web_portlet_RSSPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1757', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', '4', 'com_liferay_rss_web_portlet_RSSPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1758', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', '4', 'com_liferay_rss_web_portlet_RSSPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('6', '0', '1759', '20097', 'com.liferay.commerce.order', '3', '0', '0', '39949', '0', '1742', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1760', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1761', '20097', 'com_liferay_rss_web_portlet_RSSPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1762', '20097', 'com.liferay.portal.kernel.model.Role', '4', '40072', '40072', '20107', '20125', '127', '1'); INSERT INTO `resourcepermission` VALUES ('3', '0', '1763', '20097', 'com.liferay.commerce.order', '3', '0', '0', '40072', '0', '1546', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1764', '20097', 'com.liferay.portal.kernel.model.Role', '4', '40074', '40074', '20107', '20125', '127', '1'); INSERT INTO `resourcepermission` VALUES ('6', '0', '1765', '20097', 'com.liferay.commerce.order', '3', '0', '0', '40074', '0', '1742', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1766', '20097', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '4', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1767', '20097', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '4', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1768', '20097', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '4', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1769', '20097', 'com_liferay_server_admin_web_portlet_ServerAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1770', '20097', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '4', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1771', '20097', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '4', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1772', '20097', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1773', '20097', 'com_liferay_site_my_sites_web_portlet_MySitesPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1774', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '4', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1775', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '4', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1776', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '4', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1777', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1778', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1779', '20097', 'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1780', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '4', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1781', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '4', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1782', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '4', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1783', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1784', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1785', '20097', 'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1786', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '4', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1787', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '4', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1788', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '4', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1789', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1790', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1791', '20097', 'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1792', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '4', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1793', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '4', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1794', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '4', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1795', '20097', 'com.liferay.commerce.account.model.CommerceAccountGroup', '4', 'com.liferay.commerce.account.model.CommerceAccountGroup', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1796', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1797', '20097', 'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1798', '20097', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', '4', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1799', '20097', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1800', '20097', 'com_liferay_social_activity_web_portlet_SocialActivityPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1801', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '4', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1802', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '4', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1803', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '4', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1804', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1805', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1806', '20097', 'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1807', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '4', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1808', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '4', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1809', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '4', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1810', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1811', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1812', '20097', 'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1813', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '4', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1814', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '4', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1815', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '4', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1816', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryType', '4', 'com.liferay.document.library.kernel.model.DLFileEntryType', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1817', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryType', '4', 'com.liferay.document.library.kernel.model.DLFileEntryType', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1818', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', 'com.liferay.document.library.kernel.model.DLFileEntry', '0', '20106', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1819', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', 'com.liferay.document.library.kernel.model.DLFileEntry', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1820', '20097', 'com.liferay.document.library.kernel.model.DLFileShortcut', '4', 'com.liferay.document.library.kernel.model.DLFileShortcut', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1821', '20097', 'com.liferay.document.library.kernel.model.DLFileShortcut', '4', 'com.liferay.document.library.kernel.model.DLFileShortcut', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1822', '20097', 'com.liferay.document.library', '4', 'com.liferay.document.library', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1823', '20097', 'com.liferay.document.library', '4', 'com.liferay.document.library', '0', '20107', '0', '1023', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1824', '20097', 'com.liferay.document.library', '4', 'com.liferay.document.library', '0', '20114', '0', '465', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1825', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1826', '20097', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1827', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', 'com.liferay.document.library.kernel.model.DLFolder', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1828', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', 'com.liferay.document.library.kernel.model.DLFolder', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1829', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1830', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1831', '20097', 'com_liferay_document_library_web_portlet_DLAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1832', '20097', 'com.liferay.document.library', '2', '20122', '20122', '20108', '0', '1023', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1833', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '4', 'com_liferay_document_library_web_portlet_DLPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1834', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '4', 'com_liferay_document_library_web_portlet_DLPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1835', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '4', 'com_liferay_document_library_web_portlet_DLPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1836', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1837', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1838', '20097', 'com_liferay_document_library_web_portlet_DLPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1839', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '4', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1840', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '4', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1841', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '4', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1842', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1843', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1844', '20097', 'com_liferay_document_library_web_portlet_IGDisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1845', '20097', 'com_liferay_my_account_web_portlet_MyAccountPortlet', '4', 'com_liferay_my_account_web_portlet_MyAccountPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1846', '20097', 'com_liferay_my_account_web_portlet_MyAccountPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1847', '20097', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '4', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1848', '20097', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '4', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1849', '20097', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '4', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1850', '20097', 'com_liferay_sync_web_portlet_SyncAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1851', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '4', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1852', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '4', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1853', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '4', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1854', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1855', '20097', 'com_liferay_sync_web_portlet_SyncDevicesPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1856', '20097', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '4', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1857', '20097', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '4', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1858', '20097', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '4', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1859', '20097', 'com.liferay.depot.model.DepotEntry', '4', 'com.liferay.depot.model.DepotEntry', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1860', '20097', 'com.liferay.depot', '4', 'com.liferay.depot', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1861', '20097', 'com_liferay_depot_web_portlet_DepotAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1862', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '4', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1863', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '4', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1864', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '4', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1865', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1866', '20097', 'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1867', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '4', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1868', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '4', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1869', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '4', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1870', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1871', '20097', 'com_liferay_depot_web_portlet_DepotSettingsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1872', '20097', 'com.liferay.depot', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1873', '20097', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', '4', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1874', '20097', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1875', '20097', 'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1876', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', '4', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1877', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', '4', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', '0', '20114', '0', '17', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1878', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsConfigurationPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1879', '20097', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', '4', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1880', '20097', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', '4', 'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1881', '20097', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', '4', 'com.liferay.mobile.device.rules.model.MDRRuleGroup', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1882', '20097', 'com.liferay.mobile.device.rules', '4', 'com.liferay.mobile.device.rules', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1883', '20097', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1884', '20097', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1885', '20097', 'com_liferay_mobile_device_rules_web_portlet_MDRPortlet', '2', '20122', '20122', '20108', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1886', '20097', 'com.liferay.mobile.device.rules', '2', '20122', '20122', '20108', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1887', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '4', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1888', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '4', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1889', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '4', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1890', '20097', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', '4', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1891', '20097', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', '4', 'com.liferay.site.navigation.model.SiteNavigationMenuItem', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1892', '20097', 'com.liferay.site.navigation.model.SiteNavigationMenu', '4', 'com.liferay.site.navigation.model.SiteNavigationMenu', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1893', '20097', 'com.liferay.site.navigation.model.SiteNavigationMenu', '4', 'com.liferay.site.navigation.model.SiteNavigationMenu', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1894', '20097', 'com.liferay.site.navigation', '4', 'com.liferay.site.navigation', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1895', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1896', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1897', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1898', '20097', 'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet', '2', '20122', '20122', '20108', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1899', '20097', 'com.liferay.site.navigation', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1900', '20097', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', '4', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1901', '20097', 'com.liferay.push.notifications', '4', 'com.liferay.push.notifications', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1902', '20097', 'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1903', '20097', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '4', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1904', '20097', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '4', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1905', '20097', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '4', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1906', '20097', 'com.liferay.portal.kernel.model.Role', '4', 'com.liferay.portal.kernel.model.Role', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1907', '20097', 'com_liferay_roles_admin_web_portlet_RolesAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1908', '20097', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '4', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1909', '20097', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '4', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1910', '20097', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '4', 'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1911', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '4', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1912', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '4', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1913', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '4', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1914', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1915', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1916', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '1917', '20097', 'com_liferay_notifications_web_portlet_NotificationsPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1918', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '4', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1919', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '4', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1920', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '4', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1921', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1922', '20097', 'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1923', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '4', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1924', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '4', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1925', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '4', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1926', '20097', 'com.liferay.segments.model.SegmentsExperience', '4', 'com.liferay.segments.model.SegmentsExperience', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1927', '20097', 'com.liferay.segments.model.SegmentsExperience', '4', 'com.liferay.segments.model.SegmentsExperience', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1928', '20097', 'com.liferay.segments.model.SegmentsEntry', '4', 'com.liferay.segments.model.SegmentsEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1929', '20097', 'com.liferay.segments.model.SegmentsEntry', '4', 'com.liferay.segments.model.SegmentsEntry', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1930', '20097', 'com.liferay.segments.model.SegmentsExperiment', '4', 'com.liferay.segments.model.SegmentsExperiment', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1931', '20097', 'com.liferay.segments.model.SegmentsExperiment', '4', 'com.liferay.segments.model.SegmentsExperiment', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1932', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1933', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1934', '20097', 'com_liferay_segments_web_internal_portlet_SegmentsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1935', '20097', 'com.liferay.segments', '2', '20122', '20122', '20108', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1936', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', '4', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1937', '20097', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', '4', 'com_liferay_change_tracking_web_portlet_ChangeListsPortlet', '0', '20114', '0', '33', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1938', '20097', 'com.liferay.change.tracking.model.CTCollection', '4', 'com.liferay.change.tracking.model.CTCollection', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1939', '20097', 'com.liferay.change.tracking', '4', 'com.liferay.change.tracking', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1940', '20097', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '4', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1941', '20097', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '4', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1942', '20097', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '4', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1943', '20097', 'com.liferay.portal.security.service.access.policy', '4', 'com.liferay.portal.security.service.access.policy', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1944', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1945', '20097', 'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1946', '20097', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', '4', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1947', '20097', 'com.liferay.commerce.bom.model.CommerceBOMFolder', '4', 'com.liferay.commerce.bom.model.CommerceBOMFolder', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1948', '20097', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', '4', 'com.liferay.commerce.bom.model.CommerceBOMDefinition', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1949', '20097', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1950', '20097', 'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1951', '20097', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '4', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1952', '20097', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '4', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1953', '20097', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '4', 'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1954', '20097', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '4', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1955', '20097', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '4', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1956', '20097', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '4', 'com_liferay_staging_bar_web_portlet_StagingBarPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1957', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '4', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1958', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '4', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1959', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '4', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1960', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1961', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1962', '20097', 'com_liferay_contacts_web_portlet_ContactsCenterPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1963', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '4', 'com_liferay_contacts_web_portlet_MembersPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1964', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '4', 'com_liferay_contacts_web_portlet_MembersPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1965', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '4', 'com_liferay_contacts_web_portlet_MembersPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1966', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '1', '20097', '20097', '20104', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1967', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '1', '20097', '20097', '20106', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1968', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '1', '20097', '20097', '20108', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1969', '20097', 'com_liferay_contacts_web_portlet_MembersPortlet', '1', '20097', '20097', '20109', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1970', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '4', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1971', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '4', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1972', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '4', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1973', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1974', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1975', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1976', '20097', 'com_liferay_contacts_web_portlet_MyContactsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1977', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '4', 'com_liferay_contacts_web_portlet_ProfilePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1978', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '4', 'com_liferay_contacts_web_portlet_ProfilePortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1979', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '4', 'com_liferay_contacts_web_portlet_ProfilePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1980', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '1', '20097', '20097', '20104', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1981', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '1', '20097', '20097', '20106', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1982', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '1', '20097', '20097', '20108', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1983', '20097', 'com_liferay_contacts_web_portlet_ProfilePortlet', '1', '20097', '20097', '20109', '0', '4', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1984', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '4', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1985', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '4', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1986', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '4', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1987', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1988', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1989', '20097', 'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1990', '20097', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', '4', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1991', '20097', 'com.liferay.oauth.model.OAuthApplication', '4', 'com.liferay.oauth.model.OAuthApplication', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1992', '20097', 'com.liferay.oauth', '4', 'com.liferay.oauth', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1993', '20097', 'com.liferay.oauth.model.OAuthUser', '4', 'com.liferay.oauth.model.OAuthUser', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1994', '20097', 'com_liferay_oauth_web_internal_portlet_AdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1995', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '4', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1996', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '4', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1997', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '4', 'com_liferay_oauth_web_internal_portlet_AuthorizePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1998', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', '4', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '1999', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '2000', '20097', 'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2001', '20097', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '4', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2002', '20097', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '4', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2003', '20097', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '4', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2004', '20097', 'com.liferay.marketplace', '4', 'com.liferay.marketplace', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2005', '20097', 'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2006', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2007', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2008', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2009', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2010', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2011', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2012', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '4', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2013', '20097', 'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2014', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2015', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2016', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2017', '20097', 'com.liferay.microblogs.model.MicroblogsEntry', '4', 'com.liferay.microblogs.model.MicroblogsEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2018', '20097', 'com.liferay.microblogs.model.MicroblogsEntry', '4', 'com.liferay.microblogs.model.MicroblogsEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2019', '20097', 'com.liferay.microblogs', '4', 'com.liferay.microblogs', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2020', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2021', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2022', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2023', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2024', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2025', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2026', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '4', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2027', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2028', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2029', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2030', '20097', 'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2031', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2032', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2033', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '4', 'com_liferay_calendar_web_portlet_CalendarPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2034', '20097', 'com.liferay.calendar.model.CalendarResource', '4', 'com.liferay.calendar.model.CalendarResource', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2035', '20097', 'com.liferay.calendar.model.CalendarBooking', '4', 'com.liferay.calendar.model.CalendarBooking', '0', '20107', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2036', '20097', 'com.liferay.calendar', '4', 'com.liferay.calendar', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2037', '20097', 'com.liferay.calendar.model.Calendar', '4', 'com.liferay.calendar.model.Calendar', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2038', '20097', 'com.liferay.calendar.model.Calendar', '4', 'com.liferay.calendar.model.Calendar', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2039', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2040', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2041', '20097', 'com_liferay_calendar_web_portlet_CalendarPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2042', '20097', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '4', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2043', '20097', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '4', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2044', '20097', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '4', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2045', '20097', 'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2046', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', '4', 'com_liferay_fragment_web_portlet_FragmentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2047', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', '4', 'com_liferay_fragment_web_portlet_FragmentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2048', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', '4', 'com_liferay_fragment_web_portlet_FragmentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2049', '20097', 'com.liferay.fragment', '4', 'com.liferay.fragment', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2050', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2051', '20097', 'com_liferay_fragment_web_portlet_FragmentPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2052', '20097', 'com.liferay.fragment', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2053', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2054', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2055', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2056', '20097', 'com.liferay.bookmarks', '4', 'com.liferay.bookmarks', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2057', '20097', 'com.liferay.bookmarks', '4', 'com.liferay.bookmarks', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2058', '20097', 'com.liferay.bookmarks', '4', 'com.liferay.bookmarks', '0', '20114', '0', '11', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2059', '20097', 'com.liferay.bookmarks.model.BookmarksEntry', '4', 'com.liferay.bookmarks.model.BookmarksEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2060', '20097', 'com.liferay.bookmarks.model.BookmarksEntry', '4', 'com.liferay.bookmarks.model.BookmarksEntry', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2061', '20097', 'com.liferay.bookmarks.model.BookmarksFolder', '4', 'com.liferay.bookmarks.model.BookmarksFolder', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2062', '20097', 'com.liferay.bookmarks.model.BookmarksFolder', '4', 'com.liferay.bookmarks.model.BookmarksFolder', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2063', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2064', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2065', '20097', 'com.liferay.bookmarks', '2', '20122', '20122', '20108', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2066', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2067', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2068', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '4', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2069', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2070', '20097', 'com_liferay_bookmarks_web_portlet_BookmarksPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2071', '20097', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2072', '20097', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2073', '20097', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportImportPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2074', '20097', 'com_liferay_exportimport_web_portlet_ExportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2075', '20097', 'com_liferay_exportimport_web_portlet_ExportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2076', '20097', 'com_liferay_exportimport_web_portlet_ExportPortlet', '4', 'com_liferay_exportimport_web_portlet_ExportPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2077', '20097', 'com_liferay_exportimport_web_portlet_ExportPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2078', '20097', 'com_liferay_exportimport_web_portlet_ImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ImportPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2079', '20097', 'com_liferay_exportimport_web_portlet_ImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ImportPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2080', '20097', 'com_liferay_exportimport_web_portlet_ImportPortlet', '4', 'com_liferay_exportimport_web_portlet_ImportPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2081', '20097', 'com_liferay_exportimport_web_portlet_ImportPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2082', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', '4', 'com_liferay_trash_web_portlet_TrashPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2083', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', '4', 'com_liferay_trash_web_portlet_TrashPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2084', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', '4', 'com_liferay_trash_web_portlet_TrashPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2085', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2086', '20097', 'com_liferay_trash_web_portlet_TrashPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2087', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2088', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2089', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2090', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2091', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2092', '20097', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '4', 'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2093', '20097', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '4', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2094', '20097', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '4', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2095', '20097', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '4', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2096', '20097', 'com.liferay.layout.page.template', '4', 'com.liferay.layout.page.template', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2097', '20097', 'com.liferay.layout.page.template', '4', 'com.liferay.layout.page.template', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2098', '20097', 'com.liferay.layout.page.template', '4', 'com.liferay.layout.page.template', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2099', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', '4', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2100', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', '4', 'com.liferay.layout.page.template.model.LayoutPageTemplateCollection', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2101', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2102', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2103', '20097', 'com_liferay_layout_page_template_admin_web_portlet_LayoutPageTemplatesPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2104', '20097', 'com.liferay.layout.page.template', '2', '20122', '20122', '20108', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2105', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '4', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2106', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '4', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2107', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '4', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2108', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2109', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2110', '20097', 'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2111', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '4', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2112', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '4', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2113', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '4', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2114', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2115', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2116', '20097', 'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2117', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '4', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2118', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '4', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2119', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '4', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2120', '20097', 'com.liferay.polls.model.PollsQuestion', '4', 'com.liferay.polls.model.PollsQuestion', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2121', '20097', 'com.liferay.polls.model.PollsQuestion', '4', 'com.liferay.polls.model.PollsQuestion', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2122', '20097', 'com.liferay.polls', '4', 'com.liferay.polls', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2123', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2124', '20097', 'com_liferay_polls_web_portlet_PollsDisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2125', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '4', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2126', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '4', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2127', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '4', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2128', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2129', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2130', '20097', 'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2131', '20097', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2132', '20097', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2133', '20097', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2134', '20097', 'com_liferay_site_admin_web_portlet_SiteAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2135', '20097', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2136', '20097', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2137', '20097', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '4', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2138', '20097', 'com_liferay_site_admin_web_portlet_SiteSettingsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2139', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2140', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2141', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2142', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2143', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2144', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2145', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2146', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2147', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2148', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '4', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2149', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2150', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2151', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2152', '20097', 'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2153', '20097', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '4', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2154', '20097', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '4', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2155', '20097', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '4', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2156', '20097', 'com_liferay_adaptive_media_web_portlet_AMPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2157', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '4', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2158', '20097', 'com.liferay.knowledge.base.admin', '4', 'com.liferay.knowledge.base.admin', '0', '20107', '0', '4094', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2159', '20097', 'com.liferay.knowledge.base.admin', '4', 'com.liferay.knowledge.base.admin', '0', '20114', '0', '1024', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2160', '20097', 'com.liferay.knowledge.base.model.KBFolder', '4', 'com.liferay.knowledge.base.model.KBFolder', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2161', '20097', 'com.liferay.knowledge.base.model.KBFolder', '4', 'com.liferay.knowledge.base.model.KBFolder', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2162', '20097', 'com.liferay.knowledge.base.model.KBTemplate', '4', 'com.liferay.knowledge.base.model.KBTemplate', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2163', '20097', 'com.liferay.knowledge.base.model.KBTemplate', '4', 'com.liferay.knowledge.base.model.KBTemplate', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2164', '20097', 'com.liferay.knowledge.base.model.KBArticle', '4', 'com.liferay.knowledge.base.model.KBArticle', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2165', '20097', 'com.liferay.knowledge.base.model.KBArticle', '4', 'com.liferay.knowledge.base.model.KBArticle', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2166', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2167', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2168', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2169', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2170', '20097', 'com_liferay_knowledge_base_web_portlet_AdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2171', '20097', 'com.liferay.knowledge.base.admin', '2', '20122', '20122', '20108', '0', '4094', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2172', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '4', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2173', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '4', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2174', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '4', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2175', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '1', '20097', '20097', '20106', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2176', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2177', '20097', 'com_liferay_journal_content_web_portlet_JournalContentPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2178', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '4', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2179', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '4', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2180', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '4', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2181', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '1', '20097', '20097', '20104', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2182', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '1', '20097', '20097', '20106', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2183', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2184', '20097', 'com_liferay_knowledge_base_web_portlet_ArticlePortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2185', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '4', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2186', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '4', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2187', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '4', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2188', '20097', 'com.liferay.knowledge.base.display', '4', 'com.liferay.knowledge.base.display', '0', '20107', '0', '126', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2189', '20097', 'com.liferay.knowledge.base.display', '4', 'com.liferay.knowledge.base.display', '0', '20114', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2190', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2191', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2192', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2193', '20097', 'com_liferay_knowledge_base_web_portlet_DisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2194', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2195', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2196', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2197', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '1', '20097', '20097', '20104', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2198', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '1', '20097', '20097', '20106', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2199', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2200', '20097', 'com_liferay_knowledge_base_web_portlet_SearchPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2201', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2202', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2203', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '4', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2204', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '1', '20097', '20097', '20104', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2205', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '1', '20097', '20097', '20106', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2206', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2207', '20097', 'com_liferay_knowledge_base_web_portlet_SectionPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2208', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '4', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2209', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '4', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2210', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '4', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2211', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('1', '0', '2212', '20097', 'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet', '1', '20097', '20097', '20109', '0', '34', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2213', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '4', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2214', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '4', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2215', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '1', '20097', '20097', '20108', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2216', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '1', '20097', '20097', '20109', '0', '16', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2217', '20097', 'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet', '2', '20122', '20122', '20108', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2218', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2219', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2220', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2221', '20097', 'com.liferay.dynamic.data.lists', '4', 'com.liferay.dynamic.data.lists', '0', '20107', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2222', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2223', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2224', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2225', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2226', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2227', '20097', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', '4', 'com.liferay.dynamic.data.lists.model.DDLRecordSet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2228', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2229', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2230', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2231', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2232', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2233', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '4', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2234', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2235', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2236', '20097', 'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2237', '20097', 'com.liferay.dynamic.data.lists', '2', '20122', '20122', '20108', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2238', '20097', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', '4', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2239', '20097', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', '4', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2240', '20097', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', '4', 'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2241', '20097', 'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2242', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '4', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2243', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '4', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2244', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '4', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2245', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2246', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2247', '20097', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', 'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2248', '20097', 'com.liferay.portal.workflow.kaleo.forms', '4', 'com.liferay.portal.workflow.kaleo.forms', '0', '20107', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2249', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2250', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2251', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2252', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2253', '20097', 'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2254', '20097', 'com.liferay.portal.workflow.kaleo.forms', '2', '20122', '20122', '20108', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2255', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '4', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2256', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '4', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2257', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '4', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2258', '20097', 'com.liferay.message.boards.model.MBCategory', '4', 'com.liferay.message.boards.model.MBCategory', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2259', '20097', 'com.liferay.message.boards.model.MBCategory', '4', 'com.liferay.message.boards.model.MBCategory', '0', '20107', '0', '4095', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2260', '20097', 'com.liferay.message.boards.model.MBThread', '4', 'com.liferay.message.boards.model.MBThread', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2261', '20097', 'com.liferay.message.boards.model.MBThread', '4', 'com.liferay.message.boards.model.MBThread', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2262', '20097', 'com.liferay.message.boards.model.MBMessage', '4', 'com.liferay.message.boards.model.MBMessage', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2263', '20097', 'com.liferay.message.boards.model.MBMessage', '4', 'com.liferay.message.boards.model.MBMessage', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2264', '20097', 'com.liferay.message.boards', '4', 'com.liferay.message.boards', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2265', '20097', 'com.liferay.message.boards', '4', 'com.liferay.message.boards', '0', '20107', '0', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2266', '20097', 'com.liferay.message.boards', '4', 'com.liferay.message.boards', '0', '20114', '0', '421', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2267', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2268', '20097', 'com_liferay_message_boards_web_portlet_MBAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2269', '20097', 'com.liferay.message.boards', '2', '20122', '20122', '20108', '0', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2270', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', '4', 'com_liferay_message_boards_web_portlet_MBPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2271', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', '4', 'com_liferay_message_boards_web_portlet_MBPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2272', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', '4', 'com_liferay_message_boards_web_portlet_MBPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2273', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2274', '20097', 'com_liferay_message_boards_web_portlet_MBPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2275', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '4', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2276', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '4', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2277', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '4', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2278', '20097', 'com.liferay.asset.categories', '4', 'com.liferay.asset.categories', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2279', '20097', 'com.liferay.asset.kernel.model.AssetCategory', '4', 'com.liferay.asset.kernel.model.AssetCategory', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2280', '20097', 'com.liferay.asset.kernel.model.AssetCategory', '4', 'com.liferay.asset.kernel.model.AssetCategory', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2281', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', 'com.liferay.asset.kernel.model.AssetVocabulary', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2282', '20097', 'com.liferay.asset.kernel.model.AssetVocabulary', '4', 'com.liferay.asset.kernel.model.AssetVocabulary', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2283', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '1', '20097', '20097', '20104', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2284', '20097', 'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2285', '20097', 'com.liferay.asset.categories', '2', '20122', '20122', '20108', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2286', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '4', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2287', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '4', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2288', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '4', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2289', '20097', 'com.liferay.asset.list.model.AssetListEntry', '4', 'com.liferay.asset.list.model.AssetListEntry', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2290', '20097', 'com.liferay.asset.list.model.AssetListEntry', '4', 'com.liferay.asset.list.model.AssetListEntry', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2291', '20097', 'com.liferay.asset.list', '4', 'com.liferay.asset.list', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2292', '20097', 'com.liferay.asset.list', '4', 'com.liferay.asset.list', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2293', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2294', '20097', 'com_liferay_asset_list_web_portlet_AssetListPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2295', '20097', 'com.liferay.asset.list', '2', '20122', '20122', '20108', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2296', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2297', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2298', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2299', '20097', 'com.liferay.blogs', '4', 'com.liferay.blogs', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2300', '20097', 'com.liferay.blogs', '4', 'com.liferay.blogs', '0', '20114', '0', '8', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2301', '20097', 'com.liferay.blogs.model.BlogsEntry', '4', 'com.liferay.blogs.model.BlogsEntry', '0', '20106', '0', '65', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2302', '20097', 'com.liferay.blogs.model.BlogsEntry', '4', 'com.liferay.blogs.model.BlogsEntry', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2303', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2304', '20097', 'com_liferay_blogs_web_portlet_BlogsAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2305', '20097', 'com.liferay.blogs', '2', '20122', '20122', '20108', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2306', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2307', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2308', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2309', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2310', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2311', '20097', 'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2312', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2313', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2314', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '4', 'com_liferay_blogs_web_portlet_BlogsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2315', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2316', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2317', '20097', 'com_liferay_blogs_web_portlet_BlogsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2318', '20097', 'com.liferay.portal.kernel.model.LayoutPrototype', '4', '40163', '40163', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2319', '20097', 'com.liferay.portal.kernel.model.Group', '4', '40164', '40164', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2320', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '8', '8', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2321', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '8', '8', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2322', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40169', '40169', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2323', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40169', '40169', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2324', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40169', '40169', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2325', '20097', 'com.liferay.blogs', '4', '40164', '40164', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2326', '20097', 'com.liferay.blogs', '4', '40164', '40164', '20114', '0', '8', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2327', '20097', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', '4', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2328', '20097', 'com.liferay.wiki.model.WikiPage', '4', 'com.liferay.wiki.model.WikiPage', '0', '20106', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2329', '20097', 'com.liferay.wiki.model.WikiPage', '4', 'com.liferay.wiki.model.WikiPage', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2330', '20097', 'com.liferay.wiki', '4', 'com.liferay.wiki', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2331', '20097', 'com.liferay.wiki.model.WikiNode', '4', 'com.liferay.wiki.model.WikiNode', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2332', '20097', 'com.liferay.wiki.model.WikiNode', '4', 'com.liferay.wiki.model.WikiNode', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2333', '20097', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2334', '20097', 'com_liferay_wiki_web_portlet_WikiAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2335', '20097', 'com.liferay.wiki', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2336', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '4', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2337', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '4', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2338', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '4', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2339', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2340', '20097', 'com_liferay_wiki_web_portlet_WikiDisplayPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2341', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', '4', 'com_liferay_wiki_web_portlet_WikiPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2342', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', '4', 'com_liferay_wiki_web_portlet_WikiPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2343', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', '4', 'com_liferay_wiki_web_portlet_WikiPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2344', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2345', '20097', 'com_liferay_wiki_web_portlet_WikiPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2346', '20097', 'com.liferay.portal.kernel.model.LayoutPrototype', '4', '40174', '40174', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2347', '20097', 'com.liferay.portal.kernel.model.Group', '4', '40175', '40175', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2348', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '9', '9', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2349', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '9', '9', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2350', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40180', '40180', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2351', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40180', '40180', '20109', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2352', '20097', 'com.liferay.layout.page.template.model.LayoutPageTemplateEntry', '4', '40180', '40180', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2353', '20097', 'com.liferay.wiki', '4', '40175', '40175', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2354', '20097', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '4', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2355', '20097', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '4', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2356', '20097', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '4', 'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2357', '20097', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '4', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2358', '20097', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '4', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2359', '20097', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '4', 'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2360', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '4', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2361', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '4', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2362', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '4', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2363', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2364', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2365', '20097', 'com_liferay_dynamic_data_mapping_form_report_web_portlet_DDMFormReportPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2366', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2367', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2368', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2369', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2370', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2371', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2372', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2373', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2374', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2375', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2376', '20097', 'com.liferay.dynamic.data.mapping', '4', 'com.liferay.dynamic.data.mapping', '0', '20107', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2377', '20097', 'com.liferay.dynamic.data.mapping', '4', 'com.liferay.dynamic.data.mapping', '0', '20114', '0', '28', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2378', '20097', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', '4', 'com.liferay.dynamic.data.mapping.model.DDMFormInstance', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2379', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2380', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2381', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2382', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '4', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2383', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '4', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2384', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '4', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2385', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2386', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2387', '20097', 'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2388', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2389', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2390', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '4', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2391', '20097', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', '4', 'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2392', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2393', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2394', '20097', 'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2395', '20097', 'com.liferay.dynamic.data.mapping', '2', '20122', '20122', '20108', '0', '30', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2396', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '4', 'com_liferay_journal_web_portlet_JournalPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2397', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '4', 'com_liferay_journal_web_portlet_JournalPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2398', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '4', 'com_liferay_journal_web_portlet_JournalPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2399', '20097', 'com.liferay.journal.model.JournalFeed', '4', 'com.liferay.journal.model.JournalFeed', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2400', '20097', 'com.liferay.journal.model.JournalFeed', '4', 'com.liferay.journal.model.JournalFeed', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2401', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2402', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2403', '20097', 'com.liferay.journal.model.JournalArticle', '4', 'com.liferay.journal.model.JournalArticle', '0', '20106', '0', '257', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2404', '20097', 'com.liferay.journal.model.JournalArticle', '4', 'com.liferay.journal.model.JournalArticle', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2405', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2406', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2407', '20097', 'com.liferay.journal', '4', 'com.liferay.journal', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2408', '20097', 'com.liferay.journal', '4', 'com.liferay.journal', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2409', '20097', 'com.liferay.journal', '4', 'com.liferay.journal', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2410', '20097', 'com.liferay.journal.model.JournalFolder', '4', 'com.liferay.journal.model.JournalFolder', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2411', '20097', 'com.liferay.journal.model.JournalFolder', '4', 'com.liferay.journal.model.JournalFolder', '0', '20107', '0', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2412', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2413', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2414', '20097', 'com_liferay_journal_web_portlet_JournalPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2415', '20097', 'com.liferay.journal', '2', '20122', '20122', '20108', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2416', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '4', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2417', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '4', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '0', '20107', '0', '127', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2418', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '4', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '0', '20114', '0', '33', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2419', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '1', '20097', '20097', '20108', '0', '64', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2420', '20097', 'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet', '1', '20097', '20097', '20109', '0', '64', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2421', '20097', 'com.liferay.portal.kernel.model.LayoutSetPrototype', '4', '40189', '40189', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2422', '20097', 'com.liferay.portal.kernel.model.Group', '4', '40190', '40190', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2423', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '10', '10', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2424', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '10', '10', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2425', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '10', '10', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2426', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '11', '11', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2427', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '11', '11', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2428', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '11', '11', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2429', '20097', 'com.liferay.document.library', '4', '40190', '40190', '20107', '0', '1023', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2430', '20097', 'com.liferay.document.library', '4', '40190', '40190', '20114', '0', '465', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2431', '20097', 'com.liferay.document.library', '4', '40190', '40190', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2432', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '12', '12', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2433', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '12', '12', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2434', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '12', '12', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2435', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2436', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2437', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2438', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2439', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2440', '20097', 'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2441', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2442', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2443', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2444', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2445', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2446', '20097', 'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2447', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2448', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2449', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2450', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2451', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2452', '20097', 'com_liferay_asset_publisher_web_portlet_RecentContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2453', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2454', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2455', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '4', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2456', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2457', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2458', '20097', 'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2459', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2460', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2461', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2462', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2463', '20097', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '4', 'com.liferay.dynamic.data.mapping.model.DDMTemplate', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2464', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2465', '20097', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '4', 'com.liferay.dynamic.data.mapping.model.DDMStructure', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2466', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2467', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2468', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2469', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2470', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '4', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2471', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2472', '20097', 'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2473', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '4', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2474', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '4', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2475', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '4', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2476', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '1', '20097', '20097', '20104', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2477', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2478', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2479', '20097', 'com_liferay_portal_security_audit_web_portlet_AuditPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2480', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '4', 'com_liferay_polls_web_portlet_PollsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2481', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '4', 'com_liferay_polls_web_portlet_PollsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2482', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '4', 'com_liferay_polls_web_portlet_PollsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2483', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2484', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2485', '20097', 'com_liferay_polls_web_portlet_PollsPortlet', '2', '20122', '20122', '20108', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2486', '20097', 'com.liferay.polls', '2', '20122', '20122', '20108', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2487', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '40215', '40215', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2488', '20097', 'com.liferay.portal.security.service.access.policy.model.SAPEntry', '4', '40216', '40216', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2489', '20097', 'com.liferay.oauth2.provider.model.OAuth2Application', '4', '1', '1', '20107', '20102', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2490', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '40218', '40218', '20107', '20102', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2491', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '40218', '40218', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2492', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '40219', '40219', '20107', '20102', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2493', '20097', 'com.liferay.document.library.kernel.model.DLFolder', '4', '40219', '40219', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2494', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '40220', '40220', '20107', '20102', '255', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2495', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '40220', '40220', '20109', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2496', '20097', 'com.liferay.document.library.kernel.model.DLFileEntry', '4', '40220', '40220', '20106', '0', '129', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2497', '20097', 'com.liferay.oauth2.provider.model.OAuth2Application', '4', '1', '1', '20105', '0', '17', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2498', '20097', 'com.liferay.oauth2.provider.model.OAuth2Application', '4', '2', '2', '20107', '20102', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2499', '20097', 'com.liferay.portal.kernel.model.LayoutSetPrototype', '4', '40223', '40223', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2500', '20097', 'com.liferay.portal.kernel.model.Group', '4', '40224', '40224', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2501', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '13', '13', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2502', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '13', '13', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2503', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '13', '13', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2504', '20097', 'com.liferay.message.boards', '4', '40224', '40224', '20107', '0', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2505', '20097', 'com.liferay.message.boards', '4', '40224', '40224', '20114', '0', '421', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2506', '20097', 'com.liferay.message.boards', '4', '40224', '40224', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2507', '20097', 'com.liferay.polls', '4', '40224', '40224', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2508', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '14', '14', '20107', '20102', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2509', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '14', '14', '20114', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2510', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '14', '14', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2511', '20097', 'com.liferay.wiki', '4', '40224', '40224', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2512', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '4', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2513', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '4', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2514', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '4', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2515', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2516', '20097', 'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2517', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '4', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2518', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '4', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2519', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '4', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2520', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2521', '20097', 'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2522', '20097', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '4', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2523', '20097', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '4', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2524', '20097', 'com.liferay.commerce.machine.learning.forecast.alert', '4', 'com.liferay.commerce.machine.learning.forecast.alert', '0', '20107', '0', '14', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2525', '20097', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2526', '20097', 'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2527', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2528', '20097', 'com.liferay.commerce.price.list.model.CommercePriceList', '4', 'com.liferay.commerce.price.list.model.CommercePriceList', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2529', '20097', 'com.liferay.commerce.discount.model.CommerceDiscount', '4', 'com.liferay.commerce.discount.model.CommerceDiscount', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2530', '20097', 'com.liferay.commerce.pricing.model.CommercePricingClass', '4', 'com.liferay.commerce.pricing.model.CommercePricingClass', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2531', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2532', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2533', '20097', 'com.liferay.portal.kernel.model.Group', '4', '40239', '40239', '20107', '0', '33554431', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2534', '20097', 'com.liferay.commerce.product.model.CommerceCatalog', '4', '40238', '40238', '20107', '20102', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2535', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2536', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2537', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2538', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2539', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2540', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2541', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2542', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2543', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2544', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2545', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2546', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2547', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '4', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2548', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '4', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2549', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '4', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2550', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2551', '20097', 'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2552', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2553', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2554', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2555', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2556', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2557', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2558', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2559', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2560', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2561', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2562', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2563', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2564', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2565', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2566', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2567', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2568', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2569', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2570', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2571', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2572', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2573', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2574', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2575', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2576', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2577', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2578', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2579', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2580', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2581', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '1', '20097', '20097', '20106', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2582', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2583', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2584', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2585', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2586', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2587', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2588', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2589', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2590', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2591', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '4', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2592', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2593', '20097', 'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2594', '20097', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', '4', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2595', '20097', 'com.liferay.commerce.notification', '4', 'com.liferay.commerce.notification', '0', '20107', '0', '126', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2596', '20097', 'com.liferay.commerce.product.model.CommerceChannel', '4', 'com.liferay.commerce.product.model.CommerceChannel', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2597', '20097', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2598', '20097', 'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2599', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '4', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2600', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '4', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2601', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '4', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2602', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2603', '20097', 'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2604', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2605', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2606', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2607', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2608', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2609', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2610', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2611', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2612', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2613', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2614', '20097', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', '4', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2615', '20097', 'com.liferay.commerce.product.model.CommerceCatalog', '4', 'com.liferay.commerce.product.model.CommerceCatalog', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2616', '20097', 'com.liferay.commerce.product.model.CPSpecificationOption', '4', 'com.liferay.commerce.product.model.CPSpecificationOption', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2617', '20097', 'com.liferay.commerce.product.model.CPOptionCategory', '4', 'com.liferay.commerce.product.model.CPOptionCategory', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2618', '20097', 'com.liferay.commerce.product.model.CPOption', '4', 'com.liferay.commerce.product.model.CPOption', '0', '20107', '0', '15', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2619', '20097', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2620', '20097', 'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2621', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2622', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2623', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '4', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2624', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2625', '20097', 'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2626', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2627', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2628', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2629', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2630', '20097', 'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2631', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2632', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2633', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '4', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2634', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2635', '20097', 'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2636', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2637', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2638', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2639', '20097', 'com.liferay.commerce.wish.list', '4', 'com.liferay.commerce.wish.list', '0', '20107', '0', '6', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2640', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2641', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2642', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2643', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2644', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '4', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2645', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2646', '20097', 'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2647', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '4', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2648', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '4', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2649', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '4', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2650', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2651', '20097', 'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2652', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '4', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2653', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '4', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2654', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '4', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2655', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2656', '20097', 'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2657', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2658', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2659', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2660', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2661', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2662', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2663', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2664', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2665', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2666', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2667', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2668', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2669', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '4', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2670', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2671', '20097', 'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2672', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '4', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2673', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '4', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2674', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '4', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2675', '20097', 'com.liferay.commerce.order', '4', 'com.liferay.commerce.order', '0', '20106', '0', '1024', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2676', '20097', 'com.liferay.commerce.order', '4', 'com.liferay.commerce.order', '0', '20107', '0', '2046', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2677', '20097', 'com.liferay.commerce.order', '4', 'com.liferay.commerce.order', '0', '20114', '0', '1024', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2678', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2679', '20097', 'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2680', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '4', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2681', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '4', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2682', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '4', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2683', '20097', 'com.liferay.commerce.account.model.CommerceAccount', '4', 'com.liferay.commerce.account.model.CommerceAccount', '0', '20107', '0', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2684', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2685', '20097', 'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2686', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '4', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2687', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '4', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2688', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '4', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2689', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2690', '20097', 'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2691', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '4', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2692', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '4', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2693', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '4', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2694', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2695', '20097', 'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2696', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '4', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2697', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '4', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2698', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '4', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2699', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2700', '20097', 'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2701', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2702', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2703', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '4', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2704', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2705', '20097', 'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2706', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2707', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2708', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '4', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2709', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '1', '20097', '20097', '20106', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2710', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2711', '20097', 'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2712', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '4', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2713', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '4', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2714', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '4', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2715', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2716', '20097', 'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2717', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2718', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2719', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2720', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2721', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2722', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2723', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2724', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '4', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2725', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2726', '20097', 'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2727', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2728', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '0', '20107', '0', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2729', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2730', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2731', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2732', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2733', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2734', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '4', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2735', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2736', '20097', 'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2737', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '4', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2738', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '4', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2739', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '4', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2740', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2741', '20097', 'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2742', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '4', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2743', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '4', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2744', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '4', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2745', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '1', '20097', '20097', '20108', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2746', '20097', 'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet', '1', '20097', '20097', '20109', '0', '32', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2747', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '4', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '0', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2748', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '4', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '0', '20107', '0', '63', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2749', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '4', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '0', '20114', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2750', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '1', '20097', '20097', '20108', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2751', '20097', 'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet', '1', '20097', '20097', '20109', '0', '2', '0'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2752', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '15', '15', '20107', '20125', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2753', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '16', '16', '20107', '20125', '2047', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2754', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '16', '16', '20109', '0', '1057', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2755', '20097', 'com.liferay.portal.kernel.model.Layout', '4', '16', '16', '20106', '0', '1', '1'); INSERT INTO `resourcepermission` VALUES ('0', '1', '2756', '20097', 'com.liferay.journal.model.JournalArticle', '4', '40309', '40309', '20107', '20125', '511', '1'); INSERT INTO `resourcepermission` VALUES ('0', '1', '2757', '20097', 'com.liferay.journal.model.JournalArticle', '4', '40309', '40309', '20114', '0', '257', '1'); INSERT INTO `resourcepermission` VALUES ('0', '1', '2758', '20097', 'com.liferay.journal.model.JournalArticle', '4', '40309', '40309', '20106', '0', '257', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2759', '20097', 'com.liferay.change.tracking.model.CTCollection', '4', '1', '1', '20107', '20125', '31', '1'); INSERT INTO `resourcepermission` VALUES ('0', '0', '2760', '20097', 'com.liferay.change.tracking.model.CTCollection', '4', '2', '2', '20107', '20125', '31', '1'); -- ---------------------------- -- Table structure for `role_` -- ---------------------------- DROP TABLE IF EXISTS `role_`; CREATE TABLE `role_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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`,`ctCollectionId`), UNIQUE KEY `IX_C0F6BCAC` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`), UNIQUE KEY `IX_D303FC25` (`companyId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`), UNIQUE KEY `IX_4CC99816` (`companyId`,`name`,`ctCollectionId`), KEY `IX_4EA65517` (`companyId`,`ctCollectionId`), KEY `IX_7037255A` (`companyId`,`type_`,`ctCollectionId`), KEY `IX_B482E6EC` (`name`,`ctCollectionId`), KEY `IX_18A86359` (`subtype`,`ctCollectionId`), KEY `IX_FFA7B144` (`type_`,`ctCollectionId`), KEY `IX_D8DA3062` (`type_`,`subtype`,`ctCollectionId`), KEY `IX_411F50A1` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_EFF1D323` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of role_ -- ---------------------------- INSERT INTO `role_` VALUES ('0', '0', 'bba7b896-b0ae-9260-c464-262a709bd03c', '20104', '20097', '20102', null, '2020-09-03 01:09:43.615000', '2020-09-03 01:09:43.615000', '20037', '20104', 'Administrator', null, 'Administrators are super users who can do anything.', '1', null); INSERT INTO `role_` VALUES ('0', '0', '096d9159-7234-edb5-c750-528e7cb8a3cb', '20105', '20097', '20102', null, '2020-09-03 01:09:43.627000', '2020-09-03 01:09:43.627000', '20037', '20105', 'Analytics Administrator', null, 'Analytics Administrators are users who can view data across the company but cannot make changes except to the company preferences.', '1', null); INSERT INTO `role_` VALUES ('0', '0', '44046978-28bf-4fc4-5e39-d62014079065', '20106', '20097', '20102', null, '2020-09-03 01:09:43.686000', '2020-09-03 01:09:43.686000', '20037', '20106', 'Guest', null, 'Unauthenticated users always have this role.', '1', null); INSERT INTO `role_` VALUES ('0', '0', 'ee058a8b-898a-048d-af8c-ddc5d7bc98cd', '20107', '20097', '20102', null, '2020-09-03 01:09:43.691000', '2020-09-03 01:09:43.691000', '20037', '20107', 'Owner', null, 'This is an implied role with respect to the objects users create.', '1', null); INSERT INTO `role_` VALUES ('0', '0', '4eebcd56-e82a-4fdd-90e5-eb84a0c0a70b', '20108', '20097', '20102', null, '2020-09-03 01:09:43.695000', '2020-09-03 01:09:43.695000', '20037', '20108', 'Power User', null, 'Power Users have their own personal site.', '1', null); INSERT INTO `role_` VALUES ('0', '0', '69b4fa22-9b2b-146d-8d46-953c598526be', '20109', '20097', '20102', null, '2020-09-03 01:09:43.699000', '2020-09-03 01:09:43.699000', '20037', '20109', 'User', null, 'Authenticated users should be assigned this role.', '1', null); INSERT INTO `role_` VALUES ('0', '0', '1d308ee5-c779-e170-f7d7-ab4aef23ecd6', '20110', '20097', '20102', null, '2020-09-03 01:09:43.818000', '2020-09-03 01:09:43.818000', '20037', '20110', 'Organization Administrator', null, 'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.', '3', null); INSERT INTO `role_` VALUES ('0', '0', 'f014047f-7b54-587e-8b9f-88ec6a1b30c6', '20111', '20097', '20102', null, '2020-09-03 01:09:43.823000', '2020-09-03 01:09:43.823000', '20037', '20111', 'Organization Owner', null, 'Organization Owners are super users of their organization and can assign organization roles to users.', '3', null); INSERT INTO `role_` VALUES ('0', '0', '793f9a70-2dd4-1277-89e2-3c3ed506a6cb', '20112', '20097', '20102', null, '2020-09-03 01:09:43.827000', '2020-09-03 01:09:43.827000', '20037', '20112', 'Organization User', null, 'All users who belong to an organization have this role within that organization.', '3', null); INSERT INTO `role_` VALUES ('0', '0', 'b4db3b22-4203-0e4e-6665-c6273751f313', '20113', '20097', '20102', null, '2020-09-03 01:09:43.831000', '2020-09-03 01:09:43.831000', '20037', '20113', 'Site Administrator', null, 'Site Administrators are super users of their site but cannot make other users into Site Administrators.', '2', null); INSERT INTO `role_` VALUES ('0', '0', '1edfd129-f73b-1b92-c74b-620f8194bcf9', '20114', '20097', '20102', null, '2020-09-03 01:09:43.835000', '2020-09-03 01:09:43.835000', '20037', '20114', 'Site Member', null, 'All users who belong to a site have this role within that site.', '2', null); INSERT INTO `role_` VALUES ('0', '0', '41d306a5-3c21-060d-ecf5-b4bae7e1280b', '20115', '20097', '20102', null, '2020-09-03 01:09:43.840000', '2020-09-03 01:09:43.840000', '20037', '20115', 'Site Owner', null, 'Site Owners are super users of their site and can assign site roles to users.', '2', null); INSERT INTO `role_` VALUES ('0', '0', '31d5f044-01b2-47e1-78ce-8fd06c23ea9d', '20140', '20097', '20102', null, '2020-09-03 01:09:45.256000', '2020-09-03 01:09:45.256000', '20037', '20140', 'Asset Library Administrator', null, 'Administratörer av tillgångsbibliotek är superanvändare av sitt tillgångsbibliotek, men kan inte göra andra användare till administratörer i tillgångsbiblioteket.Os Administradores da Biblioteca de Ativos são super usuários da biblioteca de ativos, mas não podem tornar outros usuários Administradores da Biblioteca de Ativos.アセットライブラリの管理者はそれぞれのアセットライブラリのスーパーユーザーですが、他のユーザーをアセットライブラリの管理者にすることはできません。Les administrateurs d\'un dépôt sont des super utilisateurs de leur dépôt, mais ne peuvent rendre administrateurs d\'autres utilisateurs.Az adattár adminisztrátorai adattáruk magasabbrendű felhasználói, de nem nevezhetnek ki más felhasználókat az adattár adminisztrátoraivá.Repository-Administratoren sind Administratoren ihres Repositorys, können aber andere Benutzer nicht zu Repository-Administratoren machen.Els administradors de la biblioteca de continguts són superusuaris de la seva biblioteca de continguts, però no poden assignar el rol d\'administrador de biblioteca de continguts a altres usuaris.مسؤولو مكتبة الأصول هم مستخدمون متميزون لمكتبة الأصول الخاصة بهم ولكن لا يمكنهم تعيين مستخدمين آخرين كمسئولين لمكتبة الأصول.Sisältökirjaston Pääkäyttäjät ovat sisältökirjastonsa superkäyttäjiä, mutta eivät voi tehdä muista käyttäjistä Sisältökirjaston Pääkäyttäjiä.Asset Library Administrators are super users of their asset library but cannot make other users into Asset Library Administrators.资产库管理员是其资产库的超级用户,但不能使其他用户成为资产库管理员。Los administradores del repositorio son superusuarios de su repositorio, pero no pueden convertir a otros usuarios en administradores del repositorio.Assetbibliotheekbeheerders zijn supergebruikers van hun assetbibliotheek, maar kunnen geen assetbibliotheekbeheerders maken van andere gebruikers.', '5', null); INSERT INTO `role_` VALUES ('0', '0', 'd12ead5c-fe07-48d8-8330-3855e9e96e86', '20141', '20097', '20102', null, '2020-09-03 01:09:45.269000', '2020-09-03 01:09:45.269000', '20037', '20141', 'Asset Library Connected Site Member', null, null, '5', null); INSERT INTO `role_` VALUES ('0', '0', '7c208511-7f42-26cc-4968-926e7d9699e3', '20142', '20097', '20102', null, '2020-09-03 01:09:45.281000', '2020-09-03 01:09:45.281000', '20037', '20142', 'Asset Library Content Reviewer', null, null, '5', null); INSERT INTO `role_` VALUES ('0', '0', '6c500ee8-587e-28f7-9915-edc6dace39f8', '20143', '20097', '20102', null, '2020-09-03 01:09:45.296000', '2020-09-03 01:09:45.296000', '20037', '20143', 'Asset Library Member', null, 'Alla användare som tillhör ett tillgångsbibliotek har den här rollen i det tillgångsbiblioteket.Todos os usuários que pertencem a uma biblioteca de ativos possuem esta função nessa biblioteca de ativos.アセットライブラリに属している全ユーザーは、このアセットライブラリでこのロールを割り当てられています。Tous les utilisateurs qui appartiennent à un dépôt ont ce rôle au sein de ce dépôt.Egy adattárhoz tartozó összes felhasználó ezzel a szerepkörrel rendelkezik az adattáron belül.Alle Benutzer, die zu einem Repository gehören, haben diese Rolle innerhalb dieses Repositorys inne.Tots els usuaris que pertanyin a una biblioteca de continguts tenen aquest rol en aquesta biblioteca de continguts.جميع المستخدمين الذين ينتمون إلى مكتبة أصول ما لديهم هذا الدور داخل مكتبة الأصول تلك.Kaikilla käyttäjillä, jotka kuuluvat sisältökirjastoon, on tämä rooli kyseisen sisältökirjaston sisällä.All users who belong to an asset library have this role within that asset library.属于资产库的所有用户都具有该资产库中的此角色。Todos los usuarios que pertenecen a un repositorio tienen este rol en ese repositorio.Alle gebruikers die bij een assetbibliotheek horen, hebben deze rol in die assetbibliotheek.', '5', null); INSERT INTO `role_` VALUES ('0', '0', '2a67828c-f030-ba17-843b-e56489b283b4', '20144', '20097', '20102', null, '2020-09-03 01:09:45.307000', '2020-09-03 01:09:45.307000', '20037', '20144', 'Asset Library Owner', null, 'Administratörer av tillgångsbibliotek är superanvändare av sitt tillgångsbibliotek och kan tilldela roller i tillgångsbiblioteket till användare.Os Proprietários de Bibliotecas de Ativo são super usuários de suas bibliotecas de ativo e podem atribuir funções da biblioteca de ativos a outros usuários.アセットライブラリの所有者は、それぞれのアセットライブラリのスーパーユーザーであり、ユーザーにアセットライブラリのロールを割り当てることができます。Les propriétaires d\'un dépôt sont des super utilisateurs de ce dépôt et peuvent affecter des rôles à des utilisateurs.Az adattár tulajdonosai adattáruk magasabbrendű felhasználói, és adattár szerepköröket rendelhetnek hozzá más felhasználókhoz.Besitzer von Repositorys sind Administratoren ihres Repositorys und können Benutzern Repository-Bibliotheksrollen zuweisen.Els propietaris de la biblioteca de continguts són superusuaris de la seva biblioteca de continguts, i poden assignar rols de la biblioteca de continguts als usuaris.مالكو مكتبة الأصول هم مستخدمون متميزون لمكتبة الأصول الخاصة بهم ويمكنهم تعيين أدوار مكتبة الأصول إلى المستخدمين.Sisältökirjaston Omistajat ovat sisältökirjastonsa superkäyttäjiä, ja voivat liittää sisältökirjaston rooleja käyttäjille.Asset Library Owners are super users of their asset library and can assign asset library roles to users.资产库所有者是其资产库的超级用户,且可以将资产库角色分配给用户。Los propietarios de repositorio son superusuarios de su repositorio y pueden asignar roles de repositorio a otros usuarios.Assetbibliotheekeigenaars zijn supergebruikers van hun assetbibliotheek en kunnen assetbibliotheekrollen toewijzen aan gebruikers.', '5', null); INSERT INTO `role_` VALUES ('0', '0', 'f22bf917-841e-2e2b-4d99-9fffc343e4f0', '39629', '20097', '20102', null, '2020-09-03 01:11:02.091000', '2020-09-03 01:11:02.091000', '20037', '39629', 'Portal Content Reviewer', null, 'This is an autogenerated role from the workflow definition.', '1', null); INSERT INTO `role_` VALUES ('0', '0', 'b66c03c4-3274-1a24-e5c6-ea9bff364bd0', '39633', '20097', '20102', null, '2020-09-03 01:11:02.103000', '2020-09-03 01:11:02.103000', '20037', '39633', 'Organization Content Reviewer', null, 'This is an autogenerated role from the workflow definition.', '3', null); INSERT INTO `role_` VALUES ('0', '0', '86b70398-2451-6775-8526-a97ebdb79196', '39636', '20097', '20102', null, '2020-09-03 01:11:02.111000', '2020-09-03 01:11:02.111000', '20037', '39636', 'Site Content Reviewer', null, 'This is an autogenerated role from the workflow definition.', '2', null); INSERT INTO `role_` VALUES ('1', '0', '99ad27f2-9def-9784-e12f-f95e0a148195', '39945', '20097', '20102', null, '2020-09-03 01:11:08.271000', '2020-09-03 01:11:08.296000', '32006', '39947', 'Account Member', null, 'All users who belong to an account have this role within that account.', '6', null); INSERT INTO `role_` VALUES ('1', '0', 'e08e3fcd-f3a7-bfaf-7f9e-2e43909110c5', '39949', '20097', '20102', null, '2020-09-03 01:11:08.326000', '2020-09-03 01:11:08.328000', '32006', '39951', 'Account Administrator', null, 'Account Administrators are super users of their account.', '6', null); INSERT INTO `role_` VALUES ('0', '0', '7cb9fc48-cc1f-5b77-5273-b4d4c482280a', '39952', '20097', '20102', null, '2020-09-03 01:11:08.367000', '2020-09-03 01:11:08.367000', '20037', '39952', 'Account Manager', null, 'Account Managers who belong to an organization can administer all accounts associated to that organization.', '3', null); INSERT INTO `role_` VALUES ('0', '0', '3894a2ab-46ea-ec0c-a0ac-113cc91d0fe2', '40072', '20097', '20125', 'Test Test', '2020-09-03 01:11:12.322000', '2020-09-03 01:11:12.322000', '20037', '40072', 'Buyer', 'Buyer', null, '2', null); INSERT INTO `role_` VALUES ('0', '0', '443f20b1-99da-ff61-4bfb-dbf4e72e9456', '40074', '20097', '20125', 'Test Test', '2020-09-03 01:11:12.349000', '2020-09-03 01:11:12.349000', '20037', '40074', 'Order Manager', 'Order Manager', null, '2', null); -- ---------------------------- -- Table structure for `samlidpspconnection` -- ---------------------------- DROP TABLE IF EXISTS `samlidpspconnection`; CREATE TABLE `samlidpspconnection` ( `samlIdpSpConnectionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlSpEntityId` varchar(1024) DEFAULT NULL, `assertionLifetime` int(11) DEFAULT NULL, `attributeNames` longtext, `attributesEnabled` tinyint(4) DEFAULT NULL, `attributesNamespaceEnabled` tinyint(4) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, `encryptionForced` tinyint(4) DEFAULT NULL, `metadataUrl` varchar(1024) DEFAULT NULL, `metadataXml` longtext, `metadataUpdatedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `nameIdAttribute` varchar(1024) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, PRIMARY KEY (`samlIdpSpConnectionId`), KEY `IX_87463CFB` (`companyId`,`samlSpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlidpspconnection -- ---------------------------- -- ---------------------------- -- Table structure for `samlidpspsession` -- ---------------------------- DROP TABLE IF EXISTS `samlidpspsession`; CREATE TABLE `samlidpspsession` ( `samlIdpSpSessionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpSsoSessionId` bigint(20) DEFAULT NULL, `samlSpEntityId` varchar(1024) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `nameIdValue` varchar(1024) DEFAULT NULL, PRIMARY KEY (`samlIdpSpSessionId`), KEY `IX_545F7B35` (`createDate`), KEY `IX_F2B40CDF` (`samlIdpSsoSessionId`,`samlSpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlidpspsession -- ---------------------------- -- ---------------------------- -- Table structure for `samlidpssosession` -- ---------------------------- DROP TABLE IF EXISTS `samlidpssosession`; CREATE TABLE `samlidpssosession` ( `samlIdpSsoSessionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpSsoSessionKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`samlIdpSsoSessionId`), KEY `IX_E5D1CDD3` (`createDate`), KEY `IX_5E8BFDF9` (`samlIdpSsoSessionKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlidpssosession -- ---------------------------- -- ---------------------------- -- Table structure for `samlspauthrequest` -- ---------------------------- DROP TABLE IF EXISTS `samlspauthrequest`; CREATE TABLE `samlspauthrequest` ( `samlSpAuthnRequestId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlSpAuthRequestKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`samlSpAuthnRequestId`), KEY `IX_49073861` (`createDate`), KEY `IX_10D77E09` (`samlIdpEntityId`(255),`samlSpAuthRequestKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlspauthrequest -- ---------------------------- -- ---------------------------- -- Table structure for `samlspidpconnection` -- ---------------------------- DROP TABLE IF EXISTS `samlspidpconnection`; CREATE TABLE `samlspidpconnection` ( `samlSpIdpConnectionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `assertionSignatureRequired` tinyint(4) DEFAULT NULL, `clockSkew` bigint(20) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, `forceAuthn` tinyint(4) DEFAULT NULL, `ldapImportEnabled` tinyint(4) DEFAULT NULL, `metadataUpdatedDate` datetime(6) DEFAULT NULL, `metadataUrl` varchar(1024) DEFAULT NULL, `metadataXml` longtext, `name` varchar(75) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `signAuthnRequest` tinyint(4) DEFAULT NULL, `unknownUsersAreStrangers` tinyint(4) DEFAULT NULL, `userAttributeMappings` longtext, PRIMARY KEY (`samlSpIdpConnectionId`), KEY `IX_61204DD` (`companyId`,`samlIdpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlspidpconnection -- ---------------------------- -- ---------------------------- -- Table structure for `samlspmessage` -- ---------------------------- DROP TABLE IF EXISTS `samlspmessage`; CREATE TABLE `samlspmessage` ( `samlSpMessageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlIdpResponseKey` varchar(75) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`samlSpMessageId`), KEY `IX_31762094` (`expirationDate`), KEY `IX_5615F9DD` (`samlIdpEntityId`(255),`samlIdpResponseKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlspmessage -- ---------------------------- -- ---------------------------- -- Table structure for `samlspsession` -- ---------------------------- DROP TABLE IF EXISTS `samlspsession`; CREATE TABLE `samlspsession` ( `samlSpSessionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlSpSessionKey` varchar(75) DEFAULT NULL, `assertionXml` longtext, `jSessionId` varchar(200) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `nameIdNameQualifier` varchar(1024) DEFAULT NULL, `nameIdSPNameQualifier` varchar(1024) DEFAULT NULL, `nameIdValue` varchar(1024) DEFAULT NULL, `sessionIndex` varchar(75) DEFAULT NULL, `terminated_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`samlSpSessionId`), UNIQUE KEY `IX_C66E4319` (`samlSpSessionKey`), KEY `IX_85F532ED` (`jSessionId`), KEY `IX_1040A689` (`nameIdValue`(255)), KEY `IX_2001B382` (`sessionIndex`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of samlspsession -- ---------------------------- -- ---------------------------- -- Table structure for `sapentry` -- ---------------------------- DROP TABLE IF EXISTS `sapentry`; CREATE TABLE `sapentry` ( `uuid_` varchar(75) DEFAULT NULL, `sapEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `allowedServiceSignatures` longtext, `defaultSAPEntry` tinyint(4) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, PRIMARY KEY (`sapEntryId`), KEY `IX_6D669D6F` (`companyId`,`defaultSAPEntry`), KEY `IX_90740311` (`companyId`,`name`), KEY `IX_AAAEBA0A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sapentry -- ---------------------------- INSERT INTO `sapentry` VALUES ('f2d75a13-9429-6960-dcfd-1044c4132fba', '34408', '20097', '20102', null, '2020-09-03 01:10:37.571000', '2020-09-03 01:10:37.571000', 'com.liferay.commerce.account.service.CommerceAccountService#getCommerceAccount\ncom.liferay.commerce.frontend.internal.cart.CommerceCartResource*\ncom.liferay.commerce.frontend.internal.search.CommerceSearchResource\ncom.liferay.commerce.service.CommerceCountryService#getBillingCommerceCountriesByChannelId\ncom.liferay.commerce.service.CommerceCountryService#getCommerceCountries\ncom.liferay.commerce.service.CommerceCountryService#getShippingCommerceCountriesByChannelId\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItem\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItems\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItemsQuantity\ncom.liferay.commerce.service.CommerceOrderItemService#upsertCommerceOrderItem\ncom.liferay.commerce.service.CommerceOrderService#addCommerceOrder\ncom.liferay.commerce.service.CommerceOrderService#fetchCommerceOrder\ncom.liferay.commerce.service.CommerceOrderService#getCommerceOrder\ncom.liferay.commerce.service.CommerceRegionService#getCommerceRegions\ncom.liferay.headless.commerce.delivery.cart.internal.resource.v1_0.CartResourceImpl#getCart', '1', '1', 'COMMERCE_DEFAULT', 'Public Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIs'); INSERT INTO `sapentry` VALUES ('8cee9126-23e9-f064-7bab-edcbddea9817', '34409', '20097', '20102', null, '2020-09-03 01:10:37.624000', '2020-09-03 01:10:37.624000', '*', '0', '1', 'OAUTH2_everything', 'personifiera digpersonificar você代理ログインusurper votre identitéaz ön megszemélyesítésesich als Sie ausgebensuplanteu-vosانتحال شخصيتكtekeydy itseksesiimpersonate you模拟您suplantar a su usuariozich uitgeven voor u'); INSERT INTO `sapentry` VALUES ('f2d0f13f-50ef-c26e-7fdd-318a30ddad83', '34410', '20097', '20102', null, '2020-09-03 01:10:37.631000', '2020-09-03 01:10:37.631000', '#fetch*\n#get*\n#has*\n#is*\n#search*', '0', '1', 'OAUTH2_everything.read', 'läsa data åt digler dados em seu nomeデータ読み込みを許可lire les données de votre partadatok olvasása az ön nevébenDaten in Ihrem Namen lesenllegiu dades en el vostre nomقراءة البيانات نيابة عنكlue tiedot puolestasiread data on your behalf代表您读取数据leer datos en su nombregegevens lezen in uw naam'); INSERT INTO `sapentry` VALUES ('419bfc50-952d-59ae-0648-c786a90533a8', '34411', '20097', '20102', null, '2020-09-03 01:10:37.641000', '2020-09-03 01:10:37.641000', 'com.liferay.document.library.kernel.service.DLAppService#get*\ncom.liferay.portal.kernel.service.ImageService#get*', '0', '1', 'OAUTH2_everything.read.documents.download', 'ladda ned dokument och bildertransferir documentos e imagensドキュメントや画像のダウンロードtélécharger des documents et des imagesdokumentumok és képek letöltéseDokumente und Bilder herunterladendescarrega documents i imatgesتنزيل المستندات والصورlataa asiakirjat ja kuvatdownload documents and images下载文档和图像descargar documentos e imágenesdocumenten en afbeeldingen downloaden'); INSERT INTO `sapentry` VALUES ('95d276d0-d67a-a645-1192-2162759fad82', '34412', '20097', '20102', null, '2020-09-03 01:10:37.658000', '2020-09-03 01:10:37.658000', 'com.liferay.portal.kernel.service.UserService#getCurrentUser', '0', '1', 'OAUTH2_everything.read.userprofile', 'läs dina personliga användardataler seus dados pessoais de usuário個人ユーザーデータを読み取りを許可lire vos données utilisateur personnellesszemélyes felhasználói adatai olvasásalesen Sie Ihre persönlichen Benutzerdatenllegiu les vostres dades personals d\'usuariقراءة بيانات المستخدم الشخصية الخاصة بكlue henkilökohtaiset käyttäjätietosiread your personal user data读取您的个人用户数据leer sus datos de usuario personalesuw persoonlijke gebruikersgegevens lezen'); INSERT INTO `sapentry` VALUES ('45f9184b-3880-86ab-b59c-dc29f2e92775', '34413', '20097', '20102', null, '2020-09-03 01:10:37.665000', '2020-09-03 01:10:37.665000', '#add*\n#create*\n#delete*\n#update*', '0', '1', 'OAUTH2_everything.write', 'skapa/uppdatera/ta bort data åt digcriar/atualizar/excluir dados em seu nomeデータの作成/更新/削除を許可créer/mettre à jour/supprimer les données en votre nomadatok létrehozása/frissítése/törlése az ön nevébenDaten in Ihrem Namen erstellen/aktualisieren/löschencreeu/actualitzeu/suprimiu dades en el vostre nomإنشاء/تحديث/حذف البيانات نيابة عنكluo/päivitä/poista tietoja omasta puolestasicreate/update/delete data on your behalf代表您创建/更新/删除数据crear, actualizar y eliminar datos en su nombregegevens maken/bijwerken/verwijderen in uw naam'); INSERT INTO `sapentry` VALUES ('9b7f2178-8c01-82b2-70e3-e721d6d8894c', '34414', '20097', '20102', null, '2020-09-03 01:10:37.707000', '2020-09-03 01:10:37.707000', 'com.liferay.calendar.service.CalendarBookingService#search\ncom.liferay.calendar.service.CalendarBookingService#searchCount', '1', '1', 'CALENDAR_DEFAULT', 'Offentlig åtkomst till API för kalendersökningAcesso público para o API de busca do calendárioカレンダー検索APIを一般公開Accès public à l\'API de recherche de calendrierNyilvános hozzáférés a Naptári keresés API-hozÖffentlicher Zugriff auf Such-API des KalendersAccés públic a l\'API de cerca de calendariالوصول العام إلى واجهة برمجة تطبيقات بحث التقويمJulkinen Käyttöoikeus Kalenterihaun RajapintaanPublic Access to the Calendar Search API日历搜索 API 的公共访问权限Acceso público al API de búsqueda en calendariosPublieke toegang tot de zoek-API voor de kalender'); INSERT INTO `sapentry` VALUES ('e1e7bd55-96af-a12d-bfc6-7884c4cbbb1a', '34415', '20097', '20102', null, '2020-09-03 01:10:37.725000', '2020-09-03 01:10:37.725000', 'com.liferay.asset.kernel.service.AssetEntryService#incrementViewCounter', '1', '1', 'ASSET_ENTRY_DEFAULT', 'Offentlig åtkomst till API för tillgångspostAcesso público para o API de Entrada de conteúdoアセットエントリーAPIを一般公開Accès public à l\'API des entrées d\'actifsNyilvános hozzáférés a Tartalom bejegyzés API-hozÖffentlicher Zugriff auf das Asset-Eintrag-APIAccés públic a l\'API de l\'entrada de contingutالوصول العام إلى واجهة برمجة التطبيقات لإدخال الأصلJulkinen Käyttöoikeus Sisältömerkinnän RajapintaanPublic Access to the Asset Entry API资产条目 API 的公共访问权限Acceso público a la API de entrada de activosPublieke toegang tot de API voor assetinvoer'); INSERT INTO `sapentry` VALUES ('bef92a21-cfcd-2ace-5e0e-5cec80f38bd7', '34416', '20097', '20102', null, '2020-09-03 01:10:37.740000', '2020-09-03 01:10:37.740000', 'com.liferay.sync.service.SyncDLObjectService#getSyncContext', '1', '1', 'SYNC_DEFAULT', 'SYNC_DEFAULT'); INSERT INTO `sapentry` VALUES ('457a01b6-5a65-0a9f-be11-a0a32862d4fc', '34417', '20097', '20102', null, '2020-09-03 01:10:37.752000', '2020-09-03 01:10:37.752000', 'com.liferay.sync.service.*', '0', '1', 'SYNC_TOKEN', 'SYNC_TOKEN'); INSERT INTO `sapentry` VALUES ('1d1a8850-2362-1038-01a6-9f5fa68add52', '34418', '20097', '20102', null, '2020-09-03 01:10:37.768000', '2020-09-03 01:10:37.768000', '*', '0', '1', 'AUTHORIZED_OAUTH2_SAP', 'Tjänståtkomstpolicy för REST-begäranden som är auktoriserade av OAuth2Política de Acesso do Serviço para Solicitações REST autorizadas pelo OAuth2OAuth2で認証されたRESTリクエストに対するサービスアクセスポリシーPolitique d\'accès au service pour requêtes REST autorisée par OAuth2Szolgáltatáshasználati irányelvek az OAuth2 által jóváhagyott REST kérelmekhezService Access Policy für REST-Anfragen autorisiert durch OAuth2Política d\'accés del servei per a sol·licituds REST autoritzades per OAuth2سياسة الوصول للخدمة لطلبات REST المخولة من OAuth2Palvelimen Käyttökäytännöt OAuth2:n Valtuuttamille REST-pyynnöilleService Access Policy for REST Requests Authorized by OAuth2OAuth2 授权的 REST 请求的服务访问策略Política de acceso al servicio para peticiones de REST autorizadas por OAuth2Service toegangsbeleid voor REST-aanvragen toegestaan door OAuth2'); INSERT INTO `sapentry` VALUES ('579c8544-8e9d-59b0-4c40-41f616cda162', '34419', '20097', '20102', null, '2020-09-03 01:10:37.787000', '2020-09-03 01:10:37.787000', '#fetch*\n#get*\n#has*\n#is*\n#search*', '0', '1', 'OAUTH_READ', 'Läsåtkomst för OAuthAcesso de Leitura OAuthOAuth 読み取りアクセスAccès lecture OAuthOAuth olvasási hozzáférésOAuth LesezugriffAccés de lectura OAuthالوصول لقراءة OAuthOAuth-lukuoikeusOAuth Read AccessOAuth 读取访问Acceso de lectura de OAuthOAuth-leestoegang'); INSERT INTO `sapentry` VALUES ('00c0dabe-20a0-f3a4-14a8-b679242445b3', '34420', '20097', '20102', null, '2020-09-03 01:10:37.800000', '2020-09-03 01:10:37.800000', '*', '0', '1', 'OAUTH_WRITE', 'Skrivåtkomst för OAuthAcesso de Gravação OAuthOAuth 書き込みアクセスAccès écriture OAuthOAuth írási hozzáférésOAuth SchreibzugriffAccés d\'escriptura OAuthالوصول لكتابة OAuthOAuth-kirjoitusoikeusOAuth Write AccessOAuth 写入访问Acceso de escritura de OAuthOAuth-schrijftoegang'); INSERT INTO `sapentry` VALUES ('220855dc-5299-d750-3e28-631b15a6f19b', '39303', '20097', '20102', null, '2020-09-03 01:11:00.178000', '2020-09-03 01:11:00.178000', 'com.liferay.portal.kernel.service.CountryService#getCountries\ncom.liferay.portal.kernel.service.RegionService#getRegions', '1', '1', 'SYSTEM_DEFAULT', 'System Service Access Policy Applied on Every Request'); INSERT INTO `sapentry` VALUES ('c3b5a265-f5f8-b40a-b4c6-a951a16aa1fc', '39304', '20097', '20102', null, '2020-09-03 01:11:00.193000', '2020-09-03 01:11:00.193000', '*', '0', '1', 'SYSTEM_USER_PASSWORD', 'System Service Access Policy for Requests Authenticated Using User Password'); INSERT INTO `sapentry` VALUES ('9a212db0-bab0-c982-a27a-4313bd60aa82', '40215', '20097', '20102', null, '2020-09-03 01:11:16.687000', '2020-09-03 01:11:16.687000', 'com.liferay.portal.kernel.service.ContactService#getContact\ncom.liferay.portal.kernel.service.GroupService#getGroup\ncom.liferay.portal.kernel.service.GroupService#getGroups\ncom.liferay.portal.kernel.service.GroupService#getGroupsCount\ncom.liferay.portal.kernel.service.GroupService#getGtGroups\ncom.liferay.portal.kernel.service.OrganizationService#fetchOrganization\ncom.liferay.portal.kernel.service.OrganizationService#getGtOrganizations\ncom.liferay.portal.kernel.service.OrganizationService#getOrganization\ncom.liferay.portal.kernel.service.OrganizationService#getOrganizations\ncom.liferay.portal.kernel.service.OrganizationService#getOrganizationsCount\ncom.liferay.portal.kernel.service.OrganizationService#getUserOrganizations\ncom.liferay.portal.kernel.service.PortalService#getBuildNumber\ncom.liferay.portal.kernel.service.UserGroupService#fetchUserGroup\ncom.liferay.portal.kernel.service.UserGroupService#getGtUserGroups\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroup\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroups\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroupsCount\ncom.liferay.portal.kernel.service.UserGroupService#getUserUserGroups\ncom.liferay.portal.kernel.service.UserService#getCompanyUsers\ncom.liferay.portal.kernel.service.UserService#getCompanyUsersCount\ncom.liferay.portal.kernel.service.UserService#getCurrentUser\ncom.liferay.portal.kernel.service.UserService#getGtCompanyUsers\ncom.liferay.portal.kernel.service.UserService#getGtOrganizationUsers\ncom.liferay.portal.kernel.service.UserService#getGtUserGroupUsers\ncom.liferay.portal.kernel.service.UserService#getOrganizationUsers\ncom.liferay.portal.kernel.service.UserService#getOrganizationUsersCount\ncom.liferay.portal.kernel.service.UserService#getOrganizationsAndUserGroupsUsersCount\ncom.liferay.portal.kernel.service.UserService#getUserById\ncom.liferay.portal.kernel.service.UserService#getUserGroupUsers\ncom.liferay.portal.security.audit.storage.service.AuditEventService#getAuditEvents', '0', '1', 'OAUTH2_analytics.read', 'läsa data åt digler dados de análise em seu nome解析データの読み込みを許可lire les données analytiques de votre partelemzési adatok olvasása az ön nevébenlesen von Analysedaten in Ihrem Auftragllegeix les dades d\'analítica en nom vostreقراءة البيانات نيابة عنكlue analytiikkatiedot puolestasiread analytics data on your behalf代表您读取分析数据leer datos de análisis en su nombreanalysegegevens lezen in uw naam'); INSERT INTO `sapentry` VALUES ('3c1e860f-7420-9d0c-20c5-898af23ebd81', '40216', '20097', '20102', null, '2020-09-03 01:11:16.708000', '2020-09-03 01:11:16.708000', 'com.liferay.portal.kernel.service.CompanyService#updatePreferences', '0', '1', 'OAUTH2_analytics.write', 'skapa/uppdatera/ta bort inställningar åt digcriar/atualizar/excluir preferências em seu nome表示設定の作成/更新/削除を許可créer/mettre à jour/supprimer les préférences en votre nompreferenciák létrehozása/frissítése/törlése az ön nevébenEinstellungen in Ihrem Namen erstellen/aktualisieren/löschencreeu/actualitzeu/suprimiu dades en el vostre nomإنشاء/تحديث/حذف التفضيلات نيابة عنكluo/päivitä/poista määrityksiä omasta puolestasicreate/update/delete preferences on your behalf代表您创建/更新/删除首选项crear, actualizar y eliminar preferencias en su nombregegevens maken/bijwerken/verwijderen in uw naam'); -- ---------------------------- -- Table structure for `segmentsentry` -- ---------------------------- DROP TABLE IF EXISTS `segmentsentry`; CREATE TABLE `segmentsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `active_` tinyint(4) DEFAULT NULL, `criteria` longtext, `source` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`segmentsEntryId`,`ctCollectionId`), UNIQUE KEY `IX_DB53F1B1` (`groupId`,`segmentsEntryKey`,`ctCollectionId`), UNIQUE KEY `IX_CEF7ABAC` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_11EC38E2` (`active_`,`type_`,`ctCollectionId`), KEY `IX_780F47D5` (`groupId`,`active_`,`ctCollectionId`), KEY `IX_5A459E2D` (`groupId`,`active_`,`source`,`type_`,`ctCollectionId`), KEY `IX_575940DC` (`groupId`,`active_`,`type_`,`ctCollectionId`), KEY `IX_A4354E30` (`groupId`,`ctCollectionId`), KEY `IX_B65DAD05` (`source`,`ctCollectionId`), KEY `IX_96AE375B` (`type_`,`ctCollectionId`), KEY `IX_D7DEE62A` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_86F8593A` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsentry -- ---------------------------- -- ---------------------------- -- Table structure for `segmentsentryrel` -- ---------------------------- DROP TABLE IF EXISTS `segmentsentryrel`; CREATE TABLE `segmentsentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `segmentsEntryRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`segmentsEntryRelId`,`ctCollectionId`), UNIQUE KEY `IX_AAD22503` (`segmentsEntryId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_694665A0` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_42A8B790` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_2CA498AE` (`segmentsEntryId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsentryrel -- ---------------------------- -- ---------------------------- -- Table structure for `segmentsentryrole` -- ---------------------------- DROP TABLE IF EXISTS `segmentsentryrole`; CREATE TABLE `segmentsentryrole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `segmentsEntryRoleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, PRIMARY KEY (`segmentsEntryRoleId`,`ctCollectionId`), UNIQUE KEY `IX_2876B1F2` (`segmentsEntryId`,`roleId`,`ctCollectionId`), KEY `IX_156C5BB1` (`roleId`,`ctCollectionId`), KEY `IX_A4591B8D` (`segmentsEntryId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsentryrole -- ---------------------------- -- ---------------------------- -- Table structure for `segmentsexperience` -- ---------------------------- DROP TABLE IF EXISTS `segmentsexperience`; CREATE TABLE `segmentsexperience` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperienceId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `segmentsExperienceKey` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` longtext, `priority` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`segmentsExperienceId`,`ctCollectionId`), UNIQUE KEY `IX_8AD425` (`groupId`,`classNameId`,`classPK`,`priority`,`ctCollectionId`), UNIQUE KEY `IX_789CF949` (`groupId`,`segmentsExperienceKey`,`ctCollectionId`), UNIQUE KEY `IX_3C28EA64` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_99B31F58` (`groupId`,`classNameId`,`classPK`,`active_`,`ctCollectionId`), KEY `IX_B42F674D` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_874CAE78` (`groupId`,`ctCollectionId`), KEY `IX_F48D81CF` (`groupId`,`segmentsEntryId`,`classNameId`,`classPK`,`active_`,`ctCollectionId`), KEY `IX_D78112F6` (`groupId`,`segmentsEntryId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_BAA8E72B` (`segmentsEntryId`,`ctCollectionId`), KEY `IX_BDBB56E2` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_7F7B2B82` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsexperience -- ---------------------------- -- ---------------------------- -- Table structure for `segmentsexperiment` -- ---------------------------- DROP TABLE IF EXISTS `segmentsexperiment`; CREATE TABLE `segmentsexperiment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperimentId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `segmentsExperimentKey` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `typeSettings` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`segmentsExperimentId`,`ctCollectionId`), UNIQUE KEY `IX_9749F869` (`groupId`,`segmentsExperimentKey`,`ctCollectionId`), UNIQUE KEY `IX_9B420837` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_C7EDCF7` (`classNameId`,`classPK`,`segmentsExperienceId`,`status`), KEY `IX_9152891A` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_FE51B455` (`groupId`,`classNameId`,`classPK`,`segmentsExperienceId`), KEY `IX_B2F2805` (`groupId`,`ctCollectionId`), KEY `IX_8D0D6955` (`groupId`,`segmentsExperienceId`,`classNameId`,`classPK`), KEY `IX_C16A886F` (`segmentsExperienceId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_A8C39A55` (`segmentsExperienceId`,`classNameId`,`classPK`,`status`,`ctCollectionId`), KEY `IX_2FF139A2` (`segmentsExperienceId`,`status`), KEY `IX_F6C2A82D` (`segmentsExperimentKey`,`ctCollectionId`), KEY `IX_BB044BF5` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_E4D8A44F` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsexperiment -- ---------------------------- -- ---------------------------- -- Table structure for `segmentsexperimentrel` -- ---------------------------- DROP TABLE IF EXISTS `segmentsexperimentrel`; CREATE TABLE `segmentsexperimentrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `segmentsExperimentRelId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsExperimentId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `split` double DEFAULT NULL, PRIMARY KEY (`segmentsExperimentRelId`,`ctCollectionId`), UNIQUE KEY `IX_9EDCFAE5` (`segmentsExperimentId`,`segmentsExperienceId`,`ctCollectionId`), KEY `IX_3FA9F4CC` (`segmentsExperimentId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of segmentsexperimentrel -- ---------------------------- -- ---------------------------- -- Table structure for `servicecomponent` -- ---------------------------- DROP TABLE IF EXISTS `servicecomponent`; CREATE TABLE `servicecomponent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of servicecomponent -- ---------------------------- INSERT INTO `servicecomponent` VALUES ('0', '29202', 'ViewCount', '1', '1567015368074', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29305', 'OAuthTwo', '1', '1511982781730', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29501', 'Journal', '3', '1470642961397', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29503', 'MFATimeBasedOTP', '1', '1551971032381', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29605', 'Commerce', '1', '1560418413496', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29703', 'DE', '1', '1563319018369', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29905', 'AssetList', '1', '1535360103787', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '29906', 'Screens', '2', '1454719907378', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30102', 'Asset', '1', '1525692303028', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30202', 'MFAEmailOTP', '1', '1573530039020', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30304', 'Sync', '9', '1469064234816', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30402', 'RemoteApp', '1', '1596733624180', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30603', 'LayoutSEO', '1', '1566913168076', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30604', 'ER', '1', '1528256740410', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30705', 'AppBuilder', '1', '1563488755716', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30804', 'Wiki', '2', '1454719940880', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '30904', 'Depot', '1', '1570784699702', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '31204', 'StyleBook', '1', '1593168560998', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '31402', 'AppBuilderWorkflow', '1', '1590680276034', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '31607', 'Flags', '2', '1454719855705', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '31702', 'Translation', '1', '1595324509200', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '31903', 'WorkflowMetrics', '1', '1549907953581', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32007', 'Account', '1', '1564193908519', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32207', 'ChangeTracking', '1', '1544650990000', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32402', 'DLSync', '1', '1506613159990', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32404', 'Subscription', '1', '1483356778593', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32507', 'Segments', '1', '1538130358960', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32705', 'MDR', '3', '1454719897533', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32802', 'Sharing', '1', '1531235274538', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '32903', 'Bookmarks', '2', '1454719820635', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33005', 'KB', '15', '1423136031621', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33102', 'DLOpener', '1', '1531216816914', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33203', 'SiteNavigation', '1', '1506004262924', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33302', 'Lock', '2', '1454719810794', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33503', 'Blogs', '1', '1467883579789', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33602', 'PushNotifications', '1', '1397598137604', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '33802', 'BackgroundTask', '2', '1454719807550', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34402', 'Site', '1', '1490949819656', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34405', 'KaleoForms', '3', '1425751448273', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34407', 'SAP', '3', '1454719911670', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34422', 'DL', '1', '1506434629011', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34520', 'Kaleo', '10', '1468446017884', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34605', 'Calendar', '6', '1467385007967', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34803', 'Changeset', '1', '1525361743173', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '34902', 'Contacts', '2', '1343264272450', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35005', 'Layout', '1', '1506337823035', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35102', 'IM', '1', '1455550401806', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35306', 'Fragment', '1', '1505731263383', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35404', 'FURL', '1', '1475068021017', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35703', 'ReadingTime', '1', '1508406352137', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35704', 'PortalInstances', '1', '1477512433639', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '35902', 'CTS', '1', '1571891177226', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36106', 'Saml', '8', '1472247519261', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36303', 'OAuth', '1', '1355990674844', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36415', 'SBTest', '1', '1522782162292', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36603', 'Marketplace', '6', '1459893726893', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36702', 'SharepointOAuth', '1', '1501147581849', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '36802', 'Microblogs', '3', '1454719889744', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37002', 'AssetAutoTagger', '1', '1531464299736', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37105', 'DDL', '1', '1455828666350', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37210', 'MB', '1', '1508406048120', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37502', 'Analytics', '1', '1574103718807', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37505', 'BatchEngine', '1', '1567721989722', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37604', 'Trash', '1', '1491488486875', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '37925', 'DDM', '2', '1454719850972', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '39807', 'Audit', '2', '1343264257622', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '39809', 'AMImageEntry', '1', '1485270630845', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '39907', 'Polls', '2', '1454719903688', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '39981', 'Reports', '2', '1343264415888', '\n\n\n \n \n \n'); INSERT INTO `servicecomponent` VALUES ('0', '40005', 'Redirect', '1', '1583330968634', '\n\n\n \n \n \n'); -- ---------------------------- -- Table structure for `sharepointoauth2tokenentry` -- ---------------------------- DROP TABLE IF EXISTS `sharepointoauth2tokenentry`; CREATE TABLE `sharepointoauth2tokenentry` ( `sharepointOAuth2TokenEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `accessToken` longtext, `configurationPid` varchar(75) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `refreshToken` longtext, PRIMARY KEY (`sharepointOAuth2TokenEntryId`), UNIQUE KEY `IX_E60AC8EE` (`userId`,`configurationPid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sharepointoauth2tokenentry -- ---------------------------- -- ---------------------------- -- Table structure for `sharingentry` -- ---------------------------- DROP TABLE IF EXISTS `sharingentry`; CREATE TABLE `sharingentry` ( `uuid_` varchar(75) DEFAULT NULL, `sharingEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `toUserId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `shareable` tinyint(4) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`sharingEntryId`), UNIQUE KEY `IX_3062F746` (`toUserId`,`classNameId`,`classPK`), UNIQUE KEY `IX_5EDE78D2` (`uuid_`,`groupId`), KEY `IX_1ED300B1` (`classNameId`,`classPK`), KEY `IX_1E35B88D` (`expirationDate`), KEY `IX_F066C0CE` (`groupId`), KEY `IX_9A668578` (`userId`,`classNameId`), KEY `IX_E7A29E50` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sharingentry -- ---------------------------- -- ---------------------------- -- Table structure for `sitefriendlyurl` -- ---------------------------- DROP TABLE IF EXISTS `sitefriendlyurl`; CREATE TABLE `sitefriendlyurl` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteFriendlyURLId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `friendlyURL` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteFriendlyURLId`), UNIQUE KEY `IX_FF899B2F` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_7A3B7A2C` (`companyId`,`groupId`,`languageId`), UNIQUE KEY `IX_82D4AAD9` (`uuid_`,`groupId`), KEY `IX_E6D46A97` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sitefriendlyurl -- ---------------------------- -- ---------------------------- -- Table structure for `sitenavigationmenu` -- ---------------------------- DROP TABLE IF EXISTS `sitenavigationmenu`; CREATE TABLE `sitenavigationmenu` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `auto_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteNavigationMenuId`), UNIQUE KEY `IX_ECBADAC9` (`groupId`,`name`), UNIQUE KEY `IX_711BF396` (`uuid_`,`groupId`), KEY `IX_1D786176` (`groupId`,`auto_`), KEY `IX_1125400B` (`groupId`,`type_`), KEY `IX_606C7814` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sitenavigationmenu -- ---------------------------- -- ---------------------------- -- Table structure for `sitenavigationmenuitem` -- ---------------------------- DROP TABLE IF EXISTS `sitenavigationmenuitem`; CREATE TABLE `sitenavigationmenuitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuItemId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `siteNavigationMenuId` bigint(20) DEFAULT NULL, `parentSiteNavigationMenuItemId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `order_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteNavigationMenuItemId`), UNIQUE KEY `IX_6FD3DF09` (`uuid_`,`groupId`), KEY `IX_75495C39` (`parentSiteNavigationMenuItemId`), KEY `IX_9FA7003B` (`siteNavigationMenuId`,`name`), KEY `IX_2294C622` (`siteNavigationMenuId`,`parentSiteNavigationMenuItemId`), KEY `IX_90D752C7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sitenavigationmenuitem -- ---------------------------- -- ---------------------------- -- Table structure for `socialactivity` -- ---------------------------- DROP TABLE IF EXISTS `socialactivity`; CREATE TABLE `socialactivity` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `activitySetId` bigint(20) DEFAULT NULL, `mirrorActivityId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `parentClassNameId` bigint(20) DEFAULT NULL, `parentClassPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`activityId`,`ctCollectionId`), UNIQUE KEY `IX_24810327` (`groupId`,`userId`,`createDate`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`), KEY `IX_9E7AC81A` (`activitySetId`,`ctCollectionId`), KEY `IX_AD0B0FB5` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_90E6DCFC` (`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_5AD306C4` (`companyId`,`ctCollectionId`), KEY `IX_A9CF2AC6` (`groupId`,`ctCollectionId`), KEY `IX_9C9CB625` (`groupId`,`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`), KEY `IX_A57E31D2` (`mirrorActivityId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_28C22ABD` (`mirrorActivityId`,`ctCollectionId`), KEY `IX_E948429` (`receiverUserId`,`ctCollectionId`), KEY `IX_96BE971A` (`userId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivity -- ---------------------------- INSERT INTO `socialactivity` VALUES ('1', '1', '1', '20121', '20097', '20125', '1599095792447', '40319', '0', '20131', '40309', '0', '0', '1', '{\"title\":\"Web Content 1<\\/Title><\\/root>\"}', '0'); -- ---------------------------- -- Table structure for `socialactivityachievement` -- ---------------------------- DROP TABLE IF EXISTS `socialactivityachievement`; CREATE TABLE `socialactivityachievement` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_5ED94F08` (`groupId`,`userId`,`name`,`ctCollectionId`), KEY `IX_5DE7864F` (`groupId`,`ctCollectionId`), KEY `IX_ADBE078D` (`groupId`,`firstInGroup`,`ctCollectionId`), KEY `IX_CAFEFF4E` (`groupId`,`name`,`ctCollectionId`), KEY `IX_38BEA989` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_9F91FD47` (`groupId`,`userId`,`firstInGroup`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivityachievement -- ---------------------------- -- ---------------------------- -- Table structure for `socialactivitycounter` -- ---------------------------- DROP TABLE IF EXISTS `socialactivitycounter`; CREATE TABLE `socialactivitycounter` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`activityCounterId`,`ctCollectionId`), UNIQUE KEY `IX_8F6B63C5` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`endPeriod`,`ctCollectionId`), UNIQUE KEY `IX_D520F00C` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`startPeriod`,`ctCollectionId`), KEY `IX_BDC6A299` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_B7252B62` (`groupId`,`classNameId`,`classPK`,`ownerType`,`ctCollectionId`), KEY `IX_7ACAB562` (`groupId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivitycounter -- ---------------------------- -- ---------------------------- -- Table structure for `socialactivitylimit` -- ---------------------------- DROP TABLE IF EXISTS `socialactivitylimit`; CREATE TABLE `socialactivitylimit` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_4A636E75` (`groupId`,`userId`,`classNameId`,`classPK`,`activityType`,`activityCounterName`,`ctCollectionId`), KEY `IX_D800658` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_197F2743` (`groupId`,`ctCollectionId`), KEY `IX_710E96FD` (`userId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivitylimit -- ---------------------------- -- ---------------------------- -- Table structure for `socialactivityset` -- ---------------------------- DROP TABLE IF EXISTS `socialactivityset`; CREATE TABLE `socialactivityset` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `activitySetId` 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, `activityCount` int(11) DEFAULT NULL, PRIMARY KEY (`activitySetId`,`ctCollectionId`), KEY `IX_49DD2872` (`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_34A94D3C` (`groupId`,`ctCollectionId`), KEY `IX_EF8C463D` (`groupId`,`userId`,`classNameId`,`type_`,`ctCollectionId`), KEY `IX_F4E22E1B` (`groupId`,`userId`,`type_`,`ctCollectionId`), KEY `IX_EF377278` (`userId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_A37B4DE4` (`userId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivityset -- ---------------------------- INSERT INTO `socialactivityset` VALUES ('0', '1', '40319', '20121', '20097', '20125', '1599095792447', '1599095792447', '20131', '40309', '1', null, '1'); -- ---------------------------- -- Table structure for `socialactivitysetting` -- ---------------------------- DROP TABLE IF EXISTS `socialactivitysetting`; CREATE TABLE `socialactivitysetting` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), KEY `IX_35A9252B` (`groupId`,`activityType`,`ctCollectionId`), KEY `IX_D0E7F399` (`groupId`,`classNameId`,`activityType`,`ctCollectionId`), KEY `IX_4FC6CD18` (`groupId`,`classNameId`,`activityType`,`name`,`ctCollectionId`), KEY `IX_11AAEF7C` (`groupId`,`classNameId`,`ctCollectionId`), KEY `IX_6B06688E` (`groupId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialactivitysetting -- ---------------------------- -- ---------------------------- -- Table structure for `socialrelation` -- ---------------------------- DROP TABLE IF EXISTS `socialrelation`; CREATE TABLE `socialrelation` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_D97ACDA3` (`userId1`,`userId2`,`type_`,`ctCollectionId`), KEY `IX_60BA2F7` (`companyId`,`ctCollectionId`), KEY `IX_2CB87B7A` (`companyId`,`type_`,`ctCollectionId`), KEY `IX_A29EEF24` (`type_`,`ctCollectionId`), KEY `IX_BDCE8C2A` (`userId1`,`ctCollectionId`), KEY `IX_3A6962E7` (`userId1`,`type_`,`ctCollectionId`), KEY `IX_5A757CEE` (`userId1`,`userId2`,`ctCollectionId`), KEY `IX_8B78EDEB` (`userId2`,`ctCollectionId`), KEY `IX_3C42B606` (`userId2`,`type_`,`ctCollectionId`), KEY `IX_FDA0A6C1` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_92E91103` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialrelation -- ---------------------------- -- ---------------------------- -- Table structure for `socialrequest` -- ---------------------------- DROP TABLE IF EXISTS `socialrequest`; CREATE TABLE `socialrequest` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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`,`ctCollectionId`), UNIQUE KEY `IX_EF4BB505` (`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`), UNIQUE KEY `IX_350595C` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_A776F23B` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_EB193CE5` (`classNameId`,`classPK`,`type_`,`receiverUserId`,`status`,`ctCollectionId`), KEY `IX_9E3B7BFE` (`companyId`,`ctCollectionId`), KEY `IX_B626432F` (`receiverUserId`,`ctCollectionId`), KEY `IX_9E789515` (`receiverUserId`,`status`,`ctCollectionId`), KEY `IX_D54872A2` (`userId`,`classNameId`,`classPK`,`type_`,`status`,`ctCollectionId`), KEY `IX_8CAABC20` (`userId`,`ctCollectionId`), KEY `IX_59718D06` (`userId`,`status`,`ctCollectionId`), KEY `IX_58C2E7DA` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_684858A` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of socialrequest -- ---------------------------- -- ---------------------------- -- Table structure for `stylebookentry` -- ---------------------------- DROP TABLE IF EXISTS `stylebookentry`; CREATE TABLE `stylebookentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `styleBookEntryId` 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(6) DEFAULT NULL, `defaultStyleBookEntry` tinyint(4) DEFAULT NULL, `frontendTokensValues` longtext, `name` varchar(75) DEFAULT NULL, `previewFileEntryId` bigint(20) DEFAULT NULL, `styleBookEntryKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`styleBookEntryId`), UNIQUE KEY `IX_3EEC78BF` (`groupId`,`styleBookEntryKey`,`head`), UNIQUE KEY `IX_B5BABC0D` (`headId`), KEY `IX_C95383D1` (`groupId`,`defaultStyleBookEntry`,`head`), KEY `IX_E96FB900` (`groupId`,`head`), KEY `IX_77DDEC7F` (`groupId`,`name`,`head`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of stylebookentry -- ---------------------------- -- ---------------------------- -- Table structure for `stylebookentryversion` -- ---------------------------- DROP TABLE IF EXISTS `stylebookentryversion`; CREATE TABLE `stylebookentryversion` ( `styleBookEntryVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `styleBookEntryId` 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(6) DEFAULT NULL, `defaultStyleBookEntry` tinyint(4) DEFAULT NULL, `frontendTokensValues` longtext, `name` varchar(75) DEFAULT NULL, `previewFileEntryId` bigint(20) DEFAULT NULL, `styleBookEntryKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`styleBookEntryVersionId`), UNIQUE KEY `IX_5F837D75` (`groupId`,`styleBookEntryKey`,`version`), UNIQUE KEY `IX_21DCB95B` (`styleBookEntryId`,`version`), KEY `IX_3CA4E523` (`groupId`,`defaultStyleBookEntry`,`version`), KEY `IX_7B3A245` (`groupId`,`name`,`version`), KEY `IX_9A3EB024` (`groupId`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of stylebookentryversion -- ---------------------------- -- ---------------------------- -- Table structure for `subscription` -- ---------------------------- DROP TABLE IF EXISTS `subscription`; CREATE TABLE `subscription` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `subscriptionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `frequency` varchar(75) DEFAULT NULL, PRIMARY KEY (`subscriptionId`,`ctCollectionId`), UNIQUE KEY `IX_FCCD4132` (`companyId`,`userId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_80A7978` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_CA6E52A5` (`groupId`,`ctCollectionId`), KEY `IX_16B6BFDF` (`groupId`,`userId`,`ctCollectionId`), KEY `IX_F4B715CF` (`userId`,`classNameId`,`ctCollectionId`), KEY `IX_55BB775B` (`userId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of subscription -- ---------------------------- -- ---------------------------- -- Table structure for `syncdevice` -- ---------------------------- DROP TABLE IF EXISTS `syncdevice`; CREATE TABLE `syncdevice` ( `uuid_` varchar(75) DEFAULT NULL, `syncDeviceId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `buildNumber` bigint(20) DEFAULT NULL, `featureSet` int(11) DEFAULT NULL, `hostname` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`syncDeviceId`), KEY `IX_176DF87B` (`companyId`,`userName`), KEY `IX_A18EDDB1` (`userId`), KEY `IX_AE38DEAB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of syncdevice -- ---------------------------- -- ---------------------------- -- Table structure for `syncdlfileversiondiff` -- ---------------------------- DROP TABLE IF EXISTS `syncdlfileversiondiff`; CREATE TABLE `syncdlfileversiondiff` ( `syncDLFileVersionDiffId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `sourceFileVersionId` bigint(20) DEFAULT NULL, `targetFileVersionId` bigint(20) DEFAULT NULL, `dataFileEntryId` bigint(20) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`syncDLFileVersionDiffId`), UNIQUE KEY `IX_AC4C7667` (`fileEntryId`,`sourceFileVersionId`,`targetFileVersionId`), KEY `IX_A9B43C55` (`expirationDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of syncdlfileversiondiff -- ---------------------------- -- ---------------------------- -- Table structure for `syncdlobject` -- ---------------------------- DROP TABLE IF EXISTS `syncdlobject`; CREATE TABLE `syncdlobject` ( `syncDLObjectId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createTime` bigint(20) DEFAULT NULL, `modifiedTime` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `version` varchar(75) DEFAULT NULL, `versionId` bigint(20) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `checksum` varchar(75) DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `lanTokenKey` varchar(75) DEFAULT NULL, `lastPermissionChangeDate` datetime(6) DEFAULT NULL, `lockExpirationDate` datetime(6) DEFAULT NULL, `lockUserId` bigint(20) DEFAULT NULL, `lockUserName` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, `typeUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`syncDLObjectId`), UNIQUE KEY `IX_E3F57BD6` (`type_`,`typePK`), KEY `IX_8D4FDC9F` (`modifiedTime`,`repositoryId`,`event`), KEY `IX_A3ACE372` (`modifiedTime`,`repositoryId`,`parentFolderId`), KEY `IX_38C38A09` (`repositoryId`,`event`), KEY `IX_3BE7BB8D` (`repositoryId`,`parentFolderId`,`type_`), KEY `IX_57F62914` (`repositoryId`,`type_`), KEY `IX_EE41CBEB` (`treePath`(255),`event`), KEY `IX_28CD54BB` (`type_`,`version`), KEY `IX_1CCA3B5` (`version`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of syncdlobject -- ---------------------------- -- ---------------------------- -- Table structure for `systemevent` -- ---------------------------- DROP TABLE IF EXISTS `systemevent`; CREATE TABLE `systemevent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `systemEventId` 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(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `referrerClassNameId` bigint(20) DEFAULT NULL, `parentSystemEventId` bigint(20) DEFAULT NULL, `systemEventSetKey` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, PRIMARY KEY (`systemEventId`,`ctCollectionId`), KEY `IX_46E892C` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_6C051FA5` (`groupId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`), KEY `IX_E9FA8197` (`groupId`,`ctCollectionId`), KEY `IX_C009825D` (`groupId`,`systemEventSetKey`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of systemevent -- ---------------------------- INSERT INTO `systemevent` VALUES ('0', '0', '39960', '20121', '20097', '20102', null, '2020-09-03 01:11:08.605000', '35003', '39923', '43dc2441-0f9c-2010-7a2b-b030b570f9e5', '20026', '0', '39961', '1', ''); INSERT INTO `systemevent` VALUES ('0', '0', '40327', '20121', '20097', '20125', 'Test Test', '2020-09-03 01:17:05.239000', '20131', '40309', 'f3bb2327-6b39-24eb-b432-aea69b18d231', '0', '0', '40328', '1', ''); -- ---------------------------- -- Table structure for `team` -- ---------------------------- DROP TABLE IF EXISTS `team`; CREATE TABLE `team` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `teamId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`teamId`,`ctCollectionId`), UNIQUE KEY `IX_D424D1E4` (`groupId`,`name`,`ctCollectionId`), UNIQUE KEY `IX_1AAF62D7` (`uuid_`,`groupId`,`ctCollectionId`), KEY `IX_622C8165` (`groupId`,`ctCollectionId`), KEY `IX_14857E95` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_FC1CD5AF` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of team -- ---------------------------- -- ---------------------------- -- Table structure for `ticket` -- ---------------------------- DROP TABLE IF EXISTS `ticket`; CREATE TABLE `ticket` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ticketId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) 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(6) DEFAULT NULL, PRIMARY KEY (`ticketId`), KEY `IX_1E8DFB2E` (`classNameId`,`classPK`,`type_`), KEY `IX_8BACD0AA` (`companyId`,`classNameId`,`classPK`,`type_`), KEY `IX_B2468446` (`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ticket -- ---------------------------- -- ---------------------------- -- Table structure for `translationentry` -- ---------------------------- DROP TABLE IF EXISTS `translationentry`; CREATE TABLE `translationentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `translationEntryId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `content` longtext, `contentType` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`translationEntryId`), UNIQUE KEY `IX_3EF04143` (`classNameId`,`classPK`,`languageId`), UNIQUE KEY `IX_A35D275D` (`uuid_`,`groupId`), KEY `IX_581ACBC7` (`companyId`,`status`), KEY `IX_A04D7489` (`groupId`,`status`), KEY `IX_72FD61B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of translationentry -- ---------------------------- -- ---------------------------- -- Table structure for `trashentry` -- ---------------------------- DROP TABLE IF EXISTS `trashentry`; CREATE TABLE `trashentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `systemEventSetKey` bigint(20) DEFAULT NULL, `typeSettings` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`entryId`,`ctCollectionId`), UNIQUE KEY `IX_16DA0033` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_D7357906` (`companyId`,`ctCollectionId`), KEY `IX_FD0078C2` (`groupId`,`classNameId`,`ctCollectionId`), KEY `IX_7E02E946` (`groupId`,`createDate`,`ctCollectionId`), KEY `IX_D4D4588` (`groupId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of trashentry -- ---------------------------- -- ---------------------------- -- Table structure for `trashversion` -- ---------------------------- DROP TABLE IF EXISTS `trashversion`; CREATE TABLE `trashversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `versionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `typeSettings` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`versionId`,`ctCollectionId`), UNIQUE KEY `IX_96536499` (`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_A2051595` (`entryId`,`classNameId`,`ctCollectionId`), KEY `IX_B0B4DD5` (`entryId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of trashversion -- ---------------------------- -- ---------------------------- -- Table structure for `uadpartialentry` -- ---------------------------- DROP TABLE IF EXISTS `uadpartialentry`; CREATE TABLE `uadpartialentry` ( `uadPartialEntryId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `message` varchar(75) DEFAULT NULL, PRIMARY KEY (`uadPartialEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of uadpartialentry -- ---------------------------- -- ---------------------------- -- Table structure for `usergroup` -- ---------------------------- DROP TABLE IF EXISTS `usergroup`; CREATE TABLE `usergroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentUserGroupId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userGroupId`,`ctCollectionId`), UNIQUE KEY `IX_3F4FC96B` (`companyId`,`name`,`ctCollectionId`), KEY `IX_E8AD6A2C` (`companyId`,`ctCollectionId`), KEY `IX_544FAE0D` (`companyId`,`externalReferenceCode`,`ctCollectionId`), KEY `IX_FFCDFCE5` (`companyId`,`parentUserGroupId`,`ctCollectionId`), KEY `IX_9F5F49EC` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_C990BAB8` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usergroup -- ---------------------------- -- ---------------------------- -- Table structure for `usergroupgrouprole` -- ---------------------------- DROP TABLE IF EXISTS `usergroupgrouprole`; CREATE TABLE `usergroupgrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `userGroupGroupRoleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userGroupId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, PRIMARY KEY (`userGroupGroupRoleId`,`ctCollectionId`), UNIQUE KEY `IX_B384D815` (`userGroupId`,`groupId`,`roleId`,`ctCollectionId`), KEY `IX_CF59F0C1` (`groupId`,`ctCollectionId`), KEY `IX_61B91326` (`groupId`,`roleId`,`ctCollectionId`), KEY `IX_92E36EA` (`roleId`,`ctCollectionId`), KEY `IX_663FBB6` (`userGroupId`,`ctCollectionId`), KEY `IX_451514B0` (`userGroupId`,`groupId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usergroupgrouprole -- ---------------------------- -- ---------------------------- -- Table structure for `usergrouprole` -- ---------------------------- DROP TABLE IF EXISTS `usergrouprole`; CREATE TABLE `usergrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `userGroupRoleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, PRIMARY KEY (`userGroupRoleId`,`ctCollectionId`), UNIQUE KEY `IX_F8059243` (`userId`,`groupId`,`roleId`,`ctCollectionId`), KEY `IX_813D2FD8` (`groupId`,`ctCollectionId`), KEY `IX_AA134B3D` (`groupId`,`roleId`,`ctCollectionId`), KEY `IX_EEB38F3` (`roleId`,`ctCollectionId`), KEY `IX_21D2A7C8` (`userId`,`ctCollectionId`), KEY `IX_AA91DCDE` (`userId`,`groupId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usergrouprole -- ---------------------------- -- ---------------------------- -- Table structure for `usergroups_teams` -- ---------------------------- DROP TABLE IF EXISTS `usergroups_teams`; CREATE TABLE `usergroups_teams` ( `companyId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`teamId`,`userGroupId`,`ctCollectionId`), KEY `IX_2AC5356C` (`companyId`), KEY `IX_7F187E63` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usergroups_teams -- ---------------------------- -- ---------------------------- -- Table structure for `useridmapper` -- ---------------------------- DROP TABLE IF EXISTS `useridmapper`; CREATE TABLE `useridmapper` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userIdMapperId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT 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_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of useridmapper -- ---------------------------- -- ---------------------------- -- Table structure for `usernotificationdelivery` -- ---------------------------- DROP TABLE IF EXISTS `usernotificationdelivery`; CREATE TABLE `usernotificationdelivery` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userNotificationDeliveryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `notificationType` int(11) DEFAULT NULL, `deliveryType` int(11) DEFAULT NULL, `deliver` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userNotificationDeliveryId`), UNIQUE KEY `IX_8B6E3ACE` (`userId`,`portletId`,`classNameId`,`notificationType`,`deliveryType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usernotificationdelivery -- ---------------------------- -- ---------------------------- -- Table structure for `usernotificationevent` -- ---------------------------- DROP TABLE IF EXISTS `usernotificationevent`; CREATE TABLE `usernotificationevent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `userNotificationEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(200) DEFAULT NULL, `timestamp` bigint(20) DEFAULT NULL, `deliveryType` int(11) DEFAULT NULL, `deliverBy` bigint(20) DEFAULT NULL, `delivered` tinyint(4) DEFAULT NULL, `payload` longtext, `actionRequired` tinyint(4) DEFAULT NULL, `archived` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userNotificationEventId`), KEY `IX_BF29100B` (`type_`), KEY `IX_5CE95F03` (`userId`,`actionRequired`,`archived`), KEY `IX_3DBB361A` (`userId`,`archived`), KEY `IX_9D34232F` (`userId`,`delivered`,`actionRequired`,`archived`), KEY `IX_BD8BD246` (`userId`,`delivered`,`archived`), KEY `IX_C4EFBD45` (`userId`,`deliveryType`,`actionRequired`,`archived`), KEY `IX_A87A585C` (`userId`,`deliveryType`,`archived`), KEY `IX_4BF3A7AD` (`userId`,`deliveryType`,`delivered`,`actionRequired`,`archived`), KEY `IX_93012C4` (`userId`,`deliveryType`,`delivered`,`archived`), KEY `IX_7AFE83D7` (`userId`,`type_`,`deliveryType`,`delivered`,`archived`), KEY `IX_A6BAFDFE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usernotificationevent -- ---------------------------- -- ---------------------------- -- Table structure for `users_groups` -- ---------------------------- DROP TABLE IF EXISTS `users_groups`; CREATE TABLE `users_groups` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`,`userId`,`ctCollectionId`), KEY `IX_3499B657` (`companyId`), KEY `IX_F10B6C6B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of users_groups -- ---------------------------- INSERT INTO `users_groups` VALUES ('20097', '20121', '20125', '0', null); -- ---------------------------- -- Table structure for `users_orgs` -- ---------------------------- DROP TABLE IF EXISTS `users_orgs`; CREATE TABLE `users_orgs` ( `companyId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`organizationId`,`userId`,`ctCollectionId`), KEY `IX_5FBB883C` (`companyId`), KEY `IX_FB646CA6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of users_orgs -- ---------------------------- -- ---------------------------- -- Table structure for `users_roles` -- ---------------------------- DROP TABLE IF EXISTS `users_roles`; CREATE TABLE `users_roles` ( `companyId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`roleId`,`userId`,`ctCollectionId`), KEY `IX_F987A0DC` (`companyId`), KEY `IX_C1A01806` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of users_roles -- ---------------------------- INSERT INTO `users_roles` VALUES ('20097', '20104', '20125', '0', null); INSERT INTO `users_roles` VALUES ('20097', '20106', '20102', '0', null); INSERT INTO `users_roles` VALUES ('20097', '20108', '20125', '0', null); INSERT INTO `users_roles` VALUES ('20097', '20109', '20125', '0', null); -- ---------------------------- -- Table structure for `users_teams` -- ---------------------------- DROP TABLE IF EXISTS `users_teams`; CREATE TABLE `users_teams` ( `companyId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`teamId`,`userId`,`ctCollectionId`), KEY `IX_799F8283` (`companyId`), KEY `IX_A098EFBF` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of users_teams -- ---------------------------- -- ---------------------------- -- Table structure for `users_usergroups` -- ---------------------------- DROP TABLE IF EXISTS `users_usergroups`; CREATE TABLE `users_usergroups` ( `companyId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `ctChangeType` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userId`,`userGroupId`,`ctCollectionId`), KEY `IX_BB65040C` (`companyId`), KEY `IX_66FF2503` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of users_usergroups -- ---------------------------- -- ---------------------------- -- Table structure for `usertracker` -- ---------------------------- DROP TABLE IF EXISTS `usertracker`; CREATE TABLE `usertracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `modifiedDate` datetime(6) 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; -- ---------------------------- -- Records of usertracker -- ---------------------------- -- ---------------------------- -- Table structure for `usertrackerpath` -- ---------------------------- DROP TABLE IF EXISTS `usertrackerpath`; CREATE TABLE `usertrackerpath` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userTrackerPathId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userTrackerId` bigint(20) DEFAULT NULL, `path_` longtext, `pathDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`userTrackerPathId`), KEY `IX_14D8BCC0` (`userTrackerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of usertrackerpath -- ---------------------------- -- ---------------------------- -- Table structure for `user_` -- ---------------------------- DROP TABLE IF EXISTS `user_`; CREATE TABLE `user_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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(6) 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(254) DEFAULT NULL, `facebookId` bigint(20) DEFAULT NULL, `googleUserId` varchar(75) DEFAULT NULL, `ldapServerId` 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(6) DEFAULT NULL, `loginIP` varchar(75) DEFAULT NULL, `lastLoginDate` datetime(6) DEFAULT NULL, `lastLoginIP` varchar(75) DEFAULT NULL, `lastFailedLoginDate` datetime(6) DEFAULT NULL, `failedLoginAttempts` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `lockoutDate` datetime(6) DEFAULT NULL, `agreedToTermsOfUse` tinyint(4) DEFAULT NULL, `emailAddressVerified` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`userId`,`ctCollectionId`), UNIQUE KEY `IX_6C9F41D8` (`companyId`,`emailAddress`,`ctCollectionId`), UNIQUE KEY `IX_EEC1E477` (`companyId`,`screenName`,`ctCollectionId`), UNIQUE KEY `IX_8E3173E6` (`companyId`,`userId`,`ctCollectionId`), UNIQUE KEY `IX_C15FB5CF` (`contactId`,`ctCollectionId`), KEY `IX_51338B6A` (`companyId`,`createDate`,`ctCollectionId`), KEY `IX_A09EEAB5` (`companyId`,`createDate`,`modifiedDate`,`ctCollectionId`), KEY `IX_53E4FDAC` (`companyId`,`ctCollectionId`), KEY `IX_DBE0B8AC` (`companyId`,`defaultUser`,`ctCollectionId`), KEY `IX_16583D92` (`companyId`,`defaultUser`,`status`,`ctCollectionId`), KEY `IX_210A2A8D` (`companyId`,`externalReferenceCode`,`ctCollectionId`), KEY `IX_F0BD8F61` (`companyId`,`facebookId`,`ctCollectionId`), KEY `IX_66712F3F` (`companyId`,`googleUserId`,`ctCollectionId`), KEY `IX_79724177` (`companyId`,`modifiedDate`,`ctCollectionId`), KEY `IX_952F78E5` (`companyId`,`openId`(255),`ctCollectionId`), KEY `IX_BC478292` (`companyId`,`status`,`ctCollectionId`), KEY `IX_E1D5EE24` (`emailAddress`,`ctCollectionId`), KEY `IX_64D54302` (`portraitId`,`ctCollectionId`), KEY `IX_68931CD4` (`userId`,`companyId`), KEY `IX_B5A2C66C` (`uuid_`,`companyId`,`ctCollectionId`), KEY `IX_EA9E0E38` (`uuid_`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of user_ -- ---------------------------- INSERT INTO `user_` VALUES ('0', '0', 'fa459722-a552-009c-4163-e554aaf13096', null, '20102', '20097', '2020-09-03 01:09:41.829000', '2020-09-03 01:09:41.829000', '1', '20103', 'password', '0', '0', null, '5533ed38b5e33c076a804bb4bca644f9,a2fa4932723bfb78b949454b8ef8b111,a2fa4932723bfb78b949454b8ef8b111', null, null, '0', '20102', 'default@liferay.com', '0', null, '0', null, '0', 'en_US', 'UTC', 'Welcome!', null, null, null, null, null, '2020-09-03 01:09:41.812000', null, null, null, null, '0', '0', null, '1', '0', '0'); INSERT INTO `user_` VALUES ('4', '0', 'cbcfe924-ef96-805f-7596-1403d128bc9d', null, '20125', '20097', '2020-09-03 01:09:44.390000', '2020-09-03 01:15:04.769000', '0', '20127', '{PBKDF2WITHHMACSHA1}AAAAoAAB9AC02l8EvkZEm++/5LnSwStlmZVKUTErAVOqHZd3', '1', '0', null, 'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,9eb090d4ed958488558523f53adf5977', 'what-is-your-father\'s-middle-name', 'dd', '0', 'test', 'test@liferay.com', '0', null, '-1', null, '0', 'en_US', 'UTC', 'Welcome Test Test!', null, 'Test', null, 'Test', null, '2020-09-03 01:14:58.992000', '127.0.0.1', '2020-09-03 01:09:44.470000', null, null, '0', '0', null, '1', '1', '0'); -- ---------------------------- -- Table structure for `versionedentry` -- ---------------------------- DROP TABLE IF EXISTS `versionedentry`; CREATE TABLE `versionedentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `versionedEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`versionedEntryId`), UNIQUE KEY `IX_AAA6F330` (`headId`), KEY `IX_6770C47D` (`groupId`,`head`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of versionedentry -- ---------------------------- -- ---------------------------- -- Table structure for `versionedentryversion` -- ---------------------------- DROP TABLE IF EXISTS `versionedentryversion`; CREATE TABLE `versionedentryversion` ( `versionedEntryVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `versionedEntryId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, PRIMARY KEY (`versionedEntryVersionId`), UNIQUE KEY `IX_B51BCCBB` (`versionedEntryId`,`version`), KEY `IX_D2594361` (`groupId`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of versionedentryversion -- ---------------------------- -- ---------------------------- -- Table structure for `viewcountentry` -- ---------------------------- DROP TABLE IF EXISTS `viewcountentry`; CREATE TABLE `viewcountentry` ( `companyId` bigint(20) NOT NULL, `classNameId` bigint(20) NOT NULL, `classPK` bigint(20) NOT NULL, `viewCount` bigint(20) DEFAULT NULL, PRIMARY KEY (`companyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of viewcountentry -- ---------------------------- INSERT INTO `viewcountentry` VALUES ('20097', '20003', '39937', '1'); INSERT INTO `viewcountentry` VALUES ('20097', '20007', '39935', '1'); -- ---------------------------- -- Table structure for `virtualhost` -- ---------------------------- DROP TABLE IF EXISTS `virtualhost`; CREATE TABLE `virtualhost` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `virtualHostId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, `hostname` varchar(200) DEFAULT NULL, `defaultVirtualHost` tinyint(4) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, PRIMARY KEY (`virtualHostId`,`ctCollectionId`), UNIQUE KEY `IX_76A64FBE` (`hostname`,`ctCollectionId`), KEY `IX_741D01F2` (`companyId`,`layoutSetId`,`ctCollectionId`), KEY `IX_6A3E4238` (`companyId`,`layoutSetId`,`defaultVirtualHost`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of virtualhost -- ---------------------------- INSERT INTO `virtualhost` VALUES ('0', '0', '20099', '20097', '0', 'localhost', '1', null); -- ---------------------------- -- Table structure for `webdavprops` -- ---------------------------- DROP TABLE IF EXISTS `webdavprops`; CREATE TABLE `webdavprops` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `webDavPropsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) 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; -- ---------------------------- -- Records of webdavprops -- ---------------------------- -- ---------------------------- -- Table structure for `website` -- ---------------------------- DROP TABLE IF EXISTS `website`; CREATE TABLE `website` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `websiteId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `url` longtext, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`websiteId`), KEY `IX_1AA07A6D` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F75690BB` (`userId`), KEY `IX_712BCD35` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of website -- ---------------------------- -- ---------------------------- -- Table structure for `wikinode` -- ---------------------------- DROP TABLE IF EXISTS `wikinode`; CREATE TABLE `wikinode` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPostDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`nodeId`), UNIQUE KEY `IX_920CD8B1` (`groupId`,`name`), UNIQUE KEY `IX_7609B2AE` (`uuid_`,`groupId`), KEY `IX_B54332D6` (`companyId`,`status`), KEY `IX_23325358` (`groupId`,`status`), KEY `IX_E0E6D12C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of wikinode -- ---------------------------- -- ---------------------------- -- Table structure for `wikipage` -- ---------------------------- DROP TABLE IF EXISTS `wikipage`; CREATE TABLE `wikipage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) 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_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_9F7655DA` (`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_40F94F68` (`nodeId`,`head`,`redirectTitle`,`status`), KEY `IX_432F0AB0` (`nodeId`,`head`,`status`), KEY `IX_46EEF3C8` (`nodeId`,`parentTitle`), KEY `IX_1ECC7656` (`nodeId`,`redirectTitle`), KEY `IX_546F2D5C` (`nodeId`,`status`), KEY `IX_E745EA26` (`nodeId`,`title`,`head`), KEY `IX_BEA33AB8` (`nodeId`,`title`,`status`), KEY `IX_E1F55FB` (`resourcePrimKey`,`nodeId`,`head`), KEY `IX_94D1054D` (`resourcePrimKey`,`nodeId`,`status`), KEY `IX_1725355C` (`resourcePrimKey`,`status`), KEY `IX_FBBE7C96` (`userId`,`nodeId`,`status`), KEY `IX_5DC4BD39` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of wikipage -- ---------------------------- -- ---------------------------- -- Table structure for `wikipageresource` -- ---------------------------- DROP TABLE IF EXISTS `wikipageresource`; CREATE TABLE `wikipageresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_21277664` (`nodeId`,`title`), UNIQUE KEY `IX_F705C7A9` (`uuid_`,`groupId`), KEY `IX_13319367` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of wikipageresource -- ---------------------------- -- ---------------------------- -- Table structure for `wmsladefinition` -- ---------------------------- DROP TABLE IF EXISTS `wmsladefinition`; CREATE TABLE `wmsladefinition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `wmSLADefinitionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `calendarKey` varchar(75) DEFAULT NULL, `description` longtext, `duration` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `pauseNodeKeys` varchar(75) DEFAULT NULL, `processId` bigint(20) DEFAULT NULL, `processVersion` varchar(75) DEFAULT NULL, `startNodeKeys` varchar(75) DEFAULT NULL, `stopNodeKeys` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`wmSLADefinitionId`), UNIQUE KEY `IX_285A6761` (`uuid_`,`groupId`), KEY `IX_8872D52F` (`companyId`,`active_`,`name`,`processId`), KEY `IX_764B37D1` (`companyId`,`active_`,`processId`,`processVersion`,`status`), KEY `IX_11F22A34` (`companyId`,`active_`,`processId`,`status`), KEY `IX_73175D43` (`companyId`,`status`), KEY `IX_41DD251F` (`uuid_`,`companyId`), KEY `IX_F68F2F64` (`wmSLADefinitionId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of wmsladefinition -- ---------------------------- -- ---------------------------- -- Table structure for `wmsladefinitionversion` -- ---------------------------- DROP TABLE IF EXISTS `wmsladefinitionversion`; CREATE TABLE `wmsladefinitionversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `wmSLADefinitionVersionId` 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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `calendarKey` varchar(75) DEFAULT NULL, `description` longtext, `duration` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `pauseNodeKeys` varchar(75) DEFAULT NULL, `processId` bigint(20) DEFAULT NULL, `processVersion` varchar(75) DEFAULT NULL, `startNodeKeys` varchar(75) DEFAULT NULL, `stopNodeKeys` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `wmSLADefinitionId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`wmSLADefinitionVersionId`), UNIQUE KEY `IX_DB48262F` (`uuid_`,`groupId`), KEY `IX_F056686D` (`uuid_`,`companyId`), KEY `IX_A59DFB41` (`version`,`wmSLADefinitionId`), KEY `IX_89A383B7` (`wmSLADefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of wmsladefinitionversion -- ---------------------------- -- ---------------------------- -- Table structure for `workflowdefinitionlink` -- ---------------------------- DROP TABLE IF EXISTS `workflowdefinitionlink`; CREATE TABLE `workflowdefinitionlink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) 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`,`ctCollectionId`), KEY `IX_6483FCD4` (`companyId`,`ctCollectionId`), KEY `IX_701BF76D` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`,`ctCollectionId`), KEY `IX_B6C5C563` (`groupId`,`companyId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_65327B4C` (`groupId`,`companyId`,`classNameId`,`classPK`,`typePK`,`ctCollectionId`), KEY `IX_5E9866FC` (`groupId`,`companyId`,`classNameId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of workflowdefinitionlink -- ---------------------------- -- ---------------------------- -- Table structure for `workflowinstancelink` -- ---------------------------- DROP TABLE IF EXISTS `workflowinstancelink`; CREATE TABLE `workflowinstancelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ctCollectionId` bigint(20) NOT NULL DEFAULT '0', `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(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `workflowInstanceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`workflowInstanceLinkId`,`ctCollectionId`), KEY `IX_688A5865` (`groupId`,`companyId`,`classNameId`,`classPK`,`ctCollectionId`), KEY `IX_6E4C09BA` (`groupId`,`companyId`,`classNameId`,`ctCollectionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of workflowinstancelink -- ----------------------------