sql stringlengths 6 1.05M |
|---|
<gh_stars>100-1000
-- vacuum.test
--
-- execsql {
-- DROP TABLE 'abc abc';
-- CREATE TABLE autoinc(a INTEGER PRIMARY KEY AUTOINCREMENT, b);
-- INSERT INTO autoinc(b) VALUES('hi');
-- INSERT INTO autoinc(b) VALUES('there');
-- DELETE FROM autoinc;
-- }
DROP TABLE 'abc abc';
CREATE TABLE autoinc(a INTEGER PRIMARY KEY AUTOINCREMENT, b);
INSERT INTO autoinc(b) VALUES('hi');
INSERT INTO autoinc(b) VALUES('there');
DELETE FROM autoinc; |
<gh_stars>100-1000
-- vtab1.test
--
-- execsql {
-- DELETE FROM techo WHERE a=5;
-- }
DELETE FROM techo WHERE a=5; |
ALTER TABLE entitlements
DROP COLUMN pro_gear_weight_spouse,
DROP COLUMN pro_gear_weight;
|
-- SPDX-License-Identifier: Apache-2.0
-- Copyright Contributors to the ODPi Egeria project.
disconnect all@
connect to EmplSAnl@
BEGIN
declare continue handler for sqlstate '42710' begin end;
execute immediate 'CREATE TABLE EmpSalaryAnalysis'
|| '('
|| ' HDR INT NOT NULL,'
|| ' RECTYPE INT NOT NULL,'
|| ' SERVICE INT NOT NULL,'
|| ' EMPSTATUS INT NOT NULL,'
|| ' FNAME VARCHAR(40) NOT NULL,'
|| ' LNAME VARCHAR(40) NOT NULL,'
|| ' PNUM INT NOT NULL,'
|| ' DEPT INT NOT NULL,'
|| ' LVL INT NOT NULL,'
|| ' LOCATION VARCHAR(40) NOT NULL,'
|| ' LOCCODE INT NOT NULL,'
|| ' HOL INT NOT NULL,'
|| ' ROLE VARCHAR(40) NOT NULL,'
|| ' ETYPE INT NOT NULL,'
|| ' SALARY INT NOT NULL,'
|| ' BONUS INT NOT NULL,'
|| ' SNUM INT NOT NULL,'
|| ' STREET VARCHAR(40) NOT NULL,'
|| ' CITY VARCHAR(40) NOT NULL,'
|| ' STATE VARCHAR(40) NOT NULL,'
|| ' TAX INT NOT NULL,'
|| ' TAXP INT NOT NULL'
|| ')';
END@
BEGIN
declare continue handler for sqlstate '02000' begin end;
execute immediate 'delete from EmpSalaryAnalysis';
END@
import from '{{ egeria_samples_cocopharma_targets.files }}/EmplSAnl-EmpSalaryAnalysis.csv' of DEL modified by coldel; skipcount 1 insert into EmpSalaryAnalysis@
terminate@
|
<filename>bin/apache-hive-3.1.2-bin/scripts/metastore/upgrade/mysql/hive-txn-schema-0.14.0.mysql.sql
version https://git-lfs.github.com/spec/v1
oid sha256:b19acaa6749e5d2c95bfb6bf05956a992f29664e4c30af1084042680899b3440
size 2845
|
DROP TABLE IF EXISTS `ocenter_paper`;
DROP TABLE IF EXISTS `ocenter_paper_category`;
|
<gh_stars>1-10
USE [master]
GO
IF EXISTS (SELECT * FROM sys.server_principals WHERE name = N'uih')
ALTER LOGIN [uih] WITH PASSWORD=N'<PASSWORD>'
GO
IF NOT EXISTS (SELECT * FROM sys.server_principals WHERE name = N'uih')
CREATE LOGIN [uih] WITH PASSWORD=N'<PASSWORD>', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF
GO
EXEC master..sp_addsrvrolemember @loginame = N'uih', @rolename = N'sysadmin'
GO
|
/*
Copyright © 2020 Hashmap, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
select o.orderkey,
o.custkey,
o.totalprice,
o.orderdate,
l.extendedprice,
l.discount,
l.tax,
l.quantity
from {{ ref('orders') }} as o
JOIN {{ ref('lineitem') }} as l
ON o.orderkey=l.orderkey
|
<filename>prisma/migrations/20220107025919_prevent_duplicate_scheduling/migration.sql
/*
Warnings:
- A unique constraint covering the columns `[approvedItemId,newTabGuid,scheduledDate]` on the table `ScheduledItem` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX `ScheduledItem_approvedItemId_newTabGuid_scheduledDate_key` ON `ScheduledItem`(`approvedItemId`, `newTabGuid`, `scheduledDate`);
|
-- Test: plperl 52
CREATE OR REPLACE FUNCTION recurse(i int) RETURNS SETOF TEXT AS $$
my $i = shift;
foreach my $x (1..$i)
{
return_next "hello $x";
}
if ($i > 2)
{
my $z = $i-1;
my $cursor = spi_query("select * from recurse($z)");
while (defined(my $row = spi_fetchrow($cursor)))
{
return_next "recurse $i: $row->{recurse}";
}
}
return undef;
$$ LANGUAGE plperl;
SELECT * FROM recurse(2);
|
<filename>afon.sql
-- phpMyAdmin SQL Dump
-- version 4.9.2
-- https://www.phpmyadmin.net/
--
-- Хост: localhost
-- Время создания: Дек 13 2019 г., 12:34
-- Версия сервера: 5.7.17
-- Версия PHP: 7.4.0
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- База данных: `afon`
--
-- --------------------------------------------------------
--
-- Структура таблицы `admin`
--
CREATE TABLE `admin` (
`id` int(3) NOT NULL,
`login` varchar(255) NOT NULL,
`role` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`auth_key` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`fio` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `admin`
--
INSERT INTO `admin` (`id`, `login`, `role`, `password`, `auth_key`, `email`, `fio`) VALUES
(1, 'admin', 'admin', 'admin', '<PASSWORD>', '<EMAIL>', 'о.Философ');
-- --------------------------------------------------------
--
-- Структура таблицы `bed`
--
CREATE TABLE `bed` (
`id` int(3) NOT NULL,
`bedname` varchar(255) NOT NULL,
`roomid` int(3) NOT NULL,
`sectionid` int(3) NOT NULL,
`floorid` int(3) NOT NULL,
`hotelid` int(3) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `bed`
--
INSERT INTO `bed` (`id`, `bedname`, `roomid`, `sectionid`, `floorid`, `hotelid`) VALUES
(1, 'Возле окна', 1, 0, 1, 1),
(7, 'Кровать №2', 1, 0, 1, 1),
(3, 'Диван в позолоте', 2, 0, 9, 6),
(4, 'Диван тестовый', 2, 0, 9, 6),
(8, 'Кровать №3', 1, 0, 1, 1),
(6, 'Деревянная койка ', 3, 0, 10, 6),
(9, 'Первая', 4, 0, 1, 1),
(10, 'Вторая', 4, 0, 1, 1),
(11, 'Третья', 4, 0, 1, 1);
-- --------------------------------------------------------
--
-- Структура таблицы `countryresolution`
--
CREATE TABLE `countryresolution` (
`id` int(3) NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `countryresolution`
--
INSERT INTO `countryresolution` (`id`, `value`) VALUES
(1, 'Да'),
(2, 'Нет');
-- --------------------------------------------------------
--
-- Структура таблицы `disease`
--
CREATE TABLE `disease` (
`id` int(3) NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `disease`
--
INSERT INTO `disease` (`id`, `value`) VALUES
(1, 'Нет'),
(2, 'Да');
-- --------------------------------------------------------
--
-- Структура таблицы `floor`
--
CREATE TABLE `floor` (
`id` int(3) NOT NULL,
`floornum` int(3) NOT NULL,
`hotelid` int(3) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `floor`
--
INSERT INTO `floor` (`id`, `floornum`, `hotelid`) VALUES
(1, 1, 1),
(9, 1, 6),
(10, 2, 6),
(11, 3, 6),
(13, 3, 1),
(14, 4, 1),
(15, 5, 1),
(12, 2, 1);
-- --------------------------------------------------------
--
-- Структура таблицы `guest`
--
CREATE TABLE `guest` (
`id` int(3) NOT NULL,
`name` varchar(255) NOT NULL,
`secondname` varchar(255) NOT NULL,
`surname` varchar(255) NOT NULL,
`nameeng` varchar(255) NOT NULL,
`surnameeng` varchar(255) NOT NULL,
`dayofbirth` tinyint(2) DEFAULT NULL,
`monthofbirth` tinyint(2) DEFAULT NULL,
`yearofbirth` tinyint(4) DEFAULT NULL,
`residentcountryid` int(3) DEFAULT NULL,
`passportseries` varchar(255) NOT NULL,
`workpositionid` int(3) DEFAULT NULL,
`regionfrom` varchar(255) NOT NULL,
`createddate` int(3) DEFAULT NULL,
`statusid` int(3) DEFAULT NULL,
`sourceid` int(3) DEFAULT NULL,
`settled` tinyint(1) DEFAULT NULL,
`email` varchar(255) NOT NULL,
`dateofbirth` int(3) DEFAULT NULL,
`checkindate` varchar(255) NOT NULL,
`checkoutdate` varchar(255) NOT NULL,
`extra` text NOT NULL,
`placeofbirth` varchar(255) NOT NULL,
`krestname` varchar(255) NOT NULL,
`monahname` varchar(255) NOT NULL,
`san` varchar(255) NOT NULL,
`krestplace` varchar(255) NOT NULL,
`krestyear` varchar(255) NOT NULL,
`communion` varchar(255) NOT NULL,
`churchyear` varchar(255) NOT NULL,
`mychurch` varchar(255) NOT NULL,
`maritalstatusid` tinyint(2) DEFAULT NULL,
`disease` tinyint(1) DEFAULT NULL,
`diseasedescription` varchar(255) NOT NULL,
`residentialaddress` varchar(255) NOT NULL,
`homephone` varchar(255) NOT NULL,
`workphone` varchar(255) NOT NULL,
`mobilephone` varchar(255) NOT NULL,
`skype` varchar(255) NOT NULL,
`education` varchar(255) NOT NULL,
`degree` varchar(255) NOT NULL,
`institution` varchar(255) NOT NULL,
`specialty` varchar(255) NOT NULL,
`workplace` varchar(255) NOT NULL,
`position` varchar(255) NOT NULL,
`passportnumber` varchar(255) NOT NULL,
`passportissued` varchar(255) NOT NULL,
`dateofissue` varchar(255) NOT NULL,
`expires` varchar(255) NOT NULL,
`schengenvisa` varchar(255) NOT NULL,
`shengencountry` varchar(255) NOT NULL,
`visatermination` varchar(255) NOT NULL,
`visacitydraw` varchar(255) NOT NULL,
`goalpilgrimage` text NOT NULL,
`visitscount` tinyint(2) DEFAULT NULL,
`lastvisit` varchar(255) NOT NULL,
`birthsurname` varchar(255) NOT NULL,
`nationality` varchar(255) NOT NULL,
`citizenship` varchar(255) NOT NULL,
`citizenshipnow` varchar(255) NOT NULL,
`ukrainpassportnumber` varchar(255) NOT NULL,
`wife` varchar(255) NOT NULL,
`fiomaidenname` varchar(255) NOT NULL,
`placeofbirthvisa` varchar(255) NOT NULL,
`childrens` varchar(255) NOT NULL,
`father` varchar(255) NOT NULL,
`mother` varchar(255) NOT NULL,
`parentsfio` varchar(255) NOT NULL,
`etcvisa` varchar(255) NOT NULL,
`previousstay` varchar(255) NOT NULL,
`transitroute` varchar(255) NOT NULL,
`modeoftransport` varchar(255) NOT NULL,
`anketadate` varchar(255) NOT NULL,
`qualityid` int(3) DEFAULT NULL,
`shengen` int(1) DEFAULT NULL,
`pgroup` int(1) DEFAULT NULL,
`pgroupcode` varchar(255) NOT NULL,
`zagranend` int(3) DEFAULT NULL,
`countryresolution` varchar(255) NOT NULL,
`typeofpassport` varchar(255) NOT NULL,
`roomtype` tinyint(2) DEFAULT NULL,
`sum` int(5) DEFAULT NULL,
`managerid` int(3) DEFAULT NULL,
`resolution` tinyint(1) DEFAULT '0',
`issueddiamonitirion` int(3) DEFAULT NULL,
`usersender` int(3) DEFAULT NULL,
`photo` varchar(255) NOT NULL,
`changed` int(1) DEFAULT '0',
`adminid` int(3) DEFAULT NULL,
`approved_by_manager` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `guest`
--
INSERT INTO `guest` (`id`, `name`, `secondname`, `surname`, `nameeng`, `surnameeng`, `dayofbirth`, `monthofbirth`, `yearofbirth`, `residentcountryid`, `passportseries`, `workpositionid`, `regionfrom`, `createddate`, `statusid`, `sourceid`, `settled`, `email`, `dateofbirth`, `checkindate`, `checkoutdate`, `extra`, `placeofbirth`, `krestname`, `monahname`, `san`, `krestplace`, `krestyear`, `communion`, `churchyear`, `mychurch`, `maritalstatusid`, `disease`, `diseasedescription`, `residentialaddress`, `homephone`, `workphone`, `mobilephone`, `skype`, `education`, `degree`, `institution`, `specialty`, `workplace`, `position`, `passportnumber`, `passportissued`, `dateofissue`, `expires`, `schengenvisa`, `shengencountry`, `visatermination`, `visacitydraw`, `goalpilgrimage`, `visitscount`, `lastvisit`, `birthsurname`, `nationality`, `citizenship`, `citizenshipnow`, `ukrainpassportnumber`, `wife`, `fiomaidenname`, `placeofbirthvisa`, `childrens`, `father`, `mother`, `parentsfio`, `etcvisa`, `previousstay`, `transitroute`, `modeoftransport`, `anketadate`, `qualityid`, `shengen`, `pgroup`, `pgroupcode`, `zagranend`, `countryresolution`, `typeofpassport`, `roomtype`, `sum`, `managerid`, `resolution`, `issueddiamonitirion`, `usersender`, `photo`, `changed`, `adminid`, `approved_by_manager`) VALUES
(178, 'Илья', 'Владимирович', 'Яковлев', '', '', NULL, NULL, NULL, NULL, '', NULL, '', NULL, NULL, NULL, NULL, '', NULL, '18.05.2015', '19.05.2015', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0, '', 0, 0, 0),
(179, 'Илья', 'Владимирович', 'Яковлев', '', '', NULL, NULL, NULL, NULL, '', NULL, '', NULL, NULL, NULL, NULL, '', NULL, '18.05.2015', '19.05.2015', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, 0, '', 0, 0, 0),
(180, 'Илья', 'Владимирович', 'Яковлев', '', '', NULL, NULL, NULL, NULL, '', NULL, '', NULL, NULL, NULL, NULL, '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 0);
-- --------------------------------------------------------
--
-- Структура таблицы `guest_changes`
--
CREATE TABLE `guest_changes` (
`id` bigint(13) NOT NULL,
`guestid` int(3) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `guest_sender`
--
CREATE TABLE `guest_sender` (
`id` int(3) NOT NULL,
`sender` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `guest_sender`
--
INSERT INTO `guest_sender` (`id`, `sender`) VALUES
(1, 'Афонское подворье г.Киев'),
(2, 'Афонское подворье г.Москва'),
(0, 'Самостоятельно');
-- --------------------------------------------------------
--
-- Структура таблицы `hotel`
--
CREATE TABLE `hotel` (
`id` int(3) NOT NULL,
`name` varchar(255) NOT NULL,
`floorcount` int(3) NOT NULL,
`weight` int(3) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `hotel`
--
INSERT INTO `hotel` (`id`, `name`, `floorcount`, `weight`) VALUES
(1, 'Архантарики 1', 5, 1),
(6, 'Архантарики 2', 0, 2),
(3, 'Архантарики 3', 7, 3);
-- --------------------------------------------------------
--
-- Структура таблицы `hotel_reserve`
--
CREATE TABLE `hotel_reserve` (
`id` int(3) NOT NULL,
`checkin` int(3) NOT NULL,
`checkout` int(3) NOT NULL,
`hotelid` int(3) NOT NULL,
`floorid` int(3) NOT NULL,
`roomid` int(3) NOT NULL,
`bedid` int(3) NOT NULL,
`reservelock` int(1) NOT NULL DEFAULT '0',
`guestid` int(3) NOT NULL,
`automatic` tinyint(1) NOT NULL,
`evicted` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `hotel_reserve`
--
INSERT INTO `hotel_reserve` (`id`, `checkin`, `checkout`, `hotelid`, `floorid`, `roomid`, `bedid`, `reservelock`, `guestid`, `automatic`, `evicted`) VALUES
(212, 1431637200, 1432069200, 1, 1, 1, 1, 0, 177, 0, 0),
(213, 1577404800, 1577404800, 1, 1, 1, 7, 1, 180, 0, 0),
(214, 1577318400, 1577750400, 6, 9, 2, 3, 0, 178, 0, 0),
(215, 1575936000, 1577750400, 1, 1, 1, 7, 0, 180, 0, 0);
-- --------------------------------------------------------
--
-- Структура таблицы `hotel_types`
--
CREATE TABLE `hotel_types` (
`id` int(3) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `issueddiamonitirion`
--
CREATE TABLE `issueddiamonitirion` (
`id` int(3) NOT NULL,
`issued` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `issueddiamonitirion`
--
INSERT INTO `issueddiamonitirion` (`id`, `issued`) VALUES
(1, 'Пантелеимонов'),
(2, 'Ватопед'),
(3, '<NAME>'),
(4, 'Дохиар');
-- --------------------------------------------------------
--
-- Структура таблицы `manager`
--
CREATE TABLE `manager` (
`id` int(3) NOT NULL,
`login` varchar(255) NOT NULL,
`role` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`fio` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `manager`
--
INSERT INTO `manager` (`id`, `login`, `role`, `password`, `email`, `fio`) VALUES
(1, 'manager', 'admin', 'manager', '<EMAIL>', '');
-- --------------------------------------------------------
--
-- Структура таблицы `maritalstatus`
--
CREATE TABLE `maritalstatus` (
`id` int(3) NOT NULL,
`status` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `maritalstatus`
--
INSERT INTO `maritalstatus` (`id`, `status`) VALUES
(1, 'Холост'),
(2, 'Женат'),
(3, 'состою в браке, но живем раздельно'),
(4, 'вдовец'),
(5, 'разведен');
-- --------------------------------------------------------
--
-- Структура таблицы `palomnik_card`
--
CREATE TABLE `palomnik_card` (
`id` int(3) NOT NULL,
`palomnikid` int(3) NOT NULL,
`appliedfor` tinyint(1) NOT NULL DEFAULT '0',
`accepted` tinyint(1) NOT NULL DEFAULT '0',
`issueddocuments` tinyint(1) NOT NULL DEFAULT '0',
`diamonitirion` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `palomnik_country`
--
CREATE TABLE `palomnik_country` (
`id` int(3) NOT NULL,
`countryname` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `palomnik_country`
--
INSERT INTO `palomnik_country` (`id`, `countryname`) VALUES
(1, 'Киев'),
(4, 'Борисполь'),
(5, 'Борисполь');
-- --------------------------------------------------------
--
-- Структура таблицы `palomnik_source`
--
CREATE TABLE `palomnik_source` (
`id` int(3) NOT NULL,
`sourcename` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `palomnik_source`
--
INSERT INTO `palomnik_source` (`id`, `sourcename`) VALUES
(1, 'E-mail'),
(0, 'Через портал'),
(2, 'Fax'),
(3, 'Skype');
-- --------------------------------------------------------
--
-- Структура таблицы `palomnik_status`
--
CREATE TABLE `palomnik_status` (
`id` int(3) NOT NULL,
`statusname` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `palomnik_status`
--
INSERT INTO `palomnik_status` (`id`, `statusname`) VALUES
(1, 'Принят к рассмотрению'),
(0, 'Подал заявку'),
(2, 'Оформил документы'),
(3, 'Вылетел'),
(4, 'Прилетел в Грецию'),
(5, 'Ожидает заселения'),
(6, 'Заселен'),
(7, 'Выселен'),
(8, 'Заявка отклонена');
-- --------------------------------------------------------
--
-- Структура таблицы `palomnik_works`
--
CREATE TABLE `palomnik_works` (
`id` int(3) NOT NULL,
`worknamerus` varchar(255) NOT NULL,
`worknamegk` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `quality`
--
CREATE TABLE `quality` (
`id` int(3) NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `quality`
--
INSERT INTO `quality` (`id`, `value`) VALUES
(1, 'VIP'),
(2, 'Священнослужитель'),
(3, 'Послушник'),
(4, 'Паломник'),
(5, 'Рабочий'),
(0, 'Неопределённый');
-- --------------------------------------------------------
--
-- Структура таблицы `roles`
--
CREATE TABLE `roles` (
`id` int(3) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `roles`
--
INSERT INTO `roles` (`id`, `name`) VALUES
(1, 'Администратор'),
(2, 'Архантаричный'),
(3, 'Менеджер паломников');
-- --------------------------------------------------------
--
-- Структура таблицы `room`
--
CREATE TABLE `room` (
`id` int(3) NOT NULL,
`roomnum` int(3) NOT NULL,
`sectionid` int(3) NOT NULL,
`hotelid` int(3) NOT NULL,
`floorid` int(3) NOT NULL,
`personscount` int(3) NOT NULL,
`roomstate` tinyint(3) NOT NULL,
`roomtype` tinyint(2) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `room`
--
INSERT INTO `room` (`id`, `roomnum`, `sectionid`, `hotelid`, `floorid`, `personscount`, `roomstate`, `roomtype`) VALUES
(1, 219, 0, 1, 1, 1, 2, 3),
(2, 222, 0, 6, 9, 2, 1, 3),
(3, 256, 0, 6, 10, 3, 0, 3),
(4, 220, 0, 1, 1, 0, 1, 1),
(5, 221, 0, 1, 1, 0, 0, 2),
(6, 222, 0, 1, 1, 0, 0, 3),
(7, 223, 0, 1, 1, 0, 0, 3);
-- --------------------------------------------------------
--
-- Структура таблицы `room_state`
--
CREATE TABLE `room_state` (
`id` int(3) NOT NULL,
`state` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `room_state`
--
INSERT INTO `room_state` (`id`, `state`) VALUES
(1, 'Свободна'),
(2, 'Уборка'),
(3, 'Ремонт');
-- --------------------------------------------------------
--
-- Структура таблицы `room_type`
--
CREATE TABLE `room_type` (
`id` int(3) NOT NULL,
`roomtype` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `room_type`
--
INSERT INTO `room_type` (`id`, `roomtype`) VALUES
(1, 'С золотой отделкой'),
(2, 'Для элиты'),
(3, 'Среднего качества');
-- --------------------------------------------------------
--
-- Структура таблицы `schengenvisa`
--
CREATE TABLE `schengenvisa` (
`id` int(3) NOT NULL,
`visa` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Индексы сохранённых таблиц
--
--
-- Индексы таблицы `admin`
--
ALTER TABLE `admin`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `bed`
--
ALTER TABLE `bed`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `countryresolution`
--
ALTER TABLE `countryresolution`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `disease`
--
ALTER TABLE `disease`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `floor`
--
ALTER TABLE `floor`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `guest`
--
ALTER TABLE `guest`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `guest_changes`
--
ALTER TABLE `guest_changes`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `guest_sender`
--
ALTER TABLE `guest_sender`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `hotel`
--
ALTER TABLE `hotel`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `hotel_reserve`
--
ALTER TABLE `hotel_reserve`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `hotel_types`
--
ALTER TABLE `hotel_types`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `issueddiamonitirion`
--
ALTER TABLE `issueddiamonitirion`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `manager`
--
ALTER TABLE `manager`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `maritalstatus`
--
ALTER TABLE `maritalstatus`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `palomnik_card`
--
ALTER TABLE `palomnik_card`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `palomnik_country`
--
ALTER TABLE `palomnik_country`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `palomnik_source`
--
ALTER TABLE `palomnik_source`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `palomnik_status`
--
ALTER TABLE `palomnik_status`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `palomnik_works`
--
ALTER TABLE `palomnik_works`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `quality`
--
ALTER TABLE `quality`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `roles`
--
ALTER TABLE `roles`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `room`
--
ALTER TABLE `room`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `room_state`
--
ALTER TABLE `room_state`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `room_type`
--
ALTER TABLE `room_type`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `schengenvisa`
--
ALTER TABLE `schengenvisa`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT для сохранённых таблиц
--
--
-- AUTO_INCREMENT для таблицы `admin`
--
ALTER TABLE `admin`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `bed`
--
ALTER TABLE `bed`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT для таблицы `countryresolution`
--
ALTER TABLE `countryresolution`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `disease`
--
ALTER TABLE `disease`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `floor`
--
ALTER TABLE `floor`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT для таблицы `guest`
--
ALTER TABLE `guest`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=181;
--
-- AUTO_INCREMENT для таблицы `guest_changes`
--
ALTER TABLE `guest_changes`
MODIFY `id` bigint(13) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `guest_sender`
--
ALTER TABLE `guest_sender`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT для таблицы `hotel`
--
ALTER TABLE `hotel`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT для таблицы `hotel_reserve`
--
ALTER TABLE `hotel_reserve`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=216;
--
-- AUTO_INCREMENT для таблицы `hotel_types`
--
ALTER TABLE `hotel_types`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `issueddiamonitirion`
--
ALTER TABLE `issueddiamonitirion`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT для таблицы `manager`
--
ALTER TABLE `manager`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT для таблицы `palomnik_card`
--
ALTER TABLE `palomnik_card`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `palomnik_country`
--
ALTER TABLE `palomnik_country`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT для таблицы `palomnik_works`
--
ALTER TABLE `palomnik_works`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `quality`
--
ALTER TABLE `quality`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT для таблицы `roles`
--
ALTER TABLE `roles`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT для таблицы `room`
--
ALTER TABLE `room`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT для таблицы `room_state`
--
ALTER TABLE `room_state`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT для таблицы `room_type`
--
ALTER TABLE `room_type`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT для таблицы `schengenvisa`
--
ALTER TABLE `schengenvisa`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
DROP TABLE "schedule"."StarredEvent";
|
-- @testpoint: 创建普通hash分区表,验证支持的数据类型(字符类型)
--支持的字符类型char
drop table if exists partition_hash_tab_char;
create table partition_hash_tab_char(p_id int1,p_name char,p_age int)
partition by hash(p_name)
(partition part_1,
partition part_2);
--支持的字符类型varchar(n)
drop table if exists partition_hash_tab_varchar;
create table partition_hash_tab_varchar(p_id int2,p_name varchar(10),p_age int)
partition by hash(p_name)
(partition part_1,
partition part_2,
partition part_3);
--支持的字符类型nvarchar2
drop table if exists partition_hash_tab_nvarchar2;
create table partition_hash_tab_nvarchar2(p_id int4,p_name nvarchar2,p_age int)
partition by hash(p_name)
(partition part_1,
partition part_2);
--支持的字符类型text
drop table if exists partition_hash_tab_text;
create table partition_hash_tab_text(p_id int8,p_name text,p_age int)
partition by hash(p_name)
(partition part_1,
partition part_2,
partition part_3);
--支持的字符类型bpchar
drop table if exists partition_hash_tab_bpchar;
create table partition_hash_tab_bpchar(p_id int8,p_name bpchar,p_age int)
partition by hash(p_name)
(partition part_1,
partition part_2,
partition part_3);
--清理环境
drop table if exists partition_hash_tab_char;
drop table if exists partition_hash_tab_varchar;
drop table if exists partition_hash_tab_nvarchar2;
drop table if exists partition_hash_tab_text;
drop table if exists partition_hash_tab_bpchar;
|
-- phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 21, 2020 at 08:53 AM
-- Server version: 5.6.41-84.1
-- PHP Version: 7.3.6
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `eastrave_dvenzaco_db`
--
-- --------------------------------------------------------
--
-- Table structure for table `#Tableau_33_sid_006038B2_3_Connect_CheckCreateTempTableCap`
--
CREATE TABLE `#Tableau_33_sid_006038B2_3_Connect_CheckCreateTempTableCap` (
`COL` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `#Tableau_33_sid_006038B2_3_Connect_CheckCreateTempTableCap`
--
INSERT INTO `#Tableau_33_sid_006038B2_3_Connect_CheckCreateTempTableCap` (`COL`) VALUES
(1);
-- --------------------------------------------------------
--
-- Table structure for table `all__events`
--
CREATE TABLE `all__events` (
`id` bigint(20) UNSIGNED NOT NULL,
`event_type` longtext COLLATE utf8mb4_unicode_ci,
`event_name` longtext COLLATE utf8mb4_unicode_ci,
`description` longtext COLLATE utf8mb4_unicode_ci,
`banner` longtext COLLATE utf8mb4_unicode_ci,
`discount` int(11) DEFAULT NULL,
`price` int(20) DEFAULT NULL,
`itinerary` longtext COLLATE utf8mb4_unicode_ci,
`inclusion` longtext COLLATE utf8mb4_unicode_ci,
`exclusion` longtext COLLATE utf8mb4_unicode_ci,
`code` longtext COLLATE utf8mb4_unicode_ci,
`duration` longtext COLLATE utf8mb4_unicode_ci,
`added_by` longtext COLLATE utf8mb4_unicode_ci,
`terms_conditions` longtext COLLATE utf8mb4_unicode_ci,
`payment_policy` longtext COLLATE utf8mb4_unicode_ci,
`payment_methods` longtext COLLATE utf8mb4_unicode_ci,
`cancellation_policy` longtext COLLATE utf8mb4_unicode_ci,
`visa_info` longtext COLLATE utf8mb4_unicode_ci,
`notes` longtext COLLATE utf8mb4_unicode_ci,
`questions` longtext COLLATE utf8mb4_unicode_ci,
`group_size` longtext COLLATE utf8mb4_unicode_ci,
`tour_code` longtext COLLATE utf8mb4_unicode_ci,
`destinations` longtext COLLATE utf8mb4_unicode_ci,
`start_location` longtext COLLATE utf8mb4_unicode_ci,
`end_location` longtext COLLATE utf8mb4_unicode_ci,
`tour_style` longtext COLLATE utf8mb4_unicode_ci,
`tour_language` longtext COLLATE utf8mb4_unicode_ci,
`avalibility_details` longtext COLLATE utf8mb4_unicode_ci,
`transport_details` longtext COLLATE utf8mb4_unicode_ci,
`accomodation_details` longtext COLLATE utf8mb4_unicode_ci,
`meals_details` longtext COLLATE utf8mb4_unicode_ci,
`guide_details` longtext COLLATE utf8mb4_unicode_ci,
`status` longtext COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `all__events`
--
INSERT INTO `all__events` (`id`, `event_type`, `event_name`, `description`, `banner`, `discount`, `price`, `itinerary`, `inclusion`, `exclusion`, `code`, `duration`, `added_by`, `terms_conditions`, `payment_policy`, `payment_methods`, `cancellation_policy`, `visa_info`, `notes`, `questions`, `group_size`, `tour_code`, `destinations`, `start_location`, `end_location`, `tour_style`, `tour_language`, `avalibility_details`, `transport_details`, `accomodation_details`, `meals_details`, `guide_details`, `status`, `created_at`, `updated_at`) VALUES
(47, 'Package', 'Munich in 6 Dyas', '<p>Included</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16059108884603_.jpg', 0, 599, '<p>Included</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p>IncludedIncluded</p>\r\n\r\n<p> </p>', '<p>Included</p>\r\n\r\n<p>Included</p>\r\n\r\n<p>Included</p>\r\n\r\n<p>Included</p>', '<ul>\r\n <li>Included</li>\r\n <li>Included</li>\r\n <li>Included</li>\r\n <li>Included</li>\r\n</ul>', 'Included', '5 day', 'Vienna', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', '<p>IncludedIncluded</p>', 'Min 2 / Max 2', 'IncludedIncluded', '<p>IncludedIncluded</p>', 'Vienna', 'Vienna', 'IncludedIncluded', 'eniglish', 'IncludedIncluded', 'IncludedIncluded', 'IncludedIncluded', 'IncludedIncluded', 'IncludedIncluded', '1', '2020-10-12 22:23:08', '2020-11-21 05:21:28'),
(60, 'Package', 'Vienna in 3 days', NULL, 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053603071060_.jpg', 0, 360, NULL, NULL, NULL, NULL, '3 Days', 'Vienna', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Vienna', 'Vienna', NULL, 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'ViennaVienna', 'Vienna', '1', '2020-11-14 20:23:59', '2020-11-14 20:25:07'),
(61, 'Package', 'Bratislava in 2 Days', NULL, 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053604136972_.jpg', 5, 220, NULL, NULL, NULL, NULL, '2 days', 'Bratislava', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Bratislava', 'Bratislava', NULL, 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', '1', '2020-11-14 20:26:53', '2020-11-14 20:26:53'),
(50, 'Daytour', 'Vienna in 1 day', '<p>Vienna</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051054686249_.jpg', 0, 289, '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', 'Vienna', 'Vienna', 'Vienna', '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', '<p>Vienna</p>', 'Vienna', 'Vienna', '<p>Vienna</p>', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', '1', '2020-11-11 21:37:48', '2020-11-11 21:37:48'),
(51, 'Daytour', 'Bratislava in 1 day', '<p>Bratislava</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051056482962_.jpg', 0, 320, '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', 'Bratislava', 'Bratislava', 'Bratislava', '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', '<p>Bratislava</p>', 'Bratislava', 'Bratislava', '<p>Bratislava</p>', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', 'Bratislava', '1', '2020-11-11 21:40:48', '2020-11-11 21:40:48'),
(52, 'Daytour', 'Munich in 1 day', '<p>Munich</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051057639065_.jpg', 0, 415, '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', 'Munich', 'Munich', 'Munich', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', 'Munich', 'Munich', '<p>Munich</p>', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', '1', '2020-11-11 21:42:43', '2020-11-11 21:42:43'),
(53, 'Activity', 'Dolphin show Munich', '<p>Munich</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053607679911_.jpg', 0, 140, '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', 'Munich', '5', 'Munich', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', '<p>Munich</p>', 'Munich', 'Munich', '<p>Munich</p>', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', 'Munich', '1', '2020-11-11 21:46:19', '2020-11-14 20:32:47'),
(54, 'Activity', 'go kart in Vienna', '<p>go kart</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053649529203_.jpg', 0, 120, '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', 'go kart', '1', 'go kart', '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', '<p>go kart</p>', 'go kart', 'go kart', '<p>go kart</p>', 'go kart', 'go kart', 'go kart', 'go kart', 'go kart', 'go kart', 'go kart', 'go kart', 'go kart', '1', '2020-11-11 21:49:20', '2020-11-14 21:42:32'),
(55, 'Activity', 'skydiving in Munich', '<p>skydiving</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051063059990_.jpg', 0, 230, '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', 'skydiving', 'skydiving', 'skydiving', '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', '<p>skydiving</p>', 'skydiving', 'skydiving', '<p>skydiving</p>', 'skydiving', 'skydiving', 'skydiving', 'skydiving', 'skydiving', 'skydiving', 'skydiving', 'skydiving', 'skydiving', '1', '2020-11-11 21:51:45', '2020-11-11 21:51:45'),
(56, 'Transfer', 'Vienna for 8 hours', '<p>mercedes</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053609026294_.jpg', 0, 50, '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', 'mercedes', 'mercedes', 'mercedes', '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', '<p>mercedes</p>', 'mercedes', 'mercedes', '<p>mercedes</p>', 'mercedes', 'mercedes', 'mercedes', 'mercedes', 'mercedes', 'mercedes', 'mercedes', 'mercedes', 'mercedes', '1', '2020-11-11 21:56:23', '2020-11-14 20:35:02'),
(57, 'Transfer', 'Vienna Transfer in 6 hour', '<p>vienna</p>', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051073003374_.jpg', 0, 100, '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', 'vienna', '5', 'vienna', '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', '<p>vienna</p>', 'vienna', 'vienna', '<p>vienna</p>', 'vienna', 'vienna', 'vienna', 'vienna', 'vienna', 'vienna', 'vienna', 'vienna', 'vienna', '1', '2020-11-11 22:08:20', '2020-11-11 22:08:20'),
(58, 'Transfer', 'Vienna Airport Transfer', NULL, 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051074647902_.jpg', 0, 50, NULL, NULL, NULL, 'Vienna', '5', 'Vienna', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Vienna', 'Vienna', NULL, 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', 'Vienna', '1', '2020-11-11 22:11:04', '2020-11-11 22:11:04'),
(59, 'Cruise', 'Cruise from Munich to Vienna', NULL, 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051077552621_.jpg', 0, 1300, NULL, NULL, NULL, 'danube Cruise', '5', 'danube Cruise', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'danube Cruise', 'danube Cruise', NULL, 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', 'danube Cruise', '1', '2020-11-11 22:15:55', '2020-11-11 22:15:55');
-- --------------------------------------------------------
--
-- Table structure for table `blogs`
--
CREATE TABLE `blogs` (
`id` int(11) NOT NULL,
`name` text NOT NULL,
`banner` text,
`description` text NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`added_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `blogs`
--
INSERT INTO `blogs` (`id`, `name`, `banner`, `description`, `created_at`, `updated_at`, `added_by`) VALUES
(9, 'East Travel', '1579703556.jpg', '<p> fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg d fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcnv</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcnv</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcnvg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn fdg dg trhyrtbyh rty rthy nghjytjgcn</p>', '2020-01-22 14:32:36', '2020-01-22 14:32:36', 0),
(11, 'asd', '1580162554.webp', '<p>asdasdas</p>', '2020-01-27 22:02:34', '2020-01-27 22:02:34', 0);
-- --------------------------------------------------------
--
-- Table structure for table `category_all__events`
--
CREATE TABLE `category_all__events` (
`id` bigint(20) UNSIGNED NOT NULL,
`category_id` bigint(20) NOT NULL,
`all__events_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `category_all__events`
--
INSERT INTO `category_all__events` (`id`, `category_id`, `all__events_id`, `created_at`, `updated_at`) VALUES
(214, 9, 47, NULL, NULL),
(199, 9, 61, NULL, NULL),
(198, 9, 60, NULL, NULL),
(184, 9, 50, NULL, NULL),
(185, 10, 51, NULL, NULL),
(186, 8, 52, NULL, NULL),
(202, 10, 53, NULL, NULL),
(204, 9, 54, NULL, NULL),
(189, 7, 55, NULL, NULL),
(203, 7, 56, NULL, NULL),
(191, 9, 57, NULL, NULL),
(192, 9, 58, NULL, NULL),
(193, 8, 59, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `city_all__events`
--
CREATE TABLE `city_all__events` (
`id` bigint(20) UNSIGNED NOT NULL,
`city_id` bigint(20) NOT NULL,
`all__events_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `city_all__events`
--
INSERT INTO `city_all__events` (`id`, `city_id`, `all__events_id`, `created_at`, `updated_at`) VALUES
(158, 17, 61, NULL, NULL),
(173, 13, 47, NULL, NULL),
(144, 17, 51, NULL, NULL),
(143, 17, 50, NULL, NULL),
(157, 17, 60, NULL, NULL),
(145, 13, 52, NULL, NULL),
(161, 13, 53, NULL, NULL),
(163, 17, 54, NULL, NULL),
(148, 13, 55, NULL, NULL),
(162, 17, 56, NULL, NULL),
(150, 17, 57, NULL, NULL),
(151, 17, 58, NULL, NULL),
(152, 17, 59, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `country_all__events`
--
CREATE TABLE `country_all__events` (
`id` bigint(20) UNSIGNED NOT NULL,
`country_id` bigint(20) NOT NULL,
`all__events_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `country_all__events`
--
INSERT INTO `country_all__events` (`id`, `country_id`, `all__events_id`, `created_at`, `updated_at`) VALUES
(173, 10, 61, NULL, NULL),
(188, 9, 47, NULL, NULL),
(159, 10, 51, NULL, NULL),
(158, 10, 50, NULL, NULL),
(172, 10, 60, NULL, NULL),
(160, 9, 52, NULL, NULL),
(176, 9, 53, NULL, NULL),
(178, 10, 54, NULL, NULL),
(163, 9, 55, NULL, NULL),
(177, 10, 56, NULL, NULL),
(165, 10, 57, NULL, NULL),
(166, 10, 58, NULL, NULL),
(167, 9, 59, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `custom_inquries`
--
CREATE TABLE `custom_inquries` (
`id` int(11) NOT NULL,
`type` int(11) NOT NULL,
`description` text NOT NULL,
`email` text,
`name` text NOT NULL,
`phone` text NOT NULL,
`number_of_travelers` text NOT NULL,
`travelers_description` text NOT NULL,
`city` text NOT NULL,
`arrival` date DEFAULT NULL,
`departure` date DEFAULT NULL,
`max_price` text,
`min_price` text,
`stutus` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `custom_inquries`
--
INSERT INTO `custom_inquries` (`id`, `type`, `description`, `email`, `name`, `phone`, `number_of_travelers`, `travelers_description`, `city`, `arrival`, `departure`, `max_price`, `min_price`, `stutus`, `created_at`) VALUES
(1, 2, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Baku', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:48:54'),
(2, 1, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Istanbul', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:48:59'),
(3, 3, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Rome', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:49:02'),
(4, 2, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Dubai', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:49:04'),
(5, 1, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Zuirech', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:49:07'),
(6, 3, 'Nothing else', '<EMAIL>', '<NAME>', '0338647888888', '2', 'both are adult gusy', 'Cairo', '2019-10-15', '2019-10-28', '$3500', '$2500', 0, '2019-10-06 16:49:11');
-- --------------------------------------------------------
--
-- Table structure for table `dynamic_content`
--
CREATE TABLE `dynamic_content` (
`id` int(11) NOT NULL,
`faq` longtext NOT NULL,
`cancellation` longtext,
`terms` longtext NOT NULL,
`cookies` longtext,
`contact1` longtext,
`contact2` longtext,
`contact3` longtext,
`contact4` longtext,
`cookie` longtext,
`payment` longtext,
`about` longtext
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dynamic_content`
--
INSERT INTO `dynamic_content` (`id`, `faq`, `cancellation`, `terms`, `cookies`, `contact1`, `contact2`, `contact3`, `contact4`, `cookie`, `payment`, `about`) VALUES
(1, '<p><strong>FAQs <br />\r\n<div class=\"faq-block\">\r\nQ/ Is there a fee for making a booking over the phone?<br />\r\nA / </strong> Absolutely not. We understand that you may have certain questions based on your travel requirements. We welcome you to call us at 800454545 (UAE Toll Free); 920002963 (KSA Toll Free) or +97142457300 (Worldwide) and our customer service representative will be more than happy to assist you with the booking. You won’t be charged any extra amount for this service. (Booking) <br />\r\n</div>\r\n<div class=\"faq-block\">\r\n<strong>Q/ Is there a fee for making a booking over the phone?<br />\r\nA / </strong> Absolutely not. We understand that you may have certain questions based on your travel requirements. We welcome you to call us at 800454545 (UAE Toll Free); 920002963 (KSA Toll Free) or +97142457300 (Worldwide) and our customer service representative will be more than happy to assist you with the booking. You won’t be charged any extra amount for this service. (Booking) <br />\r\n</div>\r\n<div class=\"faq-block\">\r\n<strong>Q/ Is there a fee for making a booking over the phone?</strong><br />\r\n<strong>A / </strong> Absolutely not. We understand that you may have certain questions based on your travel requirements. We welcome you to call us at 800454545 (UAE Toll Free); 920002963 (KSA Toll Free) or +97142457300 (Worldwide) and our customer service representative will be more than happy to assist you with the booking. You won’t be charged any extra amount for this service. (Booking) </div>\r\n<div class=\"faq-block\">\r\n<strong>Q/ Is there a fee for making a booking over the phone?<br />\r\nA / </strong> Absolutely not. We understand that you may have certain questions based on your travel requirements. We welcome you to call us at 800454545 (UAE Toll Free); 920002963 (KSA Toll Free) or +97142457300 (Worldwide) and our customer service representative will be more than happy to assist you with the booking. You won’t be charged any extra amount for this service. (Booking) <br />\r\n</div>\r\n<div class=\"faq-block\">\r\n<strong>Q/ Is there a fee for making a booking over the phone?</strong><br />\r\n<strong>A / </strong> Absolutely not. We understand that you may have certain questions based on your travel requirements. We welcome you to call us at 800454545 (UAE Toll Free); 920002963 (KSA Toll Free) or +97142457300 (Worldwide) and our customer service representative will be more than happy to assist you with the booking. You won’t be charged any extra amount for this service. (Booking) </p>\r\n</div>', '<p><strong>CANCELLATION POLICY</strong><br />\r\n <br />\r\n <strong>1. BASIC TERM DEFINITIONS</strong><br />\r\n 1.1. GTC shall mean these General Terms and Conditions.<br />\r\n 1.2. The Procurer shall mean the Travel Office, or the Travel Agency, - the trading company East Travel, s. r. o., with registered office at Mlynské Nivy 48/, 821 09 Bratislava.<br />\r\n 1.3. The Customer shall mean a natural person who has entered into a contract with the Procurer for the procurement of Services, integral part of which are these GTC.<br />\r\n 1.4. The Contracting Parties shall mean the Procurer and the Customer.<br />\r\n 1.5. "Contract" shall mean a contract for the procurement of Services, the integral part of which are these GTC.<br />\r\n 1.6. The law shall mean the Act No. 281/2001 Coll. on tours, business conditions for Travel Offices and Travel Agencies, as amended.<br />\r\n 1.7. Civil Code shall mean the Act No. 40/1964 Coll. Civil Code as amended.<br />\r\n 1.8. The "Services" shall mean a tour and/or the provision of supplementary services and/or other services agreed by the Contracting Parties within the scope of the Contract.<br />\r\n 1.9. The price of Services (Services price) shall mean the price agreed by the Contracting Parties for the procurement of Services within the meaning of the Contract.<br />\r\n <br />\r\n <strong>2. ESTABLISHMENT OF A CONTRACTUAL RELATIONSHIP</strong><br />\r\n 2.1. The conclusion of the Contract creates a contractual relationship between the Procurer and the Customer, on the basis of which the Procurer undertakes to procure Services for the Customer under the terms and conditions set forth in the Contract and the GTC, and the Customer undertakes to pay the price of the procurement of the Services agreed in the Contract and to fulfill other obligations established in the Contract and/or GTC.<br />\r\n 2.2. The conclusion of the Contract between the Procurer and the Customer or the Sales Representative of the Procurer and the Customer takes place by accepting the signed Contract and confirming it by the Procurer or the Sales Representative of the Procurer.<br />\r\n 2.3. The Contract signed by the Customer's Authorized Agent or his/her Legal Representative shall be also deemed as a duly completed and signed Contract. The Customer is also any natural person on behalf of whom the Contract has been concluded (a natural person who is listed in the Contract as a "participant" although he/she has not signed the Contract.) Pursuant to the Article 5 b) of the Law, the Customer confirms that by virtue of the Law or the Authorization he/she is entitled to conclude the Contract on behalf of the other person (in the Contract referred to as the "participant") and such person has expressed his/her consent to procure the Services. The consent may be expressed explicitly, or otherwise, preventing any doubt, for example, by using Services. The Customer undertakes to comply with the obligations towards the Procurer arising from the signed Contract and also undertakes to provide the "participants" of the Services with all the information, provided by the Procurer before signing the Contract, if they were not personally present at the signing of the Contract.<br />\r\n <br />\r\n <strong>3. PRICE OF THE SERVICES</strong><br />\r\n 3.1. The price of the Services is subject to a specific agreement between the Contracting Parties and its exact specification is set out in the Contract.<br />\r\n 3.2. The price of the Services includes VAT in accordance with the Article 65 par. 1 to 7 of the Act No. 222/2004 Coll. On Value Added Tax as amended.<br />\r\n 3.3. The price of the Services includes services detailed in the contents of the Contract. The price of the Services does not include, in particular, fees for minibars, telephone charges, room service charges, the Customer's insurance and other charges unless otherwise agreed in the Contract.<br />\r\n 3.4. Price guarantee of the Procurer:<br />\r\n 3.4.1. The Procurer has available mechanisms that dampen the impact of exchange rate fluctuations on the price of services, and is able to absorb up to a 5% increase in prices, comparing to the conditions as of January 1, 2018, from its own resources and on the basis of high deposit payments abroad, without changing the services prices. In case of fall of EUR exchange rate by more than 5% against foreign currencies, the Procurer will be forced to terminate the validity of services prices and to issue new services prices, calculated on the basis of new exchange rates. In this case, new services prices would apply to all those Customers who paid only a deposit. The Customers who, at the time of declaring a change in prices due to changes in exchange rates, have already paid the full price of the Services, we will guarantee the originally agreed price of the Services.<br />\r\n 3.4.2. In case of an increase in (i) transport costs, including fuel prices, or (ii) transport-related payments, such as airport and port charges, which are included in the Services price or represent a mandatory surcharge to Services price, or (iii) exchange rates of foreign currencies against the EUR referred to in point 3.4.1 used for calculation of the average Services costs, by more than 5% on average, the Procurer is entitled to increase the price of the Services. Any increase in the Services price will be provided by an amount corresponding to the value of the price increase. The Procurer is required to send a written notice about the increase in the Services price to the Customer not later than 21 days before providing Services.<br />\r\n 3.5. The parties agree that the Procurer shall ask the Final Provider of Services, agreed upon in the Agreement on booking of services, within two days from the date of receipt of the full payment of the Services price by the Customer.<br />\r\n 3.6. The parties agree that if the Procurer can not make the booking for any reason whatsoever, occurring independently of the will of the Procurer, between the date of signature of the Contract and the moment of booking confirmation by the Final Provider of Services, the Customer is not entitled to compensation under the Article 741g of the Civil Code and the Procurer is not liable for such damage.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>4. PAYMENT CONDITIONS</strong><br />\r\n 4.1. The Procurer has the right to demand payment for the ordered services under this Contract before they are provided to the Customer.<br />\r\n 4.2. The customer is required to make a deposit of 30% of the total price of the Services. This deposit is payable immediately upon signing the Contract, unless the Contracting Parties otherwise agreed.<br />\r\n 4.3. The Customer is obliged to pay to the Procurer the remaining part of the Services price no later than 30 days before providing Services.<br />\r\n 4.4. If the Customer fails to pay the remaining part of the Services price according to the point 4.3 within 30 days before a departure day, his/her right to use Services is canceled and is required to pay the relevant cancellation fee within the meaning of the Article 8 of the GTC<br />\r\n 4.5. When booking a Services (signing the Contract) less than 30 days before the departure date, the Customer is obliged to pay the full price of the Services immediately upon signature of the Contract.<br />\r\n 4.6. Fees related to the change of the Services at the request of the Customer and the compensation fee for withdrawal from the Contract according to these GTCs are payable immediately.<br />\r\n 4.7. The Customer is entitled to the provision of services only when paying the full price of the Services. The binding and agreed Services price is the price indicated in the Contract.<br />\r\n 4.8. If buying a Services - transportation with regular flights, a deposit of at least 50% of the total price of the Services is required. Total Services price must be paid within 30 days prior to a departure.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>5. OTHER RIGHTS AND OBLIGATIONS OF THE CONTRACTING PARTIES</strong><br />\r\n 5.1. The Customer is entitled to a timely provision of services within the meaning of the Contract, provided that the Services price has been properly paid in accordance with the Contract. If the Customer, without the fault of the Procurer, does not utilize agreed services, he/she is not entitled for their reimbursement.<br />\r\n 5.2. The Customer is entitled for provision of information and details regarding the Services.<br />\r\n 5.3. The Customer has the right to be informed about the changes of the Services, in the scope of services and the Services prices.<br />\r\n 5.4. The Customer is obliged to provide the Procurer with the assistance necessary for the proper provision and rendering of the services, to provide complete and correct data for the Contract and to provide the Procurer with the documents required for the procurement of the Services. If the Customer concludes the Contract for a national of another country, the Customer is obliged to immediately notify the Procurer or its agent about this fact in writing, before signing the Contract.<br />\r\n 5.5. The Customer is obliged to pay the Services Price in accordance with Articles 3 and 4 of the GTC and provide proof of payment.<br />\r\n 5.6. The Customer undertakes to accept from the Procurer documents necessary for the purpose of the Services (tickets, accommodation vouchers, travel instructions), properly checked and follow them.<br />\r\n 5.7. The Customer is required to arrive at a defined time at the specified departure point with all the documents required by the travel instructions and have all the documents required to enter the territory of the relevant countries of the stay and/or transit (valid travel documents, visa, health insurance certificate, etc., if required).<br />\r\n 5.8. The Customer is obliged to comply with immigration, customs, health and other regulations of the country to which he/she is traveling. Foreign nationals are required to obtain information about the visa requirements at the embassy of the country where they want to travel. The costs incurred as a result of failure to comply with this provision shall be borne by the Customer.<br />\r\n 5.9. The Customer is obliged to immediately notify the Procurer's representative in writing of any errors and deviations from the ordered services as soon as they have been discovered on site and to provide assistance for their rectification.<br />\r\n 5.10. The Customer is obliged to refrain from actions that could threaten, damage, or restrict other participants of the Services.<br />\r\n 5.11. The customer is liable to pay for any damage caused by him/her to the means of transport or accommodation and other facilities where he/she has used Services provided by the Procurer.<br />\r\n 5.12. The Customer is obliged to arrange for the persons where it is required by the legal regulations of their respective country the accompanying and supervision by their legal or authorized representatives during using the Services. This obligation also applies to the accompaniment and supervision of those participants whose medical condition requires it.<br />\r\n 5.13. If the scope or quality of the services provided is objectively lower than the originally agreed level, the Customer is entitled to remedy of the incorrectly provided service.<br />\r\n 5.14. The Customer is obliged to exercise his/her right for remedy of incorrectly provided service immediately, directly on-site at the service provider or the authorized representative of the Procurer so the corrective action can be provided immediately. The Customer is obliged to provide maximum co-operation in order to eliminate the deficiencies as effectively as possible and to prevent the occurrence of any damage or to reduce their scope.<br />\r\n 5.15. The Customer, in cooperation with the Travel Agent, must make a written record about the exercise of his/her right for remedy of incorrectly provided service. The Customer acknowledges that a written record is not a complaint in terms of the applicable legal regulations. The Customer will submit a written record when exercising the right for liability claim in the premises of the Procurer.<br />\r\n 5.16. If the Procurer does not ensure the proper and timely correction of the services in question or fails to fulfill its contractual and statutory obligations, the Customer must exercise his/her rights in writing with the Procurer without unnecessary delay, but no later than within 3 months after the end of providing the Services, or, if the Services has not taken place, from the date on which, in accordance with the Contract, the Services should have ended, otherwise the right to complain lapses. In order to recognize the claims for an incorrectly provided service, the Customer shall provide a written record made in accordance with the preceding point. In the case of justified claims, the Customer is entitled to a refund of the price difference between the ordered and actually provided services.<br />\r\n 5.17. For all claims filed in accordance with these General Terms and Conditions, the Procurer is obliged to respond in writing after the examination, within 30 days of receipt of the complaint.<br />\r\n 5.18. The Customer undertakes neither to use the Contract, its attachments, the GTC or any other documents related to the Contract, nor use it for its own benefit and/or to the detriment of the Procurer.<br />\r\n <br />\r\n <strong>6. CHANGES TO THE AGREED SERVICES AND CANCELLATION OF THE PARTICIPATION</strong><br />\r\n 6.1. The changes and deviations of the individual services provided by the Procurer from the agreed content of the Contract are only permitted where necessary.<br />\r\n 6.2. The Customer is aware of the fact that the Procurer can not influence the possible delay or cancellation of the flight by the airline operator and reminds on the possibility of their occurrence for technical and operational reasons, due to adverse weather conditions or due to the congestions in the air corridors. The Customer acknowledges that when planning connections, holidays, business dates, etc. he/she will also take into account the possibility of a significant delay.<br />\r\n 6.3. The Procurer is obliged to inform the Customer whether the minimum number of participant is required for the Services. The Customer acknowledges that if the minimum number of participants has not been reached 20 days prior to the departure at the latest, the Procurer is entitled to cancel this Services and the Customer has the right to request the Procurer to provide him/her another Services of the quality at least corresponding to the original Services. If the Procurer cancels the Services in less than 20 days before the date of its providing, the Customer is also entitled to a reasonable compensation.<br />\r\n 6.4. The Procurer is entitled to make operative changes to the Program - provided Services, if, for justifiable reasons, it is impossible to comply with the originally agreed program - provide Services. In such a case, the Procurer is obliged:<br />\r\n 6.4.1. to provide a substitute program and services within the original scope and quality or in similar conditions;<br />\r\n 6.4.2. to refund the Customer with the full cost of the services for which no substitute performance was provided, without unnecessary delay, no later than 5 business days after the complaint has been reclaimed;<br />\r\n 6.4.3. If the continuation of the Services can not be ensured otherwise than through services of a lower quality than those specified in the Contract, the Procurer shall refund the Customer with the difference between the prices of services offered and provided.<br />\r\n 6.5. If, due to change in hotel accommodation or other significant circumstances, the Customer should be accommodated in another hotel, the Customer shall be accommodated in a hotel of the same or higher class. The change in accommodation can be also for a part of the stay. When the Procurer provides as a substitute for the service the service of same extent (e.g. accommodation in another hotel of the same or higher class), further claims of the Customer against the Procurer, are excluded. Conditions where the substitute accommodation is of at least the same class, regardless of other circumstances (location, equipment, etc.) is considered as a compliance with the Contract.<br />\r\n 6.6. The Procurer reserves the right to change the material program and time schedule due to force majeure, due to the decision of the government authorities, or extraordinary circumstances, which the Procurer could not foresee or influence. During Services - sightseeing tours, we draw attention to certain restrictions on visits to historical, religious, holiday or celebrations at the place of stay.<br />\r\n 6.7. With Services procured by the Procurer, the first and last day is dedicated for the provision of transport and is not considered a full-service recreational stay. In the cases referred to in par. 5.2, e.g. with late night flight, the arrival at the destination or returning from it may be shifted until the morning of the following day, depending on the flight duration. In this sense, it is not possible to claim a possible "shortening of the stay". One night is counted to the total number of nights of stay in case of late night departures, even if the Customer is accommodated until 12:00 of the following day.<br />\r\n 6.8. If the Customer fails to appear or misses the departure, the Procurer is entitled to reimbursement of the full cost of the Services.<br />\r\n 6.9. If the Procurer is forced to change a fundamental condition of the Contract before the Services starts, it will propose to the Customer a change to the Contract. If the proposed change to the Contract leads also to the change in the price of a Services, the new price must be included in the proposal. The Customer has the right to decide whether to accept the change or to withdraw from the Contract without paying cancellation fees. The Customer must notify the Procurer about his/her decision in writing within a period specified by the Procurer in the proposed change, otherwise it is considered that the Customer agree with the proposed change to the fundamental condition of the Contract. The Customer acknowledges that additional local fees (tourist fee, local fee, arrival and departure tax, etc.) may be charged at the place of providing Services.<br />\r\n 6.10. If, after the beginning of the Services, the Procurer does not provide properly and in a timely manner the service or a substantial part of it to the Customer, or finds that it will not be able to provide such service, even if it is committed to provision of it by the Contract, the Procurer is obliged to inform the Customer immediately at the place of Customer's stay through its Authorized Representative, and to take immediate measures to ensure that the Services may continue.<br />\r\n 6.11. If the Services - transport is made by means of transport other than means indicated in the Contract, the Procurer is obliged:<br />\r\n 6.11.1. to refund the price difference, if the transport is made at a lower cost,<br />\r\n 6.11.2. to pay the price difference out of own funds, if the transport is carried out at higher costs.<br />\r\n 6.12. The Procurer may be relieved of liability for damage caused by withdrawal from the Contract or breach of obligations, if it proves that neither the Procurer, nor its service suppliers have caused such damage and the damage was caused by:<br />\r\n 6.12.1. the Customer,<br />\r\n 6.12.2. a third person not associated with the provision of a Services,<br />\r\n 6.12.3. an event that could not have been avoided even if all efforts were made or due to unusual and unforeseeable circumstances.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>7. WITHDRAWAL FROM THE CONTRACT</strong><br />\r\n 7.1. The Customer has the right to withdraw from the Contract and is eligible for a refund of the already paid Services price or deposit without any contractual penalty or compensation in case of:<br />\r\n 7.1.1. in case of cancellation of a Services agreed under the Contract,<br />\r\n 7.1.2. under the terms of Article 741e par. 2 of the Civil Code.<br />\r\n 7.2. The Customer shall draw up the Notice of Withdrawal from the Contract in the premises of the Procurer, where the Customer purchased the services in question, or shall send such Notice to the place of purchase by registered mail or by any other provable means. The withdrawal from the Contract shall take effect on the day on which the Notice has been written, or on the date of delivery of a written Notice to the point of sale, where Customer purchased services. For the purposes of the benefit payment arising from the insurance of costs related to the cancellation of the Services, the Customer is obliged to send the Withdrawal Notice in writing, even if the Customer does not show up at the airport, not later than on the scheduled date of the departure.<br />\r\n 7.3. The Customer is entitled to withdraw from the Contract without giving any reason, subject to the payment of the compensation for withdrawal, the amount of which the Contracting Parties have agreed in terms of the Article 497 of the Civil Code and specified in the Contract.<br />\r\n 7.4. The Procurer has the right to deduct the compensation for withdrawal payment from the deposit or the paid Services price and refund the Customer with the balance of the paid Services price.<br />\r\n 7.5. The Procurer may withdraw from the Contract prior to the Customer's using of theServices or during the course of the using the Services in the following cases:<br />\r\n 7.5.1. if the minimum number of participants has not been reached where the minimum number of participants is required (par. 6.3 of the GTC),<br />\r\n 7.5.2. in case of a breach of the Customer's obligation under par. 4.2, 4.3, 5.5 and 5.6 of these GTC,<br />\r\n 7.5.3. force majeure, i.e. conditions which the Procurer could not have influenced in any way, even if all efforts were made, in particular for reasons of natural disasters, adverse political situations or terrorist attacks in the area of providing Services</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>8. AGREEMENTS OF THE PARTIES ON THE AMOUNT OF CANCELLATION FEES RELATING TO THE SERVICES</strong><br />\r\n 8.1. The parties have agreed upon the following amount of cancellation fees which the Customer is obliged to pay to the Procurer in case of cancellation of the Services for reasons on the Customer’s side:<br />\r\n 8.1.1. Airline ticket cancellation fee: 100% of the price of the ticket;<br />\r\n 8.1.2. Accommodation cancellation fee: 100% of the accommodation purchase price;<br />\r\n 8.1.3. Visas arrangement cancellation fee: 100% of the visa purchase price;<br />\r\n 8.1.4. Booked parking cancellation fee: 100% of the booked parking purchase price;<br />\r\n 8.1.5. Ordered airplane seating cancellation fee: 100 of the ordered airplane seating purchase price;<br />\r\n 8.1.6. Ordered car rental cancellation fee: 100% of the ordered car rental purchase price.<br />\r\n <br />\r\n <strong>9. CHANGES IN THE BOOKING REQUIRED BY THE CUSTOMER</strong><br />\r\n 9.1. Not later than on the day of full payment of the Services price the Customer may notify in writing the Procurer, that other person will take part in using Services under the Contract. Within the same period, the Customer is obliged to provide the consent of such person with using Services according to the Contract, and the declaration that he/she is acceding to the Customer's obligations under the Contract and also that he/she fulfills all agreed terms and conditions on using the Services.<br />\r\n 9.2. After the deadline referred to in the par. 9.1 it is not possible to make any changes to the Participants .<br />\r\n 9.3. The Customer's requests for change of the Services terms shall be subject to cancellation fees agreed within the meaning of par. 8.1, to the extent of the changes requested by the Customer.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>10. INSURANCE</strong><br />\r\n 10.1. If the Act considers Services as a tour, The Procurer is obliged to have, in accordance with provisions of the Law, within the scope of provision of travel agency services, during the whole business period, concluded the Travel insurance contract for cases of its insolvency or bankruptcy. The Procurer as a Policyholder has concluded a Travel Insurance Contract with the Insurer for cases of its insolvency or bankruptcy, as specified in a separate annex to this Contract. Based on the Contract, the Customer, as the insured person, is entitled to indemnification in cases where the Procurer, due to its bankruptcy:<br />\r\n 10.1.1. has not provided the Customer with a transport from the place of stay in abroad to the place of the scheduled end of the Services agreed under the Contract, if such transport is part of Services arranged under the Contract,<br />\r\n 10.1.2. has not refunded the Customer the advance payment already paid or the price of Services agreed under the Contract in cases where the Services agreed under the Contract had not taken place,<br />\r\n 10.1.3. has not refunded the Customer the difference between the paid price of the Services agreed under the Contract and the price of the partly provided Services agreed under the Contract, if the Services agreed under the Contract has been provided only in part.<br />\r\n 10.2. Together with the Contract, the Procurer shall provide the Customer a document containing the information on the concluded Insurance contract for the Services agreed in accordance with the Contract, if the Act considers Services as a tour.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>11. PROCURER'S NOTICE REGARDING THE PROCURED SERVICES</strong><br />\r\n 11.1. Customer service and services: The level and speed of services provided by the staff in accommodation facilities corresponds to local habits and the mentality of the population. Therefore, sometimes it is necessary to count with less experience and some leniency, but on the other hand often with very friendly and nice approach. Please note that the offer of activities and services provided by the Hotel free of charge or for a fee is valid at the time of the issue of the Procurer's offer, and may change during the season at the Hotel's discretion.<br />\r\n 11.2. Hygiene: Hygienic habits are much more lax in the destination countries, different from domestic ones. The same applies to environmental regulations.<br />\r\n 11.3. Accommodation: The accommodation services provided by the Procurer correspond to the description in the Procurer's offer. The period before and after the main season brings, in addition to favorable prices, the fact that some facilities (bars, discos, etc.) are not in operation. On rare occasions, the accommodation facility may confirm orders beyond the real capacity. In such case, the Customer will be accommodated in accommodation facility of the same or higher class. The categorization of accommodation facilities falls within the authority of the relevant resorts in the destination countries, which award the star rating for the accommodation category based on the standards and criteria applicable in the relevant country. These standards and criteria may not match the standards in the country of origin of the Customer. Procurer's own rating is always listed at the description of the accommodation facility. Differences in the categorization of accommodation facilities are also among the different destinations. Even in comfortable Hotels, rooms are usually simply furnished. The furnishings, size and location of rooms (even of the same class) are not always the same. In most accommodation facilities bathrooms are not furnished with hygienic supplies. In principle the allocation of rooms is always made by the Hotel, the Procurer has no influence on this. Single rooms are always with surcharge, they are usually very small and often without a balcony. In accommodation facilities, as a triple room is considered a double room with an extra bed. The extra bed can be a sofa, a sofa bed, a bunk bed or a lounge chair. According to international customs it is necessary to leave the rooms on the day of departure until 12.00. (in some cases even until 10.00), the possibility of moving in on the arrival day is after 14.00. Early arrival or late departure does not justify further use of rooms. In the case of additional listed offers, it is guaranteed only the class of accommodation, which may not always be the accommodation in the catalog. The Customer will learn the Hotel name after arriving at the destination. In the case of Services - experience-based tours and combined tours, the provided accommodation is in the ordered class, subject to availability on site. Dynamically evolving tourism is also accompanied by construction activities, to which the Procurer has no influence. The construction activities are not limited only to off-season months, construction sites are created quickly and practically from day to day, or the construction activities are restored after a longer break. In such cases, it is not possible to obtain the most up-to-date information about the construction activities when signing the contract. You can not find a complete calm in tourist resorts. Holiday may also include evening entertainment and bars, restaurants and nightclubs that can make noise. Also the building style permits sound permeability between rooms.<br />\r\n 11.4. Air conditioning: You can find the air conditioning in such a Hotel, where it is directly listed in the Hotel description in the catalog. In many cases, the air conditioning is centrally controlled and its on/off on time and duration is entirely in the discretion of the Hotel.<br />\r\n 11.5. Food & Beverages: Mostly international food, enriched with local ingredients, is cooked in hotels. The mode of serving meals is listed in the description of each hotel. The continental breakfasts consist mostly of pastries, butter and jam or cheese, coffee or tea. Sausages, eggs are rare. Breakfast served in buffet style or Swedish table means free eating from the offer corresponding to the class of the hotel and local customs. Mostly they contain coffee, tea, juice, pastries, various sweet pies, jam, cheese, sausages, again according to the class of the hotel. Dinner is either a menu with service, a choice of several menus and salads in the form of buffet, or free eating in the form of buffet (a simpler Swedish table) or Swedish tables. The offer again corresponds to the class of the Hotel, and even in three-star Hotels you can expect in some cases only one hot main meal. Drinks are never included in the price (unless otherwise stated - e.g. in "all inclusive" hotels). The accommodation with self-catering includes kitchenette or eating nook, most of them with a cook-range and a fridge. The available kitchen utensils are intended for casual cooking and consist of basic kitchenware. In most hotels is prohibited bringing in own meals and beverages. The "all inclusive" serving of meals means full provision of meals and time-limited consumption of taped non-alcoholic and (predominantly) local alcoholic beverages according to the internal directives of each Hotel. Information on "all inclusive" mode of serving - i.e. content and scope, as well as a timetable, shall be provide to the Customers upon their arrival at the Hotel. The Minibar is not included in Services price – The minibar can be filled upon request and consumption is subject to direct on site payment. For accommodation services, there is indicated a number of nights for which you are entitled to a meal, where some meal may be replaced by a package or later simple dinner. Serving of meals starts and ends with accommodation services, so you can get the first meal after 14:00 and the last meal at 12:00 at the latest. Please note the possibility of a missed meal due to late arrival or early departure. Missed meals can not be compensated. Please also note that guests staying in one room must always use the same system of boarding.<br />\r\n 11.6. Beaches: Most beaches are also accessible to the local population, which is often a little louder than we are used to. Sunbeds and sunshade can be rented for a fee (unless the description of the Hotel stated otherwise). Their number does not match the hotel's occupancy capacity, it is always lower, and therefore this service is not directly claimable. Especially for large-capacity hotels, the number of sun umbrellas and sunbeds may be significantly reduced in relation to the number of beds. Beach service may change during the season – the catalog contains information known at the time of catalog printing. The Procurer has no influence on the cleanliness of the sea and beaches - beach maintenance is the sole responsibility of the Hotel. The Procurer is also not responsible for possible pollution of the beach due to climatic conditions or other unforeseen reasons. The distance from the sea is always measured from the closest point to the beach and is only indicative.<br />\r\n 11.7. Pools: If a heated pool is part of the hotel facilities, it should be taken into account that the pool is not always heated, and that it depends in particular on the hotel's decision. Not all hotels have swimming pools with filtering devices, so pools at higher temperatures must be drained and cleaned. Therefore, it is necessary to expect that the pool may be out of service for some time, as well as water slides that operate only at times determined by the Hotel. The Procurer has no influence on the cleanliness of the pool - maintenance of the swimming pool is the sole responsibility of the Hotel. Pools are not operated during night. The number of sun umbrellas and sunbeds by the pool does not match the capacity of the Hotel.<br />\r\n 11.8. Water and electrical supply voltage: In most destinations, it is not recommended to use tap water for cooking and drinking. It is recommended to buy water for this purpose at local stores or Hotels. There may be a shortage of hot water in hotels and therefore occasionally only lukewarm water flows. In some countries there may be even repeated, short-term outages of electricity and water supply. Of course, this is also means loss of air conditioning. The Procurer can not be held responsible for these facts, and can not influence them. The electrical supply voltage and electrical outlets do not always comply with Slovak standards.<br />\r\n 11.9. Insects: Insects also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible in the room.<br />\r\n 11.10. Visas and passports: Where the host country requires it, the Procurer ensures visas only for holders of the Slovak Republic passports, based on submission of the documents requested by the relevant embassy Holders of travel documents of other countries are required to ensure the necessary travel documents and requirements on their own at the relevant embassy or consulate. Any costs and consequences arising from non-compliance with this provision are borne by the Customer. Most countries require a passport to be valid for another 6 months after the return date.<br />\r\n also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible<br />\r\n <br />\r\n <strong>12. FINAL PROVISIONS</strong><br />\r\n 12.1. These GTC are effective from January 1, 2018.<br />\r\n 12.2. Should any provision of the Contract and/or GTC has been or become invalid; the other provisions of this Contract and/or the GTC will not be affected. The Contracting Parties are obliged to immediately replace the invalid provision with the new one that corresponds with the purpose of this Contract and/or the GTC that the Parties have followed at the time of the conclusion of the Contract.<br />\r\n 12.3. By signing the Contract, the Customer confirms that before the concluding of the Contract he/she has been acquainted with its content and all its attachments and parts, and unconditionally agrees with its content.<br />\r\n 12.4. The rights and obligations of the Contractual parties not expressly regulated by the Contract or the GTC are governed by the relevant provisions of the Civil Code and other legislation valid in the territory of the Slovak Republic.<br />\r\n 12.5. By signing the Contract, the Customer confirms that he/she has been properly informed about the content of the GTCs, agrees with it and fully accepts the GTC. All data and instructions contained in the current offer of the Procurer (Catalog) and in the GTC correspond to the information known at the time of the GTC issue and the Procurer reserves the right to modify them until the conclusion of the Contract with the Customer.<br />\r\n 12.6. An integral part of the GTC is the "Important information" applicable to Services procured by the Procurer that is part of the current Procurer's offer (catalog)<br />\r\n <br />\r\n <strong>13. RESOLUTION OF DISPUTES</strong><br />\r\n 13.1. The Parties agree that any disputes concerning this Contract, arising out of this Contract, in connection with this Contract, and/or based on the Contract, including disputes concerning its validity, interpretation or termination, shall be settled preferentially by the agreement of the Contracting Parties.<br />\r\n 13.2. The Customer has the right to apply and resolve his/her rights and claims also in an out-of-court way, and, for this purpose, or submit a proposal for an alternative dispute resolution to the Alternative Dispute Resolution Body pursuant to Act No. 391/2015 Coll. on Alternative Resolution of Consumer Disputes and on amendment of certain Acts. The list of bodies providing Alternative Dispute Resolution services and detailed information on the conditions for ADR are published on the website of the Ministry of Economy of the Slovak Republic (www.mhsr.sk). The Customer may also exercise his/her rights and claims through the European Online Dispute Resolution Platform, available at http://ec.europa.eu/consumers/odr/.<br />\r\n 13.3. If the agreement according to the par. 13.1 is not possible, the dispute will be decided by the competent court of the Slovak Republic.</p>', '<p><p>GENERAL TERMS AND CONDITIONS OF THE TOUR OPERATOR&nbsp;EAST TRAVEL<br /><br />\r\n<br /><br />\r\n<strong>1. &nbsp; &nbsp;BASIC TERM DEFINITIONS</strong><br /><br />\r\n1.1. &nbsp; &nbsp;GTC shall mean these General Terms and Conditions.<br /><br />\r\n1.2. &nbsp; &nbsp;The Procurer shall mean the Travel Office, or the Travel Agency, - the trading company East Travel, s. r. o., with registered office at Mlynsk&eacute; Nivy 48/, 821 09 Bratislava.<br /><br />\r\n1.3. &nbsp; &nbsp;The Customer shall mean a natural person who has entered into a contract with the Procurer for the procurement of Services, integral part of which are these GTC.<br /><br />\r\n1.4. &nbsp; &nbsp;The Contracting Parties shall mean the Procurer and the Customer.&nbsp;<br /><br />\r\n1.5. &nbsp; &nbsp;&quot;Contract&quot; shall mean a contract for the procurement of Services, the integral part of which are these GTC.<br /><br />\r\n1.6. &nbsp; &nbsp;The law shall mean the Act No. 281/2001 Coll. on tours, business conditions for Travel Offices and Travel Agencies, as amended.<br /><br />\r\n1.7. &nbsp; &nbsp;Civil Code shall mean the Act No. 40/1964 Coll. Civil Code as amended.<br /><br />\r\n1.8. &nbsp; &nbsp;The &quot;Services&quot; shall mean a tour and/or the provision of supplementary services and/or other services agreed by the Contracting Parties within the scope of the Contract.<br /><br />\r\n1.9. &nbsp; &nbsp;The price of Services (Services price) shall mean the price agreed by the Contracting Parties for the procurement of Services within the meaning of the Contract.<br /><br />\r\n<br /><br />\r\n<strong>2. &nbsp; &nbsp;ESTABLISHMENT OF A CONTRACTUAL RELATIONSHIP</strong><br /><br />\r\n2.1. &nbsp; &nbsp;The conclusion of the Contract creates a contractual relationship between the Procurer and the Customer, on the basis of which the Procurer undertakes to procure Services for the Customer under the terms and conditions set forth in the Contract and the GTC, and the Customer undertakes to pay the price of the procurement of the Services agreed in the Contract and to fulfill other obligations established in the Contract and/or GTC.<br /><br />\r\n2.2. &nbsp; &nbsp;The conclusion of the Contract between the Procurer and the Customer or the Sales Representative of the Procurer and the Customer takes place by accepting the signed Contract and confirming it by the Procurer or the Sales Representative of the Procurer.&nbsp;<br /><br />\r\n2.3.&nbsp;&nbsp; &nbsp;The Contract signed by the Customer&#39;s Authorized Agent or his/her Legal Representative shall be also deemed as a duly completed and signed Contract. The Customer is also any natural person on behalf of whom the Contract has been concluded (a natural person who is listed in the Contract as a &quot;participant&quot; although he/she has not signed the Contract.) Pursuant to the Article 5 b) of the Law, the Customer confirms that by virtue of the Law or the Authorization he/she is entitled to conclude the Contract on behalf of the other person (in the Contract referred to as the &quot;participant&quot;) and such person has expressed his/her consent to procure the Services. The consent may be expressed explicitly, or otherwise, preventing any doubt, for example, by using Services. The Customer undertakes to comply with the obligations towards the Procurer arising from the signed Contract and also undertakes to provide the &quot;participants&quot; of the Services with all the information, provided by the Procurer before signing the Contract, if they were not personally present at the signing of the Contract.<br /><br />\r\n<br /><br />\r\n<strong>3. &nbsp; &nbsp;PRICE OF THE SERVICES</strong><br /><br />\r\n3.1. &nbsp; &nbsp;The price of the Services is subject to a specific agreement between the Contracting Parties and its exact specification is set out in the Contract.<br /><br />\r\n3.2. &nbsp; &nbsp;The price of the Services includes VAT in accordance with the Article 65 par. 1 to 7 of the Act No. 222/2004 Coll. On Value Added Tax as amended.<br /><br />\r\n3.3. &nbsp; &nbsp;The price of the Services includes services detailed in the contents of the Contract. The price of the Services does not include, in particular, fees for minibars, telephone charges, room service charges, the Customer&#39;s insurance and other charges unless otherwise agreed in the Contract.<br /><br />\r\n3.4. &nbsp; &nbsp;Price guarantee of the Procurer:<br /><br />\r\n3.4.1. &nbsp; &nbsp;The Procurer has available mechanisms that dampen the impact of exchange rate fluctuations on the price of services, and is able to absorb up to a 5% increase in prices, comparing to the conditions as of January 1, 2018, from its own resources and on the basis of high deposit payments abroad, without changing the services prices. In case of fall of EUR exchange rate by more than 5% against foreign currencies, the Procurer will be forced to terminate the validity of services prices and to issue new services prices, calculated on the basis of new exchange rates. In this case, new services prices would apply to all those Customers who paid only a deposit. The Customers who, at the time of declaring a change in prices due to changes in exchange rates, have already paid the full price of the Services, we will guarantee the originally agreed price of the Services.<br /><br />\r\n3.4.2. &nbsp; &nbsp;In case of an increase in (i) transport costs, including fuel prices, or (ii) transport-related payments, such as airport and port charges, which are included in the Services price or represent a mandatory surcharge to Services price, or (iii) exchange rates of foreign currencies against the EUR referred to in point 3.4.1 used for calculation of the average Services costs, by more than 5% on average, the Procurer is entitled to increase the price of the Services. Any increase in the Services price will be provided by an amount corresponding to the value of the price increase. The Procurer is required to send a written notice about the increase in the Services price to the Customer not later than 21 days before providing Services.<br /><br />\r\n3.5. &nbsp; &nbsp;The parties agree that the Procurer shall ask the Final Provider of Services, agreed upon in the Agreement on booking of services, within two days from the date of receipt of the full payment of the Services price by the Customer.<br /><br />\r\n3.6.&nbsp;&nbsp; &nbsp;The parties agree that if the Procurer can not make the booking for any reason whatsoever, occurring independently of the will of the Procurer, between the date of signature of the Contract and the moment of booking confirmation by the Final Provider of Services, the Customer is not entitled to compensation under the Article 741g of the Civil Code and the Procurer is not liable for such damage.</p></p>\r\n\r\n<p><p><strong>4. &nbsp; &nbsp;PAYMENT CONDITIONS</strong><br /><br />\r\n4.1. &nbsp; &nbsp;The Procurer has the right to demand payment for the ordered services under this Contract before they are provided to the Customer.<br /><br />\r\n4.2. &nbsp; &nbsp;The customer is required to make a deposit of 30% of the total price of the Services. This deposit is payable immediately upon signing the Contract, unless the Contracting Parties otherwise agreed.<br /><br />\r\n4.3. &nbsp; &nbsp;The Customer is obliged to pay to the Procurer the remaining part of the Services price no later than 30 days before providing Services.<br /><br />\r\n4.4. &nbsp; &nbsp;If the Customer fails to pay the remaining part of the Services price according to the point 4.3 within 30 days before a departure day, his/her right to use Services is canceled and is required to pay the relevant cancellation fee within the meaning of the Article 8 of the GTC<br /><br />\r\n4.5. &nbsp; &nbsp;When booking a Services (signing the Contract) less than 30 days before the departure date, the Customer is obliged to pay the full price of the Services immediately upon signature of the Contract.<br /><br />\r\n4.6. &nbsp; &nbsp;Fees related to the change of the Services at the request of the Customer and the compensation fee for withdrawal from the Contract according to these GTCs are payable immediately.<br /><br />\r\n4.7. &nbsp; &nbsp;The Customer is entitled to the provision of services only when paying the full price of the Services. The binding and agreed Services price is the price indicated in the Contract.<br /><br />\r\n4.8. &nbsp; &nbsp;If buying a Services &nbsp;- transportation with regular flights, a deposit of at least 50% of the total price of the Services is required. Total Services price must be paid within 30 days prior to a departure.<br /><br />\r\n&nbsp;</p></p>\r\n\r\n<p><p><strong>5. &nbsp; &nbsp;OTHER RIGHTS AND OBLIGATIONS OF THE CONTRACTING PARTIES</strong><br /><br />\r\n5.1. &nbsp; &nbsp;The Customer is entitled to a timely provision of services within the meaning of the Contract, provided that the Services price has been properly paid in accordance with the Contract. If the Customer, without the fault of the Procurer, does not utilize agreed services, he/she is not entitled for their reimbursement.<br /><br />\r\n5.2. &nbsp; &nbsp;The Customer is entitled for provision of information and details regarding the Services.<br /><br />\r\n5.3. &nbsp; &nbsp;The Customer has the right to be informed about the changes of the Services, in the scope of services and the Services prices.<br /><br />\r\n5.4. &nbsp; &nbsp;The Customer is obliged to provide the Procurer with the assistance necessary for the proper provision and rendering of the services, to provide complete and correct data for the Contract and to provide the Procurer with the documents required for the procurement of the Services. If the Customer concludes the Contract for a national of another country, the Customer is obliged to immediately notify the Procurer or its agent about this fact in writing, before signing the Contract.<br /><br />\r\n5.5. &nbsp; &nbsp;The Customer is obliged to pay the Services Price in accordance with Articles 3 and 4 of the GTC and provide proof of payment.<br /><br />\r\n5.6. &nbsp; &nbsp;The Customer undertakes to accept from the Procurer documents necessary for the purpose of the Services (tickets, accommodation vouchers, travel instructions), properly checked and follow them.<br /><br />\r\n5.7. &nbsp; &nbsp;The Customer is required to arrive at a defined time at the specified departure point with all the documents required by the travel instructions and have all the documents required to enter the territory of the relevant countries of the stay and/or transit (valid travel documents, visa, health insurance certificate, etc., if required).<br /><br />\r\n5.8. &nbsp; &nbsp;The Customer is obliged to comply with immigration, customs, health and other regulations of the country to which he/she is traveling. Foreign nationals are required to obtain information about the visa requirements at the embassy of the country where they want to travel. The costs incurred as a result of failure to comply with this provision shall be borne by the Customer.&nbsp;<br /><br />\r\n5.9. &nbsp; &nbsp;The Customer is obliged to immediately notify the Procurer&#39;s representative in writing of any errors and deviations from the ordered services as soon as they have been discovered on site and to provide assistance for their rectification.<br /><br />\r\n5.10. &nbsp; &nbsp;The Customer is obliged to refrain from actions that could threaten, damage, or restrict other participants of the Services.<br /><br />\r\n5.11. &nbsp; &nbsp;The customer is liable to pay for any damage caused by him/her to the means of transport or accommodation and other facilities where he/she has used Services provided by the Procurer.<br /><br />\r\n5.12. &nbsp; &nbsp;The Customer is obliged to arrange for the persons where it is required by the legal regulations of their respective country the accompanying and supervision by their legal or authorized representatives during using the Services. This obligation also applies to the accompaniment and supervision of those participants whose medical condition requires it.<br /><br />\r\n5.13. &nbsp; &nbsp;If the scope or quality of the services provided is objectively lower than the originally agreed level, the Customer is entitled to remedy of the incorrectly provided service.<br /><br />\r\n5.14. &nbsp; &nbsp;The Customer is obliged to exercise his/her right for remedy of incorrectly provided service immediately, directly on-site at the service provider or the authorized representative of the Procurer so the corrective action can be provided immediately. The Customer is obliged to provide maximum co-operation in order to eliminate the deficiencies as effectively as possible and to prevent the occurrence of any damage or to reduce their scope.<br /><br />\r\n5.15. &nbsp; &nbsp;The Customer, in cooperation with the Travel Agent, must make a written record about the exercise of his/her right for remedy of incorrectly provided service. The Customer acknowledges that a written record is not a complaint in terms of the applicable legal regulations. The Customer will submit a written record when exercising the right for liability claim in the premises of the Procurer.<br /><br />\r\n5.16. &nbsp; &nbsp;If the Procurer does not ensure the proper and timely correction of the services in question or fails to fulfill its contractual and statutory obligations, the Customer must exercise his/her rights in writing with the Procurer without unnecessary delay, but no later than within 3 months after the end of providing the Services, or, if the Services has not taken place, from the date on which, in accordance with the Contract, the Services should have ended, otherwise the right to complain lapses. In order to recognize the claims for an incorrectly provided service, the Customer shall provide a written record made in accordance with the preceding point. In the case of justified claims, the Customer is entitled to a refund of the price difference between the ordered and actually provided services.<br /><br />\r\n5.17.&nbsp;&nbsp; &nbsp;For all claims filed in accordance with these General Terms and Conditions, the Procurer is obliged to respond in writing after the examination, within 30 days of receipt of the complaint.<br /><br />\r\n5.18.&nbsp;&nbsp; &nbsp;The Customer undertakes neither to use the Contract, its attachments, the GTC or any other documents related to the Contract, nor use it for its own benefit and/or to the detriment of the Procurer.<br /><br />\r\n<br /><br />\r\n<strong>6. &nbsp; &nbsp;CHANGES TO THE AGREED SERVICES AND CANCELLATION OF THE PARTICIPATION&nbsp;</strong><br /><br />\r\n6.1. &nbsp; &nbsp;The changes and deviations of the individual services provided by the Procurer from the agreed content of the Contract are only permitted where necessary.&nbsp;<br /><br />\r\n6.2. &nbsp; &nbsp;The Customer is aware of the fact that the Procurer can not influence the possible delay or cancellation of the flight by the airline operator and reminds on the possibility of their occurrence for technical and operational reasons, due to adverse weather conditions or due to the congestions in the air corridors. The Customer acknowledges that when planning connections, holidays, business dates, etc. he/she will also take into account the possibility of a significant delay.<br /><br />\r\n6.3. &nbsp; &nbsp;The Procurer is obliged to inform the Customer whether the minimum number of participant is required for the Services. The Customer acknowledges that if the minimum number of participants has not been reached 20 days prior to the departure at the latest, the Procurer is entitled to cancel this Services and the Customer has the right to request the Procurer to provide him/her another Services of the quality at least corresponding to the original Services. If the Procurer cancels the Services in less than 20 days before the date of its providing, the Customer is also entitled to a reasonable compensation.<br /><br />\r\n6.4. &nbsp; &nbsp;The Procurer is entitled to make operative changes to the Program - provided Services, if, for justifiable reasons, it is impossible to comply with the originally agreed program - provide Services. In such a case, the Procurer is obliged:<br /><br />\r\n6.4.1. &nbsp; &nbsp;to provide a substitute program and services within the original scope and quality or in similar conditions;<br /><br />\r\n6.4.2. &nbsp; &nbsp;to refund the Customer with the full cost of the services for which no substitute performance was provided, without unnecessary delay, no later than 5 business days after the complaint has been reclaimed;<br /><br />\r\n6.4.3. &nbsp; &nbsp;If the continuation of the Services can not be ensured otherwise than through services of a lower quality than those specified in the Contract, the Procurer shall refund the Customer with the difference between the prices of services offered and provided.<br /><br />\r\n6.5. &nbsp; &nbsp;If, due to change in hotel accommodation or other significant circumstances, the Customer should be accommodated in another hotel, the Customer shall be accommodated in a hotel of the same or higher class. The change in accommodation can be also for a part of the stay. When the Procurer provides as a substitute for the service the service of same extent (e.g. accommodation in another hotel of the same or higher class), further claims of the Customer against the Procurer, are excluded. Conditions where the substitute accommodation is of at least the same class, regardless of other circumstances (location, equipment, etc.) is considered as a compliance with the Contract.<br /><br />\r\n6.6. &nbsp; &nbsp;The Procurer reserves the right to change the material program and time schedule due to force majeure, due to the decision of the government authorities, or extraordinary circumstances, which the Procurer could not foresee or influence. During Services - sightseeing tours, we draw attention to certain restrictions on visits to historical, religious, holiday or celebrations at the place of stay.<br /><br />\r\n6.7. &nbsp; &nbsp;With Services &nbsp;procured by the Procurer, the first and last day is dedicated for the provision of transport and is not considered a full-service recreational stay. In the cases referred to in par. 5.2, e.g. with late night flight, the arrival at the destination or returning from it may be shifted until the morning of the following day, depending on the flight duration. In this sense, it is not possible to claim a possible &quot;shortening of the stay&quot;. One night is counted to the total number of nights of stay in case of late night departures, even if the Customer is accommodated until 12:00 of the following day.<br /><br />\r\n6.8. &nbsp; &nbsp;If the Customer fails to appear or misses the departure, the Procurer is entitled to reimbursement of the full cost of the Services.<br /><br />\r\n6.9. &nbsp; &nbsp;If the Procurer is forced to change a fundamental condition of the Contract before the Services starts, it will propose to the Customer a change to the Contract. If the proposed change to the Contract leads also to the change in the price of a Services, the new price must be included in the proposal. The Customer has the right to decide whether to accept the change or to withdraw from the Contract without paying cancellation fees. The Customer must notify the Procurer about his/her decision in writing within a period specified by the Procurer in the proposed change, otherwise it is considered that the Customer agree with the proposed change to the fundamental condition of the Contract. The Customer acknowledges that additional local fees (tourist fee, local fee, arrival and departure tax, etc.) may be charged at the place of providing Services.<br /><br />\r\n6.10. &nbsp; &nbsp;If, after the beginning of the Services, the Procurer does not provide properly and in a timely manner the service or a substantial part of it to the Customer, or finds that it will not be able to provide such service, even if it is committed to provision of it by the Contract, the Procurer is obliged to inform the Customer immediately at the place of Customer&#39;s stay through its Authorized Representative, and to take immediate measures to ensure that the Services may continue.<br /><br />\r\n6.11. &nbsp; &nbsp;If the Services - transport is made by means of transport other than means indicated in the Contract, the Procurer is obliged:<br /><br />\r\n6.11.1. &nbsp; &nbsp;to refund the price difference, if the transport is made at a lower cost,<br /><br />\r\n6.11.2. &nbsp; &nbsp;to pay the price difference out of own funds, if the transport is carried out at higher costs.<br /><br />\r\n6.12. &nbsp; &nbsp;The Procurer may be relieved of liability for damage caused by withdrawal from the Contract or breach of obligations, if it proves that neither the Procurer, nor its service suppliers have caused such damage and the damage was caused by:<br /><br />\r\n6.12.1. &nbsp; &nbsp;the Customer,<br /><br />\r\n6.12.2. &nbsp; &nbsp;a third person not associated with the provision of a Services,<br /><br />\r\n6.12.3. &nbsp; &nbsp;an event that could not have been avoided even if all efforts were made or due to unusual and unforeseeable circumstances.</p></p>\r\n\r\n<p><p><strong>7. &nbsp; &nbsp;WITHDRAWAL FROM THE CONTRACT</strong><br /><br />\r\n7.1. &nbsp; &nbsp;The Customer has the right to withdraw from the Contract and is eligible for a refund of the already paid Services price or deposit without any contractual penalty or compensation in case of:<br /><br />\r\n7.1.1. &nbsp; &nbsp;in case of cancellation of a Services agreed under the Contract,<br /><br />\r\n7.1.2. &nbsp; &nbsp;under the terms of Article 741e par. 2 of the Civil Code.<br /><br />\r\n7.2. &nbsp; &nbsp;The Customer shall draw up the Notice of Withdrawal from the Contract in the premises of the Procurer, where the Customer purchased the services in question, or shall send such Notice to the place of purchase by registered mail or by any other provable means. The withdrawal from the Contract shall take effect on the day on which the Notice has been written, or on the date of delivery of a written Notice to the point of sale, where Customer purchased services. For the purposes of the benefit payment arising from the insurance of costs related to the cancellation of the Services, the Customer is obliged to send the Withdrawal Notice in writing, even if the Customer does not show up at the airport, not later than on the scheduled date of the departure.<br /><br />\r\n7.3. &nbsp; &nbsp;The Customer is entitled to withdraw from the Contract without giving any reason, subject to the payment of the compensation for withdrawal, the amount of which the Contracting Parties have agreed in terms of the Article 497 of the Civil Code and specified in the Contract.<br /><br />\r\n7.4. &nbsp; &nbsp;The Procurer has the right to deduct the compensation for withdrawal payment from the deposit or the paid Services price and refund the Customer with the balance of the paid Services price.<br /><br />\r\n7.5. &nbsp; &nbsp;The Procurer may withdraw from the Contract prior to the Customer&#39;s using of theServices or during the course of the using the Services in the following cases:<br /><br />\r\n7.5.1. &nbsp; &nbsp;if the minimum number of participants has not been reached where the minimum number of participants is required (par. 6.3 of the GTC),<br /><br />\r\n7.5.2. &nbsp; &nbsp;in case of a breach of the Customer&#39;s obligation under par. 4.2, 4.3, 5.5 and 5.6 of these GTC,<br /><br />\r\n7.5.3. &nbsp; &nbsp;force majeure, i.e. conditions which the Procurer could not have influenced in any way, even if all efforts were made, in particular for reasons of natural disasters, adverse political situations or terrorist attacks in the area of providing Services</p></p>\r\n\r\n<p><p><strong>8. &nbsp; &nbsp;AGREEMENTS OF THE PARTIES ON THE AMOUNT OF CANCELLATION FEES RELATING TO THE SERVICES&nbsp;</strong><br /><br />\r\n8.1. &nbsp; &nbsp;The parties have agreed upon the following amount of cancellation fees which the Customer is obliged to pay to the Procurer in case of cancellation of the Services for reasons on the Customer&rsquo;s side:<br /><br />\r\n8.1.1. &nbsp; &nbsp;Airline ticket cancellation fee: 100% of the price of the ticket;<br /><br />\r\n8.1.2. &nbsp; &nbsp;Accommodation cancellation fee: 100% of the accommodation purchase price;<br /><br />\r\n8.1.3. &nbsp; &nbsp;Visas arrangement cancellation fee: 100% of the visa purchase price;<br /><br />\r\n8.1.4. &nbsp; &nbsp;Booked parking cancellation fee: 100% of the booked parking purchase price;<br /><br />\r\n8.1.5. &nbsp; &nbsp;Ordered airplane seating cancellation fee: 100 of the ordered airplane seating purchase price;<br /><br />\r\n8.1.6. &nbsp; &nbsp;Ordered car rental cancellation fee: 100% of the ordered car rental purchase price.<br /><br />\r\n<br /><br />\r\n<strong>9. &nbsp; &nbsp;CHANGES IN THE BOOKING REQUIRED BY THE CUSTOMER</strong><br /><br />\r\n9.1. &nbsp; &nbsp;Not later than on the day of full payment of the Services price &nbsp;the Customer may notify in writing the Procurer, that other person will take part in using Services under the Contract. Within the same period, the Customer is obliged to provide the consent of such person with using Services according to the Contract, and the declaration that he/she is acceding to the Customer&#39;s obligations under the Contract and also that he/she fulfills all agreed terms and conditions on using the Services.<br /><br />\r\n9.2. &nbsp; &nbsp;After the deadline referred to in the par. 9.1 it is not possible to make any changes to the Participants .<br /><br />\r\n9.3. &nbsp; &nbsp;The Customer&#39;s requests for change of the Services terms shall be subject to cancellation fees agreed within the meaning of par. 8.1, to the extent of the changes requested by the Customer.<br /><br />\r\n&nbsp;</p></p>\r\n\r\n<p><p><strong>10. &nbsp; &nbsp;INSURANCE</strong><br /><br />\r\n10.1. &nbsp; &nbsp;If the Act considers Services as a tour, The Procurer is obliged to have, in accordance with provisions of the Law, within the scope of provision of travel agency services, during the whole business period, concluded the Travel insurance contract for cases of its insolvency or bankruptcy. The Procurer as a Policyholder has concluded a Travel Insurance Contract with the Insurer for cases of its insolvency or bankruptcy, as specified in a separate annex to this Contract. Based on the Contract, the Customer, as the insured person, is entitled to indemnification in cases where the Procurer, due to its bankruptcy:<br /><br />\r\n10.1.1. &nbsp; &nbsp;has not provided the Customer with a transport from the place of stay in abroad to the place of the scheduled end of the Services agreed under the Contract, if such transport is part of Services arranged under the Contract,<br /><br />\r\n10.1.2. &nbsp; &nbsp;has not refunded the Customer the advance payment already paid or the price of Services agreed under the Contract in cases where the Services agreed under the Contract had not taken place,<br /><br />\r\n10.1.3. &nbsp; &nbsp;has not refunded the Customer the difference between the paid price of the Services agreed under the Contract and the price of the partly provided Services agreed under the Contract, if the Services agreed under the Contract has been provided only in part.<br /><br />\r\n10.2. &nbsp; &nbsp;Together with the Contract, the Procurer shall provide the Customer a document containing the information on the concluded Insurance contract for the Services agreed in accordance with the Contract, if the Act considers Services as a tour.<br /><br />\r\n&nbsp;</p></p>\r\n\r\n<p><p><strong>11. &nbsp; &nbsp;PROCURER&#39;S NOTICE REGARDING THE PROCURED SERVICES</strong><br /><br />\r\n11.1. &nbsp; &nbsp;Customer service and services: The level and speed of services provided by the staff in accommodation facilities corresponds to local habits and the mentality of the population. Therefore, sometimes it is necessary to count with less experience and some leniency, but on the other hand often with very friendly and nice approach. Please note that the offer of activities and services provided by the Hotel free of charge or for a fee is valid at the time of the issue of the Procurer&#39;s offer, and may change during the season at the Hotel&#39;s discretion.<br /><br />\r\n11.2. &nbsp; &nbsp;Hygiene: Hygienic habits are much more lax in the destination countries, different from domestic ones. The same applies to environmental regulations.<br /><br />\r\n11.3. &nbsp; &nbsp;Accommodation: The accommodation services provided by the Procurer correspond to the description in the Procurer&#39;s offer. The period before and after the main season brings, in addition to favorable prices, the fact that some facilities (bars, discos, etc.) are not in operation. On rare occasions, the accommodation facility may confirm orders beyond the real capacity. In such case, the Customer will be accommodated in accommodation facility of the same or higher class. The categorization of accommodation facilities falls within the authority of the relevant resorts in the destination countries, which award the star rating for the accommodation category based on the standards and criteria applicable in the relevant country. These standards and criteria may not match the standards in the country of origin of the Customer. Procurer&#39;s own rating is always listed at the description of the accommodation facility. Differences in the categorization of accommodation facilities are also among the different destinations. Even in comfortable Hotels, rooms are usually simply furnished. The furnishings, size and location of rooms (even of the same class) are not always the same. In most accommodation facilities bathrooms are not furnished with hygienic supplies. In principle the allocation of rooms is always made by the Hotel, the Procurer has no influence on this. Single rooms are always with surcharge, they are usually very small and often without a balcony. In accommodation facilities, as a triple room is considered a double room with an extra bed. The extra bed can be a sofa, a sofa bed, a bunk bed or a lounge chair. According to international customs it is necessary to leave the rooms on the day of departure until 12.00. (in some cases even until 10.00), the possibility of moving in on the arrival day is after 14.00. Early arrival or late departure does not justify further use of rooms. &nbsp;In the case of additional listed offers, it is guaranteed only the class of accommodation, which may not always be the accommodation in the catalog. The Customer will learn the Hotel name after arriving at the destination. In the case of Services - experience-based tours and combined tours, the provided accommodation is in the ordered class, subject to availability on site. Dynamically evolving tourism is also accompanied by construction activities, to which the Procurer has no influence. The construction activities are not limited only to off-season months, construction sites are created quickly and practically from day to day, or the construction activities are restored after a longer break. In such cases, it is not possible to obtain the most up-to-date information about the construction activities when signing the contract. You can not find a complete calm in tourist resorts. Holiday may also include evening entertainment and bars, restaurants and nightclubs that can make noise. Also the building style permits sound permeability between rooms.<br /><br />\r\n11.4. &nbsp; &nbsp;Air conditioning: You can find the air conditioning in such a Hotel, where it is directly listed in the Hotel description in the catalog. In many cases, the air conditioning is centrally controlled and its on/off on time and duration is entirely in the discretion of the Hotel.<br /><br />\r\n11.5. &nbsp; &nbsp;Food &amp; Beverages: Mostly international food, enriched with local ingredients, is cooked in hotels. The mode of serving meals is listed in the description of each hotel. The continental breakfasts consist mostly of pastries, butter and jam or cheese, coffee or tea. Sausages, eggs are rare. Breakfast served in buffet style or Swedish table means free eating from the offer corresponding to the class of the hotel and local customs. Mostly they contain coffee, tea, juice, pastries, various sweet pies, jam, cheese, sausages, again according to the class of the hotel. Dinner is either a menu with service, a choice of several menus and salads in the form of buffet, or free eating in the form of buffet (a simpler Swedish table) or Swedish tables. The offer again corresponds to the class of the Hotel, and even in three-star Hotels you can expect in some cases only one hot main meal. Drinks are never included in the price (unless otherwise stated - e.g. in &quot;all inclusive&quot; hotels). The accommodation with self-catering includes kitchenette or eating nook, most of them with a cook-range and a fridge. The available kitchen utensils are intended for casual cooking and consist of basic kitchenware. In most hotels is prohibited bringing in own meals and beverages. The &quot;all inclusive&quot; serving of meals means full provision of meals and time-limited consumption of taped non-alcoholic and (predominantly) local alcoholic beverages according to the internal directives of each Hotel. Information on &quot;all inclusive&quot; mode of serving - i.e. content and scope, as well as a timetable, shall be provide to the Customers upon their arrival at the Hotel. The Minibar is not included in Services price &ndash; The minibar can be filled upon request and consumption is subject to direct on site payment. For accommodation services, there is indicated a number of nights for which you are entitled to a meal, where some meal may be replaced by a package or later simple dinner. Serving of meals starts and ends with accommodation services, so you can get the first meal after 14:00 and the last meal at 12:00 at the latest. Please note the possibility of a missed meal due to late arrival or early departure. Missed meals can not be compensated. Please also note that guests staying in one room must always use the same system of boarding.<br /><br />\r\n11.6. &nbsp; &nbsp;Beaches: Most beaches are also accessible to the local population, which is often a little louder than we are used to. Sunbeds and sunshade can be rented for a fee (unless the description of the Hotel stated otherwise). Their number does not match the hotel&#39;s occupancy capacity, it is always lower, and therefore this service is not directly claimable. Especially for large-capacity hotels, the number of sun umbrellas and sunbeds may be significantly reduced in relation to the number of beds. Beach service may change during the season &ndash; the catalog contains information known at the time of catalog printing. The Procurer has no influence on the cleanliness of the sea and beaches - beach maintenance is the sole responsibility of the Hotel. The Procurer is also not responsible for possible pollution of the beach due to climatic conditions or other unforeseen reasons. The distance from the sea is always measured from the closest point to the beach and is only indicative.<br /><br />\r\n11.7. &nbsp; &nbsp;Pools: If a heated pool is part of the hotel facilities, it should be taken into account that the pool is not always heated, and that it depends in particular on the hotel&#39;s decision. Not all hotels have swimming pools with filtering devices, so pools at higher temperatures must be drained and cleaned. Therefore, it is necessary to expect that the pool may be out of service for some time, as well as water slides that operate only at times determined by the Hotel. The Procurer has no influence on the cleanliness of the pool - maintenance of the swimming pool is the sole responsibility of the Hotel. Pools are not operated during night. The number of sun umbrellas and sunbeds by the pool does not match the capacity of the Hotel.<br /><br />\r\n11.8. &nbsp; &nbsp;Water and electrical supply voltage: In most destinations, it is not recommended to use tap water for cooking and drinking. It is recommended to buy water for this purpose at local stores or Hotels. There may be a shortage of hot water in hotels and therefore occasionally only lukewarm water flows. In some countries there may be even repeated, short-term outages of electricity and water supply. Of course, this is also means loss of air conditioning. The Procurer can not be held responsible for these facts, and can not influence them. The electrical supply voltage and electrical outlets do not always comply with Slovak standards.<br /><br />\r\n11.9. &nbsp; &nbsp;Insects: Insects also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible in the room.<br /><br />\r\n11.10. &nbsp; &nbsp;Visas and passports: Where the host country requires it, the Procurer ensures visas only for holders of the Slovak Republic passports, based on submission of the documents requested by the relevant embassy Holders of travel documents of other countries are required to ensure the necessary travel documents and requirements on their own at the relevant embassy or consulate. Any costs and consequences arising from non-compliance with this provision are borne by the Customer. Most countries require a passport to be valid for another 6 months after the return date.<br /><br />\r\nalso belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible&nbsp;<br /><br />\r\n<br /><br />\r\n<strong>12.&nbsp;&nbsp; &nbsp;FINAL PROVISIONS</strong><br /><br />\r\n12.1.&nbsp;&nbsp; &nbsp;These GTC are effective from January 1, 2018.<br /><br />\r\n12.2.&nbsp;&nbsp; &nbsp;Should any provision of the Contract and/or GTC has been or become invalid; the other provisions of this Contract and/or the GTC will not be affected. The Contracting Parties are obliged to immediately replace the invalid provision with the new one that corresponds with the purpose of this Contract and/or the GTC that the Parties have followed at the time of the conclusion of the Contract.<br /><br />\r\n12.3.&nbsp;&nbsp; &nbsp;By signing the Contract, the Customer confirms that before the concluding of the Contract he/she has been acquainted with its content and all its attachments and parts, and unconditionally agrees with its content.<br /><br />\r\n12.4.&nbsp;&nbsp; &nbsp;The rights and obligations of the Contractual parties not expressly regulated by the Contract or the GTC are governed by the relevant provisions of the Civil Code and other legislation valid in the territory of the Slovak Republic.<br /><br />\r\n12.5.&nbsp;&nbsp; &nbsp;By signing the Contract, the Customer confirms that he/she has been properly informed about the content of the GTCs, agrees with it and fully accepts the GTC. All data and instructions contained in the current offer of the Procurer (Catalog) and in the GTC correspond to the information known at the time of the GTC issue and the Procurer reserves the right to modify them until the conclusion of the Contract with the Customer.&nbsp;<br /><br />\r\n12.6.&nbsp;&nbsp; &nbsp;An integral part of the GTC is the &quot;Important information&quot; applicable to Services procured by the Procurer that is part of the current Procurer&#39;s offer (catalog)<br /><br />\r\n<br /><br />\r\n<strong>13. &nbsp; &nbsp;RESOLUTION OF DISPUTES</strong><br /><br />\r\n13.1. &nbsp; &nbsp;The Parties agree that any disputes concerning this Contract, arising out of this Contract, in connection with this Contract, and/or based on the Contract, including disputes concerning its validity, interpretation or termination, shall be settled preferentially by the agreement of the Contracting Parties.<br /><br />\r\n13.2. &nbsp; &nbsp;The Customer has the right to apply and resolve his/her rights and claims also in an out-of-court way, and, for this purpose, or submit a proposal for an alternative dispute resolution to the Alternative Dispute Resolution Body pursuant to Act No. 391/2015 Coll. on Alternative Resolution of Consumer Disputes and on amendment of certain Acts. The list of bodies providing Alternative Dispute Resolution services and detailed information on the conditions for ADR are published on the website of the Ministry of Economy of the Slovak Republic (www.mhsr.sk). The Customer may also exercise his/her rights and claims through the European Online Dispute Resolution Platform, available at http://ec.europa.eu/consumers/odr/.<br /><br />\r\n13.3. &nbsp; &nbsp;If the agreement according to the par. 13.1 is not possible, the dispute will be decided by the competent court of the Slovak Republic.</p></p>', '<p>GENERAL TERMS AND CONDITIONS OF THE TOUR OPERATOR EAST TRAVEL<br />\r\n <br />\r\n <strong>1. BASIC TERM DEFINITIONS</strong><br />\r\n 1.1. GTC shall mean these General Terms and Conditions.<br />\r\n 1.2. The Procurer shall mean the Travel Office, or the Travel Agency, - the trading company East Travel, s. r. o., with registered office at Mlynské Nivy 48/, 821 09 Bratislava.<br />\r\n 1.3. The Customer shall mean a natural person who has entered into a contract with the Procurer for the procurement of Services, integral part of which are these GTC.<br />\r\n 1.4. The Contracting Parties shall mean the Procurer and the Customer. <br />\r\n 1.5. "Contract" shall mean a contract for the procurement of Services, the integral part of which are these GTC.<br />\r\n 1.6. The law shall mean the Act No. 281/2001 Coll. on tours, business conditions for Travel Offices and Travel Agencies, as amended.<br />\r\n 1.7. Civil Code shall mean the Act No. 40/1964 Coll. Civil Code as amended.<br />\r\n 1.8. The "Services" shall mean a tour and/or the provision of supplementary services and/or other services agreed by the Contracting Parties within the scope of the Contract.<br />\r\n 1.9. The price of Services (Services price) shall mean the price agreed by the Contracting Parties for the procurement of Services within the meaning of the Contract.<br />\r\n <br />\r\n <strong>2. ESTABLISHMENT OF A CONTRACTUAL RELATIONSHIP</strong><br />\r\n 2.1. The conclusion of the Contract creates a contractual relationship between the Procurer and the Customer, on the basis of which the Procurer undertakes to procure Services for the Customer under the terms and conditions set forth in the Contract and the GTC, and the Customer undertakes to pay the price of the procurement of the Services agreed in the Contract and to fulfill other obligations established in the Contract and/or GTC.<br />\r\n 2.2. The conclusion of the Contract between the Procurer and the Customer or the Sales Representative of the Procurer and the Customer takes place by accepting the signed Contract and confirming it by the Procurer or the Sales Representative of the Procurer. <br />\r\n 2.3. The Contract signed by the Customer's Authorized Agent or his/her Legal Representative shall be also deemed as a duly completed and signed Contract. The Customer is also any natural person on behalf of whom the Contract has been concluded (a natural person who is listed in the Contract as a "participant" although he/she has not signed the Contract.) Pursuant to the Article 5 b) of the Law, the Customer confirms that by virtue of the Law or the Authorization he/she is entitled to conclude the Contract on behalf of the other person (in the Contract referred to as the "participant") and such person has expressed his/her consent to procure the Services. The consent may be expressed explicitly, or otherwise, preventing any doubt, for example, by using Services. The Customer undertakes to comply with the obligations towards the Procurer arising from the signed Contract and also undertakes to provide the "participants" of the Services with all the information, provided by the Procurer before signing the Contract, if they were not personally present at the signing of the Contract.<br />\r\n <br />\r\n <strong>3. PRICE OF THE SERVICES</strong><br />\r\n 3.1. The price of the Services is subject to a specific agreement between the Contracting Parties and its exact specification is set out in the Contract.<br />\r\n 3.2. The price of the Services includes VAT in accordance with the Article 65 par. 1 to 7 of the Act No. 222/2004 Coll. On Value Added Tax as amended.<br />\r\n 3.3. The price of the Services includes services detailed in the contents of the Contract. The price of the Services does not include, in particular, fees for minibars, telephone charges, room service charges, the Customer's insurance and other charges unless otherwise agreed in the Contract.<br />\r\n 3.4. Price guarantee of the Procurer:<br />\r\n 3.4.1. The Procurer has available mechanisms that dampen the impact of exchange rate fluctuations on the price of services, and is able to absorb up to a 5% increase in prices, comparing to the conditions as of January 1, 2018, from its own resources and on the basis of high deposit payments abroad, without changing the services prices. In case of fall of EUR exchange rate by more than 5% against foreign currencies, the Procurer will be forced to terminate the validity of services prices and to issue new services prices, calculated on the basis of new exchange rates. In this case, new services prices would apply to all those Customers who paid only a deposit. The Customers who, at the time of declaring a change in prices due to changes in exchange rates, have already paid the full price of the Services, we will guarantee the originally agreed price of the Services.<br />\r\n 3.4.2. In case of an increase in (i) transport costs, including fuel prices, or (ii) transport-related payments, such as airport and port charges, which are included in the Services price or represent a mandatory surcharge to Services price, or (iii) exchange rates of foreign currencies against the EUR referred to in point 3.4.1 used for calculation of the average Services costs, by more than 5% on average, the Procurer is entitled to increase the price of the Services. Any increase in the Services price will be provided by an amount corresponding to the value of the price increase. The Procurer is required to send a written notice about the increase in the Services price to the Customer not later than 21 days before providing Services.<br />\r\n 3.5. The parties agree that the Procurer shall ask the Final Provider of Services, agreed upon in the Agreement on booking of services, within two days from the date of receipt of the full payment of the Services price by the Customer.<br />\r\n 3.6. The parties agree that if the Procurer can not make the booking for any reason whatsoever, occurring independently of the will of the Procurer, between the date of signature of the Contract and the moment of booking confirmation by the Final Provider of Services, the Customer is not entitled to compensation under the Article 741g of the Civil Code and the Procurer is not liable for such damage.</p>\r\n\r\n <p><strong>4. PAYMENT CONDITIONS</strong><br />\r\n 4.1. The Procurer has the right to demand payment for the ordered services under this Contract before they are provided to the Customer.<br />\r\n 4.2. The customer is required to make a deposit of 30% of the total price of the Services. This deposit is payable immediately upon signing the Contract, unless the Contracting Parties otherwise agreed.<br />\r\n 4.3. The Customer is obliged to pay to the Procurer the remaining part of the Services price no later than 30 days before providing Services.<br />\r\n 4.4. If the Customer fails to pay the remaining part of the Services price according to the point 4.3 within 30 days before a departure day, his/her right to use Services is canceled and is required to pay the relevant cancellation fee within the meaning of the Article 8 of the GTC<br />\r\n 4.5. When booking a Services (signing the Contract) less than 30 days before the departure date, the Customer is obliged to pay the full price of the Services immediately upon signature of the Contract.<br />\r\n 4.6. Fees related to the change of the Services at the request of the Customer and the compensation fee for withdrawal from the Contract according to these GTCs are payable immediately.<br />\r\n 4.7. The Customer is entitled to the provision of services only when paying the full price of the Services. The binding and agreed Services price is the price indicated in the Contract.<br />\r\n 4.8. If buying a Services - transportation with regular flights, a deposit of at least 50% of the total price of the Services is required. Total Services price must be paid within 30 days prior to a departure.<br />\r\n </p>\r\n\r\n <p><strong>5. OTHER RIGHTS AND OBLIGATIONS OF THE CONTRACTING PARTIES</strong><br />\r\n 5.1. The Customer is entitled to a timely provision of services within the meaning of the Contract, provided that the Services price has been properly paid in accordance with the Contract. If the Customer, without the fault of the Procurer, does not utilize agreed services, he/she is not entitled for their reimbursement.<br />\r\n 5.2. The Customer is entitled for provision of information and details regarding the Services.<br />\r\n 5.3. The Customer has the right to be informed about the changes of the Services, in the scope of services and the Services prices.<br />\r\n 5.4. The Customer is obliged to provide the Procurer with the assistance necessary for the proper provision and rendering of the services, to provide complete and correct data for the Contract and to provide the Procurer with the documents required for the procurement of the Services. If the Customer concludes the Contract for a national of another country, the Customer is obliged to immediately notify the Procurer or its agent about this fact in writing, before signing the Contract.<br />\r\n 5.5. The Customer is obliged to pay the Services Price in accordance with Articles 3 and 4 of the GTC and provide proof of payment.<br />\r\n 5.6. The Customer undertakes to accept from the Procurer documents necessary for the purpose of the Services (tickets, accommodation vouchers, travel instructions), properly checked and follow them.<br />\r\n 5.7. The Customer is required to arrive at a defined time at the specified departure point with all the documents required by the travel instructions and have all the documents required to enter the territory of the relevant countries of the stay and/or transit (valid travel documents, visa, health insurance certificate, etc., if required).<br />\r\n 5.8. The Customer is obliged to comply with immigration, customs, health and other regulations of the country to which he/she is traveling. Foreign nationals are required to obtain information about the visa requirements at the embassy of the country where they want to travel. The costs incurred as a result of failure to comply with this provision shall be borne by the Customer. <br />\r\n 5.9. The Customer is obliged to immediately notify the Procurer's representative in writing of any errors and deviations from the ordered services as soon as they have been discovered on site and to provide assistance for their rectification.<br />\r\n 5.10. The Customer is obliged to refrain from actions that could threaten, damage, or restrict other participants of the Services.<br />\r\n 5.11. The customer is liable to pay for any damage caused by him/her to the means of transport or accommodation and other facilities where he/she has used Services provided by the Procurer.<br />\r\n 5.12. The Customer is obliged to arrange for the persons where it is required by the legal regulations of their respective country the accompanying and supervision by their legal or authorized representatives during using the Services. This obligation also applies to the accompaniment and supervision of those participants whose medical condition requires it.<br />\r\n 5.13. If the scope or quality of the services provided is objectively lower than the originally agreed level, the Customer is entitled to remedy of the incorrectly provided service.<br />\r\n 5.14. The Customer is obliged to exercise his/her right for remedy of incorrectly provided service immediately, directly on-site at the service provider or the authorized representative of the Procurer so the corrective action can be provided immediately. The Customer is obliged to provide maximum co-operation in order to eliminate the deficiencies as effectively as possible and to prevent the occurrence of any damage or to reduce their scope.<br />\r\n 5.15. The Customer, in cooperation with the Travel Agent, must make a written record about the exercise of his/her right for remedy of incorrectly provided service. The Customer acknowledges that a written record is not a complaint in terms of the applicable legal regulations. The Customer will submit a written record when exercising the right for liability claim in the premises of the Procurer.<br />\r\n 5.16. If the Procurer does not ensure the proper and timely correction of the services in question or fails to fulfill its contractual and statutory obligations, the Customer must exercise his/her rights in writing with the Procurer without unnecessary delay, but no later than within 3 months after the end of providing the Services, or, if the Services has not taken place, from the date on which, in accordance with the Contract, the Services should have ended, otherwise the right to complain lapses. In order to recognize the claims for an incorrectly provided service, the Customer shall provide a written record made in accordance with the preceding point. In the case of justified claims, the Customer is entitled to a refund of the price difference between the ordered and actually provided services.<br />\r\n 5.17. For all claims filed in accordance with these General Terms and Conditions, the Procurer is obliged to respond in writing after the examination, within 30 days of receipt of the complaint.<br />\r\n 5.18. The Customer undertakes neither to use the Contract, its attachments, the GTC or any other documents related to the Contract, nor use it for its own benefit and/or to the detriment of the Procurer.<br />\r\n <br />\r\n <strong>6. CHANGES TO THE AGREED SERVICES AND CANCELLATION OF THE PARTICIPATION </strong><br />\r\n 6.1. The changes and deviations of the individual services provided by the Procurer from the agreed content of the Contract are only permitted where necessary. <br />\r\n 6.2. The Customer is aware of the fact that the Procurer can not influence the possible delay or cancellation of the flight by the airline operator and reminds on the possibility of their occurrence for technical and operational reasons, due to adverse weather conditions or due to the congestions in the air corridors. The Customer acknowledges that when planning connections, holidays, business dates, etc. he/she will also take into account the possibility of a significant delay.<br />\r\n 6.3. The Procurer is obliged to inform the Customer whether the minimum number of participant is required for the Services. The Customer acknowledges that if the minimum number of participants has not been reached 20 days prior to the departure at the latest, the Procurer is entitled to cancel this Services and the Customer has the right to request the Procurer to provide him/her another Services of the quality at least corresponding to the original Services. If the Procurer cancels the Services in less than 20 days before the date of its providing, the Customer is also entitled to a reasonable compensation.<br />\r\n 6.4. The Procurer is entitled to make operative changes to the Program - provided Services, if, for justifiable reasons, it is impossible to comply with the originally agreed program - provide Services. In such a case, the Procurer is obliged:<br />\r\n 6.4.1. to provide a substitute program and services within the original scope and quality or in similar conditions;<br />\r\n 6.4.2. to refund the Customer with the full cost of the services for which no substitute performance was provided, without unnecessary delay, no later than 5 business days after the complaint has been reclaimed;<br />\r\n 6.4.3. If the continuation of the Services can not be ensured otherwise than through services of a lower quality than those specified in the Contract, the Procurer shall refund the Customer with the difference between the prices of services offered and provided.<br />\r\n 6.5. If, due to change in hotel accommodation or other significant circumstances, the Customer should be accommodated in another hotel, the Customer shall be accommodated in a hotel of the same or higher class. The change in accommodation can be also for a part of the stay. When the Procurer provides as a substitute for the service the service of same extent (e.g. accommodation in another hotel of the same or higher class), further claims of the Customer against the Procurer, are excluded. Conditions where the substitute accommodation is of at least the same class, regardless of other circumstances (location, equipment, etc.) is considered as a compliance with the Contract.<br />\r\n 6.6. The Procurer reserves the right to change the material program and time schedule due to force majeure, due to the decision of the government authorities, or extraordinary circumstances, which the Procurer could not foresee or influence. During Services - sightseeing tours, we draw attention to certain restrictions on visits to historical, religious, holiday or celebrations at the place of stay.<br />\r\n 6.7. With Services procured by the Procurer, the first and last day is dedicated for the provision of transport and is not considered a full-service recreational stay. In the cases referred to in par. 5.2, e.g. with late night flight, the arrival at the destination or returning from it may be shifted until the morning of the following day, depending on the flight duration. In this sense, it is not possible to claim a possible "shortening of the stay". One night is counted to the total number of nights of stay in case of late night departures, even if the Customer is accommodated until 12:00 of the following day.<br />\r\n 6.8. If the Customer fails to appear or misses the departure, the Procurer is entitled to reimbursement of the full cost of the Services.<br />\r\n 6.9. If the Procurer is forced to change a fundamental condition of the Contract before the Services starts, it will propose to the Customer a change to the Contract. If the proposed change to the Contract leads also to the change in the price of a Services, the new price must be included in the proposal. The Customer has the right to decide whether to accept the change or to withdraw from the Contract without paying cancellation fees. The Customer must notify the Procurer about his/her decision in writing within a period specified by the Procurer in the proposed change, otherwise it is considered that the Customer agree with the proposed change to the fundamental condition of the Contract. The Customer acknowledges that additional local fees (tourist fee, local fee, arrival and departure tax, etc.) may be charged at the place of providing Services.<br />\r\n 6.10. If, after the beginning of the Services, the Procurer does not provide properly and in a timely manner the service or a substantial part of it to the Customer, or finds that it will not be able to provide such service, even if it is committed to provision of it by the Contract, the Procurer is obliged to inform the Customer immediately at the place of Customer's stay through its Authorized Representative, and to take immediate measures to ensure that the Services may continue.<br />\r\n 6.11. If the Services - transport is made by means of transport other than means indicated in the Contract, the Procurer is obliged:<br />\r\n 6.11.1. to refund the price difference, if the transport is made at a lower cost,<br />\r\n 6.11.2. to pay the price difference out of own funds, if the transport is carried out at higher costs.<br />\r\n 6.12. The Procurer may be relieved of liability for damage caused by withdrawal from the Contract or breach of obligations, if it proves that neither the Procurer, nor its service suppliers have caused such damage and the damage was caused by:<br />\r\n 6.12.1. the Customer,<br />\r\n 6.12.2. a third person not associated with the provision of a Services,<br />\r\n 6.12.3. an event that could not have been avoided even if all efforts were made or due to unusual and unforeseeable circumstances.</p>\r\n\r\n <p><strong>7. WITHDRAWAL FROM THE CONTRACT</strong><br />\r\n 7.1. The Customer has the right to withdraw from the Contract and is eligible for a refund of the already paid Services price or deposit without any contractual penalty or compensation in case of:<br />\r\n 7.1.1. in case of cancellation of a Services agreed under the Contract,<br />\r\n 7.1.2. under the terms of Article 741e par. 2 of the Civil Code.<br />\r\n 7.2. The Customer shall draw up the Notice of Withdrawal from the Contract in the premises of the Procurer, where the Customer purchased the services in question, or shall send such Notice to the place of purchase by registered mail or by any other provable means. The withdrawal from the Contract shall take effect on the day on which the Notice has been written, or on the date of delivery of a written Notice to the point of sale, where Customer purchased services. For the purposes of the benefit payment arising from the insurance of costs related to the cancellation of the Services, the Customer is obliged to send the Withdrawal Notice in writing, even if the Customer does not show up at the airport, not later than on the scheduled date of the departure.<br />\r\n 7.3. The Customer is entitled to withdraw from the Contract without giving any reason, subject to the payment of the compensation for withdrawal, the amount of which the Contracting Parties have agreed in terms of the Article 497 of the Civil Code and specified in the Contract.<br />\r\n 7.4. The Procurer has the right to deduct the compensation for withdrawal payment from the deposit or the paid Services price and refund the Customer with the balance of the paid Services price.<br />\r\n 7.5. The Procurer may withdraw from the Contract prior to the Customer's using of theServices or during the course of the using the Services in the following cases:<br />\r\n 7.5.1. if the minimum number of participants has not been reached where the minimum number of participants is required (par. 6.3 of the GTC),<br />\r\n 7.5.2. in case of a breach of the Customer's obligation under par. 4.2, 4.3, 5.5 and 5.6 of these GTC,<br />\r\n 7.5.3. force majeure, i.e. conditions which the Procurer could not have influenced in any way, even if all efforts were made, in particular for reasons of natural disasters, adverse political situations or terrorist attacks in the area of providing Services</p>\r\n\r\n <p><strong>8. AGREEMENTS OF THE PARTIES ON THE AMOUNT OF CANCELLATION FEES RELATING TO THE SERVICES </strong><br />\r\n 8.1. The parties have agreed upon the following amount of cancellation fees which the Customer is obliged to pay to the Procurer in case of cancellation of the Services for reasons on the Customer’s side:<br />\r\n 8.1.1. Airline ticket cancellation fee: 100% of the price of the ticket;<br />\r\n 8.1.2. Accommodation cancellation fee: 100% of the accommodation purchase price;<br />\r\n 8.1.3. Visas arrangement cancellation fee: 100% of the visa purchase price;<br />\r\n 8.1.4. Booked parking cancellation fee: 100% of the booked parking purchase price;<br />\r\n 8.1.5. Ordered airplane seating cancellation fee: 100 of the ordered airplane seating purchase price;<br />\r\n 8.1.6. Ordered car rental cancellation fee: 100% of the ordered car rental purchase price.<br />\r\n <br />\r\n <strong>9. CHANGES IN THE BOOKING REQUIRED BY THE CUSTOMER</strong><br />\r\n 9.1. Not later than on the day of full payment of the Services price the Customer may notify in writing the Procurer, that other person will take part in using Services under the Contract. Within the same period, the Customer is obliged to provide the consent of such person with using Services according to the Contract, and the declaration that he/she is acceding to the Customer's obligations under the Contract and also that he/she fulfills all agreed terms and conditions on using the Services.<br />\r\n 9.2. After the deadline referred to in the par. 9.1 it is not possible to make any changes to the Participants .<br />\r\n 9.3. The Customer's requests for change of the Services terms shall be subject to cancellation fees agreed within the meaning of par. 8.1, to the extent of the changes requested by the Customer.<br />\r\n </p>\r\n\r\n <p><strong>10. INSURANCE</strong><br />\r\n 10.1. If the Act considers Services as a tour, The Procurer is obliged to have, in accordance with provisions of the Law, within the scope of provision of travel agency services, during the whole business period, concluded the Travel insurance contract for cases of its insolvency or bankruptcy. The Procurer as a Policyholder has concluded a Travel Insurance Contract with the Insurer for cases of its insolvency or bankruptcy, as specified in a separate annex to this Contract. Based on the Contract, the Customer, as the insured person, is entitled to indemnification in cases where the Procurer, due to its bankruptcy:<br />\r\n 10.1.1. has not provided the Customer with a transport from the place of stay in abroad to the place of the scheduled end of the Services agreed under the Contract, if such transport is part of Services arranged under the Contract,<br />\r\n 10.1.2. has not refunded the Customer the advance payment already paid or the price of Services agreed under the Contract in cases where the Services agreed under the Contract had not taken place,<br />\r\n 10.1.3. has not refunded the Customer the difference between the paid price of the Services agreed under the Contract and the price of the partly provided Services agreed under the Contract, if the Services agreed under the Contract has been provided only in part.<br />\r\n 10.2. Together with the Contract, the Procurer shall provide the Customer a document containing the information on the concluded Insurance contract for the Services agreed in accordance with the Contract, if the Act considers Services as a tour.<br />\r\n </p>\r\n\r\n <p><strong>11. PROCURER'S NOTICE REGARDING THE PROCURED SERVICES</strong><br />\r\n 11.1. Customer service and services: The level and speed of services provided by the staff in accommodation facilities corresponds to local habits and the mentality of the population. Therefore, sometimes it is necessary to count with less experience and some leniency, but on the other hand often with very friendly and nice approach. Please note that the offer of activities and services provided by the Hotel free of charge or for a fee is valid at the time of the issue of the Procurer's offer, and may change during the season at the Hotel's discretion.<br />\r\n 11.2. Hygiene: Hygienic habits are much more lax in the destination countries, different from domestic ones. The same applies to environmental regulations.<br />\r\n 11.3. Accommodation: The accommodation services provided by the Procurer correspond to the description in the Procurer's offer. The period before and after the main season brings, in addition to favorable prices, the fact that some facilities (bars, discos, etc.) are not in operation. On rare occasions, the accommodation facility may confirm orders beyond the real capacity. In such case, the Customer will be accommodated in accommodation facility of the same or higher class. The categorization of accommodation facilities falls within the authority of the relevant resorts in the destination countries, which award the star rating for the accommodation category based on the standards and criteria applicable in the relevant country. These standards and criteria may not match the standards in the country of origin of the Customer. Procurer's own rating is always listed at the description of the accommodation facility. Differences in the categorization of accommodation facilities are also among the different destinations. Even in comfortable Hotels, rooms are usually simply furnished. The furnishings, size and location of rooms (even of the same class) are not always the same. In most accommodation facilities bathrooms are not furnished with hygienic supplies. In principle the allocation of rooms is always made by the Hotel, the Procurer has no influence on this. Single rooms are always with surcharge, they are usually very small and often without a balcony. In accommodation facilities, as a triple room is considered a double room with an extra bed. The extra bed can be a sofa, a sofa bed, a bunk bed or a lounge chair. According to international customs it is necessary to leave the rooms on the day of departure until 12.00. (in some cases even until 10.00), the possibility of moving in on the arrival day is after 14.00. Early arrival or late departure does not justify further use of rooms. In the case of additional listed offers, it is guaranteed only the class of accommodation, which may not always be the accommodation in the catalog. The Customer will learn the Hotel name after arriving at the destination. In the case of Services - experience-based tours and combined tours, the provided accommodation is in the ordered class, subject to availability on site. Dynamically evolving tourism is also accompanied by construction activities, to which the Procurer has no influence. The construction activities are not limited only to off-season months, construction sites are created quickly and practically from day to day, or the construction activities are restored after a longer break. In such cases, it is not possible to obtain the most up-to-date information about the construction activities when signing the contract. You can not find a complete calm in tourist resorts. Holiday may also include evening entertainment and bars, restaurants and nightclubs that can make noise. Also the building style permits sound permeability between rooms.<br />\r\n 11.4. Air conditioning: You can find the air conditioning in such a Hotel, where it is directly listed in the Hotel description in the catalog. In many cases, the air conditioning is centrally controlled and its on/off on time and duration is entirely in the discretion of the Hotel.<br />\r\n 11.5. Food & Beverages: Mostly international food, enriched with local ingredients, is cooked in hotels. The mode of serving meals is listed in the description of each hotel. The continental breakfasts consist mostly of pastries, butter and jam or cheese, coffee or tea. Sausages, eggs are rare. Breakfast served in buffet style or Swedish table means free eating from the offer corresponding to the class of the hotel and local customs. Mostly they contain coffee, tea, juice, pastries, various sweet pies, jam, cheese, sausages, again according to the class of the hotel. Dinner is either a menu with service, a choice of several menus and salads in the form of buffet, or free eating in the form of buffet (a simpler Swedish table) or Swedish tables. The offer again corresponds to the class of the Hotel, and even in three-star Hotels you can expect in some cases only one hot main meal. Drinks are never included in the price (unless otherwise stated - e.g. in "all inclusive" hotels). The accommodation with self-catering includes kitchenette or eating nook, most of them with a cook-range and a fridge. The available kitchen utensils are intended for casual cooking and consist of basic kitchenware. In most hotels is prohibited bringing in own meals and beverages. The "all inclusive" serving of meals means full provision of meals and time-limited consumption of taped non-alcoholic and (predominantly) local alcoholic beverages according to the internal directives of each Hotel. Information on "all inclusive" mode of serving - i.e. content and scope, as well as a timetable, shall be provide to the Customers upon their arrival at the Hotel. The Minibar is not included in Services price – The minibar can be filled upon request and consumption is subject to direct on site payment. For accommodation services, there is indicated a number of nights for which you are entitled to a meal, where some meal may be replaced by a package or later simple dinner. Serving of meals starts and ends with accommodation services, so you can get the first meal after 14:00 and the last meal at 12:00 at the latest. Please note the possibility of a missed meal due to late arrival or early departure. Missed meals can not be compensated. Please also note that guests staying in one room must always use the same system of boarding.<br />\r\n 11.6. Beaches: Most beaches are also accessible to the local population, which is often a little louder than we are used to. Sunbeds and sunshade can be rented for a fee (unless the description of the Hotel stated otherwise). Their number does not match the hotel's occupancy capacity, it is always lower, and therefore this service is not directly claimable. Especially for large-capacity hotels, the number of sun umbrellas and sunbeds may be significantly reduced in relation to the number of beds. Beach service may change during the season – the catalog contains information known at the time of catalog printing. The Procurer has no influence on the cleanliness of the sea and beaches - beach maintenance is the sole responsibility of the Hotel. The Procurer is also not responsible for possible pollution of the beach due to climatic conditions or other unforeseen reasons. The distance from the sea is always measured from the closest point to the beach and is only indicative.<br />\r\n 11.7. Pools: If a heated pool is part of the hotel facilities, it should be taken into account that the pool is not always heated, and that it depends in particular on the hotel's decision. Not all hotels have swimming pools with filtering devices, so pools at higher temperatures must be drained and cleaned. Therefore, it is necessary to expect that the pool may be out of service for some time, as well as water slides that operate only at times determined by the Hotel. The Procurer has no influence on the cleanliness of the pool - maintenance of the swimming pool is the sole responsibility of the Hotel. Pools are not operated during night. The number of sun umbrellas and sunbeds by the pool does not match the capacity of the Hotel.<br />\r\n 11.8. Water and electrical supply voltage: In most destinations, it is not recommended to use tap water for cooking and drinking. It is recommended to buy water for this purpose at local stores or Hotels. There may be a shortage of hot water in hotels and therefore occasionally only lukewarm water flows. In some countries there may be even repeated, short-term outages of electricity and water supply. Of course, this is also means loss of air conditioning. The Procurer can not be held responsible for these facts, and can not influence them. The electrical supply voltage and electrical outlets do not always comply with Slovak standards.<br />\r\n 11.9. Insects: Insects also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible in the room.<br />\r\n 11.10. Visas and passports: Where the host country requires it, the Procurer ensures visas only for holders of the Slovak Republic passports, based on submission of the documents requested by the relevant embassy Holders of travel documents of other countries are required to ensure the necessary travel documents and requirements on their own at the relevant embassy or consulate. Any costs and consequences arising from non-compliance with this provision are borne by the Customer. Most countries require a passport to be valid for another 6 months after the return date.<br />\r\n also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible <br />\r\n <br />\r\n <strong>12. FINAL PROVISIONS</strong><br />\r\n 12.1. These GTC are effective from January 1, 2018.<br />\r\n 12.2. Should any provision of the Contract and/or GTC has been or become invalid; the other provisions of this Contract and/or the GTC will not be affected. The Contracting Parties are obliged to immediately replace the invalid provision with the new one that corresponds with the purpose of this Contract and/or the GTC that the Parties have followed at the time of the conclusion of the Contract.<br />\r\n 12.3. By signing the Contract, the Customer confirms that before the concluding of the Contract he/she has been acquainted with its content and all its attachments and parts, and unconditionally agrees with its content.<br />\r\n 12.4. The rights and obligations of the Contractual parties not expressly regulated by the Contract or the GTC are governed by the relevant provisions of the Civil Code and other legislation valid in the territory of the Slovak Republic.<br />\r\n 12.5. By signing the Contract, the Customer confirms that he/she has been properly informed about the content of the GTCs, agrees with it and fully accepts the GTC. All data and instructions contained in the current offer of the Procurer (Catalog) and in the GTC correspond to the information known at the time of the GTC issue and the Procurer reserves the right to modify them until the conclusion of the Contract with the Customer. <br />\r\n 12.6. An integral part of the GTC is the "Important information" applicable to Services procured by the Procurer that is part of the current Procurer's offer (catalog)<br />\r\n <br />\r\n <strong>13. RESOLUTION OF DISPUTES</strong><br />\r\n 13.1. The Parties agree that any disputes concerning this Contract, arising out of this Contract, in connection with this Contract, and/or based on the Contract, including disputes concerning its validity, interpretation or termination, shall be settled preferentially by the agreement of the Contracting Parties.<br />\r\n 13.2. The Customer has the right to apply and resolve his/her rights and claims also in an out-of-court way, and, for this purpose, or submit a proposal for an alternative dispute resolution to the Alternative Dispute Resolution Body pursuant to Act No. 391/2015 Coll. on Alternative Resolution of Consumer Disputes and on amendment of certain Acts. The list of bodies providing Alternative Dispute Resolution services and detailed information on the conditions for ADR are published on the website of the Ministry of Economy of the Slovak Republic (www.mhsr.sk). The Customer may also exercise his/her rights and claims through the European Online Dispute Resolution Platform, available at http://ec.europa.eu/consumers/odr/.<br />\r\n 13.3. If the agreement according to the par. 13.1 is not possible, the dispute will be decided by the competent court of the Slovak Republic.</p>', '<h2>East Travel s.r.o.</h2>\r\n\r\n<p>We Provide Outsourced Software Development Services To Over 50 Clients From 21 Countries.</p>', '<p><strong>Address</strong></p>\r\n\r\n<p>DMC in Central Europe<br />\r\nSlovkia, Austra, Czech,<br />\r\nMlynské nivy 48 Bratislava </p>', '<p><strong>CONTACT INFO:</strong></p>\r\n\r\n<p><a href=\"tel://0099999999\">Phone: +</a><a href=\"http://+421 917 251 996\">421 917 251 996</a><br />\r\n<a href=\"tel://0099999999\">Mobile: 01 654874 965478</a><br />\r\n<a href=\"mailto:<EMAIL>\">Email: info@e</a><a href=\"http://<EMAIL>\">astravels.com</a></p>', '<p><strong>Website</strong></p>\r\n\r\n<p><a href=\"#\">Website: www.e</a><a href=\"http://www.eastravels.com\">astravels.com</a><br />\r\n<a href=\"#\">Facebook: www.facebook/my</a><br />\r\n<a href=\"#\">Blog: www.blog.mycompany.com</a></p>', '<p><strong>COOKIES POLICY</strong><br />\r\n <br />\r\n <strong>1. BASIC TERM DEFINITIONS</strong><br />\r\n 1.1. GTC shall mean these General Terms and Conditions.<br />\r\n 1.2. The Procurer shall mean the Travel Office, or the Travel Agency, - the trading company East Travel, s. r. o., with registered office at Mlynské Nivy 48/, 821 09 Bratislava.<br />\r\n 1.3. The Customer shall mean a natural person who has entered into a contract with the Procurer for the procurement of Services, integral part of which are these GTC.<br />\r\n 1.4. The Contracting Parties shall mean the Procurer and the Customer.<br />\r\n 1.5. "Contract" shall mean a contract for the procurement of Services, the integral part of which are these GTC.<br />\r\n 1.6. The law shall mean the Act No. 281/2001 Coll. on tours, business conditions for Travel Offices and Travel Agencies, as amended.<br />\r\n 1.7. Civil Code shall mean the Act No. 40/1964 Coll. Civil Code as amended.<br />\r\n 1.8. The "Services" shall mean a tour and/or the provision of supplementary services and/or other services agreed by the Contracting Parties within the scope of the Contract.<br />\r\n 1.9. The price of Services (Services price) shall mean the price agreed by the Contracting Parties for the procurement of Services within the meaning of the Contract.<br />\r\n <br />\r\n <strong>2. ESTABLISHMENT OF A CONTRACTUAL RELATIONSHIP</strong><br />\r\n 2.1. The conclusion of the Contract creates a contractual relationship between the Procurer and the Customer, on the basis of which the Procurer undertakes to procure Services for the Customer under the terms and conditions set forth in the Contract and the GTC, and the Customer undertakes to pay the price of the procurement of the Services agreed in the Contract and to fulfill other obligations established in the Contract and/or GTC.<br />\r\n 2.2. The conclusion of the Contract between the Procurer and the Customer or the Sales Representative of the Procurer and the Customer takes place by accepting the signed Contract and confirming it by the Procurer or the Sales Representative of the Procurer.<br />\r\n 2.3. The Contract signed by the Customer's Authorized Agent or his/her Legal Representative shall be also deemed as a duly completed and signed Contract. The Customer is also any natural person on behalf of whom the Contract has been concluded (a natural person who is listed in the Contract as a "participant" although he/she has not signed the Contract.) Pursuant to the Article 5 b) of the Law, the Customer confirms that by virtue of the Law or the Authorization he/she is entitled to conclude the Contract on behalf of the other person (in the Contract referred to as the "participant") and such person has expressed his/her consent to procure the Services. The consent may be expressed explicitly, or otherwise, preventing any doubt, for example, by using Services. The Customer undertakes to comply with the obligations towards the Procurer arising from the signed Contract and also undertakes to provide the "participants" of the Services with all the information, provided by the Procurer before signing the Contract, if they were not personally present at the signing of the Contract.<br />\r\n <br />\r\n <strong>3. PRICE OF THE SERVICES</strong><br />\r\n 3.1. The price of the Services is subject to a specific agreement between the Contracting Parties and its exact specification is set out in the Contract.<br />\r\n 3.2. The price of the Services includes VAT in accordance with the Article 65 par. 1 to 7 of the Act No. 222/2004 Coll. On Value Added Tax as amended.<br />\r\n 3.3. The price of the Services includes services detailed in the contents of the Contract. The price of the Services does not include, in particular, fees for minibars, telephone charges, room service charges, the Customer's insurance and other charges unless otherwise agreed in the Contract.<br />\r\n 3.4. Price guarantee of the Procurer:<br />\r\n 3.4.1. The Procurer has available mechanisms that dampen the impact of exchange rate fluctuations on the price of services, and is able to absorb up to a 5% increase in prices, comparing to the conditions as of January 1, 2018, from its own resources and on the basis of high deposit payments abroad, without changing the services prices. In case of fall of EUR exchange rate by more than 5% against foreign currencies, the Procurer will be forced to terminate the validity of services prices and to issue new services prices, calculated on the basis of new exchange rates. In this case, new services prices would apply to all those Customers who paid only a deposit. The Customers who, at the time of declaring a change in prices due to changes in exchange rates, have already paid the full price of the Services, we will guarantee the originally agreed price of the Services.<br />\r\n 3.4.2. In case of an increase in (i) transport costs, including fuel prices, or (ii) transport-related payments, such as airport and port charges, which are included in the Services price or represent a mandatory surcharge to Services price, or (iii) exchange rates of foreign currencies against the EUR referred to in point 3.4.1 used for calculation of the average Services costs, by more than 5% on average, the Procurer is entitled to increase the price of the Services. Any increase in the Services price will be provided by an amount corresponding to the value of the price increase. The Procurer is required to send a written notice about the increase in the Services price to the Customer not later than 21 days before providing Services.<br />\r\n 3.5. The parties agree that the Procurer shall ask the Final Provider of Services, agreed upon in the Agreement on booking of services, within two days from the date of receipt of the full payment of the Services price by the Customer.<br />\r\n 3.6. The parties agree that if the Procurer can not make the booking for any reason whatsoever, occurring independently of the will of the Procurer, between the date of signature of the Contract and the moment of booking confirmation by the Final Provider of Services, the Customer is not entitled to compensation under the Article 741g of the Civil Code and the Procurer is not liable for such damage.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>4. PAYMENT CONDITIONS</strong><br />\r\n 4.1. The Procurer has the right to demand payment for the ordered services under this Contract before they are provided to the Customer.<br />\r\n 4.2. The customer is required to make a deposit of 30% of the total price of the Services. This deposit is payable immediately upon signing the Contract, unless the Contracting Parties otherwise agreed.<br />\r\n 4.3. The Customer is obliged to pay to the Procurer the remaining part of the Services price no later than 30 days before providing Services.<br />\r\n 4.4. If the Customer fails to pay the remaining part of the Services price according to the point 4.3 within 30 days before a departure day, his/her right to use Services is canceled and is required to pay the relevant cancellation fee within the meaning of the Article 8 of the GTC<br />\r\n 4.5. When booking a Services (signing the Contract) less than 30 days before the departure date, the Customer is obliged to pay the full price of the Services immediately upon signature of the Contract.<br />\r\n 4.6. Fees related to the change of the Services at the request of the Customer and the compensation fee for withdrawal from the Contract according to these GTCs are payable immediately.<br />\r\n 4.7. The Customer is entitled to the provision of services only when paying the full price of the Services. The binding and agreed Services price is the price indicated in the Contract.<br />\r\n 4.8. If buying a Services - transportation with regular flights, a deposit of at least 50% of the total price of the Services is required. Total Services price must be paid within 30 days prior to a departure.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>5. OTHER RIGHTS AND OBLIGATIONS OF THE CONTRACTING PARTIES</strong><br />\r\n 5.1. The Customer is entitled to a timely provision of services within the meaning of the Contract, provided that the Services price has been properly paid in accordance with the Contract. If the Customer, without the fault of the Procurer, does not utilize agreed services, he/she is not entitled for their reimbursement.<br />\r\n 5.2. The Customer is entitled for provision of information and details regarding the Services.<br />\r\n 5.3. The Customer has the right to be informed about the changes of the Services, in the scope of services and the Services prices.<br />\r\n 5.4. The Customer is obliged to provide the Procurer with the assistance necessary for the proper provision and rendering of the services, to provide complete and correct data for the Contract and to provide the Procurer with the documents required for the procurement of the Services. If the Customer concludes the Contract for a national of another country, the Customer is obliged to immediately notify the Procurer or its agent about this fact in writing, before signing the Contract.<br />\r\n 5.5. The Customer is obliged to pay the Services Price in accordance with Articles 3 and 4 of the GTC and provide proof of payment.<br />\r\n 5.6. The Customer undertakes to accept from the Procurer documents necessary for the purpose of the Services (tickets, accommodation vouchers, travel instructions), properly checked and follow them.<br />\r\n 5.7. The Customer is required to arrive at a defined time at the specified departure point with all the documents required by the travel instructions and have all the documents required to enter the territory of the relevant countries of the stay and/or transit (valid travel documents, visa, health insurance certificate, etc., if required).<br />\r\n 5.8. The Customer is obliged to comply with immigration, customs, health and other regulations of the country to which he/she is traveling. Foreign nationals are required to obtain information about the visa requirements at the embassy of the country where they want to travel. The costs incurred as a result of failure to comply with this provision shall be borne by the Customer.<br />\r\n 5.9. The Customer is obliged to immediately notify the Procurer's representative in writing of any errors and deviations from the ordered services as soon as they have been discovered on site and to provide assistance for their rectification.<br />\r\n 5.10. The Customer is obliged to refrain from actions that could threaten, damage, or restrict other participants of the Services.<br />\r\n 5.11. The customer is liable to pay for any damage caused by him/her to the means of transport or accommodation and other facilities where he/she has used Services provided by the Procurer.<br />\r\n 5.12. The Customer is obliged to arrange for the persons where it is required by the legal regulations of their respective country the accompanying and supervision by their legal or authorized representatives during using the Services. This obligation also applies to the accompaniment and supervision of those participants whose medical condition requires it.<br />\r\n 5.13. If the scope or quality of the services provided is objectively lower than the originally agreed level, the Customer is entitled to remedy of the incorrectly provided service.<br />\r\n 5.14. The Customer is obliged to exercise his/her right for remedy of incorrectly provided service immediately, directly on-site at the service provider or the authorized representative of the Procurer so the corrective action can be provided immediately. The Customer is obliged to provide maximum co-operation in order to eliminate the deficiencies as effectively as possible and to prevent the occurrence of any damage or to reduce their scope.<br />\r\n 5.15. The Customer, in cooperation with the Travel Agent, must make a written record about the exercise of his/her right for remedy of incorrectly provided service. The Customer acknowledges that a written record is not a complaint in terms of the applicable legal regulations. The Customer will submit a written record when exercising the right for liability claim in the premises of the Procurer.<br />\r\n 5.16. If the Procurer does not ensure the proper and timely correction of the services in question or fails to fulfill its contractual and statutory obligations, the Customer must exercise his/her rights in writing with the Procurer without unnecessary delay, but no later than within 3 months after the end of providing the Services, or, if the Services has not taken place, from the date on which, in accordance with the Contract, the Services should have ended, otherwise the right to complain lapses. In order to recognize the claims for an incorrectly provided service, the Customer shall provide a written record made in accordance with the preceding point. In the case of justified claims, the Customer is entitled to a refund of the price difference between the ordered and actually provided services.<br />\r\n 5.17. For all claims filed in accordance with these General Terms and Conditions, the Procurer is obliged to respond in writing after the examination, within 30 days of receipt of the complaint.<br />\r\n 5.18. The Customer undertakes neither to use the Contract, its attachments, the GTC or any other documents related to the Contract, nor use it for its own benefit and/or to the detriment of the Procurer.<br />\r\n <br />\r\n <strong>6. CHANGES TO THE AGREED SERVICES AND CANCELLATION OF THE PARTICIPATION</strong><br />\r\n 6.1. The changes and deviations of the individual services provided by the Procurer from the agreed content of the Contract are only permitted where necessary.<br />\r\n 6.2. The Customer is aware of the fact that the Procurer can not influence the possible delay or cancellation of the flight by the airline operator and reminds on the possibility of their occurrence for technical and operational reasons, due to adverse weather conditions or due to the congestions in the air corridors. The Customer acknowledges that when planning connections, holidays, business dates, etc. he/she will also take into account the possibility of a significant delay.<br />\r\n 6.3. The Procurer is obliged to inform the Customer whether the minimum number of participant is required for the Services. The Customer acknowledges that if the minimum number of participants has not been reached 20 days prior to the departure at the latest, the Procurer is entitled to cancel this Services and the Customer has the right to request the Procurer to provide him/her another Services of the quality at least corresponding to the original Services. If the Procurer cancels the Services in less than 20 days before the date of its providing, the Customer is also entitled to a reasonable compensation.<br />\r\n 6.4. The Procurer is entitled to make operative changes to the Program - provided Services, if, for justifiable reasons, it is impossible to comply with the originally agreed program - provide Services. In such a case, the Procurer is obliged:<br />\r\n 6.4.1. to provide a substitute program and services within the original scope and quality or in similar conditions;<br />\r\n 6.4.2. to refund the Customer with the full cost of the services for which no substitute performance was provided, without unnecessary delay, no later than 5 business days after the complaint has been reclaimed;<br />\r\n 6.4.3. If the continuation of the Services can not be ensured otherwise than through services of a lower quality than those specified in the Contract, the Procurer shall refund the Customer with the difference between the prices of services offered and provided.<br />\r\n 6.5. If, due to change in hotel accommodation or other significant circumstances, the Customer should be accommodated in another hotel, the Customer shall be accommodated in a hotel of the same or higher class. The change in accommodation can be also for a part of the stay. When the Procurer provides as a substitute for the service the service of same extent (e.g. accommodation in another hotel of the same or higher class), further claims of the Customer against the Procurer, are excluded. Conditions where the substitute accommodation is of at least the same class, regardless of other circumstances (location, equipment, etc.) is considered as a compliance with the Contract.<br />\r\n 6.6. The Procurer reserves the right to change the material program and time schedule due to force majeure, due to the decision of the government authorities, or extraordinary circumstances, which the Procurer could not foresee or influence. During Services - sightseeing tours, we draw attention to certain restrictions on visits to historical, religious, holiday or celebrations at the place of stay.<br />\r\n 6.7. With Services procured by the Procurer, the first and last day is dedicated for the provision of transport and is not considered a full-service recreational stay. In the cases referred to in par. 5.2, e.g. with late night flight, the arrival at the destination or returning from it may be shifted until the morning of the following day, depending on the flight duration. In this sense, it is not possible to claim a possible "shortening of the stay". One night is counted to the total number of nights of stay in case of late night departures, even if the Customer is accommodated until 12:00 of the following day.<br />\r\n 6.8. If the Customer fails to appear or misses the departure, the Procurer is entitled to reimbursement of the full cost of the Services.<br />\r\n 6.9. If the Procurer is forced to change a fundamental condition of the Contract before the Services starts, it will propose to the Customer a change to the Contract. If the proposed change to the Contract leads also to the change in the price of a Services, the new price must be included in the proposal. The Customer has the right to decide whether to accept the change or to withdraw from the Contract without paying cancellation fees. The Customer must notify the Procurer about his/her decision in writing within a period specified by the Procurer in the proposed change, otherwise it is considered that the Customer agree with the proposed change to the fundamental condition of the Contract. The Customer acknowledges that additional local fees (tourist fee, local fee, arrival and departure tax, etc.) may be charged at the place of providing Services.<br />\r\n 6.10. If, after the beginning of the Services, the Procurer does not provide properly and in a timely manner the service or a substantial part of it to the Customer, or finds that it will not be able to provide such service, even if it is committed to provision of it by the Contract, the Procurer is obliged to inform the Customer immediately at the place of Customer's stay through its Authorized Representative, and to take immediate measures to ensure that the Services may continue.<br />\r\n 6.11. If the Services - transport is made by means of transport other than means indicated in the Contract, the Procurer is obliged:<br />\r\n 6.11.1. to refund the price difference, if the transport is made at a lower cost,<br />\r\n 6.11.2. to pay the price difference out of own funds, if the transport is carried out at higher costs.<br />\r\n 6.12. The Procurer may be relieved of liability for damage caused by withdrawal from the Contract or breach of obligations, if it proves that neither the Procurer, nor its service suppliers have caused such damage and the damage was caused by:<br />\r\n 6.12.1. the Customer,<br />\r\n 6.12.2. a third person not associated with the provision of a Services,<br />\r\n 6.12.3. an event that could not have been avoided even if all efforts were made or due to unusual and unforeseeable circumstances.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>7. WITHDRAWAL FROM THE CONTRACT</strong><br />\r\n 7.1. The Customer has the right to withdraw from the Contract and is eligible for a refund of the already paid Services price or deposit without any contractual penalty or compensation in case of:<br />\r\n 7.1.1. in case of cancellation of a Services agreed under the Contract,<br />\r\n 7.1.2. under the terms of Article 741e par. 2 of the Civil Code.<br />\r\n 7.2. The Customer shall draw up the Notice of Withdrawal from the Contract in the premises of the Procurer, where the Customer purchased the services in question, or shall send such Notice to the place of purchase by registered mail or by any other provable means. The withdrawal from the Contract shall take effect on the day on which the Notice has been written, or on the date of delivery of a written Notice to the point of sale, where Customer purchased services. For the purposes of the benefit payment arising from the insurance of costs related to the cancellation of the Services, the Customer is obliged to send the Withdrawal Notice in writing, even if the Customer does not show up at the airport, not later than on the scheduled date of the departure.<br />\r\n 7.3. The Customer is entitled to withdraw from the Contract without giving any reason, subject to the payment of the compensation for withdrawal, the amount of which the Contracting Parties have agreed in terms of the Article 497 of the Civil Code and specified in the Contract.<br />\r\n 7.4. The Procurer has the right to deduct the compensation for withdrawal payment from the deposit or the paid Services price and refund the Customer with the balance of the paid Services price.<br />\r\n 7.5. The Procurer may withdraw from the Contract prior to the Customer's using of theServices or during the course of the using the Services in the following cases:<br />\r\n 7.5.1. if the minimum number of participants has not been reached where the minimum number of participants is required (par. 6.3 of the GTC),<br />\r\n 7.5.2. in case of a breach of the Customer's obligation under par. 4.2, 4.3, 5.5 and 5.6 of these GTC,<br />\r\n 7.5.3. force majeure, i.e. conditions which the Procurer could not have influenced in any way, even if all efforts were made, in particular for reasons of natural disasters, adverse political situations or terrorist attacks in the area of providing Services</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>8. AGREEMENTS OF THE PARTIES ON THE AMOUNT OF CANCELLATION FEES RELATING TO THE SERVICES</strong><br />\r\n 8.1. The parties have agreed upon the following amount of cancellation fees which the Customer is obliged to pay to the Procurer in case of cancellation of the Services for reasons on the Customer’s side:<br />\r\n 8.1.1. Airline ticket cancellation fee: 100% of the price of the ticket;<br />\r\n 8.1.2. Accommodation cancellation fee: 100% of the accommodation purchase price;<br />\r\n 8.1.3. Visas arrangement cancellation fee: 100% of the visa purchase price;<br />\r\n 8.1.4. Booked parking cancellation fee: 100% of the booked parking purchase price;<br />\r\n 8.1.5. Ordered airplane seating cancellation fee: 100 of the ordered airplane seating purchase price;<br />\r\n 8.1.6. Ordered car rental cancellation fee: 100% of the ordered car rental purchase price.<br />\r\n <br />\r\n <strong>9. CHANGES IN THE BOOKING REQUIRED BY THE CUSTOMER</strong><br />\r\n 9.1. Not later than on the day of full payment of the Services price the Customer may notify in writing the Procurer, that other person will take part in using Services under the Contract. Within the same period, the Customer is obliged to provide the consent of such person with using Services according to the Contract, and the declaration that he/she is acceding to the Customer's obligations under the Contract and also that he/she fulfills all agreed terms and conditions on using the Services.<br />\r\n 9.2. After the deadline referred to in the par. 9.1 it is not possible to make any changes to the Participants .<br />\r\n 9.3. The Customer's requests for change of the Services terms shall be subject to cancellation fees agreed within the meaning of par. 8.1, to the extent of the changes requested by the Customer.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>10. INSURANCE</strong><br />\r\n 10.1. If the Act considers Services as a tour, The Procurer is obliged to have, in accordance with provisions of the Law, within the scope of provision of travel agency services, during the whole business period, concluded the Travel insurance contract for cases of its insolvency or bankruptcy. The Procurer as a Policyholder has concluded a Travel Insurance Contract with the Insurer for cases of its insolvency or bankruptcy, as specified in a separate annex to this Contract. Based on the Contract, the Customer, as the insured person, is entitled to indemnification in cases where the Procurer, due to its bankruptcy:<br />\r\n 10.1.1. has not provided the Customer with a transport from the place of stay in abroad to the place of the scheduled end of the Services agreed under the Contract, if such transport is part of Services arranged under the Contract,<br />\r\n 10.1.2. has not refunded the Customer the advance payment already paid or the price of Services agreed under the Contract in cases where the Services agreed under the Contract had not taken place,<br />\r\n 10.1.3. has not refunded the Customer the difference between the paid price of the Services agreed under the Contract and the price of the partly provided Services agreed under the Contract, if the Services agreed under the Contract has been provided only in part.<br />\r\n 10.2. Together with the Contract, the Procurer shall provide the Customer a document containing the information on the concluded Insurance contract for the Services agreed in accordance with the Contract, if the Act considers Services as a tour.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>11. PROCURER'S NOTICE REGARDING THE PROCURED SERVICES</strong><br />\r\n 11.1. Customer service and services: The level and speed of services provided by the staff in accommodation facilities corresponds to local habits and the mentality of the population. Therefore, sometimes it is necessary to count with less experience and some leniency, but on the other hand often with very friendly and nice approach. Please note that the offer of activities and services provided by the Hotel free of charge or for a fee is valid at the time of the issue of the Procurer's offer, and may change during the season at the Hotel's discretion.<br />\r\n 11.2. Hygiene: Hygienic habits are much more lax in the destination countries, different from domestic ones. The same applies to environmental regulations.<br />\r\n 11.3. Accommodation: The accommodation services provided by the Procurer correspond to the description in the Procurer's offer. The period before and after the main season brings, in addition to favorable prices, the fact that some facilities (bars, discos, etc.) are not in operation. On rare occasions, the accommodation facility may confirm orders beyond the real capacity. In such case, the Customer will be accommodated in accommodation facility of the same or higher class. The categorization of accommodation facilities falls within the authority of the relevant resorts in the destination countries, which award the star rating for the accommodation category based on the standards and criteria applicable in the relevant country. These standards and criteria may not match the standards in the country of origin of the Customer. Procurer's own rating is always listed at the description of the accommodation facility. Differences in the categorization of accommodation facilities are also among the different destinations. Even in comfortable Hotels, rooms are usually simply furnished. The furnishings, size and location of rooms (even of the same class) are not always the same. In most accommodation facilities bathrooms are not furnished with hygienic supplies. In principle the allocation of rooms is always made by the Hotel, the Procurer has no influence on this. Single rooms are always with surcharge, they are usually very small and often without a balcony. In accommodation facilities, as a triple room is considered a double room with an extra bed. The extra bed can be a sofa, a sofa bed, a bunk bed or a lounge chair. According to international customs it is necessary to leave the rooms on the day of departure until 12.00. (in some cases even until 10.00), the possibility of moving in on the arrival day is after 14.00. Early arrival or late departure does not justify further use of rooms. In the case of additional listed offers, it is guaranteed only the class of accommodation, which may not always be the accommodation in the catalog. The Customer will learn the Hotel name after arriving at the destination. In the case of Services - experience-based tours and combined tours, the provided accommodation is in the ordered class, subject to availability on site. Dynamically evolving tourism is also accompanied by construction activities, to which the Procurer has no influence. The construction activities are not limited only to off-season months, construction sites are created quickly and practically from day to day, or the construction activities are restored after a longer break. In such cases, it is not possible to obtain the most up-to-date information about the construction activities when signing the contract. You can not find a complete calm in tourist resorts. Holiday may also include evening entertainment and bars, restaurants and nightclubs that can make noise. Also the building style permits sound permeability between rooms.<br />\r\n 11.4. Air conditioning: You can find the air conditioning in such a Hotel, where it is directly listed in the Hotel description in the catalog. In many cases, the air conditioning is centrally controlled and its on/off on time and duration is entirely in the discretion of the Hotel.<br />\r\n 11.5. Food & Beverages: Mostly international food, enriched with local ingredients, is cooked in hotels. The mode of serving meals is listed in the description of each hotel. The continental breakfasts consist mostly of pastries, butter and jam or cheese, coffee or tea. Sausages, eggs are rare. Breakfast served in buffet style or Swedish table means free eating from the offer corresponding to the class of the hotel and local customs. Mostly they contain coffee, tea, juice, pastries, various sweet pies, jam, cheese, sausages, again according to the class of the hotel. Dinner is either a menu with service, a choice of several menus and salads in the form of buffet, or free eating in the form of buffet (a simpler Swedish table) or Swedish tables. The offer again corresponds to the class of the Hotel, and even in three-star Hotels you can expect in some cases only one hot main meal. Drinks are never included in the price (unless otherwise stated - e.g. in "all inclusive" hotels). The accommodation with self-catering includes kitchenette or eating nook, most of them with a cook-range and a fridge. The available kitchen utensils are intended for casual cooking and consist of basic kitchenware. In most hotels is prohibited bringing in own meals and beverages. The "all inclusive" serving of meals means full provision of meals and time-limited consumption of taped non-alcoholic and (predominantly) local alcoholic beverages according to the internal directives of each Hotel. Information on "all inclusive" mode of serving - i.e. content and scope, as well as a timetable, shall be provide to the Customers upon their arrival at the Hotel. The Minibar is not included in Services price – The minibar can be filled upon request and consumption is subject to direct on site payment. For accommodation services, there is indicated a number of nights for which you are entitled to a meal, where some meal may be replaced by a package or later simple dinner. Serving of meals starts and ends with accommodation services, so you can get the first meal after 14:00 and the last meal at 12:00 at the latest. Please note the possibility of a missed meal due to late arrival or early departure. Missed meals can not be compensated. Please also note that guests staying in one room must always use the same system of boarding.<br />\r\n 11.6. Beaches: Most beaches are also accessible to the local population, which is often a little louder than we are used to. Sunbeds and sunshade can be rented for a fee (unless the description of the Hotel stated otherwise). Their number does not match the hotel's occupancy capacity, it is always lower, and therefore this service is not directly claimable. Especially for large-capacity hotels, the number of sun umbrellas and sunbeds may be significantly reduced in relation to the number of beds. Beach service may change during the season – the catalog contains information known at the time of catalog printing. The Procurer has no influence on the cleanliness of the sea and beaches - beach maintenance is the sole responsibility of the Hotel. The Procurer is also not responsible for possible pollution of the beach due to climatic conditions or other unforeseen reasons. The distance from the sea is always measured from the closest point to the beach and is only indicative.<br />\r\n 11.7. Pools: If a heated pool is part of the hotel facilities, it should be taken into account that the pool is not always heated, and that it depends in particular on the hotel's decision. Not all hotels have swimming pools with filtering devices, so pools at higher temperatures must be drained and cleaned. Therefore, it is necessary to expect that the pool may be out of service for some time, as well as water slides that operate only at times determined by the Hotel. The Procurer has no influence on the cleanliness of the pool - maintenance of the swimming pool is the sole responsibility of the Hotel. Pools are not operated during night. The number of sun umbrellas and sunbeds by the pool does not match the capacity of the Hotel.<br />\r\n 11.8. Water and electrical supply voltage: In most destinations, it is not recommended to use tap water for cooking and drinking. It is recommended to buy water for this purpose at local stores or Hotels. There may be a shortage of hot water in hotels and therefore occasionally only lukewarm water flows. In some countries there may be even repeated, short-term outages of electricity and water supply. Of course, this is also means loss of air conditioning. The Procurer can not be held responsible for these facts, and can not influence them. The electrical supply voltage and electrical outlets do not always comply with Slovak standards.<br />\r\n 11.9. Insects: Insects also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible in the room.<br />\r\n 11.10. Visas and passports: Where the host country requires it, the Procurer ensures visas only for holders of the Slovak Republic passports, based on submission of the documents requested by the relevant embassy Holders of travel documents of other countries are required to ensure the necessary travel documents and requirements on their own at the relevant embassy or consulate. Any costs and consequences arising from non-compliance with this provision are borne by the Customer. Most countries require a passport to be valid for another 6 months after the return date.<br />\r\n also belong to the reality of the seaside countries. In spite of the intense effort of hoteliers and local authorities, insects may appear at certain times even in the premises of accommodation facilities. We do not recommend leaving the food freely accessible<br />\r\n <br />\r\n <strong>12. FINAL PROVISIONS</strong><br />\r\n 12.1. These GTC are effective from January 1, 2018.<br />\r\n 12.2. Should any provision of the Contract and/or GTC has been or become invalid; the other provisions of this Contract and/or the GTC will not be affected. The Contracting Parties are obliged to immediately replace the invalid provision with the new one that corresponds with the purpose of this Contract and/or the GTC that the Parties have followed at the time of the conclusion of the Contract.<br />\r\n 12.3. By signing the Contract, the Customer confirms that before the concluding of the Contract he/she has been acquainted with its content and all its attachments and parts, and unconditionally agrees with its content.<br />\r\n 12.4. The rights and obligations of the Contractual parties not expressly regulated by the Contract or the GTC are governed by the relevant provisions of the Civil Code and other legislation valid in the territory of the Slovak Republic.<br />\r\n 12.5. By signing the Contract, the Customer confirms that he/she has been properly informed about the content of the GTCs, agrees with it and fully accepts the GTC. All data and instructions contained in the current offer of the Procurer (Catalog) and in the GTC correspond to the information known at the time of the GTC issue and the Procurer reserves the right to modify them until the conclusion of the Contract with the Customer.<br />\r\n 12.6. An integral part of the GTC is the "Important information" applicable to Services procured by the Procurer that is part of the current Procurer's offer (catalog)<br />\r\n <br />\r\n <strong>13. RESOLUTION OF DISPUTES</strong><br />\r\n 13.1. The Parties agree that any disputes concerning this Contract, arising out of this Contract, in connection with this Contract, and/or based on the Contract, including disputes concerning its validity, interpretation or termination, shall be settled preferentially by the agreement of the Contracting Parties.<br />\r\n 13.2. The Customer has the right to apply and resolve his/her rights and claims also in an out-of-court way, and, for this purpose, or submit a proposal for an alternative dispute resolution to the Alternative Dispute Resolution Body pursuant to Act No. 391/2015 Coll. on Alternative Resolution of Consumer Disputes and on amendment of certain Acts. The list of bodies providing Alternative Dispute Resolution services and detailed information on the conditions for ADR are published on the website of the Ministry of Economy of the Slovak Republic (www.mhsr.sk). The Customer may also exercise his/her rights and claims through the European Online Dispute Resolution Platform, available at http://ec.europa.eu/consumers/odr/.<br />\r\n 13.3. If the agreement according to the par. 13.1 is not possible, the dispute will be decided by the competent court of the Slovak Republic.</p>', '<p><strong>PAYMENT POLICY</strong><br />\r\n<br />\r\n<strong>All The Ways. We Can Accept Payments In 2020</strong><br />\r\n<br />\r\n<strong>- Bank Transfer </strong><br />\r\nWhat are BEN, SHA, OUR payment instructions?<br />\r\nWhen you make an international wire transfer. you can choose who pays the transfer charges.<br />\r\n<strong>BEN</strong>, <strong>SHA</strong>, <strong>OUR</strong> are codes in a SWIFT instruction.<br />\r\nThe <strong>OUR</strong> instruction means you pay all transfer charges. We receive all your payment.<br />\r\n<strong>SHA</strong> (shared) means you only pay your bank's outgoing transfer charge. We receive your payment minus the bank charges.<br />\r\n<strong>BEN</strong> (beneficiary) means you do not pay any charge. We receive your payment minus all transfer charges.<br />\r\n<br />\r\n<strong>We require all international transfers to us to be made with the OUR instruction. The only exception is EU-payments in EUR which can be made with SHA instruction.</strong></p>\r\n\r\n<p>Please follow the Payment Options on your Order.</p>\r\n\r\n<p>Use local payment methods if we offer them in your country.<br />\r\n<br />\r\n<strong>- PayPal </strong><br />\r\n<br />\r\n </p>', '<p><strong>legal information</strong><br />\r\nTrade Name: East Travel s.r.o.<br />\r\nHeadquarters: Business Center Bratislava Mlynské nivy 48 82109 Bratislava -Sk<br />\r\nRegistration number: 48279994<br />\r\nTax ID: SK2120152375<br />\r\nSACKA License Number: 700<br />\r\nInsured: Union insurance<br />\r\nMember: ETOA, SACKA, JCI, SOPK</p>\r\n\r\n<p><br />\r\n<br />\r\n<strong>About us </strong></p>\r\n\r\n<p>East Travel is an establishment of travel related companies which started their activities from 2006. Starting off with Eastern World, our experience in providing high standard services has been continuously growing, having served thousands of tourists from different countries of Europe and all over the world. Nowadays, East Travel is a Destination Management Company specialising in travel services throughout Central and Eastern Europe. Together with our dynamic team, we are continually working on improving and developing our tours to find new attractive tourist destinations and satisfy our customers’ needs.<br />\r\n </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Our Mission</strong></p>\r\n\r\n<p>Treat tourists from around the world by showing them the most of Central and Eastern Europe and meet all the needs of our clients' thanks to our excellent customer service. We want to maintain competitive prices for our clients and let the customer enjoy delightful travel opportunities<br />\r\n<br />\r\n<strong>Our Vision</strong></p>\r\n\r\n<p>Increasing our independent systems. We are working to expand our network of travel agencies. As a result, there will be more options for customers who seek to increase their sales and profit. We also plan to acquire new travel agencies in other countries. This will make sure we expand our strategy to have a commanding presence in the world market.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Our Philosophy</strong></p>\r\n\r\n<p>Your vacations should be a time to forget your complex and busy lives so that you can successfully rejuvenate yourself. We are here to help you with choosing the right destination for your trip. Our experienced staff present suggestions and arrangements to make the trip uniquely yours. We will find the perfect destination for you.<br />\r\n<br />\r\n<br />\r\n </p>');
-- --------------------------------------------------------
--
-- Table structure for table `events`
--
CREATE TABLE `events` (
`id` int(11) NOT NULL,
`name` text NOT NULL,
`date` date NOT NULL,
`time` text NOT NULL,
`banner` text,
`description` text NOT NULL,
`code` text,
`added_by` int(11) NOT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`price` text,
`place` text,
`city` text,
`country` text,
`abouttour` text,
`daydetail` text,
`img_1` text,
`img_2` text,
`img_3` text,
`img_4` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `events`
--
INSERT INTO `events` (`id`, `name`, `date`, `time`, `banner`, `description`, `code`, `added_by`, `updated_at`, `created_at`, `price`, `place`, `city`, `country`, `abouttour`, `daydetail`, `img_1`, `img_2`, `img_3`, `img_4`) VALUES
(13, 'Event Ifel Tower', '2019-12-10', '16:50', '1570966475.jpg', 'The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France. It is named after the engineer <NAME>, whose company designed and built the tower.', NULL, -1, '2019-10-13 06:34:35', '2019-10-13 06:34:35', '3000', NULL, 'Paris', 'France', NULL, NULL, '1842816725.jpg', '482743266.jpg', '339918796.jpg', '561386960.jpg'),
(14, 'Event Ifel Tower', '2019-12-10', '16:50', '1570966475.jpg', 'The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France. It is named after the engineer <NAME>, whose company designed and built the tower.', NULL, -1, '2019-10-13 06:34:35', '2019-10-13 06:34:35', '3000', NULL, 'Paris', 'France', NULL, NULL, '1842816725.jpg', '482743266.jpg', '339918796.jpg', '561386960.jpg'),
(15, 'Event Ifel Tower', '2019-12-10', '16:50', '1570966480.jpg', 'The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France. It is named after the engineer <NAME>, whose company designed and built the tower.', NULL, -1, '2019-10-13 06:34:40', '2019-10-13 06:34:40', '3000', NULL, 'Paris', 'France', NULL, NULL, '1712343644.jpg', '1085165251.jpg', '509477550.jpg', '222971025.jpg'),
(16, 'Event Ifel Tower', '2019-12-10', '16:50', '1570966480.jpg', 'The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France. It is named after the engineer <NAME>, whose company designed and built the tower.', NULL, -1, '2019-10-13 06:34:40', '2019-10-13 06:34:40', '3000', NULL, 'Paris', 'France', NULL, NULL, '1712343644.jpg', '1085165251.jpg', '509477550.jpg', '222971025.jpg'),
(17, 'adsifapodsj', '5555-05-05', '17:55', '1570988459.jpg', 'oprjeogjopajpodasjfpquw0ru409r u0-qwr uf90ewqidfm90ajsdfpo hqiudfsjoisdf u-9qwefh89jfouih fdpoohqds98fjasdp9fh 90psjfidjsafj hasidfkln asd;oifj asdofh jasdkf o8iqefsaj iusyeau90r fqwrw97pe8ru fasdgf8oi jasduifbsda;nfbhnxkaehrfpofkasdioffjfkp[dshfudaskf0237r09fmnfuyr3jksaoifkfkaurihcefwqbk', 'd[pkf[padskfopadsjfpo jasdpofj popadjfip iasdpojf oiaosdjfpo ajsdifapodsfhpasdjfoi', -1, '2019-10-13 12:40:59', '2019-10-13 12:40:59', '4845', NULL, 'apsdkfpopakdfp', 'kapjkadspok', NULL, NULL, '2146919733.jpg', '1286879519.jpg', '1707966842.jpg', '963906078.jpg'),
(18, 'adsifapodsj', '5555-05-05', '17:55', '1570988459.jpg', 'oprjeogjopajpodasjfpquw0ru409r u0-qwr uf90ewqidfm90ajsdfpo hqiudfsjoisdf u-9qwefh89jfouih fdpoohqds98fjasdp9fh 90psjfidjsafj hasidfkln asd;oifj asdofh jasdkf o8iqefsaj iusyeau90r fqwrw97pe8ru fasdgf8oi jasduifbsda;nfbhnxkaehrfpofkasdioffjfkp[dshfudaskf0237r09fmnfuyr3jksaoifkfkaurihcefwqbk', 'd[pkf[padskfopadsjfpo jasdpofj popadjfip iasdpojf oiaosdjfpo ajsdifapodsfhpasdjfoi', -1, '2019-10-13 12:40:59', '2019-10-13 12:40:59', '4845', NULL, 'apsdkfpopakdfp', 'kapjkadspok', NULL, NULL, '2146919733.jpg', '1286879519.jpg', '1707966842.jpg', '963906078.jpg'),
(19, 'testing again', '2019-10-28', '05:55', '1571473781.jpg', 'jjas0d9dajfj90 9jsjda09fu09asduf8usd8fh7hdhsf4qurfeysadf ujdsiafhajsnfjsdfhy894yr8ufs8dafu 09asuf uf09 u u90s u09', NULL, -1, '2019-10-19 08:29:41', '2019-10-19 08:29:41', '400', NULL, 'testing', 'testing', 'jfjjadsjjf 90asjf9ads0f9i0-ad-ff 0-as-fi0-asdif-0iads-fi 9asfi9', NULL, '1735081638.jpg', '67191784.jpg', '2040021473.jpg', NULL),
(20, 'testing again', '2019-10-28', '05:55', '1571473781.jpg', 'jjas0d9dajfj90 9jsjda09fu09asduf8usd8fh7hdhsf4qurfeysadf ujdsiafhajsnfjsdfhy894yr8ufs8dafu 09asuf uf09 u u90s u09', NULL, -1, '2019-10-19 08:29:41', '2019-10-19 08:29:41', '400', NULL, 'testing', 'testing', 'jfjjadsjjf 90asjf9ads0f9i0-ad-ff 0-as-fi0-asdif-0iads-fi 9asfi9', NULL, '1735081638.jpg', '67191784.jpg', '2040021473.jpg', NULL),
(21, 'Hacking', '2019-11-21', '13:34', '1574972427.jpg', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '45435', -1, '2019-11-28 20:20:27', '2019-11-28 20:20:27', '975', NULL, 'Islamabad', 'Pakistan', '<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', '<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', '1516213523.jpg', '343882721.jpg', '1349728820.jpg', NULL),
(22, 'Summer Festival', '2019-11-23', '01:00', '1575010557.jpg', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '34234', -1, '2019-11-29 06:55:57', '2019-11-29 06:55:57', '433', NULL, 'London', 'UAE', '<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', '<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', '1660422841.jpg', '2087325291.jpg', '871527888.jpg', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `event__categories`
--
CREATE TABLE `event__categories` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` longtext COLLATE utf8mb4_unicode_ci,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`for` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `event__categories`
--
INSERT INTO `event__categories` (`id`, `name`, `description`, `image`, `for`, `created_at`, `updated_at`) VALUES
(7, 'Outside Tours', 'https://image.flaticon.com/icons/png/512/3000/3000640.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Category/15959951888361_.jpg', NULL, '2020-07-26 09:15:50', '2020-07-29 09:59:48'),
(6, 'Mountain Treking', 'https://image.flaticon.com/icons/svg/3050/3050455.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Category/15959952381986_.jpg', NULL, '2020-07-26 09:15:30', '2020-07-29 10:00:38'),
(8, 'Cruiser', 'https://image.flaticon.com/icons/svg/1048/1048354.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Category/15959952905835_.jpg', NULL, '2020-07-26 09:48:46', '2020-07-29 10:01:30'),
(9, 'Activity', 'https://image.flaticon.com/icons/svg/854/854894.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Category/15959953582877_.jpg', NULL, '2020-07-26 09:49:07', '2020-07-29 10:02:38'),
(10, 'Forest Ride', 'https://image.flaticon.com/icons/svg/3175/3175232.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Category/15959954009666_.jpg', NULL, '2020-07-26 21:39:21', '2020-07-29 10:03:20');
-- --------------------------------------------------------
--
-- Table structure for table `event__cities`
--
CREATE TABLE `event__cities` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` longtext COLLATE utf8mb4_unicode_ci,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`for` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `event__cities`
--
INSERT INTO `event__cities` (`id`, `name`, `description`, `image`, `for`, `created_at`, `updated_at`) VALUES
(13, 'Berlin', 'https://image.flaticon.com/icons/svg/2728/2728338.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959961816297_.jpg', NULL, '2020-07-26 09:50:17', '2020-07-29 10:16:21'),
(14, 'Lahore', 'https://image.flaticon.com/icons/svg/1/1022.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959962148371_.jpg', NULL, '2020-07-26 10:14:17', '2020-07-29 10:16:54'),
(15, 'Budapest', 'https://www.flaticon.com/premium-icon/icons/svg/2414/2414625.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959962481547_.jpg', NULL, '2020-07-27 01:10:33', '2020-07-29 10:17:28'),
(16, 'Berlin', 'Berlin', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15957906587968_.jpg', NULL, '2020-07-27 01:10:58', '2020-07-27 01:10:58'),
(10, 'Islamabad', 'https://image.flaticon.com/icons/svg/495/495686.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959961075101_.jpg', NULL, '2020-07-26 09:17:28', '2020-07-29 10:15:07'),
(11, 'Delhi', 'https://image.flaticon.com/icons/svg/2322/2322367.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959962931065_.jpg', NULL, '2020-07-26 09:18:09', '2020-07-29 10:18:13'),
(12, 'Paris', 'https://image.flaticon.com/icons/svg/3127/3127434.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_City/15959963354576_.jpg', NULL, '2020-07-26 09:50:00', '2020-07-29 10:18:55'),
(17, 'Vienna', 'www.flaticon.com%2Ffreeicon%2Fststephenscathedral_804389&psig=AOvVaw39Fu68TJtT9iMyuZ8NTwNt&ust=1605189649855000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCNjm88nT-uwCFQAAAAAdAAAAABAD', 'http://eastravels.com/neweasttravel/public/storage/Event_City/16051033257741_.svg', NULL, '2020-11-11 20:35:56', '2020-11-11 21:02:05');
-- --------------------------------------------------------
--
-- Table structure for table `event__countries`
--
CREATE TABLE `event__countries` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` longtext COLLATE utf8mb4_unicode_ci,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`for` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `event__countries`
--
INSERT INTO `event__countries` (`id`, `name`, `description`, `image`, `for`, `created_at`, `updated_at`) VALUES
(8, 'France', 'https://image.flaticon.com/icons/svg/555/555602.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959955115523_.jpg', NULL, '2020-07-26 09:50:42', '2020-07-29 10:05:11'),
(7, 'India', 'https://image.flaticon.com/icons/svg/555/555462.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959955908433_.jpg', NULL, '2020-07-26 09:17:52', '2020-07-29 10:06:30'),
(6, 'Pakistan', 'https://image.flaticon.com/icons/svg/630/630699.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959956487321_.jpg', NULL, '2020-07-26 09:16:59', '2020-07-29 10:07:28'),
(9, 'Germany', 'https://image.flaticon.com/icons/svg/555/555613.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959956867665_.jpg', NULL, '2020-07-26 09:51:00', '2020-07-29 10:08:06'),
(10, 'Austria', 'https://image.flaticon.com/icons/svg/555/555490.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959957342311_.jpg', NULL, '2020-07-27 00:31:24', '2020-07-29 10:08:54'),
(11, 'United States', 'https://image.flaticon.com/icons/svg/555/555526.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15959957676037_.jpg', NULL, '2020-07-27 00:33:41', '2020-07-29 10:09:27'),
(12, 'Australia', 'https://image.flaticon.com/icons/svg/940/940158.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Country/15960022574407_.jpg', NULL, '2020-07-29 11:57:37', '2020-07-29 11:57:37'),
(13, 'Spain', 'Spain', 'http://eastravels.com/neweasttravel/public/storage/Event_Country/16028914571315_.png', NULL, '2020-10-17 05:37:38', '2020-10-17 05:37:38');
-- --------------------------------------------------------
--
-- Table structure for table `event__icons`
--
CREATE TABLE `event__icons` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` longtext COLLATE utf8mb4_unicode_ci,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`for` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `event__icons`
--
INSERT INTO `event__icons` (`id`, `name`, `description`, `image`, `for`, `created_at`, `updated_at`) VALUES
(4, 'Breakfast', 'https://image.flaticon.com/icons/svg/741/741412.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957771227926_.jpg', NULL, '2020-07-26 09:16:38', '2020-07-26 21:25:22'),
(3, 'Icon1', 'https://image.flaticon.com/icons/svg/741/741407.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957333773903_.jpg', NULL, '2020-07-26 09:16:17', '2020-07-26 09:16:17'),
(6, 'Sightseeings', 'https://image.flaticon.com/icons/svg/741/741407.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957446482318_.jpg', NULL, '2020-07-26 11:47:39', '2020-07-26 12:24:08'),
(7, 'Breakfast', 'https://image.flaticon.com/icons/png/512/84/84072.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957425095167_.jpg', NULL, '2020-07-26 11:48:29', '2020-07-26 11:48:29'),
(8, 'Hotel', 'https://image.flaticon.com/icons/png/512/84/84072.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957425463340_.jpg', NULL, '2020-07-26 11:49:06', '2020-07-26 11:49:06'),
(9, 'Transfer', 'https://image.flaticon.com/icons/png/512/84/84072.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957425723418_.jpg', NULL, '2020-07-26 11:49:32', '2020-07-26 11:49:32'),
(10, 'Days', 'https://image.flaticon.com/icons/png/512/84/84072.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957425967320_.jpg', NULL, '2020-07-26 11:49:56', '2020-07-26 11:49:56'),
(11, 'Multi City', 'http://simpleicon.com/wp-content/uploads/car.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957426183561_.jpg', NULL, '2020-07-26 11:50:18', '2020-07-26 11:50:18'),
(12, 'Transfer', 'http://simpleicon.com/wp-content/uploads/car.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957426435629_.jpg', NULL, '2020-07-26 11:50:43', '2020-07-26 11:50:43'),
(13, 'Cruise', 'https://www.pngrepo.com/png/193576/170/cruiser-war.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957426642646_.jpg', NULL, '2020-07-26 11:51:04', '2020-07-26 11:51:04'),
(14, 'Flight', 'http://cdn.onlinewebfonts.com/svg/img_528940.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957426844003_.jpg', NULL, '2020-07-26 11:51:24', '2020-07-26 11:51:24'),
(15, 'Activity', 'https://cdn1.iconfinder.com/data/icons/recreational-activities-1/64/16-512.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15957427053549_.jpg', NULL, '2020-07-26 11:51:45', '2020-07-26 11:51:45'),
(16, 'Australia', 'https://image.flaticon.com/icons/svg/940/940158.svg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Icons/15960022873321_.jpg', NULL, '2020-07-29 11:58:07', '2020-07-29 11:58:07');
-- --------------------------------------------------------
--
-- Table structure for table `files`
--
CREATE TABLE `files` (
`id` bigint(20) UNSIGNED NOT NULL,
`fkey` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`src` mediumtext COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `gallery_photos`
--
CREATE TABLE `gallery_photos` (
`id` int(11) NOT NULL,
`title` text,
`desc` text,
`url` text,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `gallery_photos`
--
INSERT INTO `gallery_photos` (`id`, `title`, `desc`, `url`, `created_at`, `updated_at`) VALUES
(11, 'team 2', 'team 2', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919625791459_.jpg', '2020-06-12 17:49:39', '2020-06-12 17:49:39'),
(12, 'team 3', 'team 3', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919626619650_.jpg', '2020-06-12 17:51:01', '2020-06-12 17:51:01'),
(13, 'team 4', 'team 4', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919626781256_.jpg', '2020-06-12 17:51:18', '2020-06-12 17:51:18'),
(14, 'team 5', 'team 5', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919627055371_.jpg', '2020-06-12 17:51:45', '2020-06-12 17:51:45'),
(15, 'team 6', 'team 6', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919627319658_.jpg', '2020-06-12 17:52:11', '2020-06-12 17:52:11'),
(16, 'team 7', 'team 7', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919627564165_.jpg', '2020-06-12 17:52:36', '2020-06-12 17:52:36'),
(17, 'team 8', 'team 8', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919627746674_.jpg', '2020-06-12 17:52:54', '2020-06-12 17:52:54'),
(18, 'team 9', 'team 9', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919628827535_.jpg', '2020-06-12 17:53:54', '2020-06-12 17:53:54'),
(19, 'team 10', 'team 10', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919628341162_.jpg', '2020-06-12 17:53:54', '2020-06-12 17:53:54'),
(20, 'team 11', 'team 11', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919629277821_.jpg', '2020-06-12 17:55:27', '2020-06-12 17:55:27'),
(21, 'team 12', 'team 12', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919629422420_.jpg', '2020-06-12 17:55:42', '2020-06-12 17:55:42'),
(22, 'team 13', 'team 13', 'http://eastravels.com/neweasttravel/public/storage/Gallery_Photos/15919629558057_.jpg', '2020-06-12 17:55:55', '2020-06-12 17:55:55');
-- --------------------------------------------------------
--
-- Table structure for table `group_photos`
--
CREATE TABLE `group_photos` (
`id` int(11) NOT NULL,
`title` text COLLATE utf8_unicode_ci,
`desc` text COLLATE utf8_unicode_ci,
`url` text COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `group_photos`
--
INSERT INTO `group_photos` (`id`, `title`, `desc`, `url`, `created_at`, `updated_at`) VALUES
(17, 'retre', 'rterter', 'http://eastravels.com/neweasttravel/public/storage/Group_Photos/15947150417505_.jpg', '2020-07-14 14:24:01', '2020-07-14 14:24:01'),
(14, 'fsfsdfsd', 'fsdfsdfs', 'http://eastravels.com/neweasttravel/public/storage/Group_Photos/15947147909406_.jpg', '2020-07-14 14:19:50', '2020-07-14 14:19:50'),
(15, 'fsdsdf', 'fsdfsdfsd', 'http://eastravels.com/neweasttravel/public/storage/Group_Photos/15947148226293_.jpg', '2020-07-14 14:20:22', '2020-07-14 14:20:22');
-- --------------------------------------------------------
--
-- Table structure for table `icon_all__events`
--
CREATE TABLE `icon_all__events` (
`id` bigint(20) UNSIGNED NOT NULL,
`icon_id` bigint(20) NOT NULL,
`all__events_id` bigint(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `icon_all__events`
--
INSERT INTO `icon_all__events` (`id`, `icon_id`, `all__events_id`, `created_at`, `updated_at`) VALUES
(28, 6, 6, NULL, NULL),
(150, 7, 47, NULL, NULL),
(149, 4, 47, NULL, NULL),
(128, 12, 53, NULL, NULL),
(123, 3, 61, NULL, NULL),
(122, 7, 60, NULL, NULL),
(121, 4, 60, NULL, NULL),
(106, 6, 50, NULL, NULL),
(107, 6, 51, NULL, NULL),
(108, 8, 52, NULL, NULL),
(127, 9, 53, NULL, NULL),
(130, 15, 54, NULL, NULL),
(111, 9, 55, NULL, NULL),
(129, 6, 56, NULL, NULL),
(113, 4, 57, NULL, NULL),
(114, 8, 57, NULL, NULL),
(115, 7, 58, NULL, NULL),
(116, 8, 59, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `images`
--
CREATE TABLE `images` (
`id` bigint(20) UNSIGNED NOT NULL,
`fkey` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`src` mediumtext COLLATE utf8mb4_unicode_ci,
`of` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `images`
--
INSERT INTO `images` (`id`, `fkey`, `name`, `src`, `of`, `created_at`, `updated_at`) VALUES
(995, '56', '16053609026294_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053609026294_.jpg', 'Transfer', '2020-11-14 20:35:02', '2020-11-14 20:35:02'),
(976, '55', '16051063059990_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051063059990_.jpg', 'Activity', '2020-11-11 21:51:45', '2020-11-11 21:51:45'),
(973, '52', '16051057639065_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051057639065_.jpg', 'Daytour', '2020-11-11 21:42:43', '2020-11-11 21:42:43'),
(994, '53', '16053607679911_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053607679911_.jpg', 'Activity', '2020-11-14 20:32:47', '2020-11-14 20:32:47'),
(972, '51', '16051056482962_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051056482962_.jpg', 'Daytour', '2020-11-11 21:40:48', '2020-11-11 21:40:48'),
(971, '50', '16051054686249_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051054686249_.jpg', 'Daytour', '2020-11-11 21:37:48', '2020-11-11 21:37:48'),
(1013, '47', '16059108884603_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16059108884603_.jpg', 'Package', '2020-11-21 05:21:28', '2020-11-21 05:21:28'),
(959, '46', '15961944143614_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961944143614_.png', 'Package', '2020-07-31 17:20:14', '2020-07-31 17:20:14'),
(958, '46', '15961944143367_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961944143367_.png', 'Package', '2020-07-31 17:20:14', '2020-07-31 17:20:14'),
(957, '46', '15961944145494_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961944145494_.png', 'Package', '2020-07-31 17:20:14', '2020-07-31 17:20:14'),
(956, '46', '15961944147209_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961944147209_.png', 'Package', '2020-07-31 17:20:14', '2020-07-31 17:20:14'),
(955, '45', '15961942602668_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961942602668_.png', 'Transfer', '2020-07-31 17:17:40', '2020-07-31 17:17:40'),
(954, '45', '15961942604511_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961942604511_.png', 'Transfer', '2020-07-31 17:17:40', '2020-07-31 17:17:40'),
(953, '45', '15961942608553_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961942608553_.png', 'Transfer', '2020-07-31 17:17:40', '2020-07-31 17:17:40'),
(952, '45', '15961942608469_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961942608469_.png', 'Transfer', '2020-07-31 17:17:40', '2020-07-31 17:17:40'),
(951, '44', '15961934607186_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961934607186_.png', 'Daytour', '2020-07-31 17:04:20', '2020-07-31 17:04:20'),
(946, '41', '15960021128193_.jpg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15960021128193_.jpg', 'Activity', '2020-07-29 11:55:12', '2020-07-29 11:55:12'),
(947, '44', '15961934607142_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961934607142_.png', 'Daytour', '2020-07-31 17:04:20', '2020-07-31 17:04:20'),
(948, '44', '15961934601454_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961934601454_.png', 'Daytour', '2020-07-31 17:04:20', '2020-07-31 17:04:20'),
(949, '44', '15961934608274_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961934608274_.png', 'Daytour', '2020-07-31 17:04:20', '2020-07-31 17:04:20'),
(950, '44', '15961934609525_.png', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15961934609525_.png', 'Daytour', '2020-07-31 17:04:20', '2020-07-31 17:04:20'),
(940, '40', '15957344969225_.jpg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15957344969225_.jpg', 'Activity', '2020-07-26 09:34:56', '2020-07-26 09:34:56'),
(945, '42', '15957907179818_.jpg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15957907179818_.jpg', 'Activity', '2020-07-27 01:11:57', '2020-07-27 01:11:57'),
(943, '43', '15957363551033_.jpg', 'https://www.eastravels.com/neweasttravel/public/storage/Event_Images/15957363551033_.jpg', 'Cruise', '2020-07-26 10:05:55', '2020-07-26 10:05:55'),
(978, '57', '16051073003374_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051073003374_.jpg', 'Transfer', '2020-11-11 22:08:20', '2020-11-11 22:08:20'),
(979, '58', '16051074647902_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051074647902_.jpg', 'Transfer', '2020-11-11 22:11:04', '2020-11-11 22:11:04'),
(980, '59', '16051077552621_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16051077552621_.jpg', 'Cruise', '2020-11-11 22:15:55', '2020-11-11 22:15:55'),
(1016, '47', '16059108889705_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16059108889705_.jpg', 'Package', '2020-11-21 05:21:28', '2020-11-21 05:21:28'),
(1015, '47', '16059108887752_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16059108887752_.jpg', 'Package', '2020-11-21 05:21:28', '2020-11-21 05:21:28'),
(1014, '47', '16059108881242_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16059108881242_.jpg', 'Package', '2020-11-21 05:21:28', '2020-11-21 05:21:28'),
(996, '54', '16053649529203_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053649529203_.jpg', 'Activity', '2020-11-14 21:42:32', '2020-11-14 21:42:32'),
(990, '60', '16053603071060_.jpg', 'http://eastravels.com/neweasttravel/public/storage/Event_Images/16053603071060_.jpg', 'Package', '2020-11-14 20:25:07', '2020-11-14 20:25:07');
-- --------------------------------------------------------
--
-- Table structure for table `inquiries`
--
CREATE TABLE `inquiries` (
`id` bigint(20) UNSIGNED NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`number_of_travelers` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`travelers_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`max_price` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`min_price` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`flight_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`flight_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`flight_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`airport_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`airport_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`flight_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`airport_transport` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`accomodation_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`accomodation_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`accomodation_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`accomodation_standard` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`tour_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`tour_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`tour_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`tour_period` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`trip_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`trip_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`trip_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'not provided',
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `inquiries`
--
INSERT INTO `inquiries` (`id`, `type`, `description`, `email`, `name`, `phone`, `number_of_travelers`, `travelers_description`, `city`, `max_price`, `min_price`, `flight_from`, `flight_to`, `flight_time`, `airport_from`, `airport_to`, `flight_number`, `airport_transport`, `accomodation_city`, `accomodation_from`, `accomodation_to`, `accomodation_standard`, `tour_city`, `tour_date`, `tour_type`, `tour_period`, `trip_from`, `trip_to`, `trip_type`, `created_at`, `updated_at`) VALUES
(14, 'Sight Seeing', '1231231', '<EMAIL>', 'asdasd', '03441500542', 'asdasd', 'asdasd', 'islasdasd', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '2313-12-31', '0023-12-31', '123123', 'Van', '123123', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Group Tour (with Hotel Pickup)', '2019-11-04 15:12:21', '2019-11-04 15:12:21'),
(12, 'Tour Package', '12312312', '<EMAIL>', 'asdasd', '03441500542', 'asdasd', 'asdasd', 'islalmabad', NULL, '123132', '0231-12-31', 'Afternoon', 'not provided', '0023-12-31', '0023-12-31', '123123', 'Car', '123123', '0023-12-31', '0023-12-31', 'not provided', '123', '0002-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 12:11:46', '2019-11-04 12:11:46'),
(13, 'Activity', 'any other detail', '<EMAIL>', '<NAME>', 'phone number', 'how many travllers', 'details of travellers', 'select city', 'maxprice', 'min price', '1212-12-12', 'Morning', 'not provided', '0012-12-12', '0021-12-12', 'flight number', 'Bus', 'city', '0023-12-31', '0023-12-31', 'not provided', 'islamabad', '0023-12-31', 'Private Tour (with Hotel Pickup)', 'Full day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 14:54:14', '2019-11-04 14:54:14'),
(15, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '0023-12-31', '0023-12-31', '123123', 'Van', 'islalmabad', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 16:22:17', '2019-11-04 16:22:17'),
(16, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '0023-12-31', '0023-12-31', '123123', 'Van', 'islalmabad', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 16:23:37', '2019-11-04 16:23:37'),
(17, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '0023-12-31', '0023-12-31', '123123', 'Van', 'islalmabad', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 16:24:31', '2019-11-04 16:24:31'),
(18, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '0023-12-31', '0023-12-31', '123123', 'Van', 'islalmabad', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 16:24:45', '2019-11-04 16:24:45'),
(19, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', '0023-12-31', '0023-12-31', 'Afternoon', '0023-12-31', '0023-12-31', '123123', 'Van', 'islalmabad', '0023-12-31', '0023-12-31', '4 Star', '123123', '0023-12-31', 'Group Tour (with Hotel Pickup)', 'Half day', '0023-12-31', '0023-12-31', 'Private Tour (without Hotel Pickup)', '2019-11-04 16:26:05', '2019-11-04 16:26:05'),
(20, 'Cruise', '1233', '<EMAIL>', '1231231', '03441500542', '123132', '123123', 'islalmabad', '123123', '123123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-04 16:26:24', '2019-11-04 16:26:24'),
(21, 'Sight Seeing', '123', '<EMAIL>', '123123', '132123', '1312', '13123', 'islalmabad', '123123', '123', '0023-12-31', '0023-12-31', 'Morning', '0023-12-31', '0023-12-21', '123123', 'Car', '1231', '0023-12-31', '0023-12-21', '5 Star', '132', '0023-12-21', 'Private Tour (without Hotel Pickup)', 'Full day', '0023-12-31', '0023-12-31', 'Group Tour (with Hotel Pickup)', '2019-11-04 16:28:44', '2019-11-04 16:28:44'),
(22, 'Sight Seeing', '123', '<EMAIL>', '123123', '132123', '1312', '13123', 'islalmabad', '123123', '123', '0023-12-31', '0023-12-31', 'Morning', '0023-12-31', '0023-12-21', '123123', 'Car', '1231', '0023-12-31', '0023-12-21', '5 Star', '132', '0023-12-21', 'Private Tour (without Hotel Pickup)', 'Full day', '0023-12-31', '0023-12-31', 'Group Tour (with Hotel Pickup)', '2019-11-04 16:32:12', '2019-11-04 16:32:12'),
(23, 'Event', 'jhfg', '<EMAIL>', 'East', '0917251996', '15', 'hffg', 'Bratislava', '534543', '4543', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-15 16:37:44', '2019-11-15 16:37:44');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2019_10_26_154921_create_activities_table', 1),
(2, '2019_10_26_160916_create_cruises_table', 1),
(3, '2019_10_26_160938_create_transfers_table', 2),
(4, '2019_10_26_190530_create_files_table', 3),
(5, '2019_10_26_190743_create_images_table', 3),
(6, '2020_07_11_221054_create_activity_city_table', 4),
(7, '2020_07_12_020213_create_traveller__reviews_table', 5),
(8, '2020_07_14_040343_create_all__events_table', 5),
(9, '2020_07_14_060542_create_city_all__events_table', 5),
(10, '2020_07_15_034700_create_country_all__events_table', 5),
(11, '2020_07_15_044307_create_category_all__events_table', 5),
(13, '2020_07_19_193544_create_event__cities_table', 6),
(14, '2020_07_19_224007_create_event__countries_table', 7),
(15, '2020_07_25_203859_create_event__categories_table', 8),
(16, '2020_07_25_204037_create_event__icons_table', 8),
(17, '2020_07_26_002905_create_icons_all__events_table', 9);
-- --------------------------------------------------------
--
-- Table structure for table `packages`
--
CREATE TABLE `packages` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`city` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`banner` longtext COLLATE utf8mb4_unicode_ci,
`img` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`desc` longtext COLLATE utf8mb4_unicode_ci,
`disc` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`loc` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`price` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`about` longtext COLLATE utf8mb4_unicode_ci,
`day_detail` longtext COLLATE utf8mb4_unicode_ci,
`exclusion` text COLLATE utf8mb4_unicode_ci,
`inclusion` text COLLATE utf8mb4_unicode_ci,
`code` longtext COLLATE utf8mb4_unicode_ci,
`duration` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`added_by` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cat_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`terms` longtext COLLATE utf8mb4_unicode_ci,
`payment_policy` longtext COLLATE utf8mb4_unicode_ci,
`payment_methods` longtext COLLATE utf8mb4_unicode_ci,
`cancellation_policy` longtext COLLATE utf8mb4_unicode_ci,
`visa_info` longtext COLLATE utf8mb4_unicode_ci,
`notes` longtext COLLATE utf8mb4_unicode_ci,
`questions` longtext COLLATE utf8mb4_unicode_ci,
`grpsize` longtext COLLATE utf8mb4_unicode_ci,
`tourcode` longtext COLLATE utf8mb4_unicode_ci,
`destinations` longtext COLLATE utf8mb4_unicode_ci,
`startloc` longtext COLLATE utf8mb4_unicode_ci,
`tourstyle` longtext COLLATE utf8mb4_unicode_ci,
`tourlanguage` longtext COLLATE utf8mb4_unicode_ci,
`avalibilitydetails` longtext COLLATE utf8mb4_unicode_ci,
`tranportdetails` longtext COLLATE utf8mb4_unicode_ci,
`accomodationdetails` longtext COLLATE utf8mb4_unicode_ci,
`mealdetails` longtext COLLATE utf8mb4_unicode_ci,
`guidedetails` longtext COLLATE utf8mb4_unicode_ci,
`status` longtext COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `packages`
--
INSERT INTO `packages` (`id`, `name`, `city`, `country`, `banner`, `img`, `desc`, `disc`, `loc`, `price`, `about`, `day_detail`, `exclusion`, `inclusion`, `code`, `duration`, `added_by`, `cat_id`, `terms`, `payment_policy`, `payment_methods`, `cancellation_policy`, `visa_info`, `notes`, `questions`, `grpsize`, `tourcode`, `destinations`, `startloc`, `tourstyle`, `tourlanguage`, `avalibilitydetails`, `tranportdetails`, `accomodationdetails`, `mealdetails`, `guidedetails`, `status`, `created_at`, `updated_at`) VALUES
(40001, 'packages 40001', NULL, NULL, 'https://www.dvenza.com/public/storage/package_images/15778192334520_.jpg', 'https://www.dvenza.com/public/storage/package_images/15778192334520_.jpg', '<p>123</p>', '5%', NULL, '700', '<p>123</p>', '<p>123</p>', NULL, NULL, '<iframe id=\"regiondo-booking-widget\" data-width=\"338px\" data-checkout=\"lightbox\" data-url=\"https://eastravels.regiondo.com/bookingwidget/vendor/23641/id/94437\" data-title=\"Berlin in 7 Days\" style=\"border:0;background:transparent;\"></iframe>\r\n<script id=\"regiondo-booking-js\" src=\"https://cdn.regiondo.net/js/integration/regiondo-booking.js\" async defer></script>', '7 Days', NULL, NULL, '<p>123</p>', '<p>123</p>', '<p>123</p>', '<p>123</p>', '<p>123</p>', '<p>123</p>', '<p>123</p>', 'Min 2 / Max 20', '123', '<p>123</p>', 'Vienna / Vienna', 'Sightseeing tour', 'English', 'All around the year', 'Van', 'Hotel 4 Star', 'Only Breakfast', 'Not including', '1', '2019-12-23 12:15:10', '2019-12-23 12:15:10'),
(40002, 'packages 40002', NULL, NULL, 'https://www.dvenza.com/public/storage/package_images/15797093793258_.jpg', 'https://www.dvenza.com/public/storage/package_images/15797093793258_.jpg', '<p>Aix-Les-Bains full program tour, and back to have a dinner later & back to the Hotel at 09:00 PM to the Hotel</p>', '0', NULL, '1249', '<p><br />\r\n </p>', '<p> </p>\r\n\r\n<p><strong>Day 1: Arrival - 19 Mar 2020</strong></p>\r\n\r\n<p>Pickup the group at 12:05 PM from Airport to the Hotel Break for 3 hours in the Hotel, and going later to have lunch in the restaurant in the city of Aix-Les-Bains full program tour, and back to have a dinner later & back to the Hotel at 09:00 PM to the Hotel</p>\r\n\r\n<table>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p><strong>Day 2: Annecy - 20 Mar 2020</strong></p>\r\n\r\n <p>Start up 08:00 AM to have breakfast, 09:00 AM Annecy a beautiful city with the Mountains & the stunning views , With full program tour. with Lunch & Dinner around the vicinity of the neighboring villages, back to the Hotel 09:00 PM to take a break.<br />\r\n Options :-</p>\r\n\r\n <ul>\r\n <li>\r\n <p>Annecy Boat tour </p>\r\n </li>\r\n <li>\r\n <p>TRADITIONAL DANCE SHOW - Last 50 seats available</p>\r\n </li>\r\n </ul>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table>\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\">\r\n <p> </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n <td> </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">\r\n <p><strong>Day 3: Chamonix- 21 Mar 2020</strong></p>\r\n\r\n <p>Start up 08:00 AM to have breakfast, 09:00 AM Going from the Hotel to Chamonix the big White Mountains height is 4810 meters the temperature will be -15 & take the teleferique tour with the stunning view , With full program tour. with Lunch & Dinner around the vicinity of the neighboring villages , back to the Hotel 09:00 PM to take a break</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">\r\n <p><strong>Day 4: Geneva, Switzerland - 22 Mar 2020</strong></p>\r\n\r\n <p>Start up 08:00 AM to have breakfast , 09:00 AM Going to Geneva Switzerland, With a full program tour. with Lunch & Dinner around the vicinity of the neighboring villages be said Geneva and going shopping , back to the Hotel 09:00 PM to take a break.</p>\r\n </td>\r\n <td colspan=\"2\"> </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Day 5: Departure - 23 Mar 2020</strong></p>\r\n\r\n<p>Start Up 07:00 AM to have a breakfast , 08:15 AM check out Going to Lyon Airport to Home</p>\r\n\r\n<p><br />\r\n </p>', '<ul>\r\n <li>5 Nights Accommodations in a hotel</li>\r\n <li>Daily Breakfasts</li>\r\n <li>Professional assistant during the excursions</li>\r\n <li>Sightseeing as per itinerary</li>\r\n</ul>', '<ul>\r\n <li>Drinks</li>\r\n <li>City tax</li>\r\n <li>More info</li>\r\n</ul>', 'Book Now - Online', '5 Days / 4 Nights', NULL, NULL, '<p><a href=\"http://dvenza.com/termscondition\">Check our general Terms and Conditions</a></p>', '<p><a href=\"http://dvenza.com/payment/policy\">Check our general Payment Policy</a></p>', NULL, '<p><a href=\"http://dvenza.com/cancellation/policy\">Check our general Payment Policy</a></p>', NULL, NULL, NULL, 'Min 2 / Max 22', 'FR -1832', NULL, 'Lyon / Lyon', 'City tour', 'English', 'All around year', 'Bus', 'Included', 'Included', 'Included', '1', '2020-01-22 11:09:39', '2020-01-22 11:09:39');
-- --------------------------------------------------------
--
-- Table structure for table `packgae_inquiry`
--
CREATE TABLE `packgae_inquiry` (
`id` int(11) NOT NULL,
`name` text,
`email` text,
`phone` text,
`adult` text NOT NULL,
`child` text NOT NULL,
`date` text NOT NULL,
`of` text NOT NULL,
`url` text NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `packgae_inquiry`
--
INSERT INTO `packgae_inquiry` (`id`, `name`, `email`, `phone`, `adult`, `child`, `date`, `of`, `url`, `created_at`, `updated_at`) VALUES
(4, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:46:25', '2019-12-09 14:46:25'),
(3, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:45:47', '2019-12-09 14:45:47'),
(5, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:48:28', '2019-12-09 14:48:28'),
(6, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:48:44', '2019-12-09 14:48:44'),
(7, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:49:11', '2019-12-09 14:49:11'),
(8, 'asd', '<EMAIL>', 'asd', 'asd', 'asd', '0023-12-31', 'activity', '', '2019-12-09 14:49:49', '2019-12-09 14:49:49');
-- --------------------------------------------------------
--
-- Table structure for table `popularcities`
--
CREATE TABLE `popularcities` (
`id` int(11) NOT NULL,
`name` text,
`country` text,
`description` text,
`banner` text,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `popularcities`
--
INSERT INTO `popularcities` (`id`, `name`, `country`, `description`, `banner`, `created_at`) VALUES
(66, 'Vienna', 'Austria', 'fdsfsdfs', 'http://eastravels.com/neweasttravel/public/cities/images/1592721183.jpg', '2020-06-21 06:33:03'),
(67, 'Bratislava', 'Slovakia', 'fdsfsdf', 'http://eastravels.com/neweasttravel/public/cities/images/1592721265.jpg', '2020-06-21 06:34:25'),
(68, 'Munich', 'Germany', NULL, 'https://www.eastravels.com/neweasttravel/public/cities/images/1604770102.jpg', '2020-11-07 17:28:22'),
(70, 'Zurich', 'Switzerland', 'Switzerland', 'https://www.eastravels.com/neweasttravel/public/cities/images/1604770132.jfif', '2020-11-07 17:28:52'),
(75, 'Rome', 'Italy', 'Italy', 'http://eastravels.com/neweasttravel/public/cities/images/1592722258.jpg', '2020-06-21 06:50:58'),
(77, 'Salzburg', 'Austria', NULL, 'https://www.eastravels.com/neweasttravel/public/cities/images/1604770090.jpg', '2020-11-07 17:28:10'),
(78, 'Rome', 'Italy', NULL, 'http://eastravels.com/neweasttravel/public/cities/images/1602519224.jpg', '2020-10-12 16:13:44'),
(81, 'zell am zee 2', 'Austria', NULL, 'http://eastravels.com/neweasttravel/public/cities/images/1602519353.jpg', '2020-10-12 16:15:53'),
(83, 'Vienna', 'Austria', 'Sameer Country', 'https://www.eastravels.com/neweasttravel/public/cities/images/1604769887.jpg', '2020-11-07 17:26:32'),
(84, 'Bratislava', 'Slovakia', NULL, 'https://www.eastravels.com/neweasttravel/public/cities/images/1604771084.jpg', '2020-11-07 17:44:44');
-- --------------------------------------------------------
--
-- Table structure for table `services`
--
CREATE TABLE `services` (
`id` int(11) NOT NULL,
`title` text,
`description` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `services`
--
INSERT INTO `services` (`id`, `title`, `description`) VALUES
(1, 'VISION', '<p>Best Voyage Pvt. Ltd. Vision Is To Grow With A Well-Diversified Business Portfolio, Creating New Trends And Being Innovative, At The Same Time As Representative An Assurance Of Social Responsibility.</p>'),
(3, 'MISSION', '<p>est Voyage Pvt Ltd, Was Established In 2000, With Head Office At Ahmedabad, Now In 2020 we have 7 Branch Offices Across Major Cities In Gujarat. We Carry Almost Two Decades Of Experience In All Aspects Of Highly ‘Personalized Travel’ For International & Domestic Holidays To Our Passenger. We Are One Of The Few Organizations That Can Offer Worldwide Tour Packages With Flexible And Efficient Solutions. The Number Of Passengers Serviced Annually Today, Is More Than Ten Times Higher Than That We Serviced On Annual Basis When We First Started Up in 2000. Through Continuous Investments In Contemporaadasdasdasdasddddddddddddddddddddddddddddddddddddry Travel Related Technology And Quality Assurance, Best Voyage Pvt. Ltd. Has Positioned Itself Today As One Of The Leading Travel Agency In Gujarat.</p>');
-- --------------------------------------------------------
--
-- Table structure for table `sightseeing`
--
CREATE TABLE `sightseeing` (
`id` int(11) NOT NULL,
`name` text NOT NULL,
`description` text,
`code` text,
`city` text,
`country` text,
`price` text NOT NULL,
`banner` text,
`img_1` text,
`img_2` text,
`img_3` text,
`img_4` text,
`sight_date` date NOT NULL,
`abouttour` text,
`daydetail` text,
`duration` text,
`added_by` int(11) NOT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `sightseeing`
--
INSERT INTO `sightseeing` (`id`, `name`, `description`, `code`, `city`, `country`, `price`, `banner`, `img_1`, `img_2`, `img_3`, `img_4`, `sight_date`, `abouttour`, `daydetail`, `duration`, `added_by`, `updated_at`, `created_at`) VALUES
(1, 'Bratislava 1 Day', '<p>adshifhasiof hasodfh hoaidsfhoi ashfoi ashfoi hao eifasf asdf</p>', NULL, 'test update', 'test', '1000', '15735808387994.jpg', NULL, NULL, NULL, NULL, '2019-10-30', NULL, NULL, NULL, 0, '2019-11-12 17:48:32', '2019-09-30 12:31:56'),
(2, 'Budapest 1 Day', '<p>lkopafdkaop dkfpoaksdkfop okaposdfpoadjfpo ajsdpodf jaspodofj paosdf jpoasfd</p>', NULL, 'test update', 'test', '1000', '15735808533257.jpg', NULL, NULL, NULL, NULL, '2019-09-30', NULL, NULL, NULL, 0, '2019-11-12 17:48:53', '2019-09-30 12:31:56'),
(3, 'Vienna 1 day', '<p>ajdpfjp jadfjopasd jf ajsdfpofjasdpofj opasjdfpo as</p>', NULL, 'test update', 'test', '1000', '15735808963528.jpg', NULL, NULL, NULL, NULL, '2019-09-30', NULL, NULL, NULL, 0, '2019-11-12 17:48:16', '2019-09-30 12:31:56'),
(4, 'Munich 1 Day', '<p>aadj aojfopj ajfoajo asjifdjaoishdf ioahs df</p>', NULL, 'test update', 'test', '1000', '15735810204902.jpg', NULL, NULL, NULL, NULL, '2019-09-30', NULL, NULL, NULL, 0, '2019-11-12 17:50:20', '2019-09-30 12:31:56'),
(5, 'Rome 1 day', '<p>masdfma sdmfoasmdopfm dasopfopdkfkok</p>', NULL, 'Soa Palo', 'Brazil', '1500', '15735810536113.jpg', '1570976957.png', '1570977148.jpg', '1570977148.jpg', '1570977148.jpg', '2019-03-10', NULL, NULL, NULL, 0, '2019-11-12 17:50:53', '2019-10-12 14:29:12'),
(6, 'Frankfurt 1 Day', '<p>The Atlas Mountains extend some 2,500km across northwestern Africa, spanning Morocco, Algeria and Tunisia, separating the Atlantic and Mediterranean coastline from the Sahara Desert. Actually a series of ranges with diverse terrain, climates and wildlife, the Atlas are dotted with Berber villages and riven with canyons and ravines. The highest peak is 4,167m Toubkal, which lies within Morocco's Toubkal National Park.</p>', '<iframe id=\"regiondo-booking-widget\" data-width=\"338px\" data-url=\"https://eastravels.regiondo.com/bookingwidget/vendor/23641/id/94437\" data-title=\"Berlin in 7 Days\" style=\"margin: 0px; padding: 0px; overflow: hidden; vertical-align: top; border: 0px; background: transparent; width: 338px; height: 455px;\" data-processed=\"1\" frameborder=\"0\" src=\"https://eastravels.regiondo.com/bookingwidget/vendor/23641/id/94437?bookingwidget=1&secure=1\" data-id=\"1\"></iframe>', '<NAME>', 'Marocco', '3000', '15735811314692.jpg', '1571307017.jpg', '1571307017.jpg', '1571307017.jpg', '1571307017.jpg', '2019-10-30', '<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width:800px\">\r\n <tbody>\r\n <tr>\r\n <td>Places Covered</td>\r\n <td>jadfj oiadjf ajdsif jads</td>\r\n <td>ioasdfio jasdif </td>\r\n <td>asdiofjpo dajfpi ajdspif</td>\r\n </tr>\r\n <tr>\r\n <td>nasdfn </td>\r\n <td>asdjf ajsf</td>\r\n <td>adjpofja psfjp </td>\r\n <td>l;kok kokp</td>\r\n </tr>\r\n <tr>\r\n <td>asdoj0-fi0i 0-</td>\r\n <td>dapoakkjpo</td>\r\n <td>-=aodfoa-df</td>\r\n <td>klnlk noi</td>\r\n </tr>\r\n <tr>\r\n <td>-df6\\a68df7f 86dfs\\f8</td>\r\n <td>a\\d7cz57f\\ 75azd\\f</td>\r\n <td>\r\n <p>asd asdf adsf </p>\r\n </td>\r\n <td>/7/78a7df86 7ad6s8f 7a86dsf7 68</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>', '<blockquote>\r\n<ul>\r\n <li>\r\n <h2><span dir=\"ltr\"><big>Day 1 <small>adpiofjpo adfkjpo adsjpfo jadspofj poadsfjpoadsjkjfpi asdjof hasdfj oiasdjf oiadsjf ioas</small></big></span></h2>\r\n </li>\r\n <li>\r\n <h2><span dir=\"ltr\"><big>Day 2 <small>ajdffja sdfjk opasdjfoi asdjdf9aid0fiadsf9 =f ds 7df86asd 68f4 a68sdf7 685asdf65 a</small></big></span></h2>\r\n </li>\r\n</ul>\r\n</blockquote>', NULL, 0, '2019-11-12 17:52:15', '2019-10-17 10:10:17'),
(7, 'Warsaw 1 day', '<p>dfiads0-fi 0asdfp adnflkj podfj j-0qei 0 fjasjdfok adf4dasf 64adsf 4648f4 6</p>\r\n\r\n<p>f6asd56 f a658dsf44 68ads7f86 4asdf868 4ads8 fad89sf86ads4f 8ad4s4f 87ads8f ads6f 4a65dsf4 65ads4f4 65ads4f65 a4sdf 564adfs 68</p>\r\n\r\n<p>dfiads0-fi 0asdfp adnflkj podfj j-0qei 0 fjasjdfok adf4dasf 64adsf 4648f4 6</p>\r\n\r\n<p>f6asd56 f a658dsf44 68ads7f86 4asdf868 4ads8 fad89sf86ads4f 8ad4s4f 87ads8f ads6f 4a65dsf4 65ads4f4 65ads4f65 a4sdf 564adfs 68</p>\r\n\r\n<p>dfiads0-fi 0asdfp adnflkj podfj j-0qei 0 fjasjdfok adf4dasf 64adsf 4648f4 6</p>\r\n\r\n<p>f6asd56 f a658dsf44 68ads7f86 4asdf868 4ads8 fad89sf86ads4f 8ad4s4f 87ads8f ads6f 4a65dsf4 65ads4f4 65ads4f65 a4sdf 564adfs 68</p>', NULL, 'Cape Town', 'South Africa', '2500', '15735811899113.jpg', '1571345154.jpg', '1571345154.jpg', '1571345154.jpg', '1571345154.jpg', '2019-10-30', '<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width:500px\">\r\n <tbody>\r\n <tr>\r\n <td>etc</td>\r\n <td>inclusion</td>\r\n <td>exclusion</td>\r\n <td>date</td>\r\n </tr>\r\n <tr>\r\n <td>aosdf opasdjj</td>\r\n <td>oasdfpo </td>\r\n <td>oasdfk po</td>\r\n <td>ofdspo fk</td>\r\n </tr>\r\n <tr>\r\n <td>fapdop jpodfj </td>\r\n <td>aspodjf opasdjfpo</td>\r\n <td>dasjfp jpo</td>\r\n <td>adspofj opadfj po</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p> </p>', '<blockquote>\r\n<ul>\r\n <li>\r\n <h2>Day 1: sdafjadsf j<br />\r\n jdsfj aposdfjpo asjdfpo jasdpofoj adposofj poadsf</h2>\r\n </li>\r\n <li>\r\n <h2>Day 2: dskafpakdpfpkadspof kadopsfk apods</h2>\r\n </li>\r\n <li>\r\n <h2>Day 3: aspdjf9pasjdfpooj asdpofj japisfjop adsjfpo jasdpofj opadsfj </h2>\r\n </li>\r\n</ul>\r\n</blockquote>', '5 days', 0, '2019-11-12 17:53:09', '2019-10-17 20:45:54'),
(8, 'Testing4545', '<p>jcpojopxjpvcojjpoa fjpofj poasdjfpo jadspof jdapof jopasdfjp oq</p>', NULL, 'testin', 'testin', '1000', '15719355732180.jpg', '15719355731673.jpg', '15719355736254.jpg', '15719355738749.jpg', '15719355738382.jpg', '2020-10-10', '<p>aposfjp oasdfjoppa sdjfpoi hadsipfpj qir0o ahp9fs asdf 68asf4465 a</p>\r\n\r\n<p>s68 f46a df5a</p>\r\n\r\n<p>sd6f das5f\\ asd68f 76adsf65d5asf46ads4f 67dasf sad4f65das4f4 685asd14f1456 as4f</p>', '<blockquote>\r\n<ul>\r\n <li>adf86 asf68 7e86r4as4d68f7as68f</li>\r\n <li>asdf68 ads6f8 7a68sdf7 68asf768e7r768e7r768d87h7t68jh7gf68h7</li>\r\n <li>8yj86gh77s68gh7s68fg7 68g7df86gf7 7f86g </li>\r\n</ul>\r\n</blockquote>', 'asfh iaosjdfop ajspodf japo', 0, '2019-10-24 16:46:13', '2019-10-24 16:46:13');
-- --------------------------------------------------------
--
-- Table structure for table `states`
--
CREATE TABLE `states` (
`id` int(11) NOT NULL,
`name` varchar(30) NOT NULL,
`country_id` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `states`
--
INSERT INTO `states` (`id`, `name`, `country_id`) VALUES
(1, 'Andaman and Nicobar Islands', 101),
(2, 'Andhra Pradesh', 101),
(3, 'Arunachal Pradesh', 101),
(4, 'Assam', 101),
(5, 'Bihar', 101),
(6, 'Chandigarh', 101),
(7, 'Chhattisgarh', 101),
(8, 'Dadra and Nagar Haveli', 101),
(9, 'Daman and Diu', 101),
(10, 'Delhi', 101),
(11, 'Goa', 101),
(12, 'Gujarat', 101),
(13, 'Haryana', 101),
(14, 'Himachal Pradesh', 101),
(15, 'Jammu and Kashmir', 101),
(16, 'Jharkhand', 101),
(17, 'Karnataka', 101),
(18, 'Kenmore', 101),
(19, 'Kerala', 101),
(20, 'Lakshadweep', 101),
(21, 'Madhya Pradesh', 101),
(22, 'Maharashtra', 101),
(23, 'Manipur', 101),
(24, 'Meghalaya', 101),
(25, 'Mizoram', 101),
(26, 'Nagaland', 101),
(27, 'Narora', 101),
(28, 'Natwar', 101),
(29, 'Odisha', 101),
(30, '<NAME>', 101),
(31, 'Pondicherry', 101),
(32, 'Punjab', 101),
(33, 'Rajasthan', 101),
(34, 'Sikkim', 101),
(35, '<NAME>', 101),
(36, 'Telangana', 101),
(37, 'Tripura', 101),
(38, '<NAME>', 101),
(39, 'Uttarakhand', 101),
(40, 'Vaishali', 101),
(41, '<NAME>', 101),
(42, 'Badakhshan', 1),
(43, 'Badgis', 1),
(44, 'Baglan', 1),
(45, 'Balkh', 1),
(46, 'Bamiyan', 1),
(47, 'Farah', 1),
(48, 'Faryab', 1),
(49, 'Gawr', 1),
(50, 'Gazni', 1),
(51, 'Herat', 1),
(52, 'Hilmand', 1),
(53, 'Jawzjan', 1),
(54, 'Kabul', 1),
(55, 'Kapisa', 1),
(56, 'Khawst', 1),
(57, 'Kunar', 1),
(58, 'Lagman', 1),
(59, 'Lawghar', 1),
(60, 'Nangarhar', 1),
(61, 'Nimruz', 1),
(62, 'Nuristan', 1),
(63, 'Paktika', 1),
(64, 'Paktiya', 1),
(65, 'Parwan', 1),
(66, 'Qandahar', 1),
(67, 'Qunduz', 1),
(68, 'Samangan', 1),
(69, '<NAME>', 1),
(70, 'Takhar', 1),
(71, 'Uruzgan', 1),
(72, 'Wardag', 1),
(73, 'Zabul', 1),
(74, 'Berat', 2),
(75, 'Bulqize', 2),
(76, 'Delvine', 2),
(77, 'Devoll', 2),
(78, 'Dibre', 2),
(79, 'Durres', 2),
(80, 'Elbasan', 2),
(81, 'Fier', 2),
(82, 'Gjirokaster', 2),
(83, 'Gramsh', 2),
(84, 'Has', 2),
(85, 'Kavaje', 2),
(86, 'Kolonje', 2),
(87, 'Korce', 2),
(88, 'Kruje', 2),
(89, 'Kucove', 2),
(90, 'Kukes', 2),
(91, 'Kurbin', 2),
(92, 'Lezhe', 2),
(93, 'Librazhd', 2),
(94, 'Lushnje', 2),
(95, 'Mallakaster', 2),
(96, '<NAME>', 2),
(97, 'Mat', 2),
(98, 'Mirdite', 2),
(99, 'Peqin', 2),
(100, 'Permet', 2),
(101, 'Pogradec', 2),
(102, 'Puke', 2),
(103, 'Sarande', 2),
(104, 'Shkoder', 2),
(105, 'Skrapar', 2),
(106, 'Tepelene', 2),
(107, 'Tirane', 2),
(108, 'Tropoje', 2),
(109, 'Vlore', 2),
(110, '\'<NAME>', 3),
(111, '\'<NAME>', 3),
(112, 'Adrar', 3),
(113, 'Algiers', 3),
(114, 'Annabah', 3),
(115, 'Bashshar', 3),
(116, 'Batnah', 3),
(117, 'Bijayah', 3),
(118, 'Biskrah', 3),
(119, 'Blidah', 3),
(120, 'Buirah', 3),
(121, 'Bumardas', 3),
(122, '<NAME>', 3),
(123, 'Ghalizan', 3),
(124, 'Ghardayah', 3),
(125, 'Ilizi', 3),
(126, 'Jijili', 3),
(127, 'Jilfah', 3),
(128, 'Khanshalah', 3),
(129, 'Masilah', 3),
(130, 'Midyah', 3),
(131, 'Milah', 3),
(132, 'Muaskar', 3),
(133, 'Mustaghanam', 3),
(134, 'Naama', 3),
(135, 'Oran', 3),
(136, 'Ouargla', 3),
(137, 'Qalmah', 3),
(138, 'Qustantinah', 3),
(139, 'Sakikdah', 3),
(140, 'Satif', 3),
(141, 'Sayda\'', 3),
(142, '<NAME>-\'Abbas', 3),
(143, '<NAME>', 3),
(144, 'Tamanghasat', 3),
(145, 'Tibazah', 3),
(146, 'Tibissah', 3),
(147, 'Tilimsan', 3),
(148, 'Tinduf', 3),
(149, 'Tisamsilt', 3),
(150, 'Tiyarat', 3),
(151, '<NAME>', 3),
(152, 'Umm-al-Bawaghi', 3),
(153, 'Wahran', 3),
(154, 'Warqla', 3),
(155, '<NAME>', 3),
(156, '<NAME>', 3),
(157, '<NAME>', 3),
(158, 'al-Aghwat', 3),
(159, 'al-Bayadh', 3),
(160, 'al-Jaza\'ir', 3),
(161, 'al-Wad', 3),
(162, 'ash-Shalif', 3),
(163, 'at-Tarif', 3),
(164, 'Eastern', 4),
(165, 'Manu\'a', 4),
(166, '<NAME>', 4),
(167, 'Western', 4),
(168, '<NAME>', 5),
(169, 'Canillo', 5),
(170, 'Encamp', 5),
(171, '<NAME>', 5),
(172, '<NAME>', 5),
(173, 'Ordino', 5),
(174, '<NAME>', 5),
(175, 'Bengo', 6),
(176, 'Benguela', 6),
(177, 'Bie', 6),
(178, 'Cabinda', 6),
(179, 'Cunene', 6),
(180, 'Huambo', 6),
(181, 'Huila', 6),
(182, 'Kuando-Kubango', 6),
(183, '<NAME>', 6),
(184, '<NAME>', 6),
(185, 'Luanda', 6),
(186, '<NAME>', 6),
(187, '<NAME>', 6),
(188, 'Malanje', 6),
(189, 'Moxico', 6),
(190, 'Namibe', 6),
(191, 'Uige', 6),
(192, 'Zaire', 6),
(193, 'Other Provinces', 7),
(194, 'Sector claimed by Argentina/Ch', 8),
(195, 'Sector claimed by Argentina/UK', 8),
(196, 'Sector claimed by Australia', 8),
(197, 'Sector claimed by France', 8),
(198, 'Sector claimed by New Zealand', 8),
(199, 'Sector claimed by Norway', 8),
(200, 'Unclaimed Sector', 8),
(201, 'Barbuda', 9),
(202, '<NAME>', 9),
(203, '<NAME>', 9),
(204, '<NAME>', 9),
(205, '<NAME>', 9),
(206, '<NAME>', 9),
(207, '<NAME>', 9),
(208, '<NAME>', 10),
(209, 'Catamarca', 10),
(210, 'Chaco', 10),
(211, 'Chubut', 10),
(212, 'Cordoba', 10),
(213, 'Corrientes', 10),
(214, 'Distrito Federal', 10),
(215, '<NAME>', 10),
(216, 'Formosa', 10),
(217, 'Jujuy', 10),
(218, '<NAME>', 10),
(219, '<NAME>', 10),
(220, 'Mendoza', 10),
(221, 'Misiones', 10),
(222, 'Neuquen', 10),
(223, '<NAME>', 10),
(224, 'Salta', 10),
(225, '<NAME>', 10),
(226, '<NAME>', 10),
(227, '<NAME>', 10),
(228, '<NAME>', 10),
(229, '<NAME>', 10),
(230, '<NAME>', 10),
(231, 'Tucuman', 10),
(232, 'Aragatsotn', 11),
(233, 'Ararat', 11),
(234, 'Armavir', 11),
(235, 'Gegharkunik', 11),
(236, 'Kotaik', 11),
(237, 'Lori', 11),
(238, 'Shirak', 11),
(239, 'Stepanakert', 11),
(240, 'Syunik', 11),
(241, 'Tavush', 11),
(242, '<NAME>', 11),
(243, 'Yerevan', 11),
(244, 'Aruba', 12),
(245, 'Auckland', 13),
(246, 'Australian Capital Territory', 13),
(247, 'Balgowlah', 13),
(248, 'Balmain', 13),
(249, 'Bankstown', 13),
(250, '<NAME>', 13),
(251, '<NAME>', 13),
(252, 'Camberwell', 13),
(253, '<NAME>', 13),
(254, '<NAME>', 13),
(255, 'Caulfield', 13),
(256, 'Chatswood', 13),
(257, 'Cheltenham', 13),
(258, 'Cherrybrook', 13),
(259, 'Clayton', 13),
(260, 'Collingwood', 13),
(261, '<NAME>', 13),
(262, 'Hawthorn', 13),
(263, 'Jannnali', 13),
(264, 'Knoxfield', 13),
(265, 'Melbourne', 13),
(266, 'New South Wales', 13),
(267, 'Northern Territory', 13),
(268, 'Perth', 13),
(269, 'Queensland', 13),
(270, 'South Australia', 13),
(271, 'Tasmania', 13),
(272, 'Templestowe', 13),
(273, 'Victoria', 13),
(274, 'Werri<NAME>', 13),
(275, 'Western Australia', 13),
(276, 'Wheeler', 13),
(277, '<NAME>', 14),
(278, '<NAME>', 14),
(279, '<NAME>', 14),
(280, 'Burgenland', 14),
(281, 'Carinthia', 14),
(282, 'Karnten', 14),
(283, 'Liezen', 14),
(284, 'Lower Austria', 14),
(285, 'Niederosterreich', 14),
(286, 'Oberosterreich', 14),
(287, 'Salzburg', 14),
(288, 'Schleswig-Holstein', 14),
(289, 'Steiermark', 14),
(290, 'Styria', 14),
(291, 'Tirol', 14),
(292, 'Upper Austria', 14),
(293, 'Vorarlberg', 14),
(294, 'Wien', 14),
(295, 'Abseron', 15),
(296, '<NAME>', 15),
(297, 'Ganca', 15),
(298, 'Ganja', 15),
(299, 'Kalbacar', 15),
(300, 'Lankaran', 15),
(301, 'Mil-Qarabax', 15),
(302, 'Mugan-Salyan', 15),
(303, 'Nagorni-Qarabax', 15),
(304, 'Naxcivan', 15),
(305, 'Priaraks', 15),
(306, 'Qazax', 15),
(307, 'Saki', 15),
(308, 'Sirvan', 15),
(309, 'Xacmaz', 15),
(310, 'Abaco', 16),
(311, 'Acklins Island', 16),
(312, 'Andros', 16),
(313, 'Berry Islands', 16),
(314, 'Biminis', 16),
(315, 'Cat Island', 16),
(316, 'Crooked Island', 16),
(317, 'Eleuthera', 16),
(318, 'Exuma and Cays', 16),
(319, 'Grand Bahama', 16),
(320, 'Inagua Islands', 16),
(321, 'Long Island', 16),
(322, 'Mayaguana', 16),
(323, 'New Providence', 16),
(324, 'Ragged Island', 16),
(325, '<NAME>', 16),
(326, '<NAME>', 16),
(327, '\'Isa', 17),
(328, 'Badiyah', 17),
(329, 'Hidd', 17),
(330, '<NAME>', 17),
(331, 'Mahama', 17),
(332, 'Manama', 17),
(333, 'Sitrah', 17),
(334, 'al-Manamah', 17),
(335, 'al-Muharraq', 17),
(336, 'ar-Rifa\'a', 17),
(337, '<NAME>', 18),
(338, 'Bandarban', 18),
(339, 'Barguna', 18),
(340, 'Barisal', 18),
(341, 'Bhola', 18),
(342, 'Bogora', 18),
(343, '<NAME>', 18),
(344, 'Chandpur', 18),
(345, 'Chattagam', 18),
(346, 'Chittagong Division', 18),
(347, 'Chuadanga', 18),
(348, 'Dhaka', 18),
(349, 'Dinajpur', 18),
(350, 'Faridpur', 18),
(351, 'Feni', 18),
(352, 'Gaybanda', 18),
(353, 'Gazipur', 18),
(354, 'Gopalganj', 18),
(355, 'Habiganj', 18),
(356, '<NAME>', 18),
(357, 'Jamalpur', 18),
(358, 'Jessor', 18),
(359, 'Jhalakati', 18),
(360, 'Jhanaydah', 18),
(361, 'Khagrachhari', 18),
(362, 'Khulna', 18),
(363, 'Kishorganj', 18),
(364, '<NAME>', 18),
(365, 'Komilla', 18),
(366, 'Kurigram', 18),
(367, 'Kushtiya', 18),
(368, 'Lakshmipur', 18),
(369, '<NAME>', 18),
(370, 'Madaripur', 18),
(371, 'Magura', 18),
(372, 'Maimansingh', 18),
(373, 'Manikganj', 18),
(374, '<NAME>', 18),
(375, 'Meherpur', 18),
(376, 'Munshiganj', 18),
(377, 'Naral', 18),
(378, 'Narayanganj', 18),
(379, 'Narsingdi', 18),
(380, 'Nator', 18),
(381, 'Naugaon', 18),
(382, 'Nawabganj', 18),
(383, 'Netrakona', 18),
(384, 'Nilphamari', 18),
(385, 'Noakhali', 18),
(386, 'Pabna', 18),
(387, 'Panchagarh', 18),
(388, 'Patuakhali', 18),
(389, 'Pirojpur', 18),
(390, 'Rajbari', 18),
(391, 'Rajshahi', 18),
(392, 'Rangamati', 18),
(393, 'Rangpur', 18),
(394, 'Satkhira', 18),
(395, 'Shariatpur', 18),
(396, 'Sherpur', 18),
(397, 'Silhat', 18),
(398, 'Sirajganj', 18),
(399, 'Sunamganj', 18),
(400, 'Tangayal', 18),
(401, 'Thakurgaon', 18),
(402, '<NAME>', 19),
(403, 'Saint Andrew', 19),
(404, 'Saint George', 19),
(405, 'Saint James', 19),
(406, 'Saint John', 19),
(407, 'Saint Joseph', 19),
(408, 'Saint Lucy', 19),
(409, 'Saint Michael', 19),
(410, 'Saint Peter', 19),
(411, 'Saint Philip', 19),
(412, 'Saint Thomas', 19),
(413, 'Brest', 20),
(414, 'Homjel\'', 20),
(415, 'Hrodna', 20),
(416, 'Mahiljow', 20),
(417, '<NAME>', 20),
(418, 'Minsk', 20),
(419, '<NAME>\'', 20),
(420, 'Petrik', 20),
(421, 'Vicebsk', 20),
(422, 'Antwerpen', 21),
(423, 'Berchem', 21),
(424, 'Brabant', 21),
(425, '<NAME>', 21),
(426, 'Brussel', 21),
(427, '<NAME>', 21),
(428, 'Hainaut', 21),
(429, 'Liege', 21),
(430, 'Limburg', 21),
(431, 'Luxembourg', 21),
(432, 'Namur', 21),
(433, 'Ontario', 21),
(434, 'Oost-Vlaanderen', 21),
(435, '<NAME>', 21),
(436, 'Vlaams-Brabant', 21),
(437, 'Wallonne', 21),
(438, 'West-Vlaanderen', 21),
(439, 'Belize', 22),
(440, 'Cayo', 22),
(441, 'Corozal', 22),
(442, '<NAME>', 22),
(443, '<NAME>', 22),
(444, 'Toledo', 22),
(445, 'Alibori', 23),
(446, 'Atacora', 23),
(447, 'Atlantique', 23),
(448, 'Borgou', 23),
(449, 'Collines', 23),
(450, 'Couffo', 23),
(451, 'Donga', 23),
(452, 'Littoral', 23),
(453, 'Mono', 23),
(454, 'Oueme', 23),
(455, 'Plateau', 23),
(456, 'Zou', 23),
(457, 'Hamilton', 24),
(458, '<NAME>', 24),
(459, 'Bumthang', 25),
(460, 'Chhukha', 25),
(461, 'Chirang', 25),
(462, 'Daga', 25),
(463, 'Geylegphug', 25),
(464, 'Ha', 25),
(465, 'Lhuntshi', 25),
(466, 'Mongar', 25),
(467, 'Pemagatsel', 25),
(468, 'Punakha', 25),
(469, 'Rinpung', 25),
(470, 'Samchi', 25),
(471, '<NAME>', 25),
(472, 'Shemgang', 25),
(473, 'Tashigang', 25),
(474, 'Timphu', 25),
(475, 'Tongsa', 25),
(476, 'Wangdiphodrang', 25),
(477, 'Beni', 26),
(478, 'Chuquisaca', 26),
(479, 'Cochabamba', 26),
(480, '<NAME>', 26),
(481, 'Oruro', 26),
(482, 'Pando', 26),
(483, 'Potosi', 26),
(484, '<NAME>', 26),
(485, 'Tarija', 26),
(486, '<NAME>', 27),
(487, '<NAME>', 27),
(488, 'Central Bobonong', 28),
(489, 'Central Boteti', 28),
(490, 'Central Mahalapye', 28),
(491, 'Central Serowe-Palapye', 28),
(492, 'Central Tutume', 28),
(493, 'Chobe', 28),
(494, 'Francistown', 28),
(495, 'Gaborone', 28),
(496, 'Ghanzi', 28),
(497, 'Jwaneng', 28),
(498, 'Kgalagadi North', 28),
(499, 'Kgalagadi South', 28),
(500, 'Kgatleng', 28),
(501, 'Kweneng', 28),
(502, 'Lobatse', 28),
(503, 'Ngamiland', 28),
(504, 'Ngwaketse', 28),
(505, 'North East', 28),
(506, 'Okavango', 28),
(507, 'Orapa', 28),
(508, '<NAME>', 28),
(509, 'South East', 28),
(510, 'Sowa', 28),
(511, 'Bouvet Island', 29),
(512, 'Acre', 30),
(513, 'Alagoas', 30),
(514, 'Amapa', 30),
(515, 'Amazonas', 30),
(516, 'Bahia', 30),
(517, 'Ceara', 30),
(518, 'Distrito Federal', 30),
(519, 'Espirito Santo', 30),
(520, 'Estado de Sao Paulo', 30),
(521, 'Goias', 30),
(522, 'Maranhao', 30),
(523, '<NAME>', 30),
(524, '<NAME>', 30),
(525, '<NAME>', 30),
(526, 'Para', 30),
(527, 'Paraiba', 30),
(528, 'Parana', 30),
(529, 'Pernambuco', 30),
(530, 'Piaui', 30),
(531, 'Rio Grande do Norte', 30),
(532, 'Rio Grande do Sul', 30),
(533, 'Rio de Janeiro', 30),
(534, 'Rondonia', 30),
(535, 'Roraima', 30),
(536, '<NAME>', 30),
(537, '<NAME>', 30),
(538, 'Sergipe', 30),
(539, 'Tocantins', 30),
(540, 'British Indian Ocean Territory', 31),
(541, 'Belait', 32),
(542, 'Brunei-Muara', 32),
(543, 'Temburong', 32),
(544, 'Tutong', 32),
(545, 'Blagoevgrad', 33),
(546, 'Burgas', 33),
(547, 'Dobrich', 33),
(548, 'Gabrovo', 33),
(549, 'Haskovo', 33),
(550, 'Jambol', 33),
(551, 'Kardzhali', 33),
(552, 'Kjustendil', 33),
(553, 'Lovech', 33),
(554, 'Montana', 33),
(555, '<NAME>', 33),
(556, 'Pazardzhik', 33),
(557, 'Pernik', 33),
(558, 'Pleven', 33),
(559, 'Plovdiv', 33),
(560, 'Razgrad', 33),
(561, 'Ruse', 33),
(562, 'Shumen', 33),
(563, 'Silistra', 33),
(564, 'Sliven', 33),
(565, 'Smoljan', 33),
(566, '<NAME>', 33),
(567, '<NAME>', 33),
(568, '<NAME>', 33),
(569, 'Targovishte', 33),
(570, 'Varna', 33),
(571, '<NAME>', 33),
(572, 'Vidin', 33),
(573, 'Vraca', 33),
(574, 'Yablaniza', 33),
(575, 'Bale', 34),
(576, 'Bam', 34),
(577, 'Bazega', 34),
(578, 'Bougouriba', 34),
(579, 'Boulgou', 34),
(580, 'Boulkiemde', 34),
(581, 'Comoe', 34),
(582, 'Ganzourgou', 34),
(583, 'Gnagna', 34),
(584, 'Gourma', 34),
(585, 'Houet', 34),
(586, 'Ioba', 34),
(587, 'Kadiogo', 34),
(588, 'Kenedougou', 34),
(589, 'Komandjari', 34),
(590, 'Kompienga', 34),
(591, 'Kossi', 34),
(592, 'Kouritenga', 34),
(593, 'Kourweogo', 34),
(594, 'Leraba', 34),
(595, 'Mouhoun', 34),
(596, 'Nahouri', 34),
(597, 'Namentenga', 34),
(598, 'Noumbiel', 34),
(599, 'Oubritenga', 34),
(600, 'Oudalan', 34),
(601, 'Passore', 34),
(602, 'Poni', 34),
(603, 'Sanguie', 34),
(604, 'Sanmatenga', 34),
(605, 'Seno', 34),
(606, 'Sissili', 34),
(607, 'Soum', 34),
(608, 'Sourou', 34),
(609, 'Tapoa', 34),
(610, 'Tuy', 34),
(611, 'Yatenga', 34),
(612, 'Zondoma', 34),
(613, 'Zoundweogo', 34),
(614, 'Bubanza', 35),
(615, 'Bujumbura', 35),
(616, 'Bururi', 35),
(617, 'Cankuzo', 35),
(618, 'Cibitoke', 35),
(619, 'Gitega', 35),
(620, 'Karuzi', 35),
(621, 'Kayanza', 35),
(622, 'Kirundo', 35),
(623, 'Makamba', 35),
(624, 'Muramvya', 35),
(625, 'Muyinga', 35),
(626, 'Ngozi', 35),
(627, 'Rutana', 35),
(628, 'Ruyigi', 35),
(629, '<NAME>', 36),
(630, '<NAME>', 36),
(631, '<NAME>', 36),
(632, '<NAME>', 36),
(633, '<NAME>', 36),
(634, '<NAME>', 36),
(635, 'Kampot', 36),
(636, 'Kandal', 36),
(637, '<NAME>', 36),
(638, 'Kracheh', 36),
(639, '<NAME>', 36),
(640, '<NAME>', 36),
(641, '<NAME>', 36),
(642, '<NAME>', 36),
(643, '<NAME>', 36),
(644, '<NAME>', 36),
(645, 'Pousat', 36),
(646, '<NAME>', 36),
(647, '<NAME>', 36),
(648, '<NAME>', 36),
(649, '<NAME>', 36),
(650, '<NAME>', 36),
(651, '<NAME>', 36),
(652, 'Takaev', 36),
(653, 'Adamaoua', 37),
(654, 'Centre', 37),
(655, 'Est', 37),
(656, 'Littoral', 37),
(657, 'Nord', 37),
(658, '<NAME>', 37),
(659, 'Nordouest', 37),
(660, 'Ouest', 37),
(661, 'Sud', 37),
(662, 'Sudouest', 37),
(663, 'Alberta', 38),
(664, 'British Columbia', 38),
(665, 'Manitoba', 38),
(666, '<NAME>', 38),
(667, 'Newfoundland and Labrador', 38),
(668, 'Northwest Territories', 38),
(669, '<NAME>', 38),
(670, 'Nunavut', 38),
(671, 'Ontario', 38),
(672, '<NAME>', 38),
(673, 'Quebec', 38),
(674, 'Saskatchewan', 38),
(675, 'Yukon', 38),
(676, 'Boavista', 39),
(677, 'Brava', 39),
(678, 'Fogo', 39),
(679, 'Maio', 39),
(680, 'Sal', 39),
(681, '<NAME>', 39),
(682, '<NAME>', 39),
(683, '<NAME>', 39),
(684, '<NAME>', 39),
(685, '<NAME>', 40),
(686, 'Bamingui-Bangoran', 41),
(687, 'Bangui', 41),
(688, 'Basse-Kotto', 41),
(689, 'Haut-Mbomou', 41),
(690, 'Haute-Kotto', 41),
(691, 'Kemo', 41),
(692, 'Lobaye', 41),
(693, 'Mambere-Kadei', 41),
(694, 'Mbomou', 41),
(695, 'Nana-Gribizi', 41),
(696, 'Nana-Mambere', 41),
(697, '<NAME>', 41),
(698, 'Ouaka', 41),
(699, 'Ouham', 41),
(700, 'Ouham-Pende', 41),
(701, 'Sangha-Mbaere', 41),
(702, 'Vakaga', 41),
(703, 'Batha', 42),
(704, 'Biltine', 42),
(705, 'Bourkou-Ennedi-Tibesti', 42),
(706, 'Chari-Baguirmi', 42),
(707, 'Guera', 42),
(708, 'Kanem', 42),
(709, 'Lac', 42),
(710, 'Logone Occidental', 42),
(711, 'Logone Oriental', 42),
(712, 'Mayo-Kebbi', 42),
(713, 'Moyen-Chari', 42),
(714, 'Ouaddai', 42),
(715, 'Salamat', 42),
(716, 'Tandjile', 42),
(717, 'Aisen', 43),
(718, 'Antofagasta', 43),
(719, 'Araucania', 43),
(720, 'Atacama', 43),
(721, 'Bio Bio', 43),
(722, 'Coquimbo', 43),
(723, 'Libertador General <NAME>\'', 43),
(724, '<NAME>os', 43),
(725, 'Magellanes', 43),
(726, 'Maule', 43),
(727, 'Metropolitana', 43),
(728, 'Metropolitana de Santiago', 43),
(729, 'Tarapaca', 43),
(730, 'Valparaiso', 43),
(731, 'Anhui', 44),
(734, 'Aomen', 44),
(735, 'Beijing', 44),
(736, '<NAME>', 44),
(737, 'Chongqing', 44),
(738, 'Fujian', 44),
(740, 'Gansu', 44),
(741, 'Guangdong', 44),
(743, 'Guangxi', 44),
(744, 'Guizhou', 44),
(745, 'Hainan', 44),
(746, 'Hebei', 44),
(747, 'Heilongjiang', 44),
(748, 'Henan', 44),
(749, 'Hubei', 44),
(750, 'Hunan', 44),
(751, 'Jiangsu', 44),
(753, 'Jiangxi', 44),
(754, 'Jilin', 44),
(755, 'Liaoning', 44),
(757, '<NAME>', 44),
(758, '<NAME>', 44),
(759, 'Qinghai', 44),
(760, 'Shaanxi', 44),
(761, 'Shandong', 44),
(763, 'Shanghai', 44),
(764, 'Shanxi', 44),
(765, 'Sichuan', 44),
(766, 'Tianjin', 44),
(767, 'Xianggang', 44),
(768, 'Xinjiang', 44),
(769, 'Xizang', 44),
(770, 'Yunnan', 44),
(771, 'Zhejiang', 44),
(773, '<NAME>', 45),
(774, 'Cocos (Keeling) Islands', 46),
(775, 'Amazonas', 47),
(776, 'Antioquia', 47),
(777, 'Arauca', 47),
(778, 'Atlantico', 47),
(779, 'Bogota', 47),
(780, 'Bolivar', 47),
(781, 'Boyaca', 47),
(782, 'Caldas', 47),
(783, 'Caqueta', 47),
(784, 'Casanare', 47),
(785, 'Cauca', 47),
(786, 'Cesar', 47),
(787, 'Choco', 47),
(788, 'Cordoba', 47),
(789, 'Cundinamarca', 47),
(790, 'Guainia', 47),
(791, 'Guaviare', 47),
(792, 'Huila', 47),
(793, '<NAME>', 47),
(794, 'Magdalena', 47),
(795, 'Meta', 47),
(796, 'Narino', 47),
(797, '<NAME>', 47),
(798, 'Putumayo', 47),
(799, 'Quindio', 47),
(800, 'Risaralda', 47),
(801, '<NAME>', 47),
(802, 'Santander', 47),
(803, 'Sucre', 47),
(804, 'Tolima', 47),
(805, '<NAME>', 47),
(806, 'Vaupes', 47),
(807, 'Vichada', 47),
(808, 'Mwali', 48),
(809, 'Njazidja', 48),
(810, 'Nzwani', 48),
(811, 'Bouenza', 49),
(812, 'Brazzaville', 49),
(813, 'Cuvette', 49),
(814, 'Kouilou', 49),
(815, 'Lekoumou', 49),
(816, 'Likouala', 49),
(817, 'Niari', 49),
(818, 'Plateaux', 49),
(819, 'Pool', 49),
(820, 'Sangha', 49),
(821, 'Bandundu', 50),
(822, 'Bas-Congo', 50),
(823, 'Equateur', 50),
(824, 'Haut-Congo', 50),
(825, 'Kasai-Occidental', 50),
(826, 'Kasai-Oriental', 50),
(827, 'Katanga', 50),
(828, 'Kinshasa', 50),
(829, 'Maniema', 50),
(830, 'Nord-Kivu', 50),
(831, 'Sud-Kivu', 50),
(832, 'Aitutaki', 51),
(833, 'Atiu', 51),
(834, 'Mangaia', 51),
(835, 'Manihiki', 51),
(836, 'Mauke', 51),
(837, 'Mitiaro', 51),
(838, 'Nassau', 51),
(839, 'Pukapuka', 51),
(840, 'Rakahanga', 51),
(841, 'Rarotonga', 51),
(842, 'Tongareva', 51),
(843, 'Alajuela', 52),
(844, 'Cartago', 52),
(845, 'Guanacaste', 52),
(846, 'Heredia', 52),
(847, 'Limon', 52),
(848, 'Puntarenas', 52),
(849, '<NAME>', 52),
(850, 'Abidjan', 53),
(851, 'Agneby', 53),
(852, 'Bafing', 53),
(853, 'Denguele', 53),
(854, '<NAME>', 53),
(855, 'Fromager', 53),
(856, 'Haut-Sassandra', 53),
(857, 'Lacs', 53),
(858, 'Lagunes', 53),
(859, 'Marahoue', 53),
(860, 'Moyen-Cavally', 53),
(861, 'Moyen-Comoe', 53),
(862, 'N\'zi-Comoe', 53),
(863, 'Sassandra', 53),
(864, 'Savanes', 53),
(865, 'Sud-Bandama', 53),
(866, 'Sud-Comoe', 53),
(867, '<NAME>', 53),
(868, 'Worodougou', 53),
(869, 'Zanzan', 53),
(870, 'Bjelovar-Bilogora', 54),
(871, 'Dubrovnik-Neretva', 54),
(872, '<NAME>', 54),
(873, 'Istra', 54),
(874, 'Karlovac', 54),
(875, 'Koprivnica-Krizhevci', 54),
(876, 'Krapina-Zagorje', 54),
(877, 'Lika-Senj', 54),
(878, 'Medhimurje', 54),
(879, '<NAME>', 54),
(880, 'Osijek-Baranja', 54),
(881, 'Osjecko-<NAME>', 54),
(882, 'Pozhega-Slavonija', 54),
(883, 'Primorje-<NAME>', 54),
(884, 'Shibenik-Knin', 54),
(885, 'Sisak-Moslavina', 54),
(886, '<NAME>', 54),
(887, 'Split-Dalmacija', 54),
(888, 'Varazhdin', 54),
(889, 'Virovitica-Podravina', 54),
(890, 'Vukovar-Srijem', 54),
(891, 'Zadar', 54),
(892, 'Zagreb', 54),
(893, 'Camaguey', 55),
(894, '<NAME>', 55),
(895, 'Cienfuegos', 55),
(896, 'Ciudad de la Habana', 55),
(897, 'Granma', 55),
(898, 'Guantanamo', 55),
(899, 'Habana', 55),
(900, 'Holguin', 55),
(901, '<NAME>', 55),
(902, 'La Habana', 55),
(903, '<NAME>', 55),
(904, 'Matanzas', 55),
(905, '<NAME>', 55),
(906, 'Sancti Spiritus', 55),
(907, '<NAME>', 55),
(908, '<NAME>', 55),
(909, 'Government controlled area', 56),
(910, 'Limassol', 56),
(911, 'Nicosia District', 56),
(912, 'Paphos', 56),
(913, 'Turkish controlled area', 56),
(914, 'Central Bohemian', 57),
(915, 'Frycovice', 57),
(916, '<NAME>', 57),
(917, 'Jihochesky', 57),
(918, 'Jihomoravsky', 57),
(919, 'Karlovarsky', 57),
(920, 'Klecany', 57),
(921, 'Kralovehradecky', 57),
(922, 'Liberecky', 57),
(923, 'Lipov', 57),
(924, 'Moravskoslezsky', 57),
(925, 'Olomoucky', 57),
(926, '<NAME>', 57),
(927, 'Pardubicky', 57),
(928, 'Plzensky', 57),
(929, 'Praha', 57),
(930, 'Rajhrad', 57),
(931, 'Smirice', 57),
(932, '<NAME>', 57),
(933, '<NAME>', 57),
(934, 'Stredochesky', 57),
(935, 'Unicov', 57),
(936, 'Ustecky', 57),
(937, 'Valletta', 57),
(938, 'Velesin', 57),
(939, 'Vysochina', 57),
(940, 'Zlinsky', 57),
(941, 'Arhus', 58),
(942, 'Bornholm', 58),
(943, 'Frederiksborg', 58),
(944, 'Fyn', 58),
(945, 'Hovedstaden', 58),
(946, 'Kobenhavn', 58),
(947, '<NAME>', 58),
(948, 'Kobenhavns Kommune', 58),
(949, 'Nordjylland', 58),
(950, 'Ribe', 58),
(951, 'Ringkobing', 58),
(952, 'Roervig', 58),
(953, 'Roskilde', 58),
(954, 'Roslev', 58),
(955, 'Sjaelland', 58),
(956, 'Soeborg', 58),
(957, 'Sonderjylland', 58),
(958, 'Storstrom', 58),
(959, 'Syddanmark', 58),
(960, 'Toelloese', 58),
(961, 'Vejle', 58),
(962, 'Vestsjalland', 58),
(963, 'Viborg', 58),
(964, '\'<NAME>', 59),
(965, 'Dikhil', 59),
(966, 'Jibuti', 59),
(967, 'Tajurah', 59),
(968, 'Ubuk', 59),
(969, '<NAME>', 60),
(970, '<NAME>', 60),
(971, '<NAME>', 60),
(972, '<NAME>', 60),
(973, '<NAME>', 60),
(974, '<NAME>', 60),
(975, '<NAME>', 60),
(976, '<NAME>', 60),
(977, '<NAME>', 60),
(978, '<NAME>', 60),
(979, 'Azua', 61),
(980, 'Bahoruco', 61),
(981, 'Barahona', 61),
(982, 'Dajabon', 61),
(983, 'Distrito Nacional', 61),
(984, 'Duarte', 61),
(985, '<NAME>', 61),
(986, '<NAME>', 61),
(987, 'Espaillat', 61),
(988, '<NAME>', 61),
(989, 'Independencia', 61),
(990, 'La Altagracia', 61),
(991, 'La Romana', 61),
(992, '<NAME>', 61),
(993, '<NAME>', 61),
(994, '<NAME>', 61),
(995, '<NAME>', 61),
(996, '<NAME>', 61),
(997, 'Pedernales', 61),
(998, 'Peravia', 61),
(999, '<NAME>', 61),
(1000, 'Salcedo', 61),
(1001, 'Samana', 61),
(1002, '<NAME>', 61),
(1003, '<NAME>', 61),
(1004, '<NAME>', 61),
(1005, '<NAME>', 61),
(1006, 'Santiago', 61),
(1007, '<NAME>', 61),
(1008, 'Valverde', 61),
(1009, 'Aileu', 62),
(1010, 'Ainaro', 62),
(1011, 'Ambeno', 62),
(1012, 'Baucau', 62),
(1013, 'Bobonaro', 62),
(1014, '<NAME>', 62),
(1015, 'Dili', 62),
(1016, 'Ermera', 62),
(1017, 'Lautem', 62),
(1018, 'Liquica', 62),
(1019, 'Manatuto', 62),
(1020, 'Manufahi', 62),
(1021, 'Viqueque', 62),
(1022, 'Azuay', 63),
(1023, 'Bolivar', 63),
(1024, 'Canar', 63),
(1025, 'Carchi', 63),
(1026, 'Chimborazo', 63),
(1027, 'Cotopaxi', 63),
(1028, '<NAME>', 63),
(1029, 'Esmeraldas', 63),
(1030, 'Galapagos', 63),
(1031, 'Guayas', 63),
(1032, 'Imbabura', 63),
(1033, 'Loja', 63),
(1034, '<NAME>', 63),
(1035, 'Manabi', 63),
(1036, '<NAME>', 63),
(1037, 'Napo', 63),
(1038, 'Orellana', 63),
(1039, 'Pastaza', 63),
(1040, 'Pichincha', 63),
(1041, 'Sucumbios', 63),
(1042, 'Tungurahua', 63),
(1043, '<NAME>', 63),
(1044, 'Aswan', 64),
(1045, 'Asyut', 64),
(1046, '<NAME>', 64),
(1047, '<NAME>', 64),
(1048, 'Cairo', 64),
(1049, 'Dumyat', 64),
(1050, 'Kafr-ash-Shaykh', 64),
(1051, 'Matruh', 64),
(1052, '<NAME> Daqahliyah', 64),
(1053, '<NAME>', 64),
(1054, '<NAME>', 64),
(1055, '<NAME>', 64),
(1056, '<NAME>', 64),
(1057, 'Qina', 64),
(1058, 'Sawhaj', 64),
(1059, '<NAME>', 64),
(1060, '<NAME>', 64),
(1061, 'ad-Daqahliyah', 64),
(1062, 'al-Bahr-al-Ahmar', 64),
(1063, 'al-Buhayrah', 64),
(1064, 'al-Fayyum', 64),
(1065, 'al-Gharbiyah', 64),
(1066, 'al-Iskandariyah', 64),
(1067, 'al-Ismailiyah', 64),
(1068, 'al-Jizah', 64),
(1069, 'al-Minufiyah', 64),
(1070, 'al-Minya', 64),
(1071, 'al-Qahira', 64),
(1072, 'al-Qalyubiyah', 64),
(1073, 'al-Uqsur', 64),
(1074, 'al-Wadi al-Jadid', 64),
(1075, 'as-Suways', 64),
(1076, 'ash-Sharqiyah', 64),
(1077, 'Ahuachapan', 65),
(1078, 'Cabanas', 65),
(1079, 'Chalatenango', 65),
(1080, 'Cuscatlan', 65),
(1081, 'La Libertad', 65),
(1082, '<NAME>', 65),
(1083, 'La Union', 65),
(1084, 'Morazan', 65),
(1085, '<NAME>', 65),
(1086, '<NAME>', 65),
(1087, '<NAME>', 65),
(1088, '<NAME>', 65),
(1089, 'Sonsonate', 65),
(1090, 'Usulutan', 65),
(1091, 'Annobon', 66),
(1092, '<NAME>', 66),
(1093, '<NAME>', 66),
(1094, '<NAME>', 66),
(1095, 'Kie-Ntem', 66),
(1096, 'Litoral', 66),
(1097, 'Wele-Nzas', 66),
(1098, 'Anseba', 67),
(1099, 'Debub', 67),
(1100, 'Debub-Keih-Bahri', 67),
(1101, 'Gash-Barka', 67),
(1102, 'Maekel', 67),
(1103, 'Semien-Keih-Bahri', 67),
(1104, 'Harju', 68),
(1105, 'Hiiu', 68),
(1106, 'Ida-Viru', 68),
(1107, 'Jarva', 68),
(1108, 'Jogeva', 68),
(1109, 'Laane', 68),
(1110, 'Laane-Viru', 68),
(1111, 'Parnu', 68),
(1112, 'Polva', 68),
(1113, 'Rapla', 68),
(1114, 'Saare', 68),
(1115, 'Tartu', 68),
(1116, 'Valga', 68),
(1117, 'Viljandi', 68),
(1118, 'Voru', 68),
(1119, '<NAME>', 69),
(1120, 'Afar', 69),
(1121, 'Amhara', 69),
(1122, 'Benishangul', 69),
(1123, 'Diredawa', 69),
(1124, 'Gambella', 69),
(1125, 'Harar', 69),
(1126, 'Jigjiga', 69),
(1127, 'Mekele', 69),
(1128, 'Oromia', 69),
(1129, 'Somali', 69),
(1130, 'Southern', 69),
(1131, 'Tigray', 69),
(1132, '<NAME>', 70),
(1133, 'Cocos Islands', 70),
(1134, 'Coral Sea Islands', 70),
(1135, 'Falkland Islands', 71),
(1136, 'South Georgia', 71),
(1137, 'Klaksvik', 72),
(1138, '<NAME>', 72),
(1139, '<NAME>', 72),
(1140, 'Sandoy', 72),
(1141, 'Streymoy', 72),
(1142, '<NAME>', 72),
(1143, '<NAME>', 72),
(1144, 'Torshavn', 72),
(1145, 'Vaga', 72),
(1146, 'Central', 73),
(1147, 'Eastern', 73),
(1148, 'Northern', 73),
(1149, 'South Pacific', 73),
(1150, 'Western', 73),
(1151, 'Ahvenanmaa', 74),
(1152, 'Etela-Karjala', 74),
(1153, 'Etela-Pohjanmaa', 74),
(1154, 'Etela-Savo', 74),
(1155, '<NAME>', 74),
(1156, '<NAME>', 74),
(1157, 'Ita-Uusimaa', 74),
(1158, 'Kainuu', 74),
(1159, 'Kanta-Hame', 74),
(1160, 'Keski-Pohjanmaa', 74),
(1161, 'Keski-Suomi', 74),
(1162, 'Kymenlaakso', 74),
(1163, '<NAME>', 74),
(1164, 'Lappi', 74),
(1165, 'Northern Savonia', 74),
(1166, 'Ostrobothnia', 74),
(1167, '<NAME>', 74),
(1168, 'Paijat-Hame', 74),
(1169, 'Pirkanmaa', 74),
(1170, 'Pohjanmaa', 74),
(1171, 'Pohjois-Karjala', 74),
(1172, 'Pohjois-Pohjanmaa', 74),
(1173, 'Pohjois-Savo', 74),
(1174, 'Saarijarvi', 74),
(1175, 'Satakunta', 74),
(1176, '<NAME>', 74),
(1177, '<NAME>', 74),
(1178, '<NAME>', 74),
(1179, 'Uusimaa', 74),
(1180, 'Varsinais-Suomi', 74),
(1181, 'Ain', 75),
(1182, 'Aisne', 75),
(1183, '<NAME>', 75),
(1184, 'Allier', 75),
(1185, '<NAME>', 75),
(1186, 'Alpes-Maritimes', 75),
(1187, 'Alpes-de-Haute-Provence', 75),
(1188, 'Alsace', 75),
(1189, 'Aquitaine', 75),
(1190, 'Ardeche', 75),
(1191, 'Ardennes', 75),
(1192, 'Ariege', 75),
(1193, 'Aube', 75),
(1194, 'Aude', 75),
(1195, 'Auvergne', 75),
(1196, 'Aveyron', 75),
(1197, 'Bas-Rhin', 75),
(1198, 'Basse-Normandie', 75),
(1199, 'Bouches-du-Rhone', 75),
(1200, 'Bourgogne', 75),
(1201, 'Bretagne', 75),
(1202, 'Brittany', 75),
(1203, 'Burgundy', 75),
(1204, 'Calvados', 75),
(1205, 'Cantal', 75),
(1206, 'Cedex', 75),
(1207, 'Centre', 75),
(1208, 'Charente', 75),
(1209, 'Charente-Maritime', 75),
(1210, 'Cher', 75),
(1211, 'Correze', 75),
(1212, 'Corse-du-Sud', 75),
(1213, 'Cote-d\'Or', 75),
(1214, 'Cotes-d\'Armor', 75),
(1215, 'Creuse', 75),
(1216, 'Crolles', 75),
(1217, 'Deux-Sevres', 75),
(1218, 'Dordogne', 75),
(1219, 'Doubs', 75),
(1220, 'Drome', 75),
(1221, 'Essonne', 75),
(1222, 'Eure', 75),
(1223, 'Eure-et-Loir', 75),
(1224, 'Feucherolles', 75),
(1225, 'Finistere', 75),
(1226, 'Franche-Comte', 75),
(1227, 'Gard', 75),
(1228, 'Gers', 75),
(1229, 'Gironde', 75),
(1230, 'Haut-Rhin', 75),
(1231, 'Haute-Corse', 75),
(1232, 'Haute-Garonne', 75),
(1233, 'Haute-Loire', 75),
(1234, 'Haute-Marne', 75),
(1235, 'Haute-Saone', 75),
(1236, 'Haute-Savoie', 75),
(1237, 'Haute-Vienne', 75),
(1238, 'Hautes-Alpes', 75),
(1239, 'Hautes-Pyrenees', 75),
(1240, 'Hauts-de-Seine', 75),
(1241, 'Herault', 75),
(1242, 'Ile-de-France', 75),
(1243, 'Ille-et-Vilaine', 75),
(1244, 'Indre', 75),
(1245, 'Indre-et-Loire', 75),
(1246, 'Isere', 75),
(1247, 'Jura', 75),
(1248, 'Klagenfurt', 75),
(1249, 'Landes', 75),
(1250, 'Languedoc-Roussillon', 75),
(1251, 'Larcay', 75),
(1252, '<NAME>', 75),
(1253, '<NAME>', 75),
(1254, 'Limousin', 75),
(1255, 'Loir-et-Cher', 75),
(1256, 'Loire', 75),
(1257, 'Loire-Atlantique', 75),
(1258, 'Loiret', 75),
(1259, 'Lorraine', 75),
(1260, 'Lot', 75),
(1261, 'Lot-et-Garonne', 75),
(1262, '<NAME>', 75),
(1263, 'Lozere', 75),
(1264, 'Maine-et-Loire', 75),
(1265, 'Manche', 75),
(1266, 'Marne', 75),
(1267, 'Mayenne', 75),
(1268, 'Meurthe-et-Moselle', 75),
(1269, 'Meuse', 75),
(1270, 'Midi-Pyrenees', 75),
(1271, 'Morbihan', 75),
(1272, 'Moselle', 75),
(1273, 'Nievre', 75),
(1274, 'Nord', 75),
(1275, 'Nord-Pas-de-Calais', 75),
(1276, 'Oise', 75),
(1277, 'Orne', 75),
(1278, 'Paris', 75),
(1279, 'Pas-de-Calais', 75),
(1280, '<NAME>', 75),
(1281, 'Pays-de-la-Loire', 75),
(1282, 'Picardy', 75),
(1283, 'Puy-de-Dome', 75),
(1284, 'Pyrenees-Atlantiques', 75),
(1285, 'Pyrenees-Orientales', 75),
(1286, 'Quelmes', 75),
(1287, 'Rhone', 75),
(1288, 'Rhone-Alpes', 75),
(1289, '<NAME>', 75),
(1290, '<NAME>', 75),
(1291, 'Saone-et-Loire', 75),
(1292, 'Sarthe', 75),
(1293, 'Savoie', 75),
(1294, 'Seine-Maritime', 75),
(1295, 'Seine-Saint-Denis', 75),
(1296, 'Seine-et-Marne', 75),
(1297, 'Somme', 75),
(1298, '<NAME>', 75),
(1299, 'Souvans', 75),
(1300, 'Tarn', 75),
(1301, 'Tarn-et-Garonne', 75),
(1302, '<NAME>', 75),
(1303, 'Treignac', 75),
(1304, '<NAME>', 75),
(1305, 'Val-d\'Oise', 75),
(1306, 'Val-de-Marne', 75),
(1307, 'Var', 75),
(1308, 'Vaucluse', 75),
(1309, 'Vellise', 75),
(1310, 'Vendee', 75),
(1311, 'Vienne', 75),
(1312, 'Vosges', 75),
(1313, 'Yonne', 75),
(1314, 'Yvelines', 75),
(1315, 'Cayenne', 76),
(1316, 'Saint-Laurent-du-Maroni', 76),
(1317, 'Iles du Vent', 77),
(1318, 'Iles sous le Vent', 77),
(1319, 'Marquesas', 77),
(1320, 'Tuamotu', 77),
(1321, 'Tubuai', 77),
(1322, 'Amsterdam', 78),
(1323, 'Crozet Islands', 78),
(1324, 'Kerguelen', 78),
(1325, 'Estuaire', 79),
(1326, 'Haut-Ogooue', 79),
(1327, 'Moyen-Ogooue', 79),
(1328, 'Ngounie', 79),
(1329, 'Nyanga', 79),
(1330, 'Ogooue-Ivindo', 79),
(1331, 'Ogooue-Lolo', 79),
(1332, 'Ogooue-Maritime', 79),
(1333, 'Woleu-Ntem', 79),
(1334, 'Banjul', 80),
(1335, 'Basse', 80),
(1336, 'Brikama', 80),
(1337, 'Janjanbureh', 80),
(1338, 'Kanifing', 80),
(1339, 'Kerewan', 80),
(1340, 'Kuntaur', 80),
(1341, 'Mansakonko', 80),
(1342, 'Abhasia', 81),
(1343, 'Ajaria', 81),
(1344, 'Guria', 81),
(1345, 'Imereti', 81),
(1346, 'Kaheti', 81),
(1347, '<NAME>', 81),
(1348, 'Mcheta-Mtianeti', 81),
(1349, 'Racha', 81),
(1350, 'Samagrelo-<NAME>', 81),
(1351, 'Samche-Zhavaheti', 81),
(1352, '<NAME>', 81),
(1353, 'Tbilisi', 81),
(1354, 'Auvergne', 82),
(1355, 'Baden-Wurttemberg', 82),
(1356, 'Bavaria', 82),
(1357, 'Bayern', 82),
(1358, '<NAME>', 82),
(1359, 'Berlin', 82),
(1360, 'Brandenburg', 82),
(1361, 'Bremen', 82),
(1362, 'Dreisbach', 82),
(1363, '<NAME>', 82),
(1364, 'Hamburg', 82),
(1365, 'Hannover', 82),
(1366, 'Heroldstatt', 82),
(1367, 'Hessen', 82),
(1368, 'Kortenberg', 82),
(1369, 'Laasdorf', 82),
(1370, '<NAME>', 82),
(1371, '<NAME>', 82),
(1372, '<NAME>', 82),
(1373, '<NAME>', 82),
(1374, 'Land Mecklenburg-Vorpommern', 82),
(1375, 'Land Nordrhein-Westfalen', 82),
(1376, 'Land Rheinland-Pfalz', 82),
(1377, '<NAME>', 82),
(1378, '<NAME>', 82),
(1379, '<NAME>', 82),
(1380, '<NAME>', 82),
(1381, 'Mecklenburg-Vorpommern', 82),
(1382, 'Mulfingen', 82),
(1383, 'Munich', 82),
(1384, 'Neubeuern', 82),
(1385, 'Niedersachsen', 82),
(1386, 'Noord-Holland', 82),
(1387, 'Nordrhein-Westfalen', 82),
(1388, 'North Rhine-Westphalia', 82),
(1389, 'Osterode', 82),
(1390, 'Rheinland-Pfalz', 82),
(1391, 'Rhineland-Palatinate', 82),
(1392, 'Saarland', 82),
(1393, 'Sachsen', 82),
(1394, 'Sachsen-Anhalt', 82),
(1395, 'Saxony', 82),
(1396, 'Schleswig-Holstein', 82),
(1397, 'Thuringia', 82),
(1398, 'Webling', 82),
(1399, 'Weinstrabe', 82),
(1400, 'schlobborn', 82),
(1401, 'Ashanti', 83),
(1402, 'Brong-Ahafo', 83),
(1403, 'Central', 83),
(1404, 'Eastern', 83),
(1405, '<NAME>', 83),
(1406, 'Northern', 83),
(1407, 'Upper East', 83),
(1408, 'Upper West', 83),
(1409, 'Volta', 83),
(1410, 'Western', 83),
(1411, 'Gibraltar', 84),
(1412, 'Acharnes', 85),
(1413, 'Ahaia', 85),
(1414, '<NAME>', 85),
(1415, 'Argolis', 85),
(1416, 'Arkadia', 85),
(1417, 'Arta', 85),
(1418, 'Attica', 85),
(1419, 'Attiki', 85),
(1420, '<NAME>', 85),
(1421, 'Crete', 85),
(1422, 'Dodekanisos', 85),
(1423, 'Drama', 85),
(1424, 'Evia', 85),
(1425, 'Evritania', 85),
(1426, 'Evros', 85),
(1427, 'Evvoia', 85),
(1428, 'Florina', 85),
(1429, 'Fokis', 85),
(1430, 'Fthiotis', 85),
(1431, 'Grevena', 85),
(1432, 'Halandri', 85),
(1433, 'Halkidiki', 85),
(1434, 'Hania', 85),
(1435, 'Heraklion', 85),
(1436, 'Hios', 85),
(1437, 'Ilia', 85),
(1438, 'Imathia', 85),
(1439, 'Ioannina', 85),
(1440, 'Iraklion', 85),
(1441, 'Karditsa', 85),
(1442, 'Kastoria', 85),
(1443, 'Kavala', 85),
(1444, 'Kefallinia', 85),
(1445, 'Kerkira', 85),
(1446, 'Kiklades', 85),
(1447, 'Kilkis', 85),
(1448, 'Korinthia', 85),
(1449, 'Kozani', 85),
(1450, 'Lakonia', 85),
(1451, 'Larisa', 85),
(1452, 'Lasithi', 85),
(1453, 'Lesvos', 85),
(1454, 'Levkas', 85),
(1455, 'Magnisia', 85),
(1456, 'Messinia', 85),
(1457, '<NAME>', 85),
(1458, '<NAME>', 85),
(1459, 'Pella', 85),
(1460, 'Pieria', 85),
(1461, 'Piraios', 85),
(1462, 'Preveza', 85),
(1463, 'Rethimni', 85),
(1464, 'Rodopi', 85),
(1465, 'Samos', 85),
(1466, 'Serrai', 85),
(1467, 'Thesprotia', 85),
(1468, 'Thessaloniki', 85),
(1469, 'Trikala', 85),
(1470, 'Voiotia', 85),
(1471, '<NAME>', 85),
(1472, 'Xanthi', 85),
(1473, 'Zakinthos', 85),
(1474, 'Aasiaat', 86),
(1475, 'Ammassalik', 86),
(1476, 'Illoqqortoormiut', 86),
(1477, 'Ilulissat', 86),
(1478, 'Ivittuut', 86),
(1479, 'Kangaatsiaq', 86),
(1480, 'Maniitsoq', 86),
(1481, 'Nanortalik', 86),
(1482, 'Narsaq', 86),
(1483, 'Nuuk', 86),
(1484, 'Paamiut', 86),
(1485, 'Qaanaaq', 86),
(1486, 'Qaqortoq', 86),
(1487, 'Qasigiannguit', 86),
(1488, 'Qeqertarsuaq', 86),
(1489, 'Sisimiut', 86),
(1490, 'Udenfor kommunal inddeling', 86),
(1491, 'Upernavik', 86),
(1492, 'Uummannaq', 86),
(1493, '<NAME>', 87),
(1494, '<NAME>', 87),
(1495, '<NAME>', 87),
(1496, '<NAME>', 87),
(1497, '<NAME>', 87),
(1498, '<NAME>', 87),
(1499, '<NAME>', 87),
(1500, 'Basse-Terre', 88),
(1501, 'Grande-Terre', 88),
(1502, 'Iles des Saintes', 88),
(1503, '<NAME>', 88),
(1504, 'Marie-Galante', 88),
(1505, '<NAME>', 88),
(1506, '<NAME>', 88),
(1507, '<NAME>', 89),
(1508, 'Agat', 89),
(1509, 'Barrigada', 89),
(1510, 'Chalan-Pago-Ordot', 89),
(1511, 'Dededo', 89),
(1512, 'Hagatna', 89),
(1513, 'Inarajan', 89),
(1514, 'Mangilao', 89),
(1515, 'Merizo', 89),
(1516, 'Mongmong-Toto-Maite', 89),
(1517, '<NAME>', 89),
(1518, 'Sinajana', 89),
(1519, 'Talofofo', 89),
(1520, 'Tamuning', 89),
(1521, 'Yigo', 89),
(1522, 'Yona', 89),
(1523, '<NAME>', 90),
(1524, '<NAME>', 90),
(1525, 'Chimaltenango', 90),
(1526, 'Chiquimula', 90),
(1527, '<NAME>', 90),
(1528, 'Escuintla', 90),
(1529, 'Guatemala', 90),
(1530, 'Huehuetenango', 90),
(1531, 'Izabal', 90),
(1532, 'Jalapa', 90),
(1533, 'Jutiapa', 90),
(1534, 'Peten', 90),
(1535, 'Quezaltenango', 90),
(1536, 'Quiche', 90),
(1537, 'Retalhuleu', 90),
(1538, 'Sacatepequez', 90),
(1539, '<NAME>', 90),
(1540, '<NAME>', 90),
(1541, 'Solola', 90),
(1542, 'Suchitepequez', 90),
(1543, 'Totonicapan', 90),
(1544, 'Zacapa', 90),
(1545, 'Alderney', 91),
(1546, 'Castel', 91),
(1547, 'Forest', 91),
(1548, '<NAME>', 91),
(1549, '<NAME>', 91),
(1550, '<NAME>', 91),
(1551, '<NAME>', 91),
(1552, '<NAME>', 91),
(1553, '<NAME>', 91),
(1554, 'Sark', 91),
(1555, 'Torteval', 91),
(1556, 'Vale', 91),
(1557, 'Beyla', 92),
(1558, 'Boffa', 92),
(1559, 'Boke', 92),
(1560, 'Conakry', 92),
(1561, 'Coyah', 92),
(1562, 'Dabola', 92),
(1563, 'Dalaba', 92),
(1564, 'Dinguiraye', 92),
(1565, 'Faranah', 92),
(1566, 'Forecariah', 92),
(1567, 'Fria', 92),
(1568, 'Gaoual', 92),
(1569, 'Gueckedou', 92),
(1570, 'Kankan', 92),
(1571, 'Kerouane', 92),
(1572, 'Kindia', 92),
(1573, 'Kissidougou', 92),
(1574, 'Koubia', 92),
(1575, 'Koundara', 92),
(1576, 'Kouroussa', 92),
(1577, 'Labe', 92),
(1578, 'Lola', 92),
(1579, 'Macenta', 92),
(1580, 'Mali', 92),
(1581, 'Mamou', 92),
(1582, 'Mandiana', 92),
(1583, 'Nzerekore', 92),
(1584, 'Pita', 92),
(1585, 'Siguiri', 92),
(1586, 'Telimele', 92),
(1587, 'Tougue', 92),
(1588, 'Yomou', 92),
(1589, 'Bafata', 93),
(1590, 'Bissau', 93),
(1591, 'Bolama', 93),
(1592, 'Cacheu', 93),
(1593, 'Gabu', 93),
(1594, 'Oio', 93),
(1595, 'Quinara', 93),
(1596, 'Tombali', 93),
(1597, 'Barima-Waini', 94),
(1598, 'Cuyuni-Mazaruni', 94),
(1599, 'Demerara-Mahaica', 94),
(1600, 'East Berbice-Corentyne', 94),
(1601, 'Essequibo Islands-West Demerar', 94),
(1602, 'Mahaica-Berbice', 94),
(1603, 'Pomeroon-Supenaam', 94),
(1604, 'Potaro-Siparuni', 94),
(1605, 'Upper Demerara-Berbice', 94),
(1606, 'Upper Takutu-Upper Essequibo', 94),
(1607, 'Artibonite', 95),
(1608, 'Centre', 95),
(1609, 'Grand\'Anse', 95),
(1610, 'Nord', 95),
(1611, 'Nord-Est', 95),
(1612, 'Nord-Ouest', 95),
(1613, 'Ouest', 95),
(1614, 'Sud', 95),
(1615, 'Sud-Est', 95),
(1616, 'Heard and McDonald Islands', 96),
(1617, 'Atlantida', 97),
(1618, 'Choluteca', 97),
(1619, 'Colon', 97),
(1620, 'Comayagua', 97),
(1621, 'Copan', 97),
(1622, 'Cortes', 97),
(1623, 'Distrito Central', 97),
(1624, '<NAME>', 97),
(1625, '<NAME>', 97),
(1626, '<NAME>', 97),
(1627, 'Intibuca', 97),
(1628, '<NAME>', 97),
(1629, '<NAME>', 97),
(1630, 'Lempira', 97),
(1631, 'Ocotepeque', 97),
(1632, 'Olancho', 97),
(1633, '<NAME>', 97),
(1634, 'Valle', 97),
(1635, 'Yoro', 97),
(1636, '<NAME>', 98),
(1637, 'Bacs-Kiskun', 99),
(1638, 'Baranya', 99),
(1639, 'Bekes', 99),
(1640, 'Borsod-Abauj-Zemplen', 99),
(1641, 'Budapest', 99),
(1642, 'Csongrad', 99),
(1643, 'Fejer', 99),
(1644, 'Gyor-Moson-Sopron', 99),
(1645, 'Hajdu-Bihar', 99),
(1646, 'Heves', 99),
(1647, 'Jasz-Nagykun-Szolnok', 99),
(1648, 'Komarom-Esztergom', 99),
(1649, 'Nograd', 99),
(1650, 'Pest', 99),
(1651, 'Somogy', 99),
(1652, 'Szabolcs-Szatmar-Bereg', 99),
(1653, 'Tolna', 99),
(1654, 'Vas', 99),
(1655, 'Veszprem', 99),
(1656, 'Zala', 99),
(1657, 'Austurland', 100),
(1658, 'Gullbringusysla', 100),
(1659, '<NAME>', 100),
(1660, 'Nor urland eystra', 100),
(1661, 'Nor urland vestra', 100),
(1662, '<NAME>', 100),
(1663, '<NAME>', 100),
(1664, '<NAME>', 100),
(1665, 'Vesturland', 100),
(1666, 'Aceh', 102),
(1667, 'Bali', 102),
(1668, 'Bangka-Belitung', 102),
(1669, 'Banten', 102),
(1670, 'Bengkulu', 102),
(1671, 'Gandaria', 102),
(1672, 'Gorontalo', 102),
(1673, 'Jakarta', 102),
(1674, 'Jambi', 102),
(1675, '<NAME>', 102),
(1676, '<NAME>', 102),
(1677, '<NAME>', 102),
(1678, '<NAME>', 102),
(1679, '<NAME>', 102),
(1680, '<NAME>', 102),
(1681, '<NAME>', 102),
(1682, 'Kendal', 102),
(1683, 'Lampung', 102),
(1684, 'Maluku', 102),
(1685, '<NAME>', 102),
(1686, '<NAME>', 102),
(1687, '<NAME>', 102),
(1688, 'Papua', 102),
(1689, 'Riau', 102),
(1690, '<NAME>', 102),
(1691, 'Solo', 102),
(1692, '<NAME>', 102),
(1693, '<NAME>', 102),
(1694, '<NAME>', 102),
(1695, '<NAME>', 102),
(1696, '<NAME>', 102),
(1697, '<NAME>', 102),
(1698, '<NAME>a', 102),
(1699, 'Yogyakarta', 102),
(1700, 'Ardabil', 103),
(1701, '<NAME>', 103),
(1702, '<NAME>', 103),
(1703, 'Bushehr', 103),
(1704, '<NAME>', 103),
(1705, 'Esfahan', 103),
(1706, 'Fars', 103),
(1707, 'Gilan', 103),
(1708, 'Golestan', 103),
(1709, 'Hamadan', 103),
(1710, 'Hormozgan', 103),
(1711, 'Ilam', 103),
(1712, 'Kerman', 103),
(1713, 'Kermanshah', 103),
(1714, 'Khorasan', 103),
(1715, 'Khuzestan', 103),
(1716, '<NAME>', 103),
(1717, 'Kordestan', 103),
(1718, 'Lorestan', 103),
(1719, 'Markazi', 103),
(1720, 'Mazandaran', 103),
(1721, '<NAME>', 103),
(1722, 'Qazvin', 103),
(1723, 'Qom', 103),
(1724, 'Semnan', 103),
(1725, '<NAME>', 103),
(1726, 'Tehran', 103),
(1727, 'Yazd', 103),
(1728, 'Zanjan', 103),
(1729, 'Babil', 104),
(1730, 'Baghdad', 104),
(1731, 'Dahuk', 104),
(1732, '<NAME>', 104),
(1733, 'Diyala', 104),
(1734, 'Erbil', 104),
(1735, 'Irbil', 104),
(1736, 'Karbala', 104),
(1737, 'Kurdistan', 104),
(1738, 'Maysan', 104),
(1739, 'Ninawa', 104),
(1740, 'Salah-ad-Din', 104),
(1741, 'Wasit', 104),
(1742, 'al-Anbar', 104),
(1743, 'al-Basrah', 104),
(1744, 'al-Muthanna', 104),
(1745, 'al-Qadisiyah', 104),
(1746, 'an-Najaf', 104),
(1747, 'as-Sulaymaniyah', 104),
(1748, 'at-Ta\'mim', 104),
(1749, 'Armagh', 105),
(1750, 'Carlow', 105),
(1751, 'Cavan', 105),
(1752, 'Clare', 105),
(1753, 'Cork', 105),
(1754, 'Donegal', 105),
(1755, 'Dublin', 105),
(1756, 'Galway', 105),
(1757, 'Kerry', 105),
(1758, 'Kildare', 105),
(1759, 'Kilkenny', 105),
(1760, 'Laois', 105),
(1761, 'Leinster', 105),
(1762, 'Leitrim', 105),
(1763, 'Limerick', 105),
(1764, '<NAME>', 105),
(1765, 'Longford', 105),
(1766, 'Louth', 105),
(1767, 'Mayo', 105),
(1768, 'Meath', 105),
(1769, 'Monaghan', 105),
(1770, 'Offaly', 105),
(1771, 'Roscommon', 105),
(1772, 'Sligo', 105),
(1773, 'Tipperary North Riding', 105),
(1774, 'Tipperary South Riding', 105),
(1775, 'Ulster', 105),
(1776, 'Waterford', 105),
(1777, 'Westmeath', 105),
(1778, 'Wexford', 105),
(1779, 'Wicklow', 105),
(1780, '<NAME>', 106),
(1781, '<NAME>', 106),
(1782, 'Bethlehem', 106),
(1783, 'Caesarea', 106),
(1784, 'Centre', 106),
(1785, 'Gaza', 106),
(1786, 'Hadaron', 106),
(1787, 'Haifa District', 106),
(1788, 'Hamerkaz', 106),
(1789, 'Hazafon', 106),
(1790, 'Hebron', 106),
(1791, 'Jaffa', 106),
(1792, 'Jerusalem', 106),
(1793, 'Khefa', 106),
(1794, '<NAME>', 106),
(1795, '<NAME>', 106),
(1796, 'Qalqilya', 106),
(1797, '<NAME>', 106),
(1798, '<NAME>', 106),
(1799, 'Tsafon', 106),
(1800, '<NAME>', 106),
(1801, 'Yerushalayim', 106),
(1802, 'Abruzzi', 107),
(1803, 'Abruzzo', 107),
(1804, 'Agrigento', 107),
(1805, 'Alessandria', 107),
(1806, 'Ancona', 107),
(1807, 'Arezzo', 107),
(1808, '<NAME>', 107),
(1809, 'Asti', 107),
(1810, 'Avellino', 107),
(1811, 'Bari', 107),
(1812, 'Basilicata', 107),
(1813, 'Belluno', 107),
(1814, 'Benevento', 107),
(1815, 'Bergamo', 107),
(1816, 'Biella', 107),
(1817, 'Bologna', 107),
(1818, 'Bolzano', 107),
(1819, 'Brescia', 107),
(1820, 'Brindisi', 107),
(1821, 'Calabria', 107),
(1822, 'Campania', 107),
(1823, 'Cartoceto', 107),
(1824, 'Caserta', 107),
(1825, 'Catania', 107),
(1826, 'Chieti', 107),
(1827, 'Como', 107),
(1828, 'Cosenza', 107),
(1829, 'Cremona', 107),
(1830, 'Cuneo', 107),
(1831, 'Emilia-Romagna', 107),
(1832, 'Ferrara', 107),
(1833, 'Firenze', 107),
(1834, 'Florence', 107),
(1835, 'Forli-Cesena ', 107),
(1836, '<NAME>', 107),
(1837, 'Frosinone', 107),
(1838, 'Genoa', 107),
(1839, 'Gorizia', 107),
(1840, 'L\'Aquila', 107),
(1841, 'Lazio', 107),
(1842, 'Lecce', 107),
(1843, 'Lecco', 107),
(1845, 'Liguria', 107),
(1846, 'Lodi', 107),
(1847, 'Lombardia', 107),
(1848, 'Lombardy', 107),
(1849, 'Macerata', 107),
(1850, 'Mantova', 107),
(1851, 'Marche', 107),
(1852, 'Messina', 107),
(1853, 'Milan', 107),
(1854, 'Modena', 107),
(1855, 'Molise', 107),
(1856, 'Molteno', 107),
(1857, 'Montenegro', 107),
(1858, '<NAME> Brianza', 107),
(1859, 'Naples', 107),
(1860, 'Novara', 107),
(1861, 'Padova', 107),
(1862, 'Parma', 107),
(1863, 'Pavia', 107),
(1864, 'Perugia', 107),
(1865, 'Pesaro-Urbino', 107),
(1866, 'Piacenza', 107),
(1867, 'Piedmont', 107),
(1868, 'Piemonte', 107),
(1869, 'Pisa', 107),
(1870, 'Pordenone', 107),
(1871, 'Potenza', 107),
(1872, 'Puglia', 107),
(1873, '<NAME>', 107),
(1874, 'Rimini', 107),
(1875, 'Roma', 107),
(1876, 'Salerno', 107),
(1877, 'Sardegna', 107),
(1878, 'Sassari', 107),
(1879, 'Savona', 107),
(1880, 'Sicilia', 107),
(1881, 'Siena', 107),
(1882, 'Sondrio', 107),
(1883, '<NAME>', 107),
(1884, 'Taranto', 107),
(1885, 'Teramo', 107),
(1886, 'Torino', 107),
(1887, 'Toscana', 107),
(1888, 'Trapani', 107),
(1889, 'Trentino-<NAME>', 107),
(1890, 'Trento', 107),
(1891, 'Treviso', 107),
(1892, 'Udine', 107),
(1893, 'Umbria', 107),
(1894, '<NAME>', 107),
(1895, 'Varese', 107),
(1896, 'Veneto', 107),
(1897, 'Venezia', 107),
(1898, 'Verbano-Cusio-Ossola', 107),
(1899, 'Vercelli', 107),
(1900, 'Verona', 107),
(1901, 'Vicenza', 107),
(1902, 'Viterbo', 107),
(1903, '<NAME>', 108),
(1904, 'Clarendon', 108),
(1905, 'Hanover', 108),
(1906, 'Kingston', 108),
(1907, 'Manchester', 108),
(1908, 'Portland', 108),
(1909, '<NAME>', 108),
(1910, '<NAME>', 108),
(1911, '<NAME>', 108),
(1912, '<NAME>', 108),
(1913, '<NAME>', 108),
(1914, '<NAME>', 108),
(1915, '<NAME>', 108),
(1916, 'Trelawney', 108),
(1917, 'Westmoreland', 108),
(1918, 'Aichi', 109),
(1919, 'Akita', 109),
(1920, 'Aomori', 109),
(1921, 'Chiba', 109),
(1922, 'Ehime', 109),
(1923, 'Fukui', 109),
(1924, 'Fukuoka', 109),
(1925, 'Fukushima', 109),
(1926, 'Gifu', 109),
(1927, 'Gumma', 109),
(1928, 'Hiroshima', 109),
(1929, 'Hokkaido', 109),
(1930, 'Hyogo', 109),
(1931, 'Ibaraki', 109),
(1932, 'Ishikawa', 109),
(1933, 'Iwate', 109),
(1934, 'Kagawa', 109),
(1935, 'Kagoshima', 109),
(1936, 'Kanagawa', 109),
(1937, 'Kanto', 109),
(1938, 'Kochi', 109),
(1939, 'Kumamoto', 109),
(1940, 'Kyoto', 109),
(1941, 'Mie', 109),
(1942, 'Miyagi', 109),
(1943, 'Miyazaki', 109),
(1944, 'Nagano', 109),
(1945, 'Nagasaki', 109),
(1946, 'Nara', 109),
(1947, 'Niigata', 109),
(1948, 'Oita', 109),
(1949, 'Okayama', 109),
(1950, 'Okinawa', 109),
(1951, 'Osaka', 109),
(1952, 'Saga', 109),
(1953, 'Saitama', 109),
(1954, 'Shiga', 109),
(1955, 'Shimane', 109),
(1956, 'Shizuoka', 109),
(1957, 'Tochigi', 109),
(1958, 'Tokushima', 109),
(1959, 'Tokyo', 109),
(1960, 'Tottori', 109),
(1961, 'Toyama', 109),
(1962, 'Wakayama', 109),
(1963, 'Yamagata', 109),
(1964, 'Yamaguchi', 109),
(1965, 'Yamanashi', 109),
(1966, 'Grouville', 110),
(1967, 'Saint Brelade', 110),
(1968, '<NAME>', 110),
(1969, '<NAME>', 110),
(1970, '<NAME>', 110),
(1971, '<NAME>', 110),
(1972, '<NAME>', 110),
(1973, '<NAME>', 110),
(1974, '<NAME>', 110),
(1975, '<NAME>', 110),
(1976, 'Trinity', 110),
(1977, '\'Ajlun', 111),
(1978, 'Amman', 111),
(1979, 'Irbid', 111),
(1980, 'Jarash', 111),
(1981, 'Ma\'an', 111),
(1982, 'Madaba', 111),
(1983, 'al-\'Aqabah', 111),
(1984, 'al-Balqa\'', 111),
(1985, 'al-Karak', 111),
(1986, 'al-Mafraq', 111),
(1987, 'at-Tafilah', 111),
(1988, 'az-Zarqa\'', 111),
(1989, 'Akmecet', 112),
(1990, 'Akmola', 112),
(1991, 'Aktobe', 112),
(1992, 'Almati', 112),
(1993, 'Atirau', 112),
(1994, '<NAME>', 112),
(1995, '<NAME>', 112),
(1996, 'Karagandi', 112),
(1997, 'Kostanay', 112),
(1998, 'Mankistau', 112),
(1999, '<NAME>', 112),
(2000, 'Pavlodar', 112),
(2001, '<NAME>', 112),
(2002, '<NAME>', 112),
(2003, 'Taraz', 112),
(2004, 'Central', 113),
(2005, 'Coast', 113),
(2006, 'Eastern', 113),
(2007, 'Nairobi', 113),
(2008, 'North Eastern', 113),
(2009, 'Nyanza', 113),
(2010, 'Rift Valley', 113),
(2011, 'Western', 113),
(2012, 'Abaiang', 114),
(2013, 'Abemana', 114),
(2014, 'Aranuka', 114),
(2015, 'Arorae', 114),
(2016, 'Banaba', 114),
(2017, 'Beru', 114),
(2018, 'Butaritari', 114),
(2019, 'Kiritimati', 114),
(2020, 'Kuria', 114),
(2021, 'Maiana', 114),
(2022, 'Makin', 114),
(2023, 'Marakei', 114),
(2024, 'Nikunau', 114),
(2025, 'Nonouti', 114),
(2026, 'Onotoa', 114),
(2027, 'Phoenix Islands', 114),
(2028, 'Tabiteuea North', 114),
(2029, 'Tabiteuea South', 114),
(2030, 'Tabuaeran', 114),
(2031, 'Tamana', 114),
(2032, 'Tarawa North', 114),
(2033, 'Tarawa South', 114),
(2034, 'Teraina', 114),
(2035, 'Chagangdo', 115),
(2036, 'Hamgyeongbukto', 115),
(2037, 'Hamgyeongnamdo', 115),
(2038, 'Hwanghaebukto', 115),
(2039, 'Hwanghaenamdo', 115),
(2040, 'Kaeseong', 115),
(2041, 'Kangweon', 115),
(2042, 'Nampo', 115),
(2043, 'Pyeonganbukto', 115),
(2044, 'Pyeongannamdo', 115),
(2045, 'Pyeongyang', 115),
(2046, 'Yanggang', 115),
(2047, 'Busan', 116),
(2048, 'Cheju', 116),
(2049, 'Chollabuk', 116),
(2050, 'Chollanam', 116),
(2051, 'Chungbuk', 116),
(2052, 'Chungcheongbuk', 116),
(2053, 'Chungcheongnam', 116),
(2054, 'Chungnam', 116),
(2055, 'Daegu', 116),
(2056, 'Gangwon-do', 116),
(2057, 'Goyang-si', 116),
(2058, 'Gyeonggi-do', 116),
(2059, 'Gyeongsang ', 116),
(2060, 'Gyeongsangnam-do', 116),
(2061, 'Incheon', 116),
(2062, 'Jeju-Si', 116),
(2063, 'Jeonbuk', 116),
(2064, 'Kangweon', 116),
(2065, 'Kwangju', 116),
(2066, 'Kyeonggi', 116),
(2067, 'Kyeongsangbuk', 116),
(2068, 'Kyeongsangnam', 116),
(2069, 'Kyonggi-do', 116),
(2070, 'Kyungbuk-Do', 116),
(2071, 'Kyunggi-Do', 116),
(2072, 'Kyunggi-do', 116),
(2073, 'Pusan', 116),
(2074, 'Seoul', 116),
(2075, 'Sudogwon', 116),
(2076, 'Taegu', 116),
(2077, 'Taejeon', 116),
(2078, 'Taejon-gwangyoksi', 116),
(2079, 'Ulsan', 116),
(2080, 'Wonju', 116),
(2081, 'gwangyoksi', 116),
(2082, '<NAME>', 117),
(2083, 'Hawalli', 117),
(2084, 'Mishref', 117),
(2085, 'Qadesiya', 117),
(2086, 'Safat', 117),
(2087, 'Salmiya', 117),
(2088, 'al-Ahmadi', 117),
(2089, 'al-Farwaniyah', 117),
(2090, 'al-Jahra', 117),
(2091, 'al-Kuwayt', 117),
(2092, 'Batken', 118),
(2093, 'Bishkek', 118),
(2094, 'Chui', 118),
(2095, 'Issyk-Kul', 118),
(2096, 'Jalal-Abad', 118),
(2097, 'Naryn', 118),
(2098, 'Osh', 118),
(2099, 'Talas', 118),
(2100, 'Attopu', 119),
(2101, 'Bokeo', 119),
(2102, 'Bolikhamsay', 119),
(2103, 'Champasak', 119),
(2104, 'Houaphanh', 119),
(2105, 'Khammouane', 119),
(2106, '<NAME>', 119),
(2107, '<NAME>', 119),
(2108, 'Oudomxay', 119),
(2109, 'Phongsaly', 119),
(2110, 'Saravan', 119),
(2111, 'Savannakhet', 119),
(2112, 'Sekong', 119),
(2113, 'Viangchan Prefecture', 119),
(2114, 'Viangchan Province', 119),
(2115, 'Xaignabury', 119),
(2116, '<NAME>', 119),
(2117, 'Aizkraukles', 120),
(2118, 'Aluksnes', 120),
(2119, 'Balvu', 120),
(2120, 'Bauskas', 120),
(2121, 'Cesu', 120),
(2122, 'Daugavpils', 120),
(2123, 'Daugavpils City', 120),
(2124, 'Dobeles', 120),
(2125, 'Gulbenes', 120),
(2126, 'Jekabspils', 120),
(2127, 'Jelgava', 120),
(2128, 'Jelgavas', 120),
(2129, 'Jurmala City', 120),
(2130, 'Kraslavas', 120),
(2131, 'Kuldigas', 120),
(2132, 'Liepaja', 120),
(2133, 'Liepajas', 120),
(2134, 'Limbazhu', 120),
(2135, 'Ludzas', 120),
(2136, 'Madonas', 120),
(2137, 'Ogres', 120),
(2138, 'Preilu', 120),
(2139, 'Rezekne', 120),
(2140, 'Rezeknes', 120),
(2141, 'Riga', 120),
(2142, 'Rigas', 120),
(2143, 'Saldus', 120),
(2144, 'Talsu', 120),
(2145, 'Tukuma', 120),
(2146, 'Valkas', 120),
(2147, 'Valmieras', 120),
(2148, 'Ventspils', 120),
(2149, 'Ventspils City', 120),
(2150, 'Beirut', 121),
(2151, '<NAME>', 121),
(2152, '<NAME>', 121),
(2153, '<NAME>', 121),
(2154, 'Sidon', 121),
(2155, 'al-Biqa', 121),
(2156, 'al-Janub', 121),
(2157, 'an-Nabatiyah', 121),
(2158, 'ash-Shamal', 121),
(2159, 'Berea', 122),
(2160, 'Butha-Buthe', 122),
(2161, 'Leribe', 122),
(2162, 'Mafeteng', 122),
(2163, 'Maseru', 122),
(2164, '<NAME>', 122),
(2165, 'Mokhotlong', 122),
(2166, '<NAME>', 122),
(2167, 'Quthing', 122),
(2168, 'Thaba-Tseka', 122),
(2169, 'Bomi', 123),
(2170, 'Bong', 123),
(2171, '<NAME>', 123),
(2172, 'Grand Cape Mount', 123),
(2173, 'Grand Gedeh', 123),
(2174, 'Loffa', 123),
(2175, 'Margibi', 123),
(2176, 'Maryland and G<NAME>', 123),
(2177, 'Montserrado', 123),
(2178, 'Nimba', 123),
(2179, 'Rivercess', 123),
(2180, 'Sinoe', 123),
(2181, 'Ajdabiya', 124),
(2182, 'Fezzan', 124),
(2183, 'Banghazi', 124),
(2184, 'Darnah', 124),
(2185, 'Ghadamis', 124),
(2186, 'Gharyan', 124),
(2187, 'Misratah', 124),
(2188, 'Murzuq', 124),
(2189, 'Sabha', 124),
(2190, 'Sawfajjin', 124),
(2191, 'Surt', 124),
(2192, 'Tarabulus', 124);
INSERT INTO `states` (`id`, `name`, `country_id`) VALUES
(2193, 'Tarhunah', 124),
(2194, 'Tripolitania', 124),
(2195, 'Tubruq', 124),
(2196, 'Yafran', 124),
(2197, 'Zlitan', 124),
(2198, 'al-\'Aziziyah', 124),
(2199, 'al-Fatih', 124),
(2200, '<NAME>', 124),
(2201, 'al-Jufrah', 124),
(2202, 'al-Khums', 124),
(2203, 'al-Kufrah', 124),
(2204, '<NAME>', 124),
(2205, 'ash-Shati\'', 124),
(2206, 'az-Zawiyah', 124),
(2207, 'Balzers', 125),
(2208, 'Eschen', 125),
(2209, 'Gamprin', 125),
(2210, 'Mauren', 125),
(2211, 'Planken', 125),
(2212, 'Ruggell', 125),
(2213, 'Schaan', 125),
(2214, 'Schellenberg', 125),
(2215, 'Triesen', 125),
(2216, 'Triesenberg', 125),
(2217, 'Vaduz', 125),
(2218, 'Alytaus', 126),
(2219, 'Anyksciai', 126),
(2220, 'Kauno', 126),
(2221, 'Klaipedos', 126),
(2222, 'Marijampoles', 126),
(2223, 'Panevezhio', 126),
(2224, 'Panevezys', 126),
(2225, 'Shiauliu', 126),
(2226, 'Taurages', 126),
(2227, 'Telshiu', 126),
(2228, 'Telsiai', 126),
(2229, 'Utenos', 126),
(2230, 'Vilniaus', 126),
(2231, 'Capellen', 127),
(2232, 'Clervaux', 127),
(2233, 'Diekirch', 127),
(2234, 'Echternach', 127),
(2235, 'Esch-sur-Alzette', 127),
(2236, 'Grevenmacher', 127),
(2237, 'Luxembourg', 127),
(2238, 'Mersch', 127),
(2239, 'Redange', 127),
(2240, 'Remich', 127),
(2241, 'Vianden', 127),
(2242, 'Wiltz', 127),
(2243, 'Macau', 128),
(2244, 'Berovo', 129),
(2245, 'Bitola', 129),
(2246, 'Brod', 129),
(2247, 'Debar', 129),
(2248, 'Delchevo', 129),
(2249, '<NAME>', 129),
(2250, 'Gevgelija', 129),
(2251, 'Gostivar', 129),
(2252, 'Kavadarci', 129),
(2253, 'Kichevo', 129),
(2254, 'Kochani', 129),
(2255, 'Kratovo', 129),
(2256, '<NAME>', 129),
(2257, 'Krushevo', 129),
(2258, 'Kumanovo', 129),
(2259, 'Negotino', 129),
(2260, 'Ohrid', 129),
(2261, 'Prilep', 129),
(2262, 'Probishtip', 129),
(2263, 'Radovish', 129),
(2264, 'Resen', 129),
(2265, 'Shtip', 129),
(2266, 'Skopje', 129),
(2267, 'Struga', 129),
(2268, 'Strumica', 129),
(2269, '<NAME>', 129),
(2270, 'Tetovo', 129),
(2271, 'Valandovo', 129),
(2272, 'Veles', 129),
(2273, 'Vinica', 129),
(2274, 'Antananarivo', 130),
(2275, 'Antsiranana', 130),
(2276, 'Fianarantsoa', 130),
(2277, 'Mahajanga', 130),
(2278, 'Toamasina', 130),
(2279, 'Toliary', 130),
(2280, 'Balaka', 131),
(2281, '<NAME>', 131),
(2282, 'Chikwawa', 131),
(2283, 'Chiradzulu', 131),
(2284, 'Chitipa', 131),
(2285, 'Dedza', 131),
(2286, 'Dowa', 131),
(2287, 'Karonga', 131),
(2288, 'Kasungu', 131),
(2289, 'Lilongwe City', 131),
(2290, 'Machinga', 131),
(2291, 'Mangochi', 131),
(2292, 'Mchinji', 131),
(2293, 'Mulanje', 131),
(2294, 'Mwanza', 131),
(2295, 'Mzimba', 131),
(2296, 'Mzuzu City', 131),
(2297, '<NAME>', 131),
(2298, 'Nkhotakota', 131),
(2299, 'Nsanje', 131),
(2300, 'Ntcheu', 131),
(2301, 'Ntchisi', 131),
(2302, 'Phalombe', 131),
(2303, 'Rumphi', 131),
(2304, 'Salima', 131),
(2305, 'Thyolo', 131),
(2306, 'Zomba Municipality', 131),
(2307, 'Johor', 132),
(2308, 'Kedah', 132),
(2309, 'Kelantan', 132),
(2310, '<NAME>', 132),
(2311, 'Labuan', 132),
(2312, 'Melaka', 132),
(2313, '<NAME>', 132),
(2314, '<NAME>', 132),
(2315, 'Pahang', 132),
(2316, 'Penang', 132),
(2317, 'Perak', 132),
(2318, 'Perlis', 132),
(2319, '<NAME>', 132),
(2320, 'Sabah', 132),
(2321, 'Sarawak', 132),
(2322, 'Selangor', 132),
(2323, 'Sembilan', 132),
(2324, 'Terengganu', 132),
(2325, '<NAME>', 133),
(2326, '<NAME>', 133),
(2327, 'Baa', 133),
(2328, 'Dhaal', 133),
(2329, 'Faaf', 133),
(2330, '<NAME>', 133),
(2331, '<NAME>', 133),
(2332, 'Ghaviyani', 133),
(2333, '<NAME>', 133),
(2334, '<NAME>', 133),
(2335, 'Kaaf', 133),
(2336, 'Laam', 133),
(2337, 'Lhaviyani', 133),
(2338, 'Male', 133),
(2339, 'Miim', 133),
(2340, 'Nuun', 133),
(2341, 'Raa', 133),
(2342, 'Shaviyani', 133),
(2343, 'Siin', 133),
(2344, 'Thaa', 133),
(2345, 'Vaav', 133),
(2346, 'Bamako', 134),
(2347, 'Gao', 134),
(2348, 'Kayes', 134),
(2349, 'Kidal', 134),
(2350, 'Koulikoro', 134),
(2351, 'Mopti', 134),
(2352, 'Segou', 134),
(2353, 'Sikasso', 134),
(2354, 'Tombouctou', 134),
(2355, '<NAME>', 135),
(2356, 'Inner Harbour', 135),
(2357, 'Northern', 135),
(2358, 'Outer Harbour', 135),
(2359, 'South Eastern', 135),
(2360, 'Valletta', 135),
(2361, 'Western', 135),
(2362, 'Castletown', 136),
(2363, 'Douglas', 136),
(2364, 'Laxey', 136),
(2365, 'Onchan', 136),
(2366, 'Peel', 136),
(2367, 'Port Erin', 136),
(2368, 'Port Saint Mary', 136),
(2369, 'Ramsey', 136),
(2370, 'Ailinlaplap', 137),
(2371, 'Ailuk', 137),
(2372, 'Arno', 137),
(2373, 'Aur', 137),
(2374, 'Bikini', 137),
(2375, 'Ebon', 137),
(2376, 'Enewetak', 137),
(2377, 'Jabat', 137),
(2378, 'Jaluit', 137),
(2379, 'Kili', 137),
(2380, 'Kwajalein', 137),
(2381, 'Lae', 137),
(2382, 'Lib', 137),
(2383, 'Likiep', 137),
(2384, 'Majuro', 137),
(2385, 'Maloelap', 137),
(2386, 'Mejit', 137),
(2387, 'Mili', 137),
(2388, 'Namorik', 137),
(2389, 'Namu', 137),
(2390, 'Rongelap', 137),
(2391, 'Ujae', 137),
(2392, 'Utrik', 137),
(2393, 'Wotho', 137),
(2394, 'Wotje', 137),
(2395, 'Fort-de-France', 138),
(2396, '<NAME>', 138),
(2397, '<NAME>', 138),
(2398, 'Saint-Pierre', 138),
(2399, 'Adrar', 139),
(2400, 'Assaba', 139),
(2401, 'Brakna', 139),
(2402, '<NAME>', 139),
(2403, 'Hudh-al-Gharbi', 139),
(2404, 'Hudh-ash-Sharqi', 139),
(2405, 'Inshiri', 139),
(2406, 'Nawakshut', 139),
(2407, 'Qidimagha', 139),
(2408, 'Qurqul', 139),
(2409, 'Taqant', 139),
(2410, '<NAME>', 139),
(2411, 'Trarza', 139),
(2412, 'Black River', 140),
(2413, '<NAME>', 140),
(2414, 'Flacq', 140),
(2415, 'Floreal', 140),
(2416, '<NAME>', 140),
(2417, 'Moka', 140),
(2418, 'Pamplempousses', 140),
(2419, '<NAME>', 140),
(2420, '<NAME>', 140),
(2421, '<NAME>', 140),
(2422, 'Rodrigues', 140),
(2423, '<NAME>', 140),
(2424, 'Savanne', 140),
(2425, 'Mayotte', 141),
(2426, 'Pamanzi', 141),
(2427, 'Aguascalientes', 142),
(2428, '<NAME>', 142),
(2429, 'Baja California Sur', 142),
(2430, 'Campeche', 142),
(2431, 'Chiapas', 142),
(2432, 'Chihuahua', 142),
(2433, 'Coahuila', 142),
(2434, 'Colima', 142),
(2435, 'Distrito Federal', 142),
(2436, 'Durango', 142),
(2437, 'Estado de Mexico', 142),
(2438, 'Guanajuato', 142),
(2439, 'Guerrero', 142),
(2440, 'Hidalgo', 142),
(2441, 'Jalisco', 142),
(2442, 'Mexico', 142),
(2443, 'Michoacan', 142),
(2444, 'Morelos', 142),
(2445, 'Nayarit', 142),
(2446, '<NAME>', 142),
(2447, 'Oaxaca', 142),
(2448, 'Puebla', 142),
(2449, 'Queretaro', 142),
(2450, '<NAME>', 142),
(2451, '<NAME>', 142),
(2452, 'Sinaloa', 142),
(2453, 'Sonora', 142),
(2454, 'Tabasco', 142),
(2455, 'Tamaulipas', 142),
(2456, 'Tlaxcala', 142),
(2457, 'Veracruz', 142),
(2458, 'Yucatan', 142),
(2459, 'Zacatecas', 142),
(2460, 'Chuuk', 143),
(2461, 'Kusaie', 143),
(2462, 'Pohnpei', 143),
(2463, 'Yap', 143),
(2464, 'Balti', 144),
(2465, 'Cahul', 144),
(2466, 'Chisinau', 144),
(2467, '<NAME>', 144),
(2468, 'Edinet', 144),
(2469, 'Gagauzia', 144),
(2470, 'Lapusna', 144),
(2471, 'Orhei', 144),
(2472, 'Soroca', 144),
(2473, 'Taraclia', 144),
(2474, 'Tighina', 144),
(2475, 'Transnistria', 144),
(2476, 'Ungheni', 144),
(2477, 'Fontvieille', 145),
(2478, '<NAME>', 145),
(2479, 'Monaco-Ville', 145),
(2480, '<NAME>', 145),
(2481, 'Arhangaj', 146),
(2482, 'Bajan-Olgij', 146),
(2483, 'Bajanhongor', 146),
(2484, 'Bulgan', 146),
(2485, 'Darhan-Uul', 146),
(2486, 'Dornod', 146),
(2487, 'Dornogovi', 146),
(2488, 'Dundgovi', 146),
(2489, 'Govi-Altaj', 146),
(2490, 'Govisumber', 146),
(2491, 'Hentij', 146),
(2492, 'Hovd', 146),
(2493, 'Hovsgol', 146),
(2494, 'Omnogovi', 146),
(2495, 'Orhon', 146),
(2496, 'Ovorhangaj', 146),
(2497, 'Selenge', 146),
(2498, 'Suhbaatar', 146),
(2499, 'Tov', 146),
(2500, 'Ulaanbaatar', 146),
(2501, 'Uvs', 146),
(2502, 'Zavhan', 146),
(2503, 'Montserrat', 147),
(2504, 'Agadir', 148),
(2505, 'Casablanca', 148),
(2506, 'Chaouia-Ouardigha', 148),
(2507, 'Doukkala-Abda', 148),
(2508, 'Fes-Boulemane', 148),
(2509, 'Gharb-Chrarda-<NAME>', 148),
(2510, 'Guelmim', 148),
(2511, 'Kenitra', 148),
(2512, 'Marrakech-Tensift-<NAME>', 148),
(2513, 'Meknes-Tafilalet', 148),
(2514, 'Oriental', 148),
(2515, 'Oujda', 148),
(2516, 'Province de Tanger', 148),
(2517, 'Rabat-Sale-Zammour-Zaer', 148),
(2518, '<NAME>', 148),
(2519, 'Settat', 148),
(2520, '<NAME>', 148),
(2521, 'Tadla-Azilal', 148),
(2522, 'Tangier-Tetouan', 148),
(2523, '<NAME>', 148),
(2524, '<NAME>', 148),
(2525, '<NAME>', 148),
(2526, '<NAME>', 149),
(2527, 'Gaza', 149),
(2528, 'Inhambane', 149),
(2529, 'Manica', 149),
(2530, 'Maputo', 149),
(2531, '<NAME>', 149),
(2532, 'Nampula', 149),
(2533, 'Niassa', 149),
(2534, 'Sofala', 149),
(2535, 'Tete', 149),
(2536, 'Zambezia', 149),
(2537, 'Ayeyarwady', 150),
(2538, 'Bago', 150),
(2539, 'Chin', 150),
(2540, 'Kachin', 150),
(2541, 'Kayah', 150),
(2542, 'Kayin', 150),
(2543, 'Magway', 150),
(2544, 'Mandalay', 150),
(2545, 'Mon', 150),
(2546, '<NAME>', 150),
(2547, 'Rakhine', 150),
(2548, 'Sagaing', 150),
(2549, 'Shan', 150),
(2550, 'Tanintharyi', 150),
(2551, 'Yangon', 150),
(2552, 'Caprivi', 151),
(2553, 'Erongo', 151),
(2554, 'Hardap', 151),
(2555, 'Karas', 151),
(2556, 'Kavango', 151),
(2557, 'Khomas', 151),
(2558, 'Kunene', 151),
(2559, 'Ohangwena', 151),
(2560, 'Omaheke', 151),
(2561, 'Omusati', 151),
(2562, 'Oshana', 151),
(2563, 'Oshikoto', 151),
(2564, 'Otjozondjupa', 151),
(2565, 'Yaren', 152),
(2566, 'Bagmati', 153),
(2567, 'Bheri', 153),
(2568, 'Dhawalagiri', 153),
(2569, 'Gandaki', 153),
(2570, 'Janakpur', 153),
(2571, 'Karnali', 153),
(2572, 'Koshi', 153),
(2573, 'Lumbini', 153),
(2574, 'Mahakali', 153),
(2575, 'Mechi', 153),
(2576, 'Narayani', 153),
(2577, 'Rapti', 153),
(2578, 'Sagarmatha', 153),
(2579, 'Seti', 153),
(2580, 'Bonaire', 154),
(2581, 'Curacao', 154),
(2582, 'Saba', 154),
(2583, '<NAME>', 154),
(2584, '<NAME>', 154),
(2585, 'Amsterdam', 155),
(2586, 'Benelux', 155),
(2587, 'Drenthe', 155),
(2588, 'Flevoland', 155),
(2589, 'Friesland', 155),
(2590, 'Gelderland', 155),
(2591, 'Groningen', 155),
(2592, 'Limburg', 155),
(2593, 'Noord-Brabant', 155),
(2594, 'Noord-Holland', 155),
(2595, 'Overijssel', 155),
(2596, '<NAME>', 155),
(2597, 'Utrecht', 155),
(2598, 'Zeeland', 155),
(2599, 'Zuid-Holland', 155),
(2600, 'Iles', 156),
(2601, 'Nord', 156),
(2602, 'Sud', 156),
(2603, 'Area Outside Region', 157),
(2604, 'Auckland', 157),
(2605, 'Bay of Plenty', 157),
(2606, 'Canterbury', 157),
(2607, 'Christchurch', 157),
(2608, 'Gisborne', 157),
(2609, 'Hawke\'s Bay', 157),
(2610, 'Manawatu-Wanganui', 157),
(2611, 'Marlborough', 157),
(2612, 'Nelson', 157),
(2613, 'Northland', 157),
(2614, 'Otago', 157),
(2615, 'Rodney', 157),
(2616, 'Southland', 157),
(2617, 'Taranaki', 157),
(2618, 'Tasman', 157),
(2619, 'Waikato', 157),
(2620, 'Wellington', 157),
(2621, 'West Coast', 157),
(2622, '<NAME>', 158),
(2623, '<NAME>', 158),
(2624, 'Boaco', 158),
(2625, 'Carazo', 158),
(2626, 'Chinandega', 158),
(2627, 'Chontales', 158),
(2628, 'Esteli', 158),
(2629, 'Granada', 158),
(2630, 'Jinotega', 158),
(2631, 'Leon', 158),
(2632, 'Madriz', 158),
(2633, 'Managua', 158),
(2634, 'Masaya', 158),
(2635, 'Matagalpa', 158),
(2636, '<NAME>', 158),
(2637, '<NAME>', 158),
(2638, 'Rivas', 158),
(2639, 'Agadez', 159),
(2640, 'Diffa', 159),
(2641, 'Dosso', 159),
(2642, 'Maradi', 159),
(2643, 'Niamey', 159),
(2644, 'Tahoua', 159),
(2645, 'Tillabery', 159),
(2646, 'Zinder', 159),
(2647, 'Abia', 160),
(2648, 'Abuja Federal Capital Territor', 160),
(2649, 'Adamawa', 160),
(2650, '<NAME>', 160),
(2651, 'Anambra', 160),
(2652, 'Bauchi', 160),
(2653, 'Bayelsa', 160),
(2654, 'Benue', 160),
(2655, 'Borno', 160),
(2656, '<NAME>', 160),
(2657, 'Delta', 160),
(2658, 'Ebonyi', 160),
(2659, 'Edo', 160),
(2660, 'Ekiti', 160),
(2661, 'Enugu', 160),
(2662, 'Gombe', 160),
(2663, 'Imo', 160),
(2664, 'Jigawa', 160),
(2665, 'Kaduna', 160),
(2666, 'Kano', 160),
(2667, 'Katsina', 160),
(2668, 'Kebbi', 160),
(2669, 'Kogi', 160),
(2670, 'Kwara', 160),
(2671, 'Lagos', 160),
(2672, 'Nassarawa', 160),
(2673, 'Niger', 160),
(2674, 'Ogun', 160),
(2675, 'Ondo', 160),
(2676, 'Osun', 160),
(2677, 'Oyo', 160),
(2678, 'Plateau', 160),
(2679, 'Rivers', 160),
(2680, 'Sokoto', 160),
(2681, 'Taraba', 160),
(2682, 'Yobe', 160),
(2683, 'Zamfara', 160),
(2684, 'Niue', 161),
(2685, 'Norfolk Island', 162),
(2686, 'Northern Islands', 163),
(2687, 'Rota', 163),
(2688, 'Saipan', 163),
(2689, 'Tinian', 163),
(2690, 'Akershus', 164),
(2691, '<NAME>', 164),
(2692, 'Bergen', 164),
(2693, 'Buskerud', 164),
(2694, 'Finnmark', 164),
(2695, 'Hedmark', 164),
(2696, 'Hordaland', 164),
(2697, '<NAME>', 164),
(2698, '<NAME>', 164),
(2699, 'Nordland', 164),
(2700, 'Oestfold', 164),
(2701, 'Oppland', 164),
(2702, 'Oslo', 164),
(2703, 'Rogaland', 164),
(2704, '<NAME>', 164),
(2705, '<NAME>', 164),
(2706, 'Stavern', 164),
(2707, 'Sykkylven', 164),
(2708, 'Telemark', 164),
(2709, 'Troms', 164),
(2710, '<NAME>', 164),
(2711, 'Vestfold', 164),
(2712, 'Østfold', 164),
(2713, '<NAME>', 165),
(2714, 'Dhufar', 165),
(2715, 'Masqat', 165),
(2716, 'Musandam', 165),
(2717, 'Rusayl', 165),
(2718, '<NAME>', 165),
(2719, 'ad-Dakhiliyah', 165),
(2720, 'adh-Dhahirah', 165),
(2721, 'al-Batinah', 165),
(2722, 'ash-Sharqiyah', 165),
(2723, 'Baluchistan', 166),
(2724, 'Federal Capital Area', 166),
(2725, 'Federally administered Tribal ', 166),
(2726, 'North-West Frontier', 166),
(2727, 'Northern Areas', 166),
(2728, 'Punjab', 166),
(2729, 'Sind', 166),
(2730, 'Aimeliik', 167),
(2731, 'Airai', 167),
(2732, 'Angaur', 167),
(2733, 'Hatobohei', 167),
(2734, 'Kayangel', 167),
(2735, 'Koror', 167),
(2736, 'Melekeok', 167),
(2737, 'Ngaraard', 167),
(2738, 'Ngardmau', 167),
(2739, 'Ngaremlengui', 167),
(2740, 'Ngatpang', 167),
(2741, 'Ngchesar', 167),
(2742, 'Ngerchelong', 167),
(2743, 'Ngiwal', 167),
(2744, 'Peleliu', 167),
(2745, 'Sonsorol', 167),
(2746, 'Ariha', 168),
(2747, '<NAME>', 168),
(2748, 'Bethlehem', 168),
(2749, 'Dayr-al-Balah', 168),
(2750, 'Ghazzah', 168),
(2751, '<NAME>-Shamaliyah', 168),
(2752, 'Janin', 168),
(2753, '<NAME>', 168),
(2754, 'Nabulus', 168),
(2755, 'Qalqilyah', 168),
(2756, 'Rafah', 168),
(2757, '<NAME>', 168),
(2758, 'Salfit', 168),
(2759, 'Tubas', 168),
(2760, 'Tulkarm', 168),
(2761, 'al-Khalil', 168),
(2762, 'al-Quds', 168),
(2763, '<NAME>', 169),
(2764, 'Chiriqui', 169),
(2765, 'Cocle', 169),
(2766, 'Colon', 169),
(2767, 'Darien', 169),
(2768, 'Embera', 169),
(2769, 'Herrera', 169),
(2770, '<NAME>', 169),
(2771, '<NAME>', 169),
(2772, '<NAME>', 169),
(2773, 'Panama', 169),
(2774, 'Veraguas', 169),
(2775, 'East New Britain', 170),
(2776, 'East Sepik', 170),
(2777, 'Eastern Highlands', 170),
(2778, 'Enga', 170),
(2779, 'Fly River', 170),
(2780, 'Gulf', 170),
(2781, 'Madang', 170),
(2782, 'Manus', 170),
(2783, '<NAME>', 170),
(2784, 'Morobe', 170),
(2785, 'National Capital District', 170),
(2786, 'New Ireland', 170),
(2787, 'North Solomons', 170),
(2788, 'Oro', 170),
(2789, 'Sandaun', 170),
(2790, 'Simbu', 170),
(2791, 'Southern Highlands', 170),
(2792, 'West New Britain', 170),
(2793, 'Western Highlands', 170),
(2794, '<NAME>', 171),
(2795, '<NAME>ana', 171),
(2796, 'Amambay', 171),
(2797, 'Asuncion', 171),
(2798, 'Boqueron', 171),
(2799, 'Caaguazu', 171),
(2800, 'Caazapa', 171),
(2801, 'Canendiyu', 171),
(2802, 'Central', 171),
(2803, 'Concepcion', 171),
(2804, 'Cordillera', 171),
(2805, 'Guaira', 171),
(2806, 'Itapua', 171),
(2807, 'Misiones', 171),
(2808, 'Neembucu', 171),
(2809, 'Paraguari', 171),
(2810, '<NAME>', 171),
(2811, '<NAME>', 171),
(2812, 'Amazonas', 172),
(2813, 'Ancash', 172),
(2814, 'Apurimac', 172),
(2815, 'Arequipa', 172),
(2816, 'Ayacucho', 172),
(2817, 'Cajamarca', 172),
(2818, 'Cusco', 172),
(2819, 'Huancavelica', 172),
(2820, 'Huanuco', 172),
(2821, 'Ica', 172),
(2822, 'Junin', 172),
(2823, '<NAME>', 172),
(2824, 'Lambayeque', 172),
(2825, '<NAME>', 172),
(2826, 'Loreto', 172),
(2827, '<NAME>', 172),
(2828, 'Moquegua', 172),
(2829, 'Pasco', 172),
(2830, 'Piura', 172),
(2831, 'Puno', 172),
(2832, '<NAME>', 172),
(2833, 'Tacna', 172),
(2834, 'Tumbes', 172),
(2835, 'Ucayali', 172),
(2836, 'Batangas', 173),
(2837, 'Bicol', 173),
(2838, 'Bulacan', 173),
(2839, 'Cagayan', 173),
(2840, 'Caraga', 173),
(2841, 'Central Luzon', 173),
(2842, 'Central Mindanao', 173),
(2843, 'Central Visayas', 173),
(2844, 'Cordillera', 173),
(2845, 'Davao', 173),
(2846, 'Eastern Visayas', 173),
(2847, 'Greater Metropolitan Area', 173),
(2848, 'Ilocos', 173),
(2849, 'Laguna', 173),
(2850, 'Luzon', 173),
(2851, 'Mactan', 173),
(2852, 'Metropolitan Manila Area', 173),
(2853, 'Muslim Mindanao', 173),
(2854, 'Northern Mindanao', 173),
(2855, 'Southern Mindanao', 173),
(2856, 'Southern Tagalog', 173),
(2857, 'Western Mindanao', 173),
(2858, 'Western Visayas', 173),
(2859, 'Pitcairn Island', 174),
(2860, '<NAME>', 175),
(2861, 'Dobroszyce', 175),
(2862, 'Dolnoslaskie', 175),
(2863, '<NAME>', 175),
(2864, 'Hopowo', 175),
(2865, 'Kartuzy', 175),
(2866, 'Koscian', 175),
(2867, 'Krakow', 175),
(2868, 'Kujawsko-Pomorskie', 175),
(2869, 'Lodzkie', 175),
(2870, 'Lubelskie', 175),
(2871, 'Lubuskie', 175),
(2872, 'Malomice', 175),
(2873, 'Malopolskie', 175),
(2874, 'Mazowieckie', 175),
(2875, 'Mirkow', 175),
(2876, 'Opolskie', 175),
(2877, 'Ostrowiec', 175),
(2878, 'Podkarpackie', 175),
(2879, 'Podlaskie', 175),
(2880, 'Polska', 175),
(2881, 'Pomorskie', 175),
(2882, 'Poznan', 175),
(2883, 'Pruszkow', 175),
(2884, 'Rymanowska', 175),
(2885, 'Rzeszow', 175),
(2886, 'Slaskie', 175),
(2887, '<NAME>', 175),
(2888, 'Swietokrzyskie', 175),
(2889, 'Warminsko-Mazurskie', 175),
(2890, 'Warsaw', 175),
(2891, 'Wejherowo', 175),
(2892, 'Wielkopolskie', 175),
(2893, 'Wroclaw', 175),
(2894, 'Zachodnio-Pomorskie', 175),
(2895, 'Zukowo', 175),
(2896, 'Abrantes', 176),
(2897, 'Acores', 176),
(2898, 'Alentejo', 176),
(2899, 'Algarve', 176),
(2900, 'Braga', 176),
(2901, 'Centro', 176),
(2902, 'Distrito de Leiria', 176),
(2903, 'Distrito de Viana do Castelo', 176),
(2904, 'Distrito de Vila Real', 176),
(2905, 'Distrito do Porto', 176),
(2906, 'Lisboa e Vale do Tejo', 176),
(2907, 'Madeira', 176),
(2908, 'Norte', 176),
(2909, 'Paivas', 176),
(2910, 'Arecibo', 177),
(2911, 'Bayamon', 177),
(2912, 'Carolina', 177),
(2913, 'Florida', 177),
(2914, 'Guayama', 177),
(2915, 'Humacao', 177),
(2916, 'Mayaguez-Aguadilla', 177),
(2917, 'Ponce', 177),
(2918, 'Salinas', 177),
(2919, '<NAME>', 177),
(2920, 'Doha', 178),
(2921, 'Jarian-al-Batnah', 178),
(2922, '<NAME>', 178),
(2923, 'ad-Dawhah', 178),
(2924, 'al-Ghuwayriyah', 178),
(2925, 'al-Jumayliyah', 178),
(2926, 'al-Khawr', 178),
(2927, 'al-Wakrah', 178),
(2928, 'ar-Rayyan', 178),
(2929, 'ash-Shamal', 178),
(2930, 'Saint-Benoit', 179),
(2931, 'Saint-Denis', 179),
(2932, 'Saint-Paul', 179),
(2933, 'Saint-Pierre', 179),
(2934, 'Alba', 180),
(2935, 'Arad', 180),
(2936, 'Arges', 180),
(2937, 'Bacau', 180),
(2938, 'Bihor', 180),
(2939, 'Bistrita-Nasaud', 180),
(2940, 'Botosani', 180),
(2941, 'Braila', 180),
(2942, 'Brasov', 180),
(2943, 'Bucuresti', 180),
(2944, 'Buzau', 180),
(2945, 'Calarasi', 180),
(2946, 'Caras-Severin', 180),
(2947, 'Cluj', 180),
(2948, 'Constanta', 180),
(2949, 'Covasna', 180),
(2950, 'Dambovita', 180),
(2951, 'Dolj', 180),
(2952, 'Galati', 180),
(2953, 'Giurgiu', 180),
(2954, 'Gorj', 180),
(2955, 'Harghita', 180),
(2956, 'Hunedoara', 180),
(2957, 'Ialomita', 180),
(2958, 'Iasi', 180),
(2959, 'Ilfov', 180),
(2960, 'Maramures', 180),
(2961, 'Mehedinti', 180),
(2962, 'Mures', 180),
(2963, 'Neamt', 180),
(2964, 'Olt', 180),
(2965, 'Prahova', 180),
(2966, 'Salaj', 180),
(2967, '<NAME>', 180),
(2968, 'Sibiu', 180),
(2969, 'Sondelor', 180),
(2970, 'Suceava', 180),
(2971, 'Teleorman', 180),
(2972, 'Timis', 180),
(2973, 'Tulcea', 180),
(2974, 'Valcea', 180),
(2975, 'Vaslui', 180),
(2976, 'Vrancea', 180),
(2977, 'Adygeja', 181),
(2978, 'Aga', 181),
(2979, 'Alanija', 181),
(2980, 'Altaj', 181),
(2981, 'Amur', 181),
(2982, 'Arhangelsk', 181),
(2983, 'Astrahan', 181),
(2984, 'Bashkortostan', 181),
(2985, 'Belgorod', 181),
(2986, 'Brjansk', 181),
(2987, 'Burjatija', 181),
(2988, 'Chechenija', 181),
(2989, 'Cheljabinsk', 181),
(2990, 'Chita', 181),
(2991, 'Chukotka', 181),
(2992, 'Chuvashija', 181),
(2993, 'Dagestan', 181),
(2994, 'Evenkija', 181),
(2995, 'Gorno-Altaj', 181),
(2996, 'Habarovsk', 181),
(2997, 'Hakasija', 181),
(2998, 'Hanty-Mansija', 181),
(2999, 'Ingusetija', 181),
(3000, 'Irkutsk', 181),
(3001, 'Ivanovo', 181),
(3002, 'Jamalo-Nenets', 181),
(3003, 'Jaroslavl', 181),
(3004, 'Jevrej', 181),
(3005, 'Kabardino-Balkarija', 181),
(3006, 'Kaliningrad', 181),
(3007, 'Kalmykija', 181),
(3008, 'Kaluga', 181),
(3009, 'Kamchatka', 181),
(3010, 'Karachaj-Cherkessija', 181),
(3011, 'Karelija', 181),
(3012, 'Kemerovo', 181),
(3013, '<NAME>', 181),
(3014, 'Kirov', 181),
(3015, 'Komi', 181),
(3016, 'Komi-Permjakija', 181),
(3017, 'Korjakija', 181),
(3018, 'Kostroma', 181),
(3019, 'Krasnodar', 181),
(3020, 'Krasnojarsk', 181),
(3021, '<NAME>', 181),
(3022, 'Kurgan', 181),
(3023, 'Kursk', 181),
(3024, 'Leningrad', 181),
(3025, 'Lipeck', 181),
(3026, 'Magadan', 181),
(3027, '<NAME>', 181),
(3028, 'Mordovija', 181),
(3029, 'Moscow', 181),
(3030, '<NAME>', 181),
(3031, '<NAME>', 181),
(3032, 'Moskva', 181),
(3033, 'Murmansk', 181),
(3034, 'Nenets', 181),
(3035, '<NAME>', 181),
(3036, 'Novgorod', 181),
(3037, 'Novokusnezk', 181),
(3038, 'Novosibirsk', 181),
(3039, 'Omsk', 181),
(3040, 'Orenburg', 181),
(3041, 'Orjol', 181),
(3042, 'Penza', 181),
(3043, 'Perm', 181),
(3044, 'Primorje', 181),
(3045, 'Pskov', 181),
(3046, '<NAME>', 181),
(3047, 'Rjazan', 181),
(3048, 'Rostov', 181),
(3049, 'Saha', 181),
(3050, 'Sahalin', 181),
(3051, 'Samara', 181),
(3052, 'Samarskaya', 181),
(3053, 'Sankt-Peterburg', 181),
(3054, 'Saratov', 181),
(3055, 'Smolensk', 181),
(3056, 'Stavropol', 181),
(3057, 'Sverdlovsk', 181),
(3058, 'Tajmyrija', 181),
(3059, 'Tambov', 181),
(3060, 'Tatarstan', 181),
(3061, 'Tjumen', 181),
(3062, 'Tomsk', 181),
(3063, 'Tula', 181),
(3064, 'Tver', 181),
(3065, 'Tyva', 181),
(3066, 'Udmurtija', 181),
(3067, 'Uljanovsk', 181),
(3068, '<NAME>', 181),
(3069, 'Ust-Orda', 181),
(3070, 'Vladimir', 181),
(3071, 'Volgograd', 181),
(3072, 'Vologda', 181),
(3073, 'Voronezh', 181),
(3074, 'Butare', 182),
(3075, 'Byumba', 182),
(3076, 'Cyangugu', 182),
(3077, 'Gikongoro', 182),
(3078, 'Gisenyi', 182),
(3079, 'Gitarama', 182),
(3080, 'Kibungo', 182),
(3081, 'Kibuye', 182),
(3082, 'Kigali-ngali', 182),
(3083, 'Ruhengeri', 182),
(3084, 'Ascension', 183),
(3085, '<NAME>', 183),
(3086, '<NAME>', 183),
(3087, '<NAME>', 183),
(3088, '<NAME> <NAME>', 184),
(3089, '<NAME>', 184),
(3090, '<NAME>', 184),
(3091, 'Saint <NAME>', 184),
(3092, 'Saint <NAME>', 184),
(3093, 'Saint <NAME>', 184),
(3094, 'Saint <NAME>', 184),
(3095, 'Saint <NAME>', 184),
(3096, 'Saint <NAME>', 184),
(3097, 'Saint <NAME>', 184),
(3098, 'Saint <NAME>', 184),
(3099, 'Saint <NAME>', 184),
(3100, 'Saint <NAME>', 184),
(3101, 'Trinity Palmetto Point', 184),
(3102, 'Anse-la-Raye', 185),
(3103, 'Canaries', 185),
(3104, 'Castries', 185),
(3105, 'Choiseul', 185),
(3106, 'Dennery', 185),
(3107, '<NAME>', 185),
(3108, 'Laborie', 185),
(3109, 'Micoud', 185),
(3110, 'Soufriere', 185),
(3111, '<NAME>', 185),
(3112, 'Miquelon-Langlade', 186),
(3113, 'Saint-Pierre', 186),
(3114, 'Charlotte', 187),
(3115, 'Grenadines', 187),
(3116, 'Saint Andrew', 187),
(3117, 'Saint David', 187),
(3118, 'Saint George', 187),
(3119, '<NAME>', 187),
(3120, 'A\'ana', 188),
(3121, 'Aiga-i-le-Tai', 188),
(3122, 'Atua', 188),
(3123, 'Fa\'asaleleaga', 188),
(3124, 'Gaga\'emauga', 188),
(3125, 'Gagaifomauga', 188),
(3126, 'Palauli', 188),
(3127, 'Satupa\'itea', 188),
(3128, 'Tuamasaga', 188),
(3129, 'Va\'a-o-Fonoti', 188),
(3130, 'Vaisigano', 188),
(3131, 'Acquaviva', 189),
(3132, '<NAME>', 189),
(3133, 'Chiesanuova', 189),
(3134, 'Domagnano', 189),
(3135, 'Faetano', 189),
(3136, 'Fiorentino', 189),
(3137, 'Montegiardino', 189),
(3138, '<NAME>', 189),
(3139, 'Serravalle', 189),
(3140, '<NAME>', 190),
(3141, 'Cantagalo', 190),
(3142, 'Lemba', 190),
(3143, 'Lobata', 190),
(3144, 'Me-Zochi', 190),
(3145, 'Pague', 190),
(3146, 'Al Khobar', 191),
(3147, 'Aseer', 191),
(3148, '<NAME>', 191),
(3149, 'Asir', 191),
(3150, 'Central Province', 191),
(3151, 'Eastern Province', 191),
(3152, 'Ha\'il', 191),
(3153, 'Jawf', 191),
(3154, 'Jizan', 191),
(3155, 'Makkah', 191),
(3156, 'Najran', 191),
(3157, 'Qasim', 191),
(3158, 'Tabuk', 191),
(3159, 'Western Province', 191),
(3160, 'al-Bahah', 191),
(3161, 'al-Hudud-ash-Shamaliyah', 191),
(3162, 'al-Madinah', 191),
(3163, 'ar-Riyad', 191),
(3164, 'Dakar', 192),
(3165, 'Diourbel', 192),
(3166, 'Fatick', 192),
(3167, 'Kaolack', 192),
(3168, 'Kolda', 192),
(3169, 'Louga', 192),
(3170, 'Saint-Louis', 192),
(3171, 'Tambacounda', 192),
(3172, 'Thies', 192),
(3173, 'Ziguinchor', 192),
(3174, 'Central Serbia', 193),
(3175, '<NAME>', 193),
(3176, 'Vojvodina', 193),
(3177, '<NAME>', 194),
(3178, '<NAME>', 194),
(3179, 'Cascade', 194),
(3180, 'Takamaka', 194),
(3181, 'Victoria', 194),
(3182, 'Eastern', 195),
(3183, 'Northern', 195),
(3184, 'Southern', 195),
(3185, 'Western', 195),
(3186, 'Singapore', 196),
(3187, 'Banskobystricky', 197),
(3188, 'Bratislavsky', 197),
(3189, 'Kosicky', 197),
(3190, 'Nitriansky', 197),
(3191, 'Presovsky', 197),
(3192, 'Trenciansky', 197),
(3193, 'Trnavsky', 197),
(3194, 'Zilinsky', 197),
(3195, 'Benedikt', 198),
(3196, 'Gorenjska', 198),
(3197, 'Gorishka', 198),
(3198, '<NAME>', 198),
(3199, 'Koroshka', 198),
(3200, 'Notranjsko-krashka', 198),
(3201, 'Obalno-krashka', 198),
(3202, '<NAME>', 198),
(3203, '<NAME>', 198),
(3204, 'Osrednjeslovenska', 198),
(3205, 'Podravska', 198),
(3206, 'Pomurska', 198),
(3207, 'Savinjska', 198),
(3208, '<NAME>', 198),
(3209, 'Spodnjeposavska', 198),
(3210, 'Zasavska', 198),
(3211, 'Pitcairn', 199),
(3212, 'Central', 200),
(3213, 'Choiseul', 200),
(3214, 'Guadalcanal', 200),
(3215, 'Isabel', 200),
(3216, '<NAME>', 200),
(3217, 'Malaita', 200),
(3218, '<NAME>', 200),
(3219, 'Temotu', 200),
(3220, 'Western', 200),
(3221, 'Awdal', 201),
(3222, 'Bakol', 201),
(3223, 'Banadir', 201),
(3224, 'Bari', 201),
(3225, 'Bay', 201),
(3226, 'Galgudug', 201),
(3227, 'Gedo', 201),
(3228, 'Hiran', 201),
(3229, '<NAME>', 201),
(3230, '<NAME>', 201),
(3231, 'Mudug', 201),
(3232, 'Nugal', 201),
(3233, 'Sanag', 201),
(3234, '<NAME>', 201),
(3235, '<NAME>', 201),
(3236, 'Togdher', 201),
(3237, '<NAME>', 201),
(3238, 'Eastern Cape', 202),
(3239, 'Free State', 202),
(3240, 'Gauteng', 202),
(3241, '<NAME>', 202),
(3242, 'Kramerville', 202),
(3243, '<NAME>', 202),
(3244, 'Limpopo', 202),
(3245, 'Mpumalanga', 202),
(3246, 'North West', 202),
(3247, 'Northern Cape', 202),
(3248, 'Parow', 202),
(3249, 'Table View', 202),
(3250, 'Umtentweni', 202),
(3251, 'Western Cape', 202),
(3252, 'South Georgia', 203),
(3253, 'Central Equatoria', 204),
(3254, '<NAME>', 205),
(3255, 'Alacant', 205),
(3256, 'Alava', 205),
(3257, 'Albacete', 205),
(3258, 'Almeria', 205),
(3260, 'Asturias', 205),
(3261, 'Avila', 205),
(3262, 'Badajoz', 205),
(3263, 'Balears', 205),
(3264, 'Barcelona', 205),
(3267, 'Burgos', 205),
(3268, 'Caceres', 205),
(3269, 'Cadiz', 205),
(3270, 'Cantabria', 205),
(3271, 'Castello', 205),
(3273, 'Ceuta', 205),
(3274, 'Ciudad Real', 205),
(3281, 'Cordoba', 205),
(3282, 'Cuenca', 205),
(3284, 'Girona', 205),
(3285, 'Granada', 205),
(3286, 'Guadalajara', 205),
(3287, 'Guipuzcoa', 205),
(3288, 'Huelva', 205),
(3289, 'Huesca', 205),
(3290, 'Jaen', 205),
(3291, '<NAME>', 205),
(3292, '<NAME>', 205),
(3293, 'Leon', 205),
(3295, 'Lleida', 205),
(3296, 'Lugo', 205),
(3297, 'Madrid', 205),
(3298, 'Malaga', 205),
(3299, 'Melilla', 205),
(3300, 'Murcia', 205),
(3301, 'Navarra', 205),
(3302, 'Ourense', 205),
(3303, '<NAME>', 205),
(3304, 'Palencia', 205),
(3305, 'Pontevedra', 205),
(3306, 'Salamanca', 205),
(3308, 'Segovia', 205),
(3309, 'Sevilla', 205),
(3310, 'Soria', 205),
(3311, 'Tarragona', 205),
(3312, '<NAME>', 205),
(3313, 'Teruel', 205),
(3314, 'Toledo', 205),
(3315, 'Valencia', 205),
(3316, 'Valladolid', 205),
(3317, 'Vizcaya', 205),
(3318, 'Zamora', 205),
(3319, 'Zaragoza', 205),
(3320, 'Amparai', 206),
(3321, 'Anuradhapuraya', 206),
(3322, 'Badulla', 206),
(3323, 'Boralesgamuwa', 206),
(3324, 'Colombo', 206),
(3325, 'Galla', 206),
(3326, 'Gampaha', 206),
(3327, 'Hambantota', 206),
(3328, 'Kalatura', 206),
(3329, 'Kegalla', 206),
(3330, 'Kilinochchi', 206),
(3331, 'Kurunegala', 206),
(3332, 'Madakalpuwa', 206),
(3333, '<NAME>', 206),
(3334, 'Malwana', 206),
(3335, 'Mannarama', 206),
(3336, 'Matale', 206),
(3337, 'Matara', 206),
(3338, 'Monaragala', 206),
(3339, 'Mullaitivu', 206),
(3340, 'North Eastern Province', 206),
(3341, 'North Western Province', 206),
(3342, '<NAME>', 206),
(3343, 'Polonnaruwa', 206),
(3344, 'Puttalama', 206),
(3345, 'Ratnapuraya', 206),
(3346, 'Southern Province', 206),
(3347, 'Tirikunamalaya', 206),
(3348, 'Tuscany', 206),
(3349, 'Vavuniyawa', 206),
(3350, 'Western Province', 206),
(3351, 'Yapanaya', 206),
(3352, 'kadawatha', 206),
(3353, 'A\'ali-an-Nil', 207),
(3354, 'Bahr-al-Jabal', 207),
(3355, 'Central Equatoria', 207),
(3356, '<NAME>', 207),
(3357, '<NAME>', 207),
(3358, '<NAME>', 207),
(3359, 'Gharb-al-Istiwa\'iyah', 207),
(3360, '<NAME>', 207),
(3361, '<NAME>', 207),
(3362, 'Junqali', 207),
(3363, 'Kassala', 207),
(3364, 'Nahr-an-Nil', 207),
(3365, '<NAME>', 207),
(3366, '<NAME>', 207),
(3367, '<NAME>', 207),
(3368, 'Sharq-al-Istiwa\'iyah', 207),
(3369, 'Sinnar', 207),
(3370, 'Warab', 207),
(3371, '<NAME>', 207),
(3372, 'al-Bahr-al-Ahmar', 207),
(3373, 'al-Buhayrat', 207),
(3374, 'al-Jazirah', 207),
(3375, 'al-Khartum', 207),
(3376, 'al-Qadarif', 207),
(3377, 'al-Wahdah', 207),
(3378, 'an-Nil-al-Abyad', 207),
(3379, 'an-Nil-al-Azraq', 207),
(3380, 'ash-Shamaliyah', 207),
(3381, 'Brokopondo', 208),
(3382, 'Commewijne', 208),
(3383, 'Coronie', 208),
(3384, 'Marowijne', 208),
(3385, 'Nickerie', 208),
(3386, 'Para', 208),
(3387, 'Paramaribo', 208),
(3388, 'Saramacca', 208),
(3389, 'Wanica', 208),
(3390, 'Svalbard', 209),
(3391, 'Hhohho', 210),
(3392, 'Lubombo', 210),
(3393, 'Manzini', 210),
(3394, 'Shiselweni', 210),
(3395, '<NAME>', 211),
(3396, 'Angermanland', 211),
(3397, 'Blekinge', 211),
(3398, 'Bohuslan', 211),
(3399, 'Dalarna', 211),
(3400, 'Gavleborg', 211),
(3401, 'Gaza', 211),
(3402, 'Gotland', 211),
(3403, 'Halland', 211),
(3404, 'Jamtland', 211),
(3405, 'Jonkoping', 211),
(3406, 'Kalmar', 211),
(3407, 'Kristianstads', 211),
(3408, 'Kronoberg', 211),
(3409, 'Norrbotten', 211),
(3410, 'Orebro', 211),
(3411, 'Ostergotland', 211),
(3412, 'Saltsjo-Boo', 211),
(3413, 'Skane', 211),
(3414, 'Smaland', 211),
(3415, 'Sodermanland', 211),
(3416, 'Stockholm', 211),
(3417, 'Uppsala', 211),
(3418, 'Varmland', 211),
(3419, 'Vasterbotten', 211),
(3420, 'Vastergotland', 211),
(3421, 'Vasternorrland', 211),
(3422, 'Vastmanland', 211),
(3423, '<NAME>', 211),
(3424, 'Aargau', 212),
(3425, '<NAME>-Rhoden', 212),
(3426, 'Appenzell-<NAME>', 212),
(3427, 'Basel-Landschaft', 212),
(3428, 'Basel-Stadt', 212),
(3429, 'Bern', 212),
(3430, '<NAME>', 212),
(3431, 'Fribourg', 212),
(3432, 'Geneve', 212),
(3433, 'Glarus', 212),
(3434, 'Graubunden', 212),
(3435, 'Heerbrugg', 212),
(3436, 'Jura', 212),
(3437, '<NAME>', 212),
(3438, 'Luzern', 212),
(3439, '<NAME>', 212),
(3440, 'Muhen', 212),
(3441, 'Neuchatel', 212),
(3442, 'Nidwalden', 212),
(3443, 'Obwalden', 212),
(3444, '<NAME>', 212),
(3445, 'Schaffhausen', 212),
(3446, 'Schwyz', 212),
(3447, 'Solothurn', 212),
(3448, 'Thurgau', 212),
(3449, 'Ticino', 212),
(3450, 'Uri', 212),
(3451, 'Valais', 212),
(3452, 'Vaud', 212),
(3453, 'Vauffelin', 212),
(3454, 'Zug', 212),
(3455, 'Zurich', 212),
(3456, 'Aleppo', 213),
(3457, 'Dar\'a', 213),
(3458, 'Dayr-az-Zawr', 213),
(3459, 'Dimashq', 213),
(3460, 'Halab', 213),
(3461, 'Hamah', 213),
(3462, 'Hims', 213),
(3463, 'Idlib', 213),
(3464, '<NAME>', 213),
(3465, 'Tartus', 213),
(3466, 'al-Hasakah', 213),
(3467, 'al-Ladhiqiyah', 213),
(3468, 'al-Qunaytirah', 213),
(3469, 'ar-Raqqah', 213),
(3470, 'as-Suwayda', 213),
(3471, 'Changhua County', 214),
(3472, 'Chiayi County', 214),
(3473, 'Chiayi City', 214),
(3474, 'Taipei City', 214),
(3475, 'Hsinchu County', 214),
(3476, 'Hsinchu City', 214),
(3477, 'Hualien County', 214),
(3480, 'Kaohsiung City', 214),
(3481, 'Keelung City', 214),
(3482, 'Kinmen County', 214),
(3483, 'Miaoli County', 214),
(3484, 'Nantou County', 214),
(3486, 'Penghu County', 214),
(3487, 'Pingtung County', 214),
(3488, 'Taichung City', 214),
(3492, 'Tainan City', 214),
(3493, 'New Taipei City', 214),
(3495, 'Taitung County', 214),
(3496, 'Taoyuan City', 214),
(3497, 'Yilan County', 214),
(3498, 'YunLin County', 214),
(3500, 'Dushanbe', 215),
(3501, 'Gorno-Badakhshan', 215),
(3502, 'Karotegin', 215),
(3503, 'Khatlon', 215),
(3504, 'Sughd', 215),
(3505, 'Arusha', 216),
(3506, '<NAME>', 216),
(3507, 'Dodoma', 216),
(3508, 'Iringa', 216),
(3509, 'Kagera', 216),
(3510, 'Kigoma', 216),
(3511, 'Kilimanjaro', 216),
(3512, 'Lindi', 216),
(3513, 'Mara', 216),
(3514, 'Mbeya', 216),
(3515, 'Morogoro', 216),
(3516, 'Mtwara', 216),
(3517, 'Mwanza', 216),
(3518, 'Pwani', 216),
(3519, 'Rukwa', 216),
(3520, 'Ruvuma', 216),
(3521, 'Shinyanga', 216),
(3522, 'Singida', 216),
(3523, 'Tabora', 216),
(3524, 'Tanga', 216),
(3525, '<NAME>', 216),
(3526, '<NAME>', 217),
(3527, '<NAME>', 217),
(3528, 'Bangkok', 217),
(3529, '<NAME>', 217),
(3530, 'Chachoengsao', 217),
(3531, '<NAME>', 217),
(3532, 'Chaiyaphum', 217),
(3533, '<NAME>', 217),
(3534, 'Chanthaburi', 217),
(3535, '<NAME>', 217),
(3536, '<NAME>', 217),
(3537, '<NAME>', 217),
(3538, 'Chumphon', 217),
(3539, 'Kalasin', 217),
(3540, '<NAME>', 217),
(3541, 'Kanchanaburi', 217),
(3542, '<NAME>', 217),
(3543, 'Krabi', 217),
(3544, '<NAME>', 217),
(3545, 'Lampang', 217),
(3546, 'Lamphun', 217),
(3547, 'Loei', 217),
(3548, '<NAME>', 217),
(3549, '<NAME>', 217),
(3550, '<NAME>', 217),
(3551, 'Mukdahan', 217),
(3552, '<NAME>', 217),
(3553, '<NAME>', 217),
(3554, '<NAME>', 217),
(3555, '<NAME>', 217),
(3556, '<NAME>', 217),
(3557, '<NAME>', 217),
(3558, 'Nan', 217),
(3559, 'Narathiwat', 217),
(3560, '<NAME>', 217),
(3561, '<NAME>', 217),
(3562, 'Nonthaburi', 217),
(3563, '<NAME>', 217),
(3564, 'Pattani', 217),
(3565, 'Phangnga', 217),
(3566, 'Phatthalung', 217),
(3567, 'Phayao', 217),
(3568, 'Phetchabun', 217),
(3569, 'Phetchaburi', 217),
(3570, 'Phichit', 217),
(3571, 'Phitsanulok', 217),
(3572, '<NAME>', 217),
(3573, 'Phrae', 217),
(3574, 'Phuket', 217),
(3575, '<NAME>', 217),
(3576, '<NAME>', 217),
(3577, 'Ranong', 217),
(3578, 'Ratchaburi', 217),
(3579, 'Rayong', 217),
(3580, '<NAME>', 217),
(3581, '<NAME>', 217),
(3582, '<NAME>', 217),
(3583, '<NAME>', 217),
(3584, '<NAME>', 217),
(3585, '<NAME>', 217),
(3586, 'Saraburi', 217),
(3587, 'Satun', 217),
(3588, '<NAME>', 217),
(3589, '<NAME>', 217),
(3590, 'Songkhla', 217),
(3591, 'Sukhothai', 217),
(3592, '<NAME>', 217),
(3593, '<NAME>', 217),
(3594, 'Surin', 217),
(3595, 'Tak', 217),
(3596, 'Trang', 217),
(3597, 'Trat', 217),
(3598, '<NAME>', 217),
(3599, '<NAME>', 217),
(3600, '<NAME>', 217),
(3601, 'Uttaradit', 217),
(3602, 'Yala', 217),
(3603, 'Yasothon', 217),
(3604, 'Centre', 218),
(3605, 'Kara', 218),
(3606, 'Maritime', 218),
(3607, 'Plateaux', 218),
(3608, 'Savanes', 218),
(3609, 'Atafu', 219),
(3610, 'Fakaofo', 219),
(3611, 'Nukunonu', 219),
(3612, 'Eua', 220),
(3613, 'Ha\'apai', 220),
(3614, 'Niuas', 220),
(3615, 'Tongatapu', 220),
(3616, 'Vava\'u', 220),
(3617, 'Arima-Tunapuna-Piarco', 221),
(3618, 'Caroni', 221),
(3619, 'Chaguanas', 221),
(3620, 'Couva-Tabaquite-Talparo', 221),
(3621, '<NAME>', 221),
(3622, 'Glencoe', 221),
(3623, '<NAME>', 221),
(3624, '<NAME>', 221),
(3625, 'Port of Spain', 221),
(3626, '<NAME>', 221),
(3627, '<NAME>', 221),
(3628, '<NAME>', 221),
(3629, '<NAME>', 221),
(3630, '<NAME>', 221),
(3631, 'Siparia', 221),
(3632, 'Tobago', 221),
(3633, 'Aryanah', 222),
(3634, 'Bajah', 222),
(3635, '<NAME>', 222),
(3636, 'Binzart', 222),
(3637, '<NAME>', 222),
(3638, '<NAME>', 222),
(3639, '<NAME>', 222),
(3640, '<NAME>', 222),
(3641, 'Jundubah', 222),
(3642, 'Madaniyin', 222),
(3643, 'Manubah', 222),
(3644, 'Monastir', 222),
(3645, 'Nabul', 222),
(3646, 'Qabis', 222),
(3647, 'Qafsah', 222),
(3648, 'Qibili', 222),
(3649, 'Safaqis', 222),
(3650, 'Sfax', 222),
(3651, '<NAME>', 222),
(3652, 'Silyanah', 222),
(3653, 'Susah', 222),
(3654, 'Tatawin', 222),
(3655, 'Tawzar', 222),
(3656, 'Tunis', 222),
(3657, 'Zaghwan', 222),
(3658, 'al-Kaf', 222),
(3659, 'al-Mahdiyah', 222),
(3660, 'al-Munastir', 222),
(3661, 'al-Qasrayn', 222),
(3662, 'al-Qayrawan', 222),
(3663, 'Adana', 223),
(3664, 'Adiyaman', 223),
(3665, 'Afyon', 223),
(3666, 'Agri', 223),
(3667, 'Aksaray', 223),
(3668, 'Amasya', 223),
(3669, 'Ankara', 223),
(3670, 'Antalya', 223),
(3671, 'Ardahan', 223),
(3672, 'Artvin', 223),
(3673, 'Aydin', 223),
(3674, 'Balikesir', 223),
(3675, 'Bartin', 223),
(3676, 'Batman', 223),
(3677, 'Bayburt', 223),
(3678, 'Bilecik', 223),
(3679, 'Bingol', 223),
(3680, 'Bitlis', 223),
(3681, 'Bolu', 223),
(3682, 'Burdur', 223),
(3683, 'Bursa', 223),
(3684, 'Canakkale', 223),
(3685, 'Cankiri', 223),
(3686, 'Corum', 223),
(3687, 'Denizli', 223),
(3688, 'Diyarbakir', 223),
(3689, 'Duzce', 223),
(3690, 'Edirne', 223),
(3691, 'Elazig', 223),
(3692, 'Erzincan', 223),
(3693, 'Erzurum', 223),
(3694, 'Eskisehir', 223),
(3695, 'Gaziantep', 223),
(3696, 'Giresun', 223),
(3697, 'Gumushane', 223),
(3698, 'Hakkari', 223),
(3699, 'Hatay', 223),
(3700, 'Icel', 223),
(3701, 'Igdir', 223),
(3702, 'Isparta', 223),
(3703, 'Istanbul', 223),
(3704, 'Izmir', 223),
(3705, 'Kahramanmaras', 223),
(3706, 'Karabuk', 223),
(3707, 'Karaman', 223),
(3708, 'Kars', 223),
(3709, 'Karsiyaka', 223),
(3710, 'Kastamonu', 223),
(3711, 'Kayseri', 223),
(3712, 'Kilis', 223),
(3713, 'Kirikkale', 223),
(3714, 'Kirklareli', 223),
(3715, 'Kirsehir', 223),
(3716, 'Kocaeli', 223),
(3717, 'Konya', 223),
(3718, 'Kutahya', 223),
(3719, 'Lefkosa', 223),
(3720, 'Malatya', 223),
(3721, 'Manisa', 223),
(3722, 'Mardin', 223),
(3723, 'Mugla', 223),
(3724, 'Mus', 223),
(3725, 'Nevsehir', 223),
(3726, 'Nigde', 223),
(3727, 'Ordu', 223),
(3728, 'Osmaniye', 223),
(3729, 'Rize', 223),
(3730, 'Sakarya', 223),
(3731, 'Samsun', 223),
(3732, 'Sanliurfa', 223),
(3733, 'Siirt', 223),
(3734, 'Sinop', 223),
(3735, 'Sirnak', 223),
(3736, 'Sivas', 223),
(3737, 'Tekirdag', 223),
(3738, 'Tokat', 223),
(3739, 'Trabzon', 223),
(3740, 'Tunceli', 223),
(3741, 'Usak', 223),
(3742, 'Van', 223),
(3743, 'Yalova', 223),
(3744, 'Yozgat', 223),
(3745, 'Zonguldak', 223),
(3746, 'Ahal', 224),
(3747, 'Asgabat', 224),
(3748, 'Balkan', 224),
(3749, 'Dasoguz', 224),
(3750, 'Lebap', 224),
(3751, 'Mari', 224),
(3752, '<NAME>', 225),
(3753, 'South Caicos and East Caicos', 225),
(3754, 'Funafuti', 226),
(3755, 'Nanumanga', 226),
(3756, 'Nanumea', 226),
(3757, 'Niutao', 226),
(3758, 'Nui', 226),
(3759, 'Nukufetau', 226),
(3760, 'Nukulaelae', 226),
(3761, 'Vaitupu', 226),
(3762, 'Central', 227),
(3763, 'Eastern', 227),
(3764, 'Northern', 227),
(3765, 'Western', 227),
(3766, 'Cherkas\'ka', 228),
(3767, 'Chernihivs\'ka', 228),
(3768, 'Chernivets\'ka', 228),
(3769, 'Crimea', 228),
(3770, 'Dnipropetrovska', 228),
(3771, 'Donets\'ka', 228),
(3772, 'Ivano-Frankivs\'ka', 228),
(3773, 'Kharkiv', 228),
(3774, 'Kharkov', 228),
(3775, 'Khersonska', 228),
(3776, 'Khmel\'nyts\'ka', 228),
(3777, 'Kirovohrad', 228),
(3778, 'Krym', 228),
(3779, 'Kyyiv', 228),
(3780, 'Kyyivs\'ka', 228),
(3781, 'L\'vivs\'ka', 228),
(3782, 'Luhans\'ka', 228),
(3783, 'Mykolayivs\'ka', 228),
(3784, 'Odes\'ka', 228),
(3785, 'Odessa', 228),
(3786, 'Poltavs\'ka', 228),
(3787, 'Rivnens\'ka', 228),
(3788, 'Sevastopol\'', 228),
(3789, 'Sums\'ka', 228),
(3790, 'Ternopil\'s\'ka', 228),
(3791, 'Volyns\'ka', 228),
(3792, 'Vynnyts\'ka', 228),
(3793, 'Zakarpats\'ka', 228),
(3794, 'Zaporizhia', 228),
(3795, 'Zhytomyrs\'ka', 228),
(3796, '<NAME>', 229),
(3797, 'Ajman', 229),
(3798, 'Dubai', 229),
(3799, '<NAME>', 229),
(3800, 'Sharjah', 229),
(3801, 'Sharjha', 229),
(3802, '<NAME>', 229),
(3803, 'al-Fujayrah', 229),
(3804, 'ash-Shariqah', 229),
(3805, 'Aberdeen', 230),
(3806, 'Aberdeenshire', 230),
(3807, 'Argyll', 230),
(3808, 'Armagh', 230),
(3809, 'Bedfordshire', 230),
(3810, 'Belfast', 230),
(3811, 'Berkshire', 230),
(3812, 'Birmingham', 230),
(3813, 'Brechin', 230),
(3814, 'Bridgnorth', 230),
(3815, 'Bristol', 230),
(3816, 'Buckinghamshire', 230),
(3817, 'Cambridge', 230),
(3818, 'Cambridgeshire', 230),
(3819, 'Channel Islands', 230),
(3820, 'Cheshire', 230),
(3821, 'Cleveland', 230),
(3822, '<NAME>', 230),
(3823, 'Conwy', 230),
(3824, 'Cornwall', 230),
(3825, 'Coventry', 230),
(3826, '<NAME>', 230),
(3827, 'Cumbria', 230),
(3828, 'Denbighshire', 230),
(3829, 'Derby', 230),
(3830, 'Derbyshire', 230),
(3831, 'Devon', 230),
(3832, '<NAME> Dungannon', 230),
(3833, 'Didcot', 230),
(3834, 'Dorset', 230),
(3835, 'Dunbartonshire', 230),
(3836, 'Durham', 230),
(3837, 'East Dunbartonshire', 230),
(3838, 'East Lothian', 230),
(3839, 'East Midlands', 230),
(3840, 'East Sussex', 230),
(3841, 'East Yorkshire', 230),
(3842, 'England', 230),
(3843, 'Essex', 230),
(3844, 'Fermanagh', 230),
(3845, 'Fife', 230),
(3846, 'Flintshire', 230),
(3847, 'Fulham', 230),
(3848, 'Gainsborough', 230),
(3849, 'Glocestershire', 230),
(3850, 'Gwent', 230),
(3851, 'Hampshire', 230),
(3852, 'Hants', 230),
(3853, 'Herefordshire', 230),
(3854, 'Hertfordshire', 230),
(3855, 'Ireland', 230),
(3856, '<NAME> Man', 230),
(3857, '<NAME>', 230),
(3858, 'Kenford', 230),
(3859, 'Kent', 230),
(3860, 'Kilmarnock', 230),
(3861, 'Lanarkshire', 230),
(3862, 'Lancashire', 230),
(3863, 'Leicestershire', 230),
(3864, 'Lincolnshire', 230),
(3865, 'Llanymynech', 230),
(3866, 'London', 230),
(3867, 'Ludlow', 230),
(3868, 'Manchester', 230),
(3869, 'Mayfair', 230),
(3870, 'Merseyside', 230),
(3871, '<NAME>', 230),
(3872, 'Middlesex', 230),
(3873, 'Mildenhall', 230),
(3874, 'Monmouthshire', 230),
(3875, '<NAME>', 230),
(3876, 'Norfolk', 230),
(3877, 'North Humberside', 230),
(3878, 'North Yorkshire', 230),
(3879, 'Northamptonshire', 230),
(3880, 'Northants', 230),
(3881, 'Northern Ireland', 230),
(3882, 'Northumberland', 230),
(3883, 'Nottinghamshire', 230),
(3884, 'Oxford', 230),
(3885, 'Powys', 230),
(3886, 'Roos-shire', 230),
(3887, 'SUSSEX', 230),
(3888, 'Sark', 230),
(3889, 'Scotland', 230),
(3890, 'Scottish Borders', 230),
(3891, 'Shropshire', 230),
(3892, 'Somerset', 230),
(3893, 'South Glamorgan', 230),
(3894, 'South Wales', 230),
(3895, 'South Yorkshire', 230),
(3896, 'Southwell', 230),
(3897, 'Staffordshire', 230),
(3898, 'Strabane', 230),
(3899, 'Suffolk', 230),
(3900, 'Surrey', 230),
(3901, 'Sussex', 230),
(3902, 'Twickenham', 230),
(3903, '<NAME>', 230),
(3904, 'Tyrone', 230),
(3905, 'Utah', 230),
(3906, 'Wales', 230),
(3907, 'Warwickshire', 230),
(3908, 'West Lothian', 230),
(3909, 'West Midlands', 230),
(3910, 'West Sussex', 230),
(3911, 'West Yorkshire', 230),
(3912, 'Whissendine', 230),
(3913, 'Wiltshire', 230),
(3914, 'Wokingham', 230),
(3915, 'Worcestershire', 230),
(3916, 'Wrexham', 230),
(3917, 'Wurttemberg', 230),
(3918, 'Yorkshire', 230),
(3919, 'Alabama', 231),
(3920, 'Alaska', 231),
(3921, 'Arizona', 231),
(3922, 'Arkansas', 231),
(3923, 'Byram', 231),
(3924, 'California', 231),
(3925, 'Cokato', 231),
(3926, 'Colorado', 231),
(3927, 'Connecticut', 231),
(3928, 'Delaware', 231),
(3929, 'District of Columbia', 231),
(3930, 'Florida', 231),
(3931, 'Georgia', 231),
(3932, 'Hawaii', 231),
(3933, 'Idaho', 231),
(3934, 'Illinois', 231),
(3935, 'Indiana', 231),
(3936, 'Iowa', 231),
(3937, 'Kansas', 231),
(3938, 'Kentucky', 231),
(3939, 'Louisiana', 231),
(3940, 'Lowa', 231),
(3941, 'Maine', 231),
(3942, 'Maryland', 231),
(3943, 'Massachusetts', 231),
(3944, 'Medfield', 231),
(3945, 'Michigan', 231),
(3946, 'Minnesota', 231),
(3947, 'Mississippi', 231),
(3948, 'Missouri', 231),
(3949, 'Montana', 231),
(3950, 'Nebraska', 231),
(3951, 'Nevada', 231),
(3952, 'New Hampshire', 231),
(3953, 'New Jersey', 231),
(3954, 'New Jersy', 231),
(3955, 'New Mexico', 231),
(3956, 'New York', 231),
(3957, 'North Carolina', 231),
(3958, 'North Dakota', 231),
(3959, 'Ohio', 231),
(3960, 'Oklahoma', 231),
(3961, 'Ontario', 231),
(3962, 'Oregon', 231),
(3963, 'Pennsylvania', 231),
(3964, 'Ramey', 231),
(3965, 'Rhode Island', 231),
(3966, 'South Carolina', 231),
(3967, 'South Dakota', 231),
(3968, 'Sublimity', 231),
(3969, 'Tennessee', 231),
(3970, 'Texas', 231),
(3971, 'Trimble', 231),
(3972, 'Utah', 231),
(3973, 'Vermont', 231),
(3974, 'Virginia', 231),
(3975, 'Washington', 231),
(3976, '<NAME>irginia', 231),
(3977, 'Wisconsin', 231),
(3978, 'Wyoming', 231),
(3979, 'United States Minor Outlying I', 232),
(3980, 'Artigas', 233),
(3981, 'Canelones', 233),
(3982, '<NAME>', 233),
(3983, 'Colonia', 233),
(3984, 'Durazno', 233),
(3985, 'FLorida', 233),
(3986, 'Flores', 233),
(3987, 'Lavalleja', 233),
(3988, 'Maldonado', 233),
(3989, 'Montevideo', 233),
(3990, 'Paysandu', 233),
(3991, '<NAME>', 233),
(3992, 'Rivera', 233),
(3993, 'Rocha', 233),
(3994, 'Salto', 233),
(3995, '<NAME>', 233),
(3996, 'Soriano', 233),
(3997, 'Tacuarembo', 233),
(3998, '<NAME>', 233),
(3999, 'Andijon', 234),
(4000, 'Buhoro', 234),
(4001, '<NAME>', 234),
(4002, 'Cizah', 234),
(4003, 'Fargona', 234),
(4004, 'Horazm', 234),
(4005, 'Kaskadar', 234),
(4006, 'Korakalpogiston', 234),
(4007, 'Namangan', 234),
(4008, 'Navoi', 234),
(4009, 'Samarkand', 234),
(4010, 'Sirdare', 234),
(4011, 'Surhondar', 234),
(4012, 'Toskent', 234),
(4013, 'Malampa', 235),
(4014, 'Penama', 235),
(4015, 'Sanma', 235),
(4016, 'Shefa', 235),
(4017, 'Tafea', 235),
(4018, 'Torba', 235),
(4019, 'Vatican City State (Holy See)', 236),
(4020, 'Amazonas', 237),
(4021, 'Anzoategui', 237),
(4022, 'Apure', 237),
(4023, 'Aragua', 237),
(4024, 'Barinas', 237),
(4025, 'Bolivar', 237),
(4026, 'Carabobo', 237),
(4027, 'Cojedes', 237),
(4028, '<NAME>', 237),
(4029, 'Distrito Federal', 237),
(4030, 'Falcon', 237),
(4031, 'Guarico', 237),
(4032, 'Lara', 237),
(4033, 'Merida', 237),
(4034, 'Miranda', 237),
(4035, 'Monagas', 237),
(4036, '<NAME>', 237),
(4037, 'Portuguesa', 237),
(4038, 'Sucre', 237),
(4039, 'Tachira', 237),
(4040, 'Trujillo', 237),
(4041, 'Vargas', 237),
(4042, 'Yaracuy', 237),
(4043, 'Zulia', 237),
(4044, '<NAME>', 238),
(4045, '<NAME>', 238),
(4046, '<NAME>', 238),
(4047, '<NAME>', 238),
(4048, '<NAME>', 238),
(4049, '<NAME>', 238),
(4050, '<NAME>', 238),
(4051, '<NAME>', 238),
(4052, '<NAME>', 238),
(4053, 'Hanoi', 238),
(4054, '<NAME>', 238),
(4055, '<NAME>', 238),
(4056, '<NAME>', 238),
(4057, '<NAME>', 238),
(4058, '<NAME>', 238),
(4059, '<NAME>', 238),
(4060, '<NAME>', 238),
(4061, '<NAME>', 238),
(4062, '<NAME>', 238),
(4063, '<NAME>', 238),
(4064, 'Anegada', 239),
(4065, '<NAME>', 239),
(4066, 'Tortola', 239),
(4067, '<NAME>', 240),
(4068, '<NAME>', 240),
(4069, '<NAME>', 240),
(4070, 'Alo', 241),
(4071, 'Singave', 241),
(4072, 'Wallis', 241),
(4073, '<NAME>', 242),
(4074, 'Wad-adh-Dhahab', 242),
(4075, 'al-\'Ayun', 242),
(4076, 'as-Samarah', 242),
(4077, '\'Adan', 243),
(4078, 'Abyan', 243),
(4079, 'Dhamar', 243),
(4080, 'Hadramaut', 243),
(4081, 'Hajjah', 243),
(4082, 'Hudaydah', 243),
(4083, 'Ibb', 243),
(4084, 'Lahij', 243),
(4085, 'Ma\'rib', 243),
(4086, '<NAME>', 243),
(4087, 'Sa\'dah', 243),
(4088, 'Sana', 243),
(4089, 'Shabwah', 243),
(4090, 'Ta\'izz', 243),
(4091, 'al-Bayda', 243),
(4092, 'al-Hudaydah', 243),
(4093, 'al-Jawf', 243),
(4094, 'al-Mahrah', 243),
(4095, 'al-Mahwit', 243),
(4096, 'Central Serbia', 244),
(4097, 'Kos<NAME> Metohija', 244),
(4098, 'Montenegro', 244),
(4099, 'Republic of Serbia', 244),
(4100, 'Serbia', 244),
(4101, 'Vojvodina', 244),
(4102, 'Central', 245),
(4103, 'Copperbelt', 245),
(4104, 'Eastern', 245),
(4105, 'Luapala', 245),
(4106, 'Lusaka', 245),
(4107, 'North-Western', 245),
(4108, 'Northern', 245),
(4109, 'Southern', 245),
(4110, 'Western', 245),
(4111, 'Bulawayo', 246),
(4112, 'Harare', 246),
(4113, 'Manicaland', 246),
(4114, 'Mashonaland Central', 246),
(4115, 'Mashonaland East', 246),
(4116, 'Mashonaland West', 246),
(4117, 'Masvingo', 246),
(4118, 'Matabeleland North', 246),
(4119, 'Matabeleland South', 246),
(4120, 'Midlands', 246),
(4121, 'Lienchiang County', 214);
-- --------------------------------------------------------
--
-- Table structure for table `traveller_reviews`
--
CREATE TABLE `traveller_reviews` (
`id` int(11) NOT NULL,
`name` text COLLATE utf8_unicode_ci,
`url` text COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `traveller_reviews`
--
INSERT INTO `traveller_reviews` (`id`, `name`, `url`, `created_at`, `updated_at`) VALUES
(5, '<NAME>', 'https://www.youtube.com/embed/pG6jTvfDBYQ', '2020-07-13 04:43:51', '2020-07-13 04:43:51'),
(6, 'fdsfsdfsdfs', 'https://www.youtube.com/embed/sRyslbdtT90', '2020-07-14 14:10:03', '2020-07-14 14:10:03'),
(7, 'gfdgdfgd', 'https://www.youtube.com/embed/pFoty21X370', '2020-07-14 14:10:40', '2020-07-14 14:10:40'),
(8, 'gfdgdfgdf', 'https://www.youtube.com/embed/6RUfOU_Dqw8', '2020-07-14 14:11:14', '2020-07-14 14:11:14');
-- --------------------------------------------------------
--
-- Table structure for table `traveller__reviews`
--
CREATE TABLE `traveller__reviews` (
`id` bigint(20) UNSIGNED NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`name` text,
`email` text,
`password` varchar(100) NOT NULL,
`email_verified` int(11) NOT NULL DEFAULT '0',
`email_verify_token` text NOT NULL,
`role` int(11) NOT NULL DEFAULT '1',
`image` varchar(500) DEFAULT NULL,
`last_login` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `email`, `password`, `email_verified`, `email_verify_token`, `role`, `image`, `last_login`, `created_at`) VALUES
(2, 'Admin User', '<EMAIL>', '<PASSWORD>', 1, '', 0, NULL, '2019-11-22 21:35:31', '2019-09-15 21:26:37'),
(3, 'Testing Client', '<EMAIL>', '827ccb0eea8a706c4c34a16891f84e7b', 0, '9e2ed3388caaa6dba88c1fc21cd5aeb4', 1, NULL, '2019-10-01 11:43:46', '2019-10-01 11:43:46'),
(4, 'East Travel', '<EMAIL>', '202cb962ac59075b964b07152d234b70', 0, 'cdd1008aa08431b1544ed1195962ba6a', 1, NULL, '2019-11-19 11:08:22', '2019-11-19 11:08:22'),
(5, 'admin', '<EMAIL>', 'admin', 1, '', 1, NULL, '2019-11-22 21:28:38', '2019-11-22 21:28:38'),
(6, 'JamesIdery', '<EMAIL>', 'fd74a53dbc6<PASSWORD>', 0, 'f603ce692ea5b9ec4ecae960999c5545', 1, NULL, '2020-02-01 17:32:03', '2020-02-01 17:32:03'),
(7, 'JamesIdery', '<EMAIL>', 'fd74a<PASSWORD>', 0, 'f236614af157676e5a87fc30a806258a', 1, NULL, '2020-02-01 17:32:04', '2020-02-01 17:32:04'),
(8, 'xmeDyEmqIG www.yandex.ru/42', '<EMAIL>', 'e7b26d2dc95dc25db66e9ff08885fdb0', 0, 'b41998e1358074051bf7dc54a57e08aa', 1, NULL, '2020-02-07 08:06:21', '2020-02-07 08:06:21'),
(9, 'asd', '<EMAIL>', '21232f297a57a5a743894a0e4a801fc3', 0, '1b1284e9f47b1929e0a37421cc844f8f', 1, NULL, '2020-07-14 02:59:31', '2020-07-14 02:59:31');
-- --------------------------------------------------------
--
-- Table structure for table `videos`
--
CREATE TABLE `videos` (
`id` int(11) NOT NULL,
`name` text,
`url` text,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `videos`
--
INSERT INTO `videos` (`id`, `name`, `url`, `created_at`, `updated_at`) VALUES
(10, 'asd', 'https://www.youtube.com/embed/edOuQIalVBU', '2020-07-12 01:05:26', '2020-07-12 01:05:26'),
(12, 'Traveller Super (17+D AC) | Complete Review |', 'https://www.youtube.com/embed/QvKin3mkqFc', '2020-07-12 01:08:13', '2020-07-12 01:08:13'),
(13, 'I WISH I KNEW THIS BEFORE MY TRIP TO PRAGUE (Honest Guide)', 'https://www.youtube.com/embed/9AaOtLglL6U', '2020-07-12 01:08:53', '2020-07-12 01:08:53'),
(20, 'fsfsdfsdf', 'https://www.youtube.com/embed/sRyslbdtT90', '2020-07-14 14:09:52', '2020-07-14 14:09:52'),
(21, 'fsdssd', 'https://www.youtube.com/embed/PqWDBrWQ0xA', '2020-07-14 14:12:10', '2020-07-14 14:12:10');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `all__events`
--
ALTER TABLE `all__events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `category_all__events`
--
ALTER TABLE `category_all__events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `city_all__events`
--
ALTER TABLE `city_all__events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `country_all__events`
--
ALTER TABLE `country_all__events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `custom_inquries`
--
ALTER TABLE `custom_inquries`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dynamic_content`
--
ALTER TABLE `dynamic_content`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `events`
--
ALTER TABLE `events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `event__categories`
--
ALTER TABLE `event__categories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `event__cities`
--
ALTER TABLE `event__cities`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `event__countries`
--
ALTER TABLE `event__countries`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `event__icons`
--
ALTER TABLE `event__icons`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `files`
--
ALTER TABLE `files`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `gallery_photos`
--
ALTER TABLE `gallery_photos`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `group_photos`
--
ALTER TABLE `group_photos`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `icon_all__events`
--
ALTER TABLE `icon_all__events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `images`
--
ALTER TABLE `images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `inquiries`
--
ALTER TABLE `inquiries`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `packages`
--
ALTER TABLE `packages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `packgae_inquiry`
--
ALTER TABLE `packgae_inquiry`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `popularcities`
--
ALTER TABLE `popularcities`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `services`
--
ALTER TABLE `services`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sightseeing`
--
ALTER TABLE `sightseeing`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `states`
--
ALTER TABLE `states`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `traveller_reviews`
--
ALTER TABLE `traveller_reviews`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `traveller__reviews`
--
ALTER TABLE `traveller__reviews`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `videos`
--
ALTER TABLE `videos`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `all__events`
--
ALTER TABLE `all__events`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;
--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `category_all__events`
--
ALTER TABLE `category_all__events`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=215;
--
-- AUTO_INCREMENT for table `city_all__events`
--
ALTER TABLE `city_all__events`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=174;
--
-- AUTO_INCREMENT for table `country_all__events`
--
ALTER TABLE `country_all__events`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=189;
--
-- AUTO_INCREMENT for table `custom_inquries`
--
ALTER TABLE `custom_inquries`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `dynamic_content`
--
ALTER TABLE `dynamic_content`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `event__categories`
--
ALTER TABLE `event__categories`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `event__cities`
--
ALTER TABLE `event__cities`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `event__countries`
--
ALTER TABLE `event__countries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `event__icons`
--
ALTER TABLE `event__icons`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `files`
--
ALTER TABLE `files`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=286;
--
-- AUTO_INCREMENT for table `gallery_photos`
--
ALTER TABLE `gallery_photos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `group_photos`
--
ALTER TABLE `group_photos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `icon_all__events`
--
ALTER TABLE `icon_all__events`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=151;
--
-- AUTO_INCREMENT for table `images`
--
ALTER TABLE `images`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1017;
--
-- AUTO_INCREMENT for table `inquiries`
--
ALTER TABLE `inquiries`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `packgae_inquiry`
--
ALTER TABLE `packgae_inquiry`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `popularcities`
--
ALTER TABLE `popularcities`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;
--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `sightseeing`
--
ALTER TABLE `sightseeing`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `states`
--
ALTER TABLE `states`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4122;
--
-- AUTO_INCREMENT for table `traveller_reviews`
--
ALTER TABLE `traveller_reviews`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `traveller__reviews`
--
ALTER TABLE `traveller__reviews`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `videos`
--
ALTER TABLE `videos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
<filename>pl_pgsql/mo_insert_UncertValues_v4.sql
CREATE OR REPLACE FUNCTION pedestrians.mo_insert_UncertValues(st_p int, end_p int, pixel_z double precision, sigma double precision, sig_ratio real, srid int)
RETURNS void AS
$$
-- r_table: name of an exsiting table where the values are going to be inseted.
-- g_table: name of the table that containts the points.
-- po adn p1 refer to the id of two consecutive points.
DECLARE
po geometry;
p1 geometry;
t_o timestamp with time zone;
t_1 timestamp with time zone;
_srid int;
BEGIN
_srid:=srid;
t_o:= (SELECT p.time_ FROM "temp1" AS p WHERE p.new_id2=st_p);
t_1:= (SELECT p.time_ FROM "temp1" AS p WHERE p.new_id2=end_p);
po:= (SELECT p.the_geom FROM "temp1" AS p WHERE p.new_id2=st_p);
p1:= (SELECT p.the_geom FROM "temp1" AS p WHERE p.new_id2=end_p);
BEGIN
INSERT INTO "rast_temp"
("rast") VALUES (pedestrians.Uncertainty_Seg(
po, --start point
p1, --end point
t_o, --start time
t_1, --end time
pixel_z, --pixel size
sigma, -- standard deviation
sig_ratio, -- S/time change in percentage
_srid )::raster);
EXCEPTION WHEN internal_error THEN
RAISE NOTICE 'error at INSERTING VALUE TO TABLE, AT SEGMENT: % to %', st_p, end_p;
END;
END;
$$
LANGUAGE plpgsql VOLATILE
COST 200;
|
<gh_stars>0
CREATE DATABASE dotimer CHARACTER SET utf8 COLLATE utf8_general_ci;
USE dotimer;
CREATE TABLE employes(
id_employe INT AUTO_INCREMENT,
cpf_number CHAR(11),
card_id CHAR(8),
first_name VARCHAR(45),
last_name VARCHAR(45),
phone_number CHAR(14),
email VARCHAR(45),
password VARCHAR(255),
hour_price DECIMAL(6, 2),
monthly_salary DECIMAL(8, 2),
PRIMARY KEY (id_employe, cpf_number, card_id)
);
CREATE TABLE time_sheet(
id_time_sheet INT PRIMARY KEY AUTO_INCREMENT,
clock_in DATETIME,
note VARCHAR(100),
id_employe INT,
FOREIGN KEY(id_employe) REFERENCES employes(id_employe)
);
CREATE TABLE users(
id_user INT PRIMARY KEY AUTO_INCREMENT,
email VARCHAR(45) NOT NULL,
password VARCHAR(255) NOT NULL
);
CREATE TABLE doors(
id_door INT PRIMARY KEY AUTO_INCREMENT,
door_name VARCHAR(45) NOT NULL
);
CREATE TABLE door_guards(
id_door_guards INT PRIMARY KEY AUTO_INCREMENT,
id_employe INT,
id_door INT,
FOREIGN KEY(id_employe) REFERENCES employes(id_employe),
FOREIGN KEY(id_door) REFERENCES doors(id_door)
);
/*
Data insert to test your database
it is not necessary add this data in yout database
*/
INSERT INTO employes(
cpf_number,
card_id,
first_name,
last_name,
phone_number,
email,
password,
hour_price,
monthly_salary
) VALUES
('81757163638', '<PASSWORD>' ,'<NAME>', '<NAME>', '5581982240228', '<EMAIL>', '55A5E9E78207B4DF8699D60886FA070079463547B095D1A05BC719BB4E6CD251', '20.00', '4000.00'),
('25011708497', '1Z5KZ9U3' ,'Bárbara', '<NAME>', '5569996012338', '<EMAIL>', '55A5E9E78207B4DF8699D60886FA070079463547B095D1A05BC719BB4E6CD251', '32.90', '5390.00'),
('07518192985', 'Q13FU7G5' ,'Evelyn', '<NAME>', '5569996012338', '<EMAIL>', '55A5E9E78207B4DF8699D60886FA070079463547B095D1A05BC719BB4E6CD251', '17.50', '2540.00'),
('82236355009', 'S1J63CD2' ,'Julio', ' Gonçalves', '5561987572455', '<EMAIL>', '55A5E9E78207B4DF8699D60886FA070079463547B095D1A05BC719BB4E6CD251', '54.33', '9310.50');
INSERT INTO users(email, password) VALUES ('<EMAIL>', '<PASSWORD>'); |
<filename>dckap.sql
-- phpMyAdmin SQL Dump
-- version 4.8.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 24, 2021 at 06:05 AM
-- Server version: 10.1.37-MariaDB
-- PHP Version: 7.3.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `dckap`
--
-- --------------------------------------------------------
--
-- Table structure for table `fc_admin`
--
CREATE TABLE `fc_admin` (
`id` int(11) NOT NULL,
`admin_name` varchar(25) NOT NULL,
`admin_password` text NOT NULL,
`email` text NOT NULL,
`admin_type` enum('Super','Sub') NOT NULL DEFAULT 'Super',
`dateAdded` datetime NOT NULL,
`dateModified` datetime NOT NULL,
`last_login_date` datetime NOT NULL,
`last_logout_date` datetime NOT NULL,
`last_login_ip` varchar(17) NOT NULL,
`status` enum('Active','Inactive') NOT NULL DEFAULT 'Inactive'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `fc_admin`
--
INSERT INTO `fc_admin` (`id`, `admin_name`, `admin_password`, `email`, `admin_type`, `dateAdded`, `dateModified`, `last_login_date`, `last_logout_date`, `last_login_ip`, `status`) VALUES
(1, 'admin', '<PASSWORD>3894a0e4a801fc3', '<EMAIL>', 'Super', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-02-24 04:45:19', '2021-02-24 04:45:17', '::1', 'Active');
-- --------------------------------------------------------
--
-- Table structure for table `fc_category`
--
CREATE TABLE `fc_category` (
`id` int(11) NOT NULL,
`name` text NOT NULL,
`seo_url` text NOT NULL,
`status` enum('Active','Inactive') NOT NULL DEFAULT 'Inactive',
`date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`lang` varchar(4) NOT NULL DEFAULT 'en',
`to_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `fc_category`
--
INSERT INTO `fc_category` (`id`, `name`, `seo_url`, `status`, `date_added`, `lang`, `to_id`) VALUES
(1, 'Rice', 'rice', 'Active', '2021-02-23 11:23:50', 'en', 1),
(2, 'Dhall', 'dhall', 'Active', '2021-02-23 11:23:57', 'en', 2);
-- --------------------------------------------------------
--
-- Table structure for table `fc_members`
--
CREATE TABLE `fc_members` (
`id` int(11) NOT NULL,
`user_type` enum('Host','Guest','Others') NOT NULL DEFAULT 'Others',
`firstname` text NOT NULL,
`lastname` text NOT NULL,
`profile_image` varchar(255) NOT NULL DEFAULT 'default_profile.jpg',
`password` text NOT NULL,
`email` text NOT NULL,
`address` text NOT NULL,
`city` text NOT NULL,
`state` text NOT NULL,
`country` text NOT NULL,
`created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified` datetime NOT NULL,
`status` enum('Active','Inactive') NOT NULL DEFAULT 'Inactive',
`deleted_status` enum('Yes','No') NOT NULL DEFAULT 'No'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `fc_members`
--
INSERT INTO `fc_members` (`id`, `user_type`, `firstname`, `lastname`, `profile_image`, `password`, `email`, `address`, `city`, `state`, `country`, `created`, `modified`, `status`, `deleted_status`) VALUES
(1, 'Guest', 'E', 'Kumar', '1587911568Banner_11.jpg', '<PASSWORD>', '<EMAIL>', '246/232, bangalapatti street,', 'Theni', 'TAMIL NADU', 'India', '2021-02-23 15:40:00', '0000-00-00 00:00:00', 'Active', 'No'),
(2, 'Guest', 'Birla', 'S', '1587911601Banner_4.jpg', 'e10adc3949ba59abbe56e057f20f883e', '<EMAIL>', '255 pammal chennai', 'chennai', 'tamilnadu', 'india', '2021-02-23 15:42:48', '0000-00-00 00:00:00', 'Active', 'No'),
(3, 'Guest', 'Bharath', 'P', '15872179851577265621Banner_1280X720_Diary.jpg', 'e10adc3949ba59abbe56e057f20f883e', '<EMAIL>', '', '', '', '', '2021-02-23 15:45:53', '0000-00-00 00:00:00', 'Active', 'No'),
(4, 'Others', 'nallu', 's', 'default_profile.jpg', 'e10adc3949ba59abbe56e057f20f883e', '<EMAIL>', '', '', '', '', '2021-02-23 22:40:51', '0000-00-00 00:00:00', 'Active', 'No'),
(5, 'Guest', 'Dinesh', 'M', '1587911616Banner_2.jpg', 'e10adc3949ba59abbe56e057f20f883e', '<EMAIL>', '85 bangalamedu theni', 'theni', 'tamilnadu', 'india', '2021-02-24 00:17:17', '0000-00-00 00:00:00', 'Active', 'No'),
(8, 'Others', '<NAME>', 'M', 'default_profile.jpg', 'e10adc3949ba59abbe56e057f20f883e', '<EMAIL>', '955, bb kulam, madurai', 'madurai', 'tamil nadu', 'india', '2021-02-24 00:58:35', '0000-00-00 00:00:00', 'Active', 'No'),
(9, 'Others', 'madan', 'P', 'default_profile.jpg', '9218c32cc68d2e1a4b151ffc87bc6e7c', '<EMAIL>', '87, bb kulam, madurai', 'madurai', 'tamil nadu', 'india', '2021-02-24 01:07:41', '0000-00-00 00:00:00', 'Active', 'No');
-- --------------------------------------------------------
--
-- Table structure for table `fc_product`
--
CREATE TABLE `fc_product` (
`id` int(11) NOT NULL,
`owner_id` int(11) NOT NULL,
`category_type` int(11) NOT NULL,
`product_name` text NOT NULL,
`seo_url` text NOT NULL,
`product_description` text NOT NULL,
`price` decimal(12,2) NOT NULL,
`banner_photos` varchar(255) NOT NULL DEFAULT 'dummyImage.jpg',
`status` enum('Active','Inactive','Pending') NOT NULL DEFAULT 'Inactive',
`date_added` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `fc_product`
--
INSERT INTO `fc_product` (`id`, `owner_id`, `category_type`, `product_name`, `seo_url`, `product_description`, `price`, `banner_photos`, `status`, `date_added`) VALUES
(1, 3, 1, 'Deluxe Ponni Rice', 'deluxe-ponni-rice-1614103982', '<p>huiyhui</p>', '100.00', '1587911616Banner_21.jpg', 'Active', '2021-02-23 13:04:05'),
(3, 3, 1, 'asd', 'asd-1614100057', '<p>sadasdasd</p>', '1000.00', '1587911616Banner_2.jpg', 'Active', '2021-02-23 13:33:34'),
(4, 8, 2, '<NAME>', 'pasi-parupu-1614108570', '<p>asdas</p>', '115.00', '15872179851577265621Banner_1280X720_Diary.jpg', 'Active', '2021-02-23 19:29:30'),
(5, 9, 2, '<NAME>', 'kadalai-paraupu-1614109728', '<p> asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad asdsadsad</p>', '60.00', '1587911616Banner_22.jpg', 'Active', '2021-02-23 19:42:37'),
(9, 8, 1, 'IR20', 'ir20-1614114492', 'very nice rice', '156.00', '15872179851577265621Banner_1280X720_Diary6.jpg', 'Active', '2021-02-23 21:08:12'),
(10, 8, 2, '<NAME>', 'dhoor-dhall-1614114656', 'dhall dhall', '260.00', '1587911616Banner_23.jpg', 'Active', '2021-02-23 21:10:56'),
(11, 8, 1, 'check', 'check-1614138105', 'check', '55.00', '1587911616Banner_24.jpg', 'Active', '2021-02-24 03:41:45');
-- --------------------------------------------------------
--
-- Table structure for table `fc_product_image`
--
CREATE TABLE `fc_product_image` (
`id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`name` text NOT NULL,
`order` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `fc_product_image`
--
INSERT INTO `fc_product_image` (`id`, `product_id`, `name`, `order`) VALUES
(1, 1, '1614086447-15872179851577265621banner_1280x720_diary-1614086447.jpg', 0),
(2, 1, '1614086462-1587911568banner_1-1614086462.jpg', 0),
(3, 1, '1614086463-1587911601banner_4-1614086463.jpg', 0),
(4, 1, '1614086464-1587911616banner_2-1614086464.jpg', 0),
(6, 3, '1614087218-1587911616banner_2-1614087218.jpg', 0),
(7, 4, '1614108575-1587911601banner_4-1614108575.jpg', 0),
(9, 5, '1614109363-1587911568banner_1-1614109363.jpg', 0),
(10, 5, '1614109364-15872179851577265621banner_1280x720_diary-1614109364.jpg', 0),
(11, 9, '1614114492-1587911601banner_4-1614114492.jpg', 0),
(12, 9, '1614114493-1587911616banner_2-1614114493.jpg', 0),
(13, 10, '1614114656-1587911601banner_4-1614114656.jpg', 0),
(14, 10, '1614114657-15872179851577265621banner_1280x720_diary-1614114657.jpg', 0),
(15, 11, '1614138106-1587911568banner_1-1614138106.jpg', 0),
(16, 11, '1614138106-1587911601banner_4-1614138106.jpg', 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `fc_admin`
--
ALTER TABLE `fc_admin`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `fc_category`
--
ALTER TABLE `fc_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `fc_members`
--
ALTER TABLE `fc_members`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `fc_product`
--
ALTER TABLE `fc_product`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `fc_product_image`
--
ALTER TABLE `fc_product_image`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `fc_admin`
--
ALTER TABLE `fc_admin`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `fc_category`
--
ALTER TABLE `fc_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `fc_members`
--
ALTER TABLE `fc_members`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `fc_product`
--
ALTER TABLE `fc_product`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `fc_product_image`
--
ALTER TABLE `fc_product_image`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
<reponame>KentVejrupMadsen/PHP-DWP-Assignment<gh_stars>1-10
SET GLOBAL event_scheduler=ON;
DELIMITER //
create event update_product_discount
on schedule every 1 hour
starts current_timestamp
do
begin
call clear_old_discounts();
end
//
DELIMITER ; |
CREATE OR REPLACE FUNCTION aca.isPrsnElgblToRgstr (p_prsnid bigint, p_allwd_prsn_typs character varying, p_fees_prcnt numeric, p_ttl_pymnts_itm_st_nm character varying, p_ttl_bills_itm_st_nm character varying, p_ttl_bals_itm_st_nm character varying)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
v_res character varying(4000) := '';
v_ttl_pymnts_itm_st_id bigint := - 1;
v_ttl_bills_itm_st_id bigint := - 1;
v_ttl_bals_itm_st_id bigint := - 1;
v_ttl_pymnts_itm_st_sum numeric := 0;
v_ttl_bills_itm_st_sum numeric := 0;
v_ttl_bals_itm_st_sum numeric := 0;
v_ltst_bill_dte character varying(21) := '';
BEGIN
/*Work with latest figures from each itm set*/
v_ttl_pymnts_itm_st_id := org.get_payitm_id (p_ttl_pymnts_itm_st_nm);
v_ttl_bills_itm_st_id := org.get_payitm_id (p_ttl_bills_itm_st_nm);
v_ttl_bals_itm_st_id := org.get_payitm_id (p_ttl_bals_itm_st_nm);
IF coalesce(v_ttl_bills_itm_st_id, - 1) > 0 THEN
SELECT
SUM(coalesce(pay.get_ltst_paiditem_val_b4 (p_prsnid, item_id, to_char(now(), 'YYYY-MM-DD')), 0)),
MAX(pay.get_ltst_paiditem_dte (p_prsnid, item_id)) INTO v_ttl_bills_itm_st_sum,
v_ltst_bill_dte
FROM
pay.get_AllItmStDet (v_ttl_bills_itm_st_id::integer);
END IF;
IF coalesce(v_ltst_bill_dte, '') != '' THEN
v_ltst_bill_dte := to_char(now(), 'YYYY-MM-DD');
END IF;
IF coalesce(v_ttl_pymnts_itm_st_id, - 1) > 0 THEN
SELECT
SUM(coalesce(pay.get_ltst_paiditem_val_afta (p_prsnid, item_id, v_ltst_bill_dte), 0)) INTO v_ttl_pymnts_itm_st_sum
FROM
pay.get_AllItmStDet (v_ttl_pymnts_itm_st_id::integer);
END IF;
IF coalesce(v_ttl_bals_itm_st_id, - 1) > 0 THEN
SELECT
SUM(coalesce(pay.get_ltst_blsitm_bals (p_prsnid, item_id, to_char(now(), 'YYYY-MM-DD')), 0)) INTO v_ttl_bals_itm_st_sum
FROM
pay.get_AllItmStDet (v_ttl_bals_itm_st_id::integer);
END IF;
IF coalesce(v_ttl_bills_itm_st_sum, 0) = 0 THEN
v_ttl_bills_itm_st_sum := 1;
END IF;
IF NOT (p_allwd_prsn_typs ILIKE '%;' || pasn.get_prsn_type (p_prsnid) || ';%') THEN
v_res := 'NO:Sorry you cannot Register until you are defined in the ff Person Types! - ' || BTRIM(p_allwd_prsn_typs, ';');
END IF;
IF (round((v_ttl_pymnts_itm_st_sum / v_ttl_bills_itm_st_sum),2) < (p_fees_prcnt / 100)) THEN
v_res := 'NO:Sorry you cannot Register until you have paid ' || p_fees_prcnt || '% of your Total Bills/Charges!<br/>Outstanding Balance is ' || v_ttl_bals_itm_st_sum;
END IF;
RETURN COALESCE(v_res, 'YES:You can Register!');
EXCEPTION
WHEN OTHERS THEN
v_res := 'NO:' || SQLERRM;
RETURN v_res;
END;
$BODY$;
--DROP FUNCTION pay.get_tk_tied_to_frm_bls (p_itmName bigint, p_replace_str character varying);
CREATE OR REPLACE FUNCTION pay.get_tk_tied_to_frm_bls (p_PrsnID bigint, p_itmName character varying, p_replace_str character varying)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(300) := '';
v_repay_prd numeric := 0;
v_nwSQL text := '';
BEGIN
v_repay_prd := pay.get_ltst_blsitm_bals (p_PrsnID, org.get_payitm_id (REPLACE(p_itmName, p_replace_str, '') || ' Repayment Period Balance'), to_char(now(), 'YYYY-MM-DD'));
SELECT
' (' || (
CASE WHEN a.item_type_name ILIKE 'Semi%Month%' THEN
'Till ' || pay.get_tk_loan_end_dte (b.pay_request_id) || ' [' || round(coalesce(v_repay_prd, 0) / 2, 2) || ' months remaining]'
ELSE
substr(pay.get_tk_loan_end_dte (b.pay_request_id), 8, 4)
END) || ')' INTO bid
FROM
pay.loan_pymnt_invstmnt_typs a,
pay.pay_loan_pymnt_rqsts b
WHERE
a.item_type_id = b.item_type_id
AND a.item_type_name ILIKE REPLACE(p_itmName, p_replace_str, '') || '%'
AND a.item_type = 'LOAN'
AND b.is_processed = '1'
AND b.rqstd_for_person_id = p_PrsnID
ORDER BY
b.pay_request_id DESC
LIMIT 1 OFFSET 0;
IF coalesce(bid, '') = '' AND p_itmName ILIKE 'Semi%Month%' THEN
v_nwSQL := 'Select to_char(now() + interval ''' || round(v_repay_prd / 2, 2) || ' months'',''DD-Mon-YYYY'')';
EXECUTE v_nwSQL INTO bid;
IF coalesce(bid, '') != '' THEN
bid := ' (Till ' || bid || ' [' || round(v_repay_prd / 2, 2) || ' months remaining])';
END IF;
END IF;
RETURN coalesce(bid, '');
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.doesPrsnHvPndngRqsts (p_prsnid bigint, p_itmid bigint)
RETURNS bigint
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
v_res bigint := - 1;
BEGIN
SELECT
count(y.pay_request_id) INTO v_res
FROM
pay.pay_loan_pymnt_rqsts y,
pay.loan_pymnt_invstmnt_typs z
WHERE
y.item_type_id = z.item_type_id
AND y.RQSTD_FOR_PERSON_ID = p_prsnid
AND (z.main_amnt_itm_id = p_itmid
OR p_itmid IN (
SELECT
a.item_id
FROM
pay.get_AllItmStDet (z.pay_itm_set_id::integer) a))
AND y.REQUEST_STATUS = 'Approved'
AND y.IS_PROCESSED != '1'
AND z.item_type_name ILIKE substr(org.get_payitm_nm (p_itmid), 1, 2) || '%';
RETURN COALESCE(v_res, 0);
EXCEPTION
WHEN OTHERS THEN
--ROLLBACK;
RETURN - 1;
END;
$BODY$;
CREATE OR REPLACE FUNCTION accb.get_template_name (glbatchid bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying := '';
BEGIN
SELECT
template_name INTO bid
FROM
accb.accb_trnsctn_templates_hdr
WHERE
template_id = $1;
RETURN bid;
END;
$BODY$;
CREATE OR REPLACE FUNCTION public.chartonumeric (charparam character varying)
RETURNS numeric
LANGUAGE 'sql'
COST 100 VOLATILE
AS $BODY$
SELECT
CASE WHEN trim(REPLACE($1, ',', ''))
SIMILAR TO '[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?' THEN
CAST(trim(REPLACE($1, ',', '')) AS numeric)
ELSE
0
END;
$BODY$;
CREATE OR REPLACE FUNCTION org.get_payitm_uom (itmid bigint)
RETURNS character varying
LANGUAGE 'sql'
COST 100 VOLATILE
AS $BODY$
SELECT
item_value_uom
FROM
org.org_pay_items
WHERE
item_id = $1
$BODY$;
CREATE OR REPLACE FUNCTION gst.cnvrt_ymdtm_to_dmytm (inptdte character varying)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying := '';
BEGIN
SELECT
to_char(to_timestamp(inptDte, 'YYYY-MM-DD HH24:MI:SS'), 'DD-Mon-YYYY HH24:MI:SS') INTO bid;
RETURN COALESCE(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_typ_nm (p_trns_typ_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(200) := '';
BEGIN
SELECT
item_type_name INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.chck_n_updt_pay_rqsts (p_ms_py_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(200) := '';
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
rw RECORD;
BEGIN
FOR rw IN
SELECT
a.person_id,
a.item_id,
a.mass_pay_id,
b.run_status,
a.src_py_trns_id,
a.pay_request_id,
a.pay_trns_id,
a.paymnt_date,
(
CASE WHEN a.src_py_trns_id > 0 THEN
(
SELECT
f.pay_request_id
FROM
pay.pay_itm_trnsctns f
WHERE
f.pay_trns_id = a.src_py_trns_id)
ELSE
- 1
END) src_pay_request_id
FROM
pay.pay_itm_trnsctns a,
pay.pay_mass_pay_run_hdr b
WHERE
a.mass_pay_id = b.mass_pay_id
AND a.mass_pay_id = p_ms_py_id
AND a.pymnt_vldty_status = 'VALID' LOOP
IF coalesce(rw.src_py_trns_id, - 1) <= 0 THEN
v_request_id := rw.pay_request_id;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_loan_pymnt_rqsts
SET
IS_PROCESSED = '1',
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
ELSIF coalesce(rw.src_py_trns_id, - 1) > 0 THEN
v_request_id := rw.src_pay_request_id;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_itm_trnsctns
SET
pay_request_id = - 1
WHERE
pay_trns_id = rw.src_py_trns_id;
UPDATE
pay.pay_loan_pymnt_rqsts
SET
IS_PROCESSED = '0',
date_processed = '',
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
END IF;
END LOOP;
RETURN 'SUCCESS:';
/*EXCEPTION
WHEN OTHERS THEN
RETURN 'ERROR:' || SQLERRM;*/
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltst_pay_rqst_amnt2 (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying, p_rqst_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
PRNCPL_AMOUNT,
pay_request_id,
item_type_id INTO bid,
v_request_id,
v_itm_typ_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
AND pay_request_id = p_rqst_id
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_loan_pymnt_rqsts
SET
date_processed = p_trns_date,
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltstpy_rqst_netamt2 (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying, p_rqst_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
net_loan_amount,
pay_request_id,
item_type_id INTO bid,
v_request_id,
v_itm_typ_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
AND pay_request_id = p_rqst_id
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_loan_pymnt_rqsts
SET
date_processed = p_trns_date,
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltst_rqst_intrst2 (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying, p_rqst_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
(mnthly_deduc * repay_period) - PRNCPL_AMOUNT INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
AND pay_request_id = p_rqst_id
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltst_rqst_rpy_prd2 (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying, p_rqst_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
repay_period INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
AND pay_request_id = p_rqst_id
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
--DROP FUNCTION pay.get_ltst_pay_rqst_amnt(p_prsn_id bigint, p_item_typ_nm CHARACTER VARYING);
CREATE OR REPLACE FUNCTION pay.get_ltst_pay_rqst_amnt (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
PRNCPL_AMOUNT,
pay_request_id,
item_type_id INTO bid,
v_request_id,
v_itm_typ_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_loan_pymnt_rqsts
SET
date_processed = p_trns_date,
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltstpy_rqst_netamt (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
net_loan_amount,
pay_request_id,
item_type_id INTO bid,
v_request_id,
v_itm_typ_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
IF coalesce(v_request_id, - 1) > 0 THEN
UPDATE
pay.pay_loan_pymnt_rqsts
SET
date_processed = p_trns_date,
last_update_date = to_char(now(), 'YYYY-MM-DD HH24:MI:SS')
WHERE
pay_request_id = v_request_id;
END IF;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltst_rqst_intrst (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
(mnthly_deduc * repay_period) - PRNCPL_AMOUNT INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_ltst_rqst_rpy_prd (p_prsn_id bigint, p_item_typ_nm character varying, p_trns_date character varying)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_request_id bigint := - 1;
v_itm_typ_id bigint := - 1;
BEGIN
SELECT
repay_period INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
RQSTD_FOR_PERSON_ID = p_prsn_id
AND UPPER(pay.get_trans_typ_nm (item_type_id)) = UPPER(p_item_typ_nm)
AND REQUEST_STATUS = 'Approved'
AND IS_PROCESSED != '1'
ORDER BY
pay_request_id DESC
LIMIT 1 OFFSET 0;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_tk_loan_end_dte (p_request_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(21) := '';
v_rqst_date character varying(300) := '';
v_clsfctn_date character varying(300) := '';
v_clsfctn_Nm character varying(300) := '';
v_crnt_yr character varying(4) := '';
v_item_type_id bigint := - 1;
v_item_nm character varying(200) := '';
v_date_prcsd character varying(21) := '';
v_repay_prd numeric := 0;
v_nwSQL text := '';
BEGIN
v_crnt_yr := to_char(now(), 'YYYY');
SELECT
a.last_update_date,
a.local_clsfctn,
a.item_type_id,
e.item_type_name,
a.date_processed,
a.repay_period INTO v_rqst_date,
v_clsfctn_Nm,
v_item_type_id,
v_item_nm,
v_date_prcsd,
v_repay_prd
FROM
pay.pay_loan_pymnt_rqsts a,
pay.loan_pymnt_invstmnt_typs e
WHERE
a.item_type_id = e.item_type_id
AND a.pay_request_id = p_request_id;
IF v_item_nm ILIKE 'Semi%Month%' THEN
v_nwSQL := 'Select to_char(to_timestamp(' || '''' || v_date_prcsd || '''' || ',''YYYY-MM-DD HH24:MI:SS'') + interval ''' || round(v_repay_prd / 2) || ' months'',''DD-Mon-YYYY'')';
--RAISE NOTICE 'v_nwSQL: %', v_nwSQL;
EXECUTE v_nwSQL INTO bid;
ELSE
SELECT
substring(clsfctn_desc, 1, 6) INTO v_clsfctn_date
FROM
pay.loan_pymnt_typ_clsfctn
WHERE
clsfctn_name = v_clsfctn_Nm
AND item_type_id = v_item_type_id;
IF age(to_timestamp(v_clsfctn_date || '-' || v_crnt_yr || ' 00:00:00', 'DD-Mon-YYYY HH24:MI:SS'), to_timestamp(substring(v_rqst_date, 1, 10) || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS')) < interval '0 second' THEN
v_crnt_yr := ((v_crnt_yr::integer) + 1) || '';
END IF;
bid := v_clsfctn_date || '-' || v_crnt_yr;
END IF;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trns_date_intrvl (p_request_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_rqst_date character varying(300) := '';
v_clsfctn_date character varying(300) := '';
v_clsfctn_Nm character varying(300) := '';
v_crnt_yr character varying(4) := '';
v_item_type_id bigint := - 1;
BEGIN
v_crnt_yr := to_char(now(), 'YYYY');
SELECT
last_update_date,
local_clsfctn,
item_type_id INTO v_rqst_date,
v_clsfctn_Nm,
v_item_type_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = p_request_id;
SELECT
substring(clsfctn_desc, 1, 6) INTO v_clsfctn_date
FROM
pay.loan_pymnt_typ_clsfctn
WHERE
clsfctn_name = v_clsfctn_Nm
AND item_type_id = v_item_type_id;
IF age(to_timestamp(v_clsfctn_date || '-' || v_crnt_yr || ' 00:00:00', 'DD-Mon-YYYY HH24:MI:SS'), to_timestamp(substring(v_rqst_date, 1, 10) || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS')) < interval '0 second' THEN
v_crnt_yr := ((v_crnt_yr::integer) + 1) || '';
END IF;
bid := round((EXTRACT('epoch' FROM (v_clsfctn_date || '-' || v_crnt_yr)::date - (to_char(to_timestamp(substring(v_rqst_date, 1, 10) || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'DD-Mon-YYYY')::date - '0 seconds'::interval)) / 86400)::numeric, 2);
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trn_sttl_dte_intvl (p_request_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_rqst_date character varying(300) := '';
v_clsfctn_date character varying(300) := '';
v_clsfctn_Nm character varying(300) := '';
v_crnt_yr character varying(4) := '';
v_item_type_id bigint := - 1;
v_lnkd_loan_id bigint := - 1;
BEGIN
v_crnt_yr := to_char(now(), 'YYYY');
SELECT
lnkd_loan_id INTO v_lnkd_loan_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = p_request_id;
SELECT
last_update_date,
local_clsfctn,
item_type_id INTO v_rqst_date,
v_clsfctn_Nm,
v_item_type_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = v_lnkd_loan_id;
/*IF coalesce(v_lnkd_loan_id, - 1) <= 0 THEN
v_rqst_date := now() - '1 day'::interval
END IF;*/
bid := round((EXTRACT('epoch' FROM (to_char(now(), 'DD-Mon-YYYY'))::date - (to_char(to_timestamp(substring(v_rqst_date, 1, 10) || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'DD-Mon-YYYY')::date - '0 seconds'::interval)) / 86400)::numeric, 2);
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
--DROP FUNCTION pay.exct_itm_type_sql(character varying, bigint, bigint, integer, character varying);
CREATE OR REPLACE FUNCTION pay.exct_itm_type_sql (itemsql text, p_itm_typ_id bigint, p_request_id bigint, p_prsn_id bigint, p_org_id integer, p_datestr character varying)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0.00;
nwSQL text := '';
BEGIN
nwSQL := REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(itemSQL, '{:person_id}', '' || p_prsn_id), '{:org_id}', '' || p_org_id), '{:pay_date}', p_dateStr), '{:item_typ_id}', '' || p_itm_typ_id), '{:request_id}', '' || p_request_id);
EXECUTE nwSQL INTO bid;
RETURN round(COALESCE(bid, 0), 2);
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_lnkd_rqst_id (p_request_id bigint)
RETURNS bigint
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_lnkd_rqst_id bigint := - 1;
BEGIN
SELECT
lnkd_loan_id INTO v_lnkd_rqst_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = p_request_id;
RETURN coalesce(v_lnkd_rqst_id, - 1);
EXCEPTION
WHEN OTHERS THEN
RETURN - 1;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_lnkd_rqst_amnt (p_request_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
v_lnkd_rqst_id bigint := - 1;
BEGIN
SELECT
lnkd_loan_id INTO v_lnkd_rqst_id
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = p_request_id;
SELECT
PRNCPL_AMOUNT INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = v_lnkd_rqst_id;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trns_rqst_amnt (p_request_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
BEGIN
SELECT
PRNCPL_AMOUNT INTO bid
FROM
pay.pay_loan_pymnt_rqsts
WHERE
pay_request_id = p_request_id;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_repay_prd (p_trns_typ_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
BEGIN
SELECT
REPAY_PERIOD INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_repay_typ (p_trns_typ_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(100) := '';
BEGIN
SELECT
repay_period_type INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trntyp_enfrc_mx (p_trns_typ_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(1) := '';
BEGIN
SELECT
enforce_max_amnt INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, '0');
EXCEPTION
WHEN OTHERS THEN
RETURN '0';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_type_rate (p_trns_typ_id bigint)
RETURNS numeric
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid numeric := 0;
BEGIN
SELECT
INTRST_RATE INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, 0);
EXCEPTION
WHEN OTHERS THEN
RETURN 0;
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_ratetype (p_trns_typ_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(100) := '';
BEGIN
SELECT
intrst_period_type INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trntyp_net_sql (p_trns_typ_id bigint)
RETURNS text
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid text := '';
BEGIN
SELECT
net_loan_amount_sql INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(NULLIF (bid, ''), 'Select 0');
EXCEPTION
WHEN OTHERS THEN
RETURN 'Select 0';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trntyp_mx_sql (p_trns_typ_id bigint)
RETURNS text
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid text := '';
BEGIN
SELECT
max_loan_amount_sql INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(NULLIF (bid, ''), 'Select 0');
EXCEPTION
WHEN OTHERS THEN
RETURN 'Select 0';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trntyp_min_sql (p_trns_typ_id bigint)
RETURNS text
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid text := '';
BEGIN
SELECT
min_loan_amount_sql INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(NULLIF (bid, ''), 'Select 0');
EXCEPTION
WHEN OTHERS THEN
RETURN 'Select 0';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_typ_sql (p_trns_typ_id bigint)
RETURNS text
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid text := '';
BEGIN
SELECT
perdic_deduc_frmlr INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(NULLIF (bid, ''), 'Select 0');
EXCEPTION
WHEN OTHERS THEN
RETURN 'Select 0';
END;
$BODY$;
CREATE OR REPLACE FUNCTION pay.get_trans_type (p_trns_typ_id bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(50) := '';
BEGIN
SELECT
item_type INTO bid
FROM
pay.loan_pymnt_invstmnt_typs
WHERE
item_type_id = p_trns_typ_id;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION public.last_date_of_month (p_date character varying)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
bid character varying(21) := '';
BEGIN
SELECT
to_char((date_trunc('MONTH', to_date(p_date, 'DD-Mon-YYYY')) + interval '1 MONTH - 1 day')::date, 'DD-Mon-YYYY') INTO bid;
RETURN coalesce(bid, '');
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION prs.get_xtra_prsn_data (p_col_num integer, p_person_id bigint)
RETURNS text
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
v_data text := '';
v_sql text := '';
BEGIN
v_sql := 'SELECT coalesce(data_col' || p_col_num || ','''')
FROM prs.prsn_extra_data c
WHERE c.person_id = ' || p_person_id;
EXECUTE v_sql INTO v_data;
RETURN v_data;
EXCEPTION
WHEN OTHERS THEN
RETURN '';
END;
$BODY$;
CREATE OR REPLACE FUNCTION scm.generateitmaccntng (p_itmid bigint, p_qnty numeric, p_cnsgmntids character varying, p_txcodeid integer, p_dscntcodeid integer, p_chrgcodeid integer, p_doctyp character varying, p_docid bigint, p_srcdocid bigint, p_dfltrcvblacntid integer, p_dfltinvacntid integer, p_dfltcgsacntid integer, p_dfltexpnsacntid integer, p_dfltrvnuacntid integer, p_stckid bigint, p_unitsllgprc numeric, p_crncyid integer, p_doclnid bigint, p_dfltsracntid integer, p_dfltcashacntid integer, p_dfltcheckacntid integer, p_srcdoclnid bigint, p_datestr character varying, p_docidnum character varying, p_entrdcurrid integer, p_exchngrate numeric, p_dfltlbltyaccnt bigint, p_strsrcdoctype character varying, p_cstmrnm character varying, p_docdesc character varying, p_itmdesc character varying, p_storeid bigint, p_itmtype character varying, p_orgnlsllngprce numeric, p_who_rn bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
v_dateStr character varying(21) := '';
v_cstmrNm character varying(300) := '';
v_docDesc character varying(300) := '';
v_csngmtData text := '';
v_csngmtDataArrys text[];
v_ary text[];
b_succs boolean := TRUE;
v_funcCurrrate numeric := 0;
v_ttlSllngPrc numeric := 0;
v_ttlCstPrice numeric := 0;
v_fig1Qty numeric := 0;
v_fig2Prc numeric := 0;
v_ttlRvnuAmnt numeric := 0;
v_msgs text := '';
BEGIN
v_dateStr := to_char(now(), 'DD-Mon-YYYY HH24:MI:SS');
v_cstmrNm := p_cstmrNm;
v_docDesc := p_docDesc;
IF (char_length(v_cstmrNm) <= 0) THEN
v_cstmrNm := 'Unspecified Customer';
END IF;
IF (char_length(v_docDesc) <= 0) THEN
v_docDesc := 'Unstated Purpose';
END IF;
b_succs := TRUE;
/*For each Item in a Sales Invoice
* 1. Get Items Consgnmnt Cost Prices using all selected consignments and their used qtys
* 2. Decrease Inv Account by Cost Price --0Inventory
* 3. Increase Cost of Goods Sold by Cost Price --0Inventory
* 4. Get Selling Price, Taxes, Extra Charges, Discounts
* 5. Get Net Selling Price = (Selling Price - Taxes - Extra Charges + Discounts)*Qty
* 6. Increase Revenue Account by Net Selling Price --1Initial Amount
* 7. Increase Receivables account by Net Selling price --1Initial Amount
* 8. Increase Taxes Payable by Taxes --2Tax
* 9. Increase Receivables account by Taxes --2Tax
* 10.Increase Extra Charges Revenue by Extra Charges --4Extra Charge
* 11.Increase Receivables account by Extra Charges --4Extra Charge
* 12.Increase Sales Discounts by Discounts --3Discount
* 13.Decrease Receivables by Discounts --3Discount
*/
v_msgs := 'p_itmDesc:' || p_itmDesc;
v_funcCurrrate := round(1.00 / p_exchngRate, 15);
v_ttlSllngPrc := round(p_qnty * p_unitSllgPrc, 2);
--Get Net Selling Price = Selling Price - Taxes
v_ttlRvnuAmnt := v_ttlSllngPrc;
--For Sales Invoice, Sales Return, Item Issues-Unbilled Docs get the ff
IF (p_dfltRcvblAcntID <= 0 OR p_dfltInvAcntID <= 0 OR p_dfltCGSAcntID <= 0 OR p_dfltExpnsAcntID <= 0 OR p_dfltRvnuAcntID <= 0) THEN
RETURN 'ERROR: You must first Setup all Default Accounts before Accounting can be Created! ' || p_dfltRcvblAcntID || ',' || p_dfltInvAcntID || ',' || p_dfltCGSAcntID || ',' || p_dfltExpnsAcntID || ',' || p_dfltRvnuAcntID;
END IF;
IF (p_itmType ILIKE '%Inventory%' OR p_itmType ILIKE '%Fixed Assets%') THEN
v_csngmtData := '';
IF (p_docTyp != 'Sales Return') THEN
v_csngmtData := inv.getItmCnsgmtVals1 (p_qnty, p_cnsgmntIDs);
ELSE
v_csngmtData := inv.getSRItmCnsgmtVals (p_docLnID, p_qnty, p_cnsgmntIDs, p_srcDocLnID);
END IF;
v_csngmtDataArrys := string_to_array(BTRIM(v_csngmtData, '|'), '|');
--From the List get Total Cost Price of the Item
v_ttlCstPrice := 0;
v_msgs := 'v_csngmtData:' || coalesce(array_length(v_csngmtDataArrys, 1), 0) || ':p_qnty:' || p_qnty || ':p_cnsgmntIDs:' || p_cnsgmntIDs;
FOR i IN 1..array_length(v_csngmtDataArrys, 1)
LOOP
v_ary := string_to_array(BTRIM(v_csngmtDataArrys[i], ';'), ';');
v_fig1Qty := v_ary[2];
v_fig2Prc := v_ary[3];
v_ttlCstPrice := v_ttlCstPrice + (v_fig1Qty * v_fig2Prc);
END LOOP;
IF (p_dfltInvAcntID > 0 AND p_dfltCGSAcntID > 0 AND p_docTyp = 'Sales Invoice') THEN
b_succs := scm.sendToGLInterfaceMnl (p_dfltInvAcntID, 'D', v_ttlCstPrice, p_dateStr, 'Sale of ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
b_succs := scm.sendToGLInterfaceMnl (p_dfltCGSAcntID, 'I', v_ttlCstPrice, p_dateStr, 'Sale of ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
ELSIF (p_dfltInvAcntID > 0
AND p_dfltCGSAcntID > 0
AND p_docTyp = 'Sales Return'
AND p_strSrcDocType = 'Sales Invoice') THEN
b_succs := scm.sendToGLInterfaceMnl (p_dfltInvAcntID, 'I', v_ttlCstPrice, p_dateStr, 'Return of Sold ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
b_succs := scm.sendToGLInterfaceMnl (p_dfltCGSAcntID, 'D', v_ttlCstPrice, p_dateStr, 'Return of Sold ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
ELSIF (p_docTyp = 'Item Issue-Unbilled') THEN
IF (p_dfltInvAcntID > 0 AND p_dfltExpnsAcntID > 0) THEN
b_succs := scm.sendToGLInterfaceMnl (p_dfltInvAcntID, 'D', v_ttlCstPrice, p_dateStr, 'Issue Out of ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
b_succs := scm.sendToGLInterfaceMnl (p_dfltExpnsAcntID, 'I', v_ttlCstPrice, p_dateStr, 'Issue Out of ' || p_itmDesc || ' to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
END IF;
ELSIF (p_docTyp = 'Sales Return'
AND p_strSrcDocType = 'Item Issue-Unbilled') THEN
IF (p_dfltInvAcntID > 0 AND p_dfltExpnsAcntID > 0) THEN
b_succs := scm.sendToGLInterfaceMnl (p_dfltInvAcntID, 'I', v_ttlCstPrice, p_dateStr, 'Return of ' || p_itmDesc || ' Issued Out to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
b_succs := scm.sendToGLInterfaceMnl (p_dfltExpnsAcntID, 'D', v_ttlCstPrice, p_dateStr, 'Return of ' || p_itmDesc || ' Issued Out to ' || v_cstmrNm || ' (' || v_docDesc || ')', p_crncyID, v_dateStr, p_docTyp, p_docID, p_docLnID, p_who_rn);
IF (b_succs = FALSE) THEN
RETURN 'ERROR:';
END IF;
END IF;
END IF;
END IF;
RETURN 'SUCCESS:';
END;
$BODY$;
CREATE OR REPLACE FUNCTION scm.approve_sales_prchsdoc (p_dochdrid bigint, p_dockind character varying, p_orgid integer, p_who_rn bigint)
RETURNS character varying
LANGUAGE 'plpgsql'
COST 100 VOLATILE
AS $BODY$
<< outerblock >>
DECLARE
rd1 RECORD;
rd2 RECORD;
rd3 RECORD;
msgs text := 'ERROR:';
v_reslt_1 text := '';
v_docNum character varying(100) := '';
v_funcCurrID integer := - 1;
v_dfltRcvblAcntID integer := - 1;
v_dfltBadDbtAcntID integer := - 1;
v_dfltLbltyAccnt integer := - 1;
v_parAcctInvAcrlID integer := - 1;
v_dfltInvAcntID integer := - 1;
v_dfltCGSAcntID integer := - 1;
v_dfltExpnsAcntID integer := - 1;
v_dfltRvnuAcntID integer := - 1;
v_dfltSRAcntID integer := - 1;
v_dfltCashAcntID integer := - 1;
v_dfltCheckAcntID integer := - 1;
v_orgid integer := - 1;
v_clientID bigint := - 1;
v_clientSiteID bigint := - 1;
v_docDte character varying(21) := '';
v_DocType character varying(200) := '';
v_srcDocType character varying(200) := '';
v_apprvlStatus character varying(100) := '';
v_entrdCurrID integer := - 1;
v_pymntMthdID integer := - 1;
v_invcAmnt numeric := 0;
v_itmID bigint := - 1;
v_storeID bigint := - 1;
v_lnID bigint := - 1;
v_curid integer := - 1;
v_stckID bigint := - 1;
v_cnsgmntIDs character varying(4000) := '';
v_isPrevdlvrd character varying(1) := '0';
v_slctdAccntIDs character varying(4000) := '';
v_AcntArrys text[];
v_itmInvAcntID integer := - 1;
v_cogsID integer := - 1;
v_salesRevID integer := - 1;
v_salesRetID integer := - 1;
v_purcRetID integer := - 1;
v_expnsID integer := - 1;
v_itmInvAcntID1 integer := - 1;
v_cogsID1 integer := - 1;
v_salesRevID1 integer := - 1;
v_salesRetID1 integer := - 1;
v_purcRetID1 integer := - 1;
v_expnsID1 integer := - 1;
v_srclnID bigint := - 1;
v_qty numeric := 0;
v_price numeric := 0;
v_lineid bigint := - 1;
v_taxID integer := - 1;
v_dscntID integer := - 1;
v_chrgeID integer := - 1;
v_orgnlSllngPrce numeric := 0;
v_rcvblHdrID bigint := - 1;
v_rcvblDocNum character varying(200) := '';
v_exchRate numeric := 1;
v_srcDocID bigint := - 1;
v_dateStr character varying(21) := '';
v_cstmrNm character varying(200) := '';
v_docDesc character varying(300) := '';
v_itmDesc character varying(200) := '';
v_itmType character varying(200) := '';
v_PrsnID bigint := - 1;
v_BranchID integer := - 1;
v_PrsnBrnchID integer := - 1;
BEGIN
/* 1. Update Item Balances
* 2. checkNCreateSalesRcvblsHdr
*/
v_PrsnID := sec.get_usr_prsn_id (p_who_rn);
v_PrsnBrnchID := pasn.get_prsn_siteid (v_PrsnID);
v_orgid := p_orgid;
IF p_DocKind = 'Sales' THEN
FOR rd2 IN (
SELECT
to_char(to_timestamp(invc_date || ' 12:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'DD-Mon-YYYY HH24:MI:SS') invc_date,
invc_number,
invc_type,
comments_desc,
src_doc_hdr_id,
customer_id,
scm.get_cstmr_splr_name (a.customer_id) cstmr_splr_name,
customer_site_id,
approval_status,
next_aproval_action,
org_id,
receivables_accnt_id,
src_doc_type,
pymny_method_id,
invc_curr_id,
exchng_rate,
other_mdls_doc_id,
other_mdls_doc_type,
event_rgstr_id,
evnt_cost_category,
allow_dues,
event_doc_type,
round(scm.get_DocSmryGrndTtl (a.invc_hdr_id, a.invc_type), 2) invoice_amount,
branch_id
FROM
scm.scm_sales_invc_hdr a
WHERE
a.invc_hdr_id = p_dochdrid)
LOOP
v_clientID := rd2.customer_id;
v_clientSiteID := rd2.customer_site_id;
v_docDte := rd2.invc_date;
v_DocType := rd2.invc_type;
v_srcDocType := rd2.src_doc_type;
v_apprvlStatus := rd2.approval_status;
v_entrdCurrID := rd2.invc_curr_id;
v_pymntMthdID := rd2.pymny_method_id;
v_invcAmnt := rd2.invoice_amount;
v_orgid := rd2.org_id;
v_exchRate := rd2.exchng_rate;
v_srcDocID := rd2.src_doc_hdr_id;
v_dateStr := rd2.invc_date;
v_cstmrNm := rd2.cstmr_splr_name;
v_docDesc := substring(rd2.comments_desc, 1, 299);
IF rd2.branch_id > 0 THEN
v_PrsnBrnchID := rd2.branch_id;
END IF;
END LOOP;
v_reslt_1 := scm.reCalcSmmrys (p_dochdrid, v_DocType, v_clientID, v_entrdCurrID, v_apprvlStatus, v_orgid, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
v_funcCurrID := org.get_orgfunc_crncy_id (v_orgid);
IF v_exchRate = 0 THEN
v_exchRate := round(accb.get_ltst_exchrate (v_entrdCurrID, v_funcCurrID, v_dateStr, v_orgid), 15);
END IF;
FOR rd3 IN (
SELECT
itm_inv_asst_acnt_id,
cost_of_goods_acnt_id,
expense_acnt_id,
prchs_rtrns_acnt_id,
rvnu_acnt_id,
sales_rtrns_acnt_id,
sales_cash_acnt_id,
sales_check_acnt_id,
sales_rcvbl_acnt_id,
rcpt_cash_acnt_id,
rcpt_lblty_acnt_id,
inv_adjstmnts_lblty_acnt_id,
sales_dscnt_accnt,
prchs_dscnt_accnt,
sales_lblty_acnt_id,
bad_debt_acnt_id,
rcpt_rcvbl_acnt_id,
petty_cash_acnt_id
FROM
scm.scm_dflt_accnts
WHERE
org_id = v_orgid)
LOOP
v_dfltRcvblAcntID := rd3.sales_rcvbl_acnt_id;
v_dfltBadDbtAcntID := rd3.bad_debt_acnt_id;
v_dfltLbltyAccnt := rd3.rcpt_lblty_acnt_id;
v_parAcctInvAcrlID := rd3.inv_adjstmnts_lblty_acnt_id;
v_dfltInvAcntID := rd3.itm_inv_asst_acnt_id;
v_dfltCGSAcntID := rd3.cost_of_goods_acnt_id;
v_dfltExpnsAcntID := rd3.expense_acnt_id;
v_dfltRvnuAcntID := rd3.rvnu_acnt_id;
v_dfltSRAcntID := rd3.sales_rtrns_acnt_id;
v_dfltCashAcntID := rd3.sales_cash_acnt_id;
v_dfltCheckAcntID := rd3.sales_check_acnt_id;
END LOOP;
IF (v_apprvlStatus = 'Not Validated') THEN
v_reslt_1 := scm.validateLns (p_dochdrid, v_DocType);
IF (v_reslt_1 LIKE 'SUCCESS:%') THEN
FOR rd1 IN (
SELECT
a.invc_det_ln_id,
a.itm_id,
a.doc_qty,
a.unit_selling_price,
(a.doc_qty * a.unit_selling_price * a.rented_itm_qty) amnt,
a.store_id,
a.crncy_id,
(a.doc_qty - a.qty_trnsctd_in_dest_doc) avlbl_qty,
a.src_line_id,
a.tax_code_id,
a.dscnt_code_id,
a.chrg_code_id,
a.rtrn_reason,
a.consgmnt_ids,
a.orgnl_selling_price,
b.base_uom_id,
b.item_code,
b.item_desc,
c.uom_name,
a.is_itm_delivered,
REPLACE(a.extra_desc || ' (' || a.other_mdls_doc_type || ')', ' ()', ''),
a.other_mdls_doc_id,
a.other_mdls_doc_type,
a.lnkd_person_id,
REPLACE(prs.get_prsn_surname (a.lnkd_person_id) || ' (' || prs.get_prsn_loc_id (a.lnkd_person_id) || ')', ' ()', '') fullnm,
CASE WHEN a.alternate_item_name = '' THEN
b.item_desc
ELSE
a.alternate_item_name
END item_desc_ext,
d.cat_name,
REPLACE(a.cogs_acct_id || ',' || a.sales_rev_accnt_id || ',' || a.sales_ret_accnt_id || ',' || a.purch_ret_accnt_id || ',' || a.expense_accnt_id || ',' || a.inv_asset_acct_id, '-1,-1,-1,-1,-1,-1', b.cogs_acct_id || ',' || b.sales_rev_accnt_id || ',' || b.sales_ret_accnt_id || ',' || b.purch_ret_accnt_id || ',' || b.expense_accnt_id || ',' || b.inv_asset_acct_id) itm_accnts,
b.item_type
FROM
scm.scm_sales_invc_det a,
inv.inv_itm_list b,
inv.unit_of_measure c,
inv.inv_product_categories d
WHERE (a.invc_hdr_id = p_dochdrid
AND a.invc_hdr_id > 0
AND a.itm_id = b.item_id
AND b.base_uom_id = c.uom_id
AND d.cat_id = b.category_id)
ORDER BY
a.invc_det_ln_id)
LOOP
v_itmID := rd1.itm_id;
v_storeID := rd1.store_id;
v_BranchID := coalesce(inv.get_store_brnch_id (v_storeID), - 1);
IF v_BranchID <= 0 AND v_PrsnBrnchID > 0 THEN
v_BranchID := v_PrsnBrnchID;
END IF;
v_lnID := rd1.invc_det_ln_id;
v_curid := rd1.crncy_id;
v_itmDesc := rd1.item_desc_ext;
v_itmType := rd1.item_type;
v_stckID := inv.getItemStockID (v_itmID, v_storeID);
v_isPrevdlvrd := rd1.is_itm_delivered;
v_slctdAccntIDs := BTRIM(rd1.itm_accnts, ',');
v_AcntArrys := string_to_array(v_slctdAccntIDs, ',');
v_itmInvAcntID1 := - 1;
v_cogsID1 := - 1;
v_salesRevID1 := - 1;
v_salesRetID1 := - 1;
v_purcRetID1 := - 1;
v_expnsID1 := - 1;
FOR z IN 1..array_length(v_AcntArrys, 1)
LOOP
IF z = 1 THEN
v_cogsID1 := v_AcntArrys[z];
ELSIF z = 2 THEN
v_salesRevID1 := v_AcntArrys[z];
ELSIF z = 3 THEN
v_salesRetID1 := v_AcntArrys[z];
ELSIF z = 4 THEN
v_purcRetID1 := v_AcntArrys[z];
ELSIF z = 5 THEN
v_expnsID1 := v_AcntArrys[z];
ELSE
v_itmInvAcntID1 := v_AcntArrys[z];
END IF;
END LOOP;
IF (v_itmInvAcntID1 <= 0) THEN
v_itmInvAcntID1 := v_dfltInvAcntID;
END IF;
IF (v_cogsID1 <= 0) THEN
v_cogsID1 := v_dfltCGSAcntID;
END IF;
IF (v_salesRevID1 <= 0) THEN
v_salesRevID1 := v_dfltRvnuAcntID;
END IF;
IF (v_salesRetID1 <= 0) THEN
v_salesRetID1 := v_dfltSRAcntID;
END IF;
IF (v_expnsID1 <= 0) THEN
v_expnsID1 := v_dfltExpnsAcntID;
END IF;
v_itmInvAcntID := org.get_accnt_id_brnch_eqv (v_BranchID, v_itmInvAcntID1);
v_cogsID := org.get_accnt_id_brnch_eqv (v_BranchID, v_cogsID1);
v_salesRevID := org.get_accnt_id_brnch_eqv (v_BranchID, v_salesRevID1);
v_salesRetID := org.get_accnt_id_brnch_eqv (v_BranchID, v_salesRetID1);
v_expnsID := org.get_accnt_id_brnch_eqv (v_BranchID, v_expnsID1);
v_purcRetID := org.get_accnt_id_brnch_eqv (v_BranchID, v_purcRetID1);
v_srclnID := rd1.src_line_id;
v_qty := rd1.doc_qty;
v_price := rd1.unit_selling_price;
v_lineid := rd1.invc_det_ln_id;
v_taxID := rd1.tax_code_id;
v_dscntID := rd1.dscnt_code_id;
v_chrgeID := rd1.chrg_code_id;
-- inv.getUOMPriceLsTx(v_itmID, v_qty)
v_orgnlSllngPrce := round(v_exchRate * rd1.orgnl_selling_price, 5);
v_stckID := inv.getItemStockID (v_itmID, v_storeID);
v_cnsgmntIDs := rd1.consgmnt_ids;
v_reslt_1 := 'SUCCESS:';
msgs := 'item_desc:' || rd1.item_desc || '::' || v_cnsgmntIDs || '::Cnt::' || array_length(v_AcntArrys, 1);
IF v_itmID > 0 AND v_DocType NOT IN ('Pro-Forma Invoice', 'Internal Item Request', 'Sales Order') THEN
v_reslt_1 := scm.generateItmAccntng (v_itmID, v_qty, v_cnsgmntIDs, v_taxID, v_dscntID, v_chrgeID, v_doctype, p_dochdrid, v_srcDocID, v_dfltRcvblAcntID, v_itmInvAcntID, v_cogsID, v_expnsID, v_salesRevID, v_stckID, v_price, v_funcCurrID, v_lineid, v_salesRetID, v_dfltCashAcntID, v_dfltCheckAcntID, v_srclnID, v_dateStr, v_docNum, v_entrdCurrID, v_exchRate, v_dfltLbltyAccnt, v_srcDocType, v_cstmrNm, v_docDesc, v_itmDesc, v_storeID, v_itmType, v_orgnlSllngPrce, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
RETURN msgs;
END IF;
END IF;
IF (v_itmID > 0 AND v_storeID > 0 AND v_isPrevdlvrd = '0' AND v_DocType NOT IN ('Pro-Forma Invoice', 'Internal Item Request')) THEN
v_reslt_1 := inv.udateItemBalances (v_itmID, v_qty, v_cnsgmntIDs, v_taxID, v_dscntID, v_chrgeID, v_doctype, p_dochdrid, v_srcDocID, v_dfltRcvblAcntID, v_dfltInvAcntID, v_dfltCGSAcntID, v_dfltExpnsAcntID, v_dfltRvnuAcntID, v_stckID, v_price, v_curid, v_lineid, v_dfltSRAcntID, v_dfltCashAcntID, v_dfltCheckAcntID, v_srclnID, v_dateStr, v_docNum, v_entrdCurrID, v_exchRate, v_dfltLbltyAccnt, v_srcDocType, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
RETURN msgs;
END IF;
v_reslt_1 := scm.updateSalesLnDlvrd (v_lineid, '1');
ELSIF (v_isPrevdlvrd = '0'
AND v_lineid > 0
AND v_DocType NOT IN ('Pro-Forma Invoice', 'Internal Item Request')) THEN
v_reslt_1 := scm.updateSalesLnDlvrd (v_lineid, '1');
END IF;
IF v_reslt_1 LIKE 'SUCCESS:%' THEN
IF (rd1.src_line_id > 0) THEN
v_reslt_1 := scm.updtSrcDocTrnsctdQty (rd1.src_line_id, rd1.doc_qty, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
END IF;
END IF;
END LOOP;
IF v_DocType IN ('Sales Invoice', 'Sales Return') THEN
v_rcvblHdrID := accb.checkNCreateSalesRcvblsHdr (v_orgid, v_clientID, v_clientSiteID, v_docDte, v_DocType, v_entrdCurrID, v_invcAmnt, v_pymntMthdID, v_funcCurrID, p_dochdrid, p_who_rn);
--v_rcvblHdrID := accb.get_ScmRcvblsDocHdrID(p_dochdrid, v_DocType, v_orgid);
--v_rcvblHdrID := 1 / 0;
v_rcvblDocNum := gst.getGnrlRecNm ('accb.accb_rcvbls_invc_hdr', 'rcvbls_invc_hdr_id', 'rcvbls_invc_number', v_rcvblHdrID);
v_reslt_1 := accb.approve_pyblrcvbldoc (v_rcvblHdrID, v_rcvblDocNum, 'Receivables', v_orgid, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
END IF;
ELSE
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
END IF;
ELSIF p_DocKind = 'Purchase' THEN
FOR rd2 IN (
SELECT
to_char(to_timestamp(prchs_doc_date || ' 12:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'DD-Mon-YYYY HH24:MI:SS') invc_date,
purchase_doc_num,
purchase_doc_type,
comments_desc,
requisition_id src_doc_hdr_id,
supplier_id,
scm.get_cstmr_splr_name (a.supplier_id) cstmr_splr_name,
supplier_site_id,
approval_status,
next_aproval_action,
org_id,
payables_accnt_id,
CASE WHEN requisition_id > 0 THEN
'Purchase Requisition'
ELSE
''
END src_doc_type,
prntd_doc_curr_id invc_curr_id,
exchng_rate,
branch_id
FROM
scm.scm_prchs_docs_hdr a
WHERE
a.prchs_doc_hdr_id = p_dochdrid)
LOOP
v_clientID := rd2.supplier_id;
v_clientSiteID := rd2.supplier_site_id;
v_docDte := rd2.invc_date;
v_DocType := rd2.purchase_doc_type;
v_srcDocType := rd2.src_doc_type;
v_apprvlStatus := rd2.approval_status;
v_entrdCurrID := rd2.invc_curr_id;
v_orgid := rd2.org_id;
v_exchRate := rd2.exchng_rate;
v_srcDocID := rd2.src_doc_hdr_id;
v_dateStr := rd2.invc_date;
v_cstmrNm := rd2.cstmr_splr_name;
v_docDesc := substring(rd2.comments_desc, 1, 299);
IF rd2.branch_id > 0 THEN
v_PrsnBrnchID := rd2.branch_id;
END IF;
END LOOP;
v_reslt_1 := scm.reCalcPrchsDocSmmrys (p_dochdrid, v_DocType, v_clientID, v_entrdCurrID, v_apprvlStatus, v_orgid, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
v_funcCurrID := org.get_orgfunc_crncy_id (v_orgid);
v_reslt_1 := 'SUCCESS:';
IF (v_apprvlStatus = 'Not Validated') THEN
IF v_DocType IN ('Purchase Order') AND v_srcDocID > 0 THEN
FOR rd1 IN (
SELECT
prchs_doc_line_id,
itm_id,
quantity,
unit_price,
created_by,
creation_date,
last_update_by,
last_update_date,
store_id,
crncy_id,
qty_rcvd,
rqstd_qty_ordrd,
src_line_id,
dsply_doc_line_in_rcpt,
alternate_item_name,
tax_code_id,
dscnt_code_id,
extr_chrg_id
FROM
scm.scm_prchs_docs_det
WHERE
prchs_doc_hdr_id = p_dochdrid
ORDER BY
prchs_doc_line_id)
LOOP
v_reslt_1 := scm.updtprchsreqOrdrdqty (rd1.src_line_id, rd1.quantity, p_who_rn);
IF v_reslt_1 NOT LIKE 'SUCCESS:%' THEN
RAISE EXCEPTION
USING ERRCODE = 'RHERR', MESSAGE = v_reslt_1, HINT = v_reslt_1;
END IF;
END LOOP;
END IF;
END IF;
END IF;
IF v_reslt_1 LIKE 'SUCCESS:%' THEN
IF p_DocKind = 'Sales' THEN
v_reslt_1 := scm.updtSalesDocApprvl (p_dochdrid, 'Approved', 'Cancel', p_who_rn);
ELSIF p_DocKind = 'Purchase' THEN
v_reslt_1 := scm.updtprchsdocapprvl (p_dochdrid, 'Approved', 'Cancel', p_who_rn);
END IF;
END IF;
RETURN 'SUCCESS: Item Transaction DOCUMENT Finalized!';
EXCEPTION
WHEN OTHERS THEN
RETURN 'ERROR:' || SQLERRM;
END;
$BODY$;
|
\i testdata/test-banks.sql
\i testdata/test-publickeyrings.sql
\i testdata/test-secretkeyring-TESTBANK001.sql
\i testdata/test-secretkeyring-TESTBANK002.sql
|
-- file:errors.sql ln:373 expect:true
select infinite_recurse()
|
<reponame>ericcobb/SQL-Server-Metrics-Pack<filename>index-metrics-install.sql<gh_stars>10-100
/**************************************************************************
INDEX METRICS
Author: <NAME> - http://www.sqlnuggets.com/
Supported Versions: SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, and SQL Server 2016
License:
MIT License
Portions of this code (as noted in the comments) were adapted from
Ola Hallengren's SQL Server Maintenance Solution (https://ola.hallengren.com/),
and are provided under the MIT license, Copyright (c) 2017 Ola Hallengren.
Copyright (c) 2017 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
***************************************************************************/
--Change this to whatever database you want to create the Index Metrics objects in.
USE [SQLMetrics]
GO
/**************************************************************************
Create Table(s)
***************************************************************************/
--If our IndexMetrics table doesn't already exist, create it.
IF OBJECT_ID('dbo.IndexMetrics') IS NULL
BEGIN
CREATE TABLE [dbo].[IndexMetrics](
[ID] [bigint] IDENTITY(1,1) NOT NULL CONSTRAINT [PK_IndexMetrics] PRIMARY KEY CLUSTERED,
[DatabaseID] [smallint] NOT NULL,
[DatabaseName] [nvarchar](128) NOT NULL,
[SchemaName] [nvarchar](128) NOT NULL,
[TableName] [nvarchar](128) NULL,
[IndexName] [nvarchar](128) NULL,
[IndexID] [int] NOT NULL,
[IndexType] [nvarchar](60) NULL,
[PartitionNumber] [int] NULL,
[Rows] [bigint] NULL,
[UserSeeks] [bigint] NULL,
[UserScans] [bigint] NULL,
[UserLookups] [bigint] NULL,
[UserUpdates] [bigint] NULL,
[IndexSizeMB] [decimal](18, 2) NULL,
[IndexMetricsChecks] [int] NOT NULL CONSTRAINT [DF_IndexMetrics_IndexMetricsCheck] DEFAULT ((0)),
[LastUserSeek] [datetime] NULL,
[LastUserScan] [datetime] NULL,
[LastUserLookup] [datetime] NULL,
[LastUserUpdate] [datetime] NULL,
[SystemSeeks] [bigint] NULL,
[SystemScans] [bigint] NULL,
[SystemLookups] [bigint] NULL,
[SystemUpdates] [bigint] NULL,
[LastSystemSeek] [datetime] NULL,
[LastSystemScan] [datetime] NULL,
[LastSystemLookup] [datetime] NULL,
[LastSystemUpdate] [datetime] NULL,
[isUnique] [bit] NULL,
[isUniqueConstraint] [bit] NULL,
[isPrimaryKey] [bit] NULL,
[isDisabled] [bit] NULL,
[isHypothetical] [bit] NULL,
[allowRowLocks] [bit] NULL,
[allowPageLocks] [bit] NULL,
[FillFactor] [tinyint] NOT NULL,
[hasFilter] [bit] NULL,
[Filter] [nvarchar](max) NULL,
[DateInitiallyChecked] [datetime] NOT NULL CONSTRAINT [DF_IndexMetrics_DateInitiallyChecked] DEFAULT (getdate()),
[DateLastChecked] [datetime] NOT NULL CONSTRAINT [DF_IndexMetrics_DateLastChecked] DEFAULT (getdate()),
[SQLServerStartTime] [datetime] NOT NULL,
[DropStatement] [nvarchar](1000) NULL,
[CreateStatement] [nvarchar](max) NULL,
[Hash] [varbinary](256) NULL
);
END
GO
CREATE NONCLUSTERED INDEX [IX_IndexMetrics_SQLServerStartTime_Hash]
ON [dbo].[IndexMetrics] ([SQLServerStartTime],[Hash]);
GO
/**************************************************************************
Create Stored Procedure(s)
***************************************************************************/
--If our procedure doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.loadIndexMetrics') IS NULL
EXEC sp_executesql N'CREATE PROCEDURE dbo.loadIndexMetrics AS SELECT 1;';
GO
ALTER PROCEDURE [dbo].[loadIndexMetrics]
@DBName sysname
,@IndexTypes NVARCHAR(256) = 'ALL'
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Portions of this code (as noted in the comments) were adapted from
Ola Hallengren's SQL Server Maintenance Solution (https://ola.hallengren.com/),
and are provided under the MIT license, Copyright (c) 2017 Ola Hallengren.
Purpose:
This stored procedure is used to collect Index metrics from multiple DMVs,
this data is then persisted in the dbo.IndexMetrics table.
A snapshot of the CREATE INDEX statement is also stored in the IndexSnapshots table.
Parameters:
@DBName - Name of the Database you want to collect Index Metrics for.
@IndexTypes - Type of indexes you want to collect Index Metrics for.
- Supported IndexTypes: ALL,HEAP,CLUSTERED,NONCLUSTERED,XML,SPATIAL,CLUSTERED_COLUMNSTORE,NONCLUSTERED_COLUMNSTORE
Usage:
--Collect ALL index metrics for the MyDB database
EXEC [dbo].[loadIndexMetrics] @DBName='MyDB';
--Collect only CLUSTERED and NONCLUSTERED index metrics for the MyDB database
--Mulitple IndexTypes can be can be combined with a comma (,)
EXEC [dbo].[loadIndexMetrics] @DBName='MyDB', @IndexTypes=N'CLUSTERED,NONCLUSTERED';
--Collect ALL index metrics except for HEAPs for the MyDB database
--The hyphen character (-) can be used to exclude IndexTypes
EXEC [dbo].[loadIndexMetrics] @DBName='MyDB', @IndexTypes=N'ALL,-HEAP';
Knows Issues:
@DBName currently only supports a single database, so the loadIndexMetrics procedure will have to be run individually for
each database that you want to gather Index Metrics for. Future enhancements will allow for muliple databases.
***************************************************************************/
BEGIN
SET NOCOUNT ON
DECLARE @sql NVARCHAR(MAX)
DECLARE @crlf NCHAR(2) = NCHAR(13)+NCHAR(10)
DECLARE @IndexTypeList TABLE ([IndexType] NVARCHAR(60), [Selected] BIT DEFAULT 0);
INSERT INTO @IndexTypeList([IndexType]) VALUES(N'HEAP'),(N'CLUSTERED'),(N'NONCLUSTERED'),(N'CLUSTERED COLUMNSTORE'),(N'NONCLUSTERED COLUMNSTORE');
/*
This section of code was adapted from Ola Hallengren's SQL Server Maintenance Solution (https://ola.hallengren.com/).
If you are not using Ola's Solution, stop what you are doing and go get it!
*/
SET @IndexTypes = REPLACE(@IndexTypes, CHAR(10), '');
SET @IndexTypes = REPLACE(@IndexTypes, CHAR(13), '');
WHILE CHARINDEX(', ',@IndexTypes) > 0 SET @IndexTypes = REPLACE(@IndexTypes,', ',',');
WHILE CHARINDEX(' ,',@IndexTypes) > 0 SET @IndexTypes = REPLACE(@IndexTypes,' ,',',');
SET @IndexTypes = LTRIM(RTRIM(@IndexTypes));
IF (CHARINDEX('ALL', @IndexTypes)) > 0
UPDATE @IndexTypeList SET [Selected] = 1;
WITH idx1 (StartPosition, EndPosition, IndexType) AS
(SELECT 1 AS StartPosition,
ISNULL(NULLIF(CHARINDEX(',', @IndexTypes, 1), 0), LEN(@IndexTypes) + 1) AS EndPosition,
SUBSTRING(@IndexTypes, 1, ISNULL(NULLIF(CHARINDEX(',', @IndexTypes, 1), 0), LEN(@IndexTypes) + 1) - 1) AS IndexType
WHERE @IndexTypes IS NOT NULL
UNION ALL
SELECT CAST(EndPosition AS int) + 1 AS StartPosition,
ISNULL(NULLIF(CHARINDEX(',', @IndexTypes, EndPosition + 1), 0), LEN(@IndexTypes) + 1) AS EndPosition,
SUBSTRING(@IndexTypes, EndPosition + 1, ISNULL(NULLIF(CHARINDEX(',', @IndexTypes, EndPosition + 1), 0), LEN(@IndexTypes) + 1) - EndPosition - 1) AS IndexType
FROM idx1
WHERE EndPosition < LEN(@IndexTypes) + 1
),
idx2 (IndexType, Selected) AS
(SELECT CASE WHEN IndexType LIKE '-%' THEN RIGHT(IndexType,LEN(IndexType) - 1) ELSE IndexType END AS IndexType,
CASE WHEN IndexType LIKE '-%' THEN 0 ELSE 1 END AS Selected
FROM idx1
)
UPDATE itl
SET itl.Selected = idx2.Selected
,itl.IndexType = REPLACE(itl.IndexType,'_',' ')
FROM @IndexTypeList AS itl
INNER JOIN idx2 ON itl.IndexType = idx2.IndexType;
/*
End adaptation of Ola Hallengren's code.
*/
DELETE FROM @IndexTypeList WHERE Selected = 0;
CREATE TABLE #IndexMetrics(
[DatabaseID] [int]
,[DatabaseName] [nvarchar](128) NULL
,[SchemaName] [sysname] NOT NULL
,[TableName] [nvarchar](128) NULL
,[IndexName] [sysname] NULL
,[IndexID] [int] NOT NULL
,[IndexType] [nvarchar](60) NULL
,[PartitionNumber] [int] NULL
,[Rows] [bigint] NULL
,[UserSeeks] [bigint] NULL
,[UserScans] [bigint] NULL
,[UserLookups] [bigint] NULL
,[UserUpdates] [bigint] NULL
,[IndexSizeMB] [decimal](18, 2) NULL
,[IndexMetricsChecks] [int] NOT NULL
,[LastUserSeek] [datetime] NULL
,[LastUserScan] [datetime] NULL
,[LastUserLookup] [datetime] NULL
,[LastUserUpdate] [datetime] NULL
,[SystemSeeks] [bigint] NULL
,[SystemScans] [bigint] NULL
,[SystemLookups] [bigint] NULL
,[SystemUpdates] [bigint] NULL
,[LastSystemSeek] [datetime] NULL
,[LastSystemScan] [datetime] NULL
,[LastSystemLookup] [datetime] NULL
,[LastSystemUpdate] [datetime] NULL
,[isUnique] [bit] NULL
,[isUniqueConstraint] [bit] NULL
,[isPrimaryKey] [bit] NULL
,[isDisabled] [bit] NULL
,[isHypothetical] [bit] NULL
,[allowRowLocks] [bit] NULL
,[allowPageLocks] [bit] NULL
,[FillFactor] [tinyint] NOT NULL
,[hasFilter] [bit] NULL
,[Filter] [nvarchar](max) NULL
,[DateLastChecked] [datetime] NOT NULL
,[SQLServerStartTime] [datetime] NULL
,[DropStatement] [nvarchar](1000) NULL
)
/*
Generate the CREATE INDEX scripts
*/
CREATE TABLE #Indexes
(
[ID] [INT] IDENTITY PRIMARY KEY NOT NULL,
[SchemaName] [NVARCHAR](128) NULL,
[TableName] [SYSNAME] NOT NULL,
[IndexName] [SYSNAME] NULL,
[is_unique] [VARCHAR](7) NULL,
[type_desc] [NVARCHAR](60) NULL,
[IndexColumns] [VARCHAR](MAX) NULL,
[IncludedColumns] [VARCHAR](MAX) NULL,
[IndexOptions] [VARCHAR](MAX) NULL,
[IndexFilter] [VARCHAR](MAX) NULL,
[is_disabled] [BIT] NULL,
[FileGroupName] [VARCHAR](100),
[is_primary_key] [BIT] NULL,
[is_unique_constraint] [BIT] NULL
);
CREATE TABLE #IndexScript
(
[SchemaName] [nvarchar](128) NULL,
[TableName] [sysname] NOT NULL,
[IndexName] [sysname] NULL,
[IndexType] [NVARCHAR](60) NULL,
[CreateStatement] [nvarchar](max) NULL
);
CREATE TABLE #IndexColumns
(
[SchemaName] [VARCHAR](100) NOT NULL,
[TableName] [VARCHAR](256) NOT NULL,
[IndexName] [VARCHAR](256) NOT NULL,
[ColumnName] [SYSNAME] NOT NULL,
[is_descending_key] [BIT] NOT NULL,
[is_included_column] [BIT] NOT NULL
);
SELECT @SQL = N'USE [' + @DBName + N'];
SELECT SCHEMA_NAME(t.schema_id) [schema_name], t.[name], ix.[name]
,CASE WHEN ix.is_unique = 1 THEN ''UNIQUE '' ELSE '''' END
,ix.type_desc, NULL [IndexColumns], NULL [IncludedColumns]
,CASE WHEN ix.[type_desc] NOT IN (''CLUSTERED COLUMNSTORE'',''NONCLUSTERED COLUMNSTORE'')
THEN
CASE WHEN ix.is_padded = 1 THEN ''PAD_INDEX = ON, '' ELSE ''PAD_INDEX = OFF, '' END
+ CASE WHEN ix.allow_page_locks = 1 THEN ''ALLOW_PAGE_LOCKS = ON, '' ELSE ''ALLOW_PAGE_LOCKS = OFF, '' END
+ CASE WHEN ix.allow_row_locks = 1 THEN ''ALLOW_ROW_LOCKS = ON, '' ELSE ''ALLOW_ROW_LOCKS = OFF, '' END
+ CASE WHEN INDEXPROPERTY(t.object_id, ix.name, ''IsStatistics'') = 1 THEN ''STATISTICS_NORECOMPUTE = ON, '' ELSE ''STATISTICS_NORECOMPUTE = OFF, '' END
+ CASE WHEN ix.ignore_dup_key = 1 THEN ''IGNORE_DUP_KEY = ON, '' ELSE ''IGNORE_DUP_KEY = OFF, '' END
+ CASE WHEN COALESCE(p.data_compression, 0) <> 0 THEN ''DATA_COMPRESSION='' + p.data_compression_desc + '', '' ELSE ''''END
+ ''SORT_IN_TEMPDB = ON, FILLFACTOR ='' + CAST((CASE WHEN ix.fill_factor = 0 THEN 100 ELSE ix.fill_factor END) AS VARCHAR(3))
ELSE
''DATA_COMPRESSION='' + p.data_compression_desc + '', COMPRESSION_DELAY = '' + CAST(ix.compression_delay AS VARCHAR(MAX))
END AS [IndexOptions]
,CASE WHEN ix.has_filter = 1 THEN ix.filter_definition ELSE NULL END AS [Filter]
,ix.is_disabled, fg.[name] [FileGroupName]
,ix.is_primary_key
,ix.is_unique_constraint
FROM sys.tables t
INNER JOIN sys.indexes ix ON t.object_id = ix.object_id
INNER JOIN sys.partitions p ON p.object_id = ix.object_id
AND p.index_id = ix.index_id
INNER JOIN sys.filegroups fg ON fg.data_space_id = ix.data_space_id
WHERE ix.type > 0
AND t.is_ms_shipped = 0
AND t.name <> ''sysdiagrams''
ORDER BY SCHEMA_NAME(t.schema_id), t.[name], ix.[name];'
INSERT INTO #Indexes
EXEC sp_executesql @SQL;
SELECT @SQL = N'USE [' + @DBName + N'];
SELECT SCHEMA_NAME(tb.schema_id), tb.name, ix.name, col.name, ixc.is_descending_key, ixc.is_included_column
FROM sys.tables tb
INNER JOIN sys.indexes ix ON tb.object_id = ix.object_id
INNER JOIN sys.index_columns ixc ON ix.object_id = ixc.object_id
AND ix.index_id = ixc.index_id
INNER JOIN sys.columns col ON ixc.object_id = col.object_id
AND ixc.column_id = col.column_id
WHERE ix.type > 0
AND(ix.is_primary_key = 0
OR ix.is_unique_constraint = 0)
ORDER BY ixc.index_column_id;'
INSERT INTO #IndexColumns
EXEC sp_executesql @SQL;
UPDATE ci
SET ci.[IndexColumns] = cl.[ColumnList]
FROM #Indexes AS ci
INNER JOIN (SELECT ID,(SELECT QUOTENAME([ColumnName])+ CASE WHEN [is_descending_key] = 1 THEN ' DESC, ' ELSE ' ASC, ' END
FROM #IndexColumns
WHERE SchemaName = ci.SchemaName AND TableName = ci.TableName AND IndexName = ci.IndexName
AND [is_included_column] = 0
FOR XML PATH('')) [ColumnList]
FROM #Indexes ci) AS cl ON ci.id = cl.id
UPDATE ci
SET ci.[IncludedColumns] = cl.[ColumnList]
FROM #Indexes AS ci
INNER JOIN (SELECT ID,(SELECT QUOTENAME([ColumnName])+ ', '
FROM #IndexColumns
WHERE SchemaName = ci.SchemaName AND TableName = ci.TableName AND IndexName = ci.IndexName
AND [is_included_column] = 1
FOR XML PATH('')) [ColumnList]
FROM #Indexes ci) AS cl ON ci.id = cl.id
INSERT INTO #IndexScript ([SchemaName],[TableName],[IndexName],[IndexType],[CreateStatement])
SELECT ci.SchemaName, ci.TableName, ci.IndexName, ci.[type_desc]
,'IF NOT EXISTS(SELECT * FROM sys.indexes WHERE object_id = object_id(''' + ci.[SchemaName] + '.' + ci.[TableName] + ''') AND NAME =''' + ci.[IndexName] + ''') BEGIN CREATE '
+ ci.[is_unique] + ci.[type_desc]+ ' INDEX ' + QUOTENAME(ci.IndexName) + ' ON ' + QUOTENAME(ci.SchemaName) + '.' + QUOTENAME(ci.TableName)
+ CASE WHEN ci.[type_desc] NOT IN ('CLUSTERED COLUMNSTORE','NONCLUSTERED COLUMNSTORE')
THEN ' (' + LEFT([IndexColumns],DATALENGTH([IndexColumns])-2) + ') ' + CASE WHEN LEN([IncludedColumns]) > 0 THEN CHAR(13) + 'INCLUDE (' + LEFT([IncludedColumns],DATALENGTH([IncludedColumns])-2) + ')' ELSE '' END
+ CASE WHEN LEN([IndexFilter]) > 0 THEN CHAR(13) + 'WHERE ' + [IndexFilter] + '' ELSE '' END
ELSE ' (' + LEFT([IncludedColumns],DATALENGTH([IncludedColumns])-2) + ') '
END
+ CHAR(13) + 'WITH (' + [IndexOptions] + ') '
+ 'ON '+ QUOTENAME([FileGroupName]) +'; PRINT ''CREATED ' + [SchemaName] + '.' + [TableName] + '.'+ [IndexName] + ''' END;'
AS [CreateScript]
FROM #Indexes ci
ORDER BY ci.TableName, ci.IndexName;
/*
END Generate the CREATE INDEX scripts
*/
SET @sql = N'
USE ['+ @DBName +N']
DECLARE @sqlserver_start_time datetime, @date_last_checked datetime = GETDATE()
SELECT @sqlserver_start_time = sqlserver_start_time from sys.dm_os_sys_info' + @crlf
--Load the Index Metrics into our Temp table
SET @sql = @sql + N'INSERT INTO #IndexMetrics([DatabaseID],[DatabaseName],[SchemaName],[TableName],[IndexName],[IndexID],[IndexType],[PartitionNumber],[Rows],[UserSeeks],[UserScans],[UserLookups],[UserUpdates],[IndexSizeMB],[IndexMetricsChecks],[LastUserSeek],[LastUserScan],[LastUserLookup],[LastUserUpdate],[SystemSeeks],[SystemScans],[SystemLookups],[SystemUpdates],[LastSystemSeek],[LastSystemScan],[LastSystemLookup],[LastSystemUpdate],[isUnique],[isUniqueConstraint],[isPrimaryKey],[isDisabled],[isHypothetical],[allowRowLocks],[allowPageLocks],[FillFactor],[hasFilter],[Filter],[DateLastChecked],[SQLServerStartTime],[DropStatement])
SELECT [DatabaseID] = DB_ID()
,[DatabaseName] = DB_NAME()
,[SchemaName] = s.name
,[TableName] = OBJECT_NAME(i.OBJECT_ID)
,[IndexName] = i.name
,[IndexID] = i.index_id
,[IndexType] = i.type_desc
,[PartitionNumber] = ps.partition_number
,[Rows] = p.TableRows
,[UserSeeks] = COALESCE(ius.user_seeks,0)
,[UserScans] = COALESCE(ius.user_scans,0)
,[UserLookups] = COALESCE(ius.user_lookups,0)
,[UserUpdates] = COALESCE(ius.user_updates,0)
,[IndexSizeMB] = CASE WHEN ps.usedpages > ps.pages
THEN (ps.usedpages - ps.pages)
ELSE 0
END * 8 / 1024.0
,[IndexMetricsChecks] = 1
,[LastUserSeek] = ius.last_user_seek
,[LastUserScan] = ius.last_user_scan
,[LastUserLookup] = ius.last_user_lookup
,[LastUserUpdate] = ius.last_user_update
,[SystemSeeks] = COALESCE(ius.system_seeks,0)
,[SystemScans] = COALESCE(ius.system_scans,0)
,[SystemLookups] = COALESCE(ius.system_lookups,0)
,[SystemUpdates] = COALESCE(ius.system_updates,0)
,[LastSystemSeek] = ius.last_system_seek
,[LastSystemScan] = ius.last_system_scan
,[LastSystemLookup] = ius.last_system_lookup
,[LastSystemUpdate] = ius.last_system_update
,[isUnique] = i.is_unique
,[isUniqueConstraint] = i.is_unique_constraint
,[isPrimaryKey] = i.is_primary_key
,[isDisabled] = i.is_disabled
,[isHypothetical] = i.is_hypothetical
,[allowRowLocks] = i.allow_row_locks
,[allowPageLocks] = i.allow_page_locks
,[FillFactor] = i.fill_factor
,[hasFilter] = i.has_filter
,[Filter] = i.filter_definition
,[DateLastChecked] = @date_last_checked
,[SQLServerStartTime] = @sqlserver_start_time
,[DropStatement] = CASE WHEN i.index_id >1 THEN ''DROP INDEX '' + QUOTENAME(i.name) + '' ON ['' +DB_NAME()+''].''+ QUOTENAME(s.name) + ''.'' + QUOTENAME(OBJECT_NAME(i.OBJECT_ID)) ELSE NULL END
FROM sys.indexes i WITH (NOLOCK)
LEFT JOIN sys.dm_db_index_usage_stats ius WITH (NOLOCK) ON ius.index_id = i.index_id AND ius.OBJECT_ID = i.OBJECT_ID
INNER JOIN (SELECT sch.name, sch.schema_id, o.OBJECT_ID, o.create_date FROM sys.schemas sch WITH (NOLOCK)
INNER JOIN sys.objects o ON o.schema_id = sch.schema_id) s ON s.OBJECT_ID = i.OBJECT_ID
LEFT JOIN (SELECT SUM(p.rows) TableRows, p.index_id, p.OBJECT_ID FROM sys.partitions p WITH (NOLOCK)
GROUP BY p.index_id, p.OBJECT_ID) p ON p.index_id = i.index_id AND i.OBJECT_ID = p.OBJECT_ID
LEFT JOIN (SELECT OBJECT_ID, index_id, partition_number, SUM(used_page_count) AS usedpages,
SUM(CASE WHEN (index_id < 2)
THEN (in_row_data_page_count + lob_used_page_count + row_overflow_used_page_count)
ELSE lob_used_page_count + row_overflow_used_page_count
END) AS pages
FROM sys.dm_db_partition_stats WITH (NOLOCK)
GROUP BY object_id, index_id, partition_number) AS ps ON i.object_id = ps.object_id AND i.index_id = ps.index_id
WHERE OBJECTPROPERTY(i.OBJECT_ID,''IsUserTable'') = 1
AND (ius.database_id = DB_ID() OR ius.database_id IS NULL)
OPTION (MAXDOP 2)'
--run the generated T-SQL
EXECUTE sp_executesql @sql
DECLARE @date_last_restored NVARCHAR
SELECT @date_last_restored = CAST(MAX(COALESCE(r.restore_date, db.create_date)) AS NVARCHAR)
FROM sys.databases db
LEFT JOIN msdb.dbo.[restorehistory] r ON r.destination_database_name = db.[name]
where db.[name] = @DBName
GROUP BY db.[name]
--Merge our temp data set into our existing table
MERGE INTO dbo.IndexMetrics AS Target
USING (select [DatabaseID]
,[DatabaseName]
,i.[SchemaName]
,i.[TableName]
,i.[IndexName]
,[IndexID]
,i.[IndexType]
,[PartitionNumber]
,[Rows]
,[UserSeeks]
,[UserScans]
,[UserLookups]
,[UserUpdates]
,[IndexSizeMB]
,[IndexMetricsChecks]
,[LastUserSeek]
,[LastUserScan]
,[LastUserLookup]
,[LastUserUpdate]
,[SystemSeeks]
,[SystemScans]
,[SystemLookups]
,[SystemUpdates]
,[LastSystemSeek]
,[LastSystemScan]
,[LastSystemLookup]
,[LastSystemUpdate]
,[isUnique]
,[isUniqueConstraint]
,[isPrimaryKey]
,[isDisabled]
,[isHypothetical]
,[allowRowLocks]
,[allowPageLocks]
,[FillFactor]
,[hasFilter]
,[Filter]
,[DateLastChecked]
,[SQLServerStartTime]
,[DropStatement]
,[CreateStatement] = REPLACE(REPLACE(ixs.[CreateStatement], CHAR(13), ''), CHAR(10), '')
--Generate hash to compare records with; have to use a SHA1 hash here so that we're compatible with SQL Server 2008
,[Hash] = HASHBYTES('SHA1', CAST(i.[DatabaseID] AS NVARCHAR)
+ i.[DatabaseName]
+ CAST(i.[SchemaName] AS NVARCHAR(128))
+ CAST(i.[TableName] AS NVARCHAR(128))
+ CAST(i.[IndexID] AS NVARCHAR)
+ CAST(COALESCE(ixs.[CreateStatement],'NA') AS NVARCHAR(MAX))
+ CAST(COALESCE(i.[PartitionNumber],'0') AS NVARCHAR)
+ @date_last_restored)
FROM #IndexMetrics i
--Filter on the specified Index Types; It's faster to do it here than when loading the #IndexMetrics temp table
INNER JOIN @IndexTypeList itl ON itl.[IndexType] = i.[IndexType]
LEFT JOIN #IndexScript ixs ON ixs.[SchemaName] = i.[SchemaName] AND ixs.[TableName] = i.[TableName] AND ixs.[IndexName] = i.[IndexName]
) AS Source ([DatabaseID],[DatabaseName],[SchemaName],[TableName],[IndexName],[IndexID],[IndexType],[PartitionNumber],[Rows],[UserSeeks],[UserScans],[UserLookups],[UserUpdates],[IndexSizeMB],[IndexMetricsChecks],[LastUserSeek],[LastUserScan],[LastUserLookup],[LastUserUpdate],[SystemSeeks],[SystemScans],[SystemLookups],[SystemUpdates],[LastSystemSeek],[LastSystemScan],[LastSystemLookup],[LastSystemUpdate],[isUnique],[isUniqueConstraint],[isPrimaryKey],[isDisabled],[isHypothetical],[allowRowLocks],[allowPageLocks],[FillFactor],[hasFilter],[Filter],[DateLastChecked],[SQLServerStartTime],[DropStatement],[CreateStatement],[Hash])
ON ( Target.[Hash] = Source.[Hash] AND Target.SQLServerStartTime = Source.SQLServerStartTime)
WHEN NOT MATCHED THEN
INSERT ([DatabaseID],[DatabaseName],[SchemaName],[TableName],[IndexName],[IndexID],[IndexType],[PartitionNumber],[Rows],[UserSeeks],[UserScans],[UserLookups],[UserUpdates],[IndexSizeMB],[IndexMetricsChecks],[LastUserSeek],[LastUserScan],[LastUserLookup],[LastUserUpdate],[SystemSeeks],[SystemScans],[SystemLookups],[SystemUpdates],[LastSystemSeek],[LastSystemScan],[LastSystemLookup],[LastSystemUpdate],[isUnique],[isUniqueConstraint],[isPrimaryKey],[isDisabled],[isHypothetical],[allowRowLocks],[allowPageLocks],[FillFactor],[hasFilter],[Filter],[DateLastChecked],[SQLServerStartTime],[DropStatement],[CreateStatement],[Hash])
VALUES ([DatabaseID],[DatabaseName],[SchemaName],[TableName],[IndexName],[IndexID],[IndexType],[PartitionNumber],[Rows],[UserSeeks],[UserScans],[UserLookups],[UserUpdates],[IndexSizeMB],[IndexMetricsChecks],[LastUserSeek],[LastUserScan],[LastUserLookup],[LastUserUpdate],[SystemSeeks],[SystemScans],[SystemLookups],[SystemUpdates],[LastSystemSeek],[LastSystemScan],[LastSystemLookup],[LastSystemUpdate],[isUnique],[isUniqueConstraint],[isPrimaryKey],[isDisabled],[isHypothetical],[allowRowLocks],[allowPageLocks],[FillFactor],[hasFilter],[Filter],[DateLastChecked],[SQLServerStartTime],[DropStatement],[CreateStatement],[Hash])
WHEN MATCHED THEN
UPDATE SET
target.[Rows] = source.[Rows]
,target.[UserSeeks] = source.[UserSeeks]
,target.[UserScans] = source.[UserScans]
,target.[UserLookups] = source.[UserLookups]
,target.[UserUpdates] = source.[UserUpdates]
,target.[IndexSizeMB] = source.[IndexSizeMB]
,target.[IndexMetricsChecks] = target.IndexMetricsChecks + 1
,target.[LastUserSeek] = source.[LastUserSeek]
,target.[LastUserScan] = source.[LastUserScan]
,target.[LastUserLookup] = source.[LastUserLookup]
,target.[LastUserUpdate] = source.[LastUserUpdate]
,target.[SystemSeeks] = source.[SystemSeeks]
,target.[SystemScans] = source.[SystemScans]
,target.[SystemLookups] = source.[SystemLookups]
,target.[SystemUpdates] = source.[SystemUpdates]
,target.[LastSystemSeek] = source.[LastSystemSeek]
,target.[LastSystemScan] = source.[LastSystemScan]
,target.[LastSystemLookup] = source.[LastSystemLookup]
,target.[LastSystemUpdate] = source.[LastSystemUpdate]
,target.[isUnique] = source.[isUnique]
,target.[isUniqueConstraint] = source.[isUniqueConstraint]
,target.[isPrimaryKey] = source.[isPrimaryKey]
,target.[isDisabled] = source.[isDisabled]
,target.[isHypothetical] = source.[isHypothetical]
,target.[allowRowLocks] = source.[allowRowLocks]
,target.[allowPageLocks] = source.[allowPageLocks]
,target.[FillFactor] = source.[FillFactor]
,target.[hasFilter] = source.[hasFilter]
,target.[Filter] = source.[Filter]
,target.[DateLastChecked] = source.[DateLastChecked]
;
END
GO
--If our procedure doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.loadAllIndexMetrics') IS NULL
EXEC sp_executesql N'CREATE PROCEDURE dbo.loadAllIndexMetrics AS SELECT 1;';
GO
ALTER PROCEDURE [dbo].[loadAllIndexMetrics]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Portions of this code (as noted in the comments) were adapted from
Ola Hallengren's SQL Server Maintenance Solution (https://ola.hallengren.com/),
and are provided under the MIT license, Copyright (c) 2017 <NAME>.
Purpose:
This stored procedure is used to collect Index metrics from multiple DMVs for ALL DATABASES on a server,
this data is then persisted in the dbo.IndexMetrics table.
Parameters:
NONE
Usage:
--Collect ALL index metrics
EXEC [dbo].[loadAllIndexMetrics];
***************************************************************************/
BEGIN
SET NOCOUNT ON;
DECLARE @tmpDatabases TABLE (
ID INT IDENTITY PRIMARY KEY
,DatabaseName NVARCHAR(128)
,Completed BIT
);
DECLARE @CurrentID INT;
DECLARE @CurrentDatabaseName NVARCHAR(128);
INSERT INTO @tmpDatabases (DatabaseName, Completed)
SELECT [Name], 0
FROM sys.databases
WHERE state = 0 AND database_id > 4
AND source_database_id IS NULL
--Filter out datbases
--AND [Name] NOT IN ('DbName1','DbName2')
ORDER BY [Name] ASC
WHILE EXISTS (SELECT * FROM @tmpDatabases WHERE Completed = 0)
BEGIN
SELECT TOP 1 @CurrentID = ID,
@CurrentDatabaseName = DatabaseName
FROM @tmpDatabases
WHERE Completed = 0
ORDER BY ID ASC
--PRINT 'loading '+@CurrentDatabaseName+';';
EXEC [dbo].[loadIndexMetrics] @DBName = @CurrentDatabaseName
-- Update that the database is completed
UPDATE @tmpDatabases
SET Completed = 1
WHERE ID = @CurrentID
-- Clear variables
SET @CurrentID = NULL
SET @CurrentDatabaseName = NULL
END
END
GO
/**************************************************************************
Create View(s)
***************************************************************************/
GO
--If our view doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.vwIndexMetrics_CurrentMetricsWithTotals') IS NULL
EXEC sp_executesql N'CREATE VIEW [dbo].[vwIndexMetrics_CurrentMetricsWithTotals] AS SELECT [DatabaseName] FROM [dbo].[IndexMetrics];';
GO
ALTER VIEW [dbo].[vwIndexMetrics_CurrentMetricsWithTotals]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Purpose:
This view queries the IndexMetrics table to return both the current (since last SQL Server restart) and
total (historical aggregations across all available index data) Index metrics.
***************************************************************************/
SELECT [DatabaseName]
,[SchemaName]
,[TableName]
,[IndexName]
,[IndexType]
,[Rows]
,[IndexSizeMB]
,[UserSeeks]
,[UserScans]
,[UserLookups]
,[UserUpdates]
,[IndexMetricsChecks]
,[SQLServerStartTime]
,[totalUserSeek]
,[totalUserScans]
,[totalUserLookups]
,[totalUserUpdates]
,[TotalIndexMetricsChecks]
,[DateInitiallyChecked]
,[DateLastChecked]
,[isDisabled]
,[isHypothetical]
,[DropStatement]
,[CreateStatement]
FROM (SELECT ixm.[DatabaseName],ixm.[SchemaName],ixm.[TableName],ixm.[IndexName],[IndexType],[Rows],ixm.[IndexSizeMB],ixm.[UserSeeks],ixm.[UserScans],
ixm.[UserLookups],ixm.[UserUpdates],ixm.[IndexMetricsChecks],ixm.[SQLServerStartTime],t.[totalUserSeek],t.[totalUserScans],t.[totalUserLookups],t.[totalUserUpdates],
[TotalIndexMetricsChecks] = t.[totalCount], t.[DateInitiallyChecked], t.[DateLastChecked], ixm.[isDisabled], ixm.[isHypothetical], ixm.[DropStatement],[CreateStatement],
ROW_NUMBER() OVER (PARTITION BY ixm.[Hash] ORDER BY ixm.SQLServerStartTime DESC) AS rn
FROM [dbo].[IndexMetrics] ixm
INNER JOIN (SELECT [Hash], [totaluserseek] = SUM(UserSeeks), [totalUserScans] = SUM(UserScans), [totalUserLookups] = SUM(UserLookups),
[totalUserUpdates] = SUM(UserUpdates), [totalcount] = SUM([IndexMetricsChecks]),[DateInitiallyChecked] = MIN([DateInitiallyChecked]),
[DateLastChecked] = MAX([DateLastChecked])
FROM [dbo].[IndexMetrics]
GROUP BY [Hash]
) t ON t.[Hash] = ixm.[Hash]
) ix
WHERE ix.rn = 1
GO
--If our view doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.vwIndexMetrics_CurrentActiveIndexMetrics') IS NULL
EXEC sp_executesql N'CREATE VIEW [dbo].[vwIndexMetrics_CurrentActiveIndexMetrics] AS SELECT [DatabaseName] FROM [dbo].[IndexMetrics];';
GO
ALTER VIEW [dbo].[vwIndexMetrics_CurrentActiveIndexMetrics]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Purpose:
This view queries the IndexMetrics table to return the metrics gathered since the last SQL Server restart,
as determined by the sys.dm_os_sys_info DMV. Excludes Disabled and Hypothetical indexes.
***************************************************************************/
SELECT [DatabaseID]
,[DatabaseName]
,[SchemaName]
,[TableName]
,[IndexName]
,[IndexType]
,[UserSeeks]
,[UserScans]
,[UserLookups]
,[UserUpdates]
,[LastUserSeek]
,[LastUserScan]
,[LastUserLookup]
,[LastUserUpdate]
,[SystemSeeks]
,[SystemScans]
,[SystemLookups]
,[SystemUpdates]
,[LastSystemSeek]
,[LastSystemScan]
,[LastSystemLookup]
,[LastSystemUpdate]
,[IndexMetricsChecks]
,[DateInitiallyChecked]
,[DateLastChecked]
,[SQLServerStartTime]
,[DropStatement]
,[CreateStatement]
FROM [dbo].[IndexMetrics] ixm
INNER JOIN sys.dm_os_sys_info info ON ixm.SQLServerStartTime = info.sqlserver_start_time
WHERE ixm.isDisabled = 0
AND ixm.isHypothetical = 0
GO
--If our view doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.vwIndexMetrics_CurrentActiveIndexDetails') IS NULL
EXEC sp_executesql N'CREATE VIEW [dbo].[vwIndexMetrics_CurrentActiveIndexDetails] AS SELECT [DatabaseName] FROM [dbo].[IndexMetrics];';
GO
ALTER VIEW [dbo].[vwIndexMetrics_CurrentActiveIndexDetails]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Purpose:
This view queries the IndexMetrics table to return the index details gathered since the last SQL Server restart,
as determined by the sys.dm_os_sys_info DMV. Excludes Disabled and Hypothetical indexes.
***************************************************************************/
SELECT [DatabaseID]
,[DatabaseName]
,[SchemaName]
,[TableName]
,[IndexName]
,[IndexID]
,[IndexType]
,[PartitionNumber]
,[Rows]
,[IndexSizeMB]
,[isUnique]
,[isUniqueConstraint]
,[isPrimaryKey]
,[isDisabled]
,[isHypothetical]
,[allowRowLocks]
,[allowPageLocks]
,[FillFactor]
,[hasFilter]
,[Filter]
,[IndexMetricsChecks]
,[DateInitiallyChecked]
,[DateLastChecked]
,[SQLServerStartTime]
,[DropStatement]
,[CreateStatement]
FROM [dbo].[IndexMetrics] ixm
INNER JOIN sys.dm_os_sys_info info ON ixm.SQLServerStartTime = info.sqlserver_start_time
WHERE ixm.isDisabled = 0
AND ixm.isHypothetical = 0
GO
--If our view doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.vwIndexMetrics_RarelyUsedIndexes') IS NULL
EXEC sp_executesql N'CREATE VIEW [dbo].[vwIndexMetrics_RarelyUsedIndexes] AS SELECT [DatabaseName] FROM [dbo].[IndexMetrics];';
GO
ALTER VIEW [dbo].[vwIndexMetrics_RarelyUsedIndexes]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Purpose:
This view queries the IndexMetrics table to return rarely used since the last SQL Server restart, as determined by the sys.dm_os_sys_info DMV.
This view considers an index "rarely" used when the summed total of UserSeeks, UserScans, and UserLookups is less than 25% of number of upates to the index.
Excludes Heaps, Clustered Indexes, Primary Keys, Disabled and Hypothetical indexes.
***************************************************************************/
SELECT [DatabaseID]
,[DatabaseName]
,[SchemaName]
,[TableName]
,[IndexName]
,[IndexType]
,[UserSeeks]
,[UserScans]
,[UserLookups]
,[UserUpdates]
,[LastUserSeek]
,[LastUserScan]
,[LastUserLookup]
,[LastUserUpdate]
,[Rows]
,[IndexSizeMB]
,[IndexMetricsChecks]
,[DateInitiallyChecked]
,[DateLastChecked]
,[SQLServerStartTime]
,[DropStatement]
FROM [dbo].[IndexMetrics] ixm
INNER JOIN sys.dm_os_sys_info info ON ixm.[SQLServerStartTime] = info.[sqlserver_start_time]
WHERE ixm.[IndexID] > 1
AND (ixm.[isDisabled] = 0 AND ixm.[isHypothetical] = 0 AND ixm.[isPrimaryKey] = 0)
AND ((ixm.[UserSeeks] + ixm.[UserScans] + ixm.[UserLookups]) < (ixm.[UserUpdates] * 0.25)
OR (ixm.[UserSeeks] + ixm.[UserScans] + ixm.[UserLookups]) = 0)
GO
--If our view doesn't already exist, create one with a dummy query to be overwritten.
IF OBJECT_ID('dbo.vwIndexMetrics_GetScripts') IS NULL
EXEC sp_executesql N'CREATE VIEW [dbo].[vwIndexMetrics_GetScripts] AS SELECT [DatabaseName] FROM [dbo].[IndexMetrics];';
GO
ALTER VIEW [dbo].[vwIndexMetrics_GetScripts]
AS
/**************************************************************************
Author: <NAME> - http://www.sqlnuggets.com/
License:
MIT License
Copyright (c) 2017 <NAME>
View full license disclosure: https://github.com/ericcobb/SQL-Server-Metrics-Pack/blob/master/LICENSE
Purpose:
This view queries the IndexMetrics table to return the CREATE and DROP statements of the currently active indexes.
It will return any indexes that have been found/checked within the last 5 days.
***************************************************************************/
SELECT [DatabaseName],[SchemaName],[TableName],[IndexName],[IndexType],[CreateStatement],[DropStatement]
FROM (SELECT DISTINCT [DatabaseName]
,[SchemaName]
,[TableName]
,[IndexName]
,[IndexType]
,[CreateStatement]
,[DropStatement]
,[DateLastChecked]
,ROW_NUMBER() OVER(PARTITION BY [DatabaseName],[SchemaName],[TableName],[IndexName],[IndexType] ORDER BY DateLastChecked DESC) AS RowNumber
FROM [dbo].[vwIndexMetrics_CurrentActiveIndexMetrics]
WHERE CreateStatement IS NOT NULL
AND DateLastChecked > getdate()-5
) q
WHERE RowNumber = 1
GO
|
<gh_stars>0
--List the following details of each employee: employee number, last name, first name, sex, and salary.
SELECT EMP.emp_no, EMP.last_name, EMP.first_name, EMP.sex, SAL.salary
FROM employees as EMP
INNER JOIN salaries as SAL
ON EMP.emp_no = SAL.emp_no;
--List first name, last name, and hire date for employees who were hired in 1986.
SELECT hire_date
FROM employees
WHERE hire_date BETWEEN '1986-01-01' AND '1986-12-31';
--List the manager of each department with the following information: department number, department name, the manager's employee number, last name, first name.
SELECT DM.dept_no, DP.dept_name, EMP.emp_no, EMP.last_name, EMP.first_name
FROM dept_manager as DM
INNER JOIN employees as EMP ON EMP.emp_no = DM.emp_no
INNER JOIN departments as DP ON DP.dept_no = DM.dept_no;
--List the department of each employee with the following information: employee number, last name, first name, and department name.
SELECT DP.dept_name, EMP.emp_no, EMP.last_name, EMP.first_name
FROM dept_emp as DE
INNER JOIN employees as EMP ON EMP.emp_no = DE.emp_no
INNER JOIN departments as DP ON DP.dept_no = DE.dept_no;
--List first name, last name, and sex for employees whose first name is "Hercules" and last names begin with "B."
SELECT first_name, last_name, sex
FROM employees
WHERE first_name = 'Hercules'
AND last_name LIKE 'B%';
--List all employees in the Sales department, including their employee number, last name, first name, and department name.
SELECT DE.dept_no, DP.dept_name, EMP.emp_no, EMP.last_name, EMP.first_name
FROM dept_emp as DE
INNER JOIN employees as EMP ON EMP.emp_no = DE.emp_no
INNER JOIN departments as DP ON DP.dept_no = DE.dept_no
WHERE dept_name = 'Sales';
--List all employees in the Sales and Development departments, including their employee number, last name, first name, and department name.
SELECT DE.dept_no, DP.dept_name, EMP.emp_no, EMP.last_name, EMP.first_name
FROM dept_emp as DE
INNER JOIN employees as EMP ON EMP.emp_no = DE.emp_no
INNER JOIN departments as DP ON DP.dept_no = DE.dept_no
WHERE dept_name IN ('Sales', 'Development');
--In descending order, list the frequency count of employee last names, i.e., how many employees share each last name.
SELECT last_name, COUNT(last_name) AS "name count"
FROM employees
GROUP BY last_name
ORDER BY "name count" DESC; |
------- INVOICE ----------------
-- 05.11.2015 14:54
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_RelationType (AD_Client_ID,AD_Org_ID,AD_RelationType_ID,Created,CreatedBy,EntityType,IsActive,IsDirected,IsExplicit,Name,Updated,UpdatedBy) VALUES (0,0,540134,TO_TIMESTAMP('2015-11-05 14:54:46','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.swat','Y','N','N','C_Invoice -> M_Material_Tracking',TO_TIMESTAMP('2015-11-05 14:54:46','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 05.11.2015 14:55
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,IsOrderByValue,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,540594,TO_TIMESTAMP('2015-11-05 14:55:27','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.swat','Y','N','C_Invoice -> M_MaterialTracking',TO_TIMESTAMP('2015-11-05 14:55:27','YYYY-MM-DD HH24:MI:SS'),100,'T')
;
-- 05.11.2015 14:55
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=540594 AND NOT EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Reference_ID=t.AD_Reference_ID)
;
-- 05.11.2015 15:06
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy) VALUES (0,3484,0,540594,318,TO_TIMESTAMP('2015-11-05 15:06:41','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.swat','Y','N',TO_TIMESTAMP('2015-11-05 15:06:41','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 05.11.2015 15:06
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Reference SET EntityType='de.metas.materialtracking',Updated=TO_TIMESTAMP('2015-11-05 15:06:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:07
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET EntityType='de.metas.materialtracking',Updated=TO_TIMESTAMP('2015-11-05 15:07:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:07
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_RelationType SET EntityType='de.metas.materialtracking',Updated=TO_TIMESTAMP('2015-11-05 15:07:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_RelationType_ID=540134
;
-- 05.11.2015 15:13
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET WhereClause='
exists
(
select 1
from C_Invoice i
join M_Material_Tracking_Ref mtr on i.C_Invoice_ID = mtr.Record_ID and mtr.AD_Table_ID = ( select ad_Table_ID from AD_Table where tablename = ''C_Invoice'') and mtr.isActive = ''Y'' and i.isActive = ''Y''
join M_Material_Tracking mt on mtr.M_Material_Tracking_ID = mt.M_Material_Tracking_ID
where
C_Invoice.C_Invoice_ID = i.C_Invoice_ID and
( i.C_Invoice_ID = @C_Invoice_ID/-1@ or mt.M_Material_Tracking_ID = @M_Material_Tracking_ID/-1@)
)',Updated=TO_TIMESTAMP('2015-11-05 15:13:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:13
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_RelationType SET AD_Reference_Source_ID=540594,Updated=TO_TIMESTAMP('2015-11-05 15:13:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_RelationType_ID=540134
;
-- 05.11.2015 15:14
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Reference (AD_Client_ID,AD_Org_ID,AD_Reference_ID,Created,CreatedBy,EntityType,IsActive,IsOrderByValue,Name,Updated,UpdatedBy,ValidationType) VALUES (0,0,540595,TO_TIMESTAMP('2015-11-05 15:14:29','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.materialtracking','Y','N','RelType C_Invoice -> M_Material_Tracking',TO_TIMESTAMP('2015-11-05 15:14:29','YYYY-MM-DD HH24:MI:SS'),100,'T')
;
-- 05.11.2015 15:14
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Reference_Trl (AD_Language,AD_Reference_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Reference_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Reference t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Reference_ID=540595 AND NOT EXISTS (SELECT * FROM AD_Reference_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Reference_ID=t.AD_Reference_ID)
;
-- 05.11.2015 15:15
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Ref_Table (AD_Client_ID,AD_Key,AD_Org_ID,AD_Reference_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,IsValueDisplayed,Updated,UpdatedBy) VALUES (0,551110,0,540595,540610,TO_TIMESTAMP('2015-11-05 15:15:01','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.materialtracking','Y','N',TO_TIMESTAMP('2015-11-05 15:15:01','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 05.11.2015 15:17
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET WhereClause='
exists
(
select 1
from C_Invoice i
join M_Material_Tracking_Ref mtr on i.C_Invoice_ID = mtr.Record_ID and mtr.AD_Table_ID = ( select ad_Table_ID from AD_Table where tablename = ''C_Invoice'') and mtr.isActive = ''Y'' and i.isActive = ''Y''
join M_Material_Tracking mt on mtr.M_Material_Tracking_ID = mt.M_Material_Tracking_ID and mt.isActive = ''Y''
where M_Material_Tracking.M_Material_Tracking_ID = mt.M_Material_Tracking_ID and
( i.C_Invoice_ID = @C_Invoice_ID/-1@ or mt.M_Material_Tracking_ID = @M_Material_Tracking_ID/-1@ )
)',Updated=TO_TIMESTAMP('2015-11-05 15:17:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540595
;
-- 05.11.2015 15:18
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_RelationType SET AD_Reference_Target_ID=540595,Updated=TO_TIMESTAMP('2015-11-05 15:18:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_RelationType_ID=540134
;
-- 05.11.2015 15:18
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET WhereClause='
exists
(
select 1
from C_Invoice i
join M_Material_Tracking_Ref mtr on i.C_Invoice_ID = mtr.Record_ID and mtr.AD_Table_ID = ( select ad_Table_ID from AD_Table where tablename = ''C_Invoice'') and mtr.isActive = ''Y'' and i.isActive = ''Y''
join M_Material_Tracking mt on mtr.M_Material_Tracking_ID = mt.M_Material_Tracking_ID and mt.isActive = ''Y''
where
C_Invoice.C_Invoice_ID = i.C_Invoice_ID and
( i.C_Invoice_ID = @C_Invoice_ID/-1@ or mt.M_Material_Tracking_ID = @M_Material_Tracking_ID/-1@)
)',Updated=TO_TIMESTAMP('2015-11-05 15:18:24','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:24
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET AD_Window_ID=540226,Updated=TO_TIMESTAMP('2015-11-05 15:24:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:25
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET AD_Window_ID=183,Updated=TO_TIMESTAMP('2015-11-05 15:25:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540594
;
-- 05.11.2015 15:25
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Ref_Table SET AD_Window_ID=540226,Updated=TO_TIMESTAMP('2015-11-05 15:25:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Reference_ID=540595
;
|
-- ----------------------------------------
-- -- CLEAR DOWN THE TABLE --
-- ----------------------------------------
TRUNCATE TABLE `mail_loot_template`;
-- ----------------------------------------
-- MySQL dump 10.13 Distrib 5.5.37, for Win32 (x86)
--
-- Host: localhost Database: mangos0
-- ------------------------------------------------------
-- Server version 5.5.5-10.5.8-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@SESSION.TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Dumping data for table `mail_loot_template`
--
LOCK TABLES `mail_loot_template` WRITE;
/*!40000 ALTER TABLE `mail_loot_template` DISABLE KEYS */;
INSERT INTO `mail_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`) VALUES
(84,21746,100,0,1,1,0),
(85,21746,100,0,1,1,0),
(86,21746,100,0,1,1,0),
(88,21746,100,0,1,1,0),
(89,21746,100,0,1,1,0),
(90,21746,100,0,1,1,0),
(91,21746,100,0,1,1,0),
(92,20469,100,0,1,1,0),
(93,20469,100,0,1,1,0),
(94,20469,100,0,1,1,0),
(95,21746,100,0,1,1,0),
(96,21746,100,0,1,1,0),
(97,21746,100,0,1,1,0),
(98,13158,100,0,1,1,0),
(99,11423,100,0,1,1,0),
(100,11423,100,0,1,1,0),
(102,17727,100,0,1,1,0),
(103,11422,100,0,1,1,0),
(104,11422,100,0,1,1,0),
(108,17712,100,0,1,1,0),
(109,19858,100,0,1,1,0),
(110,20645,100,0,1,1,0),
(111,19697,100,0,1,1,0),
(113,19697,100,0,1,1,0),
(117,17712,100,0,1,1,0),
(118,17727,100,0,1,1,0),
(121,21746,100,0,1,1,0),
(122,21216,100,0,1,1,0),
(124,21746,100,0,1,1,0),
(125,21746,100,0,1,1,0),
(126,21746,100,0,1,1,0),
(127,21746,100,0,1,1,0),
(128,21746,100,0,1,1,0),
(129,21746,100,0,1,1,0),
(130,21746,100,0,1,1,0),
(131,21746,100,0,1,1,0),
(132,21746,100,0,1,1,0),
(133,21746,100,0,1,1,0),
(134,21746,100,0,1,1,0),
(135,21746,100,0,1,1,0),
(136,21746,100,0,1,1,0),
(137,21746,100,0,1,1,0),
(138,21746,100,0,1,1,0),
(139,21746,100,0,1,1,0),
(140,21746,100,0,1,1,0),
(141,21746,100,0,1,1,0),
(142,21746,100,0,1,1,0),
(143,21746,100,0,1,1,0),
(144,21746,100,0,1,1,0),
(145,21746,100,0,1,1,0),
(146,21746,100,0,1,1,0),
(147,21746,100,0,1,1,0),
(148,21746,100,0,1,1,0),
(149,21746,100,0,1,1,0),
(150,21746,100,0,1,1,0),
(151,21746,100,0,1,1,0),
(152,21746,100,0,1,1,0),
(153,21746,100,0,1,1,0),
(154,21746,100,0,1,1,0),
(155,21746,100,0,1,1,0),
(156,21746,100,0,1,1,0),
(157,21746,100,0,1,1,0),
(158,21746,100,0,1,1,0),
(159,21746,100,0,1,1,0),
(160,21746,100,0,1,1,0),
(161,21216,100,0,1,1,0),
(168,21746,100,0,1,1,0),
(171,22723,100,0,1,1,0),
(172,23008,100,0,1,1,0),
(173,23010,100,0,1,1,0),
(174,23011,100,0,1,1,0),
(175,23012,100,0,1,1,0),
(176,23013,100,0,1,1,0),
(177,23016,100,0,1,1,0);
/*!40000 ALTER TABLE `mail_loot_template` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2022-02-14 21:26:22
|
CREATE SCHEMA IF NOT EXISTS parquet;
DROP TABLE IF EXISTS parquet.call_center_dimension;
\i set_paths.sql
\set parquet_file :parquet_path /call_center_dimension.parquet/*.parquet'
CREATE EXTERNAL TABLE parquet.call_center_dimension (
call_center_key INT -- Scala Type: IntegerType
,cc_closed_date DATE -- Scala Type: DateType
,cc_open_date DATE -- Scala Type: DateType
,cc_name VARCHAR(50) -- Scala Type: StringType
,cc_class VARCHAR(50) -- Scala Type: StringType
,cc_employees INT -- Scala Type: IntegerType
,cc_hours VARCHAR(20) -- Scala Type: StringType
,cc_manager VARCHAR(40) -- Scala Type: StringType
,cc_address VARCHAR(256) -- Scala Type: StringType
,cc_city VARCHAR(64) -- Scala Type: StringType
,cc_state VARCHAR(2) -- Scala Type: StringType
,cc_region VARCHAR(64) -- Scala Type: StringType
)
AS COPY FROM :parquet_file
ON ANY NODE PARQUET;
SELECT ANALYZE_EXTERNAL_ROW_COUNT('parquet.call_center_dimension');
SELECT ANALYZE_STATISTICS('parquet.call_center_dimension');
SELECT count(*) FROM parquet.call_center_dimension;
SELECT * FROM parquet.call_center_dimension LIMIT 2;
|
<reponame>Godh3x/nosql
CREATE (niceWizard:Wizard {name:"<NAME>"})
RETURN niceWizard
MATCH (niceWizard:Wizard {name:"<NAME>"})
CREATE (niceWizard)-[friend:Friend]->(pet:Pet {name:"Nagini" })
RETURN niceWizard,friend,pet
MATCH (niceWizard:Wizard {name:"<NAME>"})
FOREACH (name in ["<NAME>", "<NAME>", "<NAME>",
"<NAME>", "<NAME>", "<NAME>",
"<NAME>", "<NAME>", "Gregorovitch",
"<NAME>"] |
CREATE (niceWizard)-[:KILLED]->(:Wizard{name:name})) |
USE AdventureWorks2014;
GO
SELECT *
FROM Production.Product
WHERE [dbo].[IsRegexMatch] (Name, N'\b[Ww]heel\b') = 1;
|
<reponame>jjzhang166/3proxy
create table log (ldate date,ltime time,username char (30),userip char (16),bytein integer (10),byteout integer (10),service char (8), host char(255), hostport integer (10), url char (255) );
create index idate on log (ldate);
create index iusername on log (username);
create index iuserip on log (userip);
create index ihost on log (host);
create table services (port integer(10),service char(100),description char (100));
INSERT INTO services values (80,'PROXY', 'Access to Web Server');
INSERT INTO services values (21,'PROXY', 'Access to Ftp Server via HTTP proxy');
INSERT INTO services values (5190,'PROXY', 'Access to ICQ via HTTP proxy');
INSERT INTO services values (0, 'POP3P', 'Received Mail via POP3');
INSERT INTO services values (0,'FTPPR', 'Access to Ftp server via FTP proxy');
INSERT INTO services values (0,'SOCKS4', 'Access to external server via Socks v4');
INSERT INTO services values (0,'SOCKS5', 'Access to external server via Socks v5');
INSERT INTO services values (0,'TCPPM', 'Access to external server via TCP mapping');
INSERT INTO services values (0,'UDPPM', 'Access to external server via UDP mapping');
INSERT INTO services values (0, 0, NULL, 'Unknown');
|
<reponame>AddressForAll/geoterm
--
-- -- INGEST CEP -- --
-- Usar na base "ingest2". Maiores detalhes na Spec03A1-cep.
-- Executar no terminal atraves de "make_cep.sh"
--
-- -- -- -- -- -- -- -- --
-- -- Inicializações Gerais:
CREATE EXTENSION IF NOT EXISTS file_fdw;
CREATE SERVER IF NOT EXISTS files FOREIGN DATA WRAPPER file_fdw;
DROP SCHEMA IF NOT EXISTS ingest_fwd_cep CASCADE;
DROP SCHEMA IF NOT EXISTS ingest_final CASCADE;
CREATE SCHEMA IF NOT EXISTS ingest_fwd_cep;
CREATE SCHEMA IF NOT EXISTS ingest_final;
CREATE or replace FUNCTION exec_alter_fwd(
p_fwd_name text,
p_value text,
p_param text DEFAULT 'filename'
) RETURNS void AS $f$
BEGIN
EXECUTE format(
'ALTER FOREIGN TABLE %s OPTIONS (SET %s %L)',
p_fwd_name, p_param, p_value
);
END
$f$ LANGUAGE PLpgSQL;
CREATE or replace FUNCTION array_distinct_sort (
ANYARRAY,
p_no_null boolean DEFAULT true
) RETURNS ANYARRAY AS $f$
SELECT CASE WHEN array_length(x,1) IS NULL THEN NULL ELSE x END -- same as x='{}'::anyarray
FROM (
SELECT ARRAY(
SELECT DISTINCT x
FROM unnest($1) t(x)
WHERE CASE
WHEN p_no_null THEN x IS NOT NULL
ELSE true
END
ORDER BY 1
)
) t(x)
$f$ language SQL strict IMMUTABLE;
-- -- -- -- -- -- -- -- -- --
-- -- Definição de cada carga:
CREATE FOREIGN TABLE ingest_fwd_cep.LOG_LOCALIDADE (
LOC_NU numeric(8), -- chave da localidade
UFE_SG CHAR(2), -- sigla da UF
LOC_NO VARCHAR(72), -- nome da localidade
CEP CHAR(8), -- CEP da localidade (para loc_in_sit = 0)
LOC_IN_SIT CHAR(1), -- situação da localidade (0=sem cep, 1 e 2 com cep)
LOC_IN_TIPO_LOC CHAR(1), -- D – Distrito, M – Município, P – Povoado.
LOC_NU_SUB numeric(8), -- chave da localidade de subordinação
LOC_NO_ABREV VARCHAR(36), -- abreviatura do nome da localidade
MUN_NU CHAR(7) -- Código do município IBGE
) SERVER files OPTIONS (
filename '/tmp/pg_io/cep/Delimitado/LOG_LOCALIDADE.txt',
format 'csv',
header 'true',
delimiter '@'
);
CREATE FOREIGN TABLE ingest_fwd_cep.LOG_BAIRRO (
BAI_NU numeric(8), -- chave do bairro
UFE_SG CHAR(2), -- sigla da UF
LOC_NU numeric(8), -- chave da localidade
BAI_NO text, -- nome do bairro
BAI_NO_ABREV text -- abreviatura do nome do bairro
) SERVER files OPTIONS (
filename '/tmp/pg_io/cep/Delimitado/LOG_BAIRRO.TXT',
format 'csv',
header 'true',
delimiter '@'
);
CREATE FOREIGN TABLE ingest_fwd_cep.LOG_LOGRADOURO_XX (
LOG_NU numeric(8), -- chave do logradouro
UFE_SG CHAR(2), -- sigla da UF
LOC_NU numeric(8), -- chave da localidade
BAI_NU_INI numeric(8), -- chave do bairro inicial do logradouro
BAI_NU_FIM numeric(8), -- chave do bairro final do logradouro
LOG_NO text, -- nome do logradouro
LOG_COMPLEMENTO text, -- complemento do logradouro
CEP CHAR(8), -- CEP do logradouro
TLO_TX text, -- tipo de logradouro
LOG_STA_TLO CHAR(1), -- flag utilização do tipo de logradouro (S ou N)
LOG_NO_ABREV text -- abreviatura do nome do logradouro
) SERVER files OPTIONS (
filename '/tmp/pg_io/cep/Delimitado/LOG_LOGRADOURO_XX.TXT', -- ALTER here
format 'csv',
header 'true',
delimiter '@'
);
-- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- Preparo para carga e transferência:
CREATE VIEW ingest_fwd_cep.vw_LOG_LOCALIDADE AS
SELECT loc.LOC_NU, loc.UFE_SG uf, loc.LOC_IN_TIPO_LOC,
CASE WHEN loc.LOC_IN_TIPO_LOC='M' THEN loc.LOC_NO ELSE locmae.LOC_NO END AS name,
CASE WHEN loc.LOC_IN_TIPO_LOC='M' THEN loc.MUN_NU ELSE locmae.MUN_NU END::int AS ibge_id
FROM ingest_fwd_cep.LOG_LOCALIDADE loc LEFT JOIN ingest_fwd_cep.LOG_LOCALIDADE locmae
ON loc.LOC_NU_SUB = locmae.LOC_NU
;
CREATE TABLE ingest_final.sys_origem (
id int PRIMARY KEY, -- not serial
name text, -- nome livre ou rótulopadronizado ou nome do arquivo
vatID text, -- ‘CNPJ:valor’ com semantica de https://schema.org/vatID
info jsonb
);
CREATE TABLE ingest_final.via (
city_ibge_id int, city_uf text,
name_prefix text, name text,
info jsonb,
sys_origem int DEFAULT 1 REFERENCES ingest_final.sys_origem(id),
UNIQUE(sys_origem, city_ibge_id, name_prefix, name)
);
COMMENT ON TABLE ingest_final.via
IS 'para migrar entidade via, CUIDADO migrar indicando sistema origem correto!'
;
CREATE FUNCTION ingest_final.via_load(p_file text) RETURNS int AS $f$
SELECT exec_alter_fwd(
'ingest_fwd_cep.LOG_LOGRADOURO_XX',
p_file
); -- preparing
WITH rows AS (
INSERT INTO ingest_final.via
SELECT m.ibge_id, m.uf,
x.TLO_TX as prefix,
x.LOG_NO as name,
jsonb_build_object(
'cep', to_jsonb( array_distinct_sort(array_agg(DISTINCT x.CEP)) ),
'use_prefix', min(x.LOG_STA_TLO),
'LOC_NU' , min(m.LOC_NU),
'LOC_NU_count', count(*)
) as info
FROM ingest_fwd_cep.LOG_LOGRADOURO_XX x INNER JOIN ingest_fwd_cep.vw_LOG_LOCALIDADE m
ON x.LOC_NU = m.LOC_NU
GROUP BY 1,2,3,4
ORDER BY 1,2,3,4
RETURNING 1
) SELECT COUNT(*)::int FROM rows
$f$ LANGUAGE SQL;
COMMENT ON FUNCTION ingest_final.via_load(text)
IS 'insere dados base CEP em ingest_final.via'
;
-- -- -- --
-- -- Carga:
DELETE FROM ingest_final.sys_origem; -- cuisado, supondo só esta carga no momento.
INSERT INTO ingest_final.sys_origem (id,name,vatID,info)
VALUES (1,'eDNE_Basico_1907.zip', 'cnpj:034028316/0001-03',
jsonb_build_object(
'last_update','2019-07-25',
'org_wikidata_id','Q3375004',
'dataset_descr_url', 'https://web.archive.org/web/20200604135157/http://shopping.correios.com.br/wbm/store/script/wbm2400901p01.aspx?cd_company=ErZW8Dm9i54=&cd_product=6b2FxMrtKxs=&cd_department=SsNp3FlaUpM='))
;
DELETE FROM ingest_final.via
;
SELECT f filename, ingest_final.via_load(p||'/'||f) count_inserts
FROM (SELECT p, pg_ls_dir(p,false,false) f FROM (VALUES ('/tmp/pg_io/cep/Delimitado')) t1(p)) t2
WHERE f ~* '^LOG_LOGRADOURO_..\.txt'
;
CREATE TABLE ingest_final.city AS
SELECT DISTINCT ibge_id, uf, name
FROM ingest_fwd_cep.vw_LOG_LOCALIDADE
;
|
<reponame>cero-t/sqltemplate<filename>examples/src/main/resources/sql/selectByEmpno.sql
select
*
from
emp
where
empno = ?
|
<reponame>bcgov/cas-cif
-- Revert cif:trigger_functions/committed_changes_are_immutable from pg
begin;
drop function cif_private.committed_changes_are_immutable;
commit;
|
<reponame>KongGuide/Book<gh_stars>10-100
/*
SQLyog Ultimate v12.09 (64 bit)
MySQL - 5.7.18 : Database - kong_log
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`kong_log` /*!40100 DEFAULT CHARACTER SET gb2312 */;
USE `kong_log`;
/*Table structure for table `access_log` */
DROP TABLE IF EXISTS `access_log`;
CREATE TABLE `access_log` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`create_time` datetime DEFAULT CURRENT_TIMESTAMP,
`out_bytes` int(11) DEFAULT NULL,
`in_bytes` int(11) DEFAULT NULL,
`status` smallint(6) DEFAULT NULL,
`upstream_addr` varchar(50) DEFAULT NULL,
`query_string` varchar(255) DEFAULT NULL,
`request_time` double DEFAULT NULL,
`machine` varchar(50) DEFAULT NULL,
`app_name` varchar(50) DEFAULT NULL,
`upstream_response_time` double DEFAULT NULL,
`remote_addr` varchar(50) DEFAULT NULL,
`uri` varchar(255) DEFAULT NULL,
`date_time` datetime DEFAULT NULL,
`forwarded_ip` varchar(50) DEFAULT NULL,
`http_host` varchar(50) DEFAULT NULL,
`method` varchar(50) DEFAULT NULL,
`user_agent` varchar(500) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=gb2312;
/*Data for the table `access_log` */
insert into `access_log`(`id`,`create_time`,`out_bytes`,`in_bytes`,`status`,`upstream_addr`,`query_string`,`request_time`,`machine`,`app_name`,`upstream_response_time`,`remote_addr`,`uri`,`date_time`,`forwarded_ip`,`http_host`,`method`,`user_agent`) values (49,'2020-05-27 15:01:26',532,482,200,'10.129.8.172:88','name=lily',0.014,'byvlq-grafna-9-83','kong-training',0.01,'10.129.210.210','/','2020-05-27 23:01:26','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(50,'2020-05-27 15:01:26',35907,418,200,'10.129.8.172:88','',0.015,'byvlq-grafna-9-83','kong-training',0.007,'10.129.210.210','/favicon.ico','2020-05-27 23:01:26','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(51,'2020-05-27 15:01:26',531,482,200,'10.129.8.172:88','name=lily',0.006,'byvlq-grafna-9-83','kong-training',0.006,'10.129.210.210','/','2020-05-27 23:01:26','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(52,'2020-05-27 15:01:26',35907,418,200,'10.129.8.172:88','',0.006,'byvlq-grafna-9-83','kong-training',0.005,'10.129.210.210','/favicon.ico','2020-05-27 23:01:26','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(53,'2020-05-27 15:01:27',531,482,200,'10.129.8.172:88','name=lily',0.004,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(54,'2020-05-27 15:01:27',35907,418,200,'10.129.8.172:88','',0.006,'byvlq-grafna-9-83','kong-training',0.005,'10.129.210.210','/favicon.ico','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(55,'2020-05-27 15:01:27',531,482,200,'10.129.8.172:88','name=lily',0.007,'byvlq-grafna-9-83','kong-training',0.006,'10.129.210.210','/','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(56,'2020-05-27 15:01:27',35907,418,200,'10.129.8.172:88','',0.008,'byvlq-grafna-9-83','kong-training',0.007,'10.129.210.210','/favicon.ico','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(57,'2020-05-27 15:01:27',531,482,200,'10.129.8.172:88','name=lily',0.004,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(58,'2020-05-27 15:01:27',35907,418,200,'10.129.8.172:88','',0.005,'byvlq-grafna-9-83','kong-training',0.005,'10.129.210.210','/favicon.ico','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(59,'2020-05-27 15:01:27',531,482,200,'10.129.8.172:88','name=lily',0.004,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(60,'2020-05-27 15:01:27',35907,418,200,'10.129.8.172:88','',0.005,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/favicon.ico','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(61,'2020-05-27 15:01:27',531,482,200,'10.129.8.172:88','name=lily',0.006,'byvlq-grafna-9-83','kong-training',0.006,'10.129.210.210','/','2020-05-27 23:01:27','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(62,'2020-05-27 15:01:28',35907,418,200,'10.129.8.172:88','',0.005,'byvlq-grafna-9-83','kong-training',0.005,'10.129.210.210','/favicon.ico','2020-05-27 23:01:28','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(63,'2020-05-27 15:01:28',531,482,200,'10.129.8.172:88','name=lily',0.005,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/','2020-05-27 23:01:28','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(64,'2020-05-27 15:01:28',35907,418,200,'10.129.8.172:88','',0.004,'byvlq-grafna-9-83','kong-training',0.004,'10.129.210.210','/favicon.ico','2020-05-27 23:01:28','10.129.210.210','www.kong-training.com','GET','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
<filename>db/load_db.sql
DROP DATABASE IF EXISTS jalgo;
CREATE DATABASE IF NOT EXISTS jalgo;
USE jalgo;
DROP TABLE IF EXISTS StockTickers;
CREATE TABLE StockTickers (
ticker VARCHAR(5) NOT NULL,
company_name VARCHAR(25) NOT NULL,
PRIMARY KEY (ticker)
);
DROP TABLE IF EXISTS MyStockInterests;
CREATE TABLE MyStockInterests (
ticker VARCHAR(5) NOT NULL,
last_open FLOAT(8,2),
last_close FLOAT(8,2),
date_info DATE,
PRIMARY KEY (ticker)
);
DROP TABLE IF EXISTS Trades;
CREATE TABLE Trades (
ticker VARCHAR(5) NOT NULL,
move VARCHAR(4) NOT NULL,
price FLOAT(8,2) NOT NULL,
time_movement DATETIME NOT NULL,
PRIMARY KEY (ticker)
);
|
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Author: JavaTMP
* Created: Oct 16, 2018
*/
select Journal_T.GL_ID as 'Acct Code',GL_Name_VC as
'Revenue', sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC ='Rev'
GROUP by GL_Name_VC,Journal_T.GL_ID
union all
select 0, 'Total Revenue',sum(Amount_NU)
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Rev'
union all
select Journal_T.GL_ID as 'Acct Code',GL_Name_VC as 'Cost of Sales',
sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC
= 'Cos'
GROUP by GL_Name_VC,Journal_T.GL_ID
union all
select 0, 'Total Cost of Sales',sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Cos'
union all
select 0,'Gross Profit',
sum(case when Year_SI = 2007 and BS_Category_VC = 'Rev' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Cos' then Amount_NU
else 0 end)AS 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
union all
select Journal_T.GL_ID as 'Acct Code', GL_Name_VC as 'Less Other Cost',
sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Otc'
GROUP by Journal_T.GL_ID,GL_Name_VC
union all
select 0, 'Total Other Cost', sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Otc'
union all
select Journal_T.GL_ID as 'Acct Code',GL_Name_VC as 'Add Other Income',
sum(Amount_NU)as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Oic'
GROUP by Journal_T.GL_ID,GL_Name_VC
union all
select 0, 'Total Other Income',sum(Amount_NU) as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Oic'
union all
select 0, 'Total Operating Cost/Income',
sum(case when Year_SI = 2007 and BS_Category_VC = 'Otc' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Oic' then Amount_NU
else 0 end)
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
union all
select 0, 'Profit Before Tax (PBT)',
sum(case when Year_SI = 2007 and BS_Category_VC = 'Rev' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Cos' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Otc' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Oic' then Amount_NU
else 0 end)
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
union all
select Journal_T.GL_ID as 'Acct Code',GL_Name_VC as 'Income Tax',
sum(Amount_NU)as 'YTD'
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
where Year_SI = 2007
and BS_Category_VC = 'Tax'
GROUP by Journal_T.GL_ID,GL_Name_VC
union all
select 0, 'Profit After Tax (PAT)',
sum(case when Year_SI = 2007 and BS_Category_VC = 'Rev' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Cos' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Otc' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Oic' then Amount_NU
else 0 end)+
sum(case when Year_SI = 2007 and BS_Category_VC = 'Tax' then Amount_NU
else 0 end)
from Journal_T join COA_T
on Journal_T.GL_ID = COA_T.GL_ID
|
<gh_stars>0
CREATE TABLE products_in_orders (
id SERIAL PRIMARY KEY,
order_id integer REFERENCES orders(id) NOT NULL,
product_id integer REFERENCES products(id) NOT NULL,
quantity integer NOT NULL
);
|
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Waktu pembuatan: 28 Sep 2021 pada 00.08
-- Versi server: 10.4.20-MariaDB
-- Versi PHP: 7.4.22
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `notifbell`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `aplikasi`
--
CREATE TABLE `aplikasi` (
`id_aplikasi` int(11) NOT NULL,
`nama_aplikasi` varchar(30) NOT NULL,
`user_id` int(11) NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `aplikasi`
--
INSERT INTO `aplikasi` (`id_aplikasi`, `nama_aplikasi`, `user_id`, `status`) VALUES
(2, 'APK 1', 3, 1);
-- --------------------------------------------------------
--
-- Struktur dari tabel `detail_notifikasi`
--
CREATE TABLE `detail_notifikasi` (
`pengguna_id` int(11) NOT NULL,
`notifikasi_id` int(11) NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `detail_notifikasi`
--
-- INSERT INTO `detail_notifikasi` (`pengguna_id`, `notifikasi_id`, `status`) VALUES
-- (6, 2, 0),
-- (6, 10, 1),
-- (15, 11, 1),
-- (6, 12, 1),
-- (13, 12, 1),
-- (6, 13, 1),
-- (13, 13, 1),
-- (14, 13, 0),
-- (15, 13, 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `media`
--
CREATE TABLE `media` (
`id_media` int(11) NOT NULL,
`nama_media` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `media`
--
INSERT INTO `media` (`id_media`, `nama_media`) VALUES
(1, 'email'),
(2, 'telegram');
-- --------------------------------------------------------
--
-- Struktur dari tabel `notifikasi`
--
CREATE TABLE `notifikasi` (
`id_notifikasi` int(11) NOT NULL,
`aplikasi_id` int(11) NOT NULL,
`media_id` int(11) NOT NULL,
`judul` varchar(128) NOT NULL,
`isi` longtext NOT NULL,
`status` int(11) NOT NULL,
`tanggalDibuat` date NOT NULL,
`tanggalTerkirim` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `notifikasi`
--
-- INSERT INTO `notifikasi` (`id_notifikasi`, `aplikasi_id`, `media_id`, `judul`, `isi`, `status`, `tanggalDibuat`, `tanggalTerkirim`) VALUES
-- (10, 2, 2, 'aku', '<p>kamu</p>', 1, '2021-09-28', '2021-09-28'),
-- (11, 2, 1, 'axz', '<p>asa</p>', 1, '2021-09-28', '2021-09-28'),
-- (12, 2, 2, 'haloo', 'dsbgsidjbgisd', 1, '2021-09-28', '2021-09-28'),
-- (13, 2, 2, 'coba', '<p>ada</p>', 1, '2021-09-28', '2021-09-28');
-- --------------------------------------------------------
--
-- Struktur dari tabel `pengguna_aplikasi`
--
CREATE TABLE `pengguna_aplikasi` (
`id_pengguna` int(11) NOT NULL,
`aplikasi_id` int(11) NOT NULL,
`nama_pengguna` varchar(30) NOT NULL,
`username_telegram` varchar(30) DEFAULT NULL,
`userid_telegram` varchar(30) DEFAULT NULL,
`email_pengguna` varchar(30) NOT NULL,
`notelp_pengguna` varchar(18) NOT NULL,
`status_pengguna` int(11) NOT NULL,
`tanggal_dibuat` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `pengguna_aplikasi`
--
-- INSERT INTO `pengguna_aplikasi` (`id_pengguna`, `aplikasi_id`, `nama_pengguna`, `username_telegram`, `userid_telegram`, `email_pengguna`, `notelp_pengguna`, `status_pengguna`, `tanggal_dibuat`) VALUES
-- (6, 2, 'Sennana', 'seennaa', '1626261247', '<EMAIL>', '+6282285132960', 1, '2021-09-27'),
-- (13, 2, 'Hoshi', 'hodsiador', '654321', '<EMAIL>', '+6289907212341', 1, '2021-09-27'),
-- (14, 2, 'Woozi', NULL, '', '<EMAIL>', '+6285156084242', 1, '2021-09-27'),
-- (15, 2, 'Haruka', 'harugpa', '', '<EMAIL>', '+6282456084203', 1, '2021-09-27');
-- --------------------------------------------------------
--
-- Struktur dari tabel `role`
--
CREATE TABLE `role` (
`id_role` int(11) NOT NULL,
`nama` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `role`
--
INSERT INTO `role` (`id_role`, `nama`) VALUES
(1, 'Admin'),
(2, 'User');
-- --------------------------------------------------------
--
-- Struktur dari tabel `token`
--
CREATE TABLE `token` (
`id_token` int(11) NOT NULL,
`token` varchar(15) NOT NULL,
`date` int(11) NOT NULL,
`email` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `user`
--
CREATE TABLE `user` (
`id_user` int(11) NOT NULL,
`nama_lengkap` varchar(128) NOT NULL,
`username` varchar(15) NOT NULL,
`notelp` varchar(18) NOT NULL,
`email` varchar(30) NOT NULL,
`password` varchar(256) NOT NULL,
`role_id` int(11) NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user`
--
INSERT INTO `user` (`id_user`, `nama_lengkap`, `username`, `notelp`, `email`, `password`, `role_id`, `status`) VALUES
(1, 'admin notifbell', 'admin', '+628232653623', '<EMAIL>', 'admin', 1, 1),
(3, 'user notifbell', 'testing', '+6289912347652', '<EMAIL>', '<PASSWORD>', 2, 1);
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `aplikasi`
--
ALTER TABLE `aplikasi`
ADD PRIMARY KEY (`id_aplikasi`),
ADD KEY `aplikasi_ibfk_1` (`user_id`);
--
-- Indeks untuk tabel `detail_notifikasi`
--
ALTER TABLE `detail_notifikasi`
ADD KEY `detail_notifikasi_ibfk_1` (`pengguna_id`),
ADD KEY `detail_notifikasi_ibfk_2` (`notifikasi_id`);
--
-- Indeks untuk tabel `media`
--
ALTER TABLE `media`
ADD PRIMARY KEY (`id_media`);
--
-- Indeks untuk tabel `notifikasi`
--
ALTER TABLE `notifikasi`
ADD PRIMARY KEY (`id_notifikasi`),
ADD KEY `notifikasi_ibfk_1` (`aplikasi_id`),
ADD KEY `notifikasi_ibfk_2` (`media_id`);
--
-- Indeks untuk tabel `pengguna_aplikasi`
--
ALTER TABLE `pengguna_aplikasi`
ADD PRIMARY KEY (`id_pengguna`),
ADD KEY `pengguna_aplikasi_ibfk_1` (`aplikasi_id`);
--
-- Indeks untuk tabel `role`
--
ALTER TABLE `role`
ADD PRIMARY KEY (`id_role`);
--
-- Indeks untuk tabel `token`
--
ALTER TABLE `token`
ADD PRIMARY KEY (`id_token`);
--
-- Indeks untuk tabel `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id_user`),
ADD KEY `user_ibfk_1` (`role_id`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `aplikasi`
--
ALTER TABLE `aplikasi`
MODIFY `id_aplikasi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `media`
--
ALTER TABLE `media`
MODIFY `id_media` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `notifikasi`
--
ALTER TABLE `notifikasi`
MODIFY `id_notifikasi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT untuk tabel `pengguna_aplikasi`
--
ALTER TABLE `pengguna_aplikasi`
MODIFY `id_pengguna` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT untuk tabel `role`
--
ALTER TABLE `role`
MODIFY `id_role` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT untuk tabel `token`
--
ALTER TABLE `token`
MODIFY `id_token` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT untuk tabel `user`
--
ALTER TABLE `user`
MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)
--
--
-- Ketidakleluasaan untuk tabel `aplikasi`
--
ALTER TABLE `aplikasi`
ADD CONSTRAINT `aplikasi_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id_user`);
--
-- Ketidakleluasaan untuk tabel `detail_notifikasi`
--
ALTER TABLE `detail_notifikasi`
ADD CONSTRAINT `detail_notifikasi_ibfk_1` FOREIGN KEY (`pengguna_id`) REFERENCES `pengguna_aplikasi` (`id_pengguna`),
ADD CONSTRAINT `detail_notifikasi_ibfk_2` FOREIGN KEY (`notifikasi_id`) REFERENCES `notifikasi` (`id_notifikasi`) ON DELETE CASCADE;
--
-- Ketidakleluasaan untuk tabel `notifikasi`
--
ALTER TABLE `notifikasi`
ADD CONSTRAINT `notifikasi_ibfk_1` FOREIGN KEY (`aplikasi_id`) REFERENCES `aplikasi` (`id_aplikasi`) ON DELETE CASCADE,
ADD CONSTRAINT `notifikasi_ibfk_2` FOREIGN KEY (`media_id`) REFERENCES `media` (`id_media`);
--
-- Ketidakleluasaan untuk tabel `pengguna_aplikasi`
--
ALTER TABLE `pengguna_aplikasi`
ADD CONSTRAINT `pengguna_aplikasi_ibfk_1` FOREIGN KEY (`aplikasi_id`) REFERENCES `aplikasi` (`id_aplikasi`);
--
-- Ketidakleluasaan untuk tabel `user`
--
ALTER TABLE `user`
ADD CONSTRAINT `user_ibfk_1` FOREIGN KEY (`role_id`) REFERENCES `role` (`id_role`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
/*
Navicat MySQL Data Transfer
Source Server : lcoalhost
Source Server Version : 80016
Source Host : localhost:3306
Source Database : listed_company
Target Server Type : MYSQL
Target Server Version : 80016
File Encoding : 65001
Date: 2019-07-23 17:13:53
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for crawl_list_sh1_copy
-- ----------------------------
DROP TABLE IF EXISTS `crawl_list_sh1_copy`;
CREATE TABLE `crawl_list_sh1_copy` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`SECURITY_CODE_A` varchar(30) NOT NULL,
`COMPANY_ABBR` varchar(30) NOT NULL,
`AREA_NAME_DESC` varchar(30) NOT NULL,
`CSRC_CODE_DESC` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`LEGAL_REPRESENTATIVE` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2374 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
-- ----------------------------
-- Records of crawl_list_sh1_copy
-- ----------------------------
INSERT INTO `crawl_list_sh1_copy` VALUES ('879', '600000', '浦发银行', '上海', 'J 金融业', '高国富 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('880', '600004', '白云机场', '广东', 'G 运输仓储', '邱嘉臣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('881', '600006', '东风汽车', '湖北', 'C 制造业', '雷平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('882', '600007', '中国国贸', '北京', 'K 房地产', '林明志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('883', '600008', '首创股份', '北京', 'D 水电煤气', '刘永政 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('884', '600009', '上海机场', '上海', 'G 运输仓储', '贾锐军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('885', '600010', '包钢股份', '内蒙古', 'C 制造业', '李德刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('886', '600011', '华能国际', '北京', 'D 水电煤气', '国务院国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('887', '600012', '皖通高速', '安徽', 'G 运输仓储', '乔传福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('888', '600015', '华夏银行', '北京', 'J 金融业', '李民吉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('889', '600016', '民生银行', '北京', 'J 金融业', '洪崎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('890', '600017', '日照港', '山东', 'G 运输仓储', '王建波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('891', '600018', '上港集团', '上海', 'G 运输仓储', '陈戌源 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('892', '600019', '宝钢股份', '上海', 'C 制造业', '邹继新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('893', '600020', '中原高速', '河南', 'G 运输仓储', '马沉重 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('894', '600021', '上海电力', '上海', 'D 水电煤气', '王运丹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('895', '600022', '山东钢铁', '山东', 'C 制造业', '陶登奎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('896', '600023', '浙能电力', '浙江', 'D 水电煤气', '童亚辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('897', '600025', '华能水电', '云南', 'D 水电煤气', '袁湘华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('898', '600026', '中远海能', '上海', 'G 运输仓储', '刘汉波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('899', '600027', '华电国际', '山东', 'D 水电煤气', '赵建国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('900', '600028', '中国石化', '北京', 'B 采矿业', '戴厚良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('901', '600029', '南方航空', '广东', 'G 运输仓储', '王昌顺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('902', '600030', '中信证券', '广东', 'J 金融业', '张佑君 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('903', '600031', '三一重工', '湖南', 'C 制造业', '梁稳根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('904', '600033', '福建高速', '福建', 'G 运输仓储', '陈岳峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('905', '600035', '楚天高速', '湖北', 'G 运输仓储', '肖跃文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('906', '600036', '招商银行', '广东', 'J 金融业', '李建红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('907', '600037', '歌华有线', '北京', 'I 信息技术', '郭章鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('908', '600038', '中直股份', '黑龙江', 'C 制造业', '曲景文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('909', '600039', '四川路桥', '四川', 'E 建筑业', '孙云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('910', '600048', '保利地产', '广东', 'K 房地产', '宋广菊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('911', '600050', '中国联通', '上海', 'I 信息技术', '王晓初 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('912', '600051', '宁波联合', '浙江', 'F 批发零售', '李水荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('913', '600052', '浙江广厦', '浙江', 'K 房地产', '张霞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('914', '600053', '九鼎投资', '江西', 'J 金融业', '古志鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('915', '600054', '黄山旅游', '安徽', 'N 公共环保', '黄山市国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('916', '600055', '万东医疗', '北京', 'C 制造业', '谢宇峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('917', '600056', '中国医药', '北京', 'C 制造业', '高渝文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('918', '600057', '厦门象屿', '福建', 'L 商务服务', '张水利 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('919', '600058', '五矿发展', '北京', 'F 批发零售', '刘青春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('920', '600059', '古越龙山', '浙江', 'C 制造业', '钱肖华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('921', '600060', '海信电器', '山东', 'C 制造业', '程开训 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('922', '600061', '国投资本', '上海', 'J 金融业', '叶柏寿 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('923', '600062', '华润双鹤', '北京', 'C 制造业', '冯毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('924', '600063', '皖维高新', '安徽', 'C 制造业', '吴福胜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('925', '600064', '南京高科', '江苏', 'K 房地产', '徐益民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('926', '600066', '宇通客车', '河南', 'C 制造业', '汤玉祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('927', '600067', '冠城大通', '福建', 'K 房地产', '韩孝煌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('928', '600068', '葛洲坝', '湖北', 'E 建筑业', '陈晓华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('929', '600069', '银鸽投资', '河南', 'C 制造业', '顾琦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('930', '600070', '浙江富润', '浙江', 'C 制造业', '赵林中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('931', '600071', '凤凰光学', '江西', 'C 制造业', '刘翔 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('932', '600072', '中船科技', '上海', 'E 建筑业', '周辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('933', '600073', '上海梅林', '上海', 'C 制造业', '王国祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('934', '600074', '*ST保千 ', '江苏', 'C 制造业', '周培钦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('935', '600075', '新疆天业', '新疆', 'C 制造业', '宋晓玲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('936', '600076', '康欣新材', '山东', 'C 制造业', '郭志先 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('937', '600077', '宋都股份', '浙江', 'K 房地产', '俞建午 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('938', '600078', '澄星股份', '江苏', 'C 制造业', '江永康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('939', '600079', '人福医药', '湖北', 'C 制造业', '王学海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('940', '600080', '金花股份', '陕西', 'C 制造业', '吴一坚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('941', '600081', '东风科技', '上海', 'C 制造业', '陈兴林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('942', '600082', '海泰发展', '天津', 'K 房地产', '宋克新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('943', '600083', '博信股份', '广东', 'F 批发零售', '罗静 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('944', '600084', '*ST中葡', '新疆', 'C 制造业', '赵欣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('945', '600085', '同仁堂', '北京', 'C 制造业', '高振坤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('946', '600086', '东方金钰', '湖北', 'C 制造业', '赵宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('947', '600088', '中视传媒', '上海', 'R 文化传播', '唐世鼎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('948', '600089', '特变电工', '新疆', 'C 制造业', '张新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('949', '600090', '同济堂', '新疆', 'F 批发零售', '张美华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('950', '600091', 'ST明科', '内蒙古', 'C 制造业', '李国春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('951', '600093', '易见股份', '四川', 'L 商务服务', '任子翔 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('952', '600094', '大名城', '上海', 'K 房地产', '俞锦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('953', '600095', '哈高科', '黑龙江', 'C 制造业', '史建明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('954', '600096', '云天化', '云南', 'C 制造业', '张文学 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('955', '600097', '开创国际', '上海', 'A 农林牧渔', '濮韶华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('956', '600098', '广州发展', '广东', 'D 水电煤气', '伍竹林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('957', '600099', '林海股份', '江苏', 'C 制造业', '刘群 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('958', '600100', '同方股份', '北京', 'C 制造业', '周立业 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('959', '600101', '明星电力', '四川', 'D 水电煤气', '王更生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('960', '600103', '青山纸业', '福建', 'C 制造业', '张小强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('961', '600104', '上汽集团', '上海', 'C 制造业', '陈虹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('962', '600105', '永鼎股份', '江苏', 'C 制造业', '莫林弟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('963', '600106', '重庆路桥', '重庆', 'G 运输仓储', '江津 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('964', '600107', '美尔雅', '湖北', 'C 制造业', '杨闻孙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('965', '600108', '亚盛集团', '甘肃', 'A 农林牧渔', '李克华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('966', '600109', '国金证券', '四川', 'J 金融业', '冉云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('967', '600110', '诺德股份', '吉林', 'C 制造业', '陈立志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('968', '600111', '北方稀土', '内蒙古', 'C 制造业', '赵殿清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('969', '600112', 'ST天成', '贵州', 'C 制造业', '朱洪彬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('970', '600113', '浙江东日', '浙江', 'L 商务服务', '杨作军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('971', '600114', '东睦股份', '浙江', 'C 制造业', '芦德宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('972', '600115', '东方航空', '上海', 'G 运输仓储', '刘绍勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('973', '600116', '三峡水利', '重庆', 'D 水电煤气', '叶建桥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('974', '600117', '西宁特钢', '青海', 'C 制造业', '尹良求 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('975', '600118', '中国卫星', '北京', 'C 制造业', '张洪太 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('976', '600119', '*ST长投', '上海', 'G 运输仓储', '居 亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('977', '600120', '浙江东方', '浙江', 'J 金融业', '金朝萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('978', '600121', '郑州煤电', '河南', 'B 采矿业', '郭矿生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('979', '600122', '宏图高科', '江苏', 'F 批发零售', '鄢克亚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('980', '600123', '兰花科创', '山西', 'B 采矿业', '李晓明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('981', '600125', '铁龙物流', '辽宁', 'G 运输仓储', '吴云天 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('982', '600126', '杭钢股份', '浙江', 'C 制造业', '吴东明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('983', '600127', '金健米业', '湖南', 'C 制造业', '全臻 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('984', '600128', '弘业股份', '江苏', 'F 批发零售', '吴廷昌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('985', '600129', '太极集团', '重庆', 'C 制造业', '重庆市涪陵区国有资产监督管理委');
INSERT INTO `crawl_list_sh1_copy` VALUES ('986', '600130', '波导股份', '浙江', 'C 制造业', '徐立华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('987', '600131', '岷江水电', '四川', 'D 水电煤气', '吴耕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('988', '600132', '重庆啤酒', '重庆', 'C 制造业', '<NAME> ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('989', '600133', '东湖高新', '湖北', 'E 建筑业', '杨涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('990', '600135', '乐凯胶片', '河北', 'C 制造业', '滕方迁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('991', '600136', '当代明诚', '湖北', 'R 文化传播', '易仁涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('992', '600137', '浪莎股份', '四川', 'C 制造业', '翁荣弟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('993', '600138', '中青旅', '北京', 'L 商务服务', '中国青旅集团公司 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('994', '600139', '西部资源', '四川', 'C 制造业', '段志平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('995', '600141', '兴发集团', '湖北', 'C 制造业', '李国璋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('996', '600143', '金发科技', '广东', 'C 制造业', '袁志敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('997', '600145', '*ST新亿', '新疆', 'C 制造业', '卡司木江吾斯曼 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('998', '600146', '商赢环球', '宁夏', 'C 制造业', '罗俊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('999', '600148', '长春一东', '吉林', 'C 制造业', '于中赤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1000', '600149', 'ST坊展', '河北', 'S 综合', '王大为 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1001', '600150', '中国船舶', '上海', 'C 制造业', '雷凡培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1002', '600151', '航天机电', '上海', 'C 制造业', '张建功 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1003', '600152', '维科技术', '浙江', 'C 制造业', '何承命 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1004', '600153', '建发股份', '福建', 'F 批发零售', '张勇峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1005', '600155', '华创阳安', '河北', 'J 金融业', '陶永泽 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1006', '600156', '华升股份', '湖南', 'C 制造业', '杨洁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1007', '600157', '永泰能源', '山西', 'B 采矿业', '王广西 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1008', '600158', '中体产业', '天津', 'K 房地产', '王卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1009', '600159', '大龙地产', '北京', 'K 房地产', '马云虎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1010', '600160', '巨化股份', '浙江', 'C 制造业', '胡仲明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1011', '600161', '天坛生物', '北京', 'C 制造业', '付道兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1012', '600162', '香江控股', '广东', 'K 房地产', '翟美卿 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1013', '600163', '中闽能源', '福建', 'D 水电煤气', '张骏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1014', '600165', '新日恒力', '宁夏', 'C 制造业', '高小平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1015', '600166', '福田汽车', '北京', 'C 制造业', '张夕勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1016', '600167', '联美控股', '辽宁', 'D 水电煤气', '苏壮强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1017', '600168', '武汉控股', '湖北', 'D 水电煤气', '黄思 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1018', '600169', '太原重工', '山西', 'C 制造业', '王创民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1019', '600170', '上海建工', '上海', 'E 建筑业', '徐征 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1020', '600171', '上海贝岭', '上海', 'C 制造业', '董浩然 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1021', '600172', '黄河旋风', '河南', 'C 制造业', '乔秋生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1022', '600173', '卧龙地产', '浙江', 'K 房地产', '陈嫣妮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1023', '600175', '美都能源', '浙江', 'S 综合', '闻掌华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1024', '600176', '中国巨石', '北京', 'C 制造业', '曹江林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1025', '600177', '雅戈尔', '浙江', 'C 制造业', '李如成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1026', '600178', '东安动力', '黑龙江', 'C 制造业', '陈笠宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1027', '600179', 'ST安通', '黑龙江', 'G 运输仓储', '郭东泽 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1028', '600180', '瑞茂通', '山东', 'F 批发零售', '燕刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1029', '600182', 'S佳通', '黑龙江', 'C 制造业', '李怀靖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1030', '600183', '生益科技', '广东', 'C 制造业', '刘述峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1031', '600184', '光电股份', '湖北', 'C 制造业', '国务院国有资产监督管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1032', '600185', '格力地产', '陕西', 'K 房地产', '鲁君四 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1033', '600186', '*ST莲花', '河南', 'C 制造业', '夏建统 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1034', '600187', '国中水务', '黑龙江', 'D 水电煤气', '尹峻 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1035', '600188', '兖州煤业', '山东', 'B 采矿业', '李希勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1036', '600189', '吉林森工', '吉林', 'C 制造业', '姜长龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1037', '600190', '锦州港', '辽宁', 'G 运输仓储', '徐健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1038', '600191', '华资实业', '内蒙古', 'C 制造业', '宋卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1039', '600192', '长城电工', '甘肃', 'C 制造业', '张希泰(代) ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1040', '600193', 'ST创兴', '上海', 'E 建筑业', '翟金水 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1041', '600195', '中牧股份', '北京', 'C 制造业', '王建成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1042', '600196', '复星医药', '上海', 'C 制造业', '陈启宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1043', '600197', '伊力特', '新疆', 'C 制造业', '陈智 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1044', '600198', '大唐电信', '北京', 'C 制造业', '黄志勤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1045', '600199', '金种子酒', '安徽', 'C 制造业', '宁中伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1046', '600200', '江苏吴中', '江苏', 'S 综合', '王小刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1047', '600201', '生物股份', '内蒙古', 'C 制造业', '张翀宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1048', '600202', '哈空调', '黑龙江', 'C 制造业', '刘铭山 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1049', '600203', '福日电子', '福建', 'F 批发零售', '福建省电子信息(集团)有限责任');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1050', '600206', '有研新材', '北京', 'C 制造业', '国务院国有资产监督管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1051', '600207', '安彩高科', '河南', 'D 水电煤气', '何毅敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1052', '600208', '新湖中宝', '浙江', 'K 房地产', '林俊波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1053', '600209', 'ST罗顿', '海南', 'E 建筑业', '高松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1054', '600210', '紫江企业', '上海', 'C 制造业', '沈雯 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1055', '600211', '西藏药业', '西藏', 'C 制造业', '陈达彬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1056', '600212', '江泉实业', '山东', 'S 综合', '杨智刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1057', '600213', '亚星客车', '江苏', 'C 制造业', '钱栋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1058', '600215', '长春经开', '吉林', 'K 房地产', '吴锦华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1059', '600216', '浙江医药', '浙江', 'C 制造业', '李春波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1060', '600217', '中再资环', '陕西', 'C 制造业', '管爱国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1061', '600218', '全柴动力', '安徽', 'C 制造业', '谢力 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1062', '600219', '南山铝业', '山东', 'C 制造业', '宋昌明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1063', '600220', '江苏阳光', '江苏', 'C 制造业', '陈丽芬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1064', '600221', '海航控股', '海南', 'G 运输仓储', '谢皓明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1065', '600222', '太龙药业', '河南', 'C 制造业', '李景亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1066', '600223', '鲁商发展', '山东', 'K 房地产', '李彦勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1067', '600225', '天津松江', '天津', 'K 房地产', '天津市国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1068', '600226', '瀚叶股份', '浙江', 'C 制造业', '沈培今 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1069', '600227', '圣济堂', '贵州', 'C 制造业', '丁林洪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1070', '600228', 'ST昌九', '江西', 'C 制造业', '李季 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1071', '600229', '城市传媒', '山东', 'R 文化传播', '王为达 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1072', '600230', '沧州大化', '河北', 'C 制造业', '谢华生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1073', '600231', '凌钢股份', '辽宁', 'C 制造业', '文广 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1074', '600232', '金鹰股份', '浙江', 'C 制造业', '傅国定 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1075', '600233', '圆通速递', '辽宁', 'G 运输仓储', '喻会蛟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1076', '600234', '*ST山水', '山西', 'C 制造业', '徐啟瑞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1077', '600235', '民丰特纸', '浙江', 'C 制造业', '曹继华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1078', '600236', '桂冠电力', '广西', 'D 水电煤气', '王森 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1079', '600237', '铜峰电子', '安徽', 'C 制造业', '唐忠民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1080', '600238', 'ST椰岛', '海南', 'C 制造业', '冯彪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1081', '600239', '云南城投', '云南', 'K 房地产', '许雷 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1082', '600240', '*ST华业', '北京', 'K 房地产', '徐红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1083', '600241', '时代万恒', '辽宁', 'F 批发零售', '魏钢 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1084', '600242', '中昌数据', '广东', 'I 信息技术', '游小明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1085', '600243', '青海华鼎', '青海', 'C 制造业', '于世光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1086', '600246', '万通地产', '北京', 'K 房地产', '李虹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1087', '600247', 'ST成城', '吉林', 'F 批发零售', '方项 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1088', '600248', '延长化建', '陕西', 'E 建筑业', '高建成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1089', '600249', '两面针', '广西', 'C 制造业', '林钻煌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1090', '600250', '南纺股份', '江苏', 'F 批发零售', '徐德健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1091', '600251', '冠农股份', '新疆', 'C 制造业', '刘中海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1092', '600252', '中恒集团', '广西', 'C 制造业', '欧阳静波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1093', '600255', '梦舟股份', '安徽', 'C 制造业', '宋志刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1094', '600256', '广汇能源', '新疆', 'S 综合', '宋东升 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1095', '600257', '大湖股份', '湖南', 'A 农林牧渔', '罗订坤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1096', '600258', '首旅酒店', '北京', 'H 住宿餐饮', '刘毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1097', '600259', '广晟有色', '海南', 'B 采矿业', '吴泽林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1098', '600260', '凯乐科技', '湖北', 'C 制造业', '朱弟雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1099', '600261', '阳光照明', '浙江', 'C 制造业', '陈卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1100', '600262', '北方股份', '内蒙古', 'C 制造业', '高汝森 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1101', '600265', 'ST景谷', '云南', 'A 农林牧渔', '蓝来富 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1102', '600266', '北京城建', '北京', 'K 房地产', '陈代华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1103', '600267', '海正药业', '浙江', 'C 制造业', '蒋国平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1104', '600268', '国电南自', '江苏', 'C 制造业', '王凤蛟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1105', '600269', '赣粤高速', '江西', 'G 运输仓储', '王国强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1106', '600271', '航天信息', '北京', 'C 制造业', '马天晖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1107', '600272', '开开实业', '上海', 'F 批发零售', '庄虔赟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1108', '600273', '嘉化能源', '浙江', 'C 制造业', '管建忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1109', '600275', 'ST昌鱼', '湖北', 'C 制造业', '高士庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1110', '600276', '恒瑞医药', '江苏', 'C 制造业', '孙飘扬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1111', '600277', '亿利洁能', '内蒙古', 'C 制造业', '王文彪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1112', '600278', '东方创业', '上海', 'F 批发零售', '季胜君 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1113', '600279', '重庆港九', '重庆', 'G 运输仓储', '重庆两江新区管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1114', '600280', '中央商场', '江苏', 'F 批发零售', '祝珺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1115', '600281', '太化股份', '山西', 'C 制造业', '张旭升 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1116', '600282', '南钢股份', '江苏', 'C 制造业', '黄一新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1117', '600283', '钱江水利', '浙江', 'D 水电煤气', '叶建桥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1118', '600284', '浦东建设', '上海', 'E 建筑业', '郭亚兵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1119', '600285', '羚锐制药', '河南', 'C 制造业', '熊伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1120', '600287', '江苏舜天', '江苏', 'F 批发零售', '高松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1121', '600288', '大恒科技', '北京', 'C 制造业', '鲁勇志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1122', '600289', '*ST信通', '黑龙江', 'I 信息技术', '曲飞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1123', '600290', '华仪电气', '浙江', 'C 制造业', '陈孟列 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1124', '600291', '西水股份', '内蒙古', 'J 金融业', '郭予丰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1125', '600292', '远达环保', '重庆', 'N 公共环保', '郑武生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1126', '600293', '三峡新材', '湖北', 'F 批发零售', '许锡忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1127', '600295', '鄂尔多斯', '内蒙古', 'C 制造业', '王臻 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1128', '600297', '广汇汽车', '辽宁', 'F 批发零售', '李建平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1129', '600298', '安琪酵母', '湖北', 'C 制造业', '俞学锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1130', '600299', '安迪苏', '北京', 'C 制造业', 'Jean Marc Dublanc ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1131', '600300', '维维股份', '江苏', 'C 制造业', '杨启典 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1132', '600301', 'ST南化', '广西', 'C 制造业', '周小溪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1133', '600302', '标准股份', '陕西', 'C 制造业', '朱寅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1134', '600303', '曙光股份', '辽宁', 'C 制造业', '高会恩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1135', '600305', '恒顺醋业', '江苏', 'C 制造业', '镇江市国有资产监督管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1136', '600306', '商业城', '辽宁', 'F 批发零售', '陈哲元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1137', '600307', '酒钢宏兴', '甘肃', 'C 制造业', '程子建 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1138', '600308', '华泰股份', '山东', 'C 制造业', '李晓亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1139', '600309', '万华化学', '山东', 'C 制造业', '廖增太 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1140', '600310', '桂东电力', '广西', 'D 水电煤气', '秦敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1141', '600311', '荣华实业', '甘肃', 'B 采矿业', '刘永 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1142', '600312', '平高电气', '河南', 'C 制造业', '成卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1143', '600313', '农发种业', '北京', 'F 批发零售', '陈章瑞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1144', '600315', '上海家化', '上海', 'C 制造业', '张东方 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1145', '600316', '洪都航空', '江西', 'C 制造业', '洪蛟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1146', '600317', '营口港', '辽宁', 'G 运输仓储', '李和忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1147', '600318', '新力金融', '安徽', 'J 金融业', '吴昊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1148', '600319', '亚星化学', '山东', 'C 制造业', '韩海滨 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1149', '600320', '振华重工', '上海', 'C 制造业', '朱连宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1150', '600321', 'ST正源', '四川', 'C 制造业', '何延龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1151', '600322', '天房发展', '天津', 'K 房地产', '郭维成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1152', '600323', '瀚蓝环境', '广东', 'N 公共环保', '金铎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1153', '600325', '华发股份', '广东', 'K 房地产', '李光宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1154', '600326', '西藏天路', '西藏', 'C 制造业', '多吉罗布 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1155', '600327', '大东方', '江苏', 'F 批发零售', '高兵华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1156', '600328', '兰太实业', '内蒙古', 'C 制造业', '李德禄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1157', '600329', '中新药业', '天津', 'C 制造业', '李立群 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1158', '600330', '天通股份', '浙江', 'C 制造业', '潘建清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1159', '600331', '宏达股份', '四川', 'C 制造业', '黄建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1160', '600332', '白云山', '广东', 'C 制造业', '李楚源 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1161', '600333', '长春燃气', '吉林', 'D 水电煤气', '张志超 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1162', '600335', '国机汽车', '天津', 'F 批发零售', '陈有权 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1163', '600336', '澳柯玛', '山东', 'C 制造业', '李蔚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1164', '600337', '美克家居', '新疆', 'F 批发零售', '寇卫平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1165', '600338', '西藏珠峰', '西藏', 'C 制造业', '黄建荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1166', '600339', '中油工程', '新疆', 'B 采矿业', '白玉光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1167', '600340', '华夏幸福', '河北', 'K 房地产', '王文学 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1168', '600343', '航天动力', '陕西', 'C 制造业', '周利民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1169', '600345', '长江通信', '湖北', 'C 制造业', '夏存海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1170', '600346', '恒力石化', '辽宁', 'C 制造业', '范红卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1171', '600348', '阳泉煤业', '山西', 'B 采矿业', ' 杨乃时 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1172', '600350', '山东高速', '山东', 'G 运输仓储', '赛志毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1173', '600351', '亚宝药业', '山西', 'C 制造业', '任武贤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1174', '600352', '浙江龙盛', '浙江', 'C 制造业', '阮伟祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1175', '600353', '旭光股份', '四川', 'C 制造业', '刘卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1176', '600354', '敦煌种业', '甘肃', 'A 农林牧渔', '马宗海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1177', '600355', '精伦电子', '湖北', 'C 制造业', '张学阳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1178', '600356', '恒丰纸业', '黑龙江', 'C 制造业', '徐祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1179', '600358', '国旅联合', '江苏', 'I 信息技术', '曾少雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1180', '600359', '新农开发', '新疆', 'A 农林牧渔', '白宏本 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1181', '600360', '华微电子', '吉林', 'C 制造业', '夏增文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1182', '600361', '华联综超', '北京', 'F 批发零售', '阳烽 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1183', '600362', '江西铜业', '江西', 'C 制造业', '龙子平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1184', '600363', '联创光电', '江西', 'C 制造业', '曾智斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1185', '600365', '通葡股份', '吉林', 'C 制造业', '何为民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1186', '600366', '宁波韵升', '浙江', 'C 制造业', '竺晓东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1187', '600367', '红星发展', '贵州', 'C 制造业', '郭汉光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1188', '600368', '五洲交通', '广西', 'G 运输仓储', '周异助 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1189', '600369', '西南证券', '重庆', 'J 金融业', '廖庆轩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1190', '600370', '三房巷', '江苏', 'C 制造业', '卞惠良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1191', '600371', '万向德农', '黑龙江', 'A 农林牧渔', '管大源 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1192', '600372', '中航电子', '北京', 'C 制造业', '张昆辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1193', '600373', '中文传媒', '江西', 'R 文化传播', '赵东亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1194', '600375', '华菱星马', '安徽', 'C 制造业', '刘汉如 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1195', '600376', '首开股份', '北京', 'K 房地产', '潘利群 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1196', '600377', '宁沪高速', '江苏', 'G 运输仓储', '顾德军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1197', '600378', '昊华科技', '四川', 'C 制造业', '胡冬晨 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1198', '600379', '宝光股份', '陕西', 'C 制造业', '李军望 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1199', '600380', '健康元', '广东', 'C 制造业', '朱保国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1200', '600381', '青海春天', '青海', 'C 制造业', '张雪峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1201', '600382', '广东明珠', '广东', 'F 批发零售', '张坚力 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1202', '600383', '金地集团', '广东', 'K 房地产', '凌克 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1203', '600385', '*ST金泰', '山东', 'C 制造业', '林云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1204', '600386', '北巴传媒', '北京', 'F 批发零售', '王春杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1205', '600387', '海越能源', '浙江', 'F 批发零售', '邱国良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1206', '600388', '龙净环保', '福建', 'C 制造业', '何媚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1207', '600389', '江山股份', '江苏', 'C 制造业', '薛健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1208', '600390', '五矿资本', '湖南', 'J 金融业', '任珠峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1209', '600391', '航发科技', '四川', 'C 制造业', '杨育武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1210', '600392', '盛和资源', '山西', 'C 制造业', '胡泽松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1211', '600393', '粤泰股份', '广东', 'K 房地产', '杨树坪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1212', '600395', '盘江股份', '贵州', 'B 采矿业', '易国晶 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1213', '600396', '*ST金山', '辽宁', 'D 水电煤气', '于学东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1214', '600397', '安源煤业', '江西', 'B 采矿业', '熊腊元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1215', '600398', '海澜之家', '江苏', 'C 制造业', '周建平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1216', '600399', 'ST抚钢', '辽宁', 'C 制造业', '孙启 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1217', '600400', '红豆股份', '江苏', 'C 制造业', '刘连红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1218', '600403', '大有能源', '河南', 'B 采矿业', '吴同性 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1219', '600405', '动力源', '北京', 'C 制造业', '何振亚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1220', '600406', '国电南瑞', '江苏', 'I 信息技术', '冷俊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1221', '600408', 'ST安泰', '山西', 'C 制造业', '杨锦龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1222', '600409', '三友化工', '河北', 'C 制造业', '么志义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1223', '600410', '华胜天成', '北京', 'I 信息技术', '王维航 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1224', '600415', '小商品城', '浙江', 'L 商务服务', '赵文阁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1225', '600416', '湘电股份', '湖南', 'C 制造业', '柳秀导 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1226', '600418', '江淮汽车', '安徽', 'C 制造业', '安进 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1227', '600419', '天润乳业', '新疆', 'C 制造业', '刘让 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1228', '600420', '现代制药', '上海', 'C 制造业', '周斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1229', '600421', '*ST仰帆', '湖北', 'C 制造业', '周梁辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1230', '600422', '昆药集团', '云南', 'C 制造业', '何勤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1231', '600423', '*ST柳化', '广西', 'C 制造业', '陆胜云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1232', '600425', '青松建化', '新疆', 'C 制造业', '郑术建 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1233', '600426', '华鲁恒升', '山东', 'C 制造业', '常怀春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1234', '600428', '中远海特', '广东', 'G 运输仓储', '丁农 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1235', '600429', '三元股份', '北京', 'C 制造业', '常毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1236', '600433', '冠豪高新', '广东', 'C 制造业', '钟天崎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1237', '600435', '北方导航', '北京', 'C 制造业', '苏立航 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1238', '600436', '片仔癀', '福建', 'C 制造业', '刘建顺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1239', '600438', '通威股份', '四川', 'C 制造业', '刘汉元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1240', '600439', '瑞贝卡', '河南', 'C 制造业', '郑有全 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1241', '600444', '国机通用', '安徽', 'C 制造业', '陈学东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1242', '600446', '金证股份', '广东', 'I 信息技术', '赵剑 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1243', '600448', '华纺股份', '山东', 'C 制造业', '王力民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1244', '600449', '宁夏建材', '宁夏', 'C 制造业', '尹自波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1245', '600452', '涪陵电力', '重庆', 'D 水电煤气', '杨作祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1246', '600455', '博通股份', '陕西', 'S 综合', '王萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1247', '600456', '宝钛股份', '陕西', 'C 制造业', '王文生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1248', '600458', '时代新材', '湖南', 'C 制造业', '杨首一 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1249', '600459', '贵研铂业', '云南', 'C 制造业', '郭俊梅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1250', '600460', '士兰微', '浙江', 'C 制造业', '陈向东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1251', '600461', '洪城水业', '江西', 'D 水电煤气', '邵涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1252', '600462', '*ST九有', '广东', 'L 商务服务', '韩越 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1253', '600463', '空港股份', '北京', 'E 建筑业', '卞云鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1254', '600466', '蓝光发展', '四川', 'K 房地产', '张巧龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1255', '600467', '好当家', '山东', 'A 农林牧渔', '唐传勤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1256', '600468', '百利电气', '天津', 'C 制造业', '史祺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1257', '600469', '风神股份', '河南', 'C 制造业', '王锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1258', '600470', '六国化工', '安徽', 'C 制造业', '陈嘉生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1259', '600475', '华光股份', '江苏', 'C 制造业', '蒋志坚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1260', '600476', '湘邮科技', '湖南', 'I 信息技术', '董志宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1261', '600477', '杭萧钢构', '浙江', 'E 建筑业', '单银木 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1262', '600478', '科力远', '湖南', 'C 制造业', '钟发平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1263', '600479', '千金药业', '湖南', 'C 制造业', '江端预 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1264', '600480', '凌云股份', '河北', 'C 制造业', '赵延成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1265', '600481', '双良节能', '江苏', 'C 制造业', '缪文彬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1266', '600482', '中国动力', '河北', 'C 制造业', '何纪武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1267', '600483', '福能股份', '福建', 'D 水电煤气', '林金本 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1268', '600485', '*ST信威', '北京', 'C 制造业', '王靖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1269', '600486', '扬农化工', '江苏', 'C 制造业', '程晓曦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1270', '600487', '亨通光电', '江苏', 'C 制造业', '尹纪成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1271', '600488', '天药股份', '天津', 'C 制造业', '张杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1272', '600489', '中金黄金', '北京', 'B 采矿业', '宋鑫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1273', '600490', '鹏欣资源', '上海', 'C 制造业', '楼定波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1274', '600491', '龙元建设', '浙江', 'E 建筑业', '赖振元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1275', '600493', '凤竹纺织', '福建', 'C 制造业', '陈澄清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1276', '600495', '晋西车轴', '山西', 'C 制造业', '张朝宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1277', '600496', '精工钢构', '安徽', 'E 建筑业', '方朝阳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1278', '600497', '驰宏锌锗', '云南', 'B 采矿业', '孙勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1279', '600498', '烽火通信', '湖北', 'C 制造业', '鲁国庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1280', '600499', '科达洁能', '广东', 'C 制造业', '吴木海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1281', '600500', '中化国际', '上海', 'C 制造业', '张伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1282', '600501', '航天晨光', '江苏', 'C 制造业', '薛亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1283', '600502', '安徽水利', '安徽', 'E 建筑业', '王厚良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1284', '600503', '华丽家族', '上海', 'K 房地产', '李荣强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1285', '600505', '西昌电力', '四川', 'D 水电煤气', '卿松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1286', '600506', '香梨股份', '新疆', 'A 农林牧渔', '陈义斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1287', '600507', '方大特钢', '江西', 'C 制造业', '谢飞鸣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1288', '600508', '上海能源', '上海', 'B 采矿业', '包正明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1289', '600509', '天富能源', '新疆', 'D 水电煤气', '刘伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1290', '600510', '黑牡丹', '江苏', 'K 房地产', '戈亚芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1291', '600511', '国药股份', '北京', 'F 批发零售', '姜修昌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1292', '600512', '腾达建设', '浙江', 'E 建筑业', '杨九如 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1293', '600513', '联环药业', '江苏', 'C 制造业', '夏春来 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1294', '600515', '海航基础', '海南', 'K 房地产', '鲁晓明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1295', '600516', '方大炭素', '甘肃', 'C 制造业', '党锡江 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1296', '600517', '置信电气', '上海', 'C 制造业', '张建伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1297', '600518', 'ST康美', '广东', 'C 制造业', '马兴田 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1298', '600519', '贵州茅台', '贵州', 'C 制造业', '李保芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1299', '600520', '文一科技', '安徽', 'C 制造业', '黄言勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1300', '600521', '华海药业', '浙江', 'C 制造业', '陈保华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1301', '600522', '中天科技', '江苏', 'C 制造业', '薛济萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1302', '600523', '贵航股份', '贵州', 'C 制造业', '唐海滨 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1303', '600525', '长园集团', '广东', 'C 制造业', '吴启权 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1304', '600526', '*ST菲达', '浙江', 'C 制造业', '舒英钢 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1305', '600527', '江南高纤', '江苏', 'C 制造业', '陶冶 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1306', '600528', '中铁工业', '四川', 'C 制造业', '易铁军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1307', '600529', '山东药玻', '山东', 'C 制造业', '扈永刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1308', '600530', '交大昂立', '上海', 'C 制造业', '杨国平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1309', '600531', '豫光金铅', '河南', 'C 制造业', '济源市人民政府 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1310', '600532', '宏达矿业', '上海', 'B 采矿业', '俞倪荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1311', '600533', '栖霞建设', '江苏', 'K 房地产', '江劲松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1312', '600535', '天士力', '天津', 'C 制造业', '闫凯境 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1313', '600536', '中国软件', '北京', 'I 信息技术', '谌志华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1314', '600537', '亿晶光电', '浙江', 'C 制造业', '李静武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1315', '600538', '国发股份', '广西', 'F 批发零售', '潘利斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1316', '600539', 'ST狮头', '山西', 'C 制造业', '吴旭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1317', '600540', '新赛股份', '新疆', 'A 农林牧渔', '马晓宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1318', '600543', '莫高股份', '甘肃', 'C 制造业', '赵国柱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1319', '600545', '卓郎智能', '新疆', 'C 制造业', '潘雪平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1320', '600546', '山煤国际', '山西', 'F 批发零售', '王为民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1321', '600547', '山东黄金', '山东', 'B 采矿业', '李国红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1322', '600548', '深高速', '广东', 'G 运输仓储', '胡伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1323', '600549', '厦门钨业', '福建', 'C 制造业', '黄长庚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1324', '600550', '保变电气', '河北', 'C 制造业', '文洪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1325', '600551', '时代出版', '安徽', 'R 文化传播', '王民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1326', '600552', '凯盛科技', '安徽', 'C 制造业', '夏宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1327', '600555', '海航创新', '上海', 'K 房地产', '李忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1328', '600556', 'ST慧球', '广西', 'I 信息技术', '张琲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1329', '600557', '康缘药业', '江苏', 'C 制造业', '肖伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1330', '600558', '大西洋', '四川', 'C 制造业', '李欣雨 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1331', '600559', '老白干酒', '河北', 'C 制造业', '刘彦龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1332', '600560', '金自天正', '北京', 'C 制造业', '孙彦广 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1333', '600561', '江西长运', '江西', 'G 运输仓储', '葛黎明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1334', '600562', '国睿科技', '江苏', 'C 制造业', '胡明春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1335', '600563', '法拉电子', '福建', 'C 制造业', '严春光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1336', '600565', '迪马股份', '重庆', 'K 房地产', '罗韶颖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1337', '600566', '济川药业', '湖北', 'C 制造业', '曹龙祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1338', '600567', '山鹰纸业', '安徽', 'C 制造业', '吴明武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1339', '600568', '中珠医疗', '湖北', 'C 制造业', '许德来 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1340', '600569', '安阳钢铁', '河南', 'C 制造业', '李利剑 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1341', '600570', '恒生电子', '浙江', 'I 信息技术', '彭政纲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1342', '600571', '信雅达', '浙江', 'I 信息技术', '耿俊岭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1343', '600572', '康恩贝', '浙江', 'C 制造业', '胡季强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1344', '600573', '惠泉啤酒', '福建', 'C 制造业', '高振安 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1345', '600575', '皖江物流', '安徽', 'G 运输仓储', '张宝春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1346', '600576', '祥源文化', '浙江', 'R 文化传播', '燕东来 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1347', '600577', '精达股份', '安徽', 'C 制造业', '李晓 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1348', '600578', '京能电力', '北京', 'D 水电煤气', '耿养谋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1349', '600579', '天华院', '山东', 'C 制造业', '白忻平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1350', '600580', '卧龙电驱', '浙江', 'C 制造业', '陈建成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1351', '600581', '八一钢铁', '新疆', 'C 制造业', '沈东新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1352', '600582', '天地科技', '北京', 'C 制造业', '胡善亭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1353', '600583', '海油工程', '天津', 'B 采矿业', '于毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1354', '600584', '长电科技', '江苏', 'C 制造业', 'LEE CHOON HEUNG李春兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1355', '600585', '海螺水泥', '安徽', 'C 制造业', '高登榜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1356', '600586', '金晶科技', '山东', 'C 制造业', '王刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1357', '600587', '新华医疗', '山东', 'C 制造业', '许尚峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1358', '600588', '用友网络', '北京', 'I 信息技术', '王文京 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1359', '600589', '广东榕泰', '广东', 'C 制造业', '杨宝生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1360', '600590', '泰豪科技', '江西', 'C 制造业', '杨剑 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1361', '600592', '龙溪股份', '福建', 'C 制造业', '曾凡沛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1362', '600593', '大连圣亚', '辽宁', 'N 公共环保', '王双宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1363', '600594', '益佰制药', '贵州', 'C 制造业', '窦啟玲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1364', '600595', '*ST中孚', '河南', 'C 制造业', '崔红松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1365', '600596', '新安股份', '浙江', 'C 制造业', '吴建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1366', '600597', '光明乳业', '上海', 'C 制造业', '濮韶华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1367', '600598', '北大荒', '黑龙江', 'A 农林牧渔', '刘长友 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1368', '600599', '熊猫金控', '湖南', 'J 金融业', '李民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1369', '600600', '青岛啤酒', '山东', 'C 制造业', '黄克兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1370', '600601', '方正科技', '上海', 'C 制造业', '刘建 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1371', '600602', '云赛智联', '上海', 'I 信息技术', '黄金刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1372', '600603', '广汇物流', '福建', 'S 综合', '蒙科良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1373', '600604', '市北高新', '上海', 'K 房地产', '罗岚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1374', '600605', '汇通能源', '上海', 'F 批发零售', '杨张峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1375', '600606', '绿地控股', '上海', 'K 房地产', '张玉良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1376', '600608', 'ST沪科', '上海', 'C 制造业', '雷升逵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1377', '600609', '金杯汽车', '辽宁', 'C 制造业', '刘鹏程 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1378', '600610', '*ST毅达', '上海', 'E 建筑业', '党悦栋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1379', '600611', '大众交通', '上海', 'G 运输仓储', '杨国平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1380', '600612', '老凤祥', '上海', 'C 制造业', '石力华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1381', '600613', '神奇制药', '上海', 'C 制造业', '张涛涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1382', '600614', '*ST鹏起', '上海', 'C 制造业', '张朋起 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1383', '600615', 'ST丰华', '上海', 'C 制造业', '涂建敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1384', '600616', '金枫酒业', '上海', 'C 制造业', '龚如杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1385', '600617', '国新能源', '山西', 'D 水电煤气', '刘军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1386', '600618', '氯碱化工', '上海', 'C 制造业', '黄岱列 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1387', '600619', '海立股份', '上海', 'C 制造业', '董鑑华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1388', '600620', '天宸股份', '上海', 'S 综合', '叶茂菁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1389', '600621', '华鑫股份', '上海', 'J 金融业', '蔡小庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1390', '600622', '光大嘉宝', '上海', 'K 房地产', '陈爽 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1391', '600623', '华谊集团', '上海', 'C 制造业', '刘训峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1392', '600624', '复旦复华', '上海', 'S 综合', '赵文斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1393', '600626', '申达股份', '上海', 'F 批发零售', '姚明华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1394', '600628', '新世界', '上海', 'F 批发零售', '董事长徐若海先生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1395', '600629', '华建集团', '上海', 'M 科研服务', '秦宝华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1396', '600630', '龙头股份', '上海', 'C 制造业', '上海市国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1397', '600633', '浙数文化', '浙江', 'I 信息技术', '张雪南 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1398', '600634', '*ST富控', '上海', 'I 信息技术', '叶建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1399', '600635', '大众公用', '上海', 'D 水电煤气', '杨国平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1400', '600636', '三爱富', '上海', 'C 制造业', '陈彦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1401', '600637', '东方明珠', '上海', 'I 信息技术', '张炜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1402', '600638', '新黄浦', '上海', 'K 房地产', '仇瑜峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1403', '600639', '浦东金桥', '上海', 'K 房地产', '汤文侃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1404', '600640', '号百控股', '上海', 'I 信息技术', '李安民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1405', '600641', '万业企业', '上海', 'K 房地产', '朱旭东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1406', '600642', '申能股份', '上海', 'D 水电煤气', '须伟泉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1407', '600643', '爱建集团', '上海', 'J 金融业', '王均金 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1408', '600644', '乐山电力', '四川', 'D 水电煤气', '林双庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1409', '600645', '中源协和', '天津', 'M 科研服务', '李德福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1410', '600647', '同达创业', '上海', 'F 批发零售', '刘社梅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1411', '600648', '外高桥', '上海', 'F 批发零售', '上海市国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1412', '600649', '城投控股', '上海', 'K 房地产', '上海国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1413', '600650', '锦江投资', '上海', 'G 运输仓储', '邵晓明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1414', '600651', '飞乐音响', '上海', 'C 制造业', '黄金刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1415', '600652', '*ST游久', '上海', 'I 信息技术', '谢鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1416', '600653', '申华控股', '上海', 'F 批发零售', '祁玉民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1417', '600654', '*ST中安', '上海', 'I 信息技术', '王正华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1418', '600655', '豫园股份', '上海', 'F 批发零售', '徐晓亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1419', '600657', '信达地产', '北京', 'K 房地产', '丁晓杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1420', '600658', '电子城', '北京', 'K 房地产', '王岩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1421', '600660', '福耀玻璃', '福建', 'C 制造业', '曹德旺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1422', '600661', '昂立教育', '上海', 'P 教育', '周传有 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1423', '600662', '强生控股', '上海', 'G 运输仓储', '叶章毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1424', '600663', '陆家嘴', '上海', 'K 房地产', '李晋昭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1425', '600664', '哈药股份', '黑龙江', 'C 制造业', '张镇平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1426', '600665', '天地源', '上海', 'K 房地产', '袁旺家 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1427', '600666', '*ST瑞德', '重庆', 'C 制造业', '左洪波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1428', '600667', '太极实业', '江苏', 'C 制造业', '赵振元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1429', '600668', '尖峰集团', '浙江', 'C 制造业', '蒋晓萌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1430', '600671', '天目药业', '浙江', 'C 制造业', '李祖岳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1431', '600673', '东阳光', '广东', 'S 综合', '张寓帅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1432', '600674', '川投能源', '四川', 'D 水电煤气', '刘国强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1433', '600675', '中华企业', '上海', 'K 房地产', '朱嘉骏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1434', '600676', '交运股份', '上海', 'G 运输仓储', '张仁良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1435', '600677', '航天通信', '浙江', 'F 批发零售', '国务院国有资产监督管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1436', '600678', '四川金顶', '四川', 'C 制造业', '骆耀 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1437', '600679', '上海凤凰', '上海', 'C 制造业', '周卫中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1438', '600681', '百川能源', '湖北', 'D 水电煤气', '王东海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1439', '600682', '南京新百', '江苏', 'F 批发零售', '杨怀珍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1440', '600683', '京投发展', '浙江', 'K 房地产', '魏怡 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1441', '600684', '珠江实业', '广东', 'K 房地产', '答恒诚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1442', '600685', '中船防务', '广东', 'C 制造业', '韩广德 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1443', '600686', '金龙汽车', '福建', 'C 制造业', '邱志向 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1444', '600687', '*ST刚泰', '甘肃', 'C 制造业', '徐建刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1445', '600688', '上海石化', '上海', 'C 制造业', '吴海君 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1446', '600689', '上海三毛', '上海', 'C 制造业', '邹宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1447', '600690', '海尔智家', '山东', 'C 制造业', '梁海山 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1448', '600691', '阳煤化工', '四川', 'C 制造业', '冯志武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1449', '600692', '亚通股份', '上海', 'K 房地产', '张忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1450', '600693', '东百集团', '福建', 'F 批发零售', '施文义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1451', '600694', '大商股份', '辽宁', 'F 批发零售', '牛钢 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1452', '600695', '绿庭投资', '上海', 'J 金融业', '龙炼 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1453', '600696', 'ST岩石', '上海', 'K 房地产', '张佟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1454', '600697', '欧亚集团', '吉林', 'F 批发零售', '长春市人民政府国有资产监督管理');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1455', '600698', '*ST天雁', '湖南', 'C 制造业', '黄毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1456', '600699', '均胜电子', '浙江', 'C 制造业', '王剑峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1457', '600701', '*ST工新', '黑龙江', 'I 信息技术', '任会云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1458', '600702', '舍得酒业', '四川', 'C 制造业', '李强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1459', '600703', '三安光电', '湖北', 'C 制造业', '林志强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1460', '600704', '物产中大', '浙江', 'F 批发零售', '王挺革 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1461', '600705', '中航资本', '黑龙江', 'J 金融业', '录大恩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1462', '600706', '曲江文旅', '陕西', 'N 公共环保', ' 杨进 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1463', '600707', '彩虹股份', '陕西', 'C 制造业', '陈忠国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1464', '600708', '光明地产', '上海', 'K 房地产', '沈宏泽 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1465', '600710', '苏美达', '江苏', 'F 批发零售', '杨永清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1466', '600711', '盛屯矿业', '福建', 'B 采矿业', '陈东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1467', '600712', '南宁百货', '广西', 'F 批发零售', '黎军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1468', '600713', '南京医药', '江苏', 'F 批发零售', '周建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1469', '600714', '金瑞矿业', '青海', 'B 采矿业', '程国勋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1470', '600715', '文投控股', '辽宁', 'R 文化传播', '周茂非 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1471', '600716', '凤凰股份', '江苏', 'K 房地产', '周斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1472', '600717', '天津港', '天津', 'G 运输仓储', '梁永岑 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1473', '600718', '东软集团', '辽宁', 'I 信息技术', '刘积仁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1474', '600719', '大连热电', '辽宁', 'D 水电煤气', '邵阳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1475', '600720', '祁连山', '甘肃', 'C 制造业', '脱利成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1476', '600721', '*ST百花', '新疆', 'M 科研服务', '郑彩红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1477', '600722', '金牛化工', '河北', 'C 制造业', '何长海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1478', '600723', '首商股份', '北京', 'F 批发零售', '傅跃红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1479', '600724', '宁波富达', '浙江', 'K 房地产', '庄立峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1480', '600725', 'ST云维', '云南', 'C 制造业', '周先田 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1481', '600726', '*ST华源', '黑龙江', 'D 水电煤气', '国务院国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1482', '600727', '鲁北化工', '山东', 'C 制造业', '陈树常 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1483', '600728', '佳都科技', '广东', 'I 信息技术', '刘伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1484', '600729', '重庆百货', '重庆', 'F 批发零售', '何谦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1485', '600730', '中国高科', '上海', 'P 教育', '马建斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1486', '600731', '湖南海利', '湖南', 'C 制造业', '尹霖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1487', '600732', 'ST新梅', '上海', 'K 房地产', '李勇军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1488', '600733', '北汽蓝谷', '四川', 'C 制造业', '徐和谊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1489', '600734', '实达集团', '福建', 'C 制造业', '景百孚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1490', '600735', '新华锦', '山东', 'C 制造业', '张建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1491', '600736', '苏州高新', '江苏', 'K 房地产', '王星 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1492', '600737', '中粮糖业', '新疆', 'C 制造业', '夏令和 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1493', '600738', '兰州民百', '甘肃', 'F 批发零售', '张宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1494', '600739', '辽宁成大', '辽宁', 'F 批发零售', '尚书志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1495', '600740', '山西焦化', '山西', 'C 制造业', '郭文仓 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1496', '600741', '华域汽车', '上海', 'C 制造业', '陈虹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1497', '600742', '一汽富维', '吉林', 'C 制造业', '张丕杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1498', '600743', '华远地产', '北京', 'K 房地产', '北京市西城区人民政府国有资产监');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1499', '600744', '华银电力', '湖南', 'D 水电煤气', '国务院国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1500', '600745', '闻泰科技', '湖北', 'C 制造业', '张学政 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1501', '600746', '江苏索普', '江苏', 'C 制造业', '胡宗贵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1502', '600747', '*ST大控', '辽宁', 'F 批发零售', '梁军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1503', '600748', '上实发展', '上海', 'K 房地产', '曾明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1504', '600749', '西藏旅游', '西藏', 'N 公共环保', '赵金峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1505', '600750', '江中药业', '江西', 'C 制造业', '卢小青 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1506', '600751', '海航科技', '天津', 'F 批发零售', '李维艰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1507', '600753', '东方银星', '河南', 'F 批发零售', '梁衍锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1508', '600754', '锦江股份', '上海', 'H 住宿餐饮', '俞敏亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1509', '600755', '厦门国贸', '福建', 'F 批发零售', '许晓曦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1510', '600756', '浪潮软件', '山东', 'I 信息技术', '王柏华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1511', '600757', '长江传媒', '湖北', 'R 文化传播', '陈义国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1512', '600758', '红阳能源', '辽宁', 'D 水电煤气', '赵光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1513', '600759', '洲际油气', '海南', 'F 批发零售', '王文韬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1514', '600760', '中航沈飞', '山东', 'C 制造业', '郭殿满 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1515', '600761', '安徽合力', '安徽', 'C 制造业', '张德进 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1516', '600763', '通策医疗', '浙江', 'Q 卫生', '吕建明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1517', '600764', '中国海防', '北京', 'C 制造业', '范国平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1518', '600765', '中航重机', '贵州', 'C 制造业', '姬苏春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1519', '600766', '园城黄金', '山东', 'B 采矿业', '徐成义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1520', '600767', 'ST运盛', '上海', 'I 信息技术', '海乐 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1521', '600768', '宁波富邦', '浙江', 'C 制造业', '陈炜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1522', '600769', '祥龙电业', '湖北', 'E 建筑业', '董耀军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1523', '600770', '综艺股份', '江苏', 'S 综合', '昝圣达 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1524', '600771', '广誉远', '青海', 'C 制造业', '张斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1525', '600773', '西藏城投', '西藏', 'K 房地产', '朱贤麟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1526', '600774', '汉商集团', '湖北', 'F 批发零售', '张宪华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1527', '600775', '南京熊猫', '江苏', 'C 制造业', '夏徳传 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1528', '600776', '东方通信', '浙江', 'C 制造业', '郭端端 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1529', '600777', '新潮能源', '山东', 'S 综合', '刘珂 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1530', '600778', '友好集团', '新疆', 'F 批发零售', '聂如旋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1531', '600779', '水井坊', '四川', 'C 制造业', '范祥福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1532', '600780', '通宝能源', '山西', 'D 水电煤气', '李国彪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1533', '600781', '辅仁药业', '河南', 'C 制造业', '朱文臣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1534', '600782', '新钢股份', '江西', 'C 制造业', '夏文勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1535', '600783', '鲁信创投', '山东', 'S 综合', '王飚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1536', '600784', '鲁银投资', '山东', 'S 综合', '刘卫国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1537', '600785', '新华百货', '宁夏', 'F 批发零售', '曲奎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1538', '600787', '中储股份', '天津', 'G 运输仓储', '韩铁林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1539', '600789', '鲁抗医药', '山东', 'C 制造业', '山东省国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1540', '600790', '轻纺城', '浙江', 'L 商务服务', '翁桂珍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1541', '600791', '京能置业', '北京', 'K 房地产', '周建裕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1542', '600792', '云煤能源', '云南', 'C 制造业', '彭伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1543', '600793', '宜宾纸业', '四川', 'C 制造业', '易从 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1544', '600794', '保税科技', '江苏', 'G 运输仓储', '唐勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1545', '600795', '国电电力', '辽宁', 'D 水电煤气', '乔保平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1546', '600796', '钱江生化', '浙江', 'C 制造业', '高云跃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1547', '600797', '浙大网新', '浙江', 'I 信息技术', '史烈 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1548', '600798', '宁波海运', '浙江', 'G 运输仓储', '胡 敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1549', '600800', '天津磁卡', '天津', 'C 制造业', '郭锴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1550', '600801', '华新水泥', '湖北', 'C 制造业', '李叶青 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1551', '600802', '福建水泥', '福建', 'C 制造业', '王金星 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1552', '600803', '新奥股份', '河北', 'C 制造业', '王玉锁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1553', '600804', '鹏博士', '四川', 'I 信息技术', '杨学平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1554', '600805', '悦达投资', '江苏', 'S 综合', '王连春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1555', '600807', 'ST天业', '山东', 'K 房地产', '刘金辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1556', '600808', '马钢股份', '安徽', 'C 制造业', '丁毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1557', '600809', '山西汾酒', '山西', 'C 制造业', '谭忠豹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1558', '600810', '神马股份', '河南', 'C 制造业', '王良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1559', '600811', '东方集团', '黑龙江', 'F 批发零售', '孙明涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1560', '600812', '华北制药', '河北', 'C 制造业', '杨国占 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1561', '600814', '杭州解百', '浙江', 'F 批发零售', '童民强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1562', '600815', '*ST厦工', '福建', 'C 制造业', '张振斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1563', '600816', '安信信托', '上海', 'J 金融业', '王少钦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1564', '600817', 'ST宏盛', '上海', 'K 房地产', '曹中彦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1565', '600818', '中路股份', '上海', 'C 制造业', '陈闪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1566', '600819', '耀皮玻璃', '上海', 'C 制造业', '赵健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1567', '600820', '隧道股份', '上海', 'E 建筑业', '张焰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1568', '600821', '津劝业', '天津', 'F 批发零售', '天津市人民政府国有资产监督管理');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1569', '600822', '上海物贸', '上海', 'F 批发零售', '秦青林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1570', '600823', '世茂股份', '上海', 'K 房地产', '刘赛飞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1571', '600824', '益民集团', '上海', 'F 批发零售', '杨传华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1572', '600825', '新华传媒', '上海', 'R 文化传播', '陈启伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1573', '600826', '兰生股份', '上海', 'F 批发零售', '曹炜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1574', '600827', '百联股份', '上海', 'F 批发零售', '叶永明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1575', '600828', '茂业商业', '四川', 'F 批发零售', '高宏彪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1576', '600829', '人民同泰', '黑龙江', 'F 批发零售', '哈尔滨市国资委 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1577', '600830', '香溢融通', '浙江', 'L 商务服务', '邵松长 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1578', '600831', '广电网络', '陕西', 'I 信息技术', '王立强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1579', '600833', '第一医药', '上海', 'F 批发零售', '徐子瑛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1580', '600834', '申通地铁', '上海', 'G 运输仓储', '俞光耀 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1581', '600835', '上海机电', '上海', 'C 制造业', '陈嘉明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1582', '600836', '界龙实业', '上海', 'C 制造业', '费屹立 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1583', '600837', '海通证券', '上海', 'J 金融业', '周杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1584', '600838', '上海九百', '上海', 'F 批发零售', '许骍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1585', '600839', '四川长虹', '四川', 'C 制造业', '赵勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1586', '600841', '上柴股份', '上海', 'C 制造业', '蓝青松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1587', '600843', '上工申贝', '上海', 'C 制造业', '张敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1588', '600844', '丹化科技', '上海', 'C 制造业', '花峻 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1589', '600845', '宝信软件', '上海', 'I 信息技术', '夏雪松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1590', '600846', '同济科技', '上海', 'E 建筑业', '王明忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1591', '600847', '万里股份', '重庆', 'C 制造业', '莫天全 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1592', '600848', '上海临港', '上海', 'K 房地产', '袁国华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1593', '600850', '华东电脑', '上海', 'I 信息技术', '刘淮松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1594', '600851', '海欣股份', '上海', 'C 制造业', '皮展 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1595', '600853', '龙建股份', '黑龙江', 'E 建筑业', '尚云龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1596', '600854', '春兰股份', '江苏', 'C 制造业', '沈华平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1597', '600855', '航天长峰', '北京', 'C 制造业', '史燕中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1598', '600856', '中天能源', '吉林', 'D 水电煤气', '黄博 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1599', '600857', '宁波中百', '浙江', 'F 批发零售', '应飞军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1600', '600858', '银座股份', '山东', 'F 批发零售', '王志盛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1601', '600859', '王府井', '北京', 'F 批发零售', '刘毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1602', '600860', '京城股份', '北京', 'C 制造业', '王军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1603', '600861', '北京城乡', '北京', 'F 批发零售', '王禄征 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1604', '600862', '中航高科', '江苏', 'C 制造业', '李志强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1605', '600863', '内蒙华电', '内蒙古', 'D 水电煤气', '李向良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1606', '600864', '哈投股份', '黑龙江', 'J 金融业', '赵洪波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1607', '600865', '百大集团', '浙江', 'F 批发零售', '陈夏鑫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1608', '600866', '星湖科技', '广东', 'C 制造业', '陈武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1609', '600867', '通化东宝', '吉林', 'C 制造业', '冷春生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1610', '600868', '梅雁吉祥', '广东', 'D 水电煤气', '张能勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1611', '600869', '智慧能源', '青海', 'C 制造业', '蒋承志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1612', '600870', 'ST厦华', '福建', 'C 制造业', '王春芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1613', '600871', '石化油服', '江苏', 'B 采矿业', '刘中云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1614', '600872', '中炬高新', '广东', 'C 制造业', '陈琳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1615', '600873', '梅花生物', '西藏', 'C 制造业', '王爱军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1616', '600874', '创业环保', '天津', 'D 水电煤气', '刘玉军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1617', '600875', '东方电气', '四川', 'C 制造业', '邹磊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1618', '600876', '洛阳玻璃', '河南', 'C 制造业', '张冲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1619', '600877', '*ST嘉陵', '重庆', 'C 制造业', '向敏智 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1620', '600879', '航天电子', '湖北', 'C 制造业', '任德民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1621', '600880', '博瑞传播', '四川', 'R 文化传播', '母涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1622', '600881', '亚泰集团', '吉林', 'C 制造业', '宋尚龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1623', '600882', '妙可蓝多', '上海', 'C 制造业', '柴琇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1624', '600883', '博闻科技', '云南', 'C 制造业', '刘志波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1625', '600884', '杉杉股份', '浙江', 'C 制造业', '庄巍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1626', '600885', '宏发股份', '湖北', 'C 制造业', '郭满金 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1627', '600886', '国投电力', '甘肃', 'D 水电煤气', '胡刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1628', '600887', '伊利股份', '内蒙古', 'C 制造业', '潘刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1629', '600888', '新疆众和', '新疆', 'C 制造业', '孙健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1630', '600889', '南京化纤', '江苏', 'C 制造业', '丁明国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1631', '600890', '中房股份', '北京', 'K 房地产', '朱雷 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1632', '600891', '*ST秋林', '黑龙江', 'C 制造业', '李亚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1633', '600892', '大晟文化', '广东', 'I 信息技术', '周镇科 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1634', '600893', '航发动力', '陕西', 'C 制造业', '张民生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1635', '600894', '广日股份', '广东', 'C 制造业', '蔡瑞雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1636', '600895', '张江高科', '上海', 'K 房地产', '刘樱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1637', '600896', '览海投资', '海南', 'Q 卫生', '密春雷 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1638', '600897', '厦门空港', '福建', 'G 运输仓储', '张波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1639', '600898', '国美通讯', '山东', 'C 制造业', '宋林林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1640', '600900', '长江电力', '北京', 'D 水电煤气', '卢纯 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1641', '600901', '江苏租赁', '江苏', 'J 金融业', '熊先根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1642', '600903', '贵州燃气', '贵州', 'D 水电煤气', '洪鸣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1643', '600908', '无锡银行', '江苏', 'J 金融业', '邵辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1644', '600909', '华安证券', '安徽', 'J 金融业', '章宏韬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1645', '600917', '重庆燃气', '重庆', 'D 水电煤气', '王颂秋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1646', '600919', '江苏银行', '江苏', 'J 金融业', '夏平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1647', '600926', '杭州银行', '浙江', 'J 金融业', '陈震山 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1648', '600928', '西安银行', '陕西', 'J 金融业', '郭军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1649', '600929', '湖南盐业', '湖南', 'C 制造业', '冯传良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1650', '600933', '爱柯迪', '浙江', 'C 制造业', '张建成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1651', '600936', '广西广电', '广西', 'I 信息技术', '谢向阳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1652', '600939', '重庆建工', '重庆', 'E 建筑业', '魏福生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1653', '600958', '东方证券', '上海', 'J 金融业', '潘鑫军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1654', '600959', '江苏有线', '江苏', 'I 信息技术', '王国中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1655', '600960', '渤海汽车', '山东', 'C 制造业', '陈宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1656', '600961', '株冶集团', '湖南', 'C 制造业', '黄忠民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1657', '600962', '国投中鲁', '北京', 'C 制造业', '李俊喜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1658', '600963', '岳阳林纸', '湖南', 'C 制造业', '刘雨露 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1659', '600965', '福成股份', '河北', 'A 农林牧渔', '李高生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1660', '600966', '博汇纸业', '山东', 'C 制造业', '李刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1661', '600967', '内蒙一机', '内蒙古', 'C 制造业', '李全文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1662', '600968', '海油发展', '北京', 'B 采矿业', ' 霍健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1663', '600969', '郴电国际', '湖南', 'D 水电煤气', '范培顺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1664', '600970', '中材国际', '江苏', 'E 建筑业', '宋寿顺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1665', '600971', '恒源煤电', '安徽', 'B 采矿业', '邓西清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1666', '600973', '宝胜股份', '江苏', 'C 制造业', '杨泽元 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1667', '600975', '新五丰', '湖南', 'A 农林牧渔', '邱卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1668', '600976', '健民集团', '湖北', 'F 批发零售', '刘勤强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1669', '600977', '中国电影', '北京', 'R 文化传播', '喇培康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1670', '600978', '宜华生活', '广东', 'C 制造业', '刘壮超 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1671', '600979', '广安爱众', '四川', 'D 水电煤气', '张久龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1672', '600980', '北矿科技', '北京', 'C 制造业', '夏晓鸥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1673', '600981', '汇鸿集团', '江苏', 'F 批发零售', '张剑 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1674', '600982', '宁波热电', '浙江', 'D 水电煤气', '吕建伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1675', '600983', '惠而浦', '安徽', 'C 制造业', '艾小明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1676', '600984', '建设机械', '陕西', 'C 制造业', '陕西煤业化工集团有限公司 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1677', '600985', '淮北矿业', '安徽', 'C 制造业', '孙方 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1678', '600986', '科达股份', '山东', 'I 信息技术', '刘锋杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1679', '600987', '航民股份', '浙江', 'C 制造业', '杭州萧山航民村资产经营中心 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1680', '600988', '赤峰黄金', '内蒙古', 'B 采矿业', '吕晓兆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1681', '600989', '宝丰能源', '宁夏', 'C 制造业', '刘元管 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1682', '600990', '四创电子', '安徽', 'C 制造业', '陈信平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1683', '600992', '贵绳股份', '贵州', 'C 制造业', '王小刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1684', '600993', '马应龙', '湖北', 'F 批发零售', '陈平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1685', '600995', '文山电力', '云南', 'D 水电煤气', '黄兴仓 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1686', '600996', '贵广网络', '贵州', 'I 信息技术', '刘文岚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1687', '600997', '开滦股份', '河北', 'C 制造业', '张建公 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1688', '600998', '九州通', '湖北', 'F 批发零售', '刘宝林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1689', '600999', '招商证券', '广东', 'J 金融业', '霍达 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1690', '601000', '唐山港', '河北', 'G 运输仓储', '宣国宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1691', '601001', '大同煤业', '山西', 'B 采矿业', '武望国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1692', '601002', '晋亿实业', '浙江', 'C 制造业', '蔡永龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1693', '601003', '柳钢股份', '广西', 'C 制造业', '陈有升 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1694', '601005', '重庆钢铁', '重庆', 'C 制造业', '周竹平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1695', '601006', '大秦铁路', '山西', 'G 运输仓储', '程先东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1696', '601007', '金陵饭店', '江苏', 'H 住宿餐饮', '李茜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1697', '601008', '连云港', '江苏', 'G 运输仓储', '李春宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1698', '601009', '南京银行', '江苏', 'J 金融业', '胡升荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1699', '601010', '文峰股份', '江苏', 'F 批发零售', '陈松林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1700', '601011', '宝泰隆', '黑龙江', 'C 制造业', '焦云 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1701', '601012', '隆基股份', '陕西', 'C 制造业', '李振国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1702', '601015', '陕西黑猫', '陕西', 'C 制造业', '李保平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1703', '601016', '节能风电', '北京', 'D 水电煤气', '刘斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1704', '601018', '宁波港', '浙江', 'G 运输仓储', '毛剑宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1705', '601019', '山东出版', '山东', 'R 文化传播', '张志华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1706', '601020', '华钰矿业', '西藏', 'B 采矿业', '刘建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1707', '601021', '春秋航空', '上海', 'G 运输仓储', '王煜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1708', '601028', '玉龙股份', '江苏', 'C 制造业', '王美 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1709', '601038', '一拖股份', '河南', 'C 制造业', '赵剡水 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1710', '601058', '赛轮轮胎', '山东', 'C 制造业', '袁仲雪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1711', '601066', '中信建投', '北京', 'J 金融业', '王常青 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1712', '601068', '中铝国际', '北京', 'E 建筑业', '武建强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1713', '601069', '西部黄金', '新疆', 'B 采矿业', '张国华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1714', '601086', '国芳集团', '甘肃', 'F 批发零售', '张国芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1715', '601088', '中国神华', '北京', 'B 采矿业', '凌文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1716', '601098', '中南传媒', '湖南', 'R 文化传播', '龚曙光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1717', '601099', '太平洋', '云南', 'J 金融业', '李长伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1718', '601100', '恒立液压', '江苏', 'C 制造业', '汪立平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1719', '601101', '昊华能源', '北京', 'B 采矿业', '耿养谋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1720', '601106', '中国一重', '黑龙江', 'C 制造业', '赵刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1721', '601107', '四川成渝', '四川', 'G 运输仓储', '周黎明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1722', '601108', '财通证券', '浙江', 'J 金融业', '陆建强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1723', '601111', '中国国航', '北京', 'G 运输仓储', '中国航空集团公司 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1724', '601113', '华鼎股份', '浙江', 'C 制造业', '丁尔民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1725', '601116', '三江购物', '浙江', 'F 批发零售', '陈念慈 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1726', '601117', '中国化学', '北京', 'E 建筑业', '戴和根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1727', '601118', '海南橡胶', '海南', 'A 农林牧渔', '王任飞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1728', '601126', '四方股份', '北京', 'C 制造业', '高秀环 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1729', '601127', '小康股份', '重庆', 'C 制造业', '张兴海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1730', '601128', '常熟银行', '江苏', 'J 金融业', '宋建明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1731', '601137', '博威合金', '浙江', 'C 制造业', '谢识才 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1732', '601138', '工业富联', '广东', 'C 制造业', '李军旗 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1733', '601139', '深圳燃气', '广东', 'D 水电煤气', '李真 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1734', '601155', '新城控股', '江苏', 'K 房地产', '王振华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1735', '601158', '重庆水务', '重庆', 'D 水电煤气', '王世安 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1736', '601162', '天风证券', '湖北', 'J 金融业', '余磊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1737', '601163', '三角轮胎', '山东', 'C 制造业', '丁木 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1738', '601166', '兴业银行', '福建', 'J 金融业', '高建平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1739', '601168', '西部矿业', '青海', 'B 采矿业', '张永利 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1740', '601169', '北京银行', '北京', 'J 金融业', '张东宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1741', '601177', '杭齿前进', '浙江', 'C 制造业', '冯光 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1742', '601179', '中国西电', '陕西', 'C 制造业', '白忠泉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1743', '601186', '中国铁建', '北京', 'E 建筑业', '孟凤朝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1744', '601188', '龙江交通', '黑龙江', 'G 运输仓储', '孙熠嵩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1745', '601198', '东兴证券', '北京', 'J 金融业', '魏庆华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1746', '601199', '江南水务', '江苏', 'D 水电煤气', '龚国贤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1747', '601200', '上海环境', '上海', 'N 公共环保', '颜晓斐 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1748', '601208', '东材科技', '四川', 'C 制造业', '于少波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1749', '601211', '国泰君安', '上海', 'J 金融业', '杨德红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1750', '601212', '白银有色', '甘肃', 'C 制造业', '张锦林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1751', '601216', '君正集团', '内蒙古', 'C 制造业', '黄辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1752', '601218', '吉鑫科技', '江苏', 'C 制造业', '包士金 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1753', '601222', '林洋能源', '江苏', 'C 制造业', '陆永华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1754', '601225', '陕西煤业', '陕西', 'B 采矿业', '杨照乾 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1755', '601226', '华电重工', '北京', 'M 科研服务', '孙青松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1756', '601228', '广州港', '广东', 'G 运输仓储', '蔡锦龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1757', '601229', '上海银行', '上海', 'J 金融业', '金煜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1758', '601231', '环旭电子', '上海', 'C 制造业', '陈昌益 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1759', '601233', '桐昆股份', '浙江', 'C 制造业', '陈士良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1760', '601236', '红塔证券', '云南', 'J 金融业', '李素明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1761', '601238', '广汽集团', '广东', 'C 制造业', '曾庆洪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1762', '601258', '庞大集团', '河北', 'F 批发零售', '庞庆华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1763', '601288', '农业银行', '北京', 'J 金融业', '周慕冰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1764', '601298', '青岛港', '山东', 'G 运输仓储', '李奉利 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1765', '601311', '骆驼股份', '湖北', 'C 制造业', '刘国本 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1766', '601318', '中国平安', '广东', 'J 金融业', '马明哲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1767', '601319', '中国人保', '北京', 'J 金融业', '缪建民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1768', '601326', '秦港股份', '河北', 'G 运输仓储', '曹子玉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1769', '601328', '交通银行', '上海', 'J 金融业', '彭纯 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1770', '601330', '绿色动力', '广东', 'N 公共环保', '直军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1771', '601333', '广深铁路', '广东', 'G 运输仓储', '武勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1772', '601336', '新华保险', '北京', 'J 金融业', '万峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1773', '601339', '百隆东方', '浙江', 'C 制造业', '杨卫新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1774', '601360', '三六零', '江苏', 'I 信息技术', '周鸿祎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1775', '601366', '利群股份', '山东', 'F 批发零售', '徐恭藻 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1776', '601368', '绿城水务', '广西', 'D 水电煤气', '黄东海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1777', '601369', '陕鼓动力', '陕西', 'C 制造业', '李宏安 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1778', '601375', '中原证券', '河南', 'J 金融业', '菅明军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1779', '601377', '兴业证券', '福建', 'J 金融业', '杨华辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1780', '601388', '怡球资源', '江苏', 'C 制造业', '黄崇胜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1781', '601390', '中国中铁', '北京', 'E 建筑业', '李长进 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1782', '601398', '工商银行', '北京', 'J 金融业', '易会满 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1783', '601500', '通用股份', '江苏', 'C 制造业', '顾萃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1784', '601515', '东风股份', '广东', 'C 制造业', '黄晓佳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1785', '601518', '吉林高速', '吉林', 'G 运输仓储', '郝晶祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1786', '601519', '大智慧', '上海', 'I 信息技术', '张志宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1787', '601555', '东吴证券', '江苏', 'J 金融业', '范力 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1788', '601558', 'ST锐电', '北京', 'C 制造业', '-');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1789', '601566', '九牧王', '福建', 'C 制造业', '林聪颖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1790', '601567', '三星医疗', '浙江', 'C 制造业', '郑坚江 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1791', '601577', '长沙银行', '湖南', 'J 金融业', '朱玉国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1792', '601579', '会稽山', '浙江', 'C 制造业', '金建顺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1793', '601588', '北辰实业', '北京', 'K 房地产', '贺江川 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1794', '601595', '上海电影', '上海', 'R 文化传播', '任仲伦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1795', '601598', '中国外运', '北京', 'G 运输仓储', '李关鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1796', '601599', '鹿港文化', '江苏', 'C 制造业', '钱文龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1797', '601600', '中国铝业', '北京', 'C 制造业', '国务院国有资产监督管理委员会 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1798', '601601', '中国太保', '上海', 'J 金融业', '孔庆伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1799', '601606', '长城军工', '安徽', 'C 制造业', '王本河 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1800', '601607', '上海医药', '上海', 'F 批发零售', '周军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1801', '601608', '中信重工', '河南', 'C 制造业', '俞章法 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1802', '601611', '中国核建', '北京', 'E 建筑业', '李晓明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1803', '601615', '明阳智能', '广东', 'C 制造业', ' 张传卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1804', '601616', '广电电气', '上海', 'C 制造业', '赵淑文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1805', '601618', '中国中冶', '北京', 'E 建筑业', '国文清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1806', '601619', '嘉泽新能', '宁夏', 'D 水电煤气', '陈波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1807', '601628', '中国人寿', '北京', 'J 金融业', '王滨 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1808', '601633', '长城汽车', '河北', 'C 制造业', '魏建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1809', '601636', '旗滨集团', '湖南', 'C 制造业', '姚培武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1810', '601666', '平煤股份', '河南', 'B 采矿业', '潘树启 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1811', '601668', '中国建筑', '北京', 'E 建筑业', '官庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1812', '601669', '中国电建', '北京', 'E 建筑业', '晏志勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1813', '601677', '明泰铝业', '河南', 'C 制造业', '马廷义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1814', '601678', '滨化股份', '山东', 'C 制造业', '张忠正 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1815', '601688', '华泰证券', '江苏', 'J 金融业', '周易 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1816', '601689', '拓普集团', '浙江', 'C 制造业', '邬建树 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1817', '601698', '中国卫通', '北京', 'I 信息技术', '李忠宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1818', '601699', '潞安环能', '山西', 'B 采矿业', '山西省人民政府国有资产监督管理');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1819', '601700', '风范股份', '江苏', 'C 制造业', '范建刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1820', '601717', '郑煤机', '河南', 'C 制造业', '焦承尧 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1821', '601718', '际华集团', '北京', 'C 制造业', '李义岭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1822', '601727', '上海电气', '上海', 'C 制造业', '郑建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1823', '601766', '中国中车', '北京', 'C 制造业', '刘化龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1824', '601777', '力帆股份', '重庆', 'C 制造业', '牟刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1825', '601788', '光大证券', '上海', 'J 金融业', '周健男 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1826', '601789', '宁波建工', '浙江', 'E 建筑业', '徐文卫 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1827', '601798', 'ST蓝科', '甘肃', 'C 制造业', '张延丰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1828', '601799', '星宇股份', '江苏', 'C 制造业', '周晓萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1829', '601800', '中国交建', '北京', 'E 建筑业', '刘起涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1830', '601801', '皖新传媒', '安徽', 'R 文化传播', '吴文胜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1831', '601808', '中海油服', '天津', 'B 采矿业', '齐美胜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1832', '601811', '新华文轩', '四川', 'R 文化传播', '何志勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1833', '601818', '光大银行', '北京', 'J 金融业', '李晓鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1834', '601828', '美凯龙', '上海', 'L 商务服务', '车建兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1835', '601838', '成都银行', '四川', 'J 金融业', '王晖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1836', '601857', '中国石油', '北京', 'B 采矿业', '王宜林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1837', '601858', '中国科传', '北京', 'R 文化传播', '林鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1838', '601860', '紫金银行', '江苏', 'J 金融业', '张小军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1839', '601865', '福莱特', '浙江', 'C 制造业', '阮洪良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1840', '601866', '中远海发', '上海', 'G 运输仓储', '孙月英 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1841', '601869', '长飞光纤', '湖北', 'C 制造业', '马杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1842', '601872', '招商轮船', '上海', 'G 运输仓储', '苏新刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1843', '601877', '正泰电器', '浙江', 'C 制造业', '南存辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1844', '601878', '浙商证券', '浙江', 'J 金融业', '吴承根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1845', '601880', '大连港', '辽宁', 'G 运输仓储', '张乙明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1846', '601881', '中国银河', '北京', 'J 金融业', '陈共炎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1847', '601882', '海天精工', '浙江', 'C 制造业', '张静章 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1848', '601886', '江河集团', '北京', 'E 建筑业', '刘载望 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1849', '601888', '中国国旅', '北京', 'L 商务服务', '李刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1850', '601890', '亚星锚链', '江苏', 'C 制造业', '陶安祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1851', '601898', '中煤能源', '北京', 'B 采矿业', '李延江 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1852', '601899', '紫金矿业', '福建', 'B 采矿业', '陈景河 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1853', '601900', '南方传媒', '广东', 'R 文化传播', '谭君铁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1854', '601901', '方正证券', '湖南', 'J 金融业', '施华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1855', '601908', '京运通', '北京', 'C 制造业', '冯焕培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1856', '601918', '新集能源', '安徽', 'B 采矿业', '陈培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1857', '601919', '中远海控', '天津', 'G 运输仓储', '公司董事长 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1858', '601928', '凤凰传媒', '江苏', 'R 文化传播', '梁勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1859', '601929', '吉视传媒', '吉林', 'I 信息技术', '王胜杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1860', '601933', '永辉超市', '福建', 'F 批发零售', '张轩松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1861', '601939', '建设银行', '北京', 'J 金融业', '田国立 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1862', '601949', '中国出版', '北京', 'R 文化传播', '谭跃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1863', '601877', '正泰电器', '浙江', 'C 制造业', '南存辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1864', '601878', '浙商证券', '浙江', 'J 金融业', '吴承根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1865', '601880', '大连港', '辽宁', 'G 运输仓储', '张乙明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1866', '601881', '中国银河', '北京', 'J 金融业', '陈共炎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1867', '601882', '海天精工', '浙江', 'C 制造业', '张静章 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1868', '601886', '江河集团', '北京', 'E 建筑业', '刘载望 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1869', '601888', '中国国旅', '北京', 'L 商务服务', '李刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1870', '601890', '亚星锚链', '江苏', 'C 制造业', '陶安祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1871', '601898', '中煤能源', '北京', 'B 采矿业', '李延江 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1872', '601899', '紫金矿业', '福建', 'B 采矿业', '陈景河 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1873', '601900', '南方传媒', '广东', 'R 文化传播', '谭君铁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1874', '601901', '方正证券', '湖南', 'J 金融业', '施华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1875', '601908', '京运通', '北京', 'C 制造业', '冯焕培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1876', '601918', '新集能源', '安徽', 'B 采矿业', '陈培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1877', '601919', '中远海控', '天津', 'G 运输仓储', '公司董事长 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1878', '601928', '凤凰传媒', '江苏', 'R 文化传播', '梁勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1879', '601929', '吉视传媒', '吉林', 'I 信息技术', '王胜杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1880', '601933', '永辉超市', '福建', 'F 批发零售', '张轩松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1881', '601939', '建设银行', '北京', 'J 金融业', '田国立 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1882', '601949', '中国出版', '北京', 'R 文化传播', '谭跃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1883', '601952', '苏垦农发', '江苏', 'C 制造业', '胡兆辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1884', '601958', '金钼股份', '陕西', 'B 采矿业', '程方方 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1885', '601965', '中国汽研', '重庆', 'C 制造业', '李开国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1886', '601966', '玲珑轮胎', '山东', 'C 制造业', '王锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1887', '601968', '宝钢包装', '上海', 'C 制造业', '曹清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1888', '601969', '海南矿业', '海南', 'B 采矿业', '刘明东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1889', '601975', '招商南油', '江苏', 'G 运输仓储', '张保良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1890', '601985', '中国核电', '北京', 'D 水电煤气', '陈桦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1891', '601988', '中国银行', '北京', 'J 金融业', '陈四清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1892', '601989', '中国重工', '北京', 'C 制造业', '姜仁锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1893', '601990', '南京证券', '江苏', 'J 金融业', '步国旬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1894', '601991', '大唐发电', '北京', 'D 水电煤气', '陈进行 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1895', '601992', '金隅集团', '北京', 'C 制造业', '姜德义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1896', '601996', '丰林集团', '广西', 'C 制造业', '刘一川 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1897', '601997', '贵阳银行', '贵州', 'J 金融业', '陈宗权 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1898', '601998', '中信银行', '北京', 'J 金融业', '李庆萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1899', '601999', '出版传媒', '辽宁', 'R 文化传播', '杨建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1900', '603000', '人民网', '北京', 'I 信息技术', '叶蓁蓁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1901', '603001', '奥康国际', '浙江', 'C 制造业', '王振滔 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1902', '603002', '宏昌电子', '广东', 'C 制造业', '林瑞荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1903', '603003', '龙宇燃油', '上海', 'F 批发零售', '俆增增 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1904', '603005', '晶方科技', '江苏', 'C 制造业', '王蔚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1905', '603006', '联明股份', '上海', 'C 制造业', '徐涛明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1906', '603007', '花王股份', '江苏', 'E 建筑业', '肖国强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1907', '603008', '喜临门', '浙江', 'C 制造业', '陈阿裕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1908', '603009', '北特科技', '上海', 'C 制造业', '靳坤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1909', '603010', '万盛股份', '浙江', 'C 制造业', '高献国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1910', '603011', '合锻智能', '安徽', 'C 制造业', '严建文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1911', '603012', '创力集团', '上海', 'C 制造业', '石华辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1912', '603013', '亚普股份', '江苏', 'C 制造业', '郝建 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1913', '603015', '弘讯科技', '浙江', 'C 制造业', '熊钰麟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1914', '603016', '新宏泰', '江苏', 'C 制造业', '赵敏海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1915', '603017', '中衡设计', '江苏', 'M 科研服务', '冯正功 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1916', '603018', '中设集团', '江苏', 'M 科研服务', '杨卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1917', '603019', '中科曙光', '天津', 'C 制造业', '历军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1918', '603020', '爱普股份', '上海', 'C 制造业', '魏中浩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1919', '603021', '山东华鹏', '山东', 'C 制造业', '张德华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1920', '603022', '新通联', '上海', 'C 制造业', '曹文洁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1921', '603023', '威帝股份', '黑龙江', 'C 制造业', '陈振华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1922', '603025', '大豪科技', '北京', 'C 制造业', '郑建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1923', '603026', '石大胜华', '山东', 'C 制造业', '郭天明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1924', '603027', '千禾味业', '四川', 'C 制造业', '伍超群 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1925', '603028', '赛福天', '江苏', 'C 制造业', '崔志强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1926', '603029', '天鹅股份', '山东', 'C 制造业', '王新亭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1927', '603030', '全筑股份', '上海', 'E 建筑业', '朱斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1928', '603031', '安德利', '安徽', 'F 批发零售', '陈学高 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1929', '603032', '德新交运', '新疆', 'G 运输仓储', '宋国强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1930', '603033', '三维股份', '浙江', 'C 制造业', '叶继跃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1931', '603035', '常熟汽饰', '江苏', 'C 制造业', '罗小春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1932', '603036', '如通股份', '江苏', 'C 制造业', '曹彩红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1933', '603037', '凯众股份', '上海', 'C 制造业', '杨颖韬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1934', '603038', '华立股份', '广东', 'C 制造业', '谭洪汝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1935', '603039', '泛微网络', '上海', 'I 信息技术', '韦利东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1936', '603040', '新坐标', '浙江', 'C 制造业', '徐纳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1937', '603041', '美思德', '江苏', 'C 制造业', '孙宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1938', '603042', '华脉科技', '江苏', 'C 制造业', '胥爱民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1939', '603043', '广州酒家', '广东', 'C 制造业', '徐伟兵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1940', '603045', '福达合金', '浙江', 'C 制造业', '王达武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1941', '603050', '科林电气', '河北', 'C 制造业', '张成锁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1942', '603055', '台华新材', '浙江', 'C 制造业', '施清岛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1943', '603056', '德邦股份', '上海', 'G 运输仓储', '崔维星 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1944', '603058', '永吉股份', '贵州', 'C 制造业', '邓维加 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1945', '603059', '倍加洁', '江苏', 'C 制造业', '张文生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1946', '603060', '国检集团', '北京', 'M 科研服务', '姚燕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1947', '603063', '禾望电气', '广东', 'C 制造业', '韩玉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1948', '603066', '音飞储存', '江苏', 'G 运输仓储', '金跃跃 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1949', '603067', '振华股份', '湖北', 'C 制造业', '蔡再华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1950', '603068', '博通集成', '上海', 'C 制造业', 'PENGFEI ZHANG ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1951', '603069', '海汽集团', '海南', 'G 运输仓储', '姜宏涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1952', '603076', '乐惠国际', '浙江', 'C 制造业', '黄粤宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1953', '603077', '和邦生物', '四川', 'C 制造业', '曾小平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1954', '603078', '江化微', '江苏', 'C 制造业', '殷福华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1955', '603079', '圣达生物', '浙江', 'C 制造业', '洪爱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1956', '603080', '新疆火炬', '新疆', 'D 水电煤气', '陈志龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1957', '603081', '大丰实业', '浙江', 'C 制造业', '丰华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1958', '603083', '剑桥科技', '上海', 'C 制造业', 'Gerald G Wong ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1959', '603085', '天成自控', '浙江', 'C 制造业', '陈邦锐 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1960', '603086', '先达股份', '山东', 'C 制造业', '王现全 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1961', '603088', '宁波精达', '浙江', 'C 制造业', '郑良才 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1962', '603089', '正裕工业', '浙江', 'C 制造业', '郑念辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1963', '603090', '宏盛股份', '江苏', 'C 制造业', '钮法清 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1964', '603096', '新经典', '天津', 'R 文化传播', '陈李平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1965', '603098', '森特股份', '北京', 'E 建筑业', '刘爱森 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1966', '603099', '长白山', '吉林', 'N 公共环保', '王昆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1967', '603100', '川仪股份', '重庆', 'C 制造业', '吴朋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1968', '603101', '汇嘉时代', '新疆', 'F 批发零售', '潘锦海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1969', '603103', '横店影视', '浙江', 'R 文化传播', '徐天福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1970', '603105', '芯能科技', '浙江', 'C 制造业', '张利忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1971', '603106', '恒银金融', '天津', 'C 制造业', '江浩然 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1972', '603108', '润达医疗', '上海', 'F 批发零售', '刘辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1973', '603110', '东方材料', '浙江', 'C 制造业', '樊家驹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1974', '603111', '康尼机电', '江苏', 'C 制造业', '陈颖奇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1975', '603113', '金能科技', '山东', 'C 制造业', '秦庆平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1976', '603116', '红蜻蜓', '浙江', 'C 制造业', '钱金波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1977', '603117', '万林物流', '江苏', 'L 商务服务', '黄保忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1978', '603118', '共进股份', '广东', 'C 制造业', '汪大维 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1979', '603121', '华培动力', '上海', 'C 制造业', '吴怀磊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1980', '603123', '翠微股份', '北京', 'F 批发零售', '匡振兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1981', '603126', '中材节能', '天津', 'M 科研服务', '张奇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1982', '603127', '昭衍新药', '北京', 'M 科研服务', '冯宇霞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1983', '603128', '华贸物流', '上海', 'G 运输仓储', '朱碧新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1984', '603129', '春风动力', '浙江', 'C 制造业', '赖国贵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1985', '603131', '上海沪工', '上海', 'C 制造业', '舒宏瑞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1986', '603133', '碳元科技', '江苏', 'C 制造业', '徐世中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1987', '603136', '天目湖', '江苏', 'N 公共环保', '孟广才 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1988', '603138', '海量数据', '北京', 'I 信息技术', '陈志敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1989', '603139', '康惠制药', '陕西', 'C 制造业', '王延岭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1990', '603156', '养元饮品', '河北', 'C 制造业', '姚奎章 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1991', '603157', '拉夏贝尔', '上海', 'C 制造业', '邢加兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1992', '603158', '腾龙股份', '江苏', 'C 制造业', '蒋学真 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1993', '603159', '上海亚虹', '上海', 'C 制造业', '谢亚明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1994', '603160', '汇顶科技', '广东', 'C 制造业', '张帆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1995', '603161', '科华控股', '江苏', 'C 制造业', '陈洪民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1996', '603165', '荣晟环保', '浙江', 'C 制造业', '冯荣华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1997', '603166', '福达股份', '广西', 'C 制造业', '黎福超 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1998', '603167', '渤海轮渡', '山东', 'G 运输仓储', '杨卫新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('1999', '603168', '莎普爱思', '浙江', 'C 制造业', '陈德康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2000', '603169', '兰石重装', '甘肃', 'C 制造业', '张璞临 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2001', '603177', '德创环保', '浙江', 'N 公共环保', '金猛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2002', '603178', '圣龙股份', '浙江', 'C 制造业', '罗玉龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2003', '603179', '新泉股份', '江苏', 'C 制造业', '唐志华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2004', '603180', '金牌厨柜', '福建', 'C 制造业', '潘孝贞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2005', '603181', '皇马科技', '浙江', 'C 制造业', '王伟松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2006', '603183', '建研院', '江苏', 'M 科研服务', '吴小翔 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2007', '603185', '上机数控', '江苏', 'C 制造业', '杨建良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2008', '603186', '华正新材', '浙江', 'C 制造业', '刘涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2009', '603187', '海容冷链', '山东', 'C 制造业', '邵伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2010', '603188', '亚邦股份', '江苏', 'C 制造业', '许旭东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2011', '603189', '网达软件', '上海', 'I 信息技术', '冯达 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2012', '603192', '汇得科技', '上海', 'C 制造业', '钱建中 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2013', '603196', '日播时尚', '上海', 'C 制造业', '王卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2014', '603197', '保隆科技', '上海', 'C 制造业', '陈洪凌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2015', '603198', '迎驾贡酒', '安徽', 'C 制造业', '倪永培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2016', '603199', '九华旅游', '安徽', 'N 公共环保', '舒畅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2017', '603200', '上海洗霸', '上海', 'N 公共环保', '王炜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2018', '603203', '快克股份', '江苏', 'C 制造业', '戚国强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2019', '603208', '江山欧派', '浙江', 'C 制造业', '吴水根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2020', '603214', '爱婴室', '上海', 'F 批发零售', '施琼 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2021', '603217', '元利科技', '山东', 'C 制造业', '刘修华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2022', '603218', '日月股份', '浙江', 'C 制造业', '傅明康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2023', '603220', '贝通信', '湖北', 'I 信息技术', '李六兵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2024', '603222', '济民制药', '浙江', 'C 制造业', '李丽莎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2025', '603223', '恒通股份', '山东', 'G 运输仓储', '刘振东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2026', '603225', '新凤鸣', '浙江', 'C 制造业', '庄奎龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2027', '603226', '菲林格尔', '上海', 'C 制造业', 'JURGEN VOHRINGER ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2028', '603227', '雪峰科技', '新疆', 'C 制造业', '康健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2029', '603228', '景旺电子', '广东', 'C 制造业', '刘绍柏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2030', '603229', '奥翔药业', '浙江', 'C 制造业', '郑志国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2031', '603232', '格尔软件', '上海', 'I 信息技术', '孔令钢 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2032', '603233', '大参林', '广东', 'F 批发零售', '柯云峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2033', '603236', '移远通信', '上海', 'C 制造业', '钱鹏鹤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2034', '603238', '诺邦股份', '浙江', 'C 制造业', '任建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2035', '603239', '浙江仙通', '浙江', 'C 制造业', '李起富 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2036', '603258', '电魂网络', '浙江', 'I 信息技术', '胡建平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2037', '603259', '药明康德', '江苏', 'M 科研服务', 'GE LI(李革) ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2038', '603260', '合盛硅业', '浙江', 'C 制造业', '罗立国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2039', '603266', '天龙股份', '浙江', 'C 制造业', '胡建立 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2040', '603267', '鸿远电子', '北京', 'C 制造业', '郑红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2041', '603268', '松发股份', '广东', 'C 制造业', '徐鸣镝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2042', '603269', '海鸥股份', '江苏', 'C 制造业', '金敖大 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2043', '603277', '银都股份', '浙江', 'C 制造业', '周俊杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2044', '603278', '大业股份', '山东', 'C 制造业', '窦勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2045', '603283', '赛腾股份', '江苏', 'C 制造业', '孙丰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2046', '603286', '日盈电子', '江苏', 'C 制造业', '是蓉珠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2047', '603288', '海天味业', '广东', 'C 制造业', '庞康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2048', '603289', '泰瑞机器', '浙江', 'C 制造业', '郑建国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2049', '603297', '永新光学', '浙江', 'C 制造业', '曹其东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2050', '603298', '杭叉集团', '浙江', 'C 制造业', '赵礼敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2051', '603299', '苏盐井神', '江苏', 'C 制造业', '吴旭峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2052', '603300', '华铁科技', '浙江', 'L 商务服务', '胡丹锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2053', '603301', '振德医疗', '浙江', 'C 制造业', '鲁建国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2054', '603303', '得邦照明', '浙江', 'C 制造业', '倪强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2055', '603305', '旭升股份', '浙江', 'C 制造业', '徐旭东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2056', '603306', '华懋科技', '福建', 'C 制造业', '张初全 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2057', '603308', '应流股份', '安徽', 'C 制造业', '杜应流 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2058', '603309', '维力医疗', '广东', 'C 制造业', '韩广源 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2059', '603311', '金海环境', '浙江', 'C 制造业', '丁宏广 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2060', '603313', '梦百合', '江苏', 'C 制造业', '倪张根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2061', '603315', '福鞍股份', '辽宁', 'C 制造业', '石鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2062', '603316', '诚邦股份', '浙江', 'E 建筑业', '方利强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2063', '603317', '天味食品', '四川', 'C 制造业', '邓文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2064', '603318', '派思股份', '辽宁', 'C 制造业', '尚智勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2065', '603319', '湘油泵', '湖南', 'C 制造业', '许仲秋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2066', '603320', '迪贝电气', '浙江', 'C 制造业', '吴建荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2067', '603321', '梅轮电梯', '浙江', 'C 制造业', '钱雪林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2068', '603322', '超讯通信', '广东', 'I 信息技术', '梁建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2069', '603323', '苏农银行', '江苏', 'J 金融业', '魏礼亚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2070', '603326', '我乐家居', '江苏', 'C 制造业', '<NAME> ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2071', '603327', '福蓉科技', '四川', 'C 制造业', '张景忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2072', '603328', '依顿电子', '广东', 'C 制造业', '李永强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2073', '603329', '上海雅仕', '上海', 'G 运输仓储', '孙望平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2074', '603330', '上海天洋', '上海', 'C 制造业', '李哲龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2075', '603331', '百达精工', '浙江', 'C 制造业', '施小友 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2076', '603332', '苏州龙杰', '江苏', 'C 制造业', '席文杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2077', '603333', '尚纬股份', '四川', 'C 制造业', '盛业武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2078', '603335', '迪生力', '广东', 'C 制造业', '赵瑞贞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2079', '603336', '宏辉果蔬', '广东', 'C 制造业', '黄俊辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2080', '603337', '杰克股份', '浙江', 'C 制造业', '赵新庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2081', '603338', '浙江鼎力', '浙江', 'C 制造业', '许树根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2082', '603339', '四方科技', '江苏', 'C 制造业', '黄杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2083', '603345', '安井食品', '福建', 'C 制造业', '刘鸣鸣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2084', '603348', '文灿股份', '广东', 'C 制造业', '唐杰雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2085', '603351', '威尔药业', '江苏', 'C 制造业', '吴仁荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2086', '603355', '莱克电气', '江苏', 'C 制造业', '倪祖根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2087', '603356', '华菱精工', '安徽', 'C 制造业', '黄业华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2088', '603357', '设计总院', '安徽', 'M 科研服务', '王吉双 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2089', '603358', '华达科技', '江苏', 'C 制造业', '陈竞宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2090', '603359', '东珠生态', '江苏', 'E 建筑业', '章建良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2091', '603360', '百傲化学', '辽宁', 'C 制造业', '刘宪武 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2092', '603363', '傲农生物', '福建', 'C 制造业', '吴有林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2093', '603365', '水星家纺', '上海', 'C 制造业', '李裕陆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2094', '603366', '日出东方', '江苏', 'C 制造业', '徐新建 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2095', '603367', '辰欣药业', '山东', 'C 制造业', '杜振新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2096', '603368', '柳药股份', '广西', 'F 批发零售', '朱朝阳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2097', '603369', '今世缘', '江苏', 'C 制造业', '周素明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2098', '603377', '东方时尚', '北京', 'P 教育', '徐雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2099', '603378', '亚士创能', '上海', 'C 制造业', '李金钟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2100', '603379', '三美股份', '浙江', 'C 制造业', '胡淇翔 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2101', '603380', '易德龙', '江苏', 'C 制造业', '钱新栋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2102', '603383', '顶点软件', '福建', 'I 信息技术', '严孟宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2103', '603385', '惠达卫浴', '河北', 'C 制造业', '王惠文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2104', '603386', '广东骏亚', '广东', 'C 制造业', '叶晓彬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2105', '603387', '基蛋生物', '江苏', 'C 制造业', '苏恩本 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2106', '603388', '元成股份', '浙江', 'E 建筑业', '祝昌人 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2107', '603389', '亚振家居', '江苏', 'C 制造业', '高伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2108', '603393', '新天然气', '新疆', 'D 水电煤气', '明再富 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2109', '603396', '金辰股份', '辽宁', 'C 制造业', '李义升 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2110', '603398', '邦宝益智', '广东', 'C 制造业', '吴锭辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2111', '603399', '吉翔股份', '辽宁', 'C 制造业', '沈杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2112', '603416', '信捷电气', '江苏', 'C 制造业', '李新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2113', '603421', '鼎信通讯', '山东', 'I 信息技术', '曾繁忆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2114', '603429', '集友股份', '安徽', 'C 制造业', '徐善水 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2115', '603444', '吉比特', '福建', 'I 信息技术', '卢竑岩 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2116', '603456', '九洲药业', '浙江', 'C 制造业', '花莉蓉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2117', '603458', '勘设股份', '贵州', 'M 科研服务', '漆贵荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2118', '603466', '风语筑', '上海', 'R 文化传播', '李晖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2119', '603477', '振静股份', '四川', 'C 制造业', '贺正刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2120', '603486', '科沃斯', '江苏', 'C 制造业', '庄建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2121', '603488', '展鹏科技', '江苏', 'C 制造业', '金培荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2122', '603496', '恒为科技', '上海', 'C 制造业', '沈振宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2123', '603499', '翔港科技', '上海', 'C 制造业', '董建军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2124', '603500', '祥和实业', '浙江', 'C 制造业', '汤友钱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2125', '603501', '韦尔股份', '上海', 'C 制造业', '马剑秋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2126', '603505', '金石资源', '浙江', 'B 采矿业', '王锦华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2127', '603506', '南都物业', '浙江', 'K 房地产', '韩芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2128', '603507', '振江股份', '江苏', 'C 制造业', '胡震 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2129', '603508', '思维列控', '河南', 'C 制造业', '李欣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2130', '603515', '欧普照明', '上海', 'C 制造业', '王耀海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2131', '603516', '淳中科技', '北京', 'C 制造业', '何仕达 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2132', '603517', '绝味食品', '湖南', 'C 制造业', '戴文军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2133', '603518', '锦泓集团', '江苏', 'C 制造业', '王致勤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2134', '603519', '立霸股份', '江苏', 'C 制造业', '卢凤仙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2135', '603520', '司太立', '浙江', 'C 制造业', '胡锦生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2136', '603527', '众源新材', '安徽', 'C 制造业', '封全虎 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2137', '603528', '多伦科技', '江苏', 'C 制造业', '章安强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2138', '603533', '掌阅科技', '北京', 'I 信息技术', '成湘均 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2139', '603535', '嘉诚国际', '广东', 'G 运输仓储', '段容文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2140', '603536', '惠发股份', '山东', 'C 制造业', '惠增玉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2141', '603538', '美诺华', '浙江', 'C 制造业', '姚成志 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2142', '603555', '贵人鸟', '福建', 'C 制造业', '林天福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2143', '603556', '海兴电力', '浙江', 'C 制造业', '周良璋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2144', '603557', '起步股份', '浙江', 'C 制造业', '章利民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2145', '603558', '健盛集团', '浙江', 'C 制造业', '张茂义 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2146', '603559', '中通国脉', '吉林', 'I 信息技术', '王世超 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2147', '603566', '普莱柯', '河南', 'C 制造业', '张许科 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2148', '603567', '珍宝岛', '黑龙江', 'C 制造业', '方同华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2149', '603568', '伟明环保', '浙江', 'N 公共环保', '项光明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2150', '603569', '长久物流', '北京', 'L 商务服务', '薄世久 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2151', '603577', '汇金通', '山东', 'C 制造业', '董萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2152', '603578', '三星新材', '浙江', 'C 制造业', '杨敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2153', '603579', '荣泰健康', '上海', 'C 制造业', '林琪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2154', '603580', '艾艾精工', '上海', 'C 制造业', '涂木林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2155', '603583', '捷昌驱动', '浙江', 'C 制造业', '胡仁昌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2156', '603585', '苏利股份', '江苏', 'C 制造业', '缪金凤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2157', '603586', '金麒麟', '山东', 'C 制造业', '孙鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2158', '603587', '地素时尚', '上海', 'C 制造业', '马瑞敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2159', '603588', '高能环境', '北京', 'N 公共环保', '陈望明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2160', '603589', '口子窖', '安徽', 'C 制造业', '徐进 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2161', '603590', '康辰药业', '北京', 'C 制造业', '刘建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2162', '603595', '东尼电子', '浙江', 'C 制造业', '沈晓宇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2163', '603596', '伯特利', '安徽', 'C 制造业', '袁永彬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2164', '603598', '引力传媒', '北京', 'L 商务服务', '罗衍记 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2165', '603599', '广信股份', '安徽', 'C 制造业', '黄金祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2166', '603600', '永艺股份', '浙江', 'C 制造业', '张加勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2167', '603601', '再升科技', '重庆', 'C 制造业', '郭茂 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2168', '603602', '纵横通信', '浙江', 'I 信息技术', '苏维锋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2169', '603603', '博天环境', '北京', 'N 公共环保', '赵笠钧 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2170', '603605', '珀莱雅', '浙江', 'C 制造业', '侯军呈 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2171', '603606', '东方电缆', '浙江', 'C 制造业', '夏崇耀 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2172', '603607', '京华激光', '浙江', 'C 制造业', '孙建成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2173', '603608', '天创时尚', '广东', 'C 制造业', '李林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2174', '603609', '禾丰牧业', '辽宁', 'C 制造业', '金卫东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2175', '603611', '诺力股份', '浙江', 'C 制造业', '丁毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2176', '603612', '索通发展', '山东', 'C 制造业', '郎光辉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2177', '603615', '茶花股份', '福建', 'C 制造业', '陈葵生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2178', '603616', '韩建河山', '北京', 'C 制造业', '田玉波 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2179', '603617', '君禾股份', '浙江', 'C 制造业', '张阿华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2180', '603618', '杭电股份', '浙江', 'C 制造业', '华建飞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2181', '603619', '中曼石油', '上海', 'B 采矿业', '李春第 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2182', '603626', '科森科技', '江苏', 'C 制造业', '徐金根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2183', '603628', '清源股份', '福建', 'C 制造业', 'Hong Daniel ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2184', '603629', '利通电子', '江苏', 'C 制造业', '邵树伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2185', '603630', '拉芳家化', '广东', 'C 制造业', '吴桂谦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2186', '603633', '徕木股份', '上海', 'C 制造业', '朱新爱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2187', '603636', '南威软件', '福建', 'I 信息技术', '吴志雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2188', '603637', '镇海股份', '浙江', 'M 科研服务', '范其海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2189', '603638', '艾迪精密', '山东', 'C 制造业', '宋飞 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2190', '603639', '海利尔', '山东', 'C 制造业', '葛尧伦 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2191', '603648', '畅联股份', '上海', 'L 商务服务', '徐峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2192', '603650', '彤程新材', '上海', 'C 制造业', 'Zhang Ning ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2193', '603655', '朗博科技', '江苏', 'C 制造业', '戚建国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2194', '603656', '泰禾光电', '安徽', 'C 制造业', '许大红 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2195', '603657', '春光科技', '浙江', 'C 制造业', '陈正明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2196', '603658', '安图生物', '河南', 'C 制造业', '杨增利 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2197', '603659', '璞泰来', '上海', 'C 制造业', '梁丰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2198', '603660', '苏州科达', '江苏', 'C 制造业', '陈冬根 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2199', '603661', '恒林股份', '浙江', 'C 制造业', '王江林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2200', '603663', '三祥新材', '福建', 'C 制造业', '夏鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2201', '603665', '康隆达', '浙江', 'C 制造业', '张间芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2202', '603666', '亿嘉和', '江苏', 'C 制造业', '姜杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2203', '603667', '五洲新春', '浙江', 'C 制造业', '张峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2204', '603668', '天马科技', '福建', 'C 制造业', '陈庆堂 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2205', '603669', '灵康药业', '西藏', 'C 制造业', '陶灵萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2206', '603676', '卫信康', '西藏', 'C 制造业', '张勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2207', '603677', '奇精机械', '浙江', 'C 制造业', '汪永琪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2208', '603678', '火炬电子', '福建', 'C 制造业', '蔡明通 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2209', '603679', '华体科技', '四川', 'C 制造业', '梁熹 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2210', '603680', '今创集团', '江苏', 'C 制造业', '俞金坤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2211', '603681', '永冠新材', '上海', 'C 制造业', '吕新民 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2212', '603683', '晶华新材', '上海', 'C 制造业', '周晓南 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2213', '603685', '晨丰科技', '浙江', 'C 制造业', '何文健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2214', '603686', '龙马环卫', '福建', 'C 制造业', '张桂丰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2215', '603688', '石英股份', '江苏', 'C 制造业', '陈士斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2216', '603689', '皖天然气', '安徽', 'D 水电煤气', '贾化斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2217', '603690', '至纯科技', '上海', 'C 制造业', '蒋渊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2218', '603693', '江苏新能', '江苏', 'D 水电煤气', '郭磊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2219', '603696', '安记食品', '福建', 'C 制造业', '林肖芳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2220', '603697', '有友食品', '重庆', 'C 制造业', '鹿有忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2221', '603698', '航天工程', '北京', 'M 科研服务', '唐国宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2222', '603699', '纽威股份', '江苏', 'C 制造业', '王保庆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2223', '603700', '宁波水表', '浙江', 'C 制造业', '张琳 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2224', '603701', '德宏股份', '浙江', 'C 制造业', '张宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2225', '603703', '盛洋科技', '浙江', 'C 制造业', '叶利明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2226', '603706', '东方环宇', '新疆', 'D 水电煤气', '李明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2227', '603707', '健友股份', '江苏', 'C 制造业', '唐咏群 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2228', '603708', '家家悦', '山东', 'F 批发零售', '王培桓 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2229', '603709', '中源家居', '浙江', 'C 制造业', '曹勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2230', '603711', '香飘飘', '浙江', 'C 制造业', '蒋建琪 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2231', '603712', '七一二', '天津', 'C 制造业', '王宝 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2232', '603713', '密尔克卫', '上海', 'G 运输仓储', '陈银河 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2233', '603716', '塞力斯', '湖北', 'F 批发零售', '温伟 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2234', '603717', '天域生态', '重庆', 'E 建筑业', '罗卫国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2235', '603718', '海利生物', '上海', 'C 制造业', '张海明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2236', '603721', '中广天择', '湖南', 'R 文化传播', '曾雄 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2237', '603722', '阿科力', '江苏', 'C 制造业', '朱学军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2238', '603725', '天安新材', '广东', 'C 制造业', '吴启超 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2239', '603726', '朗迪集团', '浙江', 'C 制造业', '高炎康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2240', '603727', '博迈科', '天津', 'B 采矿业', '彭文成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2241', '603728', '鸣志电器', '上海', 'C 制造业', '常建鸣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2242', '603729', '龙韵股份', '上海', 'L 商务服务', '余亦坤 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2243', '603730', '岱美股份', '上海', 'C 制造业', '姜银台 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2244', '603733', '仙鹤股份', '浙江', 'C 制造业', '王敏良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2245', '603737', '三棵树', '福建', 'C 制造业', '洪杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2246', '603738', '泰晶科技', '湖北', 'C 制造业', '喻信东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2247', '603739', '蔚蓝生物', '山东', 'C 制造业', '黄炳亮 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2248', '603757', '大元泵业', '浙江', 'C 制造业', '韩元富 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2249', '603758', '秦安股份', '重庆', 'C 制造业', 'YUANMING TANG ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2250', '603766', '隆鑫通用', '重庆', 'C 制造业', '高勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2251', '603767', '中马传动', '浙江', 'C 制造业', '吴江 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2252', '603768', '常青股份', '安徽', 'C 制造业', '吴应宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2253', '603773', '沃格光电', '江西', 'C 制造业', '易伟华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2254', '603776', '永安行', '江苏', 'M 科研服务', '孙继胜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2255', '603777', '来伊份', '上海', 'F 批发零售', '郁瑞芬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2256', '603778', '乾景园林', '北京', 'E 建筑业', '回全福 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2257', '603779', '威龙股份', '山东', 'C 制造业', '王珍海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2258', '603787', '新日股份', '江苏', 'C 制造业', '张崇舜 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2259', '603788', '宁波高发', '浙江', 'C 制造业', '钱高法 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2260', '603789', '星光农机', '浙江', 'C 制造业', '章沈强 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2261', '603790', '雅运股份', '上海', 'C 制造业', '谢兵 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2262', '603797', '联泰环保', '广东', 'N 公共环保', '黄建勲 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2263', '603798', '康普顿', '山东', 'C 制造业', '朱振华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2264', '603799', '华友钴业', '浙江', 'C 制造业', '陈雪华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2265', '603800', '道森股份', '江苏', 'C 制造业', '舒志高 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2266', '603801', '志邦家居', '安徽', 'C 制造业', '孙志勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2267', '603803', '瑞斯康达', '北京', 'C 制造业', '高磊 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2268', '603806', '福斯特', '浙江', 'C 制造业', '林建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2269', '603808', '歌力思', '广东', 'C 制造业', '夏国新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2270', '603809', '豪能股份', '四川', 'C 制造业', '向朝东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2271', '603810', 'ST丰山', '江苏', 'C 制造业', '殷凤山 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2272', '603811', '诚意药业', '浙江', 'C 制造业', '颜贻意 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2273', '603813', '原尚股份', '广东', 'G 运输仓储', '余军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2274', '603816', '顾家家居', '浙江', 'C 制造业', '顾江生 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2275', '603817', '海峡环保', '福建', 'D 水电煤气', '陈秉宏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2276', '603818', '曲美家居', '北京', 'C 制造业', '赵瑞海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2277', '603819', '神力股份', '江苏', 'C 制造业', '陈忠渭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2278', '603822', '嘉澳环保', '浙江', 'C 制造业', '沈健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2279', '603823', '百合花', '浙江', 'C 制造业', '陈立荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2280', '603825', '华扬联众', '北京', 'I 信息技术', '苏同 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2281', '603826', '坤彩科技', '福建', 'C 制造业', '谢秉昆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2282', '603828', '柯利达', '江苏', 'E 建筑业', '顾益明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2283', '603829', '洛凯股份', '江苏', 'C 制造业', '谈行 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2284', '603833', '欧派家居', '广东', 'C 制造业', '姚良松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2285', '603838', '四通股份', '广东', 'C 制造业', '蔡镇城 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2286', '603839', '安正时尚', '浙江', 'C 制造业', '郑安政 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2287', '603843', '正平股份', '青海', 'E 建筑业', '张海明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2288', '603848', '好太太', '广东', 'C 制造业', '沈汉标 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2289', '603855', '华荣股份', '上海', 'C 制造业', '胡志荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2290', '603856', '东宏股份', '山东', 'C 制造业', '倪立营 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2291', '603858', '步长制药', '山东', 'C 制造业', '赵涛 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2292', '603859', '能科股份', '北京', 'M 科研服务', '祖军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2293', '603860', '中公高科', '北京', 'M 科研服务', '潘玉利 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2294', '603861', '白云电器', '广东', 'C 制造业', '胡德兆 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2295', '603863', '松炀资源', '广东', 'C 制造业', '王壮鹏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2296', '603866', '桃李面包', '辽宁', 'C 制造业', '吴志刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2297', '603867', '新化股份', '浙江', 'C 制造业', '胡健 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2298', '603868', '飞科电器', '上海', 'C 制造业', '李丐腾 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2299', '603869', '新智认知', '广西', 'I 信息技术', '王子峥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2300', '603871', '嘉友国际', '北京', 'G 运输仓储', '韩景华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2301', '603876', '鼎胜新材', '江苏', 'C 制造业', '周贤海 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2302', '603877', '太平鸟', '浙江', 'C 制造业', '张江平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2303', '603878', '武进不锈', '江苏', 'C 制造业', '朱国良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2304', '603879', '永悦科技', '福建', 'C 制造业', '傅文昌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2305', '603880', '南卫股份', '江苏', 'C 制造业', '李平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2306', '603881', '数据港', '上海', 'I 信息技术', '罗岚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2307', '603882', '金域医学', '广东', 'Q 卫生', '梁耀铭 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2308', '603883', '老百姓', '湖南', 'F 批发零售', '谢子龙 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2309', '603885', '吉祥航空', '上海', 'G 运输仓储', '王均金 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2310', '603886', '元祖股份', '上海', 'C 制造业', '张秀琬 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2311', '603887', '城地股份', '上海', 'E 建筑业', '谢晓东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2312', '603888', '新华网', '北京', 'I 信息技术', '田舒斌 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2313', '603889', '新澳股份', '浙江', 'C 制造业', '沈建华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2314', '603890', '春秋电子', '江苏', 'C 制造业', '薛革文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2315', '603895', '天永智能', '上海', 'C 制造业', '荣俊林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2316', '603896', '寿仙谷', '浙江', 'C 制造业', '李明焱 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2317', '603897', '长城科技', '浙江', 'C 制造业', '顾林祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2318', '603898', '好莱客', '广东', 'C 制造业', '沈汉标 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2319', '603899', '晨光文具', '上海', 'C 制造业', '陈湖文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2320', '603900', '莱绅通灵', '江苏', 'F 批发零售', '沈东军 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2321', '603901', '永创智能', '浙江', 'C 制造业', '吕婕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2322', '603903', '中持股份', '北京', 'N 公共环保', '许国栋 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2323', '603906', '龙蟠科技', '江苏', 'C 制造业', '石俊峰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2324', '603908', '牧高笛', '浙江', 'C 制造业', '陆暾华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2325', '603909', '合诚股份', '福建', 'M 科研服务', '黄和宾 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2326', '603912', '佳力图', '江苏', 'C 制造业', '何根林 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2327', '603915', '国茂股份', '江苏', 'C 制造业', '徐国忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2328', '603916', '苏博特', '江苏', 'C 制造业', '缪昌文 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2329', '603917', '合力科技', '浙江', 'C 制造业', '施良才 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2330', '603918', '金桥信息', '上海', 'I 信息技术', '金国培 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2331', '603919', '金徽酒', '甘肃', 'C 制造业', '周志刚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2332', '603920', '世运电路', '广东', 'C 制造业', '佘英杰 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2333', '603922', '金鸿顺', '江苏', 'C 制造业', '洪建沧 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2334', '603926', '铁流股份', '浙江', 'C 制造业', '国宁 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2335', '603928', '兴业股份', '江苏', 'C 制造业', '王进兴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2336', '603929', '亚翔集成', '江苏', 'E 建筑业', '姚祖骧 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2337', '603933', '睿能科技', '福建', 'C 制造业', '杨维坚 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2338', '603936', '博敏电子', '广东', 'C 制造业', '徐缓 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2339', '603937', '丽岛新材', '江苏', 'C 制造业', '蔡征国 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2340', '603938', '三孚股份', '河北', 'C 制造业', '孙任靖 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2341', '603939', '益丰药房', '湖南', 'F 批发零售', '高毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2342', '603955', '大千生态', '江苏', 'E 建筑业', '许忠良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2343', '603956', '威派格', '上海', 'C 制造业', '李纪玺 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2344', '603958', '哈森股份', '江苏', 'C 制造业', '陈玉珍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2345', '603959', '百利科技', '湖南', 'M 科研服务', '王海荣 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2346', '603960', '克来机电', '上海', 'C 制造业', '谈士力 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2347', '603963', '大理药业', '云南', 'C 制造业', '杨君祥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2348', '603966', '法兰泰克', '江苏', 'C 制造业', '金红萍 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2349', '603967', '中创物流', '山东', 'G 运输仓储', '李松青 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2350', '603968', '醋化股份', '江苏', 'C 制造业', '庆九 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2351', '603969', '银龙股份', '天津', 'C 制造业', '谢铁桥 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2352', '603970', '中农立华', '北京', 'F 批发零售', '苏毅 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2353', '603976', '正川股份', '重庆', 'C 制造业', '邓勇 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2354', '603977', '国泰集团', '江西', 'C 制造业', '熊旭晴 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2355', '603978', '深圳新星', '广东', 'C 制造业', '陈学敏 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2356', '603979', '金诚信', '北京', 'B 采矿业', '王先成 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2357', '603980', '吉华集团', '浙江', 'C 制造业', '-');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2358', '603982', '泉峰汽车', '江苏', 'C 制造业', '潘龙泉 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2359', '603985', '恒润股份', '江苏', 'C 制造业', '承立新 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2360', '603986', '兆易创新', '北京', 'C 制造业', '朱一明 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2361', '603987', '康德莱', '上海', 'C 制造业', '张宪淼 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2362', '603988', '中电电机', '江苏', 'C 制造业', '王建裕 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2363', '603989', '艾华集团', '湖南', 'C 制造业', '艾立华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2364', '603990', '麦迪科技', '江苏', 'I 信息技术', '翁康 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2365', '603991', '至正股份', '上海', 'C 制造业', '侯海良 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2366', '603993', '洛阳钼业', '河南', 'B 采矿业', '李朝春 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2367', '603996', 'ST中新', '浙江', 'C 制造业', '陈德松 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2368', '603997', '继峰股份', '浙江', 'C 制造业', '王义平 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2369', '603998', '方盛制药', '湖南', 'C 制造业', '张庆华 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2370', '603999', '读者传媒', '甘肃', 'R 文化传播', '马建东 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2371', '603105', '芯能科技', '浙江', '制造业', '张利忠 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2372', '603106', '恒银金融', '天津', '制造业', '江浩然 ');
INSERT INTO `crawl_list_sh1_copy` VALUES ('2373', '603108', '润达医疗', '上海', '批发和零售业', '刘辉 ');
|
INSERT INTO `mysubmodule`.`my_fx678_kx`(
`news_id`,`news_title`,`news_level`,
`news_has_more`,`news_more_url`,`news_content`,
`pub_date`,
`status`,`create_user`,`create_time`,`last_update_user`,`last_update_time`
) VALUES (
'201608290943002330', '<div class="gray_font">【两大原油期货日内跌幅均超1%】<br />美国原油十月期货日内跌幅近1.2%,刷新日低至47.05美元/桶,逼近47美元关口;<br />布伦特原油十月期货短线快速下挫,日内跌幅约1.04%,现报49.4美元/桶<br /></div>', 3,
0, null, null,
'2016-08-29 09:43:00',
'ACTIVE','tester',NOW(),'tester',NOW()
);
INSERT INTO `mysubmodule`.`my_fx678_kx`(
`news_id`,`news_title`,`news_level`,
`news_has_more`,`news_more_url`,`news_content`,
`pub_date`,
`status`,`create_user`,`create_time`,`last_update_user`,`last_update_time`
) VALUES (
'201608290944142179', '<div class="gray_font">【交易员:中间价低于预期,杠杆基金卖出美元兑离岸人民币】<br />北亚市场的外汇交易员表示,人民币中间价公布后,亚洲杠杆账户卖出美元;<br />交易员表示,美元兑人民币中间价定在6.6856元人民币,低于部分投资者所预期的6.6920-40区间;<br />美元兑离岸人民币跌0.04%,报6.6909,盘中高点在6.7028 </div>', 1,
0, null, null,
'2016-08-29 09:44:00',
'ACTIVE','tester',NOW(),'tester',NOW()
);
INSERT INTO `mysubmodule`.`my_fx678_kx`(
`news_id`,`news_title`,`news_level`,
`news_has_more`,`news_more_url`,`news_content`,
`pub_date`,
`status`,`create_user`,`create_time`,`last_update_user`,`last_update_time`
) VALUES (
'201608290945502171', '<div class="gray_font">美元兑人民币1个月隐含波动率上涨17.25个基点,报4.4825% </div>', 1,
0, null, null,
'2016-08-29 09:45:00',
'ACTIVE','tester',NOW(),'tester',NOW()
);
|
<reponame>r1eki/TUGAS-PEMROGRAMAN-WEB-<filename>database/e-container.sql
-- phpMyAdmin SQL Dump
-- version 4.8.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Waktu pembuatan: 11 Agu 2019 pada 18.58
-- Versi server: 10.1.37-MariaDB
-- Versi PHP: 7.3.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `e-container`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `admin`
--
CREATE TABLE `admin` (
`id` int(11) NOT NULL,
`username` varchar(50) NOT NULL,
`password` varchar(100) NOT NULL,
`updationDate` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `admin`
--
INSERT INTO `admin` (`id`, `username`, `password`, `updationDate`) VALUES
(1, 'ADMIN_ADMIN', '<PASSWORD>', '05-08-2018 02:41:00 AM');
-- --------------------------------------------------------
--
-- Struktur dari tabel `buku_tamu`
--
CREATE TABLE `buku_tamu` (
`id` int(11) NOT NULL,
`nama` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`pesan` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `buku_tamu`
--
INSERT INTO `buku_tamu` (`id`, `nama`, `email`, `pesan`) VALUES
(1, 'supali', '<EMAIL>', 'Hallo guys '),
(2, '<NAME>', '<EMAIL>', 'Mantab jiwaa gan'),
(3, '<NAME>', '<EMAIL>', 'Amazing poreper'),
(4, '<NAME>', '<EMAIL>', 'Indonesia berjayaa semangaaattt'),
(5, '<NAME>', '<EMAIL>', 'Wow.. Is Great '),
(6, '<NAME>', '<EMAIL>', 'Halo uji coba 123 1234 12345');
-- --------------------------------------------------------
--
-- Struktur dari tabel `counter`
--
CREATE TABLE `counter` (
`counter` int(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `counter`
--
INSERT INTO `counter` (`counter`) VALUES
(0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `failed_login`
--
CREATE TABLE `failed_login` (
`ip_address` varchar(255) NOT NULL,
`date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Struktur dari tabel `produk`
--
CREATE TABLE `produk` (
`id` int(11) NOT NULL,
`nama` varchar(50) NOT NULL,
`foto` varchar(300) NOT NULL,
`isi` text NOT NULL,
`kategori` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `produk`
--
INSERT INTO `produk` (`id`, `nama`, `foto`, `isi`, `kategori`) VALUES
(2, 'Pelayanan Bea Pabean', 'beacukai.png', 'Pelayanan Bea Pabean realtime', ''),
(3, 'Pelayanan Dokumen Pabean', 'beacukai.png', 'Berikut merupakan pelayanan dokumen pabean realtime', ''),
(4, '2', '11082019023220darul ulum.png', '', '2');
-- --------------------------------------------------------
--
-- Struktur dari tabel `statistik`
--
CREATE TABLE `statistik` (
`ip` varchar(20) NOT NULL DEFAULT '',
`tanggal` date NOT NULL,
`hits` int(10) NOT NULL DEFAULT '1',
`online` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `statistik`
--
INSERT INTO `statistik` (`ip`, `tanggal`, `hits`, `online`) VALUES
('::1', '2016-12-20', 1, '1482247036'),
('::1', '2016-12-29', 71, '1482980387'),
('192.168.127.12', '2016-12-29', 70, '1483018548'),
('172.16.17.32', '2016-12-29', 9, '1482984038'),
('192.168.127.12', '2016-12-29', 2, '1483001567'),
('172.16.31.10', '2016-12-29', 1, '1482984186'),
('192.168.127.12', '2016-12-29', 21, '1482999390'),
('172.16.17.32', '2016-12-29', 4, '1483027448'),
('172.16.58.3', '2016-12-29', 1, '1482990108'),
('192.168.127.12', '2016-12-29', 3, '1483028106'),
('172.16.17.32', '2016-12-29', 1, '1483003735'),
('172.16.58.3', '2016-12-29', 1, '1483003909'),
('192.168.3.11', '2016-12-29', 1, '1483015799'),
('192.168.3.11', '2016-12-29', 1, '1483018299'),
('192.168.3.11', '2016-12-29', 2, '1483018380'),
('192.168.127.12', '2016-12-30', 9, '1483116538'),
('192.168.127.12', '2016-12-30', 6, '1483115005'),
('172.16.17.32', '2016-12-30', 2, '1483073578'),
('172.16.58.3', '2016-12-30', 1, '1483053144'),
('192.168.127.12', '2016-12-30', 25, '1483060081'),
('192.168.3.11', '2016-12-30', 2, '1483059562'),
('192.168.3.11', '2016-12-30', 2, '1483103224'),
('172.16.31.10', '2016-12-30', 1, '1483062474'),
('192.168.127.12', '2016-12-30', 12, '1483090941'),
('172.16.17.32', '2016-12-30', 5, '1483091245'),
('172.16.58.3', '2016-12-30', 1, '1483113566'),
('192.168.127.12', '2016-12-31', 4, '1483191766'),
('192.168.127.12', '2016-12-31', 3, '1483180168'),
('192.168.127.12', '2016-12-31', 43, '1483156575'),
('192.168.3.11', '2016-12-31', 4, '1483144284'),
('192.168.127.12', '2016-12-31', 1, '1483151234'),
('192.168.127.12', '2016-12-31', 1, '1483151239'),
('172.16.17.32', '2016-12-31', 1, '1483151241'),
('192.168.3.11', '2016-12-31', 1, '1483157112'),
('172.16.31.10', '2016-12-31', 1, '1483197800'),
('172.16.17.32', '2017-01-01', 4, '1483254552'),
('192.168.127.12', '2017-01-01', 7, '1483280880'),
('192.168.127.12', '2017-01-01', 7, '1483278945'),
('192.168.127.12', '2017-01-02', 4, '1483313547'),
('172.16.58.3', '2017-01-02', 1, '1483316345'),
('192.168.127.12', '2017-01-02', 1, '1483316346'),
('172.16.58.3', '2017-01-02', 4, '1483322744'),
('192.168.3.11', '2017-01-02', 10, '1483344429'),
('192.168.127.12', '2017-01-02', 1, '1483375126'),
('172.16.17.32', '2017-01-02', 1, '1483375145'),
('192.168.127.12', '2017-01-03', 5, '1483452483'),
('172.16.58.3', '2017-01-03', 1, '1483385651'),
('192.168.3.11', '2017-01-03', 19, '1483402884'),
('172.16.58.3', '2017-01-03', 10, '1483411443'),
('192.168.127.12', '2017-01-03', 1, '1483417052'),
('192.168.3.11', '2017-01-03', 1, '1483417083'),
('192.168.127.12', '2017-01-03', 1, '1483452461'),
('192.168.127.12', '2017-01-04', 12, '1483543852'),
('172.16.17.32', '2017-01-04', 1, '1483478173'),
('172.16.31.10', '2017-01-04', 1, '1483507135'),
('192.168.3.11', '2017-01-04', 2, '1483518313'),
('192.168.127.12', '2017-01-04', 2, '1483541426'),
('192.168.3.11', '2017-01-04', 4, '1483537249'),
('192.168.127.12', '2017-01-05', 12, '1483562193'),
('192.168.127.12', '2017-01-05', 2, '1483614890'),
('172.16.17.32', '2017-01-05', 2, '1483596756'),
('192.168.127.12', '2017-01-05', 3, '1483617296'),
('172.16.31.10', '2017-01-05', 2, '1483609020'),
('192.168.3.11', '2017-01-05', 1, '1483618789'),
('192.168.127.12', '2017-01-05', 1, '1483618796'),
('172.16.17.32', '2017-01-06', 2, '1483719720'),
('192.168.127.12', '2017-01-06', 1, '1483647999'),
('172.16.17.32', '2017-01-06', 16, '1483694406'),
('172.16.31.10', '2017-01-06', 1, '1483694067'),
('192.168.3.11', '2017-01-06', 1, '1483694158'),
('192.168.127.12', '2017-01-06', 1, '1483719727'),
('172.16.58.3', '2017-01-06', 2, '1483720712'),
('192.168.127.12', '2017-01-07', 4, '1483752811'),
('192.168.127.12', '2017-01-07', 1, '1483743801'),
('172.16.17.32', '2017-01-07', 1, '1483751407'),
('172.16.17.32', '2017-01-07', 1, '1483757105'),
('172.16.17.32', '2017-01-07', 18, '1483787904'),
('192.168.127.12', '2017-01-07', 1, '1483779540'),
('172.16.17.32', '2017-01-07', 1, '1483782046'),
('172.16.58.3', '2017-01-07', 1, '1483784069'),
('172.16.17.32', '2017-01-07', 1, '1483784257'),
('192.168.3.11', '2017-01-07', 5, '1483785835'),
('172.16.31.10', '2017-01-07', 1, '1483786110'),
('172.16.58.3', '2017-01-07', 1, '1483786695'),
('172.16.31.10', '2017-01-07', 1, '1483788422'),
('172.16.17.32', '2017-01-07', 1, '1483789504'),
('172.16.17.32', '2017-01-07', 1, '1483789505'),
('192.168.127.12', '2017-01-07', 1, '1483789913'),
('172.16.58.3', '2017-01-07', 3, '1483793692'),
('172.16.58.3', '2017-01-07', 2, '1483805502'),
('172.16.58.3', '2017-01-07', 1, '1483794847'),
('192.168.127.12', '2017-01-08', 2, '1483852337'),
('192.168.3.11', '2017-01-08', 1, '1483820399'),
('172.16.58.3', '2017-01-08', 1, '1483820634'),
('172.16.17.32', '2017-01-08', 2, '1483834326'),
('172.16.31.10', '2017-01-08', 1, '1483827569'),
('172.16.58.3', '2017-01-08', 20, '1483881043'),
('192.168.127.12', '2017-01-08', 1, '1483843734'),
('192.168.127.12', '2017-01-08', 3, '1483888764'),
('172.16.58.3', '2017-01-08', 1, '1483869095'),
('172.16.31.10', '2017-01-08', 1, '1483892881'),
('172.16.58.3', '2017-01-09', 10, '1483908075'),
('192.168.3.11', '2017-01-09', 2, '1483908090'),
('172.16.17.32', '2017-01-09', 1, '1483915733'),
('172.16.31.10', '2017-01-09', 1, '1483926142'),
('172.16.17.32', '2017-01-09', 2, '1483973951'),
('192.168.127.12', '2017-01-09', 3, '1483964898'),
('192.168.127.12', '2017-01-09', 2, '1483968074'),
('192.168.127.12', '2017-01-10', 3, '1484023068'),
('192.168.3.11', '2017-01-10', 27, '1484007733'),
('192.168.127.12', '2017-01-10', 1, '1483994356'),
('192.168.3.11', '2017-01-10', 1, '1484035840'),
('172.16.58.3', '2017-01-10', 1, '1484040094'),
('192.168.127.12', '2017-01-10', 1, '1484040558'),
('172.16.31.10', '2017-01-10', 1, '1484040949'),
('192.168.3.11', '2017-01-10', 1, '1484057380'),
('192.168.127.12', '2017-01-11', 1, '1484082673'),
('192.168.127.12', '2017-01-11', 5, '1484153951'),
('192.168.3.11', '2017-01-11', 2, '1484107381'),
('192.168.127.12', '2017-01-11', 1, '1484108179'),
('172.16.31.10', '2017-01-12', 9, '1484179978'),
('172.16.17.32', '2017-01-12', 3, '1484211348'),
('192.168.127.12', '2017-01-12', 1, '1484200536'),
('172.16.58.3', '2017-01-12', 1, '1484219719'),
('192.168.127.12', '2017-01-12', 1, '1484235261'),
('192.168.127.12', '2017-01-13', 1, '1484253032'),
('172.16.17.32', '2017-01-13', 2, '1484254402'),
('172.16.58.3', '2017-01-13', 1, '1484254404'),
('172.16.17.32', '2017-01-13', 1, '1484262819'),
('192.168.127.12', '2017-01-13', 2, '1484325089'),
('192.168.127.12', '2017-01-13', 1, '1484316765'),
('192.168.3.11', '2017-01-13', 1, '1484319336'),
('192.168.127.12', '2017-01-14', 4, '1484410735'),
('192.168.3.11', '2017-01-14', 1, '1484346707'),
('192.168.127.12', '2017-01-14', 3, '1484400726'),
('172.16.17.32', '2017-01-14', 1, '1484379637'),
('172.16.58.3', '2017-01-14', 1, '1484381883'),
('192.168.127.12', '2017-01-14', 1, '1484381884'),
('192.168.3.11', '2017-01-14', 1, '1484381885'),
('172.16.17.32', '2017-01-14', 1, '1484411801'),
('192.168.127.12', '2017-01-15', 1, '1484425504'),
('192.168.3.11', '2017-01-15', 1, '1484429083'),
('172.16.58.3', '2017-01-15', 1, '1484432426'),
('192.168.127.12', '2017-01-15', 10, '1484435555'),
('172.16.17.32', '2017-01-15', 2, '1484486753'),
('192.168.3.11', '2017-01-15', 1, '1484448457'),
('192.168.127.12', '2017-01-15', 2, '1484486488'),
('172.16.58.3', '2017-01-15', 2, '1484469007'),
('192.168.127.12', '2017-01-15', 4, '1484494797'),
('192.168.3.11', '2017-01-15', 1, '1484482631'),
('192.168.127.12', '2017-01-15', 2, '1484482708'),
('192.168.127.12', '2017-01-16', 5, '1484549185'),
('192.168.127.12', '2017-01-16', 4, '1484573247'),
('172.16.17.32', '2017-01-16', 6, '1484582826'),
('192.168.127.12', '2017-01-16', 2, '1484528147'),
('172.16.31.10', '2017-01-16', 2, '1484545222'),
('192.168.127.12', '2017-01-16', 1, '1484559456'),
('172.16.58.3', '2017-01-16', 1, '1484580444'),
('192.168.3.11', '2017-01-16', 2, '1484583305'),
('192.168.127.12', '2017-01-16', 1, '1484583308'),
('172.16.17.32', '2017-01-17', 1, '1484586019'),
('172.16.58.3', '2017-01-17', 1, '1484589578'),
('192.168.3.11', '2017-01-17', 2, '1484631150'),
('172.16.58.3', '2017-01-17', 1, '1484613089'),
('192.168.127.12', '2017-01-17', 1, '1484629492'),
('172.16.31.10', '2017-01-17', 1, '1484629679'),
('172.16.58.3', '2017-01-17', 1, '1484634815'),
('172.16.58.3', '2017-01-18', 1, '1484684044'),
('192.168.127.12', '2017-01-18', 2, '1484684056'),
('172.16.17.32', '2017-01-18', 1, '1484687347'),
('192.168.127.12', '2017-01-18', 3, '1484700600'),
('172.16.58.3', '2017-01-18', 1, '1484696150'),
('172.16.31.10', '2017-01-18', 1, '1484705385'),
('192.168.3.11', '2017-01-18', 1, '1484722814'),
('172.16.58.3', '2017-01-18', 4, '1484731382'),
('172.16.31.10', '2017-01-18', 1, '1484757646'),
('172.16.17.32', '2017-01-19', 1, '1484772612'),
('192.168.127.12', '2017-01-19', 4, '1484781592'),
('172.16.31.10', '2017-01-19', 3, '1484785566'),
('172.16.58.3', '2017-01-19', 1, '1484787577'),
('172.16.58.3', '2017-01-19', 2, '1484843862'),
('172.16.31.10', '2017-01-19', 2, '1484821520'),
('172.16.31.10', '2017-01-19', 2, '1484801584'),
('172.16.58.3', '2017-01-19', 11, '1484804650'),
('192.168.3.11', '2017-01-19', 3, '1484807444'),
('172.16.31.10', '2017-01-19', 1, '1484830391'),
('192.168.3.11', '2017-01-20', 2, '1484848396'),
('172.16.31.10', '2017-01-20', 2, '1484874314'),
('172.16.31.10', '2017-01-20', 1, '1484876329'),
('172.16.17.32', '2017-01-20', 1, '1484903855'),
('192.168.3.11', '2017-01-20', 1, '1484924528'),
('172.16.58.3', '2017-01-20', 2, '1484927706'),
('172.16.31.10', '2017-01-21', 1, '1484940685'),
('172.16.58.3', '2017-01-21', 2, '1484988190'),
('172.16.31.10', '2017-01-22', 1, '1485045450'),
('172.16.17.32', '2017-01-22', 6, '1485097042'),
('192.168.127.12', '2017-01-22', 2, '1485048711'),
('192.168.127.12', '2017-01-22', 3, '1485078678'),
('172.16.58.3', '2017-01-22', 1, '1485073171'),
('192.168.127.12', '2017-01-22', 3, '1485073243'),
('192.168.127.12', '2017-01-22', 1, '1485092607'),
('192.168.127.12', '2017-01-23', 2, '1485112232'),
('172.16.17.32', '2017-01-23', 1, '1485111376'),
('192.168.3.11', '2017-01-23', 2, '1485144400'),
('172.16.58.3', '2017-01-23', 4, '1485164612'),
('172.16.58.3', '2017-01-23', 1, '1485189006'),
('192.168.3.11', '2017-01-24', 3, '1485214429'),
('172.16.58.3', '2017-01-24', 1, '1485201885'),
('172.16.58.3', '2017-01-24', 10, '1485208914'),
('192.168.127.12', '2017-01-24', 2, '1485208738'),
('172.16.58.3', '2017-01-24', 2, '1485208992'),
('172.16.17.32', '2017-01-24', 1, '1485257172'),
('192.168.3.11', '2017-01-25', 1, '1485341042'),
('172.16.17.32', '2017-01-25', 1, '1485357466'),
('172.16.58.3', '2017-01-26', 1, '1485393829'),
('192.168.3.11', '2017-01-26', 2, '1485394087'),
('172.16.58.3', '2017-01-26', 4, '1485430106'),
('172.16.31.10', '2017-01-26', 3, '1485420927'),
('192.168.3.11', '2017-01-26', 1, '1485448522'),
('172.16.17.32', '2017-01-27', 1, '1485455807'),
('172.16.58.3', '2017-01-27', 3, '1485493239'),
('192.168.3.11', '2017-01-27', 3, '1485526553'),
('172.16.58.3', '2017-01-27', 1, '1485471198'),
('172.16.58.3', '2017-01-27', 5, '1485498751'),
('192.168.127.12', '2017-01-27', 1, '1485493570'),
('172.16.58.3', '2017-01-27', 1, '1485512346'),
('172.16.31.10', '2017-01-27', 1, '1485532677'),
('172.16.31.10', '2017-01-28', 1, '1485539452'),
('172.16.58.3', '2017-01-28', 1, '1485542902'),
('192.168.3.11', '2017-01-28', 1, '1485556088'),
('192.168.127.12', '2017-01-28', 5, '1485611508'),
('172.16.17.32', '2017-01-28', 2, '1485606564'),
('172.16.17.32', '2017-01-28', 1, '1485594417'),
('172.16.31.10', '2017-01-28', 1, '1485603587'),
('192.168.3.11', '2017-01-28', 1, '1485603610'),
('192.168.127.12', '2017-01-28', 1, '1485608254'),
('172.16.17.32', '2017-01-28', 2, '1485615215'),
('192.168.127.12', '2017-01-29', 3, '1485688903'),
('172.16.58.3', '2017-01-29', 1, '1485644434'),
('192.168.3.11', '2017-01-29', 1, '1485644747'),
('192.168.127.12', '2017-01-29', 1, '1485646521'),
('192.168.3.11', '2017-01-29', 31, '1485700200'),
('192.168.3.11', '2017-01-29', 2, '1485674002'),
('192.168.127.12', '2017-01-29', 1, '1485670057'),
('172.16.31.10', '2017-01-29', 5, '1485670822'),
('172.16.31.10', '2017-01-29', 1, '1485688942'),
('172.16.17.32', '2017-01-29', 3, '1485704638'),
('172.16.31.10', '2017-01-29', 1, '1485707223'),
('172.16.58.3', '2017-01-30', 3, '1485711417'),
('172.16.58.3', '2017-01-30', 1, '1485713814'),
('192.168.127.12', '2017-01-30', 6, '1485780138'),
('192.168.127.12', '2017-01-30', 2, '1485791997'),
('172.16.31.10', '2017-01-30', 1, '1485728484'),
('192.168.3.11', '2017-01-30', 4, '1485787651'),
('192.168.3.11', '2017-01-30', 1, '1485742848'),
('192.168.3.11', '2017-01-30', 4, '1485750724'),
('172.16.17.32', '2017-01-30', 1, '1485753903'),
('192.168.3.11', '2017-01-31', 1, '1485803896'),
('192.168.3.11', '2017-01-31', 1, '1485820095'),
('192.168.127.12', '2017-01-31', 5, '1485867044'),
('172.16.58.3', '2017-01-31', 1, '1485830952'),
('192.168.3.11', '2017-01-31', 1, '1485834415'),
('172.16.17.32', '2017-01-31', 17, '1485848609'),
('192.168.127.12', '2017-01-31', 2, '1485865543'),
('172.16.31.10', '2017-01-31', 2, '1485870914'),
('192.168.127.12', '2017-01-31', 2, '1485871733'),
('192.168.3.11', '2017-01-31', 1, '1485876146'),
('192.168.127.12', '2017-02-01', 5, '1485937965'),
('172.16.17.32', '2017-02-01', 5, '1485963663'),
('172.16.58.3', '2017-02-01', 1, '1485884917'),
('172.16.17.32', '2017-02-01', 1, '1485885757'),
('172.16.31.10', '2017-02-01', 2, '1485885761'),
('172.16.58.3', '2017-02-01', 1, '1485913799'),
('192.168.127.12', '2017-02-01', 3, '1485961944'),
('172.16.31.10', '2017-02-01', 1, '1485935065'),
('172.16.58.3', '2017-02-01', 1, '1485938295'),
('192.168.127.12', '2017-02-01', 1, '1485939533'),
('192.168.3.11', '2017-02-01', 1, '1485954336'),
('192.168.127.12', '2017-02-01', 1, '1485954535'),
('172.16.31.10', '2017-02-01', 1, '1485955988'),
('172.16.58.3', '2017-02-01', 1, '1485958552'),
('172.16.31.10', '2017-02-01', 1, '1485959453'),
('192.168.127.12', '2017-02-01', 1, '1485960342'),
('172.16.58.3', '2017-02-01', 1, '1485960343'),
('192.168.127.12', '2017-02-01', 3, '1485963959'),
('192.168.127.12', '2017-02-02', 5, '1486046712'),
('192.168.127.12', '2017-02-02', 4, '1486010388'),
('172.16.17.32', '2017-02-02', 2, '1486008006'),
('172.16.58.3', '2017-02-02', 1, '1486006003'),
('172.16.17.32', '2017-02-02', 1, '1486006033'),
('192.168.127.12', '2017-02-02', 3, '1486051214'),
('172.16.17.32', '2017-02-02', 1, '1486032217'),
('192.168.3.11', '2017-02-02', 1, '1486032598'),
('192.168.127.12', '2017-02-02', 1, '1486050809'),
('192.168.127.12', '2017-02-03', 2, '1486101295'),
('192.168.127.12', '2017-02-03', 16, '1486082895'),
('192.168.127.12', '2017-02-03', 5, '1486129457'),
('172.16.31.10', '2017-02-03', 1, '1486086415'),
('172.16.17.32', '2017-02-03', 1, '1486134427'),
('192.168.127.12', '2017-02-04', 1, '1486145951'),
('172.16.17.32', '2017-02-04', 3, '1486169904'),
('192.168.127.12', '2017-02-04', 1, '1486166194'),
('172.16.58.3', '2017-02-04', 1, '1486188298'),
('172.16.31.10', '2017-02-04', 1, '1486191539'),
('192.168.127.12', '2017-02-04', 9, '1486206688'),
('192.168.127.12', '2017-02-05', 1, '1486233718'),
('192.168.127.12', '2017-02-05', 1, '1486276568'),
('192.168.127.12', '2017-02-05', 1, '1486278299'),
('192.168.3.11', '2017-02-05', 1, '1486298315'),
('172.16.58.3', '2017-02-06', 1, '1486330766'),
('172.16.58.3', '2017-02-06', 2, '1486354330'),
('192.168.3.11', '2017-02-06', 1, '1486357917'),
('192.168.3.11', '2017-02-06', 1, '1486363948'),
('192.168.3.11', '2017-02-06', 1, '1486382822'),
('192.168.3.11', '2017-02-06', 1, '1486391853'),
('192.168.127.12', '2017-02-07', 2, '1486424607'),
('172.16.17.32', '2017-02-07', 2, '1486435529'),
('192.168.127.12', '2017-02-07', 1, '1486465538'),
('172.16.58.3', '2017-02-07', 1, '1486473709'),
('192.168.127.12', '2017-02-08', 1, '1486522374'),
('172.16.58.3', '2017-02-08', 1, '1486525680'),
('172.16.58.3', '2017-02-08', 2, '1486568084'),
('172.16.31.10', '2017-02-09', 5, '1486576514'),
('192.168.127.12', '2017-02-09', 3, '1486640616'),
('192.168.3.11', '2017-02-09', 1, '1486594500'),
('172.16.58.3', '2017-02-09', 1, '1486594517'),
('192.168.3.11', '2017-02-09', 1, '1486606716'),
('172.16.17.32', '2017-02-09', 2, '1486633915'),
('192.168.127.12', '2017-02-09', 1, '1486626234'),
('192.168.127.12', '2017-02-10', 2, '1486731538'),
('172.16.58.3', '2017-02-10', 1, '1486685106'),
('192.168.127.12', '2017-02-10', 1, '1486701123'),
('172.16.31.10', '2017-02-10', 1, '1486704154'),
('192.168.127.12', '2017-02-10', 1, '1486724578'),
('172.16.58.3', '2017-02-10', 6, '1486735363'),
('172.16.17.32', '2017-02-11', 1, '1486750901'),
('172.16.17.32', '2017-02-11', 1, '1486753736'),
('172.16.31.10', '2017-02-11', 1, '1486817806'),
('172.16.58.3', '2017-02-12', 1, '1486837807'),
('172.16.58.3', '2017-02-13', 1, '1486936750'),
('172.16.31.10', '2017-02-13', 1, '1486941976'),
('172.16.17.32', '2017-02-13', 1, '1486945655'),
('172.16.17.32', '2017-02-13', 1, '1486950265'),
('172.16.31.10', '2017-02-13', 1, '1486951080'),
('192.168.127.12', '2017-02-13', 1, '1486966264'),
('172.16.58.3', '2017-02-13', 1, '1486966982'),
('172.16.31.10', '2017-02-14', 1, '1487009534'),
('192.168.127.12', '2017-02-14', 1, '1487024245'),
('192.168.3.11', '2017-02-14', 1, '1487048492'),
('172.16.58.3', '2017-02-14', 1, '1487078389'),
('192.168.127.12', '2017-02-14', 1, '1487086592'),
('172.16.31.10', '2017-02-14', 1, '1487086785'),
('172.16.31.10', '2017-02-15', 2, '1487096865'),
('172.16.58.3', '2017-02-15', 1, '1487096792'),
('172.16.31.10', '2017-02-15', 1, '1487103920'),
('172.16.31.10', '2017-02-15', 1, '1487111065'),
('192.168.127.12', '2017-02-15', 1, '1487111093'),
('172.16.31.10', '2017-02-15', 1, '1487112597'),
('192.168.127.12', '2017-02-15', 1, '1487116938'),
('192.168.127.12', '2017-02-15', 3, '1487162913'),
('172.16.17.32', '2017-02-15', 4, '1487152631'),
('192.168.127.12', '2017-02-15', 2, '1487173321'),
('172.16.58.3', '2017-02-15', 4, '1487168779'),
('192.168.127.12', '2017-02-16', 1, '1487178368'),
('172.16.31.10', '2017-02-16', 1, '1487183228'),
('172.16.31.10', '2017-02-16', 1, '1487186971'),
('192.168.127.12', '2017-02-16', 1, '1487199247'),
('172.16.17.32', '2017-02-16', 2, '1487257024'),
('192.168.3.11', '2017-02-16', 1, '1487222180'),
('172.16.17.32', '2017-02-17', 2, '1487296381'),
('192.168.127.12', '2017-02-17', 1, '1487273831'),
('192.168.127.12', '2017-02-17', 1, '1487296363'),
('192.168.127.12', '2017-02-17', 1, '1487303329'),
('172.16.31.10', '2017-02-17', 3, '1487307593'),
('192.168.127.12', '2017-02-17', 1, '1487331865'),
('192.168.3.11', '2017-02-17', 1, '1487337218'),
('192.168.127.12', '2017-02-17', 1, '1487344213'),
('172.16.58.3', '2017-02-17', 1, '1487344215'),
('172.16.17.32', '2017-02-17', 1, '1487344217'),
('192.168.127.12', '2017-02-17', 1, '1487344226'),
('172.16.17.32', '2017-02-18', 2, '1487406722'),
('192.168.3.11', '2017-02-18', 1, '1487393673'),
('172.16.17.32', '2017-02-18', 1, '1487405839'),
('172.16.17.32', '2017-02-19', 2, '1487477753'),
('172.16.31.10', '2017-02-19', 1, '1487484195'),
('172.16.58.3', '2017-02-19', 1, '1487484324'),
('192.168.3.11', '2017-02-19', 1, '1487508624'),
('192.168.127.12', '2017-02-20', 1, '1487559270'),
('172.16.31.10', '2017-02-20', 1, '1487603292'),
('192.168.127.12', '2017-02-20', 1, '1487606835'),
('192.168.3.11', '2017-02-21', 1, '1487632996'),
('192.168.3.11', '2017-02-21', 2, '1487670395'),
('172.16.58.3', '2017-02-21', 1, '1487635731'),
('192.168.3.11', '2017-02-21', 1, '1487650180'),
('172.16.17.32', '2017-02-21', 1, '1487650181'),
('172.16.58.3', '2017-02-21', 1, '1487650184'),
('192.168.127.12', '2017-02-21', 1, '1487651059'),
('192.168.127.12', '2017-02-21', 3, '1487674971'),
('192.168.127.12', '2017-02-21', 2, '1487674991'),
('172.16.17.32', '2017-02-22', 3, '1487722755'),
('172.16.31.10', '2017-02-22', 1, '1487722814'),
('192.168.127.12', '2017-02-22', 1, '1487738887'),
('172.16.17.32', '2017-02-22', 1, '1487739514'),
('192.168.127.12', '2017-02-22', 1, '1487739629'),
('192.168.3.11', '2017-02-22', 1, '1487739859'),
('172.16.58.3', '2017-02-22', 1, '1487742539'),
('172.16.31.10', '2017-02-22', 1, '1487768181'),
('192.168.3.11', '2017-02-22', 1, '1487773384'),
('192.168.3.11', '2017-02-22', 2, '1487777966'),
('192.168.127.12', '2017-02-22', 1, '1487778309'),
('172.16.17.32', '2017-02-23', 1, '1487825494'),
('192.168.127.12', '2017-02-23', 1, '1487845210'),
('172.16.31.10', '2017-02-23', 1, '1487850313'),
('192.168.3.11', '2017-02-23', 7, '1487855738'),
('172.16.31.10', '2017-02-23', 1, '1487862155'),
('192.168.127.12', '2017-02-24', 1, '1487885194'),
('172.16.58.3', '2017-02-24', 1, '1487888264'),
('172.16.58.3', '2017-02-24', 1, '1487953913'),
('172.16.17.32', '2017-02-25', 2, '1488022364'),
('192.168.127.12', '2017-02-25', 1, '1488003247'),
('192.168.3.11', '2017-02-25', 1, '1488024826'),
('172.16.17.32', '2017-02-25', 1, '1488038659'),
('192.168.3.11', '2017-02-26', 1, '1488048258'),
('172.16.17.32', '2017-02-26', 1, '1488077795'),
('172.16.58.3', '2017-02-26', 1, '1488083795'),
('172.16.17.32', '2017-02-26', 1, '1488125807'),
('192.168.3.11', '2017-02-27', 26, '1488192075'),
('192.168.127.12', '2017-02-27', 1, '1488152053'),
('192.168.127.12', '2017-02-27', 1, '1488153245'),
('192.168.3.11', '2017-02-28', 2, '1488248054'),
('172.16.58.3', '2017-02-28', 1, '1488253462'),
('172.16.17.32', '2017-02-28', 2, '1488256190'),
('192.168.127.12', '2017-02-28', 1, '1488264818'),
('172.16.31.10', '2017-03-01', 1, '1488305187'),
('192.168.127.12', '2017-03-01', 4, '1488353019'),
('172.16.58.3', '2017-03-01', 1, '1488327744'),
('192.168.127.12', '2017-03-01', 2, '1488343253'),
('192.168.127.12', '2017-03-01', 2, '1488343253'),
('172.16.58.3', '2017-03-01', 1, '1488353424'),
('192.168.127.12', '2017-03-02', 2, '1488443137'),
('172.16.17.32', '2017-03-02', 1, '1488443329'),
('172.16.31.10', '2017-03-02', 1, '1488470581'),
('192.168.3.11', '2017-03-03', 1, '1488484334'),
('172.16.17.32', '2017-03-03', 1, '1488512343'),
('192.168.127.12', '2017-03-03', 1, '1488513067'),
('192.168.127.12', '2017-03-04', 1, '1488576928'),
('172.16.58.3', '2017-03-04', 1, '1488577211'),
('192.168.127.12', '2017-03-04', 1, '1488582704'),
('172.16.31.10', '2017-03-04', 1, '1488583701'),
('172.16.58.3', '2017-03-04', 1, '1488588613'),
('172.16.17.32', '2017-03-04', 1, '1488609300'),
('192.168.127.12', '2017-03-04', 2, '1488609455'),
('192.168.127.12', '2017-03-05', 1, '1488654078'),
('172.16.17.32', '2017-03-05', 1, '1488657676'),
('172.16.17.32', '2017-03-05', 1, '1488685199'),
('172.16.31.10', '2017-03-05', 2, '1488712500'),
('172.16.31.10', '2017-03-05', 2, '1488712500'),
('192.168.127.12', '2017-03-05', 1, '1488712500'),
('172.16.31.10', '2017-03-06', 1, '1488745329'),
('172.16.58.3', '2017-03-06', 21, '1488763995'),
('192.168.127.12', '2017-03-06', 1, '1488804392'),
('172.16.31.10', '2017-03-07', 1, '1488824173'),
('192.168.127.12', '2017-03-07', 37, '1488894839'),
('192.168.127.12', '2017-03-07', 1, '1488860657'),
('192.168.127.12', '2017-03-07', 1, '1488861189'),
('192.168.3.11', '2017-03-07', 1, '1488861769'),
('172.16.58.3', '2017-03-07', 1, '1488867560'),
('192.168.127.12', '2017-03-07', 10, '1488877617'),
('192.168.127.12', '2017-03-07', 1, '1488871405'),
('192.168.3.11', '2017-03-07', 4, '1488880009'),
('192.168.127.12', '2017-03-07', 1, '1488882542'),
('172.16.17.32', '2017-03-07', 8, '1488899346'),
('172.16.31.10', '2017-03-07', 1, '1488899414'),
('192.168.3.11', '2017-03-07', 1, '1488902422'),
('192.168.127.12', '2017-03-08', 1, '1488907964'),
('172.16.31.10', '2017-03-08', 8, '1488949462'),
('172.16.17.32', '2017-03-08', 1, '1488938870'),
('192.168.3.11', '2017-03-08', 1, '1488949344'),
('192.168.127.12', '2017-03-08', 1, '1488960720'),
('192.168.127.12', '2017-03-08', 1, '1488979876'),
('172.16.17.32', '2017-03-08', 1, '1488986137'),
('172.16.31.10', '2017-03-09', 7, '1489006174'),
('172.16.31.1078', '2017-03-09', 1, '1489023194'),
('192.168.127.12', '2017-03-09', 1, '1489031379'),
('172.16.31.10', '2017-03-09', 1, '1489031420'),
('192.168.3.11', '2017-03-09', 1, '1489042699'),
('172.16.17.32', '2017-03-09', 1, '1489046534'),
('192.168.127.12', '2017-03-09', 1, '1489049236'),
('192.168.127.12', '2017-03-09', 2, '1489067124'),
('192.168.127.12', '2017-03-09', 4, '1489078498'),
('192.168.127.12', '2017-03-09', 1, '1489078655'),
('172.16.17.32', '2017-03-10', 1, '1489081840'),
('192.168.3.11', '2017-03-10', 1, '1489116534'),
('172.16.58.3', '2017-03-10', 1, '1489116631'),
('106.120.173.117', '2017-03-10', 1, '1489119035'),
('192.168.3.11', '2017-03-10', 1, '1489119720'),
('172.16.31.10', '2017-03-10', 1, '1489126679'),
('192.168.127.12', '2017-03-10', 1, '1489138319'),
('192.168.3.11', '2017-03-10', 1, '1489144187'),
('172.16.58.3', '2017-03-10', 2, '1489147307'),
('172.16.17.32', '2017-03-10', 1, '1489147623'),
('172.16.58.3', '2017-03-12', 1, '1489272643'),
('172.16.58.3', '2017-03-12', 1, '1489293147'),
('192.168.3.11', '2017-03-12', 2, '1489300806'),
('172.16.17.32', '2017-03-12', 2, '1489319582'),
('172.16.17.32', '2017-03-12', 6, '1489312340'),
('192.168.127.12', '2017-03-12', 1, '1489333488'),
('192.168.127.12', '2017-03-13', 5, '1489396439'),
('192.168.127.12', '2017-03-13', 5, '1489418516'),
('192.168.3.11', '2017-03-13', 10, '1489413176'),
('172.16.31.10', '2017-03-13', 1, '1489372434'),
('172.16.17.32', '2017-03-13', 1, '1489399726'),
('172.16.31.10', '2017-03-13', 1, '1489412258'),
('172.16.58.3', '2017-03-13', 1, '1489412393'),
('172.16.58.3', '2017-03-14', 1, '1489429250'),
('172.16.17.32', '2017-03-14', 1, '1489447033'),
('172.16.58.3', '2017-03-14', 1, '1489449060'),
('192.168.3.11', '2017-03-14', 6, '1489449487'),
('192.168.127.12', '2017-03-14', 19, '1489488528'),
('172.16.58.3', '2017-03-14', 2, '1489469840'),
('192.168.3.11', '2017-03-14', 1, '1489473521'),
('172.16.31.10', '2017-03-14', 1, '1489480729'),
('::1', '2017-03-14', 2, '1489488865'),
('192.168.3.11', '2017-04-10', 4, '1491830953'),
('172.16.17.32', '2017-04-10', 7, '1491837179'),
('192.168.3.11', '2017-04-10', 15, '1491832018'),
('172.16.31.10', '2017-04-10', 15, '1491840943'),
('172.16.17.32', '2017-04-10', 7, '1491831481'),
('172.16.17.32', '2017-04-10', 8, '1491832333'),
('172.16.31.10', '2017-04-10', 8, '1491835273'),
('172.16.17.32', '2017-04-10', 5, '1491836252'),
('172.16.31.10', '2017-04-10', 1, '1491836224'),
('172.16.31.10', '2017-04-10', 1, '1491836232'),
('172.16.31.10', '2017-04-10', 1, '1491836279'),
('172.16.17.32', '2017-04-10', 1, '1491836454'),
('192.168.127.12', '2017-04-10', 3, '1491837177'),
('172.16.31.10', '2017-04-10', 5, '1491838361'),
('172.16.31.10', '2017-04-10', 17, '1491839233'),
('192.168.127.12', '2017-04-10', 1, '1491839271'),
('172.16.31.10', '2017-04-10', 1, '1491841675'),
('172.16.17.32', '2017-04-10', 5, '1491841898'),
('172.16.58.3', '2017-04-10', 1, '1491843466'),
('172.16.17.32', '2017-04-11', 1, '1491845816'),
('192.168.127.1214', '2017-04-11', 8, '1491885026'),
('172.16.17.32', '2017-04-11', 19, '1491886420'),
('172.16.31.10', '2017-04-11', 74, '1491904926'),
('172.16.58.3', '2017-04-11', 2, '1491868159'),
('172.16.31.10', '2017-04-11', 3, '1491868177'),
('192.168.3.11', '2017-04-11', 2, '1491868167'),
('172.16.58.3', '2017-04-11', 1, '1491868375'),
('172.16.17.32', '2017-04-11', 1, '1491868723'),
('172.16.58.3', '2017-04-11', 31, '1491885801'),
('172.16.17.32', '2017-04-11', 1, '1491869512'),
('192.168.3.11', '2017-04-11', 26, '1491886898'),
('172.16.17.32', '2017-04-11', 2, '1491873097'),
('172.16.58.3', '2017-04-11', 18, '1491903530'),
('172.16.17.32', '2017-04-11', 38, '1491912419'),
('172.16.31.10', '2017-04-11', 1, '1491874249'),
('172.16.58.3', '2017-04-11', 1, '1491876200'),
('192.168.127.12', '2017-04-11', 1, '1491879549'),
('172.16.17.32', '2017-04-11', 1, '1491881860'),
('192.168.3.11', '2017-04-11', 1, '1491885654'),
('172.16.31.10', '2017-04-11', 1, '1491886178'),
('172.16.31.10', '2017-04-11', 1, '1491890613'),
('172.16.17.32', '2017-04-11', 11, '1491903929'),
('172.16.31.10', '2017-04-11', 1, '1491899596'),
('172.16.58.3', '2017-04-11', 1, '1491900372'),
('192.168.127.12', '2017-04-11', 1, '1491900391'),
('172.16.58.3', '2017-04-11', 1, '1491903234'),
('192.168.127.12', '2017-04-11', 1, '1491903590'),
('172.16.31.10', '2017-04-11', 1, '1491903654'),
('192.168.127.12', '2017-04-11', 1, '1491904105'),
('192.168.127.12', '2017-04-11', 2, '1491904420'),
('192.168.127.12', '2017-04-11', 1, '1491905161'),
('172.16.58.3', '2017-04-11', 3, '1491906526'),
('192.168.127.12', '2017-04-11', 1, '1491911697'),
('172.16.58.3', '2017-04-11', 2, '1491916041'),
('172.16.58.3', '2017-04-12', 1, '1491936825'),
('172.16.17.32', '2017-04-12', 1, '1491940259'),
('172.16.31.10', '2017-04-12', 7, '1491974879'),
('172.16.31.10', '2017-04-12', 29, '1491994893'),
('172.16.17.32', '2017-04-12', 42, '1491998745'),
('172.16.17.32', '2017-04-12', 34, '1491992490'),
('172.16.17.32', '2017-04-12', 7, '1491994909'),
('172.16.58.3', '2017-04-12', 32, '1491970586'),
('192.168.3.11', '2017-04-12', 1, '1491969680'),
('172.16.58.3', '2017-04-12', 1, '1491969680'),
('172.16.58.3', '2017-04-12', 6, '1492009861'),
('192.168.3.11', '2017-04-12', 1, '1491969981'),
('172.16.58.3', '2017-04-12', 13, '1492011419'),
('172.16.17.32', '2017-04-12', 6, '1492010797'),
('172.16.17.32', '2017-04-12', 9, '1491978418'),
('172.16.17.32', '2017-04-12', 1, '1491988764'),
('172.16.31.10', '2017-04-12', 1, '1491990055'),
('172.16.17.32', '2017-04-12', 2, '1492000353'),
('192.168.127.12', '2017-04-12', 1, '1491996746'),
('192.168.3.11', '2017-04-12', 2, '1492006683'),
('172.16.17.32', '2017-04-13', 1, '1492020092'),
('172.16.58.3', '2017-04-13', 1, '1492020783'),
('192.168.127.12', '2017-04-13', 1, '1492020786'),
('172.16.58.3', '2017-04-13', 1, '1492035881'),
('172.16.31.10', '2017-04-13', 3, '1492060487'),
('172.16.17.32', '2017-04-13', 4, '1492066813'),
('192.168.127.12', '2017-04-13', 2, '1492067990'),
('192.168.3.11', '2017-04-13', 1, '1492067930'),
('192.168.3.11', '2017-04-13', 1, '1492068012'),
('172.16.17.32', '2017-04-13', 1, '1492070988'),
('192.168.3.11', '2017-04-13', 1, '1492073827'),
('172.16.31.10', '2017-04-13', 1, '1492083386'),
('172.16.17.32', '2017-04-13', 1, '1492083401'),
('192.168.3.11', '2017-04-13', 1, '1492085670'),
('192.168.127.12', '2017-04-13', 10, '1492089453'),
('172.16.31.10', '2017-04-14', 1, '1492102873'),
('192.168.3.11', '2017-04-14', 4, '1492103018'),
('172.16.17.32', '2017-04-14', 1, '1492102968'),
('172.16.58.3', '2017-04-14', 1, '1492143745'),
('172.16.31.10', '2017-04-14', 1, '1492170195'),
('192.168.127.12', '2017-04-14', 1, '1492170241'),
('172.16.31.10', '2017-04-14', 1, '1492170252'),
('::1', '2017-04-14', 15, '1492179479'),
('::1', '2017-04-29', 130, '1493465257'),
('::1', '2017-05-03', 1, '1493806489'),
('::1', '2017-05-07', 17, '1494152681'),
('::1', '2017-06-08', 107, '1496895520'),
('::1', '2017-06-09', 12, '1497019083'),
('::1', '2017-06-10', 1, '1497086341'),
('::1', '2017-09-14', 10, '1505389482'),
('::1', '2017-09-15', 2, '1505434754'),
('::1', '2017-11-24', 9, '1511503131'),
('::1', '2017-12-20', 9, '1513731265'),
('172.16.31.10', '2017-12-20', 8, '1513732538'),
('172.16.58.3', '2017-12-20', 3, '1513732881'),
('192.168.127.12', '2017-12-20', 22, '1513733388'),
('172.16.58.3', '2018-01-04', 1, '1515035968'),
('172.16.31.10', '2018-01-05', 1, '1515126014'),
('192.168.127.12', '2018-01-05', 1, '1515126363'),
('172.16.17.32', '2018-01-05', 1, '1515126481'),
('172.16.17.32', '2018-01-06', 1, '1515204760'),
('172.16.58.3', '2018-01-12', 1, '1515694890'),
('192.168.127.12', '2018-01-12', 1, '1515714507'),
('172.16.17.32', '2018-01-13', 7, '1515860551'),
('192.168.3.11', '2018-01-14', 1, '1515876580'),
('192.168.3.11', '2018-01-14', 1, '1515917130'),
('172.16.58.3', '2018-01-15', 1, '1516007860'),
('172.16.58.3', '2018-01-15', 1, '1516014919'),
('172.16.58.3', '2018-01-15', 4, '1516024084'),
('172.16.17.32', '2018-01-15', 9, '1516024800'),
('172.16.58.3', '2018-01-15', 1, '1516028825'),
('172.16.58.3', '2018-01-16', 5, '1516084304'),
('192.168.127.12', '2018-01-17', 14, '1516172027'),
('192.168.127.1278', '2018-01-25', 1, '1516890168'),
('172.16.58.3', '2018-01-27', 1, '1517047797'),
('192.168.127.12', '2018-01-28', 3, '1517104280'),
('172.16.58.3', '2018-01-31', 16, '1517343024'),
('192.168.127.12', '2018-01-31', 3, '1517378272'),
('172.16.58.3', '2018-02-05', 1, '1517821920'),
('172.16.58.3', '2018-02-06', 1, '1517897788'),
('172.16.58.3', '2018-02-06', 2, '1517919791'),
('172.16.17.32', '2018-02-08', 1, '1518051731'),
('172.16.31.10', '2018-02-08', 4, '1518080290'),
('192.168.127.12', '2018-02-08', 1, '1518108110'),
('192.168.3.11', '2018-02-09', 4, '1518138673'),
('192.168.3.11', '2018-02-14', 2, '1518612973'),
('172.16.31.10', '2018-02-16', 2, '1518732184'),
('172.16.17.32', '2018-02-16', 3, '1518783633'),
('172.16.17.32', '2018-02-16', 4, '1518783583'),
('172.16.58.3', '2018-02-16', 7, '1518798476'),
('172.16.31.10', '2018-02-17', 10, '1518857013'),
('192.168.3.11', '2018-02-18', 1, '1518924499'),
('192.168.3.11', '2018-02-18', 1, '1518965999'),
('172.16.58.3', '2018-02-20', 1, '1519123538'),
('172.16.58.3', '2018-02-21', 1, '1519152920'),
('192.168.127.12', '2018-02-24', 4, '1519468173'),
('192.168.3.11', '2018-02-24', 1, '1519486544'),
('172.16.17.32', '2018-02-25', 2, '1519577173'),
('192.168.3.11', '2018-02-26', 3, '1519583005'),
('192.168.3.11', '2018-02-26', 1, '1519628220'),
('172.16.58.3', '2018-02-27', 4, '1519743944'),
('192.168.3.11', '2018-02-28', 1, '1519814130'),
('192.168.127.12', '2018-03-02', 1, '1519967573'),
('172.16.58.3', '2018-03-02', 7, '1519976594'),
('172.16.31.10', '2018-03-03', 5, '1520055738'),
('192.168.127.12', '2018-03-04', 3, '1520117671'),
('172.16.58.3', '2018-03-04', 7, '1520145972'),
('192.168.3.11', '2018-03-07', 4, '1520419860'),
('192.168.3.11', '2018-03-08', 1, '1520488143'),
('192.168.3.11', '2018-03-08', 1, '1520489330'),
('192.168.3.117', '2018-03-09', 1, '1520605545'),
('172.16.31.10', '2018-03-10', 6, '1520624088'),
('192.168.3.11', '2018-03-10', 3, '1520662913'),
('172.16.58.3', '2018-03-10', 6, '1520663264'),
('192.168.3.11', '2018-03-13', 1, '1520956969'),
('172.16.31.10', '2018-03-15', 11, '1521097513'),
('192.168.127.12', '2018-03-15', 13, '1521097769'),
('192.168.127.12', '2018-03-16', 1, '1521136238'),
('192.168.3.11', '2018-03-18', 1, '1521364916'),
('192.168.127.12', '2018-03-20', 4, '1521488501'),
('172.16.17.32', '2018-03-20', 4, '1521510668'),
('192.168.3.11', '2018-03-20', 1, '1521522946'),
('172.16.17.32', '2018-03-21', 4, '1521608255'),
('172.16.31.10', '2018-03-21', 5, '1521620818'),
('172.16.17.32', '2018-03-21', 2, '1521621866'),
('172.16.31.10', '2018-03-22', 4, '1521653709'),
('172.16.17.32', '2018-03-22', 1, '1521676789'),
('172.16.17.32', '2018-03-22', 2, '1521676853'),
('192.168.3.11', '2018-03-22', 1, '1521681375'),
('192.168.3.11', '2018-03-22', 1, '1521734147'),
('192.168.127.12', '2018-03-22', 1, '1521736004'),
('192.168.3.11', '2018-03-23', 1, '1521751466'),
('172.16.17.32', '2018-03-23', 2, '1521776533'),
('192.168.127.12', '2018-03-23', 1, '1521778496'),
('172.16.58.3', '2018-03-23', 1, '1521810544'),
('172.16.17.32', '2018-03-23', 1, '1521810771'),
('172.16.17.32', '2018-03-24', 11, '1521869483'),
('172.16.31.10', '2018-03-25', 4, '1521921303'),
('192.168.127.12', '2018-03-26', 1, '1522033578'),
('192.168.3.11', '2018-03-27', 4, '1522108090'),
('192.168.3.11', '2018-03-27', 2, '1522146292'),
('172.16.17.32', '2018-03-27', 3, '1522157253'),
('172.16.17.32', '2018-03-28', 6, '1522186802'),
('172.16.31.10', '2018-03-28', 16, '1522196011'),
('172.16.31.10', '2018-03-28', 1, '1522195396'),
('172.16.31.10', '2018-03-28', 3, '1522195776'),
('192.168.127.12', '2018-03-28', 1, '1522199568'),
('172.16.17.32', '2018-03-28', 2, '1522208696'),
('172.16.58.3', '2018-03-29', 1, '1522293066'),
('172.16.31.10', '2018-03-29', 1, '1522293127'),
('172.16.58.3', '2018-03-29', 1, '1522319558'),
('192.168.3.11', '2018-03-30', 2, '1522372223'),
('172.16.58.3', '2018-03-30', 1, '1522412619'),
('172.16.58.3', '2018-03-30', 4, '1522412647'),
('172.16.58.3', '2018-03-30', 7, '1522420128'),
('192.168.3.11', '2018-03-31', 1, '1522430079'),
('192.168.127.12', '2018-03-31', 1, '1522449078'),
('172.16.31.10', '2018-03-31', 4, '1522450373'),
('192.168.3.11', '2018-03-31', 1, '1522460877'),
('172.16.58.3', '2018-04-01', 4, '1522580041'),
('192.168.3.11', '2018-04-02', 10, '1522675988'),
('192.168.127.12', '2018-04-03', 6, '1522736236'),
('172.16.17.32', '2018-04-03', 3, '1522745488'),
('172.16.58.3', '2018-04-03', 1, '1522770656'),
('172.16.58.3', '2018-04-04', 2, '1522846411'),
('172.16.31.10', '2018-04-04', 1, '1522849934'),
('172.16.58.3', '2018-04-04', 8, '1522857732'),
('172.16.58.3', '2018-04-05', 3, '1522935503'),
('192.168.127.12', '2018-04-05', 4, '1522943413'),
('172.16.58.3', '2018-04-05', 1, '1522943374'),
('192.168.3.11', '2018-04-06', 8, '1522970533'),
('172.16.58.3', '2018-04-06', 1, '1522981120'),
('172.16.31.10', '2018-04-06', 3, '1523028807'),
('192.168.127.12', '2018-04-07', 3, '1523086829'),
('172.16.17.32', '2018-04-08', 3, '1523155267'),
('172.16.58.3', '2018-04-08', 1, '1523179743'),
('192.168.127.12', '2018-04-09', 8, '1523266966'),
('172.16.31.10', '2018-04-10', 1, '1523368237'),
('192.168.127.12', '2018-04-11', 1, '1523417765'),
('192.168.3.11', '2018-04-12', 7, '1523549019'),
('192.168.3.11', '2018-04-13', 1, '1523587899'),
('192.168.3.11', '2018-04-14', 2, '1523669032'),
('172.16.31.10', '2018-04-14', 1, '1523670968'),
('192.168.3.11', '2018-04-14', 1, '1523695658'),
('172.16.31.10', '2018-04-14', 2, '1523716966'),
('192.168.127.12', '2018-04-14', 1, '1523720351'),
('172.16.58.3', '2018-04-15', 1, '1523794569'),
('172.16.17.32', '2018-04-15', 3, '1523794616'),
('192.168.3.11', '2018-04-16', 3, '1523841248'),
('192.168.3.11', '2018-04-16', 1, '1523856333'),
('172.16.58.3', '2018-04-17', 4, '1523953607'),
('192.168.127.12', '2018-04-18', 2, '1523988994'),
('172.16.58.3', '2018-04-18', 5, '1524070314'),
('172.16.17.32', '2018-04-19', 7, '1524071012'),
('192.168.127.12', '2018-04-19', 1, '1524072948'),
('172.16.17.32', '2018-04-19', 1, '1524104318'),
('172.16.31.10', '2018-04-20', 3, '1524197373'),
('172.16.58.3', '2018-04-21', 1, '1524290104'),
('172.16.58.3', '2018-04-21', 3, '1524326417'),
('172.16.17.32', '2018-04-22', 1, '1524347834'),
('192.168.127.12', '2018-04-23', 4, '1524446691'),
('172.16.17.32', '2018-04-23', 2, '1524488084'),
('192.168.127.12', '2018-04-24', 3, '1524554201'),
('172.16.31.10', '2018-04-25', 2, '1524633950'),
('192.168.127.12', '2018-04-25', 2, '1524642185'),
('172.16.31.10', '2018-04-25', 5, '1524643927'),
('192.168.3.11', '2018-04-25', 1, '1524672076'),
('192.168.3.11', '2018-04-26', 1, '1524723910'),
('172.16.31.10', '2018-04-26', 2, '1524731623'),
('172.16.58.3', '2018-04-26', 6, '1524729550'),
('172.16.17.32', '2018-04-26', 7, '1524733793'),
('172.16.58.3', '2018-04-27', 1, '1524793565'),
('192.168.127.12', '2018-04-27', 6, '1524794004'),
('192.168.127.12', '2018-04-27', 2, '1524815446'),
('172.16.17.32', '2018-04-27', 1, '1524842030'),
('192.168.127.12', '2018-04-28', 1, '1524883736'),
('172.16.31.10', '2018-04-28', 3, '1524887383'),
('172.16.31.10', '2018-04-28', 7, '1524892167'),
('192.168.3.11', '2018-04-28', 7, '1524894790'),
('192.168.3.11', '2018-04-28', 2, '1524904425'),
('172.16.31.10', '2018-04-29', 2, '1524984812'),
('172.16.17.32', '2018-04-29', 2, '1524988496'),
('172.16.58.3', '2018-04-30', 19, '1525084978'),
('192.168.127.12', '2018-04-30', 2, '1525095324'),
('172.16.31.10', '2018-04-30', 4, '1525097332'),
('172.16.17.32', '2018-04-30', 1, '1525101100'),
('192.168.127.12', '2018-05-01', 2, '1525155898'),
('192.168.127.12', '2018-05-01', 7, '1525173882'),
('192.168.127.12', '2018-05-01', 1, '1525173866'),
('172.16.58.3', '2018-05-02', 1, '1525195062'),
('192.168.127.12', '2018-05-02', 1, '1525221357'),
('192.168.3.11', '2018-05-02', 6, '1525223558'),
('172.16.58.3', '2018-05-02', 2, '1525233783'),
('172.16.58.3', '2018-05-02', 1, '1525246175'),
('172.16.58.3', '2018-05-03', 3, '1525312585'),
('172.16.58.3', '2018-05-03', 1, '1525312600'),
('172.16.17.32', '2018-05-03', 1, '1525319179'),
('172.16.17.32', '2018-05-03', 4, '1525320454'),
('192.168.3.11', '2018-05-03', 1, '1525364299'),
('172.16.17.32', '2018-05-03', 1, '1525365701'),
('192.168.127.12', '2018-05-04', 1, '1525370795'),
('192.168.3.11', '2018-05-04', 4, '1525399624'),
('192.168.127.12', '2018-05-04', 3, '1525413877'),
('172.16.17.32', '2018-05-04', 18, '1525429418'),
('172.16.58.3', '2018-05-04', 2, '1525425216'),
('172.16.31.10', '2018-05-04', 1, '1525427031'),
('192.168.3.11', '2018-05-05', 2, '1525458670'),
('192.168.127.12', '2018-05-05', 2, '1525458693'),
('192.168.127.12', '2018-05-05', 3, '1525495206'),
('172.16.17.32', '2018-05-06', 1, '1525568648'),
('192.168.3.11', '2018-05-06', 1, '1525614294'),
('172.16.58.3', '2018-05-07', 1, '1525660169'),
('192.168.127.12', '2018-05-07', 1, '1525668747'),
('192.168.3.11', '2018-05-07', 10, '1525680268'),
('192.168.127.12', '2018-05-07', 1, '1525701908'),
('192.168.127.12', '2018-05-07', 2, '1525711542'),
('172.16.17.32', '2018-05-08', 1, '1525753223'),
('172.16.58.3', '2018-05-08', 1, '1525753258'),
('192.168.127.12', '2018-05-08', 3, '1525770015'),
('172.16.58.3', '2018-05-08', 1, '1525784458'),
('192.168.127.12', '2018-05-09', 1, '1525811974'),
('192.168.3.11', '2018-05-09', 2, '1525838299'),
('172.16.31.10', '2018-05-09', 1, '1525853988'),
('172.16.31.10', '2018-05-09', 5, '1525856391'),
('172.16.17.32', '2018-05-10', 1, '1525913193'),
('172.16.17.32', '2018-05-10', 3, '1525917993'),
('192.168.3.11', '2018-05-10', 5, '1525922763'),
('192.168.127.12', '2018-05-10', 9, '1525925529'),
('172.16.17.32', '2018-05-10', 1, '1525968043'),
('192.168.127.12', '2018-05-10', 3, '1525970232'),
('192.168.127.12', '2018-05-10', 1, '1525970207'),
('172.16.31.10', '2018-05-11', 1, '1526005963'),
('192.168.127.12', '2018-05-11', 2, '1526032084'),
('172.16.17.32', '2018-05-11', 11, '1526051510'),
('172.16.31.1050', '2018-05-11', 17, '1526056681'),
('192.168.127.12', '2018-05-12', 9, '1526092316'),
('172.16.17.32', '2018-05-12', 6, '1526098864'),
('172.16.58.3', '2018-05-12', 1, '1526111016'),
('172.16.58.3', '2018-05-12', 1, '1526116343'),
('172.16.58.3', '2018-05-12', 5, '1526139500'),
('172.16.58.3', '2018-05-13', 2, '1526194238'),
('172.16.31.10', '2018-05-13', 3, '1526209623'),
('172.16.31.10', '2018-05-13', 6, '1526218162'),
('172.16.31.10', '2018-05-14', 1, '1526230859'),
('172.16.58.3', '2018-05-14', 11, '1526268317'),
('192.168.127.12', '2018-05-14', 10, '1526268962'),
('192.168.127.12', '2018-05-14', 1, '1526276716'),
('192.168.127.12', '2018-05-14', 1, '1526278035'),
('172.16.17.32', '2018-05-14', 1, '1526280447'),
('172.16.58.3', '2018-05-14', 3, '1526282691'),
('172.16.31.10', '2018-05-14', 2, '1526288206'),
('172.16.17.32', '2018-05-14', 1, '1526294327'),
('172.16.58.3', '2018-05-14', 1, '1526295689'),
('192.168.127.12', '2018-05-14', 3, '1526305437'),
('172.16.31.10', '2018-05-15', 48, '1526401644'),
('172.16.31.10', '2018-05-16', 15, '1526464029'),
('172.16.31.10', '2018-05-17', 29, '1526574813'),
('172.16.31.10', '2018-05-18', 22, '1526654776'),
('172.16.31.10', '2018-05-19', 22, '1526730464'),
('172.16.31.10', '2018-05-20', 32, '1526820748'),
('172.16.31.10', '2018-05-21', 18, '1526875405'),
('::1', '2018-05-21', 13, '1526913558'),
('::1', '2018-07-09', 56, '1531105192'),
('::1', '2018-07-30', 34, '1532952823'),
('::1', '2018-07-31', 11, '1532991895'),
('::1', '2018-08-01', 14, '1533111440'),
('::1', '2018-08-04', 4, '1533387470'),
('::1', '2018-08-05', 95, '1533448397'),
('::1', '2018-08-06', 27, '1533523036'),
('::1', '2018-08-07', 1, '1533600727'),
('::1', '2018-08-08', 1, '1533702211'),
('::1', '2018-08-09', 9, '1533803418'),
('::1', '2018-12-29', 13, '1546070553'),
('::1', '2019-01-11', 99, '1547217841'),
('::1', '2019-01-12', 318, '1547300667'),
('::1', '2019-01-13', 89, '1547346902'),
('172.16.31.10', '2019-01-13', 20, '1547350892'),
('172.16.17.32', '2019-01-13', 1, '1547347436'),
('172.16.17.32', '2019-01-13', 1, '1547347446'),
('172.16.17.32', '2019-01-13', 7, '1547347706'),
('172.16.58.3', '2019-01-13', 6, '1547374300'),
('172.16.17.32', '2019-01-14', 3, '1547442683'),
('192.168.127.12', '2019-01-14', 2, '1547445413'),
('192.168.3.11', '2019-01-14', 3, '1547445428'),
('192.168.3.11', '2019-01-15', 6, '1547549399'),
('172.16.17.32', '2019-01-15', 3, '1547549103'),
('192.168.127.12', '2019-01-15', 1, '1547549047'),
('192.168.127.12', '2019-01-15', 1, '1547549262'),
('172.16.31.10', '2019-01-16', 3, '1547613884'),
('192.168.127.12', '2019-01-16', 1, '1547643386'),
('172.16.31.10', '2019-01-17', 8, '1547688077'),
('172.16.31.10', '2019-01-17', 54, '1547693447'),
('172.16.17.32', '2019-01-17', 1, '1547691147'),
('172.16.31.10', '2019-01-17', 1, '1547701415'),
('172.16.17.32', '2019-01-17', 1, '1547701762'),
('192.168.3.11', '2019-01-17', 1, '1547712032'),
('172.16.17.32', '2019-01-17', 1, '1547712048'),
('172.16.58.3', '2019-01-17', 1, '1547712057'),
('192.168.3.11', '2019-01-17', 4, '1547715017'),
('192.168.127.12', '2019-01-17', 1, '1547714862'),
('172.16.17.32', '2019-01-17', 1, '1547715079'),
('192.168.3.11', '2019-01-17', 2, '1547715589'),
('172.16.17.32', '2019-01-17', 1, '1547718247'),
('192.168.3.11', '2019-01-17', 1, '1547726601'),
('192.168.127.12', '2019-01-17', 2, '1547747579'),
('192.168.3.11', '2019-01-17', 2, '1547769076'),
('192.168.127.12', '2019-01-17', 1, '1547769383'),
('172.16.17.32', '2019-01-18', 3, '1547786592'),
('172.16.31.10', '2019-01-18', 1, '1547808059'),
('114.5.36.99', '2019-01-19', 1, '1547909952'),
('192.168.3.11', '2019-01-20', 1, '1547975735'),
('172.16.58.3', '2019-01-20', 2, '1547991165'),
('192.168.3.11', '2019-01-20', 9, '1547992602'),
('172.16.17.32', '2019-01-20', 1, '1547992350'),
('172.16.58.3', '2019-01-20', 1, '1547992430'),
('172.16.31.10', '2019-01-21', 5, '1548061962'),
('192.168.127.12', '2019-01-21', 3, '1548072873'),
('192.168.127.12', '2019-01-23', 2, '1548269812'),
('172.16.17.32', '2019-01-24', 2, '1548313543'),
('192.168.127.12', '2019-01-24', 2, '1548314273'),
('172.16.58.3', '2019-01-26', 3, '1548467163'),
('172.16.58.3', '2019-01-29', 1, '1548733676'),
('172.16.17.32', '2019-01-29', 1, '1548737793'),
('192.168.127.12', '2019-01-29', 1, '1548774443'),
('172.16.31.10', '2019-01-30', 3, '1548810834'),
('172.16.17.32', '2019-01-30', 1, '1548833089'),
('192.168.127.12', '2019-01-30', 1, '1548834708'),
('172.16.17.32', '2019-02-02', 1, '1549125663'),
('192.168.127.12', '2019-02-03', 1, '1549160296'),
('172.16.17.32', '2019-02-03', 1, '1549162932'),
('172.16.58.3', '2019-02-03', 1, '1549163097'),
('192.168.3.11', '2019-02-03', 29, '1549210456'),
('172.16.58.3', '2019-02-04', 1, '1549305037'),
('172.16.17.32', '2019-02-06', 1, '1549444564'),
('192.168.3.11', '2019-02-07', 2, '1549507264'),
('192.168.127.12', '2019-02-07', 1, '1549543438'),
('172.16.58.3', '2019-02-08', 3, '1549622925'),
('192.168.127.12', '2019-02-09', 1, '1549710157'),
('172.16.58.3', '2019-02-10', 3, '1549778543'),
('192.168.127.12', '2019-02-11', 1, '1549855232'),
('172.16.58.3', '2019-02-11', 5, '1549871712'),
('172.16.17.32', '2019-02-12', 1, '1549954520'),
('172.16.58.3', '2019-02-12', 2, '1549957872'),
('172.16.17.32', '2019-02-12', 1, '1549963994'),
('192.168.3.11', '2019-02-13', 1, '1550068034'),
('192.168.3.11', '2019-02-14', 1, '1550161253'),
('172.16.58.3', '2019-02-15', 2, '1550217838'),
('192.168.3.11', '2019-02-15', 1, '1550227364'),
('172.16.17.32', '2019-02-15', 1, '1550227383'),
('172.16.31.10', '2019-02-15', 4, '1550234290'),
('172.16.58.3', '2019-02-18', 3, '1550499070'),
('192.168.3.11', '2019-02-19', 1, '1550559128'),
('192.168.127.12', '2019-02-19', 1, '1550618711'),
('192.168.127.12', '2019-02-20', 2, '1550625033'),
('192.168.3.11', '2019-02-20', 3, '1550632812'),
('172.16.31.10', '2019-02-20', 5, '1550636473'),
('192.168.127.12', '2019-02-20', 5, '1550659937'),
('172.16.31.10', '2019-02-20', 1, '1550654147'),
('192.168.3.11', '2019-02-20', 4, '1550656093'),
('192.168.3.11', '2019-02-21', 1, '1550713202'),
('172.16.58.3', '2019-02-21', 5, '1550754012'),
('172.16.17.32', '2019-02-22', 1, '1550803914'),
('172.16.58.3', '2019-02-22', 2, '1550821617'),
('192.168.127.12', '2019-02-22', 5, '1550822047'),
('172.16.17.32', '2019-02-22', 3, '1550856642'),
('172.16.17.32', '2019-02-22', 1, '1550859766'),
('192.168.3.11', '2019-02-24', 4, '1550993023'),
('192.168.3.11', '2019-02-25', 2, '1551110861'),
('172.16.58.3', '2019-02-25', 1, '1551110655'),
('192.168.3.11', '2019-02-25', 2, '1551110668'),
('172.16.31.10', '2019-02-26', 8, '1551175263'),
('192.168.127.12', '2019-02-26', 6, '1551175176'),
('172.16.58.3', '2019-02-26', 1, '1551195627'),
('192.168.3.11', '2019-02-26', 1, '1551210983'),
('172.16.17.32', '2019-02-27', 1, '1551277376'),
('172.16.58.3', '2019-02-28', 1, '1551314018'),
('172.16.31.10', '2019-03-01', 1, '1551408271'),
('192.168.3.11', '2019-03-01', 1, '1551410549'),
('192.168.3.11', '2019-03-01', 5, '1551457192'),
('192.168.127.12', '2019-03-04', 1, '1551699159'),
('192.168.127.12', '2019-03-05', 4, '1551768809'),
('192.168.3.11', '2019-03-05', 2, '1551768805'),
('172.16.17.32', '2019-03-06', 12, '1551849794'),
('172.16.31.10', '2019-03-06', 2, '1551860089'),
('172.16.17.32', '2019-03-08', 8, '1552032579'),
('172.16.17.32', '2019-03-08', 1, '1552030871'),
('172.16.17.32', '2019-03-08', 3, '1552032589'),
('172.16.58.3', '2019-03-09', 1, '1552095953'),
('172.16.31.10', '2019-03-09', 1, '1552096496'),
('172.16.17.32', '2019-03-09', 2, '1552110608'),
('172.16.31.10', '2019-03-09', 1, '1552119603'),
('192.168.127.12', '2019-03-09', 1, '1552138754'),
('172.16.58.3', '2019-03-09', 1, '1552138781'),
('192.168.3.11', '2019-03-09', 1, '1552152721'),
('172.16.58.3', '2019-03-09', 1, '1552156043'),
('172.16.31.10', '2019-03-10', 1, '1552182874'),
('172.16.31.10', '2019-03-10', 1, '1552184146'),
('172.16.58.3', '2019-03-10', 1, '1552184244'),
('192.168.127.12', '2019-03-10', 1, '1552185191'),
('192.168.3.11', '2019-03-10', 1, '1552199227'),
('172.16.31.10', '2019-03-10', 1, '1552199399'),
('192.168.3.11', '2019-03-11', 2, '1552290700'),
('192.168.127.12', '2019-03-11', 1, '1552299497'),
('172.16.58.3', '2019-03-12', 15, '1552363313'),
('172.16.58.3', '2019-03-12', 1, '1552361785'),
('172.16.17.32', '2019-03-12', 2, '1552364331'),
('172.16.31.10', '2019-03-12', 2, '1552390824'),
('172.16.58.3', '2019-03-14', 1, '1552530748'),
('172.16.58.3', '2019-03-14', 2, '1552530790'),
('192.168.3.11', '2019-03-14', 3, '1552531678'),
('192.168.3.11', '2019-03-14', 2, '1552548352'),
('172.16.58.3', '2019-03-15', 2, '1552629401'),
('172.16.58.3', '2019-03-15', 1, '1552629384'),
('192.168.3.11', '2019-03-15', 1, '1552629393'),
('172.16.31.10', '2019-03-15', 1, '1552629412'),
('192.168.3.11', '2019-03-15', 1, '1552629455'),
('192.168.3.11', '2019-03-15', 2, '1552633868'),
('192.168.3.11', '2019-03-15', 1, '1552638910'),
('172.16.17.32', '2019-03-16', 1, '1552704911'),
('172.16.31.10', '2019-03-16', 1, '1552708970'),
('172.16.17.32', '2019-03-16', 3, '1552709061'),
('172.16.58.3', '2019-03-16', 1, '1552709087'),
('192.168.3.11', '2019-03-17', 1, '1552806094'),
('192.168.3.11', '2019-03-17', 1, '1552834878'),
('172.16.58.3', '2019-03-17', 1, '1552845040');
INSERT INTO `statistik` (`ip`, `tanggal`, `hits`, `online`) VALUES
('172.16.58.3', '2019-03-17', 3, '1552845264'),
('172.16.17.32', '2019-03-18', 1, '1552884551'),
('172.16.31.10', '2019-03-18', 6, '1552904407'),
('192.168.127.12', '2019-03-18', 2, '1552929281'),
('172.16.31.10', '2019-03-20', 6, '1553060656'),
('172.16.17.32', '2019-03-20', 6, '1553077447'),
('172.16.31.10', '2019-03-20', 1, '1553087484'),
('172.16.31.10', '2019-03-20', 1, '1553100279'),
('172.16.58.3', '2019-03-20', 5, '1553100429'),
('172.16.31.10', '2019-03-21', 1, '1553139191'),
('192.168.3.11', '2019-03-21', 3, '1553147953'),
('172.16.58.3', '2019-03-21', 2, '1553185734'),
('172.16.17.32', '2019-03-22', 28, '1553239066'),
('192.168.3.11', '2019-03-22', 1, '1553259458'),
('172.16.31.10', '2019-03-22', 6, '1553264564'),
('192.168.3.11', '2019-03-24', 1, '1553423262'),
('172.16.17.32', '2019-03-25', 1, '1553488670'),
('172.16.31.10', '2019-03-25', 1, '1553490994'),
('172.16.58.3', '2019-03-25', 1, '1553499042'),
('172.16.31.10', '2019-03-25', 2, '1553520815'),
('192.168.127.12', '2019-03-25', 2, '1553524943'),
('192.168.127.12', '2019-03-25', 1, '1553530537'),
('192.168.127.12', '2019-03-26', 1, '1553574072'),
('192.168.127.12', '2019-03-27', 1, '1553656164'),
('172.16.17.32', '2019-03-27', 1, '1553693121'),
('172.16.31.10', '2019-03-28', 4, '1553740251'),
('192.168.3.11', '2019-03-28', 1, '1553738797'),
('172.16.17.32', '2019-03-28', 2, '1553738821'),
('172.16.31.10', '2019-03-28', 2, '1553739261'),
('172.16.17.32', '2019-03-28', 1, '1553739104'),
('192.168.127.12', '2019-03-28', 2, '1553739465'),
('192.168.127.12', '2019-03-28', 1, '1553739384'),
('172.16.17.32', '2019-03-28', 15, '1553745746'),
('172.16.17.32', '2019-03-28', 15, '1553745746'),
('192.168.3.11', '2019-03-28', 1, '1553780216'),
('172.16.17.32', '2019-03-28', 2, '1553781839'),
('172.16.31.10', '2019-03-28', 1, '1553785726'),
('172.16.58.3', '2019-03-28', 1, '1553808762'),
('192.168.127.12', '2019-03-29', 6, '1553828968'),
('172.16.58.3', '2019-03-29', 2, '1553859252'),
('172.16.17.32', '2019-03-29', 4, '1553865142'),
('172.16.31.10', '2019-03-30', 3, '1553926302'),
('192.168.127.12', '2019-03-30', 1, '1553929047'),
('172.16.31.10', '2019-03-30', 1, '1553929083'),
('172.16.31.10', '2019-03-30', 1, '1553929119'),
('172.16.31.10', '2019-03-30', 1, '1553967232'),
('172.16.58.3', '2019-03-31', 1, '1554009754'),
('172.16.17.32', '2019-03-31', 3, '1554039011'),
('172.16.17.32', '2019-04-01', 5, '1554106346'),
('192.168.127.12', '2019-04-02', 1, '1554175368'),
('192.168.3.11', '2019-04-02', 5, '1554184116'),
('192.168.127.12', '2019-04-02', 2, '1554185729'),
('172.16.31.10', '2019-04-02', 1, '1554232043'),
('192.168.3.11', '2019-04-03', 1, '1554260129'),
('172.16.58.3', '2019-04-04', 1, '1554363445'),
('192.168.127.12', '2019-04-04', 1, '1554368727'),
('192.168.3.11', '2019-04-04', 1, '1554378728'),
('192.168.3.11', '2019-04-04', 1, '1554390461'),
('172.16.17.32', '2019-04-04', 3, '1554404329'),
('192.168.3.11', '2019-04-05', 1, '1554440586'),
('172.16.17.32', '2019-04-05', 1, '1554470470'),
('192.168.3.11', '2019-04-05', 3, '1554470733'),
('172.16.31.10', '2019-04-05', 1, '1554470675'),
('192.168.127.12', '2019-04-05', 1, '1554470696'),
('172.16.31.10', '2019-04-05', 1, '1554470709'),
('172.16.58.3', '2019-04-05', 3, '1554478995'),
('172.16.58.3', '2019-04-06', 1, '1554551404'),
('172.16.58.3', '2019-04-06', 1, '1554551428'),
('192.168.127.12', '2019-04-06', 2, '1554568371'),
('172.16.58.3', '2019-04-06', 1, '1554568247'),
('192.168.3.11', '2019-04-08', 2, '1554695041'),
('172.16.58.3', '2019-04-08', 1, '1554720220'),
('172.16.58.3', '2019-04-08', 1, '1554730746'),
('172.16.58.3', '2019-04-09', 3, '1554832741'),
('172.16.31.10', '2019-04-10', 1, '1554862423'),
('192.168.3.11', '2019-04-10', 1, '1554876073'),
('172.16.17.32', '2019-04-11', 12, '1554944681'),
('192.168.3.11', '2019-04-11', 1, '1554969010'),
('172.16.31.10', '2019-04-11', 1, '1554993611'),
('192.168.3.11', '2019-04-13', 1, '1555146471'),
('172.16.31.10', '2019-04-13', 1, '1555150240'),
('192.168.127.12', '2019-04-13', 1, '1555163069'),
('172.16.31.10', '2019-04-14', 1, '1555233716'),
('192.168.127.12', '2019-04-14', 1, '1555249204'),
('192.168.3.11', '2019-04-14', 1, '1555261153'),
('192.168.127.12', '2019-04-14', 2, '1555261362'),
('172.16.58.3', '2019-04-14', 1, '1555261446'),
('172.16.58.3', '2019-04-15', 1, '1555300585'),
('192.168.3.11', '2019-04-15', 10, '1555331603'),
('192.168.3.11', '2019-04-16', 1, '1555432800'),
('172.16.58.3', '2019-04-17', 3, '1555488172'),
('172.16.31.10', '2019-04-18', 1, '1555558887'),
('192.168.127.12', '2019-04-19', 3, '1555643730'),
('192.168.127.12', '2019-04-19', 1, '1555663628'),
('172.16.31.10', '2019-04-20', 3, '1555785036'),
('192.168.3.11', '2019-04-21', 1, '1555811669'),
('172.16.17.32', '2019-04-21', 2, '1555814945'),
('172.16.31.10', '2019-04-22', 2, '1555898162'),
('192.168.3.11', '2019-04-22', 2, '1555929114'),
('192.168.127.12', '2019-04-22', 14, '1555959109'),
('192.168.3.11', '2019-04-22', 1, '1555976844'),
('192.168.3.11', '2019-04-23', 1, '1555982778'),
('172.16.17.32', '2019-04-23', 1, '1556028351'),
('172.16.17.32', '2019-04-24', 4, '1556078742'),
('172.16.17.32', '2019-04-26', 1, '1556261323'),
('192.168.3.11', '2019-04-27', 1, '1556336248'),
('192.168.127.12', '2019-04-27', 1, '1556361497'),
('172.16.58.3', '2019-04-27', 1, '1556361561'),
('192.168.127.12', '2019-04-27', 1, '1556361589'),
('172.16.31.10', '2019-04-28', 5, '1556477589'),
('125.161.93.144', '2019-04-29', 1, '1556522498'),
('192.168.127.12', '2019-04-30', 1, '1556622068'),
('192.168.127.12', '2019-04-30', 1, '1556665613'),
('172.16.58.3', '2019-05-01', 1, '1556678691'),
('192.168.127.12', '2019-05-01', 3, '1556709094'),
('172.16.58.3', '2019-05-01', 8, '1556714286'),
('172.16.31.10', '2019-05-01', 1, '1556722198'),
('192.168.3.11', '2019-05-01', 1, '1556741354'),
('192.168.3.11', '2019-05-01', 1, '1556741399'),
('192.168.127.12', '2019-05-02', 1, '1556760294'),
('172.16.17.32', '2019-05-02', 1, '1556785933'),
('192.168.3.11', '2019-05-03', 3, '1556866773'),
('192.168.3.11', '2019-05-03', 5, '1556926243'),
('172.16.17.32', '2019-05-04', 2, '1556952767'),
('172.16.31.10', '2019-05-04', 1, '1556967810'),
('172.16.31.10', '2019-05-04', 1, '1556982577'),
('192.168.127.12', '2019-05-07', 1, '1557190185'),
('172.16.58.3', '2019-05-08', 1, '1557284557'),
('192.168.127.12', '2019-05-08', 2, '1557285837'),
('172.16.31.10', '2019-05-09', 1, '1557388114'),
('172.16.17.32', '2019-05-10', 4, '1557463319'),
('172.16.58.3', '2019-05-10', 3, '1557469162'),
('172.16.58.3', '2019-05-10', 3, '1557478784'),
('192.168.127.12', '2019-05-11', 1, '1557538555'),
('192.168.127.12', '2019-05-11', 1, '1557541144'),
('172.16.17.32', '2019-05-11', 2, '1557542008'),
('192.168.127.12', '2019-05-11', 1, '1557544973'),
('172.16.58.3', '2019-05-11', 1, '1557597225'),
('172.16.17.32', '2019-05-12', 2, '1557640437'),
('172.16.58.3', '2019-05-12', 1, '1557648232'),
('192.168.3.11', '2019-05-12', 3, '1557650671'),
('172.16.58.3', '2019-05-13', 4, '1557709271'),
('172.16.31.10', '2019-05-13', 1, '1557727053'),
('172.16.58.3', '2019-05-13', 8, '1557728780'),
('192.168.127.12', '2019-05-14', 1, '1557799016'),
('192.168.127.12', '2019-05-14', 5, '1557801144'),
('192.168.127.12', '2019-05-15', 5, '1557884574'),
('192.168.127.12', '2019-05-15', 2, '1557886627'),
('192.168.127.12', '2019-05-15', 1, '1557902777'),
('172.16.17.32', '2019-05-15', 5, '1557930126'),
('172.16.58.3', '2019-05-15', 1, '1557954130'),
('172.16.17.32', '2019-05-16', 2, '1557965973'),
('172.16.58.3', '2019-05-16', 3, '1558015823'),
('172.16.58.3', '2019-05-16', 2, '1558015836'),
('192.168.127.12', '2019-05-16', 2, '1558015845'),
('192.168.3.11', '2019-05-16', 1, '1558032525'),
('192.168.127.12', '2019-05-16', 1, '1558032616'),
('192.168.3.11', '2019-05-17', 9, '1558066388'),
('192.168.127.12', '2019-05-17', 1, '1558077694'),
('172.16.31.10', '2019-05-17', 1, '1558134295'),
('172.16.31.10', '2019-05-18', 3, '1558148554'),
('172.16.58.3', '2019-05-18', 1, '1558168959'),
('172.16.31.10', '2019-05-19', 1, '1558236169'),
('192.168.3.11', '2019-05-19', 1, '1558236255'),
('172.16.58.3', '2019-05-19', 1, '1558243277'),
('172.16.58.3', '2019-05-19', 1, '1558243292'),
('172.16.31.10', '2019-05-19', 1, '1558260664'),
('172.16.17.32', '2019-05-19', 9, '1558278556'),
('172.16.17.32', '2019-05-19', 3, '1558287271'),
('172.16.58.3', '2019-05-20', 3, '1558344308'),
('172.16.58.3', '2019-05-20', 2, '1558344302'),
('172.16.17.32', '2019-05-20', 5, '1558360840'),
('192.168.3.11', '2019-05-21', 1, '1558407819'),
('192.168.127.12', '2019-05-21', 6, '1558457643'),
('192.168.127.12', '2019-05-22', 2, '1558505379'),
('172.16.17.32', '2019-05-22', 1, '1558505385'),
('172.16.17.32', '2019-05-23', 1, '1558572859'),
('172.16.17.32', '2019-05-24', 1, '1558670462'),
('172.16.58.3', '2019-05-24', 1, '1558716754'),
('192.168.127.12', '2019-05-24', 1, '1558716930'),
('172.16.58.3', '2019-05-24', 1, '1558716987'),
('192.168.3.11', '2019-05-25', 1, '1558750964'),
('172.16.58.3', '2019-05-25', 1, '1558775480'),
('192.168.127.12', '2019-05-25', 1, '1558775572'),
('192.168.127.12', '2019-05-25', 1, '1558805763'),
('172.16.58.3', '2019-05-26', 7, '1558875735'),
('172.16.58.3', '2019-05-26', 11, '1558878774'),
('172.16.31.10', '2019-05-26', 2, '1558879871'),
('192.168.3.11', '2019-05-26', 1, '1558884981'),
('172.16.58.3', '2019-06-01', 17, '1559360568'),
('192.168.127.12', '2019-06-01', 2, '1559428847'),
('172.16.58.3', '2019-06-01', 1, '1559361888'),
('172.16.58.3', '2019-06-01', 1, '1559428870'),
('172.16.58.3', '2019-06-01', 1, '1559428903'),
('172.16.31.10', '2019-06-02', 2, '1559449274'),
('172.16.31.10', '2019-06-03', 14, '1559528838'),
('::1', '2019-06-03', 165, '1559582939'),
('::1', '2019-06-05', 5, '1559739636'),
('::1', '2019-06-11', 135, '1560275092'),
('::1', '2019-06-12', 18, '1560327599'),
('::1', '2019-06-13', 4, '1560423815'),
('::1', '2019-06-25', 392, '1561470352'),
('::1', '2019-06-26', 333, '1561562136'),
('10.10.10.254', '2019-06-26', 2, '1561562231'),
('::1', '2019-06-27', 263, '1561606383'),
('172.16.31.10', '2019-06-27', 1, '1561639488'),
('172.16.58.3', '2019-06-27', 28, '1561643999'),
('192.168.3.11', '2019-06-27', 31, '1561675633'),
('172.16.58.3', '2019-06-27', 1, '1561643941'),
('172.16.17.32', '2019-06-27', 1, '1561645750'),
('172.16.17.32', '2019-06-27', 1, '1561646603'),
('172.16.17.32', '2019-06-27', 1, '1561648242'),
('192.168.127.12', '2019-06-27', 1, '1561648281'),
('172.16.31.10', '2019-06-27', 1, '1561650786'),
('192.168.3.11', '2019-06-27', 1, '1561656978'),
('192.168.127.12', '2019-06-27', 1, '1561657057'),
('172.16.17.32', '2019-06-27', 1, '1561658817'),
('172.16.17.32', '2019-06-27', 1, '1561662439'),
('192.168.3.11', '2019-06-27', 1, '1561673262'),
('172.16.31.10', '2019-06-27', 1, '1561678045'),
('172.16.58.3', '2019-06-27', 9, '1561679793'),
('172.16.17.32', '2019-06-28', 15, '1561685249'),
('192.168.3.11', '2019-06-28', 1, '1561683135'),
('192.168.127.12', '2019-06-28', 5, '1561684072'),
('192.168.3.11', '2019-06-28', 2, '1561684841'),
('172.16.31.10', '2019-06-28', 5, '1561684967'),
('172.16.31.10', '2019-06-28', 1, '1561693132'),
('172.16.58.3', '2019-06-28', 1, '1561694600'),
('172.16.17.32', '2019-06-28', 1, '1561698267'),
('192.168.127.12', '2019-06-28', 1, '1561699592'),
('192.168.3.11', '2019-06-28', 1, '1561699733'),
('172.16.31.10', '2019-06-28', 7, '1561703274'),
('192.168.3.11', '2019-06-28', 1, '1561703472'),
('172.16.17.32', '2019-06-28', 1, '1561704504'),
('172.16.58.3', '2019-06-28', 4, '1561706075'),
('192.168.127.12', '2019-06-28', 1, '1561711858'),
('192.168.127.12', '2019-06-28', 1, '1561712384'),
('192.168.3.11', '2019-06-28', 1, '1561713944'),
('192.168.3.11', '2019-06-28', 1, '1561714423'),
('192.168.3.11', '2019-06-28', 1, '1561717541'),
('192.168.3.11', '2019-06-28', 1, '1561719026'),
('172.16.31.10', '2019-06-28', 1, '1561719505'),
('172.16.58.3', '2019-06-28', 1, '1561722022'),
('172.16.17.32', '2019-06-28', 1, '1561723303'),
('192.168.3.11', '2019-06-28', 1, '1561724549'),
('172.16.58.3', '2019-06-28', 1, '1561729522'),
('172.16.31.10', '2019-06-28', 1, '1561730679'),
('192.168.127.12', '2019-06-28', 4, '1561733765'),
('192.168.127.12', '2019-06-28', 1, '1561748957'),
('192.168.127.12', '2019-06-28', 1, '1561749125'),
('172.16.58.3', '2019-06-28', 1, '1561749894'),
('172.16.17.32', '2019-06-28', 1, '1561753639'),
('172.16.17.32', '2019-06-28', 1, '1561753639'),
('172.16.31.10', '2019-06-28', 1, '1561756633'),
('172.16.58.3', '2019-06-28', 1, '1561761163'),
('192.168.127.12', '2019-06-28', 1, '1561765499'),
('192.168.127.12', '2019-06-29', 1, '1561768425'),
('192.168.3.11', '2019-06-29', 1, '1561770239'),
('172.16.31.10', '2019-06-29', 2, '1561770898'),
('192.168.3.11', '2019-06-29', 1, '1561770289'),
('172.16.31.10', '2019-06-29', 1, '1561770426'),
('192.168.3.11', '2019-06-29', 1, '1561771945'),
('172.16.31.10', '2019-06-29', 1, '1561774646'),
('172.16.58.3', '2019-06-29', 5, '1561789698'),
('172.16.31.10', '2019-06-29', 1, '1561777468'),
('172.16.58.3', '2019-06-29', 1, '1561777514'),
('172.16.58.3', '2019-06-29', 42, '1561841336'),
('192.168.3.11', '2019-06-29', 13, '1561779761'),
('172.16.58.3', '2019-06-29', 1, '1561799751'),
('172.16.58.3', '2019-06-29', 1, '1561820919'),
('192.168.3.11', '2019-06-29', 1, '1561822930'),
('192.168.127.12', '2019-06-29', 1, '1561843097'),
('192.168.3.11', '2019-06-29', 1, '1561844910'),
('192.168.3.11', '2019-06-29', 1, '1561845675'),
('172.16.17.32', '2019-06-30', 1, '1561856566'),
('172.16.17.32', '2019-06-30', 1, '1561856963'),
('192.168.127.12', '2019-06-30', 1, '1561857394'),
('172.16.58.3', '2019-06-30', 39, '1561911386'),
('172.16.58.3', '2019-06-30', 1, '1561863205'),
('172.16.58.3', '2019-06-30', 9, '1561873031'),
('192.168.127.12', '2019-06-30', 28, '1561873463'),
('172.16.17.32', '2019-06-30', 9, '1561872599'),
('192.168.3.11', '2019-06-30', 1, '1561865813'),
('172.16.17.32', '2019-06-30', 1, '1561869924'),
('172.16.17.32', '2019-06-30', 1, '1561870141'),
('192.168.3.11', '2019-06-30', 1, '1561877528'),
('192.168.3.11', '2019-06-30', 1, '1561878626'),
('192.168.3.11', '2019-06-30', 10, '1561885789'),
('172.16.17.32', '2019-06-30', 1, '1561902569'),
('172.16.17.32', '2019-06-30', 1, '1561903267'),
('172.16.58.365', '2019-06-30', 1, '1561914343'),
('172.16.31.10', '2019-06-30', 1, '1561917352'),
('172.16.17.32', '2019-06-30', 1, '1561919432'),
('172.16.31.10', '2019-06-30', 1, '1561920559'),
('192.168.127.12', '2019-06-30', 1, '1561924116'),
('192.168.127.12', '2019-06-30', 1, '1561928996'),
('192.168.127.12', '2019-06-30', 1, '1561930421'),
('172.16.31.10', '2019-06-30', 2, '1561938364'),
('172.16.17.32', '2019-06-30', 1, '1561937870'),
('192.168.127.12', '2019-06-30', 1, '1561938613'),
('172.16.58.3', '2019-06-30', 1, '1561938954'),
('172.16.17.32', '2019-07-01', 1, '1561939463'),
('192.168.3.11', '2019-07-01', 60, '1561960372'),
('172.16.31.10', '2019-07-01', 1, '1561947933'),
('172.16.31.10', '2019-07-01', 28, '1561963042'),
('172.16.31.10', '2019-07-01', 1, '1561954671'),
('192.168.127.12', '2019-07-01', 1, '1561957623'),
('192.168.3.11', '2019-07-01', 1, '1561965187'),
('172.16.31.10', '2019-07-01', 15, '1561996256'),
('172.16.58.3', '2019-07-01', 1, '1561977290'),
('192.168.127.12', '2019-07-01', 1, '1561983278'),
('192.168.3.11', '2019-07-01', 1, '1562009676'),
('172.16.17.32', '2019-07-01', 1, '1562011043'),
('172.16.17.32', '2019-07-01', 1, '1562013587'),
('172.16.31.10', '2019-07-01', 35, '1562022509'),
('192.168.127.12', '2019-07-01', 1, '1562021983'),
('172.16.17.32', '2019-07-01', 1, '1562023827'),
('172.16.58.3', '2019-07-02', 1, '1562025978'),
('192.168.127.12', '2019-07-02', 2, '1562027099'),
('192.168.3.11', '2019-07-02', 4, '1562061315'),
('192.168.3.11', '2019-07-02', 2, '1562027130'),
('172.16.31.10', '2019-07-02', 22, '1562059816'),
('172.16.17.32', '2019-07-02', 1, '1562030301'),
('192.168.127.12', '2019-07-02', 2, '1562034561'),
('172.16.58.3', '2019-07-02', 2, '1562033439'),
('192.168.127.12', '2019-07-02', 2, '1562033620'),
('192.168.127.12', '2019-07-02', 1, '1562039929'),
('172.16.31.10', '2019-07-02', 1, '1562039991'),
('172.16.58.3', '2019-07-02', 1, '1562040208'),
('172.16.58.3', '2019-07-02', 15, '1562049364'),
('192.168.127.12', '2019-07-02', 1, '1562047984'),
('172.16.17.32', '2019-07-02', 1, '1562050753'),
('192.168.127.12', '2019-07-02', 1, '1562051733'),
('192.168.127.12', '2019-07-02', 1, '1562052361'),
('172.16.58.3', '2019-07-02', 1, '1562054646'),
('172.16.31.10', '2019-07-02', 1, '1562056444'),
('172.16.31.10', '2019-07-02', 1, '1562061860'),
('192.168.127.12', '2019-07-02', 1, '1562061973'),
('192.168.3.11', '2019-07-02', 28, '1562065321'),
('172.16.17.32', '2019-07-02', 1, '1562062601'),
('172.16.58.3', '2019-07-02', 1, '1562062985'),
('192.168.127.12', '2019-07-02', 1, '1562063286'),
('172.16.17.32', '2019-07-02', 1, '1562063456'),
('192.168.3.11', '2019-07-02', 4, '1562064825'),
('172.16.31.10', '2019-07-02', 1, '1562065315'),
('172.16.17.32', '2019-07-02', 1, '1562066536'),
('192.168.3.11', '2019-07-02', 1, '1562066564'),
('172.16.58.3', '2019-07-02', 1, '1562067498'),
('172.16.58.3', '2019-07-02', 1, '1562076100'),
('172.16.17.32', '2019-07-02', 1, '1562078930'),
('172.16.58.3', '2019-07-02', 1, '1562079462'),
('172.16.31.10', '2019-07-02', 2, '1562081093'),
('172.16.17.32', '2019-07-02', 1, '1562088401'),
('172.16.17.32', '2019-07-02', 1, '1562090025'),
('192.168.127.12', '2019-07-02', 1, '1562090749'),
('192.168.127.12', '2019-07-02', 1, '1562091524'),
('172.16.17.32', '2019-07-02', 1, '1562091771'),
('192.168.3.11', '2019-07-02', 1, '1562092414'),
('192.168.127.12', '2019-07-02', 1, '1562096731'),
('192.168.127.12', '2019-07-02', 1, '1562096825'),
('172.16.17.32', '2019-07-02', 1, '1562103510'),
('172.16.17.32', '2019-07-02', 1, '1562104126'),
('172.16.58.3', '2019-07-02', 1, '1562110638'),
('192.168.127.12', '2019-07-03', 1, '1562113428'),
('172.16.31.10', '2019-07-03', 20, '1562198109'),
('172.16.58.3', '2019-07-03', 1, '1562114455'),
('172.16.58.3', '2019-07-03', 1, '1562117343'),
('172.16.17.32', '2019-07-03', 1, '1562117367'),
('192.168.3.11', '2019-07-03', 1, '1562119281'),
('192.168.3.11', '2019-07-03', 18, '1562156504'),
('172.16.58.3', '2019-07-03', 6, '1562125982'),
('192.168.3.11', '2019-07-03', 1, '1562125581'),
('192.168.127.12', '2019-07-03', 1, '1562125780'),
('192.168.3.11', '2019-07-03', 1, '1562128983'),
('172.16.17.32', '2019-07-03', 1, '1562130022'),
('172.16.31.10', '2019-07-03', 1, '1562132831'),
('192.168.127.12', '2019-07-03', 1, '1562135759'),
('172.16.58.3', '2019-07-03', 1, '1562140992'),
('192.168.127.12', '2019-07-03', 2, '1562141478'),
('172.16.31.10', '2019-07-03', 1, '1562147391'),
('172.16.58.3', '2019-07-03', 3, '1562154790'),
('192.168.127.12', '2019-07-03', 1, '1562154984'),
('172.16.17.32', '2019-07-03', 1, '1562157695'),
('172.16.58.3', '2019-07-03', 1, '1562158844'),
('192.168.3.11', '2019-07-03', 1, '1562162980'),
('192.168.127.12', '2019-07-03', 1, '1562163925'),
('172.16.58.3', '2019-07-03', 1, '1562164763'),
('192.168.127.12', '2019-07-03', 1, '1562168526'),
('192.168.127.12', '2019-07-03', 1, '1562171480'),
('192.168.127.12', '2019-07-03', 1, '1562175081'),
('192.168.3.11', '2019-07-03', 1, '1562176631'),
('192.168.3.11', '2019-07-03', 1, '1562183943'),
('172.16.17.32', '2019-07-03', 1, '1562192858'),
('172.16.31.10', '2019-07-04', 6, '1562218467'),
('172.16.58.3', '2019-07-04', 1, '1562199338'),
('192.168.3.11', '2019-07-04', 2, '1562211371'),
('192.168.127.12', '2019-07-04', 1, '1562200974'),
('172.16.58.3', '2019-07-04', 31, '1562206310'),
('192.168.3.11', '2019-07-04', 1, '1562204185'),
('172.16.58.3', '2019-07-04', 1, '1562205573'),
('172.16.58.3', '2019-07-04', 1, '1562206989'),
('192.168.3.11', '2019-07-04', 2, '1562207279'),
('172.16.17.32', '2019-07-04', 1, '1562207709'),
('172.16.31.10', '2019-07-04', 1, '1562219025'),
('172.16.31.10', '2019-07-04', 1, '1562220054'),
('172.16.17.32', '2019-07-04', 1, '1562220063'),
('172.16.31.10', '2019-07-04', 1, '1562221872'),
('192.168.127.12', '2019-07-04', 1, '1562231319'),
('172.16.31.10', '2019-07-04', 2, '1562238162'),
('172.16.58.3', '2019-07-04', 1, '1562239101'),
('192.168.127.12', '2019-07-04', 1, '1562240370'),
('172.16.31.10', '2019-07-04', 1, '1562241210'),
('192.168.127.12', '2019-07-04', 1, '1562245299'),
('172.16.31.10', '2019-07-04', 1, '1562245300'),
('172.16.17.32', '2019-07-04', 1, '1562247812'),
('192.168.3.11', '2019-07-04', 1, '1562249458'),
('192.168.127.12', '2019-07-04', 1, '1562250104'),
('172.16.58.3', '2019-07-04', 1, '1562251599'),
('172.16.17.32', '2019-07-04', 1, '1562251620'),
('192.168.3.11', '2019-07-04', 1, '1562252628'),
('192.168.127.12', '2019-07-04', 1, '1562260438'),
('172.16.17.32', '2019-07-04', 1, '1562262853'),
('172.16.58.3', '2019-07-04', 1, '1562263266'),
('192.168.127.12', '2019-07-04', 1, '1562267409'),
('192.168.3.11', '2019-07-04', 1, '1562268364'),
('192.168.3.11', '2019-07-04', 1, '1562271577'),
('172.16.31.10', '2019-07-04', 1, '1562282250'),
('172.16.58.3', '2019-07-05', 1, '1562285617'),
('192.168.3.11', '2019-07-05', 1, '1562286398'),
('172.16.58.3', '2019-07-05', 1, '1562290703'),
('172.16.58.3', '2019-07-05', 7, '1562300235'),
('192.168.127.12', '2019-07-05', 1, '1562303114'),
('192.168.127.12', '2019-07-05', 1, '1562306324'),
('172.16.58.3', '2019-07-05', 1, '1562313183'),
('172.16.17.32', '2019-07-05', 2, '1562326556'),
('192.168.3.11', '2019-07-05', 1, '1562326587'),
('192.168.3.11', '2019-07-05', 2, '1562326881'),
('192.168.127.12', '2019-07-05', 1, '1562329694'),
('172.16.17.32', '2019-07-05', 2, '1562330832'),
('192.168.3.11', '2019-07-05', 1, '1562336766'),
('192.168.3.11', '2019-07-05', 1, '1562345452'),
('192.168.127.12', '2019-07-05', 1, '1562348123'),
('172.16.17.32', '2019-07-05', 1, '1562355404'),
('192.168.3.11', '2019-07-05', 1, '1562355610'),
('192.168.3.11', '2019-07-05', 1, '1562356258'),
('192.168.127.12', '2019-07-05', 1, '1562356580'),
('192.168.127.12', '2019-07-05', 1, '1562363286'),
('172.16.58.3', '2019-07-05', 1, '1562363496'),
('192.168.3.11', '2019-07-05', 1, '1562367707'),
('172.16.31.10', '2019-07-06', 2, '1562399868'),
('192.168.3.11', '2019-07-06', 1, '1562371806'),
('172.16.17.32', '2019-07-06', 1, '1562372011'),
('172.16.58.3', '2019-07-06', 68, '1562397875'),
('192.168.127.12', '2019-07-06', 1, '1562376024'),
('192.168.3.11', '2019-07-06', 1, '1562379580'),
('192.168.3.11', '2019-07-06', 1, '1562385842'),
('172.16.17.32', '2019-07-06', 1, '1562393992'),
('192.168.3.11', '2019-07-06', 1, '1562396366'),
('192.168.3.11', '2019-07-06', 1, '1562396981'),
('192.168.127.12', '2019-07-06', 1, '1562397676'),
('192.168.3.11', '2019-07-06', 1, '1562401960'),
('192.168.3.11', '2019-07-06', 12, '1562404669'),
('192.168.3.11', '2019-07-06', 1, '1562405581'),
('172.16.31.10', '2019-07-06', 1, '1562407105'),
('192.168.127.12', '2019-07-06', 1, '1562407741'),
('192.168.127.12', '2019-07-06', 5, '1562407933'),
('172.16.31.10', '2019-07-06', 1, '1562408744'),
('172.16.58.3', '2019-07-06', 14, '1562409259'),
('192.168.127.12', '2019-07-06', 1, '1562410608'),
('192.168.3.11', '2019-07-06', 3, '1562411053'),
('192.168.127.12', '2019-07-06', 1, '1562411890'),
('172.16.31.10', '2019-07-06', 1, '1562417764'),
('172.16.31.10', '2019-07-06', 1, '1562419413'),
('172.16.17.32', '2019-07-06', 1, '1562421188'),
('192.168.127.12', '2019-07-06', 1, '1562423118'),
('172.16.17.32', '2019-07-06', 1, '1562423123'),
('192.168.127.12', '2019-07-06', 1, '1562427550'),
('172.16.17.32', '2019-07-06', 1, '1562427746'),
('172.16.31.10', '2019-07-06', 1, '1562430127'),
('172.16.58.3', '2019-07-06', 4, '1562431833'),
('172.16.58.3', '2019-07-06', 1, '1562431544'),
('192.168.127.12', '2019-07-06', 1, '1562437393'),
('172.16.31.10', '2019-07-06', 1, '1562438281'),
('192.168.127.12', '2019-07-06', 1, '1562438315'),
('192.168.127.12', '2019-07-06', 1, '1562440553'),
('172.16.58.3', '2019-07-06', 1, '1562440675'),
('192.168.127.12', '2019-07-06', 1, '1562444884'),
('172.16.17.32', '2019-07-06', 1, '1562445401'),
('192.168.3.11', '2019-07-06', 4, '1562451404'),
('192.168.127.12', '2019-07-06', 1, '1562452940'),
('172.16.17.32', '2019-07-06', 1, '1562453874'),
('192.168.127.12', '2019-07-06', 1, '1562455191'),
('172.16.58.3', '2019-07-06', 1, '1562455296'),
('172.16.17.32', '2019-07-07', 1, '1562458416'),
('172.16.31.10', '2019-07-07', 23, '1562465779'),
('192.168.3.11', '2019-07-07', 1, '1562470215'),
('172.16.58.3', '2019-07-07', 1, '1562470373'),
('192.168.3.11', '2019-07-07', 1, '1562474397'),
('172.16.58.3', '2019-07-07', 1, '1562478348'),
('172.16.17.32', '2019-07-07', 1, '1562484021'),
('172.16.58.3', '2019-07-07', 1, '1562486874'),
('172.16.58.3', '2019-07-07', 1, '1562486874'),
('172.16.58.3', '2019-07-07', 1, '1562488624'),
('192.168.127.12', '2019-07-07', 3, '1562493574'),
('172.16.31.10', '2019-07-07', 1, '1562495928'),
('192.168.3.11', '2019-07-07', 1, '1562497928'),
('172.16.17.32', '2019-07-07', 1, '1562503254'),
('172.16.58.3', '2019-07-07', 1, '1562505825'),
('192.168.3.11', '2019-07-07', 1, '1562508000'),
('172.16.31.10', '2019-07-07', 1, '1562519958'),
('172.16.17.32', '2019-07-07', 1, '1562530102'),
('192.168.127.12', '2019-07-07', 1, '1562533049'),
('172.16.31.10', '2019-07-07', 4, '1562534356'),
('172.16.31.10', '2019-07-07', 1, '1562535097'),
('192.168.127.12', '2019-07-07', 1, '1562538168'),
('192.168.3.11', '2019-07-07', 1, '1562543464'),
('172.16.58.3', '2019-07-08', 1, '1562546466'),
('192.168.127.12', '2019-07-08', 24, '1562548953'),
('172.16.58.3', '2019-07-08', 4, '1562550957'),
('192.168.127.12', '2019-07-08', 1, '1562555261'),
('172.16.31.10', '2019-07-08', 5, '1562556519'),
('192.168.127.12', '2019-07-08', 1, '1562559309'),
('172.16.58.3', '2019-07-08', 1, '1562563853'),
('192.168.3.11', '2019-07-08', 37, '1562570465'),
('172.16.31.10', '2019-07-08', 2, '1562567989'),
('192.168.3.11', '2019-07-08', 11, '1562568669'),
('172.16.58.3', '2019-07-08', 1, '1562568605'),
('172.16.31.10', '2019-07-08', 1, '1562572350'),
('172.16.58.3', '2019-07-08', 1, '1562572701'),
('172.16.31.10', '2019-07-08', 1, '1562573663'),
('192.168.127.12', '2019-07-08', 1, '1562577830'),
('192.168.127.12', '2019-07-08', 1, '1562579076'),
('172.16.17.32', '2019-07-08', 4, '1562582218'),
('172.16.31.10', '2019-07-08', 1, '1562582059'),
('192.168.3.11', '2019-07-08', 1, '1562584978'),
('172.16.31.10', '2019-07-08', 1, '1562585078'),
('172.16.31.10', '2019-07-08', 1, '1562585634'),
('192.168.3.11', '2019-07-08', 1, '1562588257'),
('172.16.58.3', '2019-07-08', 1, '1562588511'),
('172.16.17.32', '2019-07-08', 1, '1562589025'),
('192.168.127.12', '2019-07-08', 1, '1562599967'),
('172.16.17.32', '2019-07-08', 1, '1562600719'),
('192.168.127.12', '2019-07-08', 1, '1562603079'),
('172.16.58.3', '2019-07-08', 1, '1562605656'),
('172.16.58.3', '2019-07-08', 1, '1562605713'),
('192.168.127.12', '2019-07-08', 1, '1562609624'),
('192.168.3.11', '2019-07-08', 1, '1562611212'),
('172.16.31.10', '2019-07-08', 1, '1562615905'),
('192.168.3.11', '2019-07-08', 1, '1562615952'),
('192.168.3.11', '2019-07-08', 1, '1562617436'),
('172.16.17.32', '2019-07-09', 1, '1562632984'),
('172.16.31.10', '2019-07-09', 1, '1562635103'),
('192.168.127.12', '2019-07-09', 1, '1562638314'),
('192.168.127.12', '2019-07-09', 1, '1562639161'),
('192.168.127.12', '2019-07-09', 11, '1562699692'),
('172.16.58.3', '2019-07-09', 40, '1562652376'),
('192.168.3.11', '2019-07-09', 1, '1562639675'),
('192.168.127.12', '2019-07-09', 2, '1562639735'),
('192.168.3.11', '2019-07-09', 1, '1562639882'),
('172.16.31.10', '2019-07-09', 1, '1562641092'),
('172.16.17.32', '2019-07-09', 3, '1562643078'),
('192.168.3.11', '2019-07-09', 12, '1562700225'),
('192.168.3.11', '2019-07-09', 1, '1562652451'),
('192.168.127.12', '2019-07-09', 2, '1562652478'),
('172.16.58.3', '2019-07-09', 1, '1562652478'),
('172.16.17.32', '2019-07-09', 1, '1562652479'),
('192.168.127.12', '2019-07-09', 1, '1562652602'),
('192.168.127.12', '2019-07-09', 499, '1562653001'),
('192.168.127.12', '2019-07-09', 1, '1562652702'),
('192.168.3.11', '2019-07-09', 1, '1562653130'),
('172.16.17.32', '2019-07-09', 1, '1562653616'),
('192.168.3.11', '2019-07-09', 1, '1562654145'),
('192.168.127.12', '2019-07-09', 1, '1562654373'),
('172.16.17.32', '2019-07-09', 1116, '1562655514'),
('192.168.3.11', '2019-07-09', 1, '1562654437'),
('172.16.58.3', '2019-07-09', 1136, '1562655620'),
('172.16.58.3', '2019-07-09', 120, '1562663283'),
('192.168.127.12', '2019-07-09', 8, '1562677458'),
('192.168.127.12', '2019-07-09', 4, '1562662980'),
('192.168.127.12', '2019-07-09', 1, '1562665266'),
('172.16.31.10', '2019-07-09', 1, '1562668094'),
('192.168.3.11', '2019-07-09', 1, '1562677914'),
('192.168.127.12', '2019-07-09', 1, '1562680294'),
('192.168.127.12', '2019-07-09', 1, '1562680589'),
('192.168.127.12', '2019-07-09', 1, '1562680889'),
('192.168.3.11', '2019-07-09', 1, '1562682218'),
('172.16.58.3', '2019-07-09', 1, '1562685143'),
('192.168.3.11', '2019-07-09', 1, '1562685387'),
('192.168.127.12', '2019-07-09', 1, '1562687425'),
('172.16.31.10', '2019-07-09', 1, '1562688569'),
('192.168.127.12', '2019-07-09', 1, '1562690159'),
('172.16.58.3', '2019-07-09', 1, '1562690577'),
('192.168.127.12', '2019-07-09', 1, '1562691261'),
('192.168.127.12', '2019-07-09', 1, '1562694236'),
('192.168.127.12', '2019-07-09', 1, '1562695452'),
('192.168.3.11', '2019-07-09', 1, '1562695646'),
('172.16.58.3', '2019-07-09', 1, '1562697709'),
('172.16.31.10', '2019-07-09', 1, '1562698044'),
('192.168.3.11', '2019-07-09', 1, '1562705007'),
('172.16.17.32', '2019-07-09', 1, '1562709106'),
('172.16.31.10', '2019-07-09', 1, '1562709651'),
('172.16.17.32', '2019-07-09', 2, '1562712876'),
('172.16.17.32', '2019-07-09', 1, '1562716408'),
('172.16.17.32', '2019-07-10', 1, '1562718733'),
('172.16.17.32', '2019-07-10', 1, '1562721768'),
('192.168.3.11', '2019-07-10', 2, '1562741385'),
('172.16.31.10', '2019-07-10', 1, '1562727716'),
('172.16.31.10', '2019-07-10', 4, '1562729053'),
('192.168.3.11', '2019-07-10', 1, '1562731960'),
('192.168.3.11', '2019-07-10', 1, '1562732257'),
('172.16.17.32', '2019-07-10', 1, '1562732874'),
('172.16.58.3', '2019-07-10', 1, '1562739373'),
('172.16.58.3', '2019-07-10', 1, '1562742295'),
('192.168.127.12', '2019-07-10', 1, '1562748553'),
('172.16.17.32', '2019-07-10', 1, '1562750424'),
('172.16.31.10', '2019-07-10', 1, '1562750806'),
('192.168.3.11', '2019-07-10', 1, '1562754634'),
('192.168.3.11', '2019-07-10', 1, '1562756081'),
('192.168.3.11', '2019-07-10', 1, '1562758296'),
('172.16.58.3', '2019-07-10', 1, '1562759274'),
('172.16.31.10', '2019-07-10', 1, '1562762616'),
('172.16.58.3', '2019-07-10', 1, '1562762621'),
('192.168.127.12', '2019-07-10', 1, '1562762810'),
('172.16.31.10', '2019-07-10', 1, '1562765827'),
('172.16.31.10', '2019-07-10', 1, '1562767063'),
('192.168.3.11', '2019-07-10', 1, '1562773045'),
('192.168.127.12', '2019-07-10', 1, '1562773430'),
('172.16.58.3', '2019-07-10', 1, '1562783469'),
('192.168.127.12', '2019-07-10', 1, '1562785265'),
('172.16.31.10', '2019-07-10', 1, '1562792310'),
('172.16.58.3', '2019-07-11', 1, '1562806371'),
('172.16.17.32', '2019-07-11', 1, '1562807631'),
('172.16.17.32', '2019-07-11', 1, '1562808189'),
('192.168.3.11', '2019-07-11', 1, '1562813667'),
('172.16.17.32', '2019-07-11', 1, '1562815410'),
('192.168.127.12', '2019-07-11', 1, '1562815871'),
('172.16.31.10', '2019-07-11', 1, '1562820395'),
('172.16.17.32', '2019-07-11', 1, '1562823612'),
('172.16.58.3', '2019-07-11', 1, '1562829715'),
('192.168.127.12', '2019-07-11', 1, '1562834357'),
('172.16.31.10', '2019-07-11', 1, '1562836793'),
('192.168.127.12', '2019-07-11', 1, '1562841420'),
('172.16.31.10', '2019-07-11', 1, '1562845771'),
('192.168.3.11', '2019-07-11', 1, '1562846709'),
('172.16.58.3', '2019-07-11', 1, '1562846734'),
('172.16.58.3', '2019-07-11', 1, '1562847881'),
('172.16.31.10', '2019-07-11', 1, '1562855200'),
('192.168.3.11', '2019-07-11', 1, '1562856176'),
('172.16.31.10', '2019-07-11', 1, '1562858752'),
('192.168.127.12', '2019-07-11', 1, '1562860818'),
('192.168.127.12', '2019-07-11', 1, '1562863243'),
('192.168.127.12', '2019-07-11', 1, '1562863982'),
('192.168.3.11', '2019-07-11', 1, '1562866023'),
('192.168.3.11', '2019-07-11', 20, '1562873311'),
('192.168.3.11', '2019-07-11', 209, '1562872175'),
('192.168.3.11', '2019-07-11', 1, '1562870323'),
('172.16.58.3', '2019-07-11', 1, '1562870325'),
('172.16.58.3', '2019-07-11', 1, '1562870327'),
('172.16.31.10', '2019-07-11', 2, '1562870339'),
('172.16.58.3', '2019-07-11', 1, '1562870330'),
('172.16.17.32', '2019-07-11', 2, '1562870342'),
('192.168.3.11', '2019-07-11', 4, '1562874447'),
('192.168.127.12', '2019-07-11', 1, '1562874002'),
('172.16.58.3', '2019-07-11', 1, '1562875741'),
('172.16.58.3', '2019-07-11', 1, '1562875777'),
('172.16.31.10', '2019-07-11', 1, '1562880339'),
('172.16.58.3', '2019-07-11', 4, '1562882922'),
('192.168.127.12', '2019-07-11', 1, '1562885790'),
('192.168.127.12', '2019-07-11', 1, '1562886940'),
('172.16.31.10', '2019-07-12', 1, '1562891567'),
('172.16.58.3', '2019-07-12', 1, '1562892949'),
('172.16.17.32', '2019-07-12', 1, '1562893596'),
('172.16.58.3', '2019-07-12', 2, '1562893772'),
('172.16.31.10', '2019-07-12', 6, '1562971023'),
('172.16.58.3', '2019-07-12', 6, '1562927451'),
('172.16.58.3', '2019-07-12', 1, '1562893730'),
('172.16.58.3', '2019-07-12', 10, '1562893875'),
('172.16.17.32', '2019-07-12', 1, '1562895234'),
('172.16.58.3', '2019-07-12', 1, '1562897987'),
('192.168.127.12', '2019-07-12', 1, '1562898555'),
('172.16.17.32', '2019-07-12', 1, '1562898611'),
('192.168.127.12', '2019-07-12', 1, '1562908174'),
('172.16.17.32', '2019-07-12', 1, '1562911579'),
('192.168.127.12', '2019-07-12', 1, '1562918498'),
('172.16.58.3', '2019-07-12', 1, '1562922017'),
('172.16.17.32', '2019-07-12', 1, '1562923923'),
('192.168.127.12', '2019-07-12', 1, '1562923947'),
('172.16.17.32', '2019-07-12', 1, '1562923968'),
('192.168.127.12', '2019-07-12', 3, '1562927518'),
('192.168.127.12', '2019-07-12', 2, '1562951777'),
('172.16.31.10', '2019-07-12', 1, '1562927471'),
('172.16.17.32', '2019-07-12', 1, '1562929601'),
('172.16.17.32', '2019-07-12', 1, '1562931178'),
('172.16.31.10', '2019-07-12', 1, '1562931298'),
('172.16.58.3', '2019-07-12', 1, '1562935610'),
('172.16.31.10', '2019-07-12', 1, '1562942406'),
('192.168.3.11', '2019-07-12', 2, '1562942637'),
('192.168.127.12', '2019-07-12', 2, '1562952883'),
('172.16.31.10', '2019-07-12', 1, '1562947593'),
('172.16.58.3', '2019-07-12', 1, '1562947662'),
('192.168.127.12', '2019-07-12', 1, '1562948224'),
('172.16.31.10', '2019-07-12', 1, '1562949586'),
('172.16.58.3', '2019-07-12', 4, '1562957384'),
('172.16.58.3', '2019-07-12', 1, '1562956275'),
('192.168.127.12', '2019-07-12', 1, '1562959096'),
('172.16.31.10', '2019-07-12', 1, '1562963310'),
('172.16.58.3', '2019-07-12', 1, '1562965411'),
('172.16.17.32', '2019-07-12', 1, '1562966968'),
('192.168.3.11', '2019-07-12', 1, '1562970990'),
('172.16.17.32', '2019-07-12', 1, '1562974587'),
('192.168.127.12', '2019-07-13', 4, '1562987518'),
('192.168.127.12', '2019-07-13', 44, '1563062324'),
('192.168.127.12', '2019-07-13', 1, '1562980950'),
('172.16.58.3', '2019-07-13', 38, '1562995805'),
('192.168.127.12', '2019-07-13', 1, '1562982195'),
('192.168.3.11', '2019-07-13', 1, '1562982492'),
('192.168.3.11', '2019-07-13', 1, '1562984637'),
('172.16.17.32', '2019-07-13', 1, '1562991237'),
('192.168.3.11', '2019-07-13', 1, '1562991353'),
('192.168.127.12', '2019-07-13', 1, '1562993306'),
('172.16.58.3', '2019-07-13', 7, '1562998057'),
('172.16.31.10', '2019-07-13', 1, '1562998714'),
('172.16.58.3', '2019-07-13', 233, '1563060620'),
('192.168.127.12', '2019-07-13', 1, '1563004098'),
('192.168.127.12', '2019-07-13', 34, '1563060052'),
('172.16.58.3', '2019-07-13', 1, '1563008965'),
('192.168.127.12', '2019-07-13', 1, '1563011204'),
('172.16.58.3', '2019-07-13', 2, '1563011667'),
('66.249.69.63', '2019-07-13', 3, '1563049443'),
('172.16.58.3', '2019-07-13', 1, '1563011627'),
('172.16.31.10', '2019-07-13', 1, '1563012136'),
('172.16.31.10', '2019-07-13', 1, '1563013237'),
('192.168.3.11', '2019-07-13', 1, '1563023308'),
('172.16.17.32', '2019-07-13', 1, '1563026128'),
('172.16.31.10', '2019-07-13', 1, '1563027799'),
('172.16.17.32', '2019-07-13', 1, '1563038929'),
('172.16.31.10', '2019-07-13', 1, '1563039332'),
('172.16.17.32', '2019-07-13', 1, '1563039377'),
('172.16.58.3', '2019-07-13', 1, '1563042537'),
('192.168.3.11', '2019-07-13', 1, '1563043066'),
('192.168.127.12', '2019-07-13', 1, '1563049115'),
('172.16.58.3', '2019-07-13', 1, '1563051504'),
('192.168.127.12', '2019-07-13', 1, '1563060266'),
('192.168.127.12', '2019-07-13', 1, '1563061479'),
('192.168.127.12', '2019-07-14', 12, '1563138736'),
('192.168.127.12', '2019-07-14', 13, '1563129575'),
('192.168.127.12', '2019-07-14', 1, '1563064553'),
('172.16.58.3', '2019-07-14', 14, '1563077092'),
('172.16.31.10', '2019-07-14', 1, '1563068448'),
('172.16.58.3', '2019-07-14', 8, '1563071328'),
('192.168.127.12', '2019-07-14', 1, '1563077502'),
('172.16.17.32', '2019-07-14', 1, '1563080390'),
('192.168.3.11', '2019-07-14', 1, '1563080693'),
('172.16.58.3', '2019-07-14', 2, '1563130175'),
('192.168.127.12', '2019-07-14', 1, '1563091568'),
('192.168.127.12', '2019-07-14', 2, '1563094348'),
('192.168.127.12', '2019-07-14', 3, '1563094332'),
('172.16.31.10', '2019-07-14', 5, '1563094298'),
('192.168.127.12', '2019-07-14', 5, '1563094374'),
('192.168.127.12', '2019-07-14', 1, '1563094514'),
('172.16.17.32', '2019-07-14', 2, '1563098544'),
('172.16.17.32', '2019-07-14', 1, '1563096036');
-- --------------------------------------------------------
--
-- Struktur dari tabel `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`nama` varchar(255) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`level` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user`
--
INSERT INTO `user` (`id`, `nama`, `username`, `password`, `level`) VALUES
(1, 'Bur<PASSWORD>wa', 'user', '<PASSWORD>', 'admin'),
(2, '<NAME>', 'diki', '<PASSWORD>', 'user'),
(3, 'Jamaludin', '<PASSWORD>', '<PASSWORD>', 'pegawai');
-- --------------------------------------------------------
--
-- Struktur dari tabel `users`
--
CREATE TABLE `users` (
`id` int(8) NOT NULL,
`user_name` varchar(55) NOT NULL,
`password` varchar(12) NOT NULL,
`display_name` varchar(55) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `admin`
--
ALTER TABLE `admin`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `buku_tamu`
--
ALTER TABLE `buku_tamu`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `counter`
--
ALTER TABLE `counter`
ADD PRIMARY KEY (`counter`);
--
-- Indeks untuk tabel `produk`
--
ALTER TABLE `produk`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `admin`
--
ALTER TABLE `admin`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT untuk tabel `buku_tamu`
--
ALTER TABLE `buku_tamu`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT untuk tabel `produk`
--
ALTER TABLE `produk`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT untuk tabel `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
<filename>migrations/schema.sql
--
-- PostgreSQL database dump
--
-- Dumped from database version 13.3 (Debian 13.3-1.pgdg100+1)
-- Dumped by pg_dump version 13.3
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET default_tablespace = '';
SET default_table_access_method = heap;
--
-- Name: licenses; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE public.licenses (
id uuid NOT NULL,
tool_id uuid NOT NULL,
name character varying(255) NOT NULL,
body text,
description text,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL
);
ALTER TABLE public.licenses OWNER TO postgres;
--
-- Name: schema_migration; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE public.schema_migration (
version character varying(14) NOT NULL
);
ALTER TABLE public.schema_migration OWNER TO postgres;
--
-- Name: tools; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE public.tools (
id uuid NOT NULL,
name character varying(255) NOT NULL,
name_with_owner character varying(255) NOT NULL,
url character varying(255) NOT NULL,
discovery character varying(255) DEFAULT 'github'::character varying NOT NULL,
description text,
readme text,
topics character varying[] NOT NULL,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL,
stars integer DEFAULT 0 NOT NULL,
watchers integer DEFAULT 0 NOT NULL,
forks integer DEFAULT 0 NOT NULL
);
ALTER TABLE public.tools OWNER TO postgres;
--
-- Name: licenses licenses_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres
--
ALTER TABLE ONLY public.licenses
ADD CONSTRAINT licenses_pkey PRIMARY KEY (id);
--
-- Name: tools tools_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres
--
ALTER TABLE ONLY public.tools
ADD CONSTRAINT tools_pkey PRIMARY KEY (id);
--
-- Name: licenses_tool_id_idx; Type: INDEX; Schema: public; Owner: postgres
--
CREATE UNIQUE INDEX licenses_tool_id_idx ON public.licenses USING btree (tool_id);
--
-- Name: schema_migration_version_idx; Type: INDEX; Schema: public; Owner: postgres
--
CREATE UNIQUE INDEX schema_migration_version_idx ON public.schema_migration USING btree (version);
--
-- Name: tools_stars_idx; Type: INDEX; Schema: public; Owner: postgres
--
CREATE INDEX tools_stars_idx ON public.tools USING btree (stars);
--
-- Name: tools_url_idx; Type: INDEX; Schema: public; Owner: postgres
--
CREATE UNIQUE INDEX tools_url_idx ON public.tools USING btree (url);
--
-- PostgreSQL database dump complete
--
|
<reponame>rlabinot/Teaching-HEIGVD-AMT-2018-Project
DROP SCHEMA IF EXISTS stackoveramt;
CREATE SCHEMA stackoveramt;
USE stackoveramt;
SET FOREIGN_KEY_CHECKS = 1;
CREATE TABLE Users(
Umail VARCHAR(50) UNIQUE NOT NULL,
Uname VARCHAR(50) NOT NULL,
Upassword CHAR(64) NOT NULL,
UisAdmin INT(1) NOT NULL,
UisActive INT(1) NOT NULL,
UmustChangePassword INT(1) NOT NULL,
PRIMARY KEY (Umail)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
CREATE TABLE OldPasswords(
OPref VARCHAR(50) NOT NULL,
OPpassword CHAR(64) NOT NULL,
PRIMARY KEY (OPref, OPpassword),
FOREIGN KEY (OPref) REFERENCES Users(Umail) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
CREATE TABLE Applications(
Aid INT(10) AUTO_INCREMENT UNIQUE NOT NULL,
Aname VARCHAR(50) NOT NULL,
Adescription VARCHAR(150) NOT NULL,
AapiKey VARCHAR(50) NOT NULL,
AapiSecret VARCHAR(50) NOT NULL,
RefUmail VARCHAR(50) NOT NULL,
PRIMARY KEY (Aid),
FOREIGN KEY (RefUmail) REFERENCES Users(Umail) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
CREATE TABLE ActionLogs(
Lid INT(10) AUTO_INCREMENT UNIQUE NOT NULL,
Luser VARCHAR(50) NOT NULL,
Ltimestamp BIGINT NOT NULL,
Lstatus VARCHAR(50) NOT NULL,
Laction VARCHAR(50) NOT NULL,
Ldescription VARCHAR(150) NOT NULL,
PRIMARY KEY (Lid)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET FOREIGN_KEY_CHECKS = 1; |
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 25, 2019 at 01:10 AM
-- Server version: 10.1.38-MariaDB
-- PHP Version: 7.3.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `cms`
--
-- --------------------------------------------------------
--
-- Table structure for table `post`
--
CREATE TABLE `post` (
`id` int(5) NOT NULL,
`title` varchar(50) NOT NULL,
`content` text NOT NULL,
`posted` tinyint(1) NOT NULL,
`userid` int(5) NOT NULL,
`date_created` datetime NOT NULL,
`date_updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `post`
--
INSERT INTO `post` (`id`, `title`, `content`, `posted`, `userid`, `date_created`, `date_updated`) VALUES
(0, 'Lorem', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In hendrerit faucibus sodales. Pellentesque vestibulum velit nec augue malesuada, et sodales urna tempus. Nullam nisl tortor, interdum nec libero eu, porta molestie erat. Aliquam libero lectus, viverra sit amet lobortis sit amet, accumsan vel metus. Etiam pretium est eu risus auctor rutrum. Duis vitae blandit lacus. Curabitur vel scelerisque nisi, laoreet lacinia enim. Duis et mattis lorem. Vivamus suscipit elementum accumsan. Nunc in lacus sapien. Ut non pellentesque nulla. Curabitur elementum urna id consequat sodales. Aenean ligula nibh, tempus eu bibendum sit amet, finibus eget nisl. Morbi ullamcorper elementum enim at convallis. Etiam non fermentum eros. Aliquam eu ultricies urna.\r\n\r\nNam posuere lobortis nulla, vitae cursus dolor. Suspendisse pharetra aliquam ex at faucibus. Praesent nulla purus, aliquet id est ut, rhoncus aliquam quam. Etiam luctus augue nec nibh tristique, sed aliquet dui cursus. Vivamus diam est, ultricies et augue eu, luctus imperdiet massa. Ut ornare ex et libero sagittis, non tristique purus gravida. Donec vel vulputate sapien. Curabitur nec diam dictum, facilisis augue quis, auctor diam. Nullam vel magna placerat, facilisis lorem eu, elementum dui. Sed pulvinar varius sapien vel fermentum.\r\n\r\nInteger sed purus sit amet massa eleifend aliquet ut consectetur orci. Duis non dapibus dolor. Maecenas molestie, turpis et interdum ullamcorper, massa augue sollicitudin tellus, ut cursus quam est vitae neque. Phasellus sagittis enim imperdiet sapien vestibulum fringilla. Duis pellentesque leo quis rhoncus vestibulum. Etiam sapien mi, dignissim maximus venenatis sit amet, laoreet nec leo. Nullam facilisis tortor magna, sed scelerisque odio sodales sed. Sed commodo sem ac eros bibendum, non scelerisque dolor pretium. Integer nec neque porttitor, semper est eget, consequat nisl. Nullam felis odio, sagittis id venenatis sit amet, congue vel urna. Vivamus blandit sed magna eu commodo. Maecenas ultricies tempus convallis. Etiam non porta augue. Nunc tortor turpis, viverra a aliquam sit amet, laoreet at lacus.\r\n\r\nPhasellus congue libero eget scelerisque commodo. Nullam sit amet aliquam turpis. Aenean aliquam ultricies justo nec volutpat. Nam maximus nisl magna, eget maximus ligula cursus eget. Etiam felis eros, fermentum in nibh at, cursus efficitur nisi. Nullam suscipit libero in massa vestibulum efficitur. Praesent mollis mauris elit, at mattis velit sagittis a. Pellentesque velit turpis, semper et nisi quis, pharetra lobortis nisl. Ut dignissim eget lectus eu scelerisque. Proin ac scelerisque elit. Vivamus mi tortor, pretium non hendrerit in, commodo eget elit. Proin vel risus porta, finibus nibh ac, euismod massa.\r\n\r\nCurabitur ultrices scelerisque nisl vitae elementum. Integer ornare tellus nec nibh iaculis dignissim. Praesent dignissim faucibus feugiat. Cras lacinia mauris eget augue tempus maximus. Vestibulum tempor lorem scelerisque sapien ullamcorper, eu commodo tortor consequat. Nunc lorem turpis, imperdiet a lectus ut, egestas sollicitudin lectus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris id nisl massa. Sed hendrerit pellentesque nibh aliquet vestibulum. Aenean vitae volutpat arcu. Ut at tellus faucibus, porttitor nisl in, sodales risus. Morbi a diam ut ante placerat blandit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 1, 1, '2019-11-24 12:50:59', '2019-11-24 12:50:59'),
(1, 'LOOO', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sit amet dignissim dolor. Nullam at purus pellentesque, cursus dolor et, egestas est. Vestibulum id vehicula elit, et convallis lacus. Vivamus ornare ut ex id placerat. In blandit vestibulum arcu, non luctus nibh convallis eu. Donec cursus nulla ac est condimentum faucibus a faucibus metus. Nunc consectetur in diam nec commodo.\r\n\r\nMaecenas urna tellus, dictum vel vestibulum sit amet, bibendum eu purus. Aliquam sagittis nibh et pretium fermentum. Nunc auctor facilisis nibh ac tincidunt. Vestibulum in quam faucibus, dignissim metus id, molestie libero. Aenean placerat nisi nec enim aliquet viverra. Proin suscipit fringilla magna. Phasellus ut metus quis tellus vehicula scelerisque.\r\n\r\nEtiam venenatis massa nec lacinia mollis. Nam blandit, risus vitae euismod pulvinar, enim risus rhoncus nulla, nec tempus tellus enim id ante. Ut pharetra varius neque eget condimentum. Etiam varius vehicula enim quis semper. Praesent sit amet laoreet dui, eu vestibulum felis. Sed nec sollicitudin nisi, et semper nunc. Duis fermentum eget neque in mollis. Pellentesque non neque tempus, faucibus ipsum et, dignissim nisi. Morbi nec diam non lorem ullamcorper fermentum nec eget nunc. Nullam leo dui, malesuada non sollicitudin sed, vulputate sit amet erat. Donec turpis nisl, convallis vitae erat in, luctus dapibus purus. Proin finibus lacinia neque, nec porttitor massa tincidunt sed. Sed lobortis, elit in fringilla ultrices, nisi tortor placerat felis, vel luctus dolor turpis sed massa. Mauris lobortis ligula at tortor bibendum, id sollicitudin dui semper. Suspendisse potenti.\r\n\r\nMorbi eu pellentesque erat. Suspendisse id urna velit. Praesent at convallis quam, non gravida ex. Duis vitae finibus libero, nec convallis neque. Maecenas dapibus nibh ac urna aliquam pharetra. Duis tincidunt dolor eu ipsum rhoncus, non interdum elit commodo. Donec aliquet sem sit amet felis ornare, placerat faucibus dolor bibendum. Maecenas venenatis, nunc nec vehicula semper, augue nibh pellentesque massa, vel varius turpis urna quis neque. Maecenas enim tortor, vestibulum quis cursus sed, ultrices a metus. Nulla eleifend tortor vitae quam cursus consequat.\r\n\r\nQuisque odio enim, fringilla in accumsan a, pharetra nec ex. Duis eget tortor pharetra, volutpat justo ac, vulputate justo. Donec a volutpat tortor. Aliquam eu sollicitudin libero, vitae ornare elit. Nulla pharetra leo felis, et fermentum ante pharetra vel. Vestibulum ultrices sapien at augue mattis semper. Interdum et malesuada fames ac ante ipsum primis in faucibus. Fusce est urna, euismod auctor sem luctus, facilisis viverra sapien. Phasellus tristique et lectus eget commodo. Aenean dictum auctor dapibus. Etiam mauris massa, dictum vitae lectus vitae, cursus lobortis quam. Vivamus in odio imperdiet, malesuada magna id, feugiat augue. Mauris eget vulputate turpis. Mauris eu neque nibh.', 1, 1, '2019-11-24 00:00:00', '2019-11-24 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE `user` (
`id` int(5) NOT NULL,
`name` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `user`
--
INSERT INTO `user` (`id`, `name`, `email`, `password`) VALUES
(1, 'anandavj', '<EMAIL>', '<PASSWORD>');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `post`
--
ALTER TABLE `post`
ADD PRIMARY KEY (`id`),
ADD KEY `userid` (`userid`);
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `post`
--
ALTER TABLE `post`
MODIFY `id` int(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `user`
--
ALTER TABLE `user`
MODIFY `id` int(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `post`
--
ALTER TABLE `post`
ADD CONSTRAINT `post_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `user` (`id`) ON DELETE CASCADE;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
delete from feature;
create temporary table A as select sum(case when content like '%人民幣%' or content like '%影子銀行%' or content like '%中國銀行%' then 1 else 0 end ) as Score,'CNY' as Currency,date_trunc('day',datetime) as Data_Dt from cnYes group by Data_Dt,Currency;
insert into feature (data_dt,currency,score) (select data_dt,currency,score from A order by data_dt);
create temporary table B as select sum(case when content like '%美金%' or content like '%美元%' or content like '%聯準會%' or content like '%FED%' or content like '%升息%' or content like '%QE%' or content like '%量化寬鬆%' then 1 else 0 end ) as Score,'USD' as Currency,date_trunc('day',datetime) as Data_Dt from cnYes group by Data_Dt,Currency;
insert into feature (data_dt,currency,score) (select data_dt,currency,score from B order by data_Dt);
create temporary table C as select sum(case when content like '%日元%' or content like '%安倍晉%' or content like '%三支箭%' or content like '%安倍經濟學%' or content like '%日本經濟%' or content like '%日本海外%' or content like '%日本消費%' then 1 else 0 end ) as Score,'JPY' as Currency,date_trunc('day',datetime) as Data_Dt from cnYes group by Data_Dt,Currency;
insert into feature (data_dt,currency,score) (select data_dt,currency,score from C order by data_Dt);
create temporary table D as select sum(case when content like '%歐元%' or content like '%德國%' or content like '%英鎊%' or content like '%歐債%' then 1 else 0 end ) as Score,'EUR' as Currency,date_trunc('day',datetime) as Data_Dt from cnYes group by Data_Dt,Currency;
insert into feature (data_dt,currency,score) (select data_dt,currency,score from D order by data_Dt);
drop table features;
create table Features as select A.Data_Dt,EXTRACT(EPOCH FROM A.data_dt-'1970-01-01')/86400 as delta,A.score as CNY_score,B.score as USD_Score,C.score as JPY_Score, D.score as EUR_score from A left join B on A.data_Dt = B.data_Dt left join C on A.Data_dt = C.data_dt left join D on A.Data_Dt = D.Data_Dt;
|
<reponame>Angwa/saroboot
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Mar 29, 2021 at 08:29 PM
-- Server version: 10.4.11-MariaDB
-- PHP Version: 7.4.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `saroboot`
--
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(200) NOT NULL,
`email` varchar(100) NOT NULL,
`firstname` varchar(100) NOT NULL,
`lastname` varchar(100) NOT NULL,
`password` varchar(100) NOT NULL,
`secret_key` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `email`, `firstname`, `lastname`, `password`, `secret_key`) VALUES
(1, '<EMAIL>', 'John', '<PASSWORD>', <PASSWORD>', '<PASSWORD>');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `email` (`email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(200) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- file:jsonb.sql ln:786 expect:true
SELECT '{"aa":["a","aaa"],"qq":{"a":12,"b":16,"c":["c1","c2"],"d":{"d1":"d1","d2":"d2","d1":"d3"}}}'::jsonb
|
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Anamakine: 127.0.0.1
-- Üretim Zamanı: 13 Haz 2017, 18:58:57
-- Sunucu sürümü: 10.1.8-MariaDB
-- PHP Sürümü: 5.6.14
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Veritabanı: `ukas`
--
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `uyeler`
--
CREATE TABLE `uyeler` (
`uye_id` int(11) NOT NULL,
`uye_adsoyad` varchar(300) COLLATE utf8_turkish_ci NOT NULL,
`uye_kadi` varchar(300) COLLATE utf8_turkish_ci NOT NULL,
`uye_sifre` varchar(300) COLLATE utf8_turkish_ci NOT NULL,
`uye_eposta` varchar(300) COLLATE utf8_turkish_ci NOT NULL,
`uye_onay` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;
--
-- Dökümü yapılmış tablolar için indeksler
--
--
-- Tablo için indeksler `uyeler`
--
ALTER TABLE `uyeler`
ADD PRIMARY KEY (`uye_id`);
--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--
--
-- Tablo için AUTO_INCREMENT değeri `uyeler`
--
ALTER TABLE `uyeler`
MODIFY `uye_id` int(11) NOT NULL AUTO_INCREMENT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
BEGIN TRANSACTION
SET QUOTED_IDENTIFIER ON
SET ARITHABORT ON
SET NUMERIC_ROUNDABORT OFF
SET CONCAT_NULL_YIELDS_NULL ON
SET ANSI_NULLS ON
SET ANSI_PADDING ON
SET ANSI_WARNINGS ON
GO
ALTER TABLE UserSheetCode DROP CONSTRAINT FK_UserSheetCode_UserSheet
GO
ALTER TABLE UserSheetCode ADD CONSTRAINT
FK_UserSheetCode_UserSheet FOREIGN KEY
( userSheetId ) REFERENCES UserSheet ( id ) ON UPDATE CASCADE
ON DELETE CASCADE
GO
CREATE TABLE [HardToken] (
[id] INT NOT NULL IDENTITY (1, 1),
[serial] VARCHAR(200) NOT NULL,
[key] VARCHAR(200) NOT NULL,
[type] INT NOT NULL DEFAULT 0
) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [IX_HardToken_serial] ON [HardToken]
(
[Serial] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
GO
UPDATE [SETTINGS] SET [VALUE] = '2.1.9' WHERE [SETTING] = 'VERSION'
GO
COMMIT
GO |
<reponame>chabibnr/yiiframework.id<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 4.6.5.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 12, 2017 at 10:53 AM
-- Server version: 10.1.21-MariaDB
-- PHP Version: 5.6.30
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `yiiframe_work`
--
-- --------------------------------------------------------
--
-- Table structure for table `auth`
--
CREATE TABLE `auth` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`source` varchar(255) NOT NULL,
`source_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `auth_assignment`
--
CREATE TABLE `auth_assignment` (
`item_name` varchar(64) NOT NULL,
`user_id` int(11) NOT NULL,
`created_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `auth_item`
--
CREATE TABLE `auth_item` (
`name` varchar(64) NOT NULL,
`type` int(11) NOT NULL,
`description` text,
`rule_name` varchar(64) DEFAULT NULL,
`group_code` varchar(64) DEFAULT NULL,
`data` text,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `auth_item`
--
INSERT INTO `auth_item` (`name`, `type`, `description`, `rule_name`, `group_code`, `data`, `created_at`, `updated_at`) VALUES
('/admin', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/#mediafile', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/comment/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/bulk-activate', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/bulk-deactivate', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/bulk-spam', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/bulk-trash', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/create', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/comment/default/view', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/default/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/media/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/create', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/album/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/create', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/category/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/default/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/default/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/default/settings', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/info', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/resize', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/upload', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/media/manage/uploader', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/create', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/default/view', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/create', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/delete', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/update', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/menu/link/view', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/page/*', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/*', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/bulk-activate', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/bulk-deactivate', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/create', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/delete', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/index', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/update', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/page/default/view', 3, NULL, NULL, NULL, NULL, 1502441272, 1502441272),
('/admin/post/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/category/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/bulk-activate', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/bulk-deactivate', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/default/view', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/post/tag/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/settings/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/settings/cache/flush', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/settings/default/*', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/settings/default/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/settings/reading/index', 3, NULL, NULL, NULL, NULL, 1502441271, 1502441271),
('/admin/site/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/translation/*', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/default/*', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/default/index', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/source/*', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/source/create', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/source/delete', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/translation/source/update', 3, NULL, NULL, NULL, NULL, 1502441273, 1502441273),
('/admin/user/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/bulk-activate', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/bulk-deactivate', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/change-password', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/toggle-attribute', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/default/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission-groups/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/refresh-routes', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/set-child-permissions', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/set-child-routes', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/permission/view', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/bulk-delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/create', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/delete', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/set-child-permissions', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/set-child-roles', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/update', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/role/view', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/user-permission/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/user-permission/set', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/user-permission/set-roles', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/visit-log/*', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/visit-log/grid-page-size', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/visit-log/grid-sort', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/visit-log/index', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('/admin/user/visit-log/view', 3, NULL, NULL, NULL, NULL, 1502441270, 1502441270),
('administrator', 1, 'Administrator', NULL, NULL, NULL, 1502441270, 1502441270),
('assignRolesToUsers', 2, 'Assign Roles To Users', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('author', 1, 'Author', NULL, NULL, NULL, 1502441270, 1502441270),
('bindUserToIp', 2, 'Bind User To IP', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('changeGeneralSettings', 2, 'Change General Settings', NULL, 'settings', NULL, 1502441271, 1502441271),
('changeOwnPassword', 2, 'Change Own Password', NULL, 'userCommonPermissions', NULL, 1502441270, 1502441270),
('changeReadingSettings', 2, 'Change Reading Settings', NULL, 'settings', NULL, 1502441271, 1502441271),
('changeUserPassword', 2, 'Change User Password', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('commonPermission', 2, 'Common Permission', NULL, 'userCommonPermissions', NULL, 1502441270, 1502441270),
('createComments', 2, 'Create Comments', NULL, 'commentManagement', NULL, 1502441271, 1502441271),
('createMediaAlbums', 2, 'Create Media Albums', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('createMediaCategories', 2, 'Create Media Categories', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('createMenuLinks', 2, 'Create Menu Links', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('createMenus', 2, 'Create Menus', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('createPages', 2, 'Create Pages', NULL, 'pageManagement', NULL, 1502441272, 1502441272),
('createPostCategories', 2, 'Create Post Categories', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('createPosts', 2, 'Create Posts', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('createPostTags', 2, 'Create Post Tags', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('createSourceMessages', 2, 'Create Source Messages', NULL, 'translations', NULL, 1502441273, 1502441273),
('createUsers', 2, 'Create Users', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('deleteComments', 2, 'Delete Comments', NULL, 'commentManagement', NULL, 1502441271, 1502441271),
('deleteMedia', 2, 'Delete Media', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('deleteMediaAlbums', 2, 'Delete Media Albums', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('deleteMediaCategories', 2, 'Delete Media Categories', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('deleteMenuLinks', 2, 'Delete Menu Links', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('deleteMenus', 2, 'Delete Menus', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('deletePages', 2, 'Delete Pages', NULL, 'pageManagement', NULL, 1502441272, 1502441272),
('deletePostCategories', 2, 'Delete Post Categories', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('deletePosts', 2, 'Delete Posts', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('deletePostTags', 2, 'Delete Post Tags', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('deleteSourceMessages', 2, 'Delete Source Messages', NULL, 'translations', NULL, 1502441273, 1502441273),
('deleteUsers', 2, 'Delete Users', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('editComments', 2, 'Edit Comments', NULL, 'commentManagement', NULL, 1502441271, 1502441271),
('editMedia', 2, 'Edit Media', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('editMediaAlbums', 2, 'Edit Media Albums', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('editMediaCategories', 2, 'Edit Media Categories', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('editMediaSettings', 2, 'Edit Media Settings', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('editMenuLinks', 2, 'Edit Menu Links', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('editMenus', 2, 'Edit Menus', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('editPages', 2, 'Edit Pages', NULL, 'pageManagement', NULL, 1502441272, 1502441272),
('editPostCategories', 2, 'Edit Post Categories', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('editPosts', 2, 'Edit Posts', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('editPostTags', 2, 'Edit Post Tags', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('editUserEmail', 2, 'Edit User Email', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('editUsers', 2, 'Edit Users', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('flushCache', 2, 'Flush Cache', NULL, 'settings', NULL, 1502441271, 1502441271),
('fullMediaAccess', 2, 'Full Media Access', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('fullMediaAlbumAccess', 2, 'Full Media Albums Access', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('fullMediaCategoryAccess', 2, 'Full Media Categories Access', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('fullMenuAccess', 2, 'Full Menu Access', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('fullMenuLinkAccess', 2, 'Full Menu Links Access', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('fullPageAccess', 2, 'Full Page Access', NULL, 'pageManagement', NULL, 1502441272, 1502441272),
('fullPostAccess', 2, 'Full Post Access', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('fullPostCategoryAccess', 2, 'Full Post Categories Access', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('fullPostTagAccess', 2, 'Full Post Tags Access', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('manageRolesAndPermissions', 2, 'Manage Roles And Permissions', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('moderator', 1, 'Moderator', NULL, NULL, NULL, 1502441270, 1502441270),
('updateImmutableSourceMessages', 2, 'Update Immutable Source Messages', NULL, 'translations', NULL, 1502441273, 1502441273),
('updateSourceMessages', 2, 'Update Source Messages', NULL, 'translations', NULL, 1502441273, 1502441273),
('updateTranslations', 2, 'Update Message Translations', NULL, 'translations', NULL, 1502441273, 1502441273),
('uploadMedia', 2, 'Upload Media', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('user', 1, 'User', NULL, NULL, NULL, 1502441270, 1502441270),
('viewComments', 2, 'View Comments', NULL, 'commentManagement', NULL, 1502441271, 1502441271),
('viewDashboard', 2, 'View Dashboard', NULL, 'dashboard', NULL, 1502441270, 1502441270),
('viewMedia', 2, 'View Media', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('viewMediaAlbums', 2, 'View Media Albums', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('viewMediaCategories', 2, 'View Media Categories', NULL, 'mediaManagement', NULL, 1502441271, 1502441271),
('viewMenuLinks', 2, 'View Menu Links', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('viewMenus', 2, 'View Menus', NULL, 'menuManagement', NULL, 1502441271, 1502441271),
('viewPages', 2, 'View Pages', NULL, 'pageManagement', NULL, 1502441272, 1502441272),
('viewPostCategories', 2, 'View Posts', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('viewPosts', 2, 'View Posts', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('viewPostTags', 2, 'View Tags', NULL, 'postManagement', NULL, 1502441270, 1502441270),
('viewRegistrationIp', 2, 'View Registration IP', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('viewRolesAndPermissions', 2, 'View Roles And Permissions', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('viewTranslations', 2, 'View Message Translations', NULL, 'translations', NULL, 1502441273, 1502441273),
('viewUserEmail', 2, 'View User Email', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('viewUserRoles', 2, 'View User Roles', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('viewUsers', 2, 'View Users', NULL, 'userManagement', NULL, 1502441270, 1502441270),
('viewVisitLog', 2, 'View Visit Logs', NULL, 'userManagement', NULL, 1502441270, 1502441270);
-- --------------------------------------------------------
--
-- Table structure for table `auth_item_child`
--
CREATE TABLE `auth_item_child` (
`parent` varchar(64) NOT NULL,
`child` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `auth_item_child`
--
INSERT INTO `auth_item_child` (`parent`, `child`) VALUES
('administrator', 'assignRolesToUsers'),
('administrator', 'author'),
('administrator', 'bindUserToIp'),
('administrator', 'changeGeneralSettings'),
('administrator', 'changeReadingSettings'),
('administrator', 'changeUserPassword'),
('administrator', 'createMenuLinks'),
('administrator', 'createMenus'),
('administrator', 'createPages'),
('administrator', 'createSourceMessages'),
('administrator', 'createUsers'),
('administrator', 'deleteMedia'),
('administrator', 'deleteMediaAlbums'),
('administrator', 'deleteMediaCategories'),
('administrator', 'deleteMenuLinks'),
('administrator', 'deleteMenus'),
('administrator', 'deletePages'),
('administrator', 'deletePostCategories'),
('administrator', 'deletePostTags'),
('administrator', 'deleteSourceMessages'),
('administrator', 'deleteUsers'),
('administrator', 'editMenuLinks'),
('administrator', 'editMenus'),
('administrator', 'editPages'),
('administrator', 'editUserEmail'),
('administrator', 'editUsers'),
('administrator', 'flushCache'),
('administrator', 'fullMenuAccess'),
('administrator', 'fullMenuLinkAccess'),
('administrator', 'fullPageAccess'),
('administrator', 'manageRolesAndPermissions'),
('administrator', 'moderator'),
('administrator', 'updateSourceMessages'),
('administrator', 'updateTranslations'),
('administrator', 'user'),
('administrator', 'viewMenuLinks'),
('administrator', 'viewMenus'),
('administrator', 'viewPages'),
('administrator', 'viewRegistrationIp'),
('administrator', 'viewRolesAndPermissions'),
('administrator', 'viewTranslations'),
('administrator', 'viewUserRoles'),
('administrator', 'viewVisitLog'),
('assignRolesToUsers', '/admin/user/user-permission/set'),
('assignRolesToUsers', '/admin/user/user-permission/set-roles'),
('assignRolesToUsers', 'viewUserRoles'),
('assignRolesToUsers', 'viewUsers'),
('author', 'createMediaAlbums'),
('author', 'createPosts'),
('author', 'editPosts'),
('author', 'uploadMedia'),
('author', 'user'),
('author', 'viewDashboard'),
('author', 'viewPostCategories'),
('author', 'viewPosts'),
('author', 'viewPostTags'),
('changeGeneralSettings', '/admin/settings/default/index'),
('changeReadingSettings', '/admin/settings/reading/index'),
('changeUserPassword', '/admin/user/default/change-password'),
('changeUserPassword', '<PASSWORD>'),
('createComments', '/admin/comment/default/create'),
('createComments', 'viewComments'),
('createMediaAlbums', '/admin/media/album/create'),
('createMediaAlbums', 'viewMediaAlbums'),
('createMediaCategories', '/admin/media/category/create'),
('createMediaCategories', 'viewMediaCategories'),
('createMenuLinks', '/admin/menu/link/create'),
('createMenuLinks', 'viewMenuLinks'),
('createMenus', '/admin/menu/default/create'),
('createMenus', 'viewMenus'),
('createPages', '/admin/page/default/create'),
('createPages', 'viewPages'),
('createPostCategories', '/admin/post/category/create'),
('createPostCategories', 'viewPosts'),
('createPosts', '/admin/post/default/create'),
('createPosts', 'viewPosts'),
('createPostTags', '/admin/post/tag/create'),
('createPostTags', 'viewPostTags'),
('createSourceMessages', '/admin/translation/source/create'),
('createSourceMessages', 'updateSourceMessages'),
('createSourceMessages', 'viewTranslations'),
('createUsers', '/admin/user/default/create'),
('createUsers', 'viewUsers'),
('deleteComments', '/admin/comment/default/bulk-delete'),
('deleteComments', '/admin/comment/default/delete'),
('deleteComments', 'viewComments'),
('deleteMedia', '/admin/media/manage/delete'),
('deleteMedia', 'viewMedia'),
('deleteMediaAlbums', '/admin/media/album/bulk-delete'),
('deleteMediaAlbums', '/admin/media/album/delete'),
('deleteMediaAlbums', 'viewMediaAlbums'),
('deleteMediaCategories', '/admin/media/category/bulk-delete'),
('deleteMediaCategories', '/admin/media/category/delete'),
('deleteMediaCategories', 'viewMediaCategories'),
('deleteMenuLinks', '/admin/menu/link/bulk-delete'),
('deleteMenuLinks', '/admin/menu/link/delete'),
('deleteMenuLinks', 'viewMenuLinks'),
('deleteMenus', '/admin/menu/default/bulk-delete'),
('deleteMenus', '/admin/menu/default/delete'),
('deleteMenus', 'viewMenus'),
('deletePages', '/admin/page/default/bulk-delete'),
('deletePages', '/admin/page/default/delete'),
('deletePages', 'viewPages'),
('deletePostCategories', '/admin/post/category/bulk-delete'),
('deletePostCategories', '/admin/post/category/delete'),
('deletePostCategories', 'viewPosts'),
('deletePosts', '/admin/post/default/bulk-delete'),
('deletePosts', '/admin/post/default/delete'),
('deletePosts', 'viewPosts'),
('deletePostTags', '/admin/post/tag/bulk-delete'),
('deletePostTags', '/admin/post/tag/delete'),
('deletePostTags', 'viewPostTags'),
('deleteSourceMessages', '/admin/translation/source/delete'),
('deleteSourceMessages', 'updateSourceMessages'),
('deleteSourceMessages', 'viewTranslations'),
('deleteUsers', '/admin/user/default/bulk-delete'),
('deleteUsers', '/admin/user/default/delete'),
('deleteUsers', 'viewUsers'),
('editComments', '/admin/comment/default/bulk-activate'),
('editComments', '/admin/comment/default/bulk-deactivate'),
('editComments', '/admin/comment/default/bulk-spam'),
('editComments', '/admin/comment/default/bulk-trash'),
('editComments', '/admin/comment/default/toggle-attribute'),
('editComments', '/admin/comment/default/update'),
('editComments', 'viewComments'),
('editMedia', '/admin/media/manage/update'),
('editMedia', 'viewMedia'),
('editMediaAlbums', '/admin/media/album/toggle-attribute'),
('editMediaAlbums', '/admin/media/album/update'),
('editMediaAlbums', 'viewMediaAlbums'),
('editMediaCategories', '/admin/media/category/toggle-attribute'),
('editMediaCategories', '/admin/media/category/update'),
('editMediaCategories', 'viewMediaCategories'),
('editMediaSettings', '/admin/media/default/settings'),
('editMediaSettings', '/admin/media/manage/resize'),
('editMediaSettings', 'viewMedia'),
('editMenuLinks', '/admin/menu/link/update'),
('editMenuLinks', 'viewMenuLinks'),
('editMenus', '/admin/menu/default/update'),
('editMenus', 'viewMenus'),
('editPages', '/admin/page/default/bulk-activate'),
('editPages', '/admin/page/default/bulk-deactivate'),
('editPages', '/admin/page/default/toggle-attribute'),
('editPages', '/admin/page/default/update'),
('editPages', 'viewPages'),
('editPostCategories', '/admin/post/category/toggle-attribute'),
('editPostCategories', '/admin/post/category/update'),
('editPostCategories', 'viewPosts'),
('editPosts', '/admin/post/default/bulk-activate'),
('editPosts', '/admin/post/default/bulk-deactivate'),
('editPosts', '/admin/post/default/toggle-attribute'),
('editPosts', '/admin/post/default/update'),
('editPosts', 'viewPosts'),
('editPostTags', '/admin/post/tag/toggle-attribute'),
('editPostTags', '/admin/post/tag/update'),
('editPostTags', 'viewPostTags'),
('editUserEmail', 'viewUserEmail'),
('editUsers', '/admin/user/default/bulk-activate'),
('editUsers', '/admin/user/default/bulk-deactivate'),
('editUsers', '/admin/user/default/toggle-attribute'),
('editUsers', '/admin/user/default/update'),
('editUsers', 'viewUsers'),
('flushCache', '/admin/settings/cache/flush'),
('fullMediaAccess', 'viewMedia'),
('fullMenuAccess', 'viewMenus'),
('fullMenuLinkAccess', 'viewMenuLinks'),
('manageRolesAndPermissions', '/admin/user/permission-groups/bulk-delete'),
('manageRolesAndPermissions', '/admin/user/permission-groups/create'),
('manageRolesAndPermissions', '/admin/user/permission-groups/delete'),
('manageRolesAndPermissions', '/admin/user/permission-groups/update'),
('manageRolesAndPermissions', '/admin/user/permission/bulk-delete'),
('manageRolesAndPermissions', '/admin/user/permission/create'),
('manageRolesAndPermissions', '/admin/user/permission/delete'),
('manageRolesAndPermissions', '/admin/user/permission/refresh-routes'),
('manageRolesAndPermissions', '/admin/user/permission/set-child-permissions'),
('manageRolesAndPermissions', '/admin/user/permission/set-child-routes'),
('manageRolesAndPermissions', '/admin/user/permission/update'),
('manageRolesAndPermissions', '/admin/user/permission/view'),
('manageRolesAndPermissions', '/admin/user/role/bulk-delete'),
('manageRolesAndPermissions', '/admin/user/role/create'),
('manageRolesAndPermissions', '/admin/user/role/delete'),
('manageRolesAndPermissions', '/admin/user/role/set-child-permissions'),
('manageRolesAndPermissions', '/admin/user/role/set-child-roles'),
('manageRolesAndPermissions', '/admin/user/role/update'),
('manageRolesAndPermissions', '/admin/user/role/view'),
('manageRolesAndPermissions', 'editUsers'),
('manageRolesAndPermissions', 'viewRolesAndPermissions'),
('manageRolesAndPermissions', 'viewUsers'),
('moderator', 'author'),
('moderator', 'createComments'),
('moderator', 'createMediaCategories'),
('moderator', 'createPostCategories'),
('moderator', 'createPostTags'),
('moderator', 'deleteComments'),
('moderator', 'deletePosts'),
('moderator', 'editComments'),
('moderator', 'editMediaAlbums'),
('moderator', 'editMediaCategories'),
('moderator', 'editPostCategories'),
('moderator', 'editPostTags'),
('moderator', 'fullMediaAccess'),
('moderator', 'fullMediaAlbumAccess'),
('moderator', 'fullMediaCategoryAccess'),
('moderator', 'fullPostAccess'),
('moderator', 'fullPostCategoryAccess'),
('moderator', 'fullPostTagAccess'),
('moderator', 'user'),
('moderator', 'viewComments'),
('moderator', 'viewUserEmail'),
('moderator', 'viewUsers'),
('updateImmutableSourceMessages', 'updateSourceMessages'),
('updateImmutableSourceMessages', 'viewTranslations'),
('updateSourceMessages', '/admin/translation/source/update'),
('updateSourceMessages', 'updateTranslations'),
('updateSourceMessages', 'viewTranslations'),
('updateTranslations', 'viewTranslations'),
('uploadMedia', '/admin/media/manage/upload'),
('uploadMedia', '/admin/media/manage/uploader'),
('uploadMedia', 'editMedia'),
('uploadMedia', 'viewMedia'),
('user', '<PASSWORD>OwnPassword'),
('user', 'commonPermission'),
('viewComments', '/admin/comment/default/grid-page-size'),
('viewComments', '/admin/comment/default/grid-sort'),
('viewComments', '/admin/comment/default/index'),
('viewComments', '/admin/comment/default/view'),
('viewDashboard', '/admin'),
('viewDashboard', '/admin/site/index'),
('viewMedia', '/admin/#mediafile'),
('viewMedia', '/admin/media/default/index'),
('viewMedia', '/admin/media/manage/index'),
('viewMedia', '/admin/media/manage/info'),
('viewMediaAlbums', '/admin/media/album/grid-page-size'),
('viewMediaAlbums', '/admin/media/album/grid-sort'),
('viewMediaAlbums', '/admin/media/album/index'),
('viewMediaCategories', '/admin/media/category/grid-page-size'),
('viewMediaCategories', '/admin/media/category/grid-sort'),
('viewMediaCategories', '/admin/media/category/index'),
('viewMenuLinks', '/admin/menu/link/grid-page-size'),
('viewMenuLinks', '/admin/menu/link/grid-sort'),
('viewMenuLinks', '/admin/menu/link/index'),
('viewMenuLinks', '/admin/menu/link/view'),
('viewMenuLinks', 'viewMenus'),
('viewMenus', '/admin/menu/default/grid-page-size'),
('viewMenus', '/admin/menu/default/grid-sort'),
('viewMenus', '/admin/menu/default/index'),
('viewMenus', '/admin/menu/default/view'),
('viewPages', '/admin/page/default/grid-page-size'),
('viewPages', '/admin/page/default/grid-sort'),
('viewPages', '/admin/page/default/index'),
('viewPages', '/admin/page/default/view'),
('viewPostCategories', '/admin/post/category/grid-page-size'),
('viewPostCategories', '/admin/post/category/grid-sort'),
('viewPostCategories', '/admin/post/category/index'),
('viewPostCategories', 'viewPosts'),
('viewPosts', '/admin/post/default/grid-page-size'),
('viewPosts', '/admin/post/default/grid-sort'),
('viewPosts', '/admin/post/default/index'),
('viewPosts', '/admin/post/default/view'),
('viewPostTags', '/admin/post/tag/grid-page-size'),
('viewPostTags', '/admin/post/tag/grid-sort'),
('viewPostTags', '/admin/post/tag/index'),
('viewPostTags', 'viewPosts'),
('viewRolesAndPermissions', '/admin/user/permission-groups/grid-page-size'),
('viewRolesAndPermissions', '/admin/user/permission-groups/grid-sort'),
('viewRolesAndPermissions', '/admin/user/permission-groups/index'),
('viewRolesAndPermissions', '/admin/user/permission/grid-page-size'),
('viewRolesAndPermissions', '/admin/user/permission/grid-sort'),
('viewRolesAndPermissions', '/admin/user/permission/index'),
('viewRolesAndPermissions', '/admin/user/role/grid-page-size'),
('viewRolesAndPermissions', '/admin/user/role/grid-sort'),
('viewRolesAndPermissions', '/admin/user/role/index'),
('viewRolesAndPermissions', 'viewUserRoles'),
('viewRolesAndPermissions', 'viewUsers'),
('viewTranslations', '/admin/translation/default/index'),
('viewUsers', '/admin/user/default/grid-page-size'),
('viewUsers', '/admin/user/default/grid-sort'),
('viewUsers', '/admin/user/default/index'),
('viewVisitLog', '/admin/user/visit-log/grid-page-size'),
('viewVisitLog', '/admin/user/visit-log/grid-sort'),
('viewVisitLog', '/admin/user/visit-log/index'),
('viewVisitLog', '/admin/user/visit-log/view'),
('viewVisitLog', 'viewUsers');
-- --------------------------------------------------------
--
-- Table structure for table `auth_item_group`
--
CREATE TABLE `auth_item_group` (
`code` varchar(64) NOT NULL,
`name` varchar(255) NOT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `auth_item_group`
--
INSERT INTO `auth_item_group` (`code`, `name`, `created_at`, `updated_at`) VALUES
('commentManagement', 'Comment Management', 1502441271, 1502441271),
('dashboard', 'Dashboard', 1502441270, 1502441270),
('mediaManagement', 'Media Management', 1502441271, 1502441271),
('menuManagement', 'Menu Management', 1502441271, 1502441271),
('pageManagement', 'Page Management', 1502441272, 1502441272),
('postManagement', 'Post Management', 1502441270, 1502441270),
('settings', 'Settings', 1502441271, 1502441271),
('translations', 'Translations', 1502441273, 1502441273),
('userCommonPermissions', 'Common Permissions', 1502441270, 1502441270),
('userManagement', 'User Management', 1502441270, 1502441270);
-- --------------------------------------------------------
--
-- Table structure for table `auth_rule`
--
CREATE TABLE `auth_rule` (
`name` varchar(64) NOT NULL,
`data` text,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `chabibnr_events`
--
CREATE TABLE `chabibnr_events` (
`id` int(11) NOT NULL,
`slug` varchar(255) DEFAULT NULL,
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`date` int(11) NOT NULL,
`location` varchar(255) NOT NULL,
`address` text NOT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `chabibnr_events`
--
INSERT INTO `chabibnr_events` (`id`, `slug`, `title`, `description`, `date`, `location`, `address`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 'dfs', 'Membangun aplikasi dengan Yii2', 'the magic of Yii2', 0, 'Mozilla Space', 'Jalan', 1502518368, 1502518827, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `comment`
--
CREATE TABLE `comment` (
`id` int(11) NOT NULL,
`model` varchar(64) NOT NULL DEFAULT '',
`model_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`username` varchar(128) DEFAULT NULL,
`email` varchar(128) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL COMMENT 'null-is not a reply, int-replied comment id',
`content` text,
`status` int(1) UNSIGNED NOT NULL DEFAULT '1' COMMENT '0-pending,1-published,2-spam,3-deleted',
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`updated_by` int(11) DEFAULT NULL,
`user_ip` varchar(15) DEFAULT NULL,
`super_parent_id` int(11) DEFAULT NULL COMMENT 'null-has no parent, int-1st level parent id',
`url` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media`
--
CREATE TABLE `media` (
`id` int(11) NOT NULL,
`album_id` int(11) DEFAULT NULL,
`filename` varchar(255) NOT NULL,
`type` varchar(127) DEFAULT NULL,
`url` text,
`size` varchar(127) DEFAULT NULL,
`thumbs` text,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_album`
--
CREATE TABLE `media_album` (
`id` int(11) NOT NULL,
`category_id` int(11) DEFAULT NULL,
`title` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` text,
`visible` int(11) NOT NULL DEFAULT '1' COMMENT '0-hidden,1-visible',
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_album_lang`
--
CREATE TABLE `media_album_lang` (
`id` int(11) NOT NULL,
`media_album_id` int(11) NOT NULL,
`language` varchar(6) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_category`
--
CREATE TABLE `media_category` (
`id` int(11) NOT NULL,
`slug` varchar(255) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text,
`visible` int(11) NOT NULL DEFAULT '1' COMMENT '0-hidden,1-visible',
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_category_lang`
--
CREATE TABLE `media_category_lang` (
`id` int(11) NOT NULL,
`media_category_id` int(11) NOT NULL,
`language` varchar(6) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_lang`
--
CREATE TABLE `media_lang` (
`id` int(11) NOT NULL,
`media_id` int(11) DEFAULT NULL,
`language` varchar(6) NOT NULL,
`title` varchar(255) NOT NULL,
`alt` varchar(255) DEFAULT NULL,
`description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `media_upload`
--
CREATE TABLE `media_upload` (
`id` int(11) NOT NULL,
`media_id` int(11) NOT NULL,
`owner_class` varchar(255) NOT NULL,
`owner_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `menu`
--
CREATE TABLE `menu` (
`id` varchar(64) NOT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `menu`
--
INSERT INTO `menu` (`id`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
('admin-menu', NULL, NULL, 1, NULL),
('main-menu', NULL, NULL, 1, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `menu_lang`
--
CREATE TABLE `menu_lang` (
`id` int(11) NOT NULL,
`menu_id` varchar(64) NOT NULL,
`language` varchar(6) NOT NULL,
`title` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `menu_lang`
--
INSERT INTO `menu_lang` (`id`, `menu_id`, `language`, `title`) VALUES
(1, 'admin-menu', 'en-US', 'Control Panel Menu'),
(2, 'main-menu', 'en-US', 'Main Menu');
-- --------------------------------------------------------
--
-- Table structure for table `menu_link`
--
CREATE TABLE `menu_link` (
`id` varchar(64) NOT NULL,
`menu_id` varchar(64) NOT NULL,
`link` varchar(255) DEFAULT NULL,
`parent_id` varchar(64) DEFAULT '',
`image` varchar(24) DEFAULT NULL,
`alwaysVisible` int(1) NOT NULL DEFAULT '0',
`order` int(11) DEFAULT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `menu_link`
--
INSERT INTO `menu_link` (`id`, `menu_id`, `link`, `parent_id`, `image`, `alwaysVisible`, `order`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
('about', 'main-menu', '/site/about', '', NULL, 1, 2, NULL, NULL, 1, NULL),
('comment', 'admin-menu', '/comment/default/index', '', 'comment', 0, 8, NULL, NULL, 1, NULL),
('contact', 'main-menu', '/site/contact', '', NULL, 1, 3, NULL, NULL, 1, NULL),
('dashboard', 'admin-menu', '/', '', 'th', 0, 1, NULL, NULL, 1, NULL),
('home', 'main-menu', '/site/index', '', NULL, 1, 0, NULL, NULL, 1, NULL),
('image-settings', 'admin-menu', '/media/default/settings', 'settings', NULL, 0, 5, NULL, NULL, 1, NULL),
('media', 'admin-menu', NULL, '', 'image', 0, 5, NULL, NULL, 1, NULL),
('media-album', 'admin-menu', '/media/album/index', 'media', NULL, 0, 2, NULL, NULL, 1, NULL),
('media-category', 'admin-menu', '/media/category/index', 'media', NULL, 0, 3, NULL, NULL, 1, NULL),
('media-media', 'admin-menu', '/media/default/index', 'media', NULL, 0, 1, NULL, NULL, 1, NULL),
('menu', 'admin-menu', '/menu/default/index', '', 'align-justify', 0, 10, NULL, NULL, 1, NULL),
('page', 'admin-menu', '/page/default/index', '', 'file', 0, 2, NULL, NULL, 1, NULL),
('post', 'admin-menu', NULL, '', 'pencil', 0, 3, NULL, NULL, 1, NULL),
('post-category', 'admin-menu', '/post/category/index', 'post', NULL, 0, 2, NULL, NULL, 1, NULL),
('post-post', 'admin-menu', '/post/default/index', 'post', NULL, 0, 1, NULL, NULL, 1, NULL),
('post-tag', 'admin-menu', '/post/tag/index', 'post', NULL, 0, 2, NULL, NULL, 1, NULL),
('seo', 'admin-menu', '/seo/default/index', '', 'line-chart', 0, 19, NULL, NULL, 1, NULL),
('settings', 'admin-menu', NULL, '', 'cog', 0, 20, NULL, NULL, 1, NULL),
('settings-cache', 'admin-menu', '/settings/cache/flush', 'settings', NULL, 0, 99, NULL, NULL, 1, NULL),
('settings-general', 'admin-menu', '/settings/default/index', 'settings', NULL, 0, 1, NULL, NULL, 1, NULL),
('settings-reading', 'admin-menu', '/settings/reading/index', 'settings', NULL, 0, 2, NULL, NULL, 1, NULL),
('settings-translations', 'admin-menu', '/translation/default/index', 'settings', NULL, 0, 5, NULL, NULL, 1, NULL),
('test-page', 'main-menu', '/site/test', '', NULL, 1, 1, NULL, NULL, 1, NULL),
('user', 'admin-menu', NULL, '', 'user', 0, 15, NULL, NULL, 1, NULL),
('user-groups', 'admin-menu', '/user/permission-groups/index', 'user', NULL, 0, 4, NULL, NULL, 1, NULL),
('user-log', 'admin-menu', '/user/visit-log/index', 'user', NULL, 0, 10, NULL, NULL, 1, NULL),
('user-permission', 'admin-menu', '/user/permission/index', 'user', NULL, 0, 3, NULL, NULL, 1, NULL),
('user-role', 'admin-menu', '/user/role/index', 'user', NULL, 0, 2, NULL, NULL, 1, NULL),
('user-user', 'admin-menu', '/user/default/index', 'user', NULL, 0, 1, NULL, NULL, 1, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `menu_link_lang`
--
CREATE TABLE `menu_link_lang` (
`id` int(11) NOT NULL,
`link_id` varchar(64) NOT NULL,
`language` varchar(6) NOT NULL,
`label` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `menu_link_lang`
--
INSERT INTO `menu_link_lang` (`id`, `link_id`, `language`, `label`) VALUES
(1, 'dashboard', 'en-US', 'Dashboard'),
(2, 'settings', 'en-US', 'Settings'),
(3, 'settings-general', 'en-US', 'General Settings'),
(4, 'settings-reading', 'en-US', 'Reading Settings'),
(5, 'settings-cache', 'en-US', 'Flush Cache'),
(6, 'menu', 'en-US', 'Menus'),
(7, 'comment', 'en-US', 'Comments'),
(8, 'user', 'en-US', 'Users'),
(9, 'user-groups', 'en-US', 'Permission groups'),
(10, 'user-log', 'en-US', 'Visit log'),
(11, 'user-permission', 'en-US', 'Permissions'),
(12, 'user-role', 'en-US', 'Roles'),
(13, 'user-user', 'en-US', 'Users'),
(14, 'post', 'en-US', 'Posts'),
(15, 'post-post', 'en-US', 'Posts'),
(16, 'post-category', 'en-US', 'Categories'),
(17, 'media', 'en-US', 'Media'),
(18, 'media-media', 'en-US', 'Media'),
(19, 'media-album', 'en-US', 'Albums'),
(20, 'media-category', 'en-US', 'Categories'),
(21, 'image-settings', 'en-US', 'Image Settings'),
(22, 'page', 'en-US', 'Pages'),
(23, 'settings-translations', 'en-US', 'Message Translation'),
(24, 'seo', 'en-US', 'SEO'),
(25, 'post-tag', 'en-US', 'Tags'),
(26, 'home', 'en-US', 'Home'),
(27, 'about', 'en-US', 'About'),
(28, 'test-page', 'en-US', 'Test Page'),
(29, 'contact', 'en-US', 'Contact');
-- --------------------------------------------------------
--
-- Table structure for table `message`
--
CREATE TABLE `message` (
`id` int(11) NOT NULL,
`source_id` int(11) DEFAULT NULL,
`language` varchar(16) NOT NULL,
`translation` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `message_source`
--
CREATE TABLE `message_source` (
`id` int(11) NOT NULL,
`category` varchar(32) NOT NULL,
`message` text,
`immutable` int(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `message_source`
--
INSERT INTO `message_source` (`id`, `category`, `message`, `immutable`) VALUES
(1, 'yee', '--- With selected ---', 1),
(2, 'yee', 'Activate', 1),
(3, 'yee', 'Active', 1),
(4, 'yee', 'Add New', 1),
(5, 'yee', 'All', 1),
(6, 'yee', 'Always Visible', 1),
(7, 'yee', 'An unknown error occurred.', 1),
(8, 'yee', 'Approved', 1),
(9, 'yee', 'Author', 1),
(10, 'yee', 'Banned', 1),
(11, 'yee', 'Bind to IP', 1),
(12, 'yee', 'Browse', 1),
(13, 'yee', 'Browser', 1),
(14, 'yee', 'Cancel', 1),
(15, 'yee', 'Category', 1),
(16, 'yee', 'Clear filters', 1),
(17, 'yee', 'Closed', 1),
(18, 'yee', 'Code', 1),
(19, 'yee', 'Comment Status', 1),
(20, 'yee', 'Comments Activity', 1),
(21, 'yee', 'Confirm', 1),
(22, 'yee', 'Confirmation Token', 1),
(23, 'yee', 'Content', 1),
(24, 'yee', 'Control Panel', 1),
(25, 'yee', 'Create {item}', 1),
(26, 'yee', 'Create', 1),
(27, 'yee', 'Created By', 1),
(28, 'yee', 'Created', 1),
(29, 'yee', 'Dashboard', 1),
(30, 'yee', 'Data', 1),
(31, 'yee', 'Deactivate', 1),
(32, 'yee', 'Default Language', 1),
(33, 'yee', 'Default Value', 1),
(34, 'yee', 'Delete', 1),
(35, 'yee', 'Description', 1),
(36, 'yee', 'E-mail confirmed', 1),
(37, 'yee', 'E-mail', 1),
(38, 'yee', 'Edit', 1),
(39, 'yee', 'Error', 1),
(40, 'yee', 'For example', 1),
(41, 'yee', 'Group', 1),
(42, 'yee', 'ID', 1),
(43, 'yee', 'IP', 1),
(44, 'yee', 'Icon', 1),
(45, 'yee', 'Inactive', 1),
(46, 'yee', 'Insert', 1),
(47, 'yee', 'Invalid settings for dashboard widgets', 1),
(48, 'yee', 'Key', 1),
(49, 'yee', 'Label', 1),
(50, 'yee', 'Language', 1),
(51, 'yee', 'Link ID can only contain lowercase alphanumeric characters, underscores and dashes.', 1),
(52, 'yee', 'Link', 1),
(53, 'yee', 'Login', 1),
(54, 'yee', 'Logout {username}', 1),
(55, 'yee', 'Menu ID can only contain lowercase alphanumeric characters, underscores and dashes.', 1),
(56, 'yee', 'Menu', 1),
(57, 'yee', 'Name', 1),
(58, 'yee', 'No Parent', 1),
(59, 'yee', 'No comments found.', 1),
(60, 'yee', 'Not Selected', 1),
(61, 'yee', 'OK', 1),
(62, 'yee', 'OS', 1),
(63, 'yee', 'Open', 1),
(64, 'yee', 'Order', 1),
(65, 'yee', 'PHP Version', 1),
(66, 'yee', 'Parent Link', 1),
(67, 'yee', 'Password', 1),
(68, 'yee', 'Pending', 1),
(69, 'yee', 'Processing', 1),
(70, 'yee', 'Publish', 1),
(71, 'yee', 'Published', 1),
(72, 'yee', 'Read more', 1),
(73, 'yee', 'Records per page', 1),
(74, 'yee', 'Registration IP', 1),
(75, 'yee', 'Repeat password', 1),
(76, 'yee', 'Required', 1),
(77, 'yee', 'Revision', 1),
(78, 'yee', 'Role', 1),
(79, 'yee', 'Roles', 1),
(80, 'yee', 'Rule', 1),
(81, 'yee', 'Save All', 1),
(82, 'yee', 'Save', 1),
(83, 'yee', 'Saved', 1),
(84, 'yee', 'Settings', 1),
(85, 'yee', 'Size', 1),
(86, 'yee', 'Slug', 1),
(87, 'yee', 'Spam', 1),
(88, 'yee', 'Start', 1),
(89, 'yee', 'Status', 1),
(90, 'yee', 'Superadmin', 1),
(91, 'yee', 'System Info', 1),
(92, 'yee', 'The changes have been saved.', 1),
(93, 'yee', 'This e-mail already exists', 1),
(94, 'yee', 'Title', 1),
(95, 'yee', 'Token', 1),
(96, 'yee', 'Trash', 1),
(97, 'yee', 'Type', 1),
(98, 'yee', 'URL', 1),
(99, 'yee', 'Unpublish', 1),
(100, 'yee', 'Update \"{item}\"', 1),
(101, 'yee', 'Update', 1),
(102, 'yee', 'Updated By', 1),
(103, 'yee', 'Updated', 1),
(104, 'yee', 'Uploaded', 1),
(105, 'yee', 'User agent', 1),
(106, 'yee', 'User', 1),
(107, 'yee', 'Username', 1),
(108, 'yee', 'Value', 1),
(109, 'yee', 'View', 1),
(110, 'yee', 'Visible', 1),
(111, 'yee', 'Visit Time', 1),
(112, 'yee', 'Wrong format. Enter valid IPs separated by comma', 1),
(113, 'yee', 'Yee CMS Version', 1),
(114, 'yee', 'Yee Core Version', 1),
(115, 'yee', 'Yii Framework Version', 1),
(116, 'yee', 'Your item has been updated.', 1),
(117, 'yee', 'Your item has been created.', 1),
(118, 'yee', 'Your item has been deleted.', 1),
(119, 'yee', 'Male', 1),
(120, 'yee', 'Female', 1),
(121, 'yee', 'First Name', 1),
(122, 'yee', '<NAME>', 1),
(123, 'yee', 'Skype', 1),
(124, 'yee', 'Phone', 1),
(125, 'yee', 'Gender', 1),
(126, 'yee', 'Birthday', 1),
(127, 'yee', 'Birth month', 1),
(128, 'yee', 'Birth year', 1),
(129, 'yee', 'Short Info', 1),
(130, 'yee/translation', 'Add New Source Message', 1),
(131, 'yee/translation', 'Category', 1),
(132, 'yee/translation', 'Create Message Source', 1),
(133, 'yee/translation', 'Create New Category', 1),
(134, 'yee/translation', 'Immutable', 1),
(135, 'yee/translation', 'Message Translation', 1),
(136, 'yee/translation', 'New Category Name', 1),
(137, 'yee/translation', 'Please, select message group and language to view translations...', 1),
(138, 'yee/translation', 'Source Message', 1),
(139, 'yee/translation', 'Update Message Source', 1),
(140, 'yee/translation', '{n, plural, =1{1 message} other{# messages}}', 1),
(141, 'yee/media', 'Add files', 1),
(142, 'yee/media', 'Album', 1),
(143, 'yee/media', 'Albums', 1),
(144, 'yee/media', 'All Media Items', 1),
(145, 'yee/media', 'Alt Text', 1),
(146, 'yee/media', 'Back to file manager', 1),
(147, 'yee/media', 'Cancel upload', 1),
(148, 'yee/media', 'Categories', 1),
(149, 'yee/media', 'Category', 1),
(150, 'yee/media', 'Changes have been saved.', 1),
(151, 'yee/media', 'Changes haven\'t been saved.', 1),
(152, 'yee/media', 'Create Category', 1),
(153, 'yee/media', 'Current thumbnail sizes', 1),
(154, 'yee/media', 'Dimensions', 1),
(155, 'yee/media', 'Do resize thumbnails', 1),
(156, 'yee/media', 'File Size', 1),
(157, 'yee/media', 'Filename', 1),
(158, 'yee/media', 'If you change the thumbnails sizes, it is strongly recommended resize image thumbnails.', 1),
(159, 'yee/media', 'Image Settings', 1),
(160, 'yee/media', 'Large size', 1),
(161, 'yee/media', 'Manage Albums', 1),
(162, 'yee/media', 'Manage Categories', 1),
(163, 'yee/media', 'Media Activity', 1),
(164, 'yee/media', 'Media Details', 1),
(165, 'yee/media', 'Media', 1),
(166, 'yee/media', 'Medium size', 1),
(167, 'yee/media', 'No images found.', 1),
(168, 'yee/media', 'Original', 1),
(169, 'yee/media', 'Please, select file to view details.', 1),
(170, 'yee/media', 'Select image size', 1),
(171, 'yee/media', 'Small size', 1),
(172, 'yee/media', 'Sorry, [{filetype}] file type is not permitted!', 1),
(173, 'yee/media', 'Start upload', 1),
(174, 'yee/media', 'Thumbnails settings', 1),
(175, 'yee/media', 'Thumbnails sizes has been resized successfully!', 1),
(176, 'yee/media', 'Thumbnails', 1),
(177, 'yee/media', 'Update Category', 1),
(178, 'yee/media', 'Updated By', 1),
(179, 'yee/media', 'Upload New File', 1),
(180, 'yee/media', 'Uploaded By', 1),
(181, 'yee/menu', 'Menu', 1),
(182, 'yee/menu', 'Menus', 1),
(183, 'yee/menu', 'Link ID can only contain lowercase alphanumeric characters, underscores and dashes.', 1),
(184, 'yee/menu', 'Parent Link', 1),
(185, 'yee/menu', 'Always Visible', 1),
(186, 'yee/menu', 'No Parent', 1),
(187, 'yee/menu', 'Create Menu Link', 1),
(188, 'yee/menu', 'Update Menu Link', 1),
(189, 'yee/menu', 'Menu Links', 1),
(190, 'yee/menu', 'Add New Menu', 1),
(191, 'yee/menu', 'Add New Link', 1),
(192, 'yee/menu', 'An error occurred during saving menu!', 1),
(193, 'yee/menu', 'The changes have been saved.', 1),
(194, 'yee/menu', 'Please, select menu to view menu links...', 1),
(195, 'yee/menu', 'Selected menu doesn\'t contain any link. Click \"Add New Link\" to create a link for this menu.', 1),
(196, 'yee/page', 'Page', 1),
(197, 'yee/page', 'Pages', 1),
(198, 'yee/page', 'Create Page', 1),
(199, 'yee/post', 'Create Tag', 1),
(200, 'yee/post', 'Update Tag', 1),
(201, 'yee/post', 'No posts found.', 1),
(202, 'yee/post', 'Post', 1),
(203, 'yee/post', 'Posted in', 1),
(204, 'yee/post', 'Posts Activity', 1),
(205, 'yee/post', 'Posts', 1),
(206, 'yee/post', 'Tag', 1),
(207, 'yee/post', 'Tags', 1),
(208, 'yee/post', 'Thumbnail', 1),
(209, 'yee/settings', 'General Settings', 1),
(210, 'yee/settings', 'Reading Settings', 1),
(211, 'yee/settings', 'Site Title', 1),
(212, 'yee/settings', 'Site Description', 1),
(213, 'yee/settings', 'Admin Email', 1),
(214, 'yee/settings', 'Timezone', 1),
(215, 'yee/settings', 'Date Format', 1),
(216, 'yee/settings', 'Time Format', 1),
(217, 'yee/settings', 'Page Size', 1),
(218, 'yee/user', 'Child permissions', 1),
(219, 'yee/user', 'Child roles', 1),
(220, 'yee/user', 'Create Permission Group', 1),
(221, 'yee/user', 'Create Permission', 1),
(222, 'yee/user', 'Create Role', 1),
(223, 'yee/user', 'Create User', 1),
(224, 'yee/user', 'Log №{id}', 1),
(225, 'yee/user', 'No users found.', 1),
(226, 'yee/user', 'Password', 1),
(227, 'yee/user', 'Permission Groups', 1),
(228, 'yee/user', 'Permission', 1),
(229, 'yee/user', 'Permissions for \"{role}\" role', 1),
(230, 'yee/user', 'Permissions', 1),
(231, 'yee/user', 'Refresh routes', 1),
(232, 'yee/user', 'Registration date', 1),
(233, 'yee/user', 'Role', 1),
(234, 'yee/user', 'Roles and Permissions for \"{user}\"', 1),
(235, 'yee/user', 'Roles', 1),
(236, 'yee/user', 'Routes', 1),
(237, 'yee/user', 'Search route', 1),
(238, 'yee/user', 'Show all', 1),
(239, 'yee/user', 'Show only selected', 1),
(240, 'yee/user', 'Update Permission Group', 1),
(241, 'yee/user', 'Update Permission', 1),
(242, 'yee/user', 'Update Role', 1),
(243, 'yee/user', 'Update User Password', 1),
(244, 'yee/user', 'Update User', 1),
(245, 'yee/user', 'User not found', 1),
(246, 'yee/user', 'User', 1),
(247, 'yee/user', 'Users', 1),
(248, 'yee/user', 'Visit Log', 1),
(249, 'yee/user', 'You can not change own permissions', 1),
(250, 'yee/user', 'You can\'t update own permissions!', 1),
(251, 'yee/user', '{permission} Permission Settings', 1),
(252, 'yee/user', '{permission} Role Settings', 1),
(253, 'yee/auth', 'Are you sure you want to delete your profile picture?', 1),
(254, 'yee/auth', 'Are you sure you want to unlink this authorization?', 1),
(255, 'yee/auth', 'Authentication error occurred.', 1),
(256, 'yee/auth', 'Authorization', 1),
(257, 'yee/auth', 'Authorized Services', 1),
(258, 'yee/auth', 'Captcha', 1),
(259, 'yee/auth', 'Change profile picture', 1),
(260, 'yee/auth', 'Check your E-mail for further instructions', 1),
(261, 'yee/auth', 'Check your e-mail {email} for instructions to activate account', 1),
(262, 'yee/auth', 'Click to connect with service', 1),
(263, 'yee/auth', 'Click to unlink service', 1),
(264, 'yee/auth', 'Confirm E-mail', 1),
(265, 'yee/auth', 'Confirm', 1),
(266, 'yee/auth', 'Could not send confirmation email', 1),
(267, 'yee/auth', 'Current password', 1),
(268, 'yee/auth', 'E-mail confirmation for', 1),
(269, 'yee/auth', 'E-mail confirmed', 1),
(270, 'yee/auth', 'E-mail is invalid', 1),
(271, 'yee/auth', 'E-mail with activation link has been sent to <b>{email}</b>. This link will expire in {minutes} min.', 1),
(272, 'yee/auth', 'E-mail', 1),
(273, 'yee/auth', 'Forgot password?', 1),
(274, 'yee/auth', 'Incorrect username or password', 1),
(275, 'yee/auth', 'Login has been taken', 1),
(276, 'yee/auth', 'Login', 1),
(277, 'yee/auth', 'Logout', 1),
(278, 'yee/auth', 'Non Authorized Services', 1),
(279, 'yee/auth', 'Password has been updated', 1),
(280, 'yee/auth', 'Password recovery', 1),
(281, 'yee/auth', 'Password reset for', 1),
(282, 'yee/auth', 'Password', 1),
(283, 'yee/auth', 'Registration - confirm your e-mail', 1),
(284, 'yee/auth', 'Registration', 1),
(285, 'yee/auth', 'Remember me', 1),
(286, 'yee/auth', 'Remove profile picture', 1),
(287, 'yee/auth', 'Repeat password', 1),
(288, 'yee/auth', 'Reset Password', 1),
(289, 'yee/auth', 'Reset', 1),
(290, 'yee/auth', 'Save Profile', 1),
(291, 'yee/auth', 'Save profile picture', 1),
(292, 'yee/auth', 'Set Password', 1),
(293, 'yee/auth', 'Set Username', 1),
(294, 'yee/auth', 'Signup', 1),
(295, 'yee/auth', 'This E-mail already exists', 1),
(296, 'yee/auth', 'Token not found. It may be expired', 1),
(297, 'yee/auth', 'Token not found. It may be expired. Try reset password once more', 1),
(298, 'yee/auth', 'Too many attempts', 1),
(299, 'yee/auth', 'Unable to send message for email provided', 1),
(300, 'yee/auth', 'Update Password', 1),
(301, 'yee/auth', 'User Profile', 1),
(302, 'yee/auth', 'User with the same email as in {client} account already exists but isn\'t linked to it. Login using email first to link it.', 1),
(303, 'yee/auth', 'The username should contain only Latin letters, numbers and the following characters: \"-\" and \"_\".', 1),
(304, 'yee/auth', 'Username contains not allowed characters or words.', 1),
(305, 'yee/auth', 'Wrong password', 1),
(306, 'yee/auth', 'You could not login from this IP', 1),
(307, 'yee/seo', 'Create SEO Record', 1),
(308, 'yee/seo', 'Follow', 1),
(309, 'yee/seo', 'Index', 1),
(310, 'yee/seo', 'Keywords', 1),
(311, 'yee/seo', 'SEO', 1),
(312, 'yee/seo', 'Search Engine Optimization', 1),
(313, 'yee/seo', 'Update SEO Record', 1);
-- --------------------------------------------------------
--
-- Table structure for table `migration`
--
CREATE TABLE `migration` (
`version` varchar(180) NOT NULL,
`alias` varchar(180) NOT NULL,
`apply_time` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `migration`
--
INSERT INTO `migration` (`version`, `alias`, `apply_time`) VALUES
('m000000_000000_base', '@app/migrations', 1502441185),
('m130524_201442_init', '@app/migrations', 1502441188),
('m150319_150657_alter_user_table', '@yeesoft/yii2-yee-core/migrations/', 1502441193),
('m150319_155941_init_yee_core', '@yeesoft/yii2-yee-core/migrations/', 1502441207),
('m150319_184824_init_settings', '@yeesoft/yii2-yee-core/migrations/', 1502441208),
('m150319_194321_init_menus', '@yeesoft/yii2-yee-core/migrations/', 1502441221),
('m150320_102452_init_translations', '@yeesoft/yii2-yee-translation/migrations/', 1502441224),
('m150628_124401_create_media_table', '@yeesoft/yii2-yee-media/migrations/', 1502441243),
('m150630_121101_create_post_table', '@yeesoft/yii2-yee-post/migrations/', 1502441258),
('m150703_182055_create_auth_table', '@yeesoft/yii2-yee-auth/migrations/', 1502441259),
('m150706_175101_create_comment_table', '@yeesoft/yii2-comments/migrations/', 1502441261),
('m150719_154955_add_setting_menu_links', '@yeesoft/yii2-yee-settings/migrations/', 1502441264),
('m150719_182533_add_menu_and_links', '@yeesoft/yii2-yee-menu/migrations/', 1502441264),
('m150727_175300_add_comments_menu_links', '@yeesoft/yii2-yee-comment/migrations/', 1502441264),
('m150729_121634_add_user_menu_links', '@yeesoft/yii2-yee-user/migrations/', 1502441265),
('m150729_122614_add_post_menu_links', '@yeesoft/yii2-yee-post/migrations/', 1502441265),
('m150729_131014_add_media_menu_links', '@yeesoft/yii2-yee-media/migrations/', 1502441266),
('m150731_150101_create_page_table', '@yeesoft/yii2-yee-page/migrations/', 1502441269),
('m150731_150644_add_page_menu_links', '@yeesoft/yii2-yee-page/migrations/', 1502441270),
('m150821_140141_add_core_permissions', '@yeesoft/yii2-yee-core/migrations/', 1502441270),
('m150825_202231_add_post_permissions', '@yeesoft/yii2-yee-post/migrations/', 1502441270),
('m150825_205531_add_user_permissions', '@yeesoft/yii2-yee-user/migrations/', 1502441271),
('m150825_211322_add_menu_permissions', '@yeesoft/yii2-yee-menu/migrations/', 1502441271),
('m150825_212310_add_settings_permissions', '@yeesoft/yii2-yee-settings/migrations/', 1502441271),
('m150825_212941_add_comments_permissions', '@yeesoft/yii2-yee-comment/migrations/', 1502441271),
('m150825_213610_add_media_permissions', '@yeesoft/yii2-yee-media/migrations/', 1502441271),
('m150825_220620_add_page_permissions', '@yeesoft/yii2-yee-page/migrations/', 1502441272),
('m151116_212614_add_translations_menu_links', '@yeesoft/yii2-yee-translation/migrations/', 1502441272),
('m151121_091144_i18n_yee_source', '@yeesoft/yii2-yee-core/migrations/', 1502441273),
('m151121_131210_add_translation_permissions', '@yeesoft/yii2-yee-translation/migrations/', 1502441273),
('m151121_184634_i18n_yee_translation_source', '@yeesoft/yii2-yee-translation/migrations/', 1502441274),
('m151121_225504_i18n_yee_media_source', '@yeesoft/yii2-yee-media/migrations/', 1502441274),
('m151121_232115_i18n_yee_menu_source', '@yeesoft/yii2-yee-menu/migrations/', 1502441274),
('m151121_233615_i18n_yee_page_source', '@yeesoft/yii2-yee-page/migrations/', 1502441274),
('m151121_233715_i18n_yee_post_source', '@yeesoft/yii2-yee-post/migrations/', 1502441274),
('m151121_235015_i18n_yee_settings_source', '@yeesoft/yii2-yee-settings/migrations/', 1502441274),
('m151121_235512_i18n_yee_user_source', '@yeesoft/yii2-yee-user/migrations/', 1502441275),
('m151126_061233_i18n_yee_auth_source', '@yeesoft/yii2-yee-auth/migrations/', 1502441275),
('m151226_230101_create_seo_table', '@yeesoft/yii2-yee-seo/migrations/', 1502441279),
('m151226_231101_add_seo_menu_links', '@yeesoft/yii2-yee-seo/migrations/', 1502441279),
('m151226_233401_add_seo_permissions', '@yeesoft/yii2-yee-seo/migrations/', 1502441279),
('m151226_234401_i18n_yee_seo_source', '@yeesoft/yii2-yee-seo/migrations/', 1502441279),
('m160207_123123_add_super_parent_id', '@yeesoft/yii2-comments/migrations/', 1502441281),
('m160414_212551_add_view_page', '@yeesoft/yii2-yee-page/migrations/', 1502441283),
('m160414_212558_add_view_post', '@yeesoft/yii2-yee-post/migrations/', 1502441285),
('m160426_122854_create_uploader_images_table', '@yeesoft/yii2-yee-media/migrations/', 1502441287),
('m160530_224510_add_url_field', '@yeesoft/yii2-comments/migrations/', 1502441289),
('m160605_214907_create_tag_table', '@yeesoft/yii2-yee-post/migrations/', 1502441297),
('m160605_215105_init_tag_settings', '@yeesoft/yii2-yee-post/migrations/', 1502441298),
('m160610_120101_init_demo', '@app/migrations', 1502441302),
('m160831_224932_alter_user_table', '@yeesoft/yii2-yee-core/migrations/', 1502441312),
('m160903_113810_update_auth_foreign_key', '@yeesoft/yii2-yee-auth/migrations/', 1502441313);
-- --------------------------------------------------------
--
-- Table structure for table `page`
--
CREATE TABLE `page` (
`id` int(11) NOT NULL,
`slug` varchar(255) NOT NULL,
`status` int(1) NOT NULL DEFAULT '0' COMMENT '0-pending,1-published',
`comment_status` int(1) NOT NULL DEFAULT '1' COMMENT '0-closed,1-open',
`published_at` int(11) DEFAULT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL,
`revision` int(1) NOT NULL DEFAULT '1',
`view` varchar(255) NOT NULL DEFAULT 'page',
`layout` varchar(255) NOT NULL DEFAULT 'main'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `page`
--
INSERT INTO `page` (`id`, `slug`, `status`, `comment_status`, `published_at`, `created_at`, `updated_at`, `created_by`, `updated_by`, `revision`, `view`, `layout`) VALUES
(1, 'test', 1, 0, 1440720000, 1440763228, 1440771930, 1, 1, 1, 'page', 'main');
-- --------------------------------------------------------
--
-- Table structure for table `page_lang`
--
CREATE TABLE `page_lang` (
`id` int(11) NOT NULL,
`page_id` int(11) NOT NULL,
`language` varchar(6) NOT NULL,
`title` text,
`content` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `page_lang`
--
INSERT INTO `page_lang` (`id`, `page_id`, `language`, `title`, `content`) VALUES
(1, 1, 'en-US', 'Test Page', '<p style=\"text-align: justify;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer id ullamcorper nibh, id blandit ante. Suspendisse non ante commodo, finibus nibh at, sollicitudin felis. Aliquam interdum eros eget tempor porta. Quisque viverra velit magna, ac eleifend mi vehicula nec. Curabitur sollicitudin metus eget odio posuere pulvinar. Nullam vestibulum massa ac dolor mattis pharetra. Vestibulum finibus non massa ut cursus.</p><p style=\"text-align: justify;\">Proin eget ullamcorper elit, ac luctus ex. Pellentesque mattis nibh nec nunc fermentum lobortis. Cras malesuada ipsum eget massa pulvinar euismod. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pellentesque, tortor in efficitur semper, tellus lorem blandit augue, sed euismod purus velit nec libero. Pellentesque dictum faucibus augue, ac rutrum velit. Quisque tristique neque sit amet turpis consectetur rutrum. Aliquam ac vulputate mauris.</p>');
-- --------------------------------------------------------
--
-- Table structure for table `post`
--
CREATE TABLE `post` (
`id` int(11) NOT NULL,
`slug` varchar(255) NOT NULL,
`category_id` int(11) DEFAULT NULL,
`status` int(1) NOT NULL DEFAULT '0' COMMENT '0-pending,1-published',
`comment_status` int(1) NOT NULL DEFAULT '1' COMMENT '0-closed,1-open',
`thumbnail` varchar(255) DEFAULT NULL,
`published_at` int(11) DEFAULT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL,
`revision` int(1) NOT NULL DEFAULT '1',
`view` varchar(255) NOT NULL DEFAULT 'post',
`layout` varchar(255) NOT NULL DEFAULT 'main'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post`
--
INSERT INTO `post` (`id`, `slug`, `category_id`, `status`, `comment_status`, `thumbnail`, `published_at`, `created_at`, `updated_at`, `created_by`, `updated_by`, `revision`, `view`, `layout`) VALUES
(1, 'integer-id-ullamcorper-nibh', 1, 1, 1, NULL, 1440720000, 1440763228, 1440771930, 1, 1, 1, 'post', 'main'),
(2, 'proin-eget-ullamcorper-elit', 1, 1, 1, NULL, 1440720000, 1440763228, 1440771930, 1, 1, 1, 'post', 'main');
-- --------------------------------------------------------
--
-- Table structure for table `post_category`
--
CREATE TABLE `post_category` (
`id` int(11) NOT NULL,
`slug` varchar(200) NOT NULL,
`visible` int(11) NOT NULL DEFAULT '1' COMMENT '0-hidden,1-visible',
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL,
`left_border` int(11) NOT NULL,
`right_border` int(11) NOT NULL,
`depth` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_category`
--
INSERT INTO `post_category` (`id`, `slug`, `visible`, `created_at`, `updated_at`, `created_by`, `updated_by`, `left_border`, `right_border`, `depth`) VALUES
(1, 'root', 0, 1502441249, NULL, NULL, NULL, 0, 2147483647, 0),
(2, 'first-category', 1, 1502441299, 1502441299, 1, 1, 42107523, 84215044, 1);
-- --------------------------------------------------------
--
-- Table structure for table `post_category_lang`
--
CREATE TABLE `post_category_lang` (
`id` int(11) NOT NULL,
`post_category_id` int(11) DEFAULT NULL,
`language` varchar(6) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_category_lang`
--
INSERT INTO `post_category_lang` (`id`, `post_category_id`, `language`, `title`, `description`) VALUES
(1, 1, 'en-US', 'First Category', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `post_lang`
--
CREATE TABLE `post_lang` (
`id` int(11) NOT NULL,
`post_id` int(11) NOT NULL,
`language` varchar(6) NOT NULL,
`title` text,
`content` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_lang`
--
INSERT INTO `post_lang` (`id`, `post_id`, `language`, `title`, `content`) VALUES
(1, 1, 'en-US', 'Integer id ullamcorper nibh', '<p style=\"text-align: justify;\">Integer id ullamcorper nibh, id blandit ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse non ante commodo, finibus nibh at, sollicitudin felis. Aliquam interdum eros eget tempor porta. Quisque viverra velit magna, ac eleifend mi vehicula nec. Curabitur sollicitudin metus eget odio posuere pulvinar. Nullam vestibulum massa ac dolor mattis pharetra. Vestibulum finibus non massa ut cursus.</p><p style=\"text-align: justify;\">Proin eget ullamcorper elit, ac luctus ex. Pellentesque mattis nibh nec nunc fermentum lobortis. Cras malesuada ipsum eget massa pulvinar euismod. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pellentesque, tortor in efficitur semper, tellus lorem blandit augue, sed euismod purus velit nec libero. Pellentesque dictum faucibus augue, ac rutrum velit. Quisque tristique neque sit amet turpis consectetur rutrum. Aliquam ac vulputate mauris.</p>'),
(2, 2, 'en-US', 'Proin eget ullamcorper elit', '<p style=\"text-align: justify;\">Suspendisse non ante commodo, finibus nibh at, sollicitudin felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer id ullamcorper nibh, id blandit ante. Aliquam interdum eros eget tempor porta. Quisque viverra velit magna, ac eleifend mi vehicula nec. Curabitur sollicitudin metus eget odio posuere pulvinar. Nullam vestibulum massa ac dolor mattis pharetra. Vestibulum finibus non massa ut cursus.</p><p style=\"text-align: justify;\">Proin eget ullamcorper elit, ac luctus ex. Pellentesque mattis nibh nec nunc fermentum lobortis. Cras malesuada ipsum eget massa pulvinar euismod. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pellentesque, tortor in efficitur semper, tellus lorem blandit augue, sed euismod purus velit nec libero. Pellentesque dictum faucibus augue, ac rutrum velit. Quisque tristique neque sit amet turpis consectetur rutrum. Aliquam ac vulputate mauris.</p>');
-- --------------------------------------------------------
--
-- Table structure for table `post_tag`
--
CREATE TABLE `post_tag` (
`id` int(11) NOT NULL,
`slug` varchar(200) NOT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_tag`
--
INSERT INTO `post_tag` (`id`, `slug`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 'yee-cms', 1502441300, 1502441300, 1, 1),
(2, 'yii2', 1502441300, 1502441300, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `post_tag_lang`
--
CREATE TABLE `post_tag_lang` (
`id` int(11) NOT NULL,
`post_tag_id` int(11) DEFAULT NULL,
`language` varchar(6) NOT NULL,
`title` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_tag_lang`
--
INSERT INTO `post_tag_lang` (`id`, `post_tag_id`, `language`, `title`) VALUES
(1, 1, 'en-US', 'YeeCMS'),
(2, 2, 'en-US', 'Yii2');
-- --------------------------------------------------------
--
-- Table structure for table `post_tag_post`
--
CREATE TABLE `post_tag_post` (
`id` int(11) NOT NULL,
`post_id` int(11) DEFAULT NULL,
`tag_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `post_tag_post`
--
INSERT INTO `post_tag_post` (`id`, `post_id`, `tag_id`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 2, 1);
-- --------------------------------------------------------
--
-- Table structure for table `seo`
--
CREATE TABLE `seo` (
`id` int(11) NOT NULL,
`url` varchar(255) NOT NULL,
`title` varchar(255) NOT NULL DEFAULT '',
`author` varchar(127) NOT NULL DEFAULT '',
`keywords` text,
`description` text,
`index` smallint(6) NOT NULL DEFAULT '1',
`follow` smallint(6) NOT NULL DEFAULT '1',
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
`created_by` int(11) DEFAULT NULL,
`updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `seo`
--
INSERT INTO `seo` (`id`, `url`, `title`, `author`, `keywords`, `description`, `index`, `follow`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, '/en', 'Homepage', 'Site Owner', 'yii2, cms, yeecms', 'Seo meta description', 1, 1, 1452544164, 1452545049, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `setting`
--
CREATE TABLE `setting` (
`id` int(11) NOT NULL,
`group` varchar(64) DEFAULT 'general',
`key` varchar(64) NOT NULL,
`language` varchar(6) DEFAULT NULL,
`value` text,
`description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `setting`
--
INSERT INTO `setting` (`id`, `group`, `key`, `language`, `value`, `description`) VALUES
(1, 'general', 'title', 'en-US', 'Yii Framework Indonesia', NULL),
(2, 'general', 'description', 'en-US', '', NULL),
(3, 'general', 'email', NULL, '<EMAIL>', NULL),
(4, 'general', 'timezone', NULL, 'Asia/Bangkok', NULL),
(5, 'general', 'dateformat', NULL, 'medium', NULL),
(6, 'general', 'timeformat', NULL, 'h:mm a', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`auth_key` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`password_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password_reset_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`status` smallint(6) NOT NULL DEFAULT '10',
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`superadmin` int(6) DEFAULT '0',
`registration_ip` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL,
`bind_to_ip` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email_confirmed` int(1) DEFAULT '0',
`confirmation_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`avatar` text COLLATE utf8_unicode_ci,
`first_name` varchar(124) COLLATE utf8_unicode_ci DEFAULT NULL,
`last_name` varchar(124) COLLATE utf8_unicode_ci DEFAULT NULL,
`birth_day` int(2) DEFAULT NULL,
`birth_month` int(2) DEFAULT NULL,
`birth_year` int(4) DEFAULT NULL,
`gender` int(1) DEFAULT NULL,
`phone` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
`skype` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
`info` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user`
--
INSERT INTO `user` (`id`, `username`, `auth_key`, `password_hash`, `password_reset_token`, `email`, `status`, `created_at`, `updated_at`, `superadmin`, `registration_ip`, `bind_to_ip`, `email_confirmed`, `confirmation_token`, `avatar`, `first_name`, `last_name`, `birth_day`, `birth_month`, `birth_year`, `gender`, `phone`, `skype`, `info`) VALUES
(1, 'chabibdev', 'eGO71F5kPV5m3IgvsQenYXGYM3yUtv7l', '$2y$13$dEeNXN0mMiztDXdKmmM.ruSs9tsd5fuLkajzvArnkSsEGT5bP1pee', '', '<EMAIL>', 10, 1502422491, 1502442733, 1, '', '', 0, '', '192.168.3.11', '', '', NULL, 1, NULL, 1, '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `user_setting`
--
CREATE TABLE `user_setting` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`key` varchar(64) NOT NULL,
`value` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `user_visit_log`
--
CREATE TABLE `user_visit_log` (
`id` int(11) NOT NULL,
`token` varchar(255) NOT NULL,
`ip` varchar(15) NOT NULL,
`language` varchar(5) NOT NULL,
`user_agent` varchar(255) NOT NULL,
`browser` varchar(30) NOT NULL,
`os` varchar(20) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`visit_time` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `user_visit_log`
--
INSERT INTO `user_visit_log` (`id`, `token`, `ip`, `language`, `user_agent`, `browser`, `os`, `user_id`, `visit_time`) VALUES
(1, '598d70a2eb942', '127.0.0.1', 'en', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36', 'Chrome', 'Windows', 1, 1502441634),
(2, '598d738f1eb70', '127.0.0.1', 'en', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36', 'Chrome', 'Windows', 1, 1502442383),
(3, '598e8d3d9a84d', '127.0.0.1', 'en', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36', 'Chrome', 'Windows', 1, 1502514493);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `auth`
--
ALTER TABLE `auth`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_auth_user` (`user_id`);
--
-- Indexes for table `auth_assignment`
--
ALTER TABLE `auth_assignment`
ADD PRIMARY KEY (`item_name`,`user_id`),
ADD KEY `fk_user_id_auth_assignment_table` (`user_id`);
--
-- Indexes for table `auth_item`
--
ALTER TABLE `auth_item`
ADD PRIMARY KEY (`name`),
ADD KEY `auth_item_type` (`type`),
ADD KEY `fk_auth_item_table_rule_name` (`rule_name`),
ADD KEY `fk_auth_item_table_group_code` (`group_code`);
--
-- Indexes for table `auth_item_child`
--
ALTER TABLE `auth_item_child`
ADD PRIMARY KEY (`parent`,`child`),
ADD KEY `fk_child_auth_item_child_table` (`child`);
--
-- Indexes for table `auth_item_group`
--
ALTER TABLE `auth_item_group`
ADD PRIMARY KEY (`code`);
--
-- Indexes for table `auth_rule`
--
ALTER TABLE `auth_rule`
ADD PRIMARY KEY (`name`);
--
-- Indexes for table `chabibnr_events`
--
ALTER TABLE `chabibnr_events`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `slug` (`slug`) USING BTREE,
ADD KEY `created_by` (`created_by`),
ADD KEY `updated_by` (`updated_by`);
--
-- Indexes for table `comment`
--
ALTER TABLE `comment`
ADD PRIMARY KEY (`id`),
ADD KEY `comment_model` (`model`),
ADD KEY `comment_model_id` (`model`,`model_id`),
ADD KEY `comment_status` (`status`),
ADD KEY `comment_reply` (`parent_id`),
ADD KEY `comment_super_parent_id` (`super_parent_id`);
--
-- Indexes for table `media`
--
ALTER TABLE `media`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_media_album` (`album_id`),
ADD KEY `fk_media_created_by` (`created_by`),
ADD KEY `fk_media_updated_by` (`updated_by`);
--
-- Indexes for table `media_album`
--
ALTER TABLE `media_album`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `media_album_slug` (`slug`),
ADD KEY `media_album_visible` (`visible`),
ADD KEY `fk_album_category` (`category_id`),
ADD KEY `fk_media_album_created_by` (`created_by`),
ADD KEY `fk_media_album_updated_by` (`updated_by`);
--
-- Indexes for table `media_album_lang`
--
ALTER TABLE `media_album_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `media_album_lang_language` (`language`),
ADD KEY `fk_media_album_lang` (`media_album_id`);
--
-- Indexes for table `media_category`
--
ALTER TABLE `media_category`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `media_category_slug` (`slug`),
ADD KEY `media_category_visible` (`visible`),
ADD KEY `fk_media_category_created_by` (`created_by`),
ADD KEY `fk_media_category_updated_by` (`updated_by`);
--
-- Indexes for table `media_category_lang`
--
ALTER TABLE `media_category_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `media_category_lang_language` (`language`),
ADD KEY `fk_media_category_lang` (`media_category_id`);
--
-- Indexes for table `media_lang`
--
ALTER TABLE `media_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `media_lang_language` (`language`),
ADD KEY `fk_media_lang` (`media_id`);
--
-- Indexes for table `media_upload`
--
ALTER TABLE `media_upload`
ADD PRIMARY KEY (`id`),
ADD KEY `media_upload_owner_class` (`owner_class`),
ADD KEY `media_upload_owner_id` (`owner_id`),
ADD KEY `fk_media_upload_media_id` (`media_id`);
--
-- Indexes for table `menu`
--
ALTER TABLE `menu`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_menu_created_by` (`created_by`),
ADD KEY `fk_menu_updated_by` (`updated_by`);
--
-- Indexes for table `menu_lang`
--
ALTER TABLE `menu_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `menu_lang_post_id` (`menu_id`),
ADD KEY `menu_lang_language` (`language`);
--
-- Indexes for table `menu_link`
--
ALTER TABLE `menu_link`
ADD PRIMARY KEY (`id`),
ADD KEY `link_menu_id` (`menu_id`),
ADD KEY `link_parent_id` (`parent_id`),
ADD KEY `fk_menu_link_created_by` (`created_by`),
ADD KEY `fk_menu_link_updated_by` (`updated_by`);
--
-- Indexes for table `menu_link_lang`
--
ALTER TABLE `menu_link_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `menu_link_lang_link_id` (`link_id`),
ADD KEY `menu_link_lang_language` (`language`);
--
-- Indexes for table `message`
--
ALTER TABLE `message`
ADD PRIMARY KEY (`id`),
ADD KEY `message_index` (`source_id`,`language`);
--
-- Indexes for table `message_source`
--
ALTER TABLE `message_source`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migration`
--
ALTER TABLE `migration`
ADD PRIMARY KEY (`version`);
--
-- Indexes for table `page`
--
ALTER TABLE `page`
ADD PRIMARY KEY (`id`),
ADD KEY `page_slug` (`slug`),
ADD KEY `page_status` (`status`);
--
-- Indexes for table `page_lang`
--
ALTER TABLE `page_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `page_lang_post_id` (`page_id`),
ADD KEY `page_lang_language` (`language`);
--
-- Indexes for table `post`
--
ALTER TABLE `post`
ADD PRIMARY KEY (`id`),
ADD KEY `post_slug` (`slug`),
ADD KEY `post_category_id` (`category_id`),
ADD KEY `post_status` (`status`),
ADD KEY `fk_page_created_by` (`created_by`),
ADD KEY `fk_page_updated_by` (`updated_by`);
--
-- Indexes for table `post_category`
--
ALTER TABLE `post_category`
ADD PRIMARY KEY (`id`),
ADD KEY `post_category_slug` (`slug`),
ADD KEY `post_category_visible` (`visible`),
ADD KEY `left_border` (`left_border`,`right_border`),
ADD KEY `right_border` (`right_border`),
ADD KEY `fk_post_category_created_by` (`created_by`),
ADD KEY `fk_post_category_updated_by` (`updated_by`);
--
-- Indexes for table `post_category_lang`
--
ALTER TABLE `post_category_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `post_category_lang_id` (`post_category_id`),
ADD KEY `post_category_lang_language` (`language`);
--
-- Indexes for table `post_lang`
--
ALTER TABLE `post_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `post_lang_post_id` (`post_id`),
ADD KEY `post_lang_language` (`language`);
--
-- Indexes for table `post_tag`
--
ALTER TABLE `post_tag`
ADD PRIMARY KEY (`id`),
ADD KEY `post_tag_slug` (`slug`),
ADD KEY `fk_post_tag_created_by` (`created_by`),
ADD KEY `fk_post_tag_updated_by` (`updated_by`);
--
-- Indexes for table `post_tag_lang`
--
ALTER TABLE `post_tag_lang`
ADD PRIMARY KEY (`id`),
ADD KEY `post_tag_lang_id` (`post_tag_id`),
ADD KEY `post_tag_lang_language` (`language`);
--
-- Indexes for table `post_tag_post`
--
ALTER TABLE `post_tag_post`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_post_tag_post_id` (`post_id`),
ADD KEY `fk_post_tag_tag_id` (`tag_id`);
--
-- Indexes for table `seo`
--
ALTER TABLE `seo`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `url` (`url`),
ADD UNIQUE KEY `seo_url` (`url`),
ADD KEY `seo_created_by` (`created_by`),
ADD KEY `seo_author` (`created_by`),
ADD KEY `fk_seo_updated_by` (`updated_by`);
--
-- Indexes for table `setting`
--
ALTER TABLE `setting`
ADD PRIMARY KEY (`id`),
ADD KEY `setting_group_lang` (`group`,`key`,`language`);
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `username` (`username`),
ADD UNIQUE KEY `email` (`email`),
ADD UNIQUE KEY `password_reset_token` (`password_reset_token`);
--
-- Indexes for table `user_setting`
--
ALTER TABLE `user_setting`
ADD PRIMARY KEY (`id`),
ADD KEY `user_setting_user_key` (`user_id`,`key`);
--
-- Indexes for table `user_visit_log`
--
ALTER TABLE `user_visit_log`
ADD PRIMARY KEY (`id`),
ADD KEY `visit_log_user_id` (`user_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `auth`
--
ALTER TABLE `auth`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `chabibnr_events`
--
ALTER TABLE `chabibnr_events`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `comment`
--
ALTER TABLE `comment`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_album`
--
ALTER TABLE `media_album`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_album_lang`
--
ALTER TABLE `media_album_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_category`
--
ALTER TABLE `media_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_category_lang`
--
ALTER TABLE `media_category_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_lang`
--
ALTER TABLE `media_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `media_upload`
--
ALTER TABLE `media_upload`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `menu_lang`
--
ALTER TABLE `menu_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `menu_link_lang`
--
ALTER TABLE `menu_link_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;
--
-- AUTO_INCREMENT for table `message`
--
ALTER TABLE `message`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `message_source`
--
ALTER TABLE `message_source`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=314;
--
-- AUTO_INCREMENT for table `page`
--
ALTER TABLE `page`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `page_lang`
--
ALTER TABLE `page_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `post`
--
ALTER TABLE `post`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `post_category`
--
ALTER TABLE `post_category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `post_category_lang`
--
ALTER TABLE `post_category_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `post_lang`
--
ALTER TABLE `post_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `post_tag`
--
ALTER TABLE `post_tag`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `post_tag_lang`
--
ALTER TABLE `post_tag_lang`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `post_tag_post`
--
ALTER TABLE `post_tag_post`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `seo`
--
ALTER TABLE `seo`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `setting`
--
ALTER TABLE `setting`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `user_setting`
--
ALTER TABLE `user_setting`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `user_visit_log`
--
ALTER TABLE `user_visit_log`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `auth`
--
ALTER TABLE `auth`
ADD CONSTRAINT `fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `auth_assignment`
--
ALTER TABLE `auth_assignment`
ADD CONSTRAINT `fk_item_name_auth_assignment_table` FOREIGN KEY (`item_name`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_user_id_auth_assignment_table` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `auth_item`
--
ALTER TABLE `auth_item`
ADD CONSTRAINT `fk_auth_item_table_group_code` FOREIGN KEY (`group_code`) REFERENCES `auth_item_group` (`code`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_auth_item_table_rule_name` FOREIGN KEY (`rule_name`) REFERENCES `auth_rule` (`name`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `auth_item_child`
--
ALTER TABLE `auth_item_child`
ADD CONSTRAINT `fk_child_auth_item_child_table` FOREIGN KEY (`child`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_parent_auth_item_child_table` FOREIGN KEY (`parent`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `chabibnr_events`
--
ALTER TABLE `chabibnr_events`
ADD CONSTRAINT `chabibnr_events_ibfk_1` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON UPDATE CASCADE,
ADD CONSTRAINT `chabibnr_events_ibfk_2` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON UPDATE CASCADE;
--
-- Constraints for table `media`
--
ALTER TABLE `media`
ADD CONSTRAINT `fk_media_album` FOREIGN KEY (`album_id`) REFERENCES `media_album` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_media_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_media_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `media_album`
--
ALTER TABLE `media_album`
ADD CONSTRAINT `fk_album_category` FOREIGN KEY (`category_id`) REFERENCES `media_category` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_media_album_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_media_album_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `media_album_lang`
--
ALTER TABLE `media_album_lang`
ADD CONSTRAINT `fk_media_album_lang` FOREIGN KEY (`media_album_id`) REFERENCES `media_album` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `media_category`
--
ALTER TABLE `media_category`
ADD CONSTRAINT `fk_media_category_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_media_category_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `media_category_lang`
--
ALTER TABLE `media_category_lang`
ADD CONSTRAINT `fk_media_category_lang` FOREIGN KEY (`media_category_id`) REFERENCES `media_category` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `media_lang`
--
ALTER TABLE `media_lang`
ADD CONSTRAINT `fk_media_lang` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `media_upload`
--
ALTER TABLE `media_upload`
ADD CONSTRAINT `fk_media_upload_media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `menu`
--
ALTER TABLE `menu`
ADD CONSTRAINT `fk_menu_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_menu_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `menu_lang`
--
ALTER TABLE `menu_lang`
ADD CONSTRAINT `fk_menu_lang` FOREIGN KEY (`menu_id`) REFERENCES `menu` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `menu_link`
--
ALTER TABLE `menu_link`
ADD CONSTRAINT `fk_menu_link` FOREIGN KEY (`menu_id`) REFERENCES `menu` (`id`) ON DELETE CASCADE,
ADD CONSTRAINT `fk_menu_link_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_menu_link_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `menu_link_lang`
--
ALTER TABLE `menu_link_lang`
ADD CONSTRAINT `fk_menu_link_lang` FOREIGN KEY (`link_id`) REFERENCES `menu_link` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `message`
--
ALTER TABLE `message`
ADD CONSTRAINT `fk_message_source_message` FOREIGN KEY (`source_id`) REFERENCES `message_source` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `page_lang`
--
ALTER TABLE `page_lang`
ADD CONSTRAINT `fk_page_lang` FOREIGN KEY (`page_id`) REFERENCES `page` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `post`
--
ALTER TABLE `post`
ADD CONSTRAINT `fk_page_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_page_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_post_category_id` FOREIGN KEY (`category_id`) REFERENCES `post_category` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `post_category`
--
ALTER TABLE `post_category`
ADD CONSTRAINT `fk_post_category_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_post_category_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `post_category_lang`
--
ALTER TABLE `post_category_lang`
ADD CONSTRAINT `fk_post_category_lang` FOREIGN KEY (`post_category_id`) REFERENCES `post_category` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `post_lang`
--
ALTER TABLE `post_lang`
ADD CONSTRAINT `fk_post_lang` FOREIGN KEY (`post_id`) REFERENCES `post` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `post_tag`
--
ALTER TABLE `post_tag`
ADD CONSTRAINT `fk_post_tag_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_post_tag_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `post_tag_lang`
--
ALTER TABLE `post_tag_lang`
ADD CONSTRAINT `fk_post_tag_lang` FOREIGN KEY (`post_tag_id`) REFERENCES `post_tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `post_tag_post`
--
ALTER TABLE `post_tag_post`
ADD CONSTRAINT `fk_post_tag_post_id` FOREIGN KEY (`post_id`) REFERENCES `post` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_post_tag_tag_id` FOREIGN KEY (`tag_id`) REFERENCES `post_tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `seo`
--
ALTER TABLE `seo`
ADD CONSTRAINT `fk_seo_created_by` FOREIGN KEY (`created_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
ADD CONSTRAINT `fk_seo_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
--
-- Constraints for table `user_setting`
--
ALTER TABLE `user_setting`
ADD CONSTRAINT `fk_user_id_user_setting_table` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `user_visit_log`
--
ALTER TABLE `user_visit_log`
ADD CONSTRAINT `fk_user_id_user_visit_log_table` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('admin', <PASSWORD>', 1);
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('manager', <PASSWORD>', 1);
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('dev1', <PASSWORD>', 1);
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('dev2', <PASSWORD>', 1);
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('user1', <PASSWORD>', 1);
INSERT INTO USERS (USERNAME, PASSWORD, ENABLED) VALUES ('user2', <PASSWORD>', 0); |
<reponame>bcgov/cas-ciip-portal
-- Verify ggircs-portal:computed_columns/ciip_user_organisation_first_name on pg
begin;
select pg_get_functiondef('ggircs_portal.ciip_user_organisation_first_name(ggircs_portal.ciip_user_organisation)'::regprocedure);
rollback;
|
<reponame>sookeke/PSP
-- Drop foreign key constraint dbo.PIM_TSKTMP_PIM_TASK_FK
PRINT N'Drop foreign key constraint dbo.PIM_TSKTMP_PIM_TASK_FK'
GO
ALTER TABLE [dbo].[PIMS_TASK]
DROP CONSTRAINT [PIM_TSKTMP_PIM_TASK_FK]
GO
IF @@ERROR <> 0 SET NOEXEC ON
GO
-- Drop foreign key constraint dbo.PIM_TSKTMP_PIM_TSKTAM_FK
PRINT N'Drop foreign key constraint dbo.PIM_TSKTMP_PIM_TSKTAM_FK'
GO
ALTER TABLE [dbo].[PIMS_TASK_TEMPLATE_ACTIVITY_MODEL]
DROP CONSTRAINT [PIM_TSKTMP_PIM_TSKTAM_FK]
GO
IF @@ERROR <> 0 SET NOEXEC ON
GO
-- Drop primary key constraint dbo.TSKTMP_PK
PRINT N'Drop primary key constraint dbo.TSKTMP_PK'
GO
ALTER TABLE [dbo].[PIMS_TASK_TEMPLATE]
DROP CONSTRAINT [TSKTMP_PK]
GO
IF @@ERROR <> 0 SET NOEXEC ON
GO
-- Drop foreign key constraint dbo.PIM_TSKTMT_PIM_TSKTMP_FK
PRINT N'Drop foreign key constraint dbo.PIM_TSKTMT_PIM_TSKTMP_FK'
GO
ALTER TABLE [dbo].[PIMS_TASK_TEMPLATE]
DROP CONSTRAINT [PIM_TSKTMT_PIM_TSKTMP_FK]
GO
IF @@ERROR <> 0 SET NOEXEC ON
GO
ALTER TABLE [dbo].[PIMS_TASK_TEMPLATE]
DROP CONSTRAINT [TSKTMP_TASK_TEMPLATE_ID_DEF]
GO |
select akas, flow_log_id, deliver_logs_permission_arn, log_destination, log_destination_type, log_format, log_group_name, traffic_type, tags_src, tags, title
from aws.aws_vpc_flow_log
where flow_log_id = '{{ output.resource_id.value }}';
|
INSERT INTO `{prefix}content` (`id`, `slug`, `title`, `alternate_title`, `target`, `category_id`, `content`, `language`, `menu_image`, `active`, `created`, `lastmodified`, `author_id`, `lastchangeby`, `views`, `link_url`, `menu`, `position`, `parent_id`,
`access`, `meta_description`, `meta_keywords`, `deleted_at`, `theme`, `custom_data`, `type`, `og_title`, `og_image`, `og_description`, `module`, `video`, `audio`, `text_position`, `approved`, `image_url`, `show_headline`) VALUES
(1, 'willkommen', 'Willkommen', '', '_self', 1, '<p>Willkommen auf einer neuen Website die mit UliCMS betrieben wird.</p>\r\n', 'de', NULL, 1, 1364242679, 1364242833, 1, 1, 29, '', 'top', 10, NULL, 'all', '', '', NULL, NULL, '{}', 'page', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(2, 'welcome', 'Welcome', '', '_self', 1, '<p>Welcome to a new website running with UliCMS.</p>\r\n', 'en', NULL, 1, 1364242890, 1364242944, 1, 1, 2, '', 'top', 10, NULL, 'all', '', '', NULL, NULL, '{}', 'page', '','', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(5, 'module', 'Module', '', '_self', 1, '', 'de', '', 1, 1466799154, 1466799154, 1, 0, 0, '#', 'top', 20, NULL, 'all', '', '', NULL, '', '{}', 'node', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(6, 'glueckskeks', 'Glückskeks', '', '_self', 1, '<p>Das Computerprogramm <strong>Fortune</strong> ist traditionell auf Computern mit <a href="https://de.wikipedia.org/wiki/Unix" title="Unix">Unix</a> oder <a href="https://de.wikipedia.org/wiki/Linux" title="Linux">Linux</a> als <a href="https://de.wikipedia.org/wiki/Betriebssystem" title="Betriebssystem">Betriebssystem</a> zu finden. Es existieren aber auch für <a href="https://de.wikipedia.org/wiki/Microsoft_Windows" title="Microsoft Windows">Windows</a> entsprechende Programme. Seine Funktion besteht darin, „<a class="mw-redirect" href="https://de.wikipedia.org/wiki/Fortune_cookie" title="Fortune cookie">fortune cookies</a>“ (Glückskekse) und andere humorvolle <a href="https://de.wikipedia.org/wiki/Aphorismus" title="Aphorismus">Aphorismen</a> anzuzeigen. Beliebte Quellen für Aphorismen sind typische <a href="https://de.wikipedia.org/wiki/Netzkultur" title="Netzkultur">Netzkulturthemen</a> wie <a href="https://de.wikipedia.org/wiki/Per_Anhalter_durch_die_Galaxis" title="Per Anhalter durch die Galaxis">Per Anhalter durch die Galaxis</a>, <a href="https://de.wikipedia.org/wiki/Programmierung" title="Programmierung">Programmieren</a> oder <a href="https://de.wikipedia.org/wiki/Hacker" title="Hacker">Hackertum</a>.</p>\n\n<p style="text-align:right"><strong>Quelle: <a href="https://de.wikipedia.org/wiki/Fortune_(Computerprogramm)">Wikipedia</a></strong></p>\n\n<p>Das UliCMS-Modul "fortune" ist eine Portierung dieses Programms für UliCMS. Dieses zeigt auf der Startseite des Backends und auch auf der Webseite bei jedem Aufruf einen zufällig ausgewählten Spruch.</p>\n\n<p> </p>\n', 'de', '', 1, 1466799310, 1466844266, 1, 1, 0, '', 'top', 25, 5, 'all', '', '', NULL, '', '{}', 'module', '', '', '', 'fortune2', NULL, NULL, 'before', 1, NULL, 1),
(7, 'pfbc_sample', 'pfbc', 'PHP Form Builder Class Sample', '_self', 1, '<p>PHP Form Builder (pfbc) ist eine PHP-Klasse, die die Entwicklung von HTML-Formularen mittels objektorientierter Programmierung ermöglicht.</p>\n\n<p>Das Modul pfbc_sample demonstriert die Programmierung mit der PHP Form Builder Class. Den Quellcode finden Sie im "modules" Ordner unter </p>\n\n<div data-oembed-url="https://github.com/derUli/ulicms-pkg/blob/9.8.4/sources/pfbc_sample-0.0.2/src/content/modules/pfbc_sample/pfbc_sample_main.php">\n<div style="max-width:320px;margin:auto;"><!-- You''re using demo endpoint of Iframely API commercially. Max-width is limited to 320px. Please get your own API key at https://iframely.com. --><a data-iframely-url="//cdn.iframe.ly/a3RbOF" data-template="inline" href="https://github.com/derUli/ulicms-pkg/blob/9.8.4/sources/pfbc_sample-0.0.2/src/content/modules/pfbc_sample/pfbc_sample_main.php">derUli/ulicms-pkg</a>\n<script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script>\n</div>\n</div>\n\n<p> </p>\n', 'de', '', 1, 1466799574, 1466844354, 1, 1, 0, '', 'top', 30, 5, 'all', '', '', NULL, '', '{}', 'module', '', '', '', 'pfbc_sample', NULL, NULL, 'before', 1, NULL, 1),
(8, 'links', 'Links', '', '_self', 1, '', 'de', '', 1, 1466799633, 1466799633, 1, 0, 0, '#', 'top', 40, NULL, 'all', '', '', NULL, '', '{}', 'node', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(9, 'google', 'Google', '', '_self', 1, '', 'de', '', 1, 1466799693, 1466799794, 1, 1, 0, 'http://www.google.de', 'top', 50, 8, 'all', '', '', NULL, '', '{}', 'link', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(10, 'ulicms_portal', 'UliCMS Portal', '', '_self', 1, '', 'de', '', 1, 1466799782, 1466799782, 1, 0, 0, 'http://www.ulicms.de', 'top', 45, 8, 'all', '', '', NULL, '', '{}', 'link', '','', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(11, 'w3schools', 'W3Schools', '', '_self', 1, '', 'de', '', 1, 1466799873, 1466799873, 1, 0, 0, 'http://www.w3schools.com/', 'top', 55, 8, 'all', '', '', NULL, '', '{}', 'link', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(12, 'modules', 'Modules', '', '_self', 1, '', 'en', '', 1, 1466843800, 1466843800, 1, 0, 0, '#', 'top', 20, NULL, 'all', '', '', NULL, '', '{}', 'node', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(13, 'fortune', 'Fortune', '', '_self', 1, '<p><strong>fortune</strong> is a simple program that displays a <a href="https://en.wikipedia.org/wiki/Pseudorandom" title="Pseudorandom">pseudorandom</a> message from a database of quotations that first appeared in <a href="https://en.wikipedia.org/wiki/Version_7_Unix" title="Version 7 Unix">Version 7 Unix</a>.<sup><a href="https://en.wikipedia.org/wiki/Fortune_(Unix)#cite_note-1">[1]</a></sup> The most common version on modern systems is the <a href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution" title="Berkeley Software Distribution">BSD</a> fortune, originally written by <a href="https://en.wikipedia.org/wiki/Ken_Arnold" title="<NAME>"><NAME></a>. Distributions of fortune are usually bundled with a collection of themed files, containing sayings like those found on <a href="https://en.wikipedia.org/wiki/Fortune_cookie" title="Fortune cookie">fortune cookies</a> (hence the name), quotations from famous people, jokes, or poetry.</p>\n\n<p style="text-align:right"><strong>Source: <a href="https://en.wikipedia.org/wiki/Fortune_(Unix)">Wikipedia</a></strong></p>\n\n<p>This page demonstrate the "fortune" Module for UliCMS, which is a clone of the "fortune" application. It displays a random text.</p>\n', 'en', '', 1, 1466844139, 1466844218, 1, 1, 0, '', 'top', 25, 12, 'all', '', '', NULL, '', '{}', 'module', '', '', '', 'fortune2', NULL, NULL, 'before', 1, NULL, 1),
(14, 'pfbc', 'pfbc', 'PHP Form Builder Class', '_self', 1, '<p>The PHP Form Class is a lightweight, flexible class for generating (X)HTML forms. Its features include:</p>\n\n<ul>\n <li>Methods for generating common form elements such as inputs of all types, text areas, select lists, and more.</li>\n <li>Support for HTML5 input types.</li>\n <li>Capability to add any attribute, including custom attributes, to any element using associative array syntax.</li>\n <li>Generic functions that allow you to add elements of any type, including fieldset, legend, div, span, and paragraph elements for containing your form elements.</li>\n <li>A property setting that allows you to specify XHTML syntax for closing empty tags and expanding minimized or boolean attributes.</li>\n</ul>\n\n<p>The module pfbc_sample shows how to program with PHP Form Class. You can find the source code in the "modules" folder or at </p>\n\n<div data-oembed-url="https://github.com/derUli/ulicms-pkg/blob/9.8.4/sources/pfbc_sample-0.0.2/src/content/modules/pfbc_sample/pfbc_sample_main.php">\n<div style="max-width:320px;margin:auto;"><!-- You''re using demo endpoint of Iframely API commercially. Max-width is limited to 320px. Please get your own API key at https://iframely.com. --><a data-iframely-url="//cdn.iframe.ly/a3RbOF" data-template="inline" href="https://github.com/derUli/ulicms-pkg/blob/9.8.4/sources/pfbc_sample-0.0.2/src/content/modules/pfbc_sample/pfbc_sample_main.php">derUli/ulicms-pkg</a> <script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script></div>\n</div>\n\n<p> </p>\n', 'en', '', 1, 1466844503, 1466844580, 1, 1, 0, '', 'top', 30, 12, 'all', '', '', NULL, '', '{}', 'module', '', '', '', 'pfbc_sample', NULL, NULL, 'before', 1, NULL, 1),
(15, 'links', 'Links', '', '_self', 1, '', 'en', '', 1, 1466844649, 1466844649, 1, 0, 0, '#', 'top', 40, NULL, 'all', '', '', NULL, '', '{}', 'node', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(16, 'ulicms_portal', 'UliCMS Portal', '', '_self', 1, '', 'en', '', 1, 1466844724, 1466844724, 1, 0, 0, 'http://www.ulicms.de', 'top', 45, 15, 'all', '', '', NULL, '', '{}', 'link', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(17, 'google', 'Google', '', '_self', 1, '', 'en', '', 1, 1466844758, 1466844927, 1, 1, 0, 'http://www.google.de', 'top', 50, 15, 'all', '', '', NULL, '', '{}', 'link', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(18, 'w3schools', 'W3Schools', '', '_self', 1, '', 'en', '', 1, 1466844817, 1466844906, 1, 1, 0, 'http://www.w3schools.com/', 'top', 55, 15, 'all', '', '', NULL, '', '{}', 'link', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(20, 'lorem_ipsum', 'Lorem Ipsum', '', '_self', 1, '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>\r\n\r\n<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. </p>\r\n\r\n<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. </p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. </p>\r\n', 'de', '', 1, 1469813099, 1469813099, 1, 0, 0, '', 'top', 15, NULL, 'all', '', '', NULL, '', '{}', 'page', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1),
(21, 'lorem_ipsum', 'Lorem Ipsum', '', '_self', 1, '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>\r\n\r\n<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. </p>\r\n\r\n<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. </p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. </p>\r\n', 'en', '', 1, 1469813123, 1469813123, 1, 0, 0, '', 'top', 15, NULL, 'all', '', '', NULL, '', '{}', 'page', '', '', '', NULL, NULL, NULL, 'before', 1, NULL, 1);
update `{prefix}content` c set `group_id` = (select `group_id` from `{prefix}users` where id = c.author_id ) where c.`group_id` is null; |
-- dialect: PostgreSQL
--- Numbers and Scientific notation
SELECT -2.134 * +5E+6 AS col1,
78E-9 AS col2,
.123E4 AS col3,
( 44.0 - 2 / 10 + 0.3 ) ^ 2 AS col4,
-1 - 3 AS col5
WHERE 1 = 2
AND 4>3
AND +5E+6<=7
;
|
<filename>sql/cappellos_live.sql
USE `pakcappe_wplive_site`;
/*Table structure for table `wp_commentmeta` */
DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_commentmeta` */
/*Table structure for table `wp_comments` */
DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_comments` */
insert into `wp_comments`(`comment_ID`,`comment_post_ID`,`comment_author`,`comment_author_email`,`comment_author_url`,`comment_author_IP`,`comment_date`,`comment_date_gmt`,`comment_content`,`comment_karma`,`comment_approved`,`comment_agent`,`comment_type`,`comment_parent`,`user_id`) values (1,1,'Mr WordPress','','https://wordpress.org/','','2015-10-03 13:04:00','2015-10-03 13:04:00','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0);
/*Table structure for table `wp_links` */
DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_links` */
/*Table structure for table `wp_ngg_album` */
DROP TABLE IF EXISTS `wp_ngg_album`;
CREATE TABLE `wp_ngg_album` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`albumdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`sortorder` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_ngg_album` */
/*Table structure for table `wp_ngg_gallery` */
DROP TABLE IF EXISTS `wp_ngg_gallery`;
CREATE TABLE `wp_ngg_gallery` (
`gid` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`path` mediumtext COLLATE utf8mb4_unicode_ci,
`title` mediumtext COLLATE utf8mb4_unicode_ci,
`galdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`author` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`gid`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_ngg_gallery` */
insert into `wp_ngg_gallery`(`gid`,`name`,`slug`,`path`,`title`,`galdesc`,`pageid`,`previewpic`,`author`,`extras_post_id`) values (1,'our-gallery','our-gallery','wp-content\\gallery\\our-gallery','Our Gallery','',97,1,1,76);
/*Table structure for table `wp_ngg_pictures` */
DROP TABLE IF EXISTS `wp_ngg_pictures`;
CREATE TABLE `wp_ngg_pictures` (
`pid` bigint(20) NOT NULL AUTO_INCREMENT,
`image_slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint(20) NOT NULL DEFAULT '0',
`galleryid` bigint(20) NOT NULL DEFAULT '0',
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` mediumtext COLLATE utf8mb4_unicode_ci,
`alttext` mediumtext COLLATE utf8mb4_unicode_ci,
`imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`exclude` tinyint(4) DEFAULT '0',
`sortorder` bigint(20) NOT NULL DEFAULT '0',
`meta_data` longtext COLLATE utf8mb4_unicode_ci,
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
`updated_at` bigint(20) DEFAULT NULL,
PRIMARY KEY (`pid`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_ngg_pictures` */
insert into `wp_ngg_pictures`(`pid`,`image_slug`,`post_id`,`galleryid`,`filename`,`description`,`alttext`,`imagedate`,`exclude`,`sortorder`,`meta_data`,`extras_post_id`,`updated_at`) values (1,'942813_930704010354114_4181327180807636978_n',0,1,'942813_930704010354114_4181327180807636978_n.jpg','','942813_930704010354114_4181327180807636978_n','2016-02-24 19:06:46',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiI5NDI4MTNfOTMwNzA0MDEwMzU0MTE0XzQxODEzMjcxODA4MDc2MzY5Nzhfbi5qcGciLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjU0MCwiZ2VuZXJhdGVkIjoiMC4wMDY1NDgwMCAxNDU2MzQwODA2In0sIndpZHRoIjo5NjAsImhlaWdodCI6NTQwLCJmdWxsIjp7IndpZHRoIjo5NjAsImhlaWdodCI6NTQwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic185NDI4MTNfOTMwNzA0MDEwMzU0MTE0XzQxODEzMjcxODA4MDc2MzY5Nzhfbi5qcGciLCJnZW5lcmF0ZWQiOiIwLjc2NzU5MTAwIDE0NTYzNDA4MDYifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMHgyNTAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6NDQ0LCJoZWlnaHQiOjI1MCwiZmlsZW5hbWUiOiI5NDI4MTNfOTMwNzA0MDEwMzU0MTE0XzQxODEzMjcxODA4MDc2MzY5Nzhfbi5qcGctbmdnaWQwMTEtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzE5Nzk4MDAgMTQ1NjM0MDg4MCJ9LCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTEzLCJmaWxlbmFtZSI6Ijk0MjgxM185MzA3MDQwMTAzNTQxMTRfNDE4MTMyNzE4MDgwNzYzNjk3OF9uLmpwZy1uZ2dpZDAxMS1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuNjk4MDcwMDAgMTQ1NjM0MTI2OSJ9fQ==',75,1456341269),(2,'11048750_917518378339344_634655571784984738_n',0,1,'11048750_917518378339344_634655571784984738_n.jpg','','11048750_917518378339344_634655571784984738_n','2016-02-24 19:06:48',0,0,'<KEY>=',78,1456341149),(3,'11951264_857800970977752_2649271434765538573_n',0,1,'11951264_857800970977752_2649271434765538573_n.jpg','','11951264_857800970977752_2649271434765538573_n','2016-02-24 19:06:52',0,0,'<KEY>',80,1456341150),(4,'12002275_862402687184247_1002003091958781656_n',0,1,'12002275_862402687184247_1002003091958781656_n.jpg','','12002275_862402687184247_1002003091958781656_n','2016-02-24 19:06:54',0,0,'<KEY>',82,1456341150),(5,'12027646_866640346760481_4638774196794070482_n',0,1,'12027646_866640346760481_4638774196794070482_n.jpg','','12027646_866640346760481_4638774196794070482_n','2016-02-24 19:06:57',0,0,'<KEY>',84,1456341151),(6,'12360284_900259483398567_8473554752527784160_n',0,1,'12360284_900259483398567_8473554752527784160_n.jpg','','12360284_900259483398567_8473554752527784160_n','2016-02-24 19:06:59',0,0,'<KEY>',86,1456341152),(7,'12509583_915152828575899_759855092068616170_n',0,1,'12509583_915152828575899_759855092068616170_n.jpg','','12509583_915152828575899_759855092068616170_n','2016-02-24 19:07:02',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMjUwOTU4M185MTUxNTI4Mjg1NzU4OTlfNzU5ODU1MDkyMDY4NjE2MTcwX24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo0NzgsImdlbmVyYXRlZCI6IjAuMTc1NDczMDAgMTQ1NjM0MDgyMiJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjQ3OCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjQ3OH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTI1MDk1ODNfOTE1MTUyODI4NTc1ODk5Xzc1OTg1NTA5MjA2ODYxNjE3MF9uLmpwZyIsImdlbmVyYXRlZCI6IjAuOTAyNTE0MDAgMTQ1NjM0MDgyMiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',88,1456341152),(8,'12548980_920042888086893_4261260048610911356_n',0,1,'12548980_920042888086893_4261260048610911356_n.jpg','','12548980_920042888086893_4261260048610911356_n','2016-02-24 19:07:05',0,0,'<KEY>',90,1456341152),(9,'12631537_930704073687441_368792853993957085_n',0,1,'12631537_930704073687441_368792853993957085_n.jpg','','12631537_930704073687441_368792853993957085_n','2016-02-24 19:07:11',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMjYzMTUzN185MzA3MDQwNzM2ODc0NDFfMzY4NzkyODUzOTkzOTU3MDg1X24uanBnIiwid2lkdGgiOjk2MCwiaGVpZ2h0Ijo1NDAsImdlbmVyYXRlZCI6IjAuMDQwOTgwMDAgMTQ1NjM0MDgzMSJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjU0MCwiZnVsbCI6eyJ3aWR0aCI6OTYwLCJoZWlnaHQiOjU0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTI2MzE1MzdfOTMwNzA0MDczNjg3NDQxXzM2ODc5Mjg1Mzk5Mzk1NzA4NV9uLmpwZyIsImdlbmVyYXRlZCI6IjAuMDUzMDM4MDAgMTQ1NjM0MDgzMiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',92,1456341153),(10,'12654676_930703940354121_5054727070473625745_n',0,1,'12654676_930703940354121_5054727070473625745_n.jpg','','12654676_930703940354121_5054727070473625745_n','2016-02-24 19:07:14',0,0,'<KEY>',94,1456341153),(11,'12717338_930704040354111_3041033187129887512_n',0,1,'12717338_930704040354111_3041033187129887512_n.jpg','','12717338_930704040354111_3041033187129887512_n','2016-02-24 19:07:20',0,0,'<KEY>',96,1456341153);
/*Table structure for table `wp_options` */
DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=409 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_options` */
insert into `wp_options`(`option_id`,`option_name`,`option_value`,`autoload`) values (1,'siteurl','http://localhost:81/kashif','yes'),(2,'home','http://localhost:81/kashif','yes'),(3,'blogname','Cappellos','yes'),(4,'blogdescription','Fried Roll Ice Cream','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','<EMAIL>','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','<EMAIL>','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:29:\"nextgen-gallery/nggallery.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','Bistro','yes'),(42,'stylesheet','Bistro','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','Asia/Karachi','yes'),(85,'page_on_front','20','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','31536','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";}s:9:\"footerbar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(97,'cron','a:5:{i:1456341559;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1456362243;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1456406689;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1456406870;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"<EMAIL>\";s:7:\"version\";s:5:\"4.3.3\";s:9:\"timestamp\";i:1456337533;}','yes'),(138,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1443878774;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(139,'current_theme','Bistro','yes'),(140,'theme_mods_Bistro','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(141,'theme_switched','','yes'),(142,'ft_op','a:1:{s:2:\"id\";s:9:\"ft_bistro\";}','yes'),(144,'ffref','421597','yes'),(145,'fflink','Website by Wordpress','yes'),(158,'finished_splitting_shared_terms','1','yes'),(159,'db_upgraded','','yes'),(166,'cuisine_children','a:0:{}','yes'),(185,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(187,'type_children','a:0:{}','yes'),(207,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1456340583;s:7:\"checked\";a:4:{s:6:\"Bistro\";s:3:\"1.3\";s:13:\"twentyfifteen\";s:3:\"1.2\";s:14:\"twentyfourteen\";s:3:\"1.4\";s:14:\"twentythirteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.4.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(209,'_site_transient_timeout_browser_559b7dac01fe1637ac7cdc444c695407','1456942359','yes'),(210,'_site_transient_browser_559b7dac01fe1637ac7cdc444c695407','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.143\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(227,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(228,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231,'site_icon','0','yes'),(232,'medium_large_size_w','768','yes'),(233,'medium_large_size_h','0','yes'),(235,'external_theme_updates-Bistro','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1456340578;s:14:\"checkedVersion\";s:3:\"1.3\";s:6:\"update\";N;}','yes'),(236,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1456340576;s:15:\"version_checked\";s:5:\"4.4.2\";s:12:\"translations\";a:0:{}}','yes'),(237,'rewrite_rules','a:122:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:9:\"recipe/?$\";s:26:\"index.php?post_type=recipe\";s:39:\"recipe/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=recipe&feed=$matches[1]\";s:34:\"recipe/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=recipe&feed=$matches[1]\";s:26:\"recipe/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=recipe&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?type=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?type=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?type=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:26:\"index.php?type=$matches[1]\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"recipe/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"recipe/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"recipe/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"recipe/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"recipe/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"recipe/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"recipe/([^/]+)/embed/?$\";s:39:\"index.php?recipe=$matches[1]&embed=true\";s:27:\"recipe/([^/]+)/trackback/?$\";s:33:\"index.php?recipe=$matches[1]&tb=1\";s:47:\"recipe/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?recipe=$matches[1]&feed=$matches[2]\";s:42:\"recipe/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?recipe=$matches[1]&feed=$matches[2]\";s:35:\"recipe/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?recipe=$matches[1]&paged=$matches[2]\";s:42:\"recipe/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?recipe=$matches[1]&cpage=$matches[2]\";s:31:\"recipe/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?recipe=$matches[1]&page=$matches[2]\";s:23:\"recipe/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"recipe/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"recipe/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"recipe/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"recipe/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"recipe/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"cuisine/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cuisine=$matches[1]&feed=$matches[2]\";s:43:\"cuisine/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cuisine=$matches[1]&feed=$matches[2]\";s:36:\"cuisine/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?cuisine=$matches[1]&paged=$matches[2]\";s:18:\"cuisine/([^/]+)/?$\";s:29:\"index.php?cuisine=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(238,'can_compress_scripts','1','yes'),(244,'_site_transient_timeout_available_translations','1456349726','yes'),(245,'_site_transient_available_translations','a:77:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-07 13:09:53\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 09:40:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 11:17:08\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 11:17:17\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-10 21:36:12\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 19:55:54\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 06:14:13\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-13 12:28:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 18:08:52\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-18 06:44:22\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 10:20:56\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.3\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.3/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-20 23:17:57\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-06 14:16:56\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 11:21:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-03 14:37:42\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-30 18:58:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-15 13:41:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 07:31:53\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 23:57:43\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 18:59:13\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 16:21:37\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-19 20:59:55\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.10/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 14:15:45\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-29 12:45:24\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-21 10:19:55\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-26 00:00:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 10:30:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(246,'WPLANG','','yes'),(253,'recently_activated','a:0:{}','yes'),(255,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1456351335','yes'),(256,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5703\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3563\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3517\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3018\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2749\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2246\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2172\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2019\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1970\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1955\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1952\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1904\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1805\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1608\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1521\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1504\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1477\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1318\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1267\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1256\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1158\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1075\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1053\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"948\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"904\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"888\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"881\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"872\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"864\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"814\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"767\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"766\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"752\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"730\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"710\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"709\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"678\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"662\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"656\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"645\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"631\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"617\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"610\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"599\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"593\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"583\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"577\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"576\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"549\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"541\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"541\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"526\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"507\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"483\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"483\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"477\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"432\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"426\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"425\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"413\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"409\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"406\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"401\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"398\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"393\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"391\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"384\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"381\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"376\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"374\";}}','yes'),(257,'_site_transient_timeout_theme_roots','1456342357','yes'),(258,'_site_transient_theme_roots','a:4:{s:6:\"Bistro\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(260,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1456340600;s:7:\"checked\";a:3:{s:19:\"akismet/akismet.php\";s:5:\"3.1.7\";s:9:\"hello.php\";s:3:\"1.6\";s:29:\"nextgen-gallery/nggallery.php\";s:6:\"2.1.23\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"592\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"2.1.23\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.2.1.23.zip\";}}}','yes'),(261,'widget_ngg-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_ngg-mrssw','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'ngg_transient_groups','a:7:{s:9:\"__counter\";i:7;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}}','yes'),(265,'ngg_options','a:70:{s:11:\"gallerypath\";s:19:\"wp-content\\gallery\\\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:9:\"Cappellos\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:12:\"irRotatetime\";i:10;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:11:\"installDate\";i:1456340724;}','yes'),(267,'photocrati_auto_update_admin_update_list','','yes'),(268,'photocrati_auto_update_admin_check_date','','yes'),(269,'ngg_db_version','1.8.1','yes'),(272,'pope_module_list','a:34:{i:0;s:17:\"photocrati-fs|0.4\";i:1;s:19:\"photocrati-i18n|0.1\";i:2;s:25:\"photocrati-validation|0.1\";i:3;s:21:\"photocrati-router|0.7\";i:4;s:32:\"photocrati-wordpress_routing|0.6\";i:5;s:23:\"photocrati-security|0.2\";i:6;s:31:\"photocrati-nextgen_settings|0.9\";i:7;s:18:\"photocrati-mvc|0.5\";i:8;s:19:\"photocrati-ajax|0.8\";i:9;s:25:\"photocrati-datamapper|0.9\";i:10;s:30:\"photocrati-nextgen-legacy|0.14\";i:11;s:28:\"photocrati-nextgen-data|0.10\";i:12;s:33:\"photocrati-dynamic_thumbnails|0.6\";i:13;s:28:\"photocrati-nextgen_admin|0.9\";i:14;s:39:\"photocrati-nextgen_gallery_display|0.13\";i:15;s:34:\"photocrati-frame_communication|0.4\";i:16;s:30:\"photocrati-attach_to_post|0.11\";i:17;s:38:\"photocrati-nextgen_addgallery_page|0.6\";i:18;s:36:\"photocrati-nextgen_other_options|0.8\";i:19;s:33:\"photocrati-nextgen_pagination|0.3\";i:20;s:33:\"photocrati-dynamic_stylesheet|0.3\";i:21;s:34:\"photocrati-nextgen_pro_upgrade|0.4\";i:22;s:20:\"photocrati-cache|0.2\";i:23;s:24:\"photocrati-lightbox|0.14\";i:24;s:38:\"photocrati-nextgen_basic_templates|0.5\";i:25;s:37:\"photocrati-nextgen_basic_gallery|0.13\";i:26;s:42:\"photocrati-nextgen_basic_imagebrowser|0.10\";i:27;s:39:\"photocrati-nextgen_basic_singlepic|0.11\";i:28;s:38:\"photocrati-nextgen_basic_tagcloud|0.11\";i:29;s:35:\"photocrati-nextgen_basic_album|0.10\";i:30;s:21:\"photocrati-widget|0.5\";i:31;s:33:\"photocrati-third_party_compat|0.4\";i:32;s:29:\"photocrati-nextgen_xmlrpc|0.4\";i:33;s:20:\"photocrati-wpcli|0.1\";}','yes'),(282,'_transient_timeout_2__974818834','1456343343','no'),(283,'_transient_2__974818834','{\"photocrati-ajax#ajax.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ajax\\/static\\/ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/css\\/gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery-ui\\/jquery-ui-1.10.4.custom.min.css\",\"photocrati-frame_communication#frame_event_publisher.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/frame_communication\\/static\\/frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/trigger_buttons.min.css\",\"photocrati-nextgen_addgallery_page#browserplus-2.4.21.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/browserplus-2.4.21.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/moxie.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/moxie.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/plupload.dev.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/plupload.dev.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/jquery.plupload.queue\\/jquery.plupload.queue.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/jquery.plupload.queue\\/jquery.plupload.queue.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/jquery.plupload.queue\\/css\\/jquery.plupload.queue.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/jquery.plupload.queue\\/css\\/jquery.plupload.queue.min.css\",\"photocrati-nextgen_addgallery_page#styles.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/styles.min.css\",\"photocrati-nextgen_addgallery_page#jquery.filetree\\/jquery.filetree.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/jquery.filetree\\/jquery.filetree.min.js\",\"photocrati-nextgen_addgallery_page#jquery.filetree\\/jquery.filetree.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/jquery.filetree\\/jquery.filetree.min.css\",\"photocrati-nextgen_addgallery_page#media-library-import.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/media-library-import.min.js\",\"photocrati-nextgen_addgallery_page#media-library-import.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/media-library-import.min.css\",\"photocrati-nextgen_admin#jquery.placeholder.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.placeholder.min.js\",\"photocrati-nextgen_admin#nextgen_admin_page.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_admin_page.min.js\",\"photocrati-nextgen_admin#nextgen_admin_page.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_admin_page.min.css\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/i18n\\/en.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/i18n\\/en.js\",\"photocrati-attach_to_post#iframely.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/iframely.min.js\",\"photocrati-attach_to_post#iframely.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/iframely.min.css\",\"photocrati-lightbox#shutter\\/shutter.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/shutter\\/shutter.min.css\",\"photocrati-lightbox#shutter\\/shutter.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/shutter\\/shutter.min.js\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails_settings.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/thumbnails\\/nextgen_basic_thumbnails_settings.min.css\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/thumbnails\\/nextgen_basic_thumbnails_settings.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/nextgen_basic_slideshow_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/nextgen_basic_slideshow_settings.min.js\",\"photocrati-nextgen_basic_templates#ngg_template_settings.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_templates\\/static\\/ngg_template_settings.min.css\",\"photocrati-nextgen_basic_templates#ngg_template_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_templates\\/static\\/ngg_template_settings.min.js\",\"photocrati-nextgen_basic_tagcloud#settings.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_tagcloud\\/static\\/settings.min.css\",\"photocrati-nextgen_basic_album#compact_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_album\\/static\\/compact_settings.min.js\",\"photocrati-nextgen_basic_album#extended_settings.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_album\\/static\\/extended_settings.min.js\",\"photocrati-nextgen_other_options#nextgen_settings_page.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_other_options\\/static\\/nextgen_settings_page.min.js\",\"photocrati-nextgen_other_options#nextgen_settings_page.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_other_options\\/static\\/nextgen_settings_page.min.css\",\"photocrati-attach_to_post#attach_to_post_dialog.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/attach_to_post_dialog.min.css\",\"photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/ngg_attach_to_post_tinymce_plugin.min.js\",\"photocrati-attach_to_post#ngg_tabs.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/ngg_tabs.min.js\",\"photocrati-attach_to_post#attach_to_post.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/attach_to_post.min.js\",\"photocrati-attach_to_post#attach_to_post.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/attach_to_post.min.css\",\"photocrati-attach_to_post#underscore.string.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/underscore.string.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/jquery.cycle.all.min.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/jquery.cycle.all.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/nextgen_basic_slideshow.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/nextgen_basic_slideshow.min.css\",\"photocrati-nextgen_basic_gallery#slideshow\\/jquery.waitforimages.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/jquery.waitforimages.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/nextgen_basic_slideshow.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/nextgen_basic_slideshow.min.js\",\"photocrati-lightbox#lightbox_context.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/lightbox_context.min.js\",\"|photocrati-lightbox|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\",\"photocrati-lightbox#fancybox\\/jquery.fancybox-1.3.4.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/fancybox\\/jquery.fancybox-1.3.4.min.css\",\"photocrati-lightbox#fancybox\\/jquery.easing-1.3.pack.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/fancybox\\/jquery.easing-1.3.pack.js\",\"photocrati-lightbox#fancybox\\/jquery.fancybox-1.3.4.pack.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/fancybox\\/jquery.fancybox-1.3.4.pack.js\",\"photocrati-lightbox#fancybox\\/nextgen_fancybox_init.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/lightbox\\/static\\/fancybox\\/nextgen_fancybox_init.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/placeholder.gif||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/placeholder.gif\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails.js||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/thumbnails\\/nextgen_basic_thumbnails.min.js\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/thumbnails\\/nextgen_basic_thumbnails.min.css\",\"photocrati-nextgen_pagination#style.css||http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/mu-plugins|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro|http:\\/\\/localhost:81\\/kashif\\/wp-content\\/themes\\/Bistro\":\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_pagination\\/static\\/style.min.css\"}','no'),(294,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1456383890','no'),(295,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Matt: Ten Thousand Hours with Reid Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://ma.tt/2016/02/ten-thousand-hours-with-reid-hoffman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:287:\"<p><a href=\"http://casnocha.com/\"><NAME></a> is an interesting and innovative character in his own right, and <a href=\"http://casnocha.com/reid-hoffman-lessons\">it’s worth reading his essay slash short book on the years he spent as the right hand man of Reid Hoffman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 16:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordCamp Miami Wapuuno Cards Now Available on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordcamp-miami-wapuuno-cards-now-available-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1942:\"<p>One of the challenges of organizing a WordCamp is coming up with general swag for the event that will delight attendees, as opposed to filling swag bags with cheap plastic junk. Organizers are also tasked with arranging a gift for speakers. WordCamp Miami, which will be entering its ninth year running in 2017, is well known for creating fun collectibles for attendees and speakers. Last year the team gave <a href=\"https://twitter.com/dimensionmedia/status/702185356330930176\" target=\"_blank\">“WordPress developer” cards</a> as speaker gifts.</p>\n<p>This year organizers created a deck of Wapuu Uno cards, dubbed “Wapuuno,” as a gift for speakers. Each card features a different wapuu, most of which were designed for past WordCamps in various locations around the world. Organizer <NAME> created the deck based on open source Wapuus that are publicly available.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png\" rel=\"attachment wp-att-51701\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png?resize=1025%2C915\" alt=\"wapuuno-cards\" class=\"aligncenter size-full wp-image-51701\" /></a></p>\n<p>I asked Bisset what he would recommend to other WordCamp organizers who are stumped about what to get speakers. “I don’t think speaker gifts need to be anything meaningful,” he said. “Miami does these out of fun, but organizers shouldn’t be pressured to do these things. If they are stumped, sometimes a gift is simply a nice coffee or trinket.”</p>\n<p>The <a href=\"https://github.com/dimensionmedia/Wapuuno\" target=\"_blank\">Wapuuno cards</a> are now available on GitHub for anyone to download and print. Bisset joked that WordCamp Miami organizers are looking into creating Candy Land style Wapuu cards in 2017 but is hoping that other WordCamp organizers will beat them to it.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 00:03:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: 10up Open Sources ElasticPress Plugin for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/10up-open-sources-elasticpress-plugin-for-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6465:\"<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is currently the most popular way to add a store to WordPress. Its usage is on the rise and seems to be growing in tandem with global WordPress usage. Wappalyzer estimates a <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% marketshare</a> in the e-commerce category and <a href=\"http://builtwith.com/ecommerce/\" target=\"_blank\">BuiltWith has WooCommerce at roughly 29%</a> among other shopping cart technologies. Either way you slice it, WooCommerce accounts for a big piece of the pie.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png\" rel=\"attachment wp-att-51688\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png?resize=1025%2C618\" alt=\"woocommerce-marketshare\" class=\"aligncenter size-full wp-image-51688\" /></a></p>\n<p>Store managers are attracted to WooCommerce because of its ease of use and its ecosystem that offers hundreds of free and commercial extensions. The reason many stores are still built on Magento, an open source shopping cart with a more complicated store management interface, is because it was built to handle massive stores with thousands of products and complex searches. WooCommerce is rapidly becoming a more viable option for these types of stores, with continual <a href=\"https://www.woothemes.com/2016/01/woocommerce-25-dashing-dolphin/\" target=\"_blank\">performance improvements</a> and the new open source <a href=\"http://10up.com/blog/2016/elasticpress-woocommerce-plugin/\" target=\"_blank\">ElasticPress WooCommerce</a> extension from <a href=\"http://10up.com/\" target=\"_blank\">10up</a>.</p>\n<p>In 2014 the engineering team at 10up created <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> to improve WordPress search, allow for complex search filters, and allow for cross-blog search within multisite (a feature missing from existing ElasticSearch plugins at the time).</p>\n<p><NAME>, 10up’s Director of Web Engineering, said he was surprised by the amount of feedback they received on the project.</p>\n<p>“The plugin grew from just search to improving WordPress performance by routing slow queries through Elasticsearch,” Lovett said. “As such, we continued to iterate on the project, supporting as many WP_Query parameters as possible and making things as developer friendly as possible.”</p>\n<p>During that time Lovett was traveling to WordCamps around the world talking about the power of ElasticPress. He met other developers who asked what it would take to support WooCommerce queries.</p>\n<p>“ElasticPress has a very powerful API that allows it to route almost all WordPress functionality through Elasticsearch instead of MySQL,” Lovett said. “However, in order to make the plugin really work for WooCommerce, we needed a ‘connector’ of sorts. The connector mostly enables Elasticsearch integration in the admin, adds support for indexing ALL post statuses and public post types, and passes appropriate GET parameters to WP_Query in ElasticPress proper formats. ElasticPress tries to support all of WP_Query functionality but there are some holes that the connector needed to fill.</p>\n<p>“I knew that WooCommerce sites could suffer from performance problems given the complex product/order queries that they run,” he said. “As such, we built ElasticPress WooCommerce to solve those problems.”</p>\n<p>After testing the plugin locally on a store with about 10,000 products and 20,000 orders, 10up found that <strong>“ElasticPress WooCommerce can easily turn database queries that take 3-4 seconds into Elasticsearch queries that take 30 milliseconds.”</strong> According to Lovett, the tests included about 20 WooCommerce extensions and the database queries were timed using the Debug Bar, Debug Bar Extender, and Debug Bar ElasticPress.</p>\n<p>ElasticPress WooCommerce provides roughly a 100% data retrieval performance improvement when it comes to filtering products on both the frontend and in the admin. This helps stores render pages faster to capture potential customers while they’re in the buying mood.</p>\n<h3>Using ElasticPress WooCommerce for Performance Increases with Other Extensions</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png\" rel=\"attachment wp-att-51691\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png?resize=1025%2C439\" alt=\"elasticpress-woocommerce\" class=\"aligncenter size-full wp-image-51691\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">ElasticPress WooCommerce</a> requires ElasticPress 1.8+ and PHP 5.2.4+. Once those are in place, it is relatively plug-and-play. Lovett said that the only caveat is that it is not guaranteed to support the hundreds of WooCommerce extensions completely. If an extension uses WP_Query in a way that’s compatible with ElasticPress then it should automatically take advantage of the performance increases.</p>\n<p>“We try to support as much extension functionality as we can but there is just too much to tackle,” he said. “The way those extensions use WP_Query varies. We can’t predict how every extension interacts with WP_Query and don’t have time to test every single one.</p>\n<p>“Some extensions have no bearing on ElasticPress WooCommerce,” Lovett said. “For example, a different payment gateway. Extensions that involve showing/filtering products and orders should test their extensions with the plugin and refer to the ElasticPress documentation to make sure they are only using supported WP_Query parameters.”</p>\n<p>10up is looking for more developers to test and collaborate on the project, which is hosted on both <a href=\"https://github.com/10up/elasticpress-woocommerce\" target=\"_blank\">GitHub</a> and <a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">WordPress.org</a>. The company plans to improve the plugin based on experience with enterprise WooCommerce customers. If you are looking to scale WooCommerce or are currently managing a sluggish store, ElasticPress WooCommerce is one option that you may want to test.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Feb 2016 20:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress Tops Alignable’s Small Business Trust Index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-tops-alignables-small-business-trust-index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4128:\"<p>In a <a href=\"https://www.alignable.com/small-business-insights/introducing-alignables-smb-trust-index\" target=\"_blank\">SMB trust index survey</a> conducted by Alignable in the fourth quarter of 2015, WordPress ranked as the most trusted of 25 nationally recognized brands used by small business owners. The results were ranked using the (<a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\" target=\"_blank\">Net Promoter System</a>), a trademarked customer loyalty metric that measures promoters against detractors to produce a net trustworthiness score.</p>\n<p>The survey, which was <a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\" target=\"_blank\">originally reported by the San Francisco Business Times</a>, was roundly disregarded in the WordPress community due to the misuse of the word ‘company’ in the Times’ writeup:</p>\n<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path.</p></blockquote>\n<p>Additionally, the wording on the <a href=\"https://s3.amazonaws.com/alignable/content/Alignable-SMB-Trust-Index-Q4-2015.pdf\" target=\"_blank\">ranking graphic</a> seemed to trivialize the results: <em>“WordPress proves ‘free’ doesn’t always mean ‘junk.\'”</em></p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png\" rel=\"attachment wp-att-51664\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png?resize=1025%2C729\" alt=\"wordpress-nps-results\" class=\"aligncenter size-full wp-image-51664\" /></a></p>\n<p>Despite the odd presentation, the results are worth examining, as Alignable surveyed more than 6,000 small business owners across 7,000 communities in North America. WordPress received an NPS of 73, significantly higher than other brands known for website creation: Shopify (29), Godaddy (26), Squarespace (11), Wix (-7), Weebly (-13), and Web.com (-61).</p>\n<p>The footnote on the report explains the relative position changes which are shown on the rankings graphic for brands that were included in the previous quarter’s survey:</p>\n<blockquote><p>Data represents running, cumulative report of SMB sentiment of vendors and providers from more than 6,000 ratings. Relative position changes from this quarter to the prior quarter were generated from the 25% net new ratings added to the database in the quarter. Alignable members rated these brands on a sliding scale from 0-10. NPS values calculated by subtracting percentage of detractors (brands rated 0-6) from percentage of promoters (brands rated 9-10).</p></blockquote>\n<p>Godaddy fell one point in positioning and Wix and Weebly fell 4 and 8 points respectively. WordPress is new to Alignable’s SMB index and should have relative position notes included in next quarter’s survey.</p>\n<p>Although the footnote specifies that the index rates brands, the 25 that are included are clearly companies and products. Any conclusions drawn from rating the general WordPress brand would be somewhat nebulous, given that it’s not clear if business owners are rating their experiences with the WordPress.com service or the self-hosted software. With the introduction of <a href=\"http://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\" target=\"_blank\">Calypso</a>, the gap between the two publishing experiences continues to grow.</p>\n<p>Nevertheless, most of the brands included are also representative of several different products. The scores are more of a general indication of the trustworthiness of the brand name, although creators of the Net Promoter System claim that a high NPS can point toward long-term profitable growth. If you’re in the business of building websites or applications for clients, it’s good to know that the trustworthiness of the WordPress brand is ranking high among industry competitors.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 19:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Varying Vagrant Vagrants 1.3.0 Released with Support for MailCatcher and More Virtualization Providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/varying-vagrant-vagrants-1-3-0-released-with-support-for-mailcatcher-and-more-virtualization-providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png\" rel=\"attachment wp-att-51659\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png?resize=1025%2C473\" alt=\"vvv\" class=\"aligncenter size-full wp-image-51659\" /></a></p>\n<p>Over the weekend, <NAME> released <a href=\"https://varyingvagrantvagrants.org/2016/02/21/varying-vagrant-vagrants-1-3-0/\" target=\"_blank\">Varying Vagrant Vagrants 1.3.0</a>. Although VVV uses <a href=\"https://www.virtualbox.org/\" target=\"_blank\">VirtualBox</a> as its default virtualization provider, this release adds support for Parallels, VMWare Fusion, VMWare Workstation, and Hyper-V in the default Vagrantfile.</p>\n<p>Version 1.3.0 also adds <a href=\"http://mailcatcher.me/\" target=\"_blank\">MailCatcher</a> to the default provisioning. When working in a development environment, you generally don’t want want to deliver emails from the test site. MailCatcher collects any mail that is sent out and stores it for display. It’s available in the browser at vvv.dev:1080 in case you need to troubleshoot WordPress core and/or plugins.</p>\n<p>Felt, the project’s current maintainer, said that he is aiming to push out more incremental releases every three months and hopes to get more developers using the <code>develop</code> branch on GitHub.</p>\n<p>“A tough thing about marking version numbers on a project like VVV is that all of the various versions of included packages change frequently,” Felt said. “We need to do a better job of making it easier to maintain existing packages.”</p>\n<p>Felt is currently <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/issues/583\" target=\"_blank\">soliciting feedback on changing the TLD for test sites</a> in the next version, as Google is attempting to <a href=\"https://gtldresult.icann.org/application-result/applicationstatus/applicationdetails/1339\" target=\"_blank\">gain control of the .dev TLD</a>. If the company were to open it up for public registration, it could cause confusion with test sites. After a brief discussion with VVV users, Felt has narrowed the considerations to .localhost, .test, and .local.</p>\n<p>In addition to a new TLD for test sites, Felt hopes to update packages on <code>vagrant provision</code> in a future release, which should help keep PHP, Nginx, and MySQL updated. He also wants to make it easy to remove the default configurations for WordPress local, trunk, and dev environments that are offered with VVV out of the box.</p>\n<p>For more details on the 23 features and bug fixes in 1.3.0, check out the official <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/blob/1.3.0/CHANGELOG.md\" target=\"_blank\">changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 16:02:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Matt: New Yorker on Zen Master Poet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://ma.tt/2016/02/new-yorker-on-zen-master-poet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"<p>It’s never a bad time to <a href=\"http://www.newyorker.com/magazine/2008/10/20/zen-master\">read and learn about the life, work, and poetry of <NAME>der</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 15:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Jazzy Claire de Lune\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/02/jazzy-claire-de-lune/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:939:\"<p><span class=\"embed-youtube\"></span></p>\n<p>I love this version from <a href=\"http://www.kamasiwashington.com/\">Kamasi Washington</a> of <NAME>’s Clair de Lune, or “light of the moon.” Here’s the <a href=\"https://en.wikipedia.org/wiki/Paul_Verlaine\">Paul Verlaine</a> poem that inspired the original composition:</p>\n<blockquote><p>Your soul is a chosen landscape<br />\nWhere charming masqueraders and bergamaskers go<br />\nPlaying the lute and dancing and almost<br />\nSad beneath their fanciful disguises.</p>\n<p>All sing in a minor key<br />\nOf victorious love and the opportune life,<br />\nThey do not seem to believe in their happiness<br />\nAnd their song mingles with the moonlight,</p>\n<p>With the still moonlight, sad and beautiful,<br />\nThat sets the birds dreaming in the trees<br />\nAnd the fountains sobbing in ecstasy,<br />\nThe tall slender fountains among marble statues.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Feb 2016 20:07:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: All things HTTP/2 and HTTPS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=21371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/all-things-http2-and-https-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2417:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by <NAME> — the CTO of Human Made — and <NAME>.</p>\n<p><span>HTTPS and HTTP/2 are somewhat intertwined, and a lot has been going on lately in this realm. Google has made a big push to encourage the use of SSL for websites — including making it a search ranking factor — and LetsEncrypt and other services are offering new ways to deliver free SSL certificates, securely. And HTTPS is required for HTTP/2, which is making a big splash as well, quickly outpacing SPDY. Today, we’ll talk about what these terms are, and what it means for the web and for WordPress.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/27370.mp3\">https://audio.simplecast.com/27370.mp3</a>\n<p><a href=\"http://audio.simplecast.com/27370.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://letsencrypt.org/\">Let’s Encrypt</a></li>\n<li><a href=\"http://wordpress.tv/2015/12/09/zack-tollman-and-aaron-jorbin-the-future-stack-running-wordpress-with-tomorrows-technologies/\">The Future Stack: Running WordPress with Tomorrow’s Technologies</a></li>\n<li><a href=\"http://oauth.net/\">OAuth</a></li>\n<li><a href=\"https://http2.github.io/faq/\">HTTP/2 FAQs</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/08/wordpress-and-http2/\">WordPress and HTTP/2</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/HTTP/2#Software_and_services_supporting_HTTP.2F2\">Software and services supporting HTTP/2</a></li>\n<li><a href=\"http://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html\">Transitioning from SPDY to HTTP/2</a></li>\n<li><a href=\"https://wordpress.tv/2015/07/29/zack-tollman-http-2-and-you/\">HTTP/2 and You</a></li>\n<li><a href=\"https://blog.cloudflare.com/introducing-http2/\">Introducing HTTP/2</a></li>\n<li><a href=\"http://www.buzzfeed.com/nickrkm/youre-listening-to-delilah#.wa82qoMyR\">You’re Listening to Delilah</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Feb 2016 18:20:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: hack.summit() Event for Developers Will Be Live-Streamed February 22-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/hack-summit-event-for-developers-will-be-live-streamed-february-22-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2570:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png\" rel=\"attachment wp-att-51623\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png?resize=1025%2C375\" alt=\"hack.summit\" class=\"aligncenter size-full wp-image-51623\" /></a></p>\n<p><a href=\"https://hacksummit.org/\" target=\"_blank\">Hack.summit()</a> is a unique event for developers that is set to be live-streamed February 22-24, 2016. It is the world’s largest virtual conference ever assembled, with 64,000 developers registered for last year’s event. hack.summit() will feature an impressive array of programming language creators and open source contributors and all ticket sales/donations go to support programming non-profits such as Code.org, Code for America, CoderDojo, and Girls Who Code.</p>\n<p>The event focuses on three primary objectives:</p>\n<ul>\n<li>To educate programmers of all languages and skill sets</li>\n<li>To raise money for coding nonprofits</li>\n<li>To encourage mentorship among software developers</li>\n</ul>\n<p>In lieu of traditional ticket sales, hack.summit() attendees are asked to donate to one of the selected coding non-profits. Those who are not financially able to donate can get a free ticket by sharing the event on Twitter or Facebook. Attendees are provided with a unique ticket number after registering, which includes access to the live conference.</p>\n<p>The event heavily promotes mentoring by asking attendees to sign a <a href=\"https://hackpledge.org/\" target=\"_blank\">hack pledge</a> to help mentor the next generation of developers with a minimum of one hour of coding help. The hack pledge video below features stories from programmers who have struggled to master software craftsmanship and those who benefited greatly from mentors:</p>\n<div class=\"embed-wrap\"></div>\n<p>hack.summit() will also host the largest <a href=\"https://www.koding.com/Hackathon\" target=\"_blank\">virtual hackathon</a> in the world. Participants will create a web app using any publicly available API that falls within three general categeries: data visualization, productivity, or gaming. Last year’s event drew 60,000 coders from more than 900 cities. Participants will compete to win from a $150,000 prize pool.</p>\n<p>If you’re looking for an interesting non-WordPress event to attend this year, <a href=\"https://hacksummit.org/\" target=\"_blank\">hack.summit()</a> is one of the most accessible with high quality speakers that will expand your technical horizons.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 20:21:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: WordPress NPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/02/wordpress-nps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:753:\"<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path. Those are some of the findings out today from a survey of 6,000 small business owners from the second half of 2015 conducted by Alignable.</p></blockquote>\n<p><a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\">You can see the whole thing here</a>. WordPress came in with a NPS of 73, Shopify at 29, Godaddy at 26, Squarespace at 11, Wix at -7, Weebly at -13, Web.com at -61, and Yelp at -66. <a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\">Here’s how a Net Promoter Score works</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 19:55:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress to Launch Experimental WordCamp Incubator Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2595:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg\" rel=\"attachment wp-att-17801\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg?resize=1024%2C441\" alt=\"photo credit: Huasonic - cc\" class=\"size-full wp-image-17801\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>During the 2015 State of the Word address, <NAME> shared a few stats about the growth of WordPress events around the globe. Last year there were 89 WordCamps with 21,000 attendees across 34 countries. A surprising 60% of the 601 WordCamp organizers were doing it for the first time. More people are getting involved in hosting WordPress events but there are many areas of the world that have yet to experience one.</p>\n<p>The WordPress community team, which provides support and guidance for WordCamps, will be experimenting with bringing events to new locations in 2016. Ordinarily, WordCamps spring up organically from local WordPress communities with active meetups. The new <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">WordPress incubator program</a> will bring a WordCamp to three new cities where meetups are not necessarily as well established.</p>\n<p><NAME> outlined the goal of the program in a recent <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">post</a> on the WordPress news blog:</p>\n<blockquote><p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp.</p></blockquote>\n<p>The new WordCamps will be designed as one-day, one-track events that connect the local community and inspire them to establish an ongoing presence. Qualifications for applying are rather loose. Those who have always wanted to get WordPress events going in their city but haven’t had success organizing meetups are encouraged to apply.</p>\n<p>Applications will be accepted until February 26, 2016, and cities will be chosen by the end of March. Where do you think the world needs a new WordCamp?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 18:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Happy Joe to Shut Down Non-Profit Organization in Favor of For-Profit Venture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/happy-joe-to-shut-down-non-profit-organization-in-favor-of-for-profit-venture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3100:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png\" rel=\"attachment wp-att-33378\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png?resize=638%2C285\" alt=\"Veterans Day Featured Image\" class=\"size-full wp-image-33378\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/soldiersmediacenter/6343590279/\">The U.S. Army</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>Happy Joe founder <NAME> <a href=\"https://www.happyjoe.org/shutting-down/\" target=\"_blank\">announced</a> this week that the non-profit organization will be shutting down. Dalman started the organization to help veterans find employment opportunities in WordPress and other web technologies. He plans to continue with a modified version of the Happy Joe mission set up as a for-profit venture.</p>\n<p>After operating for the past two years as a tax-exempt 501(c)(3) organization, Dalman no longer has the desire to continue raising funds. Happy Joe pulled in $80,000 in 2015 through corporate sponsorships and private donations, but Dalman started 2016 with no funds to carry through.</p>\n<p>“The reality is we can’t continue on a zero budget and I can’t continue to work for free,” he said. “While it would be simple to say dedicate more time to asking companies and people for funding, it’s not in my heart to do so anymore. I believe in being self-sufficient and not a burden on others.”</p>\n<p>Lack of funding is the primary reason the organization is shutting down, but Dalman also struggled with the perception of non-profits. With organizations like the <a href=\"http://www.nytimes.com/2016/01/28/us/wounded-warrior-project-spends-lavishly-on-itself-ex-employees-say.html?_r=0\" target=\"_blank\">Wounded Warrior Foundation receiving negative press for excessive spending</a>, Dalman said the growing skepticism of non-profits made his job more challenging.</p>\n<blockquote><p>There’s no doubt that accountability and transparency is critical and Happy Joe has strived to excel in this. But the wrong assumptions about what a non-profit can do and the skepticism and lack of trust also complicates the mission for teams operating in the non-profit space for the future. Battling these challenges keeps us from doing the work that truly matters.</p></blockquote>\n<p>Dalman’s non-profit post-mortem also cites negative stereotypes about veterans, expectations of rewards or kickbacks for donations, and his own leadership as contributing factors to his decision to shut the organization down.</p>\n<p>“We will now operate as a for-profit venture and will shift our focus from web tech training to building a talent marketplace where veterans can get freelance work and be mentored in growing a business,” Dalman said.</p>\n<p>The new for-profit venture will drop some of the programs that Happy Joe offered previously but will continue to assist veterans in seeking employment and developing entrepreneurial skills.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 22:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: GitHub Introduces Issue and Pull Request Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/github-introduces-issue-and-pull-request-templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2547:\"<p>Last week GitHub <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">responded to a letter from open source project maintainers</a> with apologies for the lack of communication and lack of attention to feedback regarding issue management. Because contributions are the lifeblood of open source projects, maintainers are requesting additional features for issues and pull requests that would help make contributions more meaningful.</p>\n<p>The discussions surrounding the <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">“Dear GitHub” letter</a> challenged the company to start tackling the low-hanging fruit on the list of improvements that would benefit open source projects. Yesterday GitHub <a href=\"https://github.com/blog/2111-issue-and-pull-request-templates\" target=\"_blank\">introduced issue and pull request templates</a> as the first of many promised improvements.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/github-issues-templates.png\" rel=\"attachment wp-att-51570\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/github-issues-templates.png?resize=1025%2C622\" alt=\"github-issues-templates\" class=\"aligncenter size-full wp-image-51570\" /></a></p>\n<p>Issue templates can now be created by adding a file called <a href=\"https://help.github.com/articles/creating-an-issue-template-for-your-repository/\" target=\"_blank\">ISSUE_TEMPLATE.md</a> to the root directory. Project maintainers can use this template to ensure that crucial information, such as expected behavior, reproduction steps, and version tested, is included in the bug report. This is the kind of information that saves time for everyone involved in testing and improving the software.</p>\n<p>Pull request templates follow the same file-naming pattern (PULL_REQUEST_TEMPLATE.md). These new templates can be added to either the root directory of the repository or the new .github/ directory. GitHub recommends placing CONTRIBUTING.md, ISSUE_TEMPLATE.md, and PULL_REQUEST_TEMPLATE.md files in the .github/ folder to reduce clutter in the root directory.</p>\n<p>GitHub’s new issue and pull request templates are a positive step toward reaffirming the company’s commitment to supporting open source projects. Maintainers are still hoping to see a voting system implemented to help declutter the +1’s from issues queues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 18:57:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Critical Security Vulnerability Discovered in Elegant Themes Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/critical-security-vulnerability-discovered-in-elegant-themes-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2237:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/elegant-themes.jpg\" rel=\"attachment wp-att-51562\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/elegant-themes.jpg?resize=674%2C300\" alt=\"elegant-themes\" class=\"aligncenter size-full wp-image-51562\" /></a></p>\n<p><a href=\"http://www.elegantthemes.com/\" target=\"_blank\">Elegant Themes</a> emailed its customers last night to inform them of a critical security vulnerability affecting a large segment of its product line.</p>\n<blockquote><p>An information disclosure vulnerability was found in the Divi Builder (included in our Divi and Extra themes, as well as our Divi Builder plugin) which resulted in the potential for user privilege escalation. If properly exploited, it could allow registered users, regardless of role, on your WordPress installation to perform a subset of actions within the Divi Builder, including the ability to manipulate posts.\n</p></blockquote>\n<p>In addition to the Divi Builder, the vulnerability was also found in the Divi, Extra, and Divi 2.3 (legacy) themes and the Boom and Monarch plugins. It was privately disclosed and promptly patched by Elegant Themes with the help of a third-party security vendor. No known exploit attempts have been made.</p>\n<p>Updating the themes and plugins will fix the vulnerability but the patches were created only for the most recent versions. Legacy theme customers now have an upgrade path, including a version that doesn’t add new functionality. Customers who are not ready to update are advised to turn registration off on their sites, as untrusted users increases the possibility of privilege escalation. Elegant Themes also recommends installing its Security Patcher plugin and utilizing the CloudProxy WAF from Sucuri, which has virtually patched the vulnerability.</p>\n<p>As of 2015, Elegant Themes has more than 300,000 customers. Given the severity of the vulnerability, the company is also making the updates available for free to all expired accounts via its updater plugin. Customers who have forgotten their login credentials can contact Elegant Themes to have the latest versions of the themes and plugins sent to them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 16:02:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WP Pusher 2.1.0 Offers Tighter Integration with GitHub and Bitbucket\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51525\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/wp-pusher-2-1-0-offers-tighter-integration-with-github-and-bitbucket\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4285:\"<p>WP Pusher is on a relentless mission to make it effortless for WordPress developers to connect their plugin and theme repositories hosted on GitHub and Bitbucket. <a href=\"http://blog.wppusher.com/wp-pusher-2-1-0-has-landed/\" target=\"_blank\">Version 2.1.0</a> of the plugin eliminates the requirement to manually create a token with GitHub and introduces 1-click authentication via OAuth. This update makes setting up the plugin on a new site relatively painless.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">It\'s going to be a lot easier to setup GitHub with a token in the next version of <a href=\"https://twitter.com/WP_Pusher\">@WP_Pusher</a>! <a href=\"https://t.co/CK9Dyo0zle\">pic.twitter.com/CK9Dyo0zle</a></p>\n<p>— <NAME> (@petersuhm) <a href=\"https://twitter.com/petersuhm/status/695232521462759424\">February 4, 2016</a></p></blockquote>\n<p></p>\n<p>In order to make the on-boarding process easier for new users, <NAME>, creator of WP Pusher, had to build a service that uses OAuth to handle authentication.</p>\n<p>“It’s not possible to do OAuth from a WordPress plugin without shipping a secret token together with the code (which you do not want to do),” Suhm said. “So we built a small service, on our own server, that handles all the communication with GitHub and Bitbucket. We don’t store anything. Your GitHub and Bitbucket tokens are not stored on our servers.”</p>\n<p>After determining that OAuth would be one of the safest ways to manage this, Suhm reached out to GitHub and they suggested the approach of building a small service to perform authentication. He’s now exploring different ways he can make both the code and service available to other developers.</p>\n<p>“The whole infrastructure is built using the Laravel PHP framework and their excellent <a href=\"https://github.com/laravel/socialite\" target=\"_blank\">Socialite</a> package,” Suhm said. “I’m thinking about either open sourcing the service (when it’s been online for a bit) or writing an in-depth tutorial on how to set up a similar thing. I also thought about offering the service to other WordPress plugin authors, since OAuth can be used for so many things, including Twitter, Facebook, Instagram and even WordPress.com authentication.”</p>\n<p>Version 2.1.0 also adds a new Push-to-Deploy checkbox, which removes the requirement of manually setting up a webhook on GitHub or Bitbucket. WP Pusher now sets up the webhook automatically in the background.</p>\n<p>“Setting up automatic updates is something I’ve gotten many support requests about,” Suhm said. “Now, all you have to do is check a checkbox and your plugin or theme will be updated every time you push a change to GitHub.”</p>\n<p>Now that the plugin uses OAuth, it can be even more tightly integrated with GitHub and Bitbucket in future updates.</p>\n<p>“The next big thing I want to work on, which is now possible, is to allow users to select and install a plugin or theme directly from GitHub – with just one click,” Suhm said.</p>\n<p>The improvements offered in WP Pusher 2.1.0 make it even easier for new users to start deploying WordPress themes and plugins directly from GitHub without all the hassle of manually creating tokens and setting up webhooks. However, users still need a basic knowledge of Git in order to use the product. Suhm continues to offer <a href=\"http://wptavern.com/wp-pusher-launches-free-git-crash-course-for-wordpress-developers\" target=\"_blank\">free Git education for WordPress developers</a> in hopes of expanding his customer base.</p>\n<p>“WordPress devs are definitely starting to get interested in Git, as I had more than 1,000 developers sign up to my video course,” he said.</p>\n<p>WP Pusher is free to use for open source code hosted in public repositories. Since Suhm doesn’t track his users, he doesn’t have exact numbers for how many sites are using the plugin. Although he would not disclose how many licenses he has sold, he estimates that approximately 1,000 developers have installed WP Pusher. Suhm’s customers range from small freelancers to agencies to large universities.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Feb 2016 21:52:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: TGM Plugin Activation Team Releases Custom Generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/tgm-plugin-activation-team-releases-custom-generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3104:\"<p>The development team behind TGM Plugin Activation <a href=\"http://tgmpluginactivation.com/2016/02/12/custom-tgmpa-generator/\" target=\"_blank\">released its new generator</a> last week. The popular tool is a PHP library that allows WordPress developers to require or recommend plugins for a theme or plugin. It essentially helps walk WordPress users through installation and activation of plugin dependencies in the admin.</p>\n<p>Bundling a bunch of plugin-type functionality into a theme is generally discouraged, but authors still need a way to recommend additional extensions. The <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation\" target=\"_blank\">TGMPA</a> library is a solution to this problem and is recommended by Themeforest, CodeCanyon, and the WordPress.org Theme Review Team as an alternative to bundling.</p>\n<p>The <a href=\"http://tgmpluginactivation.com/download/\" target=\"_blank\">new generator</a> addresses an issue that theme authors were running up against while using TGMPA and publishing themes to WordPress.org. The Theme Check plugin would often spit out feedback preventing the theme from passing all the checks: <em>“You are only allowed to use add_theme_page(), please remove the call to add_submenu_page(),” or “You are only supposed to use one text-domain.”</em></p>\n<p>According to TGMPA contributor <NAME>’s, authors reported having performed a search-and-replace that resulted in fatal errors because it would often change some strings that should not have been changed. This process repeated anytime TGMPA needed to be updated.</p>\n<p>The Custom TGMPA generator asks the author to input the type of extension where TGMPA is being used, as well as the avenue of distribution. Authors then add the text domain, function prefix, and the theme/plugin name. The generator automatically outputs a download of the latest stable version of TGMPA with the customized strings already in place.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/tgmpa-custom-generator.png\" rel=\"attachment wp-att-51507\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/tgmpa-custom-generator.png?resize=1025%2C322\" alt=\"tgmpa-custom-generator\" class=\"aligncenter size-full wp-image-51507\" /></a></p>\n<p>The Custom TGMPA generator is the result of a <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/pull/460\" target=\"_blank\">discussion</a> with WordPress.org representatives regarding issues that continually pop up during theme reviews. The generator provided an acceptable solution that doesn’t require bypassing the Theme Check Plugin. Authors who experience any bugs with the generator can log them with the TGMPA team in the project’s GitHub <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues\" target=\"_blank\">issues</a> queue. The team is still trucking on the <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues/394\" target=\"_blank\">3.0 milestone</a> which aims to make TGMPA updatable independent of the plugin/theme that ships it.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Feb 2016 19:14:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: GitHub Responds to Letter from Open Source Project Maintainers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\" rel=\"attachment wp-att-42456\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>Last month a group of open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter</a> of complaints regarding issue management. They were frustrated by a lack of communication from GitHub and a lack of features for managing issues. More than 1700 maintainers of open source projects, including several projects related to WordPress, have <a href=\"https://docs.google.com/spreadsheets/d/1oGsg02jS-PnlIMJ3OlWIOEmhtG-udTwuDz_vsQPBHKs/edit#gid=290603204\" target=\"_blank\">signed</a> the letter so far.</p>\n<p>GitLab, a competing code hosting service, <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responded to the letter</a> almost immediately with a new GitLab issue that outlined every concern mentioned in the original “Dear GitHub” letter. The new initiative is focused on “<a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8938\" target=\"_blank\">making GitLab the best place for big open source projects</a>.”</p>\n<p>GitHub, on the other hand, took roughly a month to reply. The company’s staff forked the letter and drafted <a href=\"https://github.com/bkeepers/dear-github/blob/master/README.md\" target=\"_blank\">a reply</a> containing an apology and a promise to address their concerns:</p>\n<blockquote><p>Dear Open Source Maintainers,</p>\n<p>We hear you and we’re sorry. We’ve been slow to respond to your letter and slow to respond to your frustrations.</p>\n<p>We’re working hard to fix this. Over the next few weeks we’ll begin releasing a number of improvements to Issues, many of which will address the specific concerns raised in the letter. But we’re not going to stop there. We’ll continue to focus on Issues moving forward by adding new features, responding to feedback, and iterating on the core experience. We’ve also got a few surprises in store.</p>\n<p>Issues haven’t gotten much attention from GitHub these past few years and that was a mistake, but we’ve never stopped thinking about or caring about you and your communities. However, we know we haven’t communicated that. So in addition to improving Issues, we’re also going to kick off a few initiatives that will help give you more insight into what’s on our radar. We want to make sharing feedback with GitHub less of a black box experience and we want to hear your ideas and concerns regularly.</p></blockquote>\n<p>GitHub closed the letter saying that the company would be in touch next week. Although no concrete changes have been announced, GitHub’s reply indicates that the company will be improving its communication and features to better serve open source projects and their communities. Hopefully this public exchange is a turning point for code hosting and collaboration services to prioritize features that open source project maintainers need.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Feb 2016 22:46:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Customizer Responsive Preview and Selective Refresh to be Merged Into WordPress 4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/customizer-responsive-preview-and-selective-refresh-to-be-merged-into-wordpress-4-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3307:\"<p>Last week the feature plugin decision deadline closed and WordPress core contributors approved Responsive Preview and Selective Refresh for merge. The merge deadline is Wednesday, February 17, followed by the first beta next week.</p>\n<p>Both feature approved for 4.5 extend the customizer to improve live previews. A new version of the <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\" target=\"_blank\">Customize Partial Refresh</a> plugin is now available and ready for testing. This new feature makes previews more instant using JavaScript, as opposed to reloading the entire preview for each setting change. Developers who build customizer settings will be able to use a <strong>postMessage</strong> transport, which is much faster than the default <strong>refresh</strong> transport. The plugin’s description page includes a video demonstrating the faster previews with an example of adding smilies to the site title.</p>\n<div class=\"embed-wrap\"></div>\n<p>According to the meeting <a href=\"https://make.wordpress.org/core/2016/02/11/core-dev-chat-notes-for-feb-10/\" target=\"_blank\">summary</a> written by 4.5 release deputy <NAME>, the most important question to answer is whether <a href=\"https://github.com/xwp/wp-customize-partial-refresh/issues/22\" target=\"_blank\">widgets should opt-in for selective refresh by default</a>. <NAME> <a href=\"https://github.com/xwp/wp-customize-partial-refresh/issues/22#issuecomment-182594185\" target=\"_blank\">recommended</a> that they require opt-in for widget selective refresh in 4.5 and warn developers that it will be set to default in the next release.</p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/31195\" target=\"_blank\">new responsive preview feature</a> is part of the <a href=\"https://wordpress.org/plugins/customizer-ui-experiments/\" target=\"_blank\">Customizer UI Experiments</a> plugin. It adds buttons to the customizer controls footer which allow users to preview site responsiveness while making changes. The buttons have icons for desktop, tablet, and phone-sized devices with portrait orientation.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif\" rel=\"attachment wp-att-51464\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif?resize=1025%2C537\" alt=\"customize-device-preview\" class=\"aligncenter size-full wp-image-51464\" /></a></p>\n<p>According to Silverstein’s <a href=\"https://make.wordpress.org/core/2016/02/11/core-dev-chat-notes-for-feb-10/\" target=\"_blank\">summary</a> of last week’s meeting, WordPress 4.5 will not ship with WP REST API endpoints as previously planned:</p>\n<blockquote><p>The REST API team’s proposal is to merge the four main endpoints when they are ready, and they are not ready for 4.5. As such, no endpoints are targeted for WordPress 4.5.</p></blockquote>\n<p>Discussion regarding the future of the REST API and <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/#comment-29217\" target=\"_blank\">what constitutes an MVP</a> continues on <a href=\"https://make.wordpress.org/core/tag/rest-api/\" target=\"_blank\">make.wordpress.org/core</a> and in the #core-restapi channel on Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Feb 2016 21:30:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Solar in Sunshine State\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2016/02/solar-in-sunshine-state/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1104:\"<p>One of my favorite movies is <a href=\"http://www.imdb.com/title/tt0427944/\">Thank You for Smoking</a>, the <NAME>’s film that looks at the world through the lens of a tobacco lobbyist. It’s fiction, though. <a href=\"https://www.rollingstone.com/politics/news/the-koch-brothers-dirty-war-on-solar-power-20160211\">This real-life Rolling Stone look at what is going on with rooftop solar in Florida and the big utilities</a> has quotes that could have easily been in the movie.</p>\n<p>Facing an amendment that would open up one of the sunniest states to solar power, the utilities created a competing amendment called “Rights of Electricity Consumers Regarding Solar Energy Choice,” which, as you might imagine, is extraordinarily unfriendly to anyone who wants solar panels on their home. Why the confusing title?</p>\n<blockquote><p>Bascom insisted there was no intention to mislead. “It would defy all logic,” she tells <em>Rolling Stone</em>. “Why would we confuse ours with one that does not have public support?”</p></blockquote>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Feb 2016 19:35:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress in the Enterprise — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=21170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-in-the-enterprise-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1512:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by <NAME> — the CTO of Human Made — and <NAME>.</p>\n<p><span>Today, Joe and Brian discuss WordPress in the “enterprise,” starting with a discussion on what the enterprise even is. We discuss WordPress’s value to the enterprise, and what enterprise level companies are looking for in their technology solutions.</span></p>\n<p><span>The conversation turns into conspiracy theories and joking around by the 50 minute mark, so don’t be intimidated by the hour and fifteen minute timestamp.</span></p>\n<a href=\"https://audio.simplecast.com/26691.mp3\">https://audio.simplecast.com/26691.mp3</a>\n<p><a href=\"http://audio.simplecast.com/26691.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://www.niemanlab.org/2015/05/quartz-is-an-api-the-path-ahead-for-the-business-site-thats-reshaping-digital-news/\">Quartz is an API</a></li>\n<li><a href=\"http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/\">What is Code?</a></li>\n<li><a href=\"https://make.wordpress.org/marketing/\">Make WordPress Marketing</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Feb 2016 15:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Rescue Themes is For Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wptavern.com/rescue-themes-is-for-sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2313:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/rescue-themes.png\" rel=\"attachment wp-att-51442\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/rescue-themes.png?resize=1025%2C390\" alt=\"rescue-themes\" class=\"aligncenter size-full wp-image-51442\" /></a></p>\n<p>After two years in business, <a href=\"https://twitter.com/jamigibbs\" target=\"_blank\"><NAME></a> is <a href=\"https://blog.jamigibbs.com/rescue-themes-is-available-for-purchase-2a8a947031b8#.r36mtcvqy\" target=\"_blank\">selling Rescue Themes</a>. The niche theme shop specializes in products for nonprofits, politics, breweries, and e-commerce websites.</p>\n<p>Gibbs did not publicly disclose how much revenue the shop is generating, but <a href=\"https://rescuethemes.com/\" target=\"_blank\">Rescue Themes</a> has seven products available on Themeforest ranging in price from $16-$59. She also has several free plugins and two free themes (<a href=\"http://wptavern.com/gateway-a-free-wordpress-theme-built-on-the-foundation-framework\" target=\"_blank\">Gateway</a> and <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">Politics</a>) listed on WordPress.org.</p>\n<p>“This decision hasn’t come lightly and I’ve had many sleepless nights wrestling over it,” Gibbs said in her post announcing that the shop is for sale. “Rescue Themes has done quite well for me and I admit that I feel a little sad letting it go but I’ve come to a point where the time I have to dedicate to it has dwindled as new projects and opportunities take over my day. It would pain me infinitely more seeing it go adrift than it would to hand over the keys to someone else.”</p>\n<p>After enlisting the help of the professional theme reviewers at the Themereview.co service, Gibbs began building all of her products with WordPress standards in place. With Themeforest as her primary distribution avenue, she was one of the few WordPress sellers making a difference by providing standards-compliant products.</p>\n<p>Gibbs is looking for a buyer who will make positive contributions to the WordPress community, continue support for her current customers, and continue to distribute the current products under the GPL license.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Feb 2016 20:04:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Bluehost Open Sources Script Used to Update 2.5 Million WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/bluehost-open-sources-script-used-to-update-2-5-million-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3125:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/bluehost.png\" rel=\"attachment wp-att-51424\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/bluehost.png?resize=843%2C403\" alt=\"bluehost\" class=\"aligncenter size-full wp-image-51424\" /></a></p>\n<p>During the 2015 State of the Word address, <NAME> highlighted <a href=\"https://www.bluehost.com/\" target=\"_blank\">Bluehost</a>‘s recent efforts to update its customers’ outdated WordPress sites. After finding that 80% of their WordPress installations were not on the latest version, Bluehost wrote a Perl script that uses WP-CLI to update sites, even those running on versions as old as 1.0.2. The company successfully updated more than 2.5 million customer sites.</p>\n<p>According to Bluehost representative <a href=\"https://twitter.com/mikehansenme\" target=\"_blank\"><NAME></a>, the script took about a month to run through all of the outdated sites. First, it checks the status of a site, then backs everything up, and then runs all updates via WP-CLI. The script then checks the site to see if everything is good. If anything breaks, it restores the backup. Hansen said that they execute it on a cron job so that it doesn’t require a person to run it. The company uses the script to continually update WordPress sites without customers having to initiate updates.</p>\n<p>Bluehost used the script to successfully update 99% of the WordPress sites on its platform. After the first major update, fewer than 0.007% of customers reported issues and WordPress-related technical support requests have been reduced by 18%.</p>\n<p>“Our support requests are down partly because we are not getting as many hacked sites on super old versions of WordPress,” Hansen told the Tavern. “Things break less often. Plugin and theme incompatibilities have been reduced.</p>\n<p>“Initially we were considering upgrading core, then plugins, then themes but we realized that doing them all at once was the most successful route,” he said.</p>\n<p>Bluehost’s initiative was a huge vote of confidence for WordPress updates, as they have now been battle tested by the host all the way back to very old versions. When 4.3 was released, Bluehost was able to do 2.6 million core updates, along with plugins and themes.</p>\n<p>Yesterday the company open sourced the WP Tools update script under the GPL license. It’s now <a href=\"https://github.com/bluehost/wp-tools\" target=\"_blank\">available on GitHub</a> for any person or hosting company to use or modify. The script received its <a href=\"https://github.com/bluehost/wp-tools/pull/1\" target=\"_blank\">first pull request</a> in less than 24 hours. With contribution from other hosts working to make the internet more secure, WP Tools has the potential to become even more reliable for ongoing WordPress updates.</p>\n<p>Check out the video below to see the part of the State of the Word where <NAME> tells Bluehost’s story of updating outdated WordPress sites:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Feb 2016 18:54:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: WordCamp US 2017 + 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2016/02/wordcamp-us-2017-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:609:\"<p>When we chose Philadelphia to host the first ever WordCamp US, it was actually for two years, <a href=\"https://2016.us.wordcamp.org/\">they’ll be hosting again this year December 2-4</a>. We’re going to pick the host city and group for 2017 and 2018 in the next few months, though, and in fact the <a href=\"https://2016.us.wordcamp.org/2016/01/08/applications-for-the-wordcamp-us-2017-host-city-now-open/\">applications are open and closing in a few weeks</a>. If you think your city and team have what it takes to wow the world with the best WordPress event, please put your hat in the ring!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Feb 2016 00:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordCamp Europe Assembles 130-Person Volunteer Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wordcamp-europe-assembles-130-person-volunteer-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p>The call for volunteers for WordCamp Europe <a href=\"https://2016.europe.wordcamp.org/the-call-for-volunteers-for-wordcamp-europe-is-now-closed/\" target=\"_blank\">closed this week</a> and organizers announced that they have assembled a team of more than 100 people to help run the event. The 130 applicants represent 33 countries from Europe and beyond, with the highest numbers from the United States, Germany, The Netherlands, Italy, and Romania.</p>\n<p>The event will be held in Vienna at the end of June where the team will finally gather together in person. In the meantime, organizers are navigating the challenges of working remotely with a volunteer team that is spread across the globe.</p>\n<p>“For now we are using Zapier with Trello as connected apps and lots of well organized columns,” said <NAME>, one of the leaders of the Volunteer Team. “We contacted every volunteer via email manually and soon we will use WordPress Slack for general communication before and on the day of the event.”</p>\n<p>WordCamp Europe organizers have high expectations for cities that apply to host future events. Potential cities will need to have a volunteer team with experience at previous events. This year’s event nearly doubles the number of volunteers from last year, expanding the pool of capable hands for 2017.</p>\n<p>“The biggest challenge would definitely be meeting everybody’s wishes while assigning roles,” Ivanović said. “Next week we will do a final check of the venue and start working on assigning roles.”</p>\n<p>Volunteers are expected to arrive a few days ahead of the event for a briefing and to familiarize themselves with the venue.</p>\n<p>“Leading up to the event we are going to have weekly meetings and try to cover as much as we can to prepare as best as possible,” Ivanović said. “Volunteers are investing dozens of hours into this event. I also want to emphasize that we are not covering the costs, but there is something so noble and beautiful when volunteering.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2016 18:53:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: BuddyPress 2.5 Will Add Customizable Emails via a New BP Email API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3256:\"<p>BuddyPress 2.5 <a href=\"https://buddypress.org/2016/02/buddypress-2-5-0-beta-1/\" target=\"_blank\">beta 1</a> was released this week with a list of new features and improvements to test, including a brand new <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">BP Email API</a>. The new API allows users to easily customize any email that BuddyPress sends, without having to leave the admin or write any code.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/email-customizer.png\" rel=\"attachment wp-att-51399\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/email-customizer.png?resize=991%2C575\" alt=\"email-customizer\" class=\"aligncenter size-full wp-image-51399\" /></a></p>\n<p>The <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">ticket</a> to overhaul BuddyPress emails was opened six months ago and has received more than 100 replies with feedback and patches from multiple contributors. BuddyPress lead developer <NAME> spearheaded this initiative and summarized the outcome when introducing the new API on his blog:</p>\n<blockquote><p>In a nutshell, we moved emails into a custom post type (BuddyPress’ first!) with a supporting taxonomy (BuddyPress’ second!), devised a HTML email template with Customizer integration, and wrote a new API to manage how we represent emails internally and how we send them (goodbye, <a href=\"https://developer.wordpress.org/reference/functions/wp_mail/\" target=\"_blank\">wp_mail</a>!).</p></blockquote>\n<p>Gibbs has been writing plugins for the platform for the past seven years. He started with <a href=\"https://wordpress.org/plugins/welcome-pack/\" target=\"_blank\">Welcome Pack</a>, a plugin that allowed community admins to customize welcome emails to enhance the new user experience. His experience building and maintaining the now defunct Welcome Pack led him to work on improving BuddyPress’ core email handling.</p>\n<p>“With retrospect, adding customizable emails to Welcome Pack is what killed my interest in that plugin,” Gibbs said. “It was such a lengthy, painful slog to get the customization working and nicely implemented (I picked the wrong approach), that when it was finally done, so was I!”</p>\n<p>Gibbs’ work on this ticket makes emails in BuddyPress 2.5 much easier to edit than they ever were in his Welcome Pack plugin. The new Emails custom post type allows administrators to edit the content of the plugin’s 16 default emails directly in the admin. The email template can also be edited in the customizer at <strong>Appearance >> Emails</strong> with controls to change the header, body, and footer background colors, and text size/colors.</p>\n<p>The new email capabilities allow BuddyPress community managers to personalize their sites’ communication without having a lot of technical knowledge. It’s a significant improvement over the generic stock emails previously sent by the plugin.</p>\n<p>According to the <a href=\"https://buddypress.trac.wordpress.org/roadmap\" target=\"_blank\">project roadmap</a>, the 2.5 milestone is now 96% complete and the official release is expected in three weeks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2016 15:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Matt: Lent This Year: Buying Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2016/02/lent-this-year-buying-things/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1781:\"<p>Today is Ash Wednesday and the start of Lent, when typically Catholics give something up, or try to form a new habit, for about six weeks. Many of my friends who aren’t Catholic do the same, it’s a good practice to try to go without something in your life you take for granted. It can make you reexamine assumptions, take you out of your comfort zone, or make you appreciate the thing you gave up much more when you return to it. Also it’s just a bit more fun when you do it with friends. <img src=\"https://s.w.org/images/core/emoji/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>Last few years I’ve given up:</p>\n<ul>\n<li>2013: Meat.</li>\n<li>2014: <a href=\"https://ma.tt/2014/03/no-smartphone-for-lent/\">Smartphones</a>. (This was hard!)</li>\n<li>2015: I meditated every day using <a href=\"http://www.calm.com/\">Calm</a>.</li>\n</ul>\n<p>This year I’ve been thinking about what I take for granted, and surveyed friends for what their suggestions would be. One of the things that I’m pretty bad at is buying too many things, especially gadgets. I’m pretty good at clearing out old ones so it doesn’t get too cluttered, but I definitely have a habit of getting the latest USB gadgets on Amazon, shirts from <a href=\"http://www.kitandace.com/\">Kit & Ace</a>, workout stuff from <a href=\"http://shop.lululemon.com/\">Lululemon</a>, <a href=\"http://www.nike.com/us/en_us/c/nikeid\">shoes I don’t need</a>, etc.</p>\n<p>So the thing I’m going to give up this year is shopping or buying any material things. I’m also going to take the opportunity to try and reduce the stuff I do have in my life to things that <a href=\"http://tidyingup.com/books/the-life-changing-magic-of-tidying-up-hc\">spark joy</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Feb 2016 19:03:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Learn How to Test WordPress Core Patches with VVV on Mac OS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/learn-how-to-test-wordpress-core-patches-with-vvv-on-mac-os\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2764:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv-test-patches.png\" rel=\"attachment wp-att-51374\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv-test-patches.png?resize=1025%2C385\" alt=\"vvv-test-patches\" class=\"aligncenter size-full wp-image-51374\" /></a></p>\n<p>Testing patches is one way that both developers and non-developers can contribute to WordPress without writing any code. It’s a valuable service that keeps things moving along in tickets and helps patches make their way into core.</p>\n<p>The most challenging part of testing patches is getting your testing environment set up properly. The WordPress core handbook has <a href=\"https://make.wordpress.org/core/handbook/testing/patch/\" target=\"_blank\">instructions for using Grunt to test patches</a>, but they’re not easy to follow if you happen to be a more visual learner.</p>\n<p>Yesterday <NAME> published a tutorial for <a href=\"https://make.wordpress.org/flow/2016/02/08/testing-patches-with-vvv-on-mac-os/\" target=\"_blank\">testing patches with VVV on Mac OS</a>, complete with screenshots at every step. The bulk of the instructions cover establishing a test environment with <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">VVV</a>, which requires you to install Vagrant, install Virtualbox, initialize Vagrant, install Git, and finally install VVV. Applying a patch and reverting it after testing is probably the easiest part of the entire process.</p>\n<p>Boren’s tutorial is one of the clearest and easiest to follow, because it helps you visualize what success looks like at every step. If you want to add mobile testing into the mix while testing patches, check out his <a href=\"https://make.wordpress.org/core/2015/03/16/mobile-patch-testing-with-vvv-and-xip-io/\" target=\"_blank\">post</a> on using VVV and <a href=\"http://xip.io/\" target=\"_blank\">xip.io</a>. Boren explained how he goes through tickets with patches that change UI and adds mobile and desktop screenshots of his testing.</p>\n<p>“These screenshots hasten UI feedback and usually reveal visual glitches on mobile that are then patched up, making our mobile experience that little bit better,” he said. “Until that blue sky someday when I can apply patches to a patch server with a tap, I’ve found VVV and xip.io to be the easiest way to do localhost testing of patches from mobile devices.”</p>\n<p>The process of setting up a test environment is the most time-consuming aspect of testing patches, but once you have it in place, it’s easy to apply them. Have you found an easier way to test patches with support for mobile devices? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Feb 2016 12:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Automattic Launches Components with 5 New Starter Themes Based on Underscores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3366:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/components.png\" rel=\"attachment wp-att-51349\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/components.png?resize=1025%2C429\" alt=\"components\" class=\"aligncenter size-full wp-image-51349\" /></a></p>\n<p>Automattic’s team of theme developers <a href=\"http://themeshaper.com/2016/02/09/introducing-components/\" target=\"_blank\">announced the release of Components</a> today along with a suite of themes that extend the popular <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme for specific use cases. These include a classic blog, modern blog, portfolio, magazine, and business theme. The new <a href=\"http://components.underscores.me/\" target=\"_blank\">Components</a> website lets theme authors download a theme that includes reusable components tailored to each theme type.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/components-portfolio.png\" rel=\"attachment wp-att-51354\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/components-portfolio.png?resize=1025%2C625\" alt=\"components-portfolio\" class=\"aligncenter size-full wp-image-51354\" /></a></p>\n<p>Each theme includes general layout structures and templates to support the specific type of theme. For example, when you select the ‘Portfolio’ starter theme, your download will include the following:</p>\n<ul>\n<li>A portfolio post type, courtesy of Jetpack, added to all the necessary files</li>\n<li>A grid portfolio view</li>\n<li>A single column blog template</li>\n<li>A sliding panel for navigation, social menu, and also widgets</li>\n<li>A large featured image with full-width script</li>\n</ul>\n<p>There’s not much to see once the theme is installed, because it’s just a starting point designed to save time when building layouts and templates. Automattic’s theme team used its collective knowledge of developing hundreds of themes in order to create these five starter themes with the bare basics required for presenting content via these five major theme categories.</p>\n<p>Components was inspired by the community behind Underscores, according to Automattic theme wrangler <NAME>. Developers using the starter theme often offered contributions that were beyond the scope of a simple starter theme.</p>\n<p>“While maintaining and improving Underscores, we always see great pull requests from the community that we turn away because the contributions end up being too specific for a normal starter theme,” Kennedy said. “Many of those additions would have been perfect in most themes. Now, some of them have a home in a project that zeroes in on a certain kind of user with each theme it builds.”</p>\n<p>The project’s goal is to provide a “more modular, pattern-based approach to theme development.” Even if you’re not building with Underscores, many of the <a href=\"https://github.com/Automattic/theme-components/tree/master/components\" target=\"_blank\">theme components</a> included in this project can be easily reused elsewhere as theme building blocks. The components library is open source and <a href=\"https://github.com/Automattic/theme-components\" target=\"_blank\">available on GitHub</a> for anyone to fork.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Feb 2016 05:19:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Matt: The Problem with Phone Calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2016/02/the-problem-with-phone-calls/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1117:\"<p><a href=\"http://www.theatlantic.com/technology/archive/2015/08/why-people-hate-making-phone-calls/401114/\">The Atlantic does an in-depth look on why it’s much less pleasant to have phone calls than it used to be</a>. It’s true, but there are also some great alternatives that I’ve been having luck with recently. <a href=\"https://www.messenger.com/\">Facebook Messenger</a> has a built-in audio (and video!) calling system that is okay. <a href=\"http://www.apple.com/mac/facetime/\">Facetime</a> isn’t just for video, you can also make audio calls with it and they sound amazing (something I learned from Kanye, true story). Many times I’ll try a phone number in Facetime first just in case the person uses an iPhone. And finally <a href=\"http://www.skype.com/en/\">Skype</a> still works pretty well even if its clients are a bit heavy. If I’m able to be at a computer (all of these work on computer as well as apps), <a href=\"http://www.amazon.com/gp/product/B00D4LBOV6\">this Sennheiser USB headset</a> sounds great, blocks background noise, and people say that I sound clear.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 23:58:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Post Status: Complete coverage should not be a requirement for core inclusion of WordPress REST API endpoints\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=20957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/wordpress-rest-api-should-be-iterative/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19055:\"<p>The <a href=\"http://wp-api.org/\">WordPress REST API</a> is at a bit of a crossroads. There is a proposal on the table by the core team of four contributors — <NAME>, <NAME>, <NAME>, and <NAME> — to ship endpoints to WordPress core iteratively. There is a pushback on this proposal by WordPress Project Lead and co-founder <NAME>.</p>\n<p>The API should be iterative, and should not require complete admin parity to be included, as Matt has proposed.</p>\n<h3>The state of what’s already in core, and what’s pending</h3>\n<p>The REST API infrastructure is already in core, having been included in WordPress 4.4. The infrastructure provides just that, an underlying infrastructure, to offer plugins a suite of base functionality to utilize, making the development of their own RESTful features easier.</p>\n<p>The infrastructure allows developers to get a huge head start for creating their own REST API endpoints and functionality. The endpoints are how a third party client or developer would actually interact with the API, and the endpoints for WordPress core functionality are what are in debate.</p>\n<p>Every piece of WordPress functionality — data that can be read, created, updated, or deleted — would ideally be available to the WordPress REST API, so that anything possible in WordPress is also possible via the API, and therefore also possible from a third party application interacting with the API.</p>\n<p>However, creating this complete coverage is unrealistic in the current WordPress development structure, and should not be necessary for shipping initial endpoints to WordPress Core.</p>\n<p>The proposal from the core REST API team is to begin by shipping four core WordPress objects: posts (meaning the posts table, which includes all post types), terms, comments, and users. These four core objects have been developed as endpoints, are well tested, and are ready for core. There are kinks to work out, but overall, they are an excellent starting point.</p>\n<p>Matt’s proposal is that the API should not ship in core, with any endpoints, until complete “wp-admin coverage” is available: meaning that until all actions a user can make in the WordPress admin can be achieved via the API, then it shouldn’t go into core. He said in a <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454626846001168\">meeting about the API</a>, to firm up his proposal, that there should be, “no partial endpoints in core. let’s design a complete API, not half-do it and foist it on millions of sites.”</p>\n<p>The primary areas not covered by the API currently are as follows: widget management and display, menu management and display, theme and plugin management, multisite management, and site options management.</p>\n<p>So Matt would like to see each of these endpoints be developed and battle tested before any endpoints ship in core. I agree with the REST API team that the first four objects should take priority, and should go in before these other objects are ready. The remaining objects should each be feature plugins of their own, and go in over time, as they are ready, without delaying the four core objects currently under review.</p>\n<h3>Many use cases covered</h3>\n<p>Posts, terms, comments, and users endpoints make up practically all WordPress content. This means that a huge swath of use cases for the API are covered with these four objects.</p>\n<p>Matt’s thinking that a core WordPress REST API should have all or nothing coverage is a false dichotomy. Applications like <a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> — a WordPress admin replacement based on WordPress.com’s own and separate REST API — are, I believe, the exception for usage of the REST API, not the rule. I believe most people that would take advantage of the REST API’s core inclusion are going to use parts of it only, and I believe most of what they’ll be seeking is content related, versus site management.</p>\n<p>The WordPress admin is exhaustive: it’s pretty much anything and everything one would want to do in WordPress. Custom admins that would utilize the REST API are unlikely to completely mimic the current admin; if they were to do so, it’d be difficult to see the point of making such an application interface, versus just using the tried and true default. I’m certain <em>some</em> new full implementations of the admin will show up (similar to Calypso), but I don’t think it’ll be a common use case.</p>\n<p>More likely, even custom admins would mostly be in the business of manipulating content — specifically catering content editing experiences for a specific type of website — and would be satisfied creating their own custom endpoints for other site management tasks until those endpoints are available through feature plugins or in core itself.</p>\n<p>For tasks such as custom front-end websites that are decoupled from WordPress, the WordPress REST API is immediately useful, using the four proposed objects. <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/#comment-29219\">As <NAME> said</a>, delaying the endpoints that are ready, “will effectively block a significant group of potential adopters coming from external platforms.”</p>\n<h3>The value of core inclusion, verses keeping endpoints in the plugin</h3>\n<p>Core inclusion of endpoints is a stamp of approval that the endpoints are ready for prime time. Organizations that would use the API for bespoke applications would prefer to know that the endpoints will be ready and available for the long term, and keeping endpoints out of core is a sign — intended or not — that things can change, and will prevent adoption that is important for WordPress’s growth.</p>\n<p>Whereas, <a href=\"http://journal.rmccue.io/340/progressive-enhancement-with-the-wordpress-rest-api/\">a procedure of iterative development</a>, vertically focused by endpoint, can be a signal of readiness provided by the WordPress core team, essentially saying that those endpoints in core are stable and will maintain WordPress’s well known commitment to backward compatibility, while those endpoints in the feature plugin may be stable, but are subject to change.</p>\n<h3>Iteration has been good for WordPress</h3>\n<p>Iteration has been paramount to nearly all WordPress features, and it doesn’t make sense why it wouldn’t be a part of the REST API’s core inclusion.</p>\n<p>In a meeting about the status of the API, <NAME> said, “I know it’s a minority opinion, but I would be pretty skeptical of merging a partial API into core, I think it would do a lot more damage than benefit.” I fail to understand what kind of damage including these endpoints would cause.</p>\n<p>Matt <a href=\"https://ma.tt/2016/02/chicken-and-eggs/\">has insinuated</a> that the API as-is would be like shipping a car with no wheels, and I vehemently disagree with the analogy. I think the API is more like a Prius, and the goal is a Tesla. It’s a hybrid, with partial but important coverage, that betters the web (or the environment, for the car analogy). It’s not full coverage (like the fully electric Tesla), but it’s better than nothing (gas guzzler!). Okay, enough analogies, because honestly those don’t help that much. But the API as-is is certainly not a wheel-less car. It’s a perfectly drivable and nice car, it’s just not yet fully the car of tomorrow.</p>\n<p>Iteration and WordPress have gone hand in hand for ages. Almost every feature I can think of in WordPress has iterated over time, from the initial release: the Customizer, WordPress media management, custom post types, menu management, and more. It’s important to ship features that work, but that doesn’t mean they have to be exactly what you envision. WordPress itself is far from perfect, yet it’s available for download. Every lead developer could tell you dozens of things they’d like to improve, but they’re perfectly fine shipping new releases without every one of those new features.</p>\n<h3>Vertically integrated API support</h3>\n<p>Let’s do a mental exercise on the difference between building horizontal and vertical support in the API. This isn’t how one would really build an API, but it’s how we’ll envision calculating support for it.</p>\n<p>If you envision the WordPress dashboard, there are many paths you can take. Every top level admin tab is available to you: Add new post, visit the settings page, choose a theme, etc. The REST API cannot currently mimic every action you can take. I would define horizontal support as visiting the admin, identifying each potential action one step away from that first view, and creating that functionality with the REST API. You’d have a lot more endpoints, but the endpoints would be incomplete — and one layer deep.</p>\n<p>The next step, if working horizontally, would be to take each new view you just visited, based on the previous action, and do it again. This would cover <em>a lot more</em> functionality. Change widget order, move menu items around, delete comments, etc. But there are yet further levels you can take each of these screens. However, say the initial screen had 12 possible events, and now each of those 12 has 12 possible events, you now have 144 events to mimic in the API, but you still have layers to go before you have complete support of any particular fully fledged task.</p>\n<p>If you continue that process, you’ll be attacking support horizontally, and you’ll be at it for a long time.</p>\n<p>Now, let’s think vertically. Let’s choose an end goal: like publish a blog post. Okay, now let’s go back to the admin. This time, we’re going to enable support for adding new posts with the API; that’s one action, and we’re going to ignore other possible actions that don’t have to do with adding a post.</p>\n<p>On our next screen, we have new options, but not all of them are explicitly about publishing a post. However, many of these options are important to publishing a post: information like assigning an author (users), and putting the post into a category (terms). So we’re going to do what we need to do with each of these things that enables us to better support posting. </p>\n<p>Okay, so we can now publish a post via the API, and we’ve also enabled baseline support for stuff that posts expect. The next step in the flow may be that someone would comment on that post. So we’re going vertically through the process. We’re providing complete coverage for these steps. And it gets more complicated than what I’ve said so far. Posts could have meta data, or be password protected, or they might be multiple post types. </p>\n<p>Each of these creates new considerations we must account for to have complete vertical coverage of the process of publishing a post. We haven’t even touched managing site settings or other functionality that doesn’t apply to publishing a post. But as we realize the stuff that interacts with this most important task of publishing content, we begin to form a minimum viable product for our API, to know what we need to ship to fully and well support all things posts with the API. You may still take 144 steps, but at the end, you’ll have more coverage of fewer things, versus light coverage of all things.</p>\n<p>This is what the REST API team has done with these four objects. Posts, terms, users, and comments are the content processing experience in WordPress. It’s a fully fledged API experience, without shortcuts. There are challenges of course, and room to improve, but from top to bottom the process of content creation and manipulation is part of the API.</p>\n<p>As the REST API team have said in various channels during this debate, the non-supported endpoints are mostly isolated from the publishing experience. Supporting posts is co-dependent on supporting the author of the post, and the terms for the post. Supporting the settings screens for the website, or managing themes and plugins, or managing widget areas are not co-dependent on the post experience.</p>\n<p>These other verticals are important, and it is everyone’s goals to create broad, horizontal support of WordPress functionality. But it should be done one vertical feature at a time, and we shouldn’t wait to ship something that is near ready for prime time until we’ve supported absolutely everything. For one, the API is useful to many people <em>right now</em>, but also, the API, unless the entire development strategy of WordPress changes, will <em>never</em> be caught up to support every WordPress feature.</p>\n<h3>Truly “complete coverage” would require API-first driven development</h3>\n<p>For the WordPress REST API to truly have “complete coverage” of WordPress features, then the API would have to be the first consideration when building a new feature. This wouldn’t be a bad thing! But it’s not the way WordPress development works right now.</p>\n<p>Stripe is a great example. When you hear a developer talk about Stripe, the popular merchant processor, the first thing they’ll say is how good the API is. Well, that’s because Stripe <em>is</em> the Stripe API. No feature ships unless it started with API coverage.</p>\n<p>Developers love working with Stripe, because anything that can be accomplished with Stripe is accomplished with the API. With WordPress, the REST API team is running to catch up with core development; core development is not centrally focused around the REST API.</p>\n<p>And as long as core development operates outside the scope of API-first, then the API will always be running to catch up, and the smaller team surrounding API development will never maintain pace with core.</p>\n<p>WordPress already learned this lesson with unit testing. For years, unit testing was nice to have, but not required for commit. Today, WordPress has unit testing coverage of <a href=\"http://scotty-t.com/coverage/index.html\">less than 50%</a>, even though all new commits require tests. Unit testing, though now a first class citizen to WordPress development, is still catching up.</p>\n<p>I’m not saying whether or not WordPress should be developed API-first, but I am saying that Matt’s goal of complete coverage <em>before shipping</em> would just mean the API will never ship, because it will <em>never</em> have complete coverage with the current development strategy.</p>\n<h3>The importance of adoption, and design for the majority</h3>\n<p>It was recently pointed out that the REST API infrastructure is only used by 20 plugins. It makes it appear as if it’s not an important WordPress feature, and that sentiment is wrong.</p>\n<p>Consider nearly any other software. I’ll use MailChimp as an example this time. Loads of people use Mailchimp. Mailchimp has a REST API, and I use it for Post Status. My implementation is not one of their official integrations, which they noted they have 845 of <a href=\"https://poststatus.com/category/planet/feed/\">in their 2015 report</a>. Mine is just me interacting with their API — only trackable by counting total API calls.</p>\n<p>Well, Mailchimp has millions of users, and those millions of user accounts sent over 204 billion emails in 2015. A fraction of those users (I assume) are responsible for more than 29 billion calls to Mailchimp’s API, either through custom interactions (like me), or through one of the 845 official Mailchimp integrations. It really doesn’t matter that there are only 845 integrations with Mailchimp’s API; because the impact of those integrations and the developers otherwise interacting with the API had huge implications that make Mailchimp a more attractive service.</p>\n<p>The second <a href=\"https://wordpress.org/about/philosophy/\">core philosophy</a> of WordPress is to “design for the majority.” It says, “Many end users of WordPress are non-technically minded. They don’t know what AJAX is, nor do they care about which version of PHP they are using.” And while this is true, it doesn’t mean that technical features don’t benefit the majority, even if they aren’t directly interacting with them.</p>\n<p>The WordPress REST API is an invisible feature to most users, but it also will eventually impact nearly all users of WordPress. Like Mailchimp and Stripe, the WordPress REST API can and will impact the overall experience of using WordPress itself. Especially as third parties create gateways for interaction with millions of WordPress installs via the API, the API will be very much for the majority. But it will always be the kind of situation where a small number of integrations are responsible for a large number of interactions.</p>\n<p>We should not base our decision making process for including the API in core on how many plugins are currently supporting the API. We should base our decision making on the potential impact developers can have developing applications with WordPress via the REST API, by utilizing the power in the API — power that can be utilized to improve publishing for everyone.</p>\n<h3>The time for the WordPress REST API is now</h3>\n<p>The time for the WordPress REST API is now. The API is not complete, but it is ready. This is <a href=\"https://ma.tt/2010/11/one-point-oh/\">step one</a>. There are <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/\">real issues</a> to be resolved with the first four objects, but the first four objects should not sit on the sidelines, excluded from WordPress core, because “complete coverage” doesn’t yet exist.</p>\n<p>There is a capable and willing team driving the WordPress REST API. We all owe our gratitude to <NAME>, <NAME>, <NAME>, <NAME>, and the other contributors that have worked tirelessly — many of them for many years — to make the WordPress REST API a reality.</p>\n<p>We should not take these efforts for granted. A contributor’s time is finite, and everyone that’s worked hard on the API could have spent that time on other things. While time spent shouldn’t be our metric for including a feature in core, we should consider it now. This team has worked for a long time, all along asking for others to provide feedback, and at the 11th hour a vocal (and powerful) minority have decided to throw considerable roadblocks at their efforts.</p>\n<p>The WordPress REST API is a good feature for WordPress to have. REST APIs are a staple of modern web applications. The endpoints proposed for core inclusion is a reasonable next step after the infrastructure that <a href=\"https://poststatus.com/wordpress-4-4/\">went in WordPress 4.4</a>. Whether these first four objects are ready for 4.5, or get postponed until 4.6 isn’t a huge deal; they should be ready before they are merged. But they should not be sidelined until the fantasy of complete coverage is met.</p>\n<p>The inclusion of the WordPress REST API should be iterative, smart, and focused. It shouldn’t be all or nothing. It should be now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 21:03:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: WP REST API Team Releases Version 2 Beta 12, Seeks Feedback from WordPress’ Lead Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://wptavern.com/wp-rest-api-team-releases-version-2-beta-12-seeks-feedback-from-wordpress-lead-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6785:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\" rel=\"attachment wp-att-43000\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team <a href=\"https://make.wordpress.org/core/2016/02/09/wp-rest-api-version-2-0-beta-12/\" target=\"_blank\">released version 2 beta 12</a> today. <NAME> highlighted the breaking changes in the release that developers will want to digest before updating. This includes the removal of meta endpoints from the primary plugin into its own feature plugin, <a href=\"https://wordpress.org/plugins/rest-api-meta-endpoints/\" target=\"_blank\">now available on WordPress.org</a>.</p>\n<p>In a <a href=\"http://wptavern.com/wordpress-contributors-look-for-a-path-forward-for-the-wp-rest-api#comment-143820\" target=\"_blank\">comment</a> on our coverage of the continuing discussion, WP REST API team member <a href=\"https://twitter.com/joe_hoyle\" target=\"_blank\"><NAME></a> clarified the team’s position on the endpoints’ readiness for core:</p>\n<blockquote><p>For the record, the REST API Team support further iteration on the existing endpoints before being merged into core. That could mean waiting for the WordPress.com API team to use those endpoints in production, or gathering more usage feedback from others. I am strongly against merging anything before it’s been well-proven and well-tested.</p>\n<p>The proposal by the team was to include the 4 content endpoints when they are ready. We had a lengthly overview as to the progress of those endpoints, more details on what we feel is left to be done can be seen at the <a href=\"https://github.com/wp-api/wp-api/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0\" target=\"_blank\">issues queue for the 2.0 milestone</a>.</p>\n<p>Why these endpoints specifically? Because they are co-dependent for the most part. Shipping Posts without support for Taxonomies would not be that useful.</p></blockquote>\n<p>Hoyle also cautions that pursuing full coverage of wp-admin is a monumental task that could take several more years:</p>\n<blockquote><p>Going for development of _all_ functionality (somewhere around 8-10 total data routes) should not be underestimated. It’s taken somewhere around a year and a half to get the current 4 to where they are now, and that was with 2 years prior art from Version 1.</p>\n<p>As someone who has been in the weeds of that implementation for a while now, I cannot over over-stress just how tricky trying to retrofit a consistent, coherent interface on 13 years of organically grown code and ideas can become. I’m looking forward to being part of the writing the implementation for the remaining (and majority) of functionality, however I don’t want to stop users and developers benefitting from what is already being built for another [several] years.</p></blockquote>\n<p>Hoyle emphasized that the team is not proposing merging the existing endpoints now, but he believes they are getting very close.</p>\n<p>With the release of v2 beta 12, Bachhuber urged WordPress lead developers and committers to offer official feedback in hopes of building a consensus. Given the disagreements in the <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">recent meeting</a>, it’s clear that WordPress contributors have not been on the same page as far as what constitutes core readiness for the project.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Right about now seems like a good time to get official feedback on WP REST API from <a href=\"https://twitter.com/WordPress\">@wordpress</a>\'s lead developers and committers. Just sayin\'</p>\n<p>— <NAME> (@danielbachhuber) <a href=\"https://twitter.com/danielbachhuber/status/697067292782235648\">February 9, 2016</a></p></blockquote>\n<p></p>\n<p>Feedback from contributors is starting to trickle in. WordPress core committer <NAME> shared his thoughts in a <a href=\"https://jeremyfelt.com/2016/02/09/thoughts-on-merging-the-wp-rest-api-plugin/\" target=\"_blank\">post</a> on his blog today:</p>\n<blockquote><p>I’m in favor of the REST API team’s proposal to merge the endpoints for the primary objects in WordPress—posts, comments, users, terms—when they’re ready.</p>\n<p>When the endpoints for these objects are ready, I would like to see them merged early in a release cycle.</p>\n<p>With these primary endpoints in, front end workflows can immediately start to take advantage. This is something groups have been doing for years with custom code already. Getting these groups to use the same structure is valuable.</p></blockquote>\n<p>Core committer Weston Ruter summarized his opinion in a tweet:</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/danielbachhuber\">@danielbachhuber</a> I\'m for iterative inclusion of REST API endpoints, advising clients to make use of feature detection.</p>\n<p>— <NAME> ⚡ (@westonruter) <a href=\"https://twitter.com/westonruter/status/697088319423778816\">February 9, 2016</a></p></blockquote>\n<p></p>\n<p>The plugin is moving forward with regular betas while the discussion continues. Developers who are using the API in beta will need to continue to follow the project closely, as the latest beta makes changes to available features. 10up developer <NAME> tweeted some of <a href=\"https://twitter.com/EricMann/status/697111525979328512\" target=\"_blank\">his challenges in using the API in beta</a>:</p>\n<blockquote><p>My client installed the REST API before it included post meta. We had to build a bunch of custom work to support meta. Then the REST API updated to include meta and broke our integration. I spent a chunk of hours refactoring to compensate so we could update. Now, apparently, the REST API is pulling that meta support out and putting it in a separate plugin. Yet people still criticize me for saying I’m wary of placing too much dependency on the stability of the API.</p></blockquote>\n<p><NAME> is currently crowdsourcing stats on <a href=\"https://docs.google.com/spreadsheets/d/1V-9s0U407iOR1II6yWOqBboMe9M6J7oeOJmwxpOvd9E/edit#gid=0\" target=\"_blank\">projects that are using the WP REST API v2 in production</a>. Developers who have stepped up to use the API have had to be nimble in accommodating its rapid development. At this time, the WP REST API team agrees that further iteration on the existing endpoints will be necessary before merging them into core. Continued feedback from developers with projects that use the API will be critical for demonstrating that the API has been well tested.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 20:33:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Theme Review Team Recommends Authors Start Keeping a Change Log\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-theme-review-team-recommends-authors-start-keeping-a-change-log\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2723:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg\" rel=\"attachment wp-att-51302\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?resize=1025%2C472\" alt=\"photo credit: Green Chameleon\" class=\"size-full wp-image-51302\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/8Y0EDX4VP9\">Green Chameleon</a>\n<p>Last April, WordPress Theme Review Team member <NAME> <a href=\"http://wptavern.com/do-wordpress-org-themes-need-a-changelog\" target=\"_blank\">proposed that the team adopt a standard change log format</a>. Theme authors are not yet required to keep a change log but the general consensus is that it’s a good practice that benefits users.</p>\n<p>Castaneda <a href=\"https://wordpress.slack.com/archives/themereview/p1452621691006215\" target=\"_blank\">revived the topic of change logs</a> during the team’s most recent meeting, saying he hopes this will be the year that they can finally standardize the readme.txt file and take action on the change log-related trac tickets. This would require action on <a href=\"https://meta.trac.wordpress.org/ticket/45\" target=\"_blank\">a meta trac ticket</a> to add change logs to the WordPress.org theme listing tabs and <a href=\"https://core.trac.wordpress.org/ticket/22810\" target=\"_blank\">a core ticket</a> that would expose the change log to users in the WordPress admin.</p>\n<p>Castaneda <a href=\"https://make.wordpress.org/themes/2016/02/08/making-a-changelog-work-for-you/\" target=\"_blank\">posted</a> some basic recommendations as a first step towards educating theme authors on the proper format for writing a change log:</p>\n<ul>\n<li>Listing versions in reverse-chronological order (newest on top)</li>\n<li>One sub-section per version</li>\n<li>Group changes made per version</li>\n<li>Don’t dump commit logs (if using version control)</li>\n<li>Emphasize deprecations</li>\n</ul>\n<p>Even though a change log is not yet exposed in wp-admin, theme authors can still write one for users who are willing to do a bit of looking before updating. It’s especially important for things like changes to CSS selectors, the removal or addition of features, and anything that might cause child themes to break.</p>\n<p>The theme review team is currently <a href=\"https://wordpress.slack.com/archives/themereview/p1452622051006226\" target=\"_blank\">focused on fixing its review process</a>, so pursuing the necessary tickets for a change log is not a pressing item on the agenda. When the team gets time to follow through on making change logs happen for WordPress.org themes, authors who already have one in place will be positioned to display them to their users.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 17:06:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Contributors Look for a Path Forward for the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-contributors-look-for-a-path-forward-for-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8205:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/path-trees.jpg\" rel=\"attachment wp-att-51293\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/path-trees.jpg?resize=1025%2C500\" alt=\"photo credit: <NAME>\" class=\"size-full wp-image-51293\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/087EFF0277\"><NAME></a>\n<p>Over the weekend, discussion continued surrounding the direction of the WP REST API, as both <NAME> and <NAME> took to their WordPress blogs to clarify statements from <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">last week’s status meeting</a>. Differences of opinion are driving a heated debate about what constitutes a goalpost for the API’s readiness for core.</p>\n<p>In a post titled “<a href=\"https://ma.tt/2016/02/chicken-and-eggs/\" target=\"_blank\">Chicken and Egg</a>,” Mullenweg addressed the recent WP REST API discussion while sharing an anecdote from a book that covers history from the mid-90s hip-hop era.</p>\n<blockquote><p>I love the idea of Questlove realizing the song was missing something, and going back to the booth to keep working on it until it resonated with his target audience. A song that doesn’t stand up on its own wouldn’t be any better when bundled as part of an album. (Or Samsung would have the most popular apps on Android.) Fans hear the care and quality of each track, and they become super-fans.</p></blockquote>\n<p>Mullenweg relates it to considerations when building products for the web:</p>\n<blockquote><p>There’s this tension in everything we produce. Where’s the line to tread between <a href=\"https://ma.tt/2010/11/one-point-oh/\" target=\"_blank\">1.0 is the loneliest</a> and <a href=\"http://theleanstartup.com/principles\" target=\"_blank\">a minimum viable product</a>? Or is it about a <a href=\"http://theleanstartup.com/principles\" target=\"_blank\">minimum lovable product</a>? Are we building a car with no air conditioning or a car with no wheels?</p>\n<p>‘Pivot’ has become passé, but it’s much worse to assume that distribution will solve something core to your product that isn’t working.</p></blockquote>\n<p>Mullenweg <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454630772001445\" target=\"_blank\">mentioned the same car analogy</a> during the meeting last week. In response to a commenter who asked for more clarification on how the analogy applies to the REST API, Mullenweg said the following:</p>\n<blockquote><p>If you want a good heuristic to use generally: there were decades of cars, millions of vehicles and drivers, before they had air conditioning. The core value proposition of a car is transportation, AC just helps you get there more comfortably. You didn’t need a car to get AC, you could have it in your house. AC might cause you to chose one car over another, but you probably wouldn’t walk or ride a horse if the car didn’t have AC, you’d just roll down the windows.</p></blockquote>\n<p>This begs the question, what constitutes wheels? Contributors to this discussion are divided on whether or not the existing endpoints are ready to be merged into core. The WP REST API team members, many of whom are already successfully using the API in production, believe that the endpoints are ready now. The current state of the API offers the ability to get content in and out of WordPress, opening it up for easier communication with other platforms, which many believe is the primary use case.</p>\n<p>Mullenweg and others who joined the discussion last week are in favor of delivering something more complete, a REST API that supports everything available in wp-admin. This includes WordPress’ many site management features and would put the API several releases away from core readiness.</p>\n<p>In a <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock#comment-142834\" target=\"_blank\">comment</a> on our initial report, <NAME> advocated what he believes to be a middle ground that provides a solid jumping-off point. This would involve resolving the missing pieces in the existing endpoints before merging them (items like password-protected posts, autosaves and post previews, and meta.)</p>\n<p>“As I and others from the contributor/committer camp said in the chat, there can be a middle ground,” he said. “Whether that ends up looking like the four core endpoints alone, four core endpoints with some flavor, XML-RPC parity, or some measure of wp-admin parity, remains to be seen,” he said.</p>\n<p>In a post titled “<a href=\"http://journal.rmccue.io/340/progressive-enhancement-with-the-wordpress-rest-api/\" target=\"_blank\">Progressive Enhancement with the WordPress REST API</a>,” <NAME> outlined a full-on iterative approach that would push for distribution now and roll out more endpoints in future releases:</p>\n<blockquote><p>Progressive enhancement is our key solution to a couple of related problems: forward-compatibility with future features and versions of WordPress, and robust handling of data types in WordPress. Progressive enhancement also unblocks the REST API project and ensures there’s no need to wait until the REST API has parity with every feature of the WordPress admin.</p></blockquote>\n<p>McCue’s post goes into further detail of the REST API’s feature detection capabilities, which allow developers to easily detect support for features and build them in a forwards-compatible way while waiting for core support.</p>\n<h3>Is Distribution the Answer?</h3>\n<p>During last week’s meeting McCue <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454633021001594\" target=\"_blank\">said</a> that continuing the project’s development as a feature plugin will do more harm than good. If the REST API is not allowed to ship without offering support for everything in wp-admin, the team would be forced to continue iterating on it as a feature plugin while simultaneously resolving difficult roadblocks in WordPress core. With just four major contributors operating at less than part time on the project, this requirement could stall the WP REST API indefinitely.</p>\n<p>“We believe that the progressive enhancement approach is the best approach for continuing API development,” McCue said. “Progressive enhancement is a paradigm the REST API project must adopt, if it’s an API we want to add to (without breaking backwards compatibility) over the next 10 years.”</p>\n<p>Mullenweg, who has led an iterative approach to development throughout WordPress’ history, is wary of latching onto distribution as the only way forward.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> No one is against iteration. It\'s: iterate in plugin with low stakes, or iterate in core, shipping to tens of millions of sites?</p>\n<p>— <NAME> (@photomatt) <a href=\"https://twitter.com/photomatt/status/696765965334290432\">February 8, 2016</a></p></blockquote>\n<p></p>\n<p>The larger WordPress’ usage becomes, the louder its footsteps are heard. Iterating on the REST API in core, with distribution to millions of sites, may affect the web in ways contributors cannot yet anticipate. As they say, heavy is the head that wears the crown. The ripples extend beyond WordPress sites to the outside platforms that will also consume the API.</p>\n<p>Contributors are still discussing the nuances of iterative development in core vs. delivering a more complete API. Meanwhile, adoption is stilted by the uncertainty surrounding the project and the fact that it still carries a plugin dependency. It’s not yet clear whether WordPress contributors will dig in and push for inclusion of the endpoints against Mullenweg’s recommendation or whether they will opt to spend more time polishing the existing endpoints. If the WP REST API team is required to ensure that the API can support a wp-admin replacement, it may not land in core until the end of this year or later.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Feb 2016 22:06:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress.org Has Fewer Than 20 Plugins Using the WP REST API in Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wordpress-org-has-fewer-than-20-plugins-using-the-wp-rest-api-v2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6523:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg\" rel=\"attachment wp-att-34902\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg?resize=1024%2C485\" alt=\"Plugin Recommendations Featured Image\" class=\"size-full wp-image-34902\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/electrospray/164932344/\">when i was a bird</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>During <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">yesterday’s pivotal WP REST API meeting</a>, WordPress contributors discussed adoption of the API. A cursory search of the WordPress.org plugin directory shows that fewer than two dozen plugins are currently using the API scaffolding included in WordPress 4.4. For reference, here are the 20 plugins identified by <NAME> during the meeting, along with active installation numbers for each:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/acf-to-rest-api/\" target=\"_blank\">ACF to REST API</a> – 200+</li>\n<li><a href=\"https://wordpress.org/plugins/acf-to-wp-api/\" target=\"_blank\">ACF to WP-API</a> – 1,000+</li>\n<li><a href=\"https://wordpress.org/plugins/acf-to-wp-rest-api/\" target=\"_blank\">ACF to WP REST API</a> – 300+</li>\n<li><a href=\"https://wordpress.org/plugins/custom-contact-forms/\" target=\"_blank\">Custom Contact Forms</a> – 70,000+</li>\n<li><a href=\"https://wordpress.org/plugins/dashboard-directory-size/\" target=\"_blank\">Dashboard Directory Size</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/invitations-for-slack/\" target=\"_blank\">Invitations for Slack</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/\" target=\"_blank\">JWT Authentication for WP REST API</a> – 100+</li>\n<li>oEmbed API – no longer available as of 2/5/2016</li>\n<li><a href=\"https://wordpress.org/plugins/prayers/\" target=\"_blank\">Prayers</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">WP REST API</a> – 9,000+</li>\n<li><a href=\"https://wordpress.org/plugins/rest-json/\" target=\"_blank\">REST JSON</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/rest-routes/\" target=\"_blank\">REST Routes</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/searchwp-api/\" target=\"_blank\">SearchWP API</a> – 20+</li>\n<li><a href=\"https://wordpress.org/plugins/store-locator-le/\" target=\"_blank\">Maps by Storelocator Plus</a> – 10,000+</li>\n<li><a href=\"https://wordpress.org/plugins/tabulate/\" target=\"_blank\">Tabulate</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-api-categoriestags/\" target=\"_blank\">WP API Categories + Tags</a> – 10+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-api-menus/\" target=\"_blank\">WP API Menus</a> – 700+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-rest-api-log/\" target=\"_blank\">WP REST API Log</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-rest-api-sidebars/\" target=\"_blank\">WP REST API Sidebars</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/wprestapiextensions/\" target=\"_blank\">WPRestApiExtensions</a> – less than 10</li>\n</ul>\n<p>With a few notable exceptions, most of these plugins are hovering around a range of 10 – 100 active installs. These low numbers may indicate that plugin authors have not yet readily embraced building with the scaffolding that was merged into core in 4.4. However, some developers who have embraced building with the API have opted not to offer their plugins and themes for large scale distribution on WordPress.org.</p>\n<p>“I think the plugin directory is the wrong place to look for adoption,” WordPress developer <a href=\"https://twitter.com/natewr\" target=\"_blank\"><NAME></a> said at the most recent meeting. “As a plugin author myself, I have to bend over backwards to ensure compatibility with tens of thousands of weird plugins and themes. Javascript itself is highly unstable in the ecosystem because of all the terrible code out there. I’ve used the API in client projects and am currently integrating it with some customizer tools I’m building. My publicly available plugins will be the last thing I’ll introduce to the API.”</p>\n<p><NAME>, author of <a href=\"http://wptavern.com/custom-contact-forms-plugin-passes-1-million-downloads-on-wordpress-org\" target=\"_blank\">Custom Contact Forms</a>, believes that it’s important to get REST API-powered plugins into the hands of users, despite the support challenges of public distribution.</p>\n<p>“It pushes plugin and theme developers to start working around API JavaScript conflicts now,” Lovett said. “There are many plugins that conflict with the API for a variety of reasons, one of the big ones being modifying Backbone.sync. Having plugins use it now is painful but will push people to start reporting those JS conflicts.”</p>\n<p>Custom Contact Forms is currently the most widely-used plugin running the WP REST API with more than 70,000 installations, but the journey to using the current version has been fraught with challenges.</p>\n<p>“There have been a number of backwards compatibility breaks with the JSON REST API project,” Lovett said. “If I had known going into it what would happen, I probably would have not used the API.</p>\n<p>“I am still not completely comfortable with using the API because of the perceived instability of the project,” he said.”</p>\n<p>Nevertheless, public distribution has brought Lovett considerable feedback from users which has been invaluable for his contributions to the REST API project.</p>\n<p>“I’ve had a number of patches to the API that were discovered through Custom Contact Forms,” he said. “I’ve discovered some real edge cases while maintaining the API across more than 70K installations.”</p>\n<p>Distributing his plugin on WordPress.org while the API went through significant changes was more challenging than Lovett anticipated, but through it the API has gained more exposure.</p>\n<p>“The faster the API is exposed to people and people get comfortable using it, the sooner we will see some major strides in applications being built around WordPress,” he said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 23:06:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sar<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Chicken and Eggs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2016/02/chicken-and-eggs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5798:\"<p><img class=\"alignright wp-image-46028\" src=\"http://i2.wp.com/ma.tt/files/2016/02/mometablues.jpeg?resize=245%2C376\" alt=\"mometablues.jpeg\" />I’ve been reading <a href=\"http://www.amazon.com/dp/1455501352/\">Questlove’s <em>Mo’ Meta Blues</em></a>, and it’s an incredible education. The book is helping me appreciate an era of music that inspired the era that inspires me — the music that drove the Roots, J Dilla, Fugees, D’Angelo, Common, Eryk<NAME>, <NAME>, and so many more to create what they have.</p>\n<p>Chronologically, I’m in a chapter covering mid-90s hip-hop, which is full of conflict. There’s a tension alluded to in the book of the musicians that made it and those that didn’t: does increased radio play make songs popular? <a href=\"https://aeon.co/essays/why-repetition-can-turn-almost-anything-into-music\">There’s some science that suggests yes</a>. Or is there something intrinsic to the record that puts it in that virtous loop of requests and airplay, the equivalent of usage and virality in a web product?</p>\n<p>There’s a great ancedote in the book that I think is useful when thinking about products. All of the links are my addition, not in the original text.</p>\n<blockquote><p>There was one moment during the recording of <a href=\"https://open.spotify.com/album/1ecv8bJajqX9E0EOX2g3eI\"><em>Voodoo</em></a> that really brought this home. We were recording <a href=\"https://open.spotify.com/artist/6GEykX11lQqp92UVOQQCC7\">DJ Premier’s</a> scratches for “<a href=\"https://open.spotify.com/track/3dOzhSPnBrRIcPyDUAqQYd\">Devil’s Pie</a>,” and <a href=\"https://open.spotify.com/artist/3ZotbHeyVQKxQCPDJuQ4SU\">Q-Tip</a> had just let the room to go work on something else, so there were four of us left there: Premier, <a href=\"https://open.spotify.com/artist/0IVcLMMbm05VIjnzPkGCyp\">Dilla</a>, <a href=\"https://open.spotify.com/artist/336vr2M3Va0FjyvB55lJEd\">D’Angelo</a>, and myself. During the break, Premier asked if anyone had any new shit to play for the group, and D’Angelo went for a cassette and played a bit of a new song, and the whole room just erupted in hooting. Then Dilla put on some new <a href=\"https://open.spotify.com/artist/1020a42xVklY6c56imNcaa\">Slum Village</a> shit and it was the same thing: an explosion of excitement. Then Premier, who had started the whole thing, played an <a href=\"https://open.spotify.com/artist/1BH45DVSTeGBvcYXNCd67g\">M.O.P.</a> song and some new <a href=\"https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ\">Gang Starr</a> material that he was working on for <a href=\"https://open.spotify.com/album/6U2LlflINhafc0e9vhs0lp\"><em>The Ownerz</em></a>.</p>\n<p>I was last at bat. All I had on me was a work tape for what would eventually become “<a href=\"https://open.spotify.com/track/7frJEBqz0olVg8sQpXD5BF\">Double Trouble</a>” on <a href=\"https://open.spotify.com/album/0qbl8aNaCUOvX8HGsZYLfh\"><em>Things Fall Apart</em></a>. It didn’t have finished vocals yet, didn’t have <a href=\"https://open.spotify.com/artist/0Mz5XE0kb1GBnbLQm2VbcO\">Mos Def’s</a> verse. It was just a skeleton. I played it, and I will never forget the feeling that came over the room, including me. It wasn’t that they didn’t hoot and holler like they had for the other songs. They did. But they didn’t mean it. I know the move people resort to when they’re not quite into a song: they keep a straight stare on their face and bob their head a bit, not saying anything, not making eye contact. That’s the sign of death. That’s what they all did to me, and I felt humiliated. I was like <NAME> in <em>Fatal Attraction</em>: <a href=\"https://www.youtube.com/watch?v=wzbVn9Xx3YM\">I will not be ignored</a>! I went back into the studio that same night and gave that song a radical, extended facelift. I refused to sleep until I had that thing up and running.</p></blockquote>\n<p>I love the idea of Questlove realizing the song was missing something, and going back to the booth to keep working on it until it resonated with his target audience. A song that doesn’t stand up on its own wouldn’t be any better when bundled as part of an album. (Or Samsung would have the most popular apps on Android.) Fans hear the care and quality of each track, and they become super-fans. The bands that break out weren’t bludgeoned into fan’s ears by radio play, they were pulled by these passionate few into a wider audience.</p>\n<p>I love the mixtape culture that so many of today’s successful artists have come up through, and it is amplified online. <a href=\"https://en.wikipedia.org/wiki/Drake_discography#Mixtapes\">Drake had three ever-improving mixtapes before his first album</a>. It harkens to a line from PG’s startup canon (in 2009!): <a href=\"http://paulgraham.com/13sentences.html\">Better to make a few users love you than a lot ambivalent</a>.</p>\n<p>There’s this tension in everything we produce. Where’s the line to tread between <a href=\"https://ma.tt/2010/11/one-point-oh/\">1.0 is the loneliest</a> and a <a href=\"http://theleanstartup.com/principles\">minimum viable product</a>? Or is it about <a href=\"http://www.huffingtonpost.com/brian-de-haaff/how-to-create-the-minimum_b_7652844.html\">a minimum lovable product</a>? Are we building a car with no air conditioning or a car with no wheels?</p>\n<p><img class=\"alignnone size-full wp-image-46059\" src=\"http://i1.wp.com/ma.tt/files/2016/02/minimal-viable-product-henrik-kniberg.png?resize=604%2C389\" alt=\"minimal-viable-product-henrik-kniberg.png\" /></p>\n<p>“Pivot” has become passé, but it’s much worse to assume that distribution will solve something core to your product that isn’t working.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 22:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Post Status: WordPress REST API Round-table — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=20699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://poststatus.com/wordpress-rest-api-round-table-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1399:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by <NAME> — the CTO of Human Made — and <NAME>.</p>\n<p>Joe and Brian were joined by <NAME>, the Lead Developer of the REST API, <NAME>, a contributing developer to the REST API, and <NAME>, <NAME>, and <NAME> — each with unique experiences using the REST API. They discussed the talks from A Day of REST, but also about the impact of the new API more broadly as well.</p>\n<p>If you’re at all interested in the REST API, this is an excellent round table to listen to.</p>\n<a href=\"https://audio.simplecast.com/25895.mp3\">https://audio.simplecast.com/25895.mp3</a>\n<p><a href=\"http://audio.simplecast.com/25895.mp3\">Direct download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://feelingrestful.com/\">A Day of Rest</a></li>\n<li><a href=\"https://poststatus.com/a-day-of-rest-review/\">Post Status summary of the conference and links to slides</a></li>\n</ul>\n<p><em>Photo credit: <NAME></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 18:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WP REST API Delayed, Contributors Facing Gridlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6612:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\" rel=\"attachment wp-att-43000\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454626846001168\" target=\"_blank\">met yesterday in the #core-restapi Slack channel</a> to discuss the status of the existing post, term, user, and comment endpoints. There are a few outstanding issues with these four core objects, which the team wants to tackle via a feature plugin approach instead of holding the API back from merge. These outstanding items include things like password-protected posts, autosaves and post previews, and meta handling.</p>\n<p>“For now, we’re not going to support them, and will be working on them in a separate feature plugin instead,” WP REST API project lead <NAME> <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454628784001310\" target=\"_blank\">said</a>. “Again, this will be an enhancement to the API in the future, and doesn’t block compatibility here.”</p>\n<p>In September 2015, McCue and contributors outlined <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\" target=\"_blank\">a merge plan for the REST API</a> which brought the infrastructure into the 4.4 release with the endpoints on deck to follow one release later in 4.5. Contributors to the REST API believe that the project is still on track for this goal.</p>\n<p>“Our proposal is that we merge the four core objects in the REST API with full read, create, update, delete support, with the more peripheral features to come when they’re ready,” McCue said.</p>\n<p>Several WordPress contributors, including project lead <NAME>, voiced concerns about the REST API shipping without the features that have been temporarily spun out.</p>\n<p>“I know it’s a minority opinion, but I would be pretty skeptical of merging a partial API into core,” Mullenweg said. “I think it would do a lot more damage than benefit.”</p>\n<p>McCue contended that the team has been working towards shipping a product that can be progressively enhanced.</p>\n<p>“The API is specifically structured around progressive enhancement, which is a key difference from many APIs,” he said. “Allowing clients to detect features and support them when they’re ready allows us huge flexibility.”</p>\n<h3>Does the WP REST API Need Full wp-admin Coverage?</h3>\n<p><NAME> noted that while the four core object types allow for some innovative themes and content editors, they do not yet allow for full wp-admin replacements. This particular point was a deal breaker for several contributors attending the meeting.</p>\n<p>“The cases where the current API covers today aren’t terribly interesting because they’re not really enabling something that was impossible to do before,” Mullenweg said. “It’s just a different approach to doing something that was already possible before. I don’t even think we have XML-RPC parity of feature support yet.</p>\n<p>“I wouldn’t have included REST examples in the SoTW, or encouraged plugins to use the scaffolding, or even let the scaffolding in the last release, if I didn’t think it was the most promising thing out there right now,” he said. “But uptake definitely feels slower than I would have expected. It’s taken so long to get to this point, if we don’t pick up the pace, it could be another year or two before we get full wp-admin coverage.”</p>\n<p>Despite the fact that the <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">WP REST API recently had its own conference</a> dedicated to it, most of the people who are building with it are those who are also contributors on the project. Adoption is not yet widespread, but this could be due to the fact that many developers don’t want to build on it until the core endpoints are officially merged.</p>\n<p>“We’ve got a bit of a chicken and egg: without core adoption, potential API consumers are hesitant to take the plunge, but without adoption it won’t be tested sufficiently to be merged,” REST API contributor <NAME> said.</p>\n<p>“From a project point of view I’m not really excited about shipping an API that has ‘some assembly required,’ vs making the core release paired with interesting non-trivial killer apps (mobile apps, something calypso-like, big plugins using / supporting it),” Mullenweg said. “To me a complete API is one that covers everything that’s possible within wp-admin. A subset of that is a partial API.”</p>\n<p>Multiple contributors on the REST API project, however, agreed that shipping with full admin replacement capability is unrealistic, especially after Mullenweg <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454632381001548\" target=\"_blank\">confirmed</a> that it should support everything possible in the admin, including the file editor.</p>\n<p>“We’re significantly more interested in getting read/write access to core types, so that we can interact with WP from a host of other platforms,” <NAME> said. “I think that pushing everything off until it’s ‘Calpyso ready’ blocks myriad use cases before they can get off the ground.”</p>\n<p>In response, Mullenweg asked why WordPress should support something in its web interface that isn’t supported through its official API. At the conclusion of the two-hour meeting he summarized his final proposal: “No partial endpoints in core. Let’s design a complete API, not half-do it and foist it on millions of sites,” he said.</p>\n<p>This is a critical juncture for the WP REST API project. While most contributors seemed agreed on further iterating the existing endpoints and ramping up usage before merging them into core, attendees remained divided about the need to have full wp-admin coverage prior to merge.</p>\n<p>WP REST API team members are squarely committed to iterating separately on peripheral features, but another contingent of WordPress contributors who joined the meeting yesterday are adamant about seeing a more polished API with better support for the admin. A plan forward has not yet emerged.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 06:59:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Pantheon Launches Community Resource for Scaling WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/pantheon-launches-community-resource-for-scaling-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6075:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale.png\" rel=\"attachment wp-att-51196\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale.png?resize=1025%2C406\" alt=\"wordpress-at-scale\" class=\"aligncenter size-full wp-image-51196\" /></a></p>\n<p>When people ask the question, “Can WordPress scale?” they are often pointed to some of the largest websites running on WordPress, such as Time Magazine, TechCrunch, NBC Sports, Playstation, the New York Observer, and others. But how do you get there and what does it take to deliver WordPress at scale to millions of visitors?</p>\n<p>Yesterday <a href=\"https://pantheon.io/\" target=\"_blank\">Pantheon</a> launched a new resource to answer this question with a knowledge base of best practices from experienced developers. <a href=\"https://www.scalewp.io/\" target=\"_blank\">WordPress at Scale</a> is a community-driven project that aims to educate site owners and developers about scalable website infrastructure and optimizations that many large scale sites employ.</p>\n<p>The site’s content is managed via a <a href=\"https://github.com/pantheon-systems/wordpress-at-scale\" target=\"_blank\">GitHub repository</a> where anyone can <a href=\"https://github.com/pantheon-systems/wordpress-at-scale/blob/master/CONTRIBUTING.md\" target=\"_blank\">contribute</a>. Topics currently range from elastic architecture to object caching to recommended development workflows for scaling.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale-links.png\" rel=\"attachment wp-att-51198\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale-links.png?resize=1025%2C521\" alt=\"wordpress-at-scale-links\" class=\"aligncenter size-full wp-image-51198\" /></a></p>\n<h3>Pantheon Aims to Make Scalability and Performance Commonly Understood Best Practices</h3>\n<p>“We work with a lot of web agencies and dev shops, and we’ve also spent a lot of time working within the community at WordCamps over the past 18 months,” Pantheon co-founder <NAME> said. “It definitely seems like there’s a need for go-to resources when it comes to questions about scale. We wanted to set a serious goal for ourselves to make an impact in the WordPress ecosystem.”</p>\n<p>While you can find scattered tutorials around the web about how to scale WordPress, this collaborative community effort is one of the first to aggregate resources into a collection. Knowledge of scalability doesn’t come easily and isn’t always shared with the community.</p>\n<p>“Very often learnings about scalability don’t make it out of projects or companies because they can be hard to generalize (or because people think there’s proprietary value in them),” Koenig said. “Our opinion — and this is based on our experience in the Drupal project with our pre-Pantheon work on PressFlow and <a href=\"https://www.chapterthree.com/blog/project-mercury-pre-configured-drupalvarnish-ec2-ami\" target=\"_blank\">Mercury</a> — is that there’s vastly more value to be had for everyone in making scalability and performance commonly understood best practices.”</p>\n<p>In order to accomplish this goal, Pantheon set up the WordPress at Scale microsite as a community project.</p>\n<p>“We wanted this to be a real contribution,” Koenig said. “Since we’re a platform provider, doing it ‘in house’ would mean it’s ultimately just a marketing piece.</p>\n<p>“I’m clearly being up front about the fact that we hope this site has marketing value to us, but that value should (rightly so) be proportional to how actually useful it is to the community,” he said. “We’d never get very far if this was just a Pantheon thing.”</p>\n<p><NAME>, CTO at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a> and contributor to the WordPress at Scale site, agrees on the value of having the site set up as a community project.</p>\n<p>“A community-driven resource like this is important because there is a lot to know, and there is a lot of experience to draw on from the community,” Ruter said. “No one agency or consultant has all of the possible tips and tricks for scaling WP, so having a collaborative resource to draw that information together is very helpful to keep it from being isolated in our respective silos.”</p>\n<p>Although scaling varies widely based on the type of content being served and user activity on the site, many aspects of optimization are fairly straightforward and can be easily applied as needed.</p>\n<p>“I suppose scaling WordPress is more a formula than an art,” Ruter said when asked which it resembles more. “If there is art to it, it is having an eye for designing the architecture to take into account the specifics of the site being scaled. Different sites have different techniques required for scaling. A brochure site with seldom-changing content will be cached very differently than a social network site.”</p>\n<p>WordPress at Scale is just a starting point for what Koenig hopes will become a comprehensive resource authored by many contributors. It’s currently missing several topics that he wants to cover in more detail.</p>\n<p>“There are a couple good issues in the queue already with specific technical topics I’d love to cover: fragment caching, and ESI,” he said. “We will definitely be getting into those and other topics with more specificity, especially as we can leverage more contributions from the community.</p>\n<p>“Once we get the content a little more built-out, I want to create a generic presentation that anyone can use to cover this topic,” Koenig said. “Whether that’s giving a talk at a meetup, or pitching WordPress as a solution to a client, having some good quality materials will really help get the message out there.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 00:58:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Dougal Campbell: Underscores Components – Custom starter themes for faster WordPress theme development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=81112\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://dougal.gunters.org/blog/2016/02/04/underscores-components-custom-starter-themes-for-faster-wordpress-theme-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:658:\"<p><i>“Components is a library of shareable, reusable patterns for WordPress themes. Instead of starting from scratch, mix and match from a collection of pre-made components to build your own custom starter theme.” Online tool from Automattic which can generate a variety of starter themes based on Underscores and Components, ready for you to customize.</i></p>\n<p><a href=\"http://components.underscores.me/\">Underscores Components – Custom starter themes for faster WordPress theme development</a></p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Feb 2016 19:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Shiny Updates Version 2 Adds Functionality for Themes and Bulk Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/shiny-updates-version-2-adds-functionality-for-themes-and-bulk-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/shiny-updates.png\" rel=\"attachment wp-att-51117\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/shiny-updates.png?resize=1025%2C382\" alt=\"shiny-updates\" class=\"aligncenter size-full wp-image-51117\" /></a></p>\n<p>With all of the design improvements to the plugin and theme screens in recent WordPress releases, the experience of updating extensions started to feel clunky and disjointed. The <a href=\"https://wordpress.org/plugins/shiny-updates/\" target=\"_blank\">Shiny Updates</a> feature plugin was created to hide what project contributors refer to as the “The Bleak Screen of Sadness.”</p>\n<p>WordPress users received a small taste of shiny updates when the feature was applied to plugin updates in the 4.2 release, but themes still lag behind. For example, when you update a theme, WordPress lets you know exactly how hard it is working behind the scenes to make that happen:</p>\n<blockquote><p>Downloading update from https://downloads.wordpress.org/theme/cover.1.6.4.zip…</p>\n<p>Unpacking the update…</p>\n<p>Installing the latest version…</p>\n<p>Removing the old version of the theme…</p>\n<p>Theme updated successfully.</p></blockquote>\n<p>Shiny Updates hides the ugly parts of updates in favor of making the process appear more effortless. Instead of taking the user to a new screen, updates happen in the background without the need to refresh the page.</p>\n<p>The project is currently a <a href=\"https://make.wordpress.org/core/features-as-plugins/\" target=\"_blank\">feature plugin</a> in development for WordPress core, led by <NAME>. In a recent <a href=\"https://make.wordpress.org/core/2016/01/27/shiny-updates-v2/\" target=\"_blank\">status update</a> Obenland said that the new version of the plugin aims to extend shiny updates to all aspects of updates, installs, and deletes for plugins and themes in WordPress.</p>\n<p>Version 2 of the plugin currently offers the following:</p>\n<ul>\n<li>Deleting single plugins, bulk updating, and bulk deleting plugins from the plugin page.</li>\n<li>Shiny plugin installs from the plugin install screen: multiple actions can be queued up.</li>\n<li>Shiny theme installs, updates, and deletes, multiple queue-able, including multisite.\n</li>\n</ul>\n<p>Development for the Shiny Updates project is happening on GitHub where the team is <a href=\"https://github.com/obenland/shiny-updates/issues\" target=\"_blank\">collaborating on design and UX improvements</a>. One of their goals, according to the most recent update, is to refine the user experience by “improving perceived performance and limiting confusing notifications.”</p>\n<h3>Update All the Things</h3>\n<p>WordPress’ update process is somewhat fragmented when there are multiple updates available for core, plugins, and themes on the <em>update-core.php</em> screen. Shiny Updates contributors are exploring <a href=\"https://github.com/obenland/shiny-updates/issues/5\" target=\"_blank\">a button that would “update all the things”</a> in one pass. The dedicated issue on GitHub has 28 comments of discussion and design mockups for what an “<em>Update All</em>” process might look like.</p>\n<p>In addition to adding an <em>Update All</em> functionality, contributors are also working on the following issues:</p>\n<ul>\n<li>Development for <a href=\"https://github.com/obenland/shiny-updates/issues/7\" target=\"_blank\">bulk plugin action notifications</a></li>\n<li>Design for <a href=\"https://github.com/obenland/shiny-updates/issues/54\" target=\"_blank\">updating themes from the theme card</a> (on top of from details modal)</li>\n<li>Another round of user tests to get more feedback on the new flows</li>\n</ul>\n<p>When asked whether Shiny Updates will be ready for inclusion in the upcoming 4.5 release, Obenland said, “Even though we’re fairly far into what we want to accomplish with v2, there are still a good number of tasks outstanding.</p>\n<p>“I’m going to reach out to the a11y group for a review soon and have already gotten in touch with a few core committers to have the JS part reviewed,” he said. “We’re also in the process of running more user tests for the new flows. So the decision deadline next week just comes a little too early.”</p>\n<p>At this time, WordPress 4.6 is a more likely target for including Shiny Updates in core. If you want to assist the team in getting it ready, install the feature plugin from the official directory or via the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">Beta Tester</a> plugin. Testing version 2 should include both plugin and theme installation, update, and delete actions on both single and multisite installs. Testers can report any bugs to the project’s GitHub <a href=\"https://github.com/obenland/shiny-updates/issues\" target=\"_blank\">issues queue</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Feb 2016 00:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: The first WordPress REST API conference, in review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=20387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/a-day-of-rest-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24660:\"<p>January 28th and 29th of 2016 marked the first ever <a href=\"https://feelingrestful.com/\">A Day of REST</a>, a conference devoted to the WordPress REST API. It’s also, to my knowledge, the first ever conference completely about a single feature of WordPress.</p>\n<p>Put on by the <a href=\"https://hmn.md/\">Human Made</a> team, there were definitely risks: maybe not enough people would sign up, maybe the content would be too dense, or not dense enough for the audience that showed, maybe the API wouldn’t be in core yet, and more. Yet, none of these things happened, and the conference was a success.</p>\n<p>I had the privilege to cover the event as the media partner, and I had an excellent time. It wasn’t a small conference, with over 220 attendees, but it was intimate, utilizing a single track setup, and had a small hack day reserved for 40 people.</p>\n<p><img class=\"aligncenter size-large wp-image-20447\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-20-752x501.jpg\" alt=\"ador-poststatus-20\" width=\"752\" height=\"501\" /></p>\n<p>It was also a bit of a risk to host the first A Day of REST in London, where it was quite accessible to the European community, but out of reach for much of the American market. Nonetheless, those of us that came from the US, Asia, and elsewhere were able to make mini-vacations of the conference, and the UK and broader European community made a great showing; the event nearly sold out.</p>\n<h3>Why does the WordPress REST API merit its own conference?</h3>\n<p>The <a href=\"http://wp-api.org/\">WordPress REST API</a> drastically changes the landscape for WordPress development. Now, WordPress can be the data store, while other technologies can (but aren’t required to, of course) take up pretty much every other aspect of the website. The front end and the back end components of a website can utilize completely custom web stacks, while the data is stored in WordPress.</p>\n<p>The API can be used for modules within existing sites built traditionally with WordPress, or as the engine for entire external web apps. There are so many potential avenues to take WordPress with the REST API, that exploring just a few of them merits a conference like this. In fact, after having seen the conference, I feel that we just scratched the surface. That said, it was an excellent day, where I learned a lot. Here’s an overview of each speaker, and be on the lookout for videos as well, which will be hosted here on Post Status.</p>\n<h3>Introduction to the WordPress REST API</h3>\n<p>At A Day of REST, we were guided from the beginning, with an introduction to APIs within WordPress, and the role the REST API will play, by WordPress REST API Lead Developer <NAME>.</p>\n<div id=\"attachment_20461\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20461\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-6-752x501.jpg\" alt=\"<NAME>\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/rmccue/a-day-of-rest-2016\">Ryan’s slides</a></li>\n<li><a href=\"https://twitter.com/rmccue\">Ryan on Twitter</a></li>\n<li><a href=\"http://ryanmccue.info/\">Ryan’s website</a></li>\n</ul>\n<h3>The Building Blocks of a REST API project</h3>\n<p>Next, <NAME> — a core member of the REST API team, Human Made CTO, and my co-host on the Draft podcast — walked us through the building blocks of a REST API project.</p>\n<div id=\"attachment_20457\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20457 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-10-752x501.jpg\" alt=\"ador-poststatus-10\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<ul>\n<li><a href=\"https://feelingrestful.com/speakers/89\">Joe’s slides</a></li>\n<li><a href=\"https://twitter.com/joe_hoyle\">Joe on Twitter</a></li>\n<li><a href=\"http://joehoyle.co.uk/\">Joe’s website</a></li>\n</ul>\n<h3>Unlock the Potential of the WP REST API at the Command Line</h3>\n<p>Next, <NAME> talked about creating a more RESTful wp-cli. The wp-cli project is a powerful suite of tools, but much of the functionality is replicated with the REST API. He’s in the middle of working through utilizing the REST API for wp-cli functionality.</p>\n<div id=\"attachment_20449\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20449\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-18-752x501.jpg\" alt=\"<NAME>\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<ul>\n<li><a href=\"http://blog.handbuilt.co/2016/01/28/feelingrestful-a-more-restful-wp-cli/\">Daniel’s slides</a></li>\n<li><a href=\"https://twitter.com/danielbachhuber\">Daniel on Twitter</a></li>\n<li><a href=\"http://danielbachhuber.com/\">Daniel’s website</a></li>\n</ul>\n<h3>There and Back Again: A Developer’s Tale</h3>\n<p><NAME> spoke about using the WordPress REST API in the context of single page application development, and WordPress theming.</p>\n<div id=\"attachment_20446\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20446\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-21-752x501.jpg\" alt=\"<NAME>\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/jacklenox/there-and-back-again-a-developers-tale\">Jack’s slides</a></li>\n<li><a href=\"http://github.com/jacklenox/there-and-back-again\">Corresponding Github</a></li>\n<li><a href=\"https://twitter.com/jacklenox\">Jack on Twitter</a></li>\n<li><a href=\"http://jacklenox.com/\">Jack’s website</a></li>\n</ul>\n<h3>Building Calypso-like Applications with the WP REST API</h3>\n<p><NAME> was instrumental to the <a href=\"https://poststatus.com/wordpress-com-mac-app/\">WordPress.com Calypso project</a>, and in his talk at A Day of REST, he discussed Automattic’s thinking behind many of the technologies that were used, and some of what they learned.</p>\n<div id=\"attachment_20442\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20442 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-25-752x501.jpg\" alt=\"ador-poststatus-25\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/nb/building-calypso-like-applications\">Nikolay’s slides</a></li>\n<li><a href=\"https://developer.wordpress.com/calypso/\">Calypso</a></li>\n<li><a href=\"https://twitter.com/nikolayb\">Nikolay on Twitter</a></li>\n<li><a href=\"http://extrapolate.me/\">Nikolay’s website</a></li>\n</ul>\n<h3>Pay No Attention to that WordPress Behind Your Application</h3>\n<p>With perhaps the most fascinating topic of the day, <NAME> discussed using WordPress in some quite strange ways, like in concert with Ghost, for instance. All of the talks are great to watch, but if you only watch one, I think this would be the one I’d choose.</p>\n<div id=\"attachment_20437\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20437\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-30-752x501.jpg\" alt=\"<NAME>\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<p><a href=\"http://kadamwhite.github.io/talks/2016/wp-node-feelingrestful/#/\"><NAME>’s Slides</a></p>\n<p><a href=\"https://twitter.com/kadamwhite\"><NAME> on Twitter</a></p>\n<p><a href=\"http://www.kadamwhite.com/\"><NAME>’s website</a></p>\n<p><a href=\"https://github.com/kadamwhite/wordpress-rest-api\">A JavaScript client for the WP REST API</a></p>\n<h3>Should I Use the WordPress REST API? Ask WIRED’s, “Ask a Flowchart”</h3>\n<p><NAME> is using the WordPress REST API at WIRED, where she’s the Director of Engineering. In this talk, she walks through how they decide when and where to use the REST API. They’ve gone through this process for considering the API for Latest Posts widgets, related post fallbacks, for Apple News and Slack integrations, and more.</p>\n<div id=\"attachment_20432\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20432 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-35-752x501.jpg\" alt=\"ador-poststatus-35\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<p><a href=\"http://www.slideshare.net/kvignos/wired-and-the-wp-rest-api\">Kathleen’s Slides</a></p>\n<p><a href=\"https://twitter.com/kathleencodes\">Kathleen on Twitter</a></p>\n<p><a href=\"http://wired.com\">Kathleen’s website</a></p>\n<h3>The Live Coverage Platform at The New York Times</h3>\n<p><NAME> — WordPress core committer and engineer at The New York Times — showed us how they use the WordPress REST API to power their Live Coverage Platform at The Times. It’s truly both WordPress and the API at scale, and he’s careful in his talk to discuss some of the issues that need to be resolved for WordPress to be the best choice for such applications.</p>\n<div id=\"attachment_20428\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20428 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-39-752x501.jpg\" alt=\"ador-poststatus-39\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\"><NAME></p></div>\n<p><a href=\"http://www.slideshare.net/ScottTaylor1/a-day-of-rest\">Scott’s slides</a></p>\n<p><a href=\"https://twitter.com/wonderboymusic\">Scott on Twitter</a></p>\n<p><a href=\"http://scotty-t.com/\">Scott’s website</a></p>\n<h3>Hack Day</h3>\n<div id=\"attachment_20424\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20424\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-43-752x501.jpg\" alt=\"Hack day\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Hack day</p></div>\n<p>The Hack Day was small, but productive. Around 40 people got together at the Mozilla offices and knocked out tickets, resolved longstanding issues, wrote docs, and updated the <a href=\"http://wp-api.org\">REST API website</a> to officially deprecate version 1.x documentation.</p>\n<h3>More pictures from A Day of REST</h3>\n<p>Here are some more pictures I took of speakers, the audience, and the venue at A Day of REST. I really enjoyed this venue, which was exactly what I’d imagine an old and quaint English venue would look like.</p>\n\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-11/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-11-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-11\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-2/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-2-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-2\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-1/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-1-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-1\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-3/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-3-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-3\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-4/\"><img width=\"150\" height=\"95\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-4-150x95.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-5/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-5-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-5\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-6/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-6-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-7/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-7-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-8/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-8-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-8\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-14/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-14-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-14\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-9/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-9-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-10/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-10-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-10\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-13/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-13-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-13\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-15/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-15-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-15\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-17/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-17-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-17\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-18/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-18-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-19/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-19-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-19\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-20/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-20-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-20\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-21/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-21-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-22/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-22-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-22\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-12/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-12-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-12\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-23/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-23-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-24/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-24-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>, MC\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-25/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-25-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-25\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-26/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-26-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-27/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-27-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-27\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-28/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-28-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-28\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-29/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-29-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-30/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-30-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-31/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-31-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Sponsors & Schedule\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-16/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-16-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-16\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-32/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-32-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Afternoon snacks\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-33/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-33-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Coffee\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-34/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-34-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Room for REST\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-35/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-35-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-35\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-36/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-36-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-37/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-37-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-38/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-38-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"<NAME>\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-39/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-39-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-39\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-40/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-40-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-40\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-41/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-41-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Even more hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-42/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-42-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-43/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-43-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-44/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-44-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Petya\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-45/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-45-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-45\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-46/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-46-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mozilla space\" /></a>\n\n<h3>The future of A Day of REST</h3>\n<p>Planning is already starting around what future WordPress REST API events may look like. Human Made is talking to potential partners (and in disclosure, I’m in these discussions as well) about potential events in the United States and Asia so far.</p>\n<p>Feedback from A Day of REST was quite positive: more than 80% of attendees would definitely attend again, and nobody said they would definitely <em>not</em> attend again. For many, the depth of the talks and willingness for the conference to go deep on one WordPress feature was welcome, especially because this was an advanced audience of mostly developers, and not all just WordPress developers.</p>\n<p>More than 20% of attendees consider themselves primarily JavaScript developers. I imagine the other 80% are all seeking to learn more about JavaScript, especially in context of its uses with the WordPress REST API, and considering Matt Mullenweg’s challenge during the <a href=\"https://poststatus.com/state-of-the-word-2015/\">most recent State of the Word</a>.</p>\n<p>I imagine we will also be seeing stronger focus on the REST API at larger WordCamps. I could imagine simultaneous developer tracks and REST API tracks. And third party events like A Day of REST can go even deeper, with workshops and smaller group teaching, versus only speaker-driven events.</p>\n<p>I love seeing people get together and learn. A Day of REST was productive, educational, and fun. I look forward to potential future iterations of this event, and getting back to Europe for a proper vacation (this was my first trip there!). Keep an eye out on Post Status for the official videos, and a round table podcast where I talked to many of the speakers about the WordPress REST API.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2016 22:45:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: A Day of REST Conference Successful, 81% Would Attend Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5606:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest.jpeg\" rel=\"attachment wp-att-51128\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest.jpeg?resize=1000%2C531\" alt=\"photo credit: <NAME>\" class=\"size-full wp-image-51128\" /></a>photo credit: <NAME>\n<p>Last weekend more than 200 developers gathered in London for a niche conference devoted to the WordPress REST API. <a href=\"https://feelingrestful.com/\" target=\"_blank\">A Day of REST</a> featured speakers from around the world who are building applications with the REST API at companies like WIRED, The New York Times, Fusion, Automattic, and Bocoup.</p>\n<p>“The conference was a fantastic proof of just how popular the REST API project is, and it was super encouraging to see everyone there to hear about it,” <NAME> told the Tavern. McCue, a co-lead on the WP REST API project, said he enjoyed the opportunity to connect with the many developers who are already using the API in production. He also said he was surprised by some of the the speakers’ unconventional uses of the API, including using it to supply content from WordPress to <a href=\"https://ghost.org/\" target=\"_blank\">Ghost</a> themes.</p>\n<p>“The contributor day was wildly successful as we took a feature plugin approach to some long-standing issues,” McCue said. “We essentially split the room into six and let every team handle their tasks with fresh eyes. A huge amount of progress was made, and I’m hoping that this greater ownership of the contributions will encourage contributors to remain involved well into the future.”</p>\n<p>McCue said three quarters of the WP REST API leadership team had the opportunity to meet in person and work through nearly all of their outstanding discussion items to get unblocked for future work.</p>\n<p>In addition to being a boon to the REST API project, the conference was inspirational for developers who appreciated the in-depth technical focus of the event.</p>\n<p>“I think the most exciting point for me was the realization that the potential of decoupling WordPress from its codebase is far more complete and powerful than I had previously thought,” said <NAME>, an engineer who <a href=\"https://www.pragmatic-web.co.uk/a-day-of-rest/\" target=\"_blank\">attended with colleagues from Pragmatic</a>, a UK-based development agency. “I’m looking forward to building something with WordPress data in a way that would not have been possible until now.”</p>\n<h3>Human Made Embraces Challenge of Hosting Conferences Curated for Developers</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest-jack-lennox.jpeg\" rel=\"attachment wp-att-51148\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest-jack-lennox.jpeg?resize=956%2C535\" alt=\"a-day-of-rest-jack-lennox\" class=\"aligncenter size-full wp-image-51148\" /></a></p>\n<p>As many WordCamps are becoming more user-focused, developers are looking for events where they can expand their skills and learn from others in the industry. According to Day of REST stats from co-organizer <NAME>, 41% of the 221 attendees were WordPress developers, 26% PHP developers, 21% JavaScript developers, and 12% other attendees (designers, product managers, and business owners).</p>\n<p>“It’s more challenging to organize a niche conference than it is to organize a WordCamp,” Raykovska said. “From the start we wanted to throw a very high quality event, especially curated for developers who want to improve the level of their work. That meant a very precise speaker selection for that particular audience.”</p>\n<p>The organization team at <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> wanted the conference to teach and inspire at the same time. Raykovska said that balancing the schedule to achieve this goal was one of their biggest challenges.</p>\n<p>“At the end we are incredibly proud of the lineup of speakers we had and the feedback we’ve been getting from attendees showed that people loved our speakers,” she said. According to a post-event survey, 81% of the attendees said they would definitely come back to the next event.</p>\n<p>“We also learned something very important – WordPress developers are eager to learn and are willing to invest to get better, especially with the upcoming challenges presented by the REST API,” Raykovska said.</p>\n<p>“They want to learn about specific JS libraries and frameworks, application development, creating APIs, server setups for decoupled WordPress and many more advanced development topics,” she said. “There is definitely a niche for high quality development conferences to help WordPress developers expand their knowledge base and skills.”</p>\n<p>Human Made is in the early stages of planning a second Day of REST conference that will likely be hosted outside of Europe.</p>\n<p>“We would love to continue organizing advanced development events to help the industry grow,” Raykovska said. “We’d like to organize A Day of REST in the US and in Asia. Even though it’s too early for specific dates, the processes are already in motion.”</p>\n<p>For those unable to attend this past weekend, <a href=\"https://feelingrestful.com/news/after-a-day-of-rest-slides-resources-and-more/\" target=\"_blank\">all the slides from the presentations</a> are now available and videos are coming soon.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2016 20:57:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Unsplash Photos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2016/02/unsplash-photos/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:536:\"<p><img class=\"alignnone size-full wp-image-45940\" src=\"http://i1.wp.com/ma.tt/files/2016/01/photo-1444760134166-9b8f7d0fc038.jpeg?resize=604%2C401\" alt=\"photo-1444760134166-9b8f7d0fc038.jpeg\" /></p>\n<p>Unsplash is a collection of Creative Commons Zero licensed photos that area really amazing, and <a href=\"https://unsplash.com/collections/curated/99\">I curated a collection of ten images for them which you can check out here</a>. The hard part was trying to pick only ten — there were so many beautiful and stunning images.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2016 19:17:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: Getting a Job After Coding Bootcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://ma.tt/2016/02/getting-a-job-after-coding-bootcamp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2282:\"<p>The past 6-8 months I’ve been seeing a new type of person applying for <a href=\"https://automattic.com/work-with-us/\">Automattic’s engineering positions</a> that I hadn’t seen before, and I think it’s very interesting and promising but missing one key component.</p>\n<p>These applications usually have great cover letters and well-put-together resumes, which is a good sign that people put some thought into it and had someone spot-check it before sending it in. But where most people list prior jobs, these applications (and LinkedIn profiles) list projects. When you dig into prior jobs listed, if there are any, they’re typically in a completely unrelated field like medicine or finance, and under education they list one of these new bootcamps, like Hack Reactor or App Acedemy.</p>\n<p>Here I’m going to offer a key <img src=\"https://s.w.org/images/core/emoji/72x72/1f511.png\" alt=\"?\" class=\"wp-smiley\" />piece of advice to these folks to help their applications stand out, and can 100% compensate for their lack of professional experience: <strong>contribute to open source</strong>. “Projects” done in a coding bootcamp, even when they’re spelled out in great bullet-point technical detail, don’t really tell me anything about your engineering ability. Open source contributions show me a passion for a given area, ability to work with others to have a contribution reviewed and accepted, and most importantly show actual code. Even better than one-off contributions, if you can grow into a recognized position in an open source project, that puts you ten steps ahead of applications even from folks with 20 years experience in the field, at least to an Open Source-biased company like Automattic.</p>\n<p>Though I don’t know any of these boot camps well enough to suggest them, I love the idea in general. Even before the more formal bootcamps I’ve seen hundreds of examples of people who used free information and technology to rise to a very high level of technical contribution. In fact that’s very much my own story from the early days of WordPress. So in summary: it’s okay to learn to code through class projects, but show your value by getting involved in something bigger.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Feb 2016 16:00:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=51094&preview_id=51094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9722:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is part of a new series where I share an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Taking Care of Each Other</h2>\n<p><NAME> has a great post that discusses <a href=\"http://rkoffy.com/wellness-in-the-wordpress-communty/\">wellness in the community</a> and encourages the WordPress community to take care of each other. While it’s great to give back to WordPress, Robinkoff reminds us that we need to invest in ourselves before reinvesting in WordPress.</p>\n<blockquote><p>Without giving back to ourselves, giving to the WordPress project would suffer. Invest in the wellness of WordPress by investing in yourself.</p></blockquote>\n<p>Robinkoff is also working on a side project called <a href=\"http://wpambassador.com/\">WPAmbassador.com</a>, a site that aims to bring people together. It will promote camaraderie and wellness throughout the community. It’s not ready yet but it may launch in February.</p>\n<p>If you didn’t get a chance to attend or watch his presentation at WordCamp US, I highly encourage you to do so. However, tissues are not included.</p>\n<div class=\"embed-wrap\"></div>\n<p>Rich is a great person and steward in the community. If you’re not already doing so, you should <a href=\"https://twitter.com/rkoffy\">follow him</a> on Twitter.</p>\n<h2>One of The Most Important Comments in WordPress’ History Turns 13 Years Old</h2>\n<p>On January 25th, 2003, <a href=\"https://mikelittle.org\"><NAME></a>, Co-founder of the WordPress project, <a href=\"https://ma.tt/2003/01/the-blogging-software-dilemma/\">commented on</a> a blog post where <NAME> described his blogging software dilemma. It’s his comment along with a few others that inspired the birth of WordPress by forking b2.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/MikeLittleForkB2Comment.png\" rel=\"attachment wp-att-51095\"><img class=\"size-full wp-image-51095\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/MikeLittleForkB2Comment.png?resize=648%2C280\" alt=\"<NAME>\'s Comment\" /></a><NAME>’s Comment\n<p>Check out <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%201/3-the-blogging-software-dilemma.md\">Milestones: The Story of WordPress</a> to learn more about the significance of his comment.</p>\n<h2>Prologue Turns 8 Years Old</h2>\n<p>In January of 2008, Automattic <a href=\"https://en.blog.wordpress.com/2008/01/28/introducing-prologue/\">released Prologue</a>, a simple, innovative theme for providing status updates. The company used password-protected Prologue sites to allow employees to keep track of projects and updates.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/PrologueScreenshot.png\" rel=\"attachment wp-att-51096\"><img class=\"size-full wp-image-51096\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/PrologueScreenshot.png?resize=560%2C342\" alt=\"Prologue in Action\" /></a>Prologue in Action\n<p>In March of 2009, <a href=\"https://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\">Automattic released P2</a>, the successor to Prologue. In 2014, the company transitioned internal sites to <a href=\"http://geto2.com/\">o2, </a>successor to P2 and <a href=\"http://wptavern.com/o2-is-now-available-on-github\">open sourced</a> its code in 2015.</p>\n<h2>Don’t Read The Comments</h2>\n<p><NAME> <a href=\"https://medium.com/@anildash/against-don-t-read-the-comments-aee43ce515b9#.r110p33yi\">published a great post</a> on Medium that looks at the phrase, “Don’t read the comments.”</p>\n<blockquote><p>We’ve made a habit out of telling people not to read the comments online. But what started as a cynical in-joke has become a bad habit, and an excuse for enabling abuse across the web.</p></blockquote>\n<p>It’s a phrase I’ve seen many people say on Twitter referencing comments to articles published on the Tavern. Dash goes on to say, “Preventing abuse online requires the people running a site or an app to invest time, effort and attention into protecting their community. That’s the bottom line.”</p>\n<p>This is one of the reasons why we created a <a href=\"http://wptavern.com/the-wp-tavern-comment-moderation-policy\">comment moderation policy</a> and are taking a more active role this year moderating comments. However, in recent weeks, I’ve noticed some of the same people who said the phrase above are now engaging in the conversation which is helping to calm the waters.</p>\n<p>For those thinking about disabling comments or need a reminder as to why their important, considering the following statement:</p>\n<blockquote><p>There’s a grave cost to assuming online interactivity is always awful. The burden is felt most acutely in denying opportunity to those for whom connecting to a community online may be the only way to get a foot in the door. Those underrepresented, unheard voices are the most valuable ones we lose when we throw the baby out with the bathwater and assume online comments are necessarily bad.</p></blockquote>\n<h2>This Week in Core</h2>\n<p>If you want to keep a close eye on WordPress core development, there’s no better way than reading <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">This Week in Core</a>. Written and published by volunteers, the post highlights all of the noteworthy changes in an easy to digest format. Check out the most recent post that covers what happened in core between January 19-26.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2016/01/27/week-in-core-jan-19-26-2016/\">Week in Core, Jan. 19-26 2016</a></p></blockquote>\n<p></p>\n<h2>Envato Hires WordPress Evangelist</h2>\n<p>Envato hired <a href=\"https://twitter.com/jamesgiroux\"><NAME></a> to be its <a href=\"http://inside.envato.com/meet-envatos-wordpress-evangelist/\">WordPress evangelist</a>. In the post, he explains some of the responsibilities his role entails.</p>\n<blockquote><p>There are many compelling stories to tell. Envato WordPress creatives from all over the world have done some truly innovative things to enhance the experience of everyday users. I want to find and help tell those stories in the WordPress community.</p></blockquote>\n<p>If you’d like to meet Giroux in person, he’s attending <a href=\"http://pressnomics.com/\">PressNomics</a> in March.</p>\n<h2>How the REST API Changes WordPress Plugin Development</h2>\n<p><a href=\"http://joshpress.net/how-wp-api-changes-wordpress-plugin-development/\"><NAME> explains</a> how the REST API changes WordPress plugin development.</p>\n<blockquote><p>WordPress didn’t get to 25% market share on blogs and it’s not going to get to 50% or whatever that way. The growth comes from eCommerce, publishing, membership sites, inbound marketers etc. These are all users that can benefit from being service providers.</p>\n<p>I think that those of us who empower these users by giving them the tools needed to make their sites have to think API first. Your plugin’s interaction with the client is going to be more and more coming through the API.</p></blockquote>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"http://joshpress.net/how-wp-api-changes-wordpress-plugin-development/\">How The WordPress REST API Changes WordPress Plugin Development</a></p></blockquote>\n<p></p>\n<h2>Is WordPress Made of Spaghetti Code?</h2>\n<p>If you’ve been around the WordPress ecosystem for any length of time, you’ve likely run into a conversation or two where someone says WordPress’ code is a mess. On the <a href=\"https://kinsta.com/blog/is-wordpress-code-really-a-mess/\">Kinsta blog</a>, <NAME> takes a hard look at what bad code is, whether or not users care, and if it’s a legitimate reason to avoid using WordPress.</p>\n<h2>Wapuutah!</h2>\n<p>In what is a traditional part of this series, I end each issue featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<p><a href=\"https://2015.slc.wordcamp.org/08/18/meet-wapuutah-the-wordcamp-slc-wapuu/\">Wapuutah</a>, created by <a href=\"https://twitter.com/supernovia\"><NAME></a>, represents <a href=\"https://2015.slc.wordcamp.org/08/18/meet-wapuutah-the-wordcamp-slc-wapuu/\">WordCamp Salt Lake City, Utah, 2015</a>. As you can see, Wapuutah is decked out in camping gear and ready for an extended getaway in the mountains outside of Salt Lake City. I hope Wapuutah remembered to bring some bug spray!</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/Wapuutah.png\" rel=\"attachment wp-att-51099\"><img class=\"size-full wp-image-51099\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/Wapuutah.png?resize=348%2C348\" alt=\"Wapuutah!\" /></a>Wapuutah!\n<p>That’s it for issue two. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2016 19:58:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPWeekly Episode 223 – Celebrating 8 Years of iThemes With Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=51087&preview_id=51087\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/wpweekly-episode-223-celebrating-8-years-of-ithemes-with-cory-miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2202:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\"><NAME></a> and I are joined by <NAME>, Founder of <a href=\"https://ithemes.com/\">iThemes</a>. Miller tells us what it’s been like to run the company for eight years. We discuss what’s changed in the WordPress ecosystem since the company’s founding in 2008.</p>\n<p>Near the end of the interview, Miller tells us what’s next in the pipeline with Backup Buddy 7.0 and Stash Live. If you enjoy listening to WordPress history, this episode is for you.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/early-bird-tickets-for-wooconf-2016-now-on-sale\">Early Bird Tickets for WooConf 2016 Now on Sale</a><br />\n<a href=\"http://wptavern.com/first-global-wordpress-contributor-drive-set-for-january-30-31-2016\">First Global WordPress Contributor Drive Set For January 30-31, 2016</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/hide-your-theme-name/\">Hide Your Theme Name</a> prevents people from detecting which theme your site is using.</p>\n<p><a href=\"https://wordpress.org/plugins/invitations-for-slack/\">Invitations for Slack </a>allows visitors to your site or registered users to invite themselves to your Slack team.</p>\n<p><a href=\"https://wordpress.org/plugins/ninja-signature-contract-forms-add-on/\">Ninja Forms Signature Contract Add-On </a>produces a legally enforceable and court recognized contract from a Ninja Form submission.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 3rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #223:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2016 00:57:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Thank a WordPress Plugin and Theme Author Day 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/thank-a-wordpress-plugin-and-theme-author-day-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2341:\"<p>Today is normally <a href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">Thank a Plugin Author Day</a> which motivates users to thank plugin authors but <a href=\"http://wptavern.com/thank-a-plugin-author-day-2015\">based on discussions</a> from last year’s event, I’ve decided to add theme authors to the mix. The purpose of the day is simple, give thanks and express gratitude to WordPress plugin and theme developers.</p>\n<p>There are several ways to celebrate the event, such as visiting the plugin or theme author’s website. The link is usually available via the plugin or theme’s page on WordPress.org. If you’ve discovered a useful plugin, consider giving the author a monetary donation.</p>\n<p>Another way to thank plugin and theme authors is to rate and review their work. Ratings and reviews are <a title=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\" href=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\">an easy way to send feedback</a> directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins and themes, is that it’s one of many ways to contribute back to WordPress.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png\" rel=\"attachment wp-att-34331\"><img class=\"size-full wp-image-34331\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png?resize=796%2C267\" alt=\"Billion Thanks Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/opensourceway/7007768456/\">opensourceway</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The <a href=\"https://wordpress.org/themes/\">WordPress theme directory</a> has more than 2k themes while the <a href=\"https://wordpress.org/plugins/\">plugin directory</a> has nearly 47k plugins. That’s a lot of volunteer time, effort, and code donated to the community.</p>\n<p><strong>Thank you</strong> to anyone who has ever published a WordPress plugin or theme whether it’s on one of the official directories or on GitHub. Without them, users wouldn’t be able to customize WordPress to make it their own.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jan 2016 18:54:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Mark Root-Wiley Publishes Free Guide for Nonprofits That Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/mark-root-wiley-publishes-free-guide-for-nonprofits-that-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3287:\"<p>One of <a href=\"https://wordpress.org/\">WordPress’</a> greatest strengths is that it’s free to download and use. This makes it an excellent choice for nonprofit organizations that have a small budget. Nonprofits that can’t afford a developer to maintain their sites may opt to run it on their own.</p>\n<p>Managing a WordPress site requires a basic understanding of how plugins, themes, and WordPress works. Thankfully, there’s a new guide available called <a href=\"http://nonprofitwp.org/\">NonprofitWP,</a> by <a href=\"https://mrwweb.com/\"><NAME></a>, that tailors specifically to nonprofits that choose to manage their own sites with WordPress.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/NonProfitWordPressGuide.png\" rel=\"attachment wp-att-51076\"><img class=\"size-full wp-image-51076\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/NonProfitWordPressGuide.png?resize=1025%2C646\" alt=\"Front Page to Nonprofit WordPress Guide\" /></a>Front Page to Nonprofit WordPress Guide\n<p>The guide covers the following topics:</p>\n<ul>\n<li>Things to know before you get started</li>\n<li>Domains and Hosting</li>\n<li>Installing WordPress</li>\n<li>Choosing a Theme</li>\n<li>Selecting Plugins</li>\n<li>Entering and Managing Content</li>\n<li>Keeping Your Site Healthy</li>\n</ul>\n<p>There’s also a <a href=\"http://nonprofitwp.org/resources/free-stuff-for-nonprofit-wordpress-websites/\">resources section</a> with links to products and services that have special offers for nonprofits. Some of the products and services have an affiliate code that kicks back a certain percentage of sales to Root-Wiley.</p>\n<p>Root-Wiley published the guide in an effort to help nonprofits make the right decisions, “A good WordPress website is easy to manage and maintain, but a bad one is time-consuming and expensive to maintain. Making smart decisions when you get started with a new WordPress site is <em>key</em> to avoiding headaches later,” he said.</p>\n<p>“I’ve had a lot of clients where our first project was cleaning up after a volunteer or staff member who tried to do the site on their own. Sometimes that’s a live site and other times it’s a refresh that’s hit a wall. One time, I was the <strong>seventh</strong> developer on a project, but I was the first paid one and the one to launch the site.</p>\n<p>“So many of the problems these projects run into are in the very early stages where they went all in with a bad theme, picked the wrong plugin, or quite commonly, didn’t think through or understand their organization’s needs and how those should translate to a website,” Root-Wiley told the Tavern.</p>\n<p>Instead of publishing the information in an e-book, he used WordPress, “I chose to publish it as a website because I think that’s the most user-friendly format and I don’t want anything to get in the way with people accessing the information,” Root-Wiley said.</p>\n<p>While he doesn’t plan to open source the site anytime soon, people can submit content suggestions and ideas through the site’s <a href=\"http://nonprofitwp.org/about/contact/\">contact form</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2016 22:23:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: First WordPress Meetup in Karachi Draws 125 Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51051\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/first-wordpress-meetup-in-karachi-draws-125-attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2907:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/karachi-wordpress-meetup.jpg\" rel=\"attachment wp-att-51057\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/karachi-wordpress-meetup.jpg?resize=1025%2C532\" alt=\"karachi-wordpress-meetup\" class=\"aligncenter size-full wp-image-51057\" /></a></p>\n<p>The WordPress community in Karachi, Pakistan held its first meetup last weekend led by <a href=\"https://twitter.com/sewabs\" target=\"_blank\"><NAME></a>. The gathering drew 125 attendees and organizers have been receiving <a href=\"https://www.facebook.com/s.wasim.abbas/posts/1064760890225282?pnref=story\" target=\"_blank\">positive reviews and feedback</a>.</p>\n<p>The meetup featured two sessions, one on “WordPress Security” by <NAME> and the second on “WordPress Possibilities” by <NAME>. I spoke with Abbas who said that organizers were surprised by the depth of WordPress knowledge among the attendees.</p>\n<p>“We were expecting a beginner level audience,” Abbas said. “But when they started asking questions of the speakers, we were amazed. It is clear now that we should have more advanced discussions in future meetups. For the smaller beginner audience, we will be focusing on short live sessions.”</p>\n<p>Karachi, with a population of 25 million people, is one of the largest cities in the world. Pakistan’s WordPress community is growing rapidly, as evidenced by the <a href=\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" target=\"_blank\">local meetup in Lahore that recently passed 500 attendees</a>. Karachi is five times the size of Lahore and has the potential to be home to a much larger WordPress community.</p>\n<p>“Pakistan is ranked 3rd on <a href=\"https://www.freelancer.com/\" target=\"_blank\">freelancer.com</a> and most of the projects are based on WordPress,” Abbas said. “It shows how people are using WordPress to change their lives in Pakistan. Many of the big WordPress companies have employees working from Pakistan.”</p>\n<p>Feedback from both Lahore and Karachi organizers indicates that the WordPress community in Pakistan is extensive, but 2015 and 2016 are the first years that leaders have emerged to get everyone connected.</p>\n<p>“People are working on different WordPress projects and websites professionally but are not connected with each other,” Abbas said. “WordPress is used by hundreds of bloggers and developers, but they don’t have a platform to connect.</p>\n<p>“After this meetup we have seen many business collaborations and idea sharing in the community,” he said. “It is a positive gesture and real motivation for us to scale the meetups in future.” The next Karachi meetup is scheduled for February 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2016 00:19:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Your Chance to Give Feedback on WordPress’ Accessibility Coding Standards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/your-chance-to-give-feedback-on-wordpress-accessibility-coding-standards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4377:\"<p>The <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> is seeking feedback on a draft that outlines <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/\">accessibility coding standards</a> for WordPress core. According to the draft, new features should meet the accessibility guidelines before merging into core.</p>\n<blockquote><p>All code released in WordPress must conform with the WCAG 2.0 guidelines at level AA. These basic guidelines are intended for easy reference during development, but do not cover all possible accessibility issues.</p></blockquote>\n<p>While the document focuses on core, it’s also a great reference for developers who want their themes and plugins more accessible.</p>\n<h2><NAME>enweg Addresses WordPress’ Accessibility</h2>\n<p>For the second year in a row, <a href=\"http://mor10.com/\"><NAME></a>, an advocate for improving WordPress’ accessibility, brought up the topic during the Q&A portion of the 2015 State of the Word.</p>\n<p></p>\n<p>Hendriksen notes that in 2014, the WordPress theme directory <a href=\"http://wptavern.com/wordpress-themes-suck-at-accessibility-its-time-to-fix-it\">contained 14 themes</a> with the accessibility-ready tag. In 2015, that number increased to 79.</p>\n<p>Hendriksen brings up the fact that when WordPress adopts modern technologies, so does most of the web citing responsive images as an example. He asks Mullenweg if WordPress can do the same for accessibility in which the audience responds with applause. Mullenweg responds with a simple yes.</p>\n<h2>Thinking of Accessibility as Just a Checkbox</h2>\n<p>Hendriksen then asks a follow-up question, “Can you tell everyone in this room and community that when they learn JavaScript, to also add on that little accessibility part, so that we’re building everything accessible and tell the world that the web should be accessible and that’s the WordPress way?”</p>\n<p>Mullenweg responds by agreeing the web should be accessible but says, “I’m worried about getting to a point where we think of accessibility like a checkbox. Even though there are great guidelines and things like that, I think that accessibility is a process and it’s going to be driven sometimes not by every single person, but by groups like the <a href=\"https://make.wordpress.org/accessibility/\">amazing accessibility team</a> and most importantly by the people who need the technology, communicating, and us observing that.</p>\n<p>“So, I do think that we have presentations on accessibility at every single WordCamp, we have the accessibility guidelines online but I think we’re a little behind on the theme reviews which is part of the reason the number hasn’t grown as much because the accessibility reviews are more difficult than a standard review, but I’m really excited about what this group has been able to do and the growing momentum it’s gained in the WordPress world.”</p>\n<p>“I don’t think that saying I want things to be accessible moves things forward as much as the continuing education that we’re doing through every single WordCamp, the guidelines, and the group,” Mullenweg said. He also highlights the need to think of accessibility in a global sense.</p>\n<p>“I think about the 6.99 billion people who haven’t used WordPress yet and many of those who can’t. I also think about accessibility in terms of languages and touch devices.</p>\n<p>“These are things that as we get there, what we do right can expand to a larger audience. I encourage everyone to keep that in mind, but learn JavaScript as well,” he said.</p>\n<p>Mullenweg’s responses reinforce the fact that accessibility remains a priority for the WordPress project. If you notice a typo or want to give feedback on the WordPress accessibility guidelines draft, please <a href=\"https://make.wordpress.org/core/2016/01/24/accessibility-coding-standards-now-in-draft-and-seeking-comments/\">leave a comment</a> on the post. Also, check out the <a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessible</a> site for information on how you can help make WordPress more accessible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jan 2016 22:56:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<NAME>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 24 Feb 2016 19:04:50 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"243807\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 24 Feb 2016 18:45:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130910230210\";}','no'),(296,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1456383891','no'),(297,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1456340691','no'),(302,'_transient_timeout_plugin_slugs','1456427094','no'),(303,'_transient_plugin_slugs','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:29:\"nextgen-gallery/nggallery.php\";}','no'),(398,'_transient_timeout_3___1395736393','1456343080','no'),(399,'_transient_3___1395736393','[\"ID\",\"post_author\",\"post_date\",\"post_date_gmt\",\"post_content\",\"post_title\",\"post_excerpt\",\"post_status\",\"comment_status\",\"ping_status\",\"post_password\",\"post_name\",\"to_ping\",\"pinged\",\"post_modified\",\"post_modified_gmt\",\"post_content_filtered\",\"post_parent\",\"guid\",\"menu_order\",\"post_type\",\"post_mime_type\",\"comment_count\"]','no'),(400,'_transient_is_multi_author','0','yes'),(401,'_transient_timeout_5___1395736393','1456343087','no'),(402,'_transient_5___1395736393','[\"pid\",\"image_slug\",\"post_id\",\"galleryid\",\"filename\",\"description\",\"alttext\",\"imagedate\",\"exclude\",\"sortorder\",\"meta_data\",\"extras_post_id\",\"updated_at\"]','no'),(403,'_transient_timeout_4___1395736393','1456343087','no'),(404,'_transient_4___1395736393','[\"gid\",\"name\",\"slug\",\"path\",\"title\",\"galdesc\",\"pageid\",\"previewpic\",\"author\",\"extras_post_id\"]','no'),(405,'_transient_timeout_6__108016302','1456343088','no'),(406,'_transient_6__108016302','\"\\n\\t<!-- Thumbnails Link -->\\n\\t<div class=\\\"slideshowlink\\\">\\n <a href=\'http:\\/\\/localhost:81\\/kashif\\/our-gallery\\/nggallery\\/thumbnails\'>[Show thumbnails]<\\/a>\\n\\t<\\/div>\\n\\n<div class=\\\"ngg-slideshow-image-list ngg-slideshow-nojs\\\" id=\\\"ngg-slideshow-99-78900-image-list\\\">\\n\\t<div id=\\\"ngg-image-0\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'1\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"942813_930704010354114_4181327180807636978_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/942813_930704010354114_4181327180807636978_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"338\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-1\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'2\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"11048750_917518378339344_634655571784984738_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/11048750_917518378339344_634655571784984738_n.jpg\\\"\\n\\t\\t width=\\\"341\\\"\\n\\t\\t height=\\\"400\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-2\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'3\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"11951264_857800970977752_2649271434765538573_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/11951264_857800970977752_2649271434765538573_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"338\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-3\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'4\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12002275_862402687184247_1002003091958781656_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12002275_862402687184247_1002003091958781656_n.jpg\\\"\\n\\t\\t width=\\\"533\\\"\\n\\t\\t height=\\\"400\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-4\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'5\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12027646_866640346760481_4638774196794070482_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12027646_866640346760481_4638774196794070482_n.jpg\\\"\\n\\t\\t width=\\\"533\\\"\\n\\t\\t height=\\\"400\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-5\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'6\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12360284_900259483398567_8473554752527784160_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12360284_900259483398567_8473554752527784160_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"400\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-6\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'7\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12509583_915152828575899_759855092068616170_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12509583_915152828575899_759855092068616170_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"299\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-7\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'8\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12548980_920042888086893_4261260048610911356_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12548980_920042888086893_4261260048610911356_n.jpg\\\"\\n\\t\\t width=\\\"400\\\"\\n\\t\\t height=\\\"400\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-8\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'9\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12631537_930704073687441_368792853993957085_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12631537_930704073687441_368792853993957085_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"338\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-9\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'10\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12654676_930703940354121_5054727070473625745_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12654676_930703940354121_5054727070473625745_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"338\\\"\\/>\\n\\t\\t<\\/div> \\n<div id=\\\"ngg-image-10\\\" class=\\\"ngg-gallery-slideshow-image\\\" >\\n\\t\\t<img data-image-id=\'11\'\\n\\t\\t title=\\\"\\\"\\n\\t\\t alt=\\\"12717338_930704040354111_3041033187129887512_n\\\"\\n\\t\\t src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/gallery\\/our-gallery\\/12717338_930704040354111_3041033187129887512_n.jpg\\\"\\n\\t\\t width=\\\"600\\\"\\n\\t\\t height=\\\"338\\\"\\/>\\n\\t\\t<\\/div> \\n<\\/div>\\n<div class=\\\"ngg-galleryoverview ngg-slideshow\\\"\\n id=\\\"ngg-slideshow-99-78900\\\"\\n data-placeholder=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_basic_gallery\\/static\\/slideshow\\/placeholder.gif\\\"\\n style=\\\"max-width: 600px; max-height: 400px;\\\">\\n\\t<div class=\\\"ngg-slideshow-loader\\\"\\n\\t id=\\\"ngg-slideshow-99-78900-loader\\\"\\n\\t style=\\\"width: 600px; height: 400px;\\\">\\n\\t\\t<img src=\\\"http:\\/\\/localhost:81\\/kashif\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ngglegacy\\/images\\/loader.gif\\\" alt=\\\"\\\"\\/>\\n\\t<\\/div>\\n<\\/div>\\n<script type=\\\"text\\/javascript\\\">\\n\\tjQuery(\'#ngg-slideshow-99-78900-image-list\').hide().removeClass(\'ngg-slideshow-nojs\');\\n\\tjQuery(function($) {\\n\\t\\tjQuery(\'#ngg-slideshow-99-78900\').nggShowSlideshow({\\n\\t\\t\\tid: \'99\',\\n\\t\\t\\tfx: \'fade\',\\n\\t\\t\\twidth: 600,\\n\\t\\t\\theight: 400,\\n\\t\\t\\tdomain: \'http:\\/\\/localhost:81\\/kashif\\/\',\\n\\t\\t\\ttimeout: 10000\\t\\t});\\n\\t});\\n<\\/script>\\n\"','no'),(407,'_transient_timeout_2__536483053','1456343159','no'),(408,'_transient_2__536483053','{\"photocrati-nextgen_basic_gallery#slideshow\\/jquery.cycle.all.min.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\slideshow\\\\jquery.cycle.all.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/nextgen_basic_slideshow.css|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\slideshow\\\\nextgen_basic_slideshow.min.css\",\"photocrati-nextgen_basic_gallery#slideshow\\/jquery.waitforimages.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\slideshow\\\\jquery.waitforimages.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/nextgen_basic_slideshow.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\slideshow\\\\nextgen_basic_slideshow.min.js\",\"photocrati-lightbox#lightbox_context.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\\\\lightbox_context.min.js\",\"|photocrati-lightbox|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\",\"photocrati-lightbox#fancybox\\/jquery.fancybox-1.3.4.css|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\\\\fancybox\\\\jquery.fancybox-1.3.4.min.css\",\"photocrati-lightbox#fancybox\\/jquery.easing-1.3.pack.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\\\\fancybox\\\\jquery.easing-1.3.pack.js\",\"photocrati-lightbox#fancybox\\/jquery.fancybox-1.3.4.pack.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\\\\fancybox\\\\jquery.fancybox-1.3.4.pack.js\",\"photocrati-lightbox#fancybox\\/nextgen_fancybox_init.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\lightbox\\\\static\\\\fancybox\\\\nextgen_fancybox_init.min.js\",\"photocrati-nextgen_basic_gallery#slideshow\\/placeholder.gif|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\slideshow\\\\placeholder.gif\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails.js|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\thumbnails\\\\nextgen_basic_thumbnails.min.js\",\"photocrati-nextgen_basic_gallery#thumbnails\\/nextgen_basic_thumbnails.css|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_basic_gallery\\\\static\\\\thumbnails\\\\nextgen_basic_thumbnails.min.css\",\"photocrati-nextgen_pagination#style.css|0\":\"F:\\\\xampp\\\\htdocs\\\\kashif\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_pagination\\\\static\\\\style.min.css\"}','no');
/*Table structure for table `wp_postmeta` */
DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=454 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_postmeta` */
insert into `wp_postmeta`(`meta_id`,`post_id`,`meta_key`,`meta_value`) values (1,2,'_wp_page_template','default'),(4,5,'_edit_last','1'),(5,5,'_edit_lock','1456338771:1'),(6,6,'_wp_attached_file','2015/10/Chrysanthemum.jpg'),(7,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2015/10/Chrysanthemum.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Chrysanthemum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Chrysanthemum-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Chrysanthemum-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:6:\"Corbis\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205503166;s:9:\"copyright\";s:32:\"© Corbis. All Rights Reserved.\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(9,7,'_edit_last','1'),(10,7,'_edit_lock','1456338769:1'),(11,8,'_wp_attached_file','2015/10/Desert.jpg'),(12,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2015/10/Desert.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Desert-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Desert-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Desert-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:5:\"?????\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205503166;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14,9,'_edit_last','1'),(15,9,'_edit_lock','1456338698:1'),(16,10,'_wp_attached_file','2015/10/Hydrangeas.jpg'),(17,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:22:\"2015/10/Hydrangeas.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Hydrangeas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Hydrangeas-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Hydrangeas-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:11:\"<NAME>\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1206376913;s:9:\"copyright\";s:24:\"© Microsoft Corporation\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(19,11,'_edit_last','1'),(20,11,'_edit_lock','1443898972:1'),(21,12,'_wp_attached_file','2015/10/Jellyfish.jpg'),(22,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2015/10/Jellyfish.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Jellyfish-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Jellyfish-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Jellyfish-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:9:\"Hang Quan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1202729544;s:9:\"copyright\";s:24:\"© Microsoft Corporation\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24,11,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(25,13,'_edit_last','1'),(26,13,'_edit_lock','1456338328:1'),(27,13,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(28,14,'_wp_attached_file','2015/10/Tulips.jpg'),(29,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2015/10/Tulips.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Tulips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Tulips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Tulips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"<NAME>\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1202383991;s:9:\"copyright\";s:24:\"© Microsoft Corporation\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(31,15,'_edit_last','1'),(32,15,'_edit_lock','1443897423:1'),(33,16,'_wp_attached_file','2015/10/Koala.jpg'),(34,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2015/10/Koala.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Koala-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Koala-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Koala-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:6:\"Corbis\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1202729563;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(35,15,'_thumbnail_id','16'),(38,18,'_edit_last','1'),(39,18,'_wp_page_template','default'),(40,18,'_edit_lock','1443897970:1'),(41,20,'_edit_last','1'),(42,20,'_wp_page_template','homepage.php'),(43,20,'_edit_lock','1443899586:1'),(44,22,'_edit_last','1'),(45,22,'_wp_page_template','default'),(46,22,'_edit_lock','1443898105:1'),(47,24,'_menu_item_type','post_type'),(48,24,'_menu_item_menu_item_parent','0'),(49,24,'_menu_item_object_id','20'),(50,24,'_menu_item_object','page'),(51,24,'_menu_item_target',''),(52,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,24,'_menu_item_xfn',''),(54,24,'_menu_item_url',''),(92,29,'_wp_attached_file','2015/10/6933755-strawberry-vanilla-ice-cream.jpg'),(93,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:48:\"2015/10/6933755-strawberry-vanilla-ice-cream.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"6933755-strawberry-vanilla-ice-cream-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6933755-strawberry-vanilla-ice-cream-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"6933755-strawberry-vanilla-ice-cream-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(94,30,'_wp_attached_file','2015/10/b_ice-cream-with-strawberries.jpg'),(95,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:41:\"2015/10/b_ice-cream-with-strawberries.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"b_ice-cream-with-strawberries-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"b_ice-cream-with-strawberries-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"b_ice-cream-with-strawberries-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(96,31,'_wp_attached_file','2015/10/Delicious-White-Ice-Cream.jpg'),(97,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2015/10/Delicious-White-Ice-Cream.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Delicious-White-Ice-Cream-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Delicious-White-Ice-Cream-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Delicious-White-Ice-Cream-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(98,32,'_wp_attached_file','2015/10/fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026.jpg'),(99,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:99:\"2015/10/fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:99:\"fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:99:\"fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:100:\"fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(100,33,'_wp_attached_file','2015/10/ice_cream_with_jam_20131123_1642205122.jpg'),(101,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1980;s:6:\"height\";i:1288;s:4:\"file\";s:50:\"2015/10/ice_cream_with_jam_20131123_1642205122.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ice_cream_with_jam_20131123_1642205122-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"ice_cream_with_jam_20131123_1642205122-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"ice_cream_with_jam_20131123_1642205122-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(102,34,'_wp_attached_file','2015/10/ice-cream2.jpg'),(103,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:710;s:4:\"file\";s:22:\"2015/10/ice-cream2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ice-cream2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ice-cream2-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(104,35,'_wp_attached_file','2015/10/ice-cream-04.jpg'),(105,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3741;s:6:\"height\";i:2933;s:4:\"file\";s:24:\"2015/10/ice-cream-04.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ice-cream-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ice-cream-04-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ice-cream-04-1024x803.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:22;s:6:\"credit\";s:14:\"Okea - Fotolia\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:36:\"three scoops of ice cream with syrup\";s:17:\"created_timestamp\";i:1282089600;s:9:\"copyright\";s:14:\"Okea - Fotolia\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:20:\"neapolitan ice cream\";s:11:\"orientation\";i:1;}}'),(106,36,'_wp_attached_file','2015/10/icecreamphoto.jpg'),(107,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2015/10/icecreamphoto.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"icecreamphoto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"icecreamphoto-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"icecreamphoto-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(108,37,'_wp_attached_file','2015/10/ice-cream-smores-2.jpg'),(109,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3292;s:6:\"height\";i:2230;s:4:\"file\";s:30:\"2015/10/ice-cream-smores-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ice-cream-smores-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ice-cream-smores-2-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ice-cream-smores-2-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1374646419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(110,38,'_wp_attached_file','2015/10/ice-cream-wide-wallpaper-333623.jpg'),(111,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2015/10/ice-cream-wide-wallpaper-333623.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ice-cream-wide-wallpaper-333623-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"ice-cream-wide-wallpaper-333623-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"ice-cream-wide-wallpaper-333623-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:33:\"Ice Cream Wide Desktop Background\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:33:\"Ice Cream Wide Desktop Background\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:25:\"free desktop HD wallpaper\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:33:\"Ice Cream Wide Desktop Background\";s:11:\"orientation\";i:0;}}'),(112,39,'_wp_attached_file','2015/10/Mix-Ice-Cream-Bowl-in-Plate.jpg'),(113,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2015/10/Mix-Ice-Cream-Bowl-in-Plate.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Mix-Ice-Cream-Bowl-in-Plate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Mix-Ice-Cream-Bowl-in-Plate-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Mix-Ice-Cream-Bowl-in-Plate-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(114,40,'_wp_attached_file','2015/10/raspberry_swirl_brownie_ice_cream-9.jpg'),(115,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4752;s:6:\"height\";i:3168;s:4:\"file\";s:47:\"2015/10/raspberry_swirl_brownie_ice_cream-9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"raspberry_swirl_brownie_ice_cream-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"raspberry_swirl_brownie_ice_cream-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"raspberry_swirl_brownie_ice_cream-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(116,41,'_wp_attached_file','2015/10/Real-Ice-Cream-Sandwich.jpg'),(117,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2253;s:4:\"file\";s:35:\"2015/10/Real-Ice-Cream-Sandwich.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Real-Ice-Cream-Sandwich-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Real-Ice-Cream-Sandwich-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Real-Ice-Cream-Sandwich-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"P 30+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1232629097;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0039994019547969\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(118,42,'_wp_attached_file','2015/10/Taste-Of-GG-Gelati.jpg'),(119,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2015/10/Taste-Of-GG-Gelati.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Taste-Of-GG-Gelati-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Taste-Of-GG-Gelati-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Taste-Of-GG-Gelati-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(120,11,'_thumbnail_id','42'),(122,43,'_edit_last','1'),(123,43,'_edit_lock','1456338291:1'),(125,43,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(126,45,'_edit_last','1'),(127,45,'_edit_lock','1456338106:1'),(129,45,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(130,46,'_edit_last','1'),(131,46,'_edit_lock','1456338007:1'),(133,46,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(134,47,'_edit_last','1'),(135,47,'_edit_lock','1456337951:1'),(137,47,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(138,48,'_edit_last','1'),(139,48,'_edit_lock','1456337871:1'),(141,48,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(142,49,'_edit_last','1'),(143,49,'_edit_lock','1456337812:1'),(145,49,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(149,51,'_edit_last','1'),(150,51,'_edit_lock','1456337813:1'),(151,52,'_wp_attached_file','2015/10/images.jpg'),(152,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:177;s:4:\"file\";s:18:\"2015/10/images.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(154,51,'_cmb_recipe_time','a:2:{s:5:\"hours\";s:1:\"0\";s:7:\"minutes\";s:1:\"0\";}'),(155,53,'_edit_last','1'),(156,53,'_edit_lock','1456338676:1'),(158,54,'_edit_last','1'),(159,54,'_edit_lock','1456338647:1'),(161,56,'_wp_attached_file','2015/10/strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(162,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:108:\"2015/10/strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:108:\"strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:108:\"strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:108:\"strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(163,51,'_thumbnail_id','56'),(164,57,'_wp_attached_file','2015/10/1270332797p.jpg'),(165,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:445;s:4:\"file\";s:23:\"2015/10/1270332797p.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"1270332797p-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"1270332797p-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"DOK\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:138:\"<p>Tawaran kemitraan usaha es krim bermerek Cappello\'s Ice Cream di Kelapa Gading, Jakarta Utara.</p>\n<p>Foto:DOK Cappello\'s Ice Cream</p>\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"Kontan.co.id\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:52:\"Tawaran Kemitraan Usaha Es Krim Cappello\'s Ice Cream\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:75:\"Kedai, Resto, Kuliner, Makanan, Minuman, Waralaba, Escream, Eskrim, Es krim\";}}}'),(166,49,'_thumbnail_id','57'),(167,58,'_wp_attached_file','2015/10/peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(168,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:112:\"2015/10/peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:112:\"peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:112:\"peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:112:\"peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(169,48,'_thumbnail_id','58'),(170,59,'_wp_attached_file','2015/10/coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(171,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:110:\"2015/10/coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:110:\"coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:110:\"coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:110:\"coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(172,47,'_thumbnail_id','59'),(173,60,'_wp_attached_file','2015/10/milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(174,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:102:\"2015/10/milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:102:\"milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(175,46,'_thumbnail_id','60'),(176,61,'_wp_attached_file','2015/10/cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(177,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:114:\"2015/10/cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:114:\"cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:114:\"cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:114:\"cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(178,45,'_thumbnail_id','61'),(179,62,'_wp_attached_file','2015/10/blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg'),(180,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:108:\"2015/10/blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:108:\"blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:108:\"blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:108:\"blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(181,43,'_thumbnail_id','62'),(182,64,'_wp_attached_file','2015/10/chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1.jpg'),(183,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:597;s:4:\"file\";s:109:\"2015/10/chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:109:\"chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:109:\"chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:109:\"chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(184,13,'_thumbnail_id','64'),(185,15,'_wp_trash_meta_status','publish'),(186,15,'_wp_trash_meta_time','1456338575'),(187,1,'_wp_trash_meta_status','publish'),(188,1,'_wp_trash_meta_time','1456338576'),(189,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(190,54,'_thumbnail_id','64'),(191,53,'_thumbnail_id','62'),(192,9,'_thumbnail_id','61'),(193,7,'_thumbnail_id','60'),(194,5,'_thumbnail_id','57'),(195,11,'_wp_trash_meta_status','publish'),(196,11,'_wp_trash_meta_time','1456340077'),(201,22,'_wp_trash_meta_status','publish'),(202,22,'_wp_trash_meta_time','1456340217'),(203,2,'_wp_trash_meta_status','publish'),(204,2,'_wp_trash_meta_time','1456340221'),(205,67,'title','NextGEN Basic Thumbnails'),(206,67,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_gallery\\static\\thumb_preview.jpg'),(207,67,'default_source','galleries'),(208,67,'view_order','10000'),(209,67,'name','photocrati-nextgen_basic_thumbnails'),(210,67,'installed_at_version','2.1.23'),(211,67,'hidden_from_ui',''),(212,67,'__defaults_set','1'),(213,67,'filter','raw'),(214,67,'entity_types','WyJpbWFnZSJd'),(215,67,'id_field','ID'),(216,67,'settings','<KEY>'),(217,68,'title','NextGEN Basic Slideshow'),(218,68,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_gallery\\static\\slideshow_preview.jpg'),(219,68,'default_source','galleries'),(220,68,'view_order','10010'),(221,68,'name','photocrati-nextgen_basic_slideshow'),(222,68,'installed_at_version','2.1.23'),(223,68,'hidden_from_ui',''),(224,68,'__defaults_set','1'),(225,68,'filter','raw'),(226,68,'entity_types','WyJpbWFnZSJd'),(227,68,'id_field','ID'),(228,68,'settings','<KEY>'),(229,69,'title','NextGEN Basic ImageBrowser'),(230,69,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_imagebrowser\\static\\preview.jpg'),(231,69,'default_source','galleries'),(232,69,'view_order','10020'),(233,69,'name','photocrati-nextgen_basic_imagebrowser'),(234,69,'installed_at_version','2.1.23'),(235,69,'hidden_from_ui',''),(236,69,'__defaults_set','1'),(237,69,'filter','raw'),(238,69,'entity_types','WyJpbWFnZSJd'),(239,69,'id_field','ID'),(240,69,'settings','<KEY>'),(241,70,'title','NextGEN Basic SinglePic'),(242,70,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_singlepic\\static\\preview.gif'),(243,70,'default_source','galleries'),(244,70,'view_order','10060'),(245,70,'hidden_from_ui','1'),(246,70,'name','photocrati-nextgen_basic_singlepic'),(247,70,'installed_at_version','2.1.23'),(248,70,'__defaults_set','1'),(249,70,'filter','raw'),(250,70,'entity_types','WyJpbWFnZSJd'),(251,70,'id_field','ID'),(252,70,'settings','<KEY>),(253,71,'title','NextGEN Basic TagCloud'),(254,71,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_tagcloud\\static\\preview.gif'),(255,71,'default_source','tags'),(256,71,'view_order','10100'),(257,71,'name','photocrati-nextgen_basic_tagcloud'),(258,71,'installed_at_version','2.1.23'),(259,71,'hidden_from_ui',''),(260,71,'__defaults_set','1'),(261,71,'filter','raw'),(262,71,'entity_types','WyJpbWFnZSJd'),(263,71,'id_field','ID'),(264,71,'settings','<KEY>'),(265,72,'title','NextGEN Basic Compact Album'),(266,72,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_album\\static\\compact_preview.jpg'),(267,72,'default_source','albums'),(268,72,'view_order','10200'),(269,72,'name','photocrati-nextgen_basic_compact_album'),(270,72,'installed_at_version','2.1.23'),(271,72,'hidden_from_ui',''),(272,72,'__defaults_set','1'),(273,72,'filter','raw'),(274,72,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(275,72,'id_field','ID'),(276,72,'settings','<KEY>),(277,73,'title','NextGEN Basic Extended Album'),(278,73,'preview_image_relpath','\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\nextgen_basic_album\\static\\extended_preview.jpg'),(279,73,'default_source','albums'),(280,73,'view_order','10210'),(281,73,'name','photocrati-nextgen_basic_extended_album'),(282,73,'installed_at_version','2.1.23'),(283,73,'hidden_from_ui',''),(284,73,'__defaults_set','1'),(285,73,'filter','raw'),(286,73,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(287,73,'id_field','ID'),(288,73,'settings','<KEY>ZGlzcGxheSI6Im5ldmVyIn0='),(289,74,'updated_at','1456340805'),(290,74,'__defaults_set','1'),(291,74,'filter','raw'),(292,74,'id_field','ID'),(304,77,'__defaults_set','1'),(305,77,'filter','raw'),(306,77,'id_field','ID'),(313,79,'__defaults_set','1'),(314,79,'filter','raw'),(315,79,'id_field','ID'),(322,81,'__defaults_set','1'),(323,81,'filter','raw'),(324,81,'id_field','ID'),(331,83,'__defaults_set','1'),(332,83,'filter','raw'),(333,83,'id_field','ID'),(340,85,'__defaults_set','1'),(341,85,'filter','raw'),(342,85,'id_field','ID'),(349,87,'__defaults_set','1'),(350,87,'filter','raw'),(351,87,'id_field','ID'),(358,89,'__defaults_set','1'),(359,89,'filter','raw'),(360,89,'id_field','ID'),(367,91,'__defaults_set','1'),(368,91,'filter','raw'),(369,91,'id_field','ID'),(376,93,'__defaults_set','1'),(377,93,'filter','raw'),(378,93,'id_field','ID'),(385,95,'__defaults_set','1'),(386,95,'filter','raw'),(387,95,'id_field','ID'),(397,97,'_edit_last','1'),(398,97,'_edit_lock','1456341397:1'),(399,97,'_wp_page_template','default'),(400,76,'__defaults_set','1'),(401,76,'filter','raw'),(402,76,'id_field','ID'),(406,78,'__defaults_set','1'),(407,78,'filter','raw'),(408,78,'id_field','ID'),(409,80,'__defaults_set','1'),(410,80,'filter','raw'),(411,80,'id_field','ID'),(412,82,'__defaults_set','1'),(413,82,'filter','raw'),(414,82,'id_field','ID'),(415,84,'__defaults_set','1'),(416,84,'filter','raw'),(417,84,'id_field','ID'),(418,86,'__defaults_set','1'),(419,86,'filter','raw'),(420,86,'id_field','ID'),(421,88,'__defaults_set','1'),(422,88,'filter','raw'),(423,88,'id_field','ID'),(424,90,'__defaults_set','1'),(425,90,'filter','raw'),(426,90,'id_field','ID'),(427,92,'__defaults_set','1'),(428,92,'filter','raw'),(429,92,'id_field','ID'),(430,94,'__defaults_set','1'),(431,94,'filter','raw'),(432,94,'id_field','ID'),(433,96,'__defaults_set','1'),(434,96,'filter','raw'),(435,96,'id_field','ID'),(436,99,'order_by','sortorder'),(437,99,'order_direction','ASC'),(438,99,'returns','included'),(439,99,'maximum_entity_count','500'),(440,99,'source','galleries'),(441,99,'display_type','photocrati-nextgen_basic_slideshow'),(442,99,'slug',''),(443,99,'__defaults_set','1'),(444,99,'display_settings','<KEY>'),(445,99,'exclusions','W10='),(446,99,'container_ids','W10='),(447,99,'excluded_container_ids','W10='),(448,99,'sortorder','W10='),(449,99,'entity_ids','W10='),(450,99,'id_field','ID'),(451,75,'__defaults_set','1'),(452,75,'filter','raw'),(453,75,'id_field','ID');
/*Table structure for table `wp_posts` */
DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_posts` */
insert into `wp_posts`(`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) values (1,1,'2015-10-03 13:04:00','2015-10-03 13:04:00','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','trash','open','open','','hello-world','','','2016-02-24 18:29:36','2016-02-24 18:29:36','',0,'http://localhost:81/kashif/?p=1',0,'post','',1),(2,1,'2015-10-03 13:04:00','2015-10-03 13:04:00','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost:81/kashif/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','open','open','','sample-page','','','2016-02-24 23:57:01','2016-02-24 18:57:01','',0,'http://localhost:81/kashif/?page_id=2',0,'page','',0),(5,1,'2015-10-03 13:28:26','2015-10-03 13:28:26','','First slide','','publish','closed','closed','','first-slide','','','2016-02-24 18:34:44','2016-02-24 18:34:44','',0,'http://localhost:81/kashif/?post_type=slide&p=5',0,'slide','',0),(6,1,'2015-10-03 13:28:19','2015-10-03 13:28:19','','Chrysanthemum','','inherit','open','open','','chrysanthemum','','','2015-10-03 13:28:19','2015-10-03 13:28:19','',5,'http://localhost:81/kashif/wp-content/uploads/2015/10/Chrysanthemum.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-10-03 13:28:56','2015-10-03 13:28:56','','Second Slide','','publish','closed','closed','','second-slide','','','2016-02-24 18:34:30','2016-02-24 18:34:30','',0,'http://localhost:81/kashif/?post_type=slide&p=7',0,'slide','',0),(8,1,'2015-10-03 13:28:51','2015-10-03 13:28:51','','Desert','','inherit','open','open','','desert','','','2015-10-03 13:28:51','2015-10-03 13:28:51','',7,'http://localhost:81/kashif/wp-content/uploads/2015/10/Desert.jpg',0,'attachment','image/jpeg',0),(9,1,'2015-10-03 13:29:20','2015-10-03 13:29:20','','Third Slide','','publish','closed','closed','','third-slide','','','2016-02-24 18:33:59','2016-02-24 18:33:59','',0,'http://localhost:81/kashif/?post_type=slide&p=9',0,'slide','',0),(10,1,'2015-10-03 13:29:15','2015-10-03 13:29:15','','Hydrangeas','','inherit','open','open','','hydrangeas','','','2015-10-03 13:29:15','2015-10-03 13:29:15','',9,'http://localhost:81/kashif/wp-content/uploads/2015/10/Hydrangeas.jpg',0,'attachment','image/jpeg',0),(11,1,'2015-10-03 18:11:04','2015-10-03 18:11:04','','Ice Cream','','trash','open','open','','ice-cream','','','2016-02-24 23:54:37','2016-02-24 18:54:37','',0,'http://localhost:81/kashif/?post_type=recipe&p=11',0,'recipe','',0),(12,1,'2015-10-03 18:10:45','2015-10-03 18:10:45','','Jellyfish','','inherit','open','open','','jellyfish','','','2015-10-03 18:10:45','2015-10-03 18:10:45','',11,'http://localhost:81/kashif/wp-content/uploads/2015/10/Jellyfish.jpg',0,'attachment','image/jpeg',0),(13,1,'2015-10-03 18:37:39','2015-10-03 18:37:39','','Chocolate','','publish','open','closed','','test','','','2016-02-24 18:27:48','2016-02-24 18:27:48','',0,'http://localhost:81/kashif/?post_type=recipe&p=13',0,'recipe','',0),(14,1,'2015-10-03 18:37:55','2015-10-03 18:37:55','','Tulips','','inherit','open','closed','','tulips','','','2015-10-03 18:37:55','2015-10-03 18:37:55','',13,'http://localhost:81/kashif/wp-content/uploads/2015/10/Tulips.jpg',0,'attachment','image/jpeg',0),(15,1,'2015-10-03 18:38:46','2015-10-03 18:38:46','','test','','trash','open','open','','test','','','2016-02-24 18:29:35','2016-02-24 18:29:35','',0,'http://localhost:81/kashif/?p=15',0,'post','',0),(16,1,'2015-10-03 18:38:42','2015-10-03 18:38:42','','Koala','','inherit','open','closed','','koala','','','2015-10-03 18:38:42','2015-10-03 18:38:42','',15,'http://localhost:81/kashif/wp-content/uploads/2015/10/Koala.jpg',0,'attachment','image/jpeg',0),(17,1,'2015-10-03 18:38:47','2015-10-03 18:38:47','','test','','inherit','closed','closed','','15-revision-v1','','','2015-10-03 18:38:47','2015-10-03 18:38:47','',15,'http://localhost:81/kashif/2015/10/03/15-revision-v1/',0,'revision','',0),(18,1,'2015-10-03 18:46:33','2015-10-03 18:46:33','','Recipe','','publish','closed','closed','','recipe','','','2015-10-03 18:46:33','2015-10-03 18:46:33','',0,'http://localhost:81/kashif/?page_id=18',0,'page','',0),(19,1,'2015-10-03 18:46:33','2015-10-03 18:46:33','','Recipe','','inherit','closed','closed','','18-revision-v1','','','2015-10-03 18:46:33','2015-10-03 18:46:33','',18,'http://localhost:81/kashif/2015/10/03/18-revision-v1/',0,'revision','',0),(20,1,'2015-10-03 18:48:40','2015-10-03 18:48:40','','Home','','publish','closed','closed','','home','','','2015-10-03 18:51:03','2015-10-03 18:51:03','',0,'http://localhost:81/kashif/?page_id=20',0,'page','',0),(21,1,'2015-10-03 18:48:40','2015-10-03 18:48:40','','Home','','inherit','closed','closed','','20-revision-v1','','','2015-10-03 18:48:40','2015-10-03 18:48:40','',20,'http://localhost:81/kashif/2015/10/03/20-revision-v1/',0,'revision','',0),(22,1,'2015-10-03 18:49:05','2015-10-03 18:49:05','','Blog','','trash','closed','closed','','blog','','','2016-02-24 23:56:57','2016-02-24 18:56:57','',0,'http://localhost:81/kashif/?page_id=22',0,'page','',0),(23,1,'2015-10-03 18:49:05','2015-10-03 18:49:05','','Blog','','inherit','closed','closed','','22-revision-v1','','','2015-10-03 18:49:05','2015-10-03 18:49:05','',22,'http://localhost:81/kashif/2015/10/03/22-revision-v1/',0,'revision','',0),(24,1,'2015-10-03 18:53:09','2015-10-03 18:53:09',' ','','','publish','closed','closed','','24','','','2015-10-03 18:53:09','2015-10-03 18:53:09','',0,'http://localhost:81/kashif/?p=24',1,'nav_menu_item','',0),(29,1,'2015-10-03 19:03:34','2015-10-03 19:03:34','','6933755-strawberry-vanilla-ice-cream','','inherit','open','closed','','6933755-strawberry-vanilla-ice-cream','','','2015-10-03 19:03:34','2015-10-03 19:03:34','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/6933755-strawberry-vanilla-ice-cream.jpg',0,'attachment','image/jpeg',0),(30,1,'2015-10-03 19:03:36','2015-10-03 19:03:36','','b_ice-cream-with-strawberries','','inherit','open','closed','','b_ice-cream-with-strawberries','','','2015-10-03 19:03:36','2015-10-03 19:03:36','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/b_ice-cream-with-strawberries.jpg',0,'attachment','image/jpeg',0),(31,1,'2015-10-03 19:03:39','2015-10-03 19:03:39','','Delicious-White-Ice-Cream','','inherit','open','closed','','delicious-white-ice-cream','','','2015-10-03 19:03:39','2015-10-03 19:03:39','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/Delicious-White-Ice-Cream.jpg',0,'attachment','image/jpeg',0),(32,1,'2015-10-03 19:03:40','2015-10-03 19:03:40','','fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026','','inherit','open','closed','','fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026','','','2015-10-03 19:03:40','2015-10-03 19:03:40','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/fruits_food_ice_cream_tagnotallowedtoosubjective_desktop_1920x1080_hd-wallpaper-1167026.jpg',0,'attachment','image/jpeg',0),(33,1,'2015-10-03 19:03:41','2015-10-03 19:03:41','','ice_cream_with_jam_20131123_1642205122','','inherit','open','closed','','ice_cream_with_jam_20131123_1642205122','','','2015-10-03 19:03:41','2015-10-03 19:03:41','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/ice_cream_with_jam_20131123_1642205122.jpg',0,'attachment','image/jpeg',0),(34,1,'2015-10-03 19:03:43','2015-10-03 19:03:43','','ice-cream2','','inherit','open','closed','','ice-cream2','','','2015-10-03 19:03:43','2015-10-03 19:03:43','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/ice-cream2.jpg',0,'attachment','image/jpeg',0),(35,1,'2015-10-03 19:03:44','2015-10-03 19:03:44','','neapolitan ice cream','three scoops of ice cream with syrup','inherit','open','closed','','neapolitan-ice-cream','','','2015-10-03 19:03:44','2015-10-03 19:03:44','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/ice-cream-04.jpg',0,'attachment','image/jpeg',0),(36,1,'2015-10-03 19:03:47','2015-10-03 19:03:47','','icecreamphoto','','inherit','open','closed','','icecreamphoto','','','2015-10-03 19:03:47','2015-10-03 19:03:47','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/icecreamphoto.jpg',0,'attachment','image/jpeg',0),(37,1,'2015-10-03 19:03:48','2015-10-03 19:03:48','','ice-cream-smores-2','','inherit','open','closed','','ice-cream-smores-2','','','2015-10-03 19:03:48','2015-10-03 19:03:48','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/ice-cream-smores-2.jpg',0,'attachment','image/jpeg',0),(38,1,'2015-10-03 19:03:50','2015-10-03 19:03:50','','Ice Cream Wide Desktop Background','Ice Cream Wide Desktop Background','inherit','open','closed','','ice-cream-wide-desktop-background','','','2015-10-03 19:03:50','2015-10-03 19:03:50','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/ice-cream-wide-wallpaper-333623.jpg',0,'attachment','image/jpeg',0),(39,1,'2015-10-03 19:03:51','2015-10-03 19:03:51','','Mix-Ice-Cream-Bowl-in-Plate','','inherit','open','closed','','mix-ice-cream-bowl-in-plate','','','2015-10-03 19:03:51','2015-10-03 19:03:51','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/Mix-Ice-Cream-Bowl-in-Plate.jpg',0,'attachment','image/jpeg',0),(40,1,'2015-10-03 19:03:52','2015-10-03 19:03:52','','raspberry_swirl_brownie_ice_cream-9','','inherit','open','closed','','raspberry_swirl_brownie_ice_cream-9','','','2015-10-03 19:03:52','2015-10-03 19:03:52','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/raspberry_swirl_brownie_ice_cream-9.jpg',0,'attachment','image/jpeg',0),(41,1,'2015-10-03 19:03:56','2015-10-03 19:03:56','','Real-Ice-Cream-Sandwich','','inherit','open','closed','','real-ice-cream-sandwich','','','2015-10-03 19:03:56','2015-10-03 19:03:56','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/Real-Ice-Cream-Sandwich.jpg',0,'attachment','image/jpeg',0),(42,1,'2015-10-03 19:03:57','2015-10-03 19:03:57','','Taste-Of-GG-Gelati','','inherit','open','closed','','taste-of-gg-gelati','','','2015-10-03 19:03:57','2015-10-03 19:03:57','',0,'http://localhost:81/kashif/wp-content/uploads/2015/10/Taste-Of-GG-Gelati.jpg',0,'attachment','image/jpeg',0),(43,1,'2015-10-03 19:05:59','2015-10-03 19:05:59','','Blueberry','','publish','open','closed','','ice-cream-2','','','2016-02-24 18:26:38','2016-02-24 18:26:38','',0,'http://localhost:81/kashif/?post_type=recipe&p=43',0,'recipe','',0),(44,1,'2015-10-03 19:05:29','2015-10-03 19:05:29','','Ice Cream','','inherit','closed','closed','','13-autosave-v1','','','2015-10-03 19:05:29','2015-10-03 19:05:29','',13,'http://localhost:81/kashif/2015/10/03/13-autosave-v1/',0,'revision','',0),(45,1,'2015-10-03 19:06:17','2015-10-03 19:06:17','','Cirsp Corn Flake','','publish','open','closed','','ice-cream-3','','','2016-02-24 18:24:06','2016-02-24 18:24:06','',0,'http://localhost:81/kashif/?post_type=recipe&p=45',0,'recipe','',0),(46,1,'2015-10-03 19:06:34','2015-10-03 19:06:34','','Milo','','publish','open','closed','','ice-cream-4','','','2016-02-24 18:22:27','2016-02-24 18:22:27','',0,'http://localhost:81/kashif/?post_type=recipe&p=46',0,'recipe','',0),(47,1,'2015-10-03 19:06:51','2015-10-03 19:06:51','','Coffee Mocca','','publish','open','closed','','ice-cream-5','','','2016-02-24 18:21:31','2016-02-24 18:21:31','',0,'http://localhost:81/kashif/?post_type=recipe&p=47',0,'recipe','',0),(48,1,'2015-10-03 19:07:12','2015-10-03 19:07:12','','Peanut Granule','','publish','open','closed','','ice-cream-6','','','2016-02-24 18:20:09','2016-02-24 18:20:09','',0,'http://localhost:81/kashif/?post_type=recipe&p=48',0,'recipe','',0),(49,1,'2015-10-03 19:07:35','2015-10-03 19:07:35','','Oreo','','publish','open','closed','','ice-cream-7','','','2016-02-24 18:19:11','2016-02-24 18:19:11','',0,'http://localhost:81/kashif/?post_type=recipe&p=49',0,'recipe','',0),(51,1,'2015-10-03 19:11:32','2015-10-03 19:11:32','','Strawberry','','publish','open','closed','','ice-cream-8','','','2016-02-24 18:16:41','2016-02-24 18:16:41','',0,'http://localhost:81/kashif/?post_type=recipe&p=51',0,'recipe','',0),(52,1,'2015-10-03 19:11:27','2015-10-03 19:11:27','','images','','inherit','open','closed','','images','','','2015-10-03 19:11:27','2015-10-03 19:11:27','',51,'http://localhost:81/kashif/wp-content/uploads/2015/10/images.jpg',0,'attachment','image/jpeg',0),(53,1,'2015-10-03 19:13:26','2015-10-03 19:13:26','','Fourth','','publish','closed','closed','','fourth','','','2016-02-24 18:33:32','2016-02-24 18:33:32','',0,'http://localhost:81/kashif/?post_type=slide&p=53',0,'slide','',0),(54,1,'2015-10-03 19:13:49','2015-10-03 19:13:49','','Fifth','','publish','closed','closed','','fifth','','','2016-02-24 18:32:58','2016-02-24 18:32:58','',0,'http://localhost:81/kashif/?post_type=slide&p=54',0,'slide','',0),(55,1,'2016-02-24 18:12:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-02-24 18:12:40','0000-00-00 00:00:00','',0,'http://localhost:81/kashif/?p=55',0,'post','',0),(56,1,'2016-02-24 18:16:34','2016-02-24 18:16:34','','strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:16:34','2016-02-24 18:16:34','',51,'http://localhost:81/kashif/wp-content/uploads/2015/10/strawberry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(57,1,'2016-02-24 18:19:04','2016-02-24 18:19:04','','Tawaran Kemitraan Usaha Es Krim Cappello\'s Ice Cream','<p>Tawaran kemitraan usaha es krim bermerek Cappello\'s Ice Cream di Kelapa Gading, Jakarta Utara.</p>\n<p>Foto:DOK Cappello\'s Ice Cream</p>','inherit','open','closed','','tawaran-kemitraan-usaha-es-krim-cappellos-ice-cream','','','2016-02-24 18:19:04','2016-02-24 18:19:04','',49,'http://localhost:81/kashif/wp-content/uploads/2015/10/1270332797p.jpg',0,'attachment','image/jpeg',0),(58,1,'2016-02-24 18:20:01','2016-02-24 18:20:01','','peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:20:01','2016-02-24 18:20:01','',48,'http://localhost:81/kashif/wp-content/uploads/2015/10/peanut-granule-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(59,1,'2016-02-24 18:21:24','2016-02-24 18:21:24','','coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:21:24','2016-02-24 18:21:24','',47,'http://localhost:81/kashif/wp-content/uploads/2015/10/coffee-mocca-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(60,1,'2016-02-24 18:22:22','2016-02-24 18:22:22','','milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:22:22','2016-02-24 18:22:22','',46,'http://localhost:81/kashif/wp-content/uploads/2015/10/milo-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(61,1,'2016-02-24 18:24:00','2016-02-24 18:24:00','','cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:24:00','2016-02-24 18:24:00','',45,'http://localhost:81/kashif/wp-content/uploads/2015/10/cirsp-corn-flake-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(62,1,'2016-02-24 18:25:17','2016-02-24 18:25:17','','blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','inherit','open','closed','','blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos','','','2016-02-24 18:25:17','2016-02-24 18:25:17','',43,'http://localhost:81/kashif/wp-content/uploads/2015/10/blue-berry-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos.jpg',0,'attachment','image/jpeg',0),(63,1,'2016-02-24 18:25:22','2016-02-24 18:25:22','','Blueberry','','inherit','closed','closed','','43-autosave-v1','','','2016-02-24 18:25:22','2016-02-24 18:25:22','',43,'http://localhost:81/kashif/2016/02/24/43-autosave-v1/',0,'revision','',0),(64,1,'2016-02-24 18:27:43','2016-02-24 18:27:43','','chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos (1)','','inherit','open','closed','','chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1','','','2016-02-24 18:27:43','2016-02-24 18:27:43','',13,'http://localhost:81/kashif/wp-content/uploads/2015/10/chocolate-ice-cream-fresh-goreng-gulung-thailand-roll-donughts-sundae-lover-chocolate-cappellos-1.jpg',0,'attachment','image/jpeg',0),(65,1,'2016-02-24 18:29:36','2016-02-24 18:29:36','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2016-02-24 18:29:36','2016-02-24 18:29:36','',1,'http://localhost:81/kashif/2016/02/24/1-revision-v1/',0,'revision','',0),(66,1,'2016-02-24 23:55:41','2016-02-24 18:55:41','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost:81/kashif/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2016-02-24 23:55:41','2016-02-24 18:55:41','',2,'http://localhost:81/kashif/2016/02/24/2-revision-v1/',0,'revision','',0),(67,1,'2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>','NextGEN Basic Thumbnails','','draft','closed','closed','','','','','2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>0,'http://localhost:81/kashif/?post_type=display_type&p=67',0,'display_type','',0),(68,1,'2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>','NextGEN Basic Slideshow','','draft','closed','closed','','','','','2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?post_type=display_type&p=68',0,'display_type','',0),(69,1,'2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>','NextGEN Basic ImageBrowser','','draft','closed','closed','','','','','2016-02-25 00:03:26','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?post_type=display_type&p=69',0,'display_type','',0),(70,1,'2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>','NextGEN Basic SinglePic','','draft','closed','closed','','','','','2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?post_type=display_type&p=70',0,'display_type','',0),(71,1,'2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>','NextGEN Basic TagCloud','','draft','closed','closed','','','','','2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?post_type=display_type&p=71',0,'display_type','',0),(72,1,'2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>dHJ1ZX0=','NextGEN Basic Compact Album','','draft','closed','closed','','','','','2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>,'http://localhost:81/kashif/?post_type=display_type&p=72',0,'display_type','',0),(73,1,'2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>','NextGEN Basic Extended Album','','draft','closed','closed','','','','','2016-02-25 00:03:27','0000-00-00 00:00:00','<KEY>0,'http://localhost:81/kashif/?post_type=display_type&p=73',0,'display_type','',0),(74,1,'2016-02-25 00:06:45','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:45','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=74',0,'ngg_pictures','',0),(75,1,'2016-02-25 00:14:29','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:14:29','2016-02-24 19:14:29','<KEY>',0,'http://localhost:81/kashif/?p=75',0,'ngg_pictures','',0),(76,1,'2016-02-25 00:12:29','0000-00-00 00:00:00','<KEY>','Untitled ngg_gallery','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:29','2016-02-24 19:12:29','<KEY>',0,'http://localhost:81/kashif/?p=76',0,'ngg_gallery','',0),(77,1,'2016-02-25 00:06:48','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:48','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=77',0,'ngg_pictures','',0),(78,1,'2016-02-25 00:12:29','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:29','2016-02-24 19:12:29','<KEY>',0,'http://localhost:81/kashif/?p=78',0,'ngg_pictures','',0),(79,1,'2016-02-25 00:06:51','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:51','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=79',0,'ngg_pictures','',0),(80,1,'2016-02-25 00:12:30','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:30','2016-02-24 19:12:30','<KEY>',0,'http://localhost:81/kashif/?p=80',0,'ngg_pictures','',0),(81,1,'2016-02-25 00:06:54','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:54','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=81',0,'ngg_pictures','',0),(82,1,'2016-02-25 00:12:30','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:30','2016-02-24 19:12:30','<KEY>',0,'http://localhost:81/kashif/?p=82',0,'ngg_pictures','',0),(83,1,'2016-02-25 00:06:56','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:56','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=83',0,'ngg_pictures','',0),(84,1,'2016-02-25 00:12:31','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:31','2016-02-24 19:12:31','<KEY>',0,'http://localhost:81/kashif/?p=84',0,'ngg_pictures','',0),(85,1,'2016-02-25 00:06:58','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:06:58','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=85',0,'ngg_pictures','',0),(86,1,'2016-02-25 00:12:32','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:32','2016-02-24 19:12:32','<KEY>',0,'http://localhost:81/kashif/?p=86',0,'ngg_pictures','',0),(87,1,'2016-02-25 00:07:01','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:07:01','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=87',0,'ngg_pictures','',0),(88,1,'2016-02-25 00:12:32','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:32','2016-02-24 19:12:32','<KEY>',0,'http://localhost:81/kashif/?p=88',0,'ngg_pictures','',0),(89,1,'2016-02-25 00:07:04','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:07:04','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=89',0,'ngg_pictures','',0),(90,1,'2016-02-25 00:12:32','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:32','2016-02-24 19:12:32','<KEY>',0,'http://localhost:81/kashif/?p=90',0,'ngg_pictures','',0),(91,1,'2016-02-25 00:07:09','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:07:09','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=91',0,'ngg_pictures','',0),(92,1,'2016-02-25 00:12:33','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:33','2016-02-24 19:12:33','<KEY>',0,'http://localhost:81/kashif/?p=92',0,'ngg_pictures','',0),(93,1,'2016-02-25 00:07:13','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:07:13','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=93',0,'ngg_pictures','',0),(94,1,'2016-02-25 00:12:33','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:33','2016-02-24 19:12:33','<KEY>',0,'http://localhost:81/kashif/?p=94',0,'ngg_pictures','',0),(95,1,'2016-02-25 00:07:18','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:07:18','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=95',0,'ngg_pictures','',0),(96,1,'2016-02-25 00:12:33','0000-00-00 00:00:00','<KEY>','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2016-02-25 00:12:33','2016-02-24 19:12:33','<KEY>',0,'http://localhost:81/kashif/?p=96',0,'ngg_pictures','',0),(97,1,'2016-02-25 00:11:04','2016-02-24 19:11:04','<img class=\"ngg_displayed_gallery mceItem\" src=\"http://localhost:81/kashif/nextgen-attach_to_post/preview/id--99\" alt=\"\" data-mce-placeholder=\"1\" />','Our Gallery','','publish','closed','closed','','our-gallery','','','2016-02-25 00:14:40','2016-02-24 19:14:40','',0,'http://localhost:81/kashif/?page_id=97',0,'page','',0),(98,1,'2016-02-25 00:11:04','2016-02-24 19:11:04','[ nggallery id=1 ]','Our Gallery','','inherit','closed','closed','','97-revision-v1','','','2016-02-25 00:11:04','2016-02-24 19:11:04','',97,'http://localhost:81/kashif/2016/02/25/97-revision-v1/',0,'revision','',0),(99,1,'2016-02-25 00:14:28','0000-00-00 00:00:00','<KEY>','Untitled displayed_gallery','','draft','closed','closed','','','','','2016-02-25 00:14:28','0000-00-00 00:00:00','<KEY>',0,'http://localhost:81/kashif/?p=99',0,'displayed_gallery','',0),(100,1,'2016-02-25 00:14:40','2016-02-24 19:14:40','<img class=\"ngg_displayed_gallery mceItem\" src=\"http://localhost:81/kashif/nextgen-attach_to_post/preview/id--99\" alt=\"\" data-mce-placeholder=\"1\" />','Our Gallery','','inherit','closed','closed','','97-revision-v1','','','2016-02-25 00:14:40','2016-02-24 19:14:40','',97,'http://localhost:81/kashif/2016/02/25/97-revision-v1/',0,'revision','',0);
/*Table structure for table `wp_term_relationships` */
DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_term_relationships` */
insert into `wp_term_relationships`(`object_id`,`term_taxonomy_id`,`term_order`) values (1,1,0),(11,2,0),(13,2,0),(13,3,0),(15,1,0),(24,4,0),(43,2,0),(45,2,0),(46,2,0),(47,2,0),(48,2,0),(49,2,0),(51,2,0);
/*Table structure for table `wp_term_taxonomy` */
DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_term_taxonomy` */
insert into `wp_term_taxonomy`(`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) values (1,1,'category','',0,0),(2,2,'type','',0,8),(3,3,'cuisine','',0,1),(4,4,'nav_menu','',0,1);
/*Table structure for table `wp_termmeta` */
DROP TABLE IF EXISTS `wp_termmeta`;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_termmeta` */
/*Table structure for table `wp_terms` */
DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_terms` */
insert into `wp_terms`(`term_id`,`name`,`slug`,`term_group`) values (1,'Uncategorized','uncategorized',0),(2,'Ice Cream','icecream',0),(3,'IceCream','icecream',0),(4,'Menu 1','menu-1',0);
/*Table structure for table `wp_usermeta` */
DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_usermeta` */
insert into `wp_usermeta`(`umeta_id`,`user_id`,`meta_key`,`meta_value`) values (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"5553d853337fd015187fbad8e8b64e598dc049b0925794189fda91f18aec9967\";a:4:{s:10:\"expiration\";i:1456510358;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:5:\"login\";i:1456337558;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','55'),(16,1,'wp_user-settings','libraryContent=browse&editor=html'),(17,1,'wp_user-settings-time','1456341123'),(18,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(19,1,'metaboxhidden_nav-menus','a:5:{i:0;s:9:\"add-slide\";i:1;s:10:\"add-recipe\";i:2;s:12:\"add-post_tag\";i:3;s:8:\"add-type\";i:4;s:11:\"add-cuisine\";}'),(20,1,'nav_menu_recently_edited','4');
/*Table structure for table `wp_users` */
DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `wp_users` */
insert into `wp_users`(`ID`,`user_login`,`user_pass`,`user_nicename`,`user_email`,`user_url`,`user_registered`,`user_activation_key`,`user_status`,`display_name`) values (1,'admin','$P$BwhOasBlL4sxtKekX9ppFuibTMkNWH0','admin','<EMAIL>','','2015-10-03 13:03:58','',0,'admin');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
<reponame>varad-desai/RetailStoreManagementDatabase
-- use the database context
USE RetailStoreManagement_Team10;
-- 4. Insert rows into the supplier table
-- Supplier(supplier_id, supplier_name)
INSERT INTO dbo.[supplier] VALUES (123,'Candy favorites');
INSERT INTO dbo.[supplier] VALUES (145,'Hoods');
INSERT INTO dbo.[supplier] VALUES (167,'Dominos');
INSERT INTO dbo.[supplier] VALUES (189,'Klosterman baking');
INSERT INTO dbo.[supplier] VALUES (190,'Cheese supplier');
INSERT INTO dbo.[supplier] VALUES (109,'Magnolia');
INSERT INTO dbo.[supplier] VALUES (198,'Hersheys');
INSERT INTO dbo.[supplier] VALUES (176,'Cape cod');
INSERT INTO dbo.[supplier] VALUES (154,'Fruitells juice');
INSERT INTO dbo.[supplier] VALUES (132,'Celeste'); |
<reponame>Amazeryogo/sequel<filename>main.sql
create table users(
id serial primary key,
name text not null,
age int not null,
DOB date not null,
email text not null,
password text not null
);
|
<gh_stars>0
CREATE TABLE IF NOT EXISTS world_tendency (
id INTEGER PRIMARY KEY autoincrement,
character_id TEXT,
area_1 INTEGER DEFAULT 0,
wb_1 INTEGER DEFAULT 0,
lr_1 INTEGER DEFAULT 0,
area_2 INTEGER DEFAULT 0,
wb_2 INTEGER DEFAULT 0,
lr_2 INTEGER DEFAULT 0,
area_3 INTEGER DEFAULT 0,
wb_3 INTEGER DEFAULT 0,
lr_3 INTEGER DEFAULT 0,
area_4 INTEGER DEFAULT 0,
wb_4 INTEGER DEFAULT 0,
lr_4 INTEGER DEFAULT 0,
area_5 INTEGER DEFAULT 0,
wb_5 INTEGER DEFAULT 0,
lr_5 INTEGER DEFAULT 0,
area_6 INTEGER DEFAULT 0,
wb_6 INTEGER DEFAULT 0,
lr_6 INTEGER DEFAULT 0,
area_7 INTEGER DEFAULT 0,
wb_7 INTEGER DEFAULT 0,
lr_7 INTEGER DEFAULT 0,
FOREIGN KEY(character_id) REFERENCES character(id)
); |
<filename>ScriptsP1/Inserts/InsertCurso.sql
CREATE OR REPLACE PROCEDURE insert_curso(nombre VARCHAR2,costo NUMBER,idRangoEdad NUMBER) AS
BEGIN
INSERT INTO CURSO(id,nombre,costo,estaActivo, id_mercado_meta)
VALUES(S_CURSO.NEXTVAL,nombre,costo,1,idRangoEdad);
END; |
<reponame>anbya/contohUploadKeGit
INSERT INTO pos_itemtemp VALUES("ILBT210000057","193401","191001","192019","50000","1","50000","0","50000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000057","193401","191001","192019","50000","1","50000","0","50000","2","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000057","193401","191001","192019","50000","1","50000","0","50000","3","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000058","193428","191001","192019","25455","1","25455","0","25455","1","1","1","ILB0701210926","NHO2018000014","PAID","","193428"),
("ILBT210000058","193422","191001","192019","30000","1","30000","0","30000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193422"),
("ILBT210000059","193395","191001","192019","52727","1","52727","0","52727","1","1","1","ILB0701210926","NHO2018000014","PAID","","193395"),
("ILBT210000059","193423","191001","192019","25455","1","25455","0","25455","1","1","1","ILB0701210926","NHO2018000014","PAID","","193423"),
("ILBT210000059","193426","191003","192021","0","1","0","0","0","1","1","1","ILB0701210926","NHO2018000014","PAID","","193426"),
("ILBT210000060","193423","191001","192019","25455","1","25455","0","25455","1","1","1","ILB0701210926","NHO2018000014","PAID","","193423"),
("ILBT210000060","193423","191001","192019","25455","1","25455","0","25455","2","1","1","ILB0701210926","NHO2018000014","PAID","","193423"),
("ILBT210000061","193426","191003","192021","0","1","0","0","0","1","1","1","ILB0701210926","NHO2018000014","PAID","","193426"),
("ILBT210000061","193424","191001","192019","20000","1","20000","0","20000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193424"),
("ILBT210000061","193428","191001","192019","25455","1","25455","0","25455","1","1","1","ILB0701210926","NHO2018000014","PAID","","193428"),
("ILBT210000061","193422","191001","192019","30000","1","30000","0","30000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193422"),
("ILBT210000062","193426","191003","192021","0","1","0","0","0","1","1","1","ILB0701210926","NHO2018000014","PAID","","193426"),
("ILBT210000062","193421","191001","192019","53636","1","53636","0","53636","1","1","1","ILB0701210926","NHO2018000014","PAID","","193421"),
("ILBT210000062","193424","191001","192019","20000","1","20000","0","20000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193424"),
("ILBT210000063","193401","191001","192019","50000","1","50000","0","50000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000064","193404","191001","192019","61818","1","61818","0","61818","1","1","1","ILB0701210926","NHO2018000014","PAID","","193404"),
("ILBT210000065","193401","191001","192019","50000","1","50000","0","50000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000065","193401","191001","192019","50000","1","50000","0","50000","2","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000065","193426","191003","192021","0","1","0","0","0","1","1","1","ILB0701210926","NHO2018000014","PAID","","193426"),
("ILBT210000066","193401","191001","192019","50000","1","50000","0","50000","1","1","1","ILB0701210926","NHO2018000014","PAID","","193401"),
("ILBT210000067","193402","191001","192019","61818","1","61818","0","61818","1","1","1","ILB0701210926","NHO2018000014","PAID","","193402");
INSERT INTO pos_salestemp VALUES("ILBT210000057","","1","150000","0","15000","0","165000","165000","07/01/2021","09:26","2021-01-07","09:26:34","ISU000001","takeaway","CLOSED","1","","ILBR210000057","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000058","","1","55455","0","5546","0","61001","61001","07/01/2021","09:26","2021-01-07","09:27:05","ISU000001","takeaway","CLOSED","1","","ILBR210000058","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000059","","1","78182","0","7819","0","86001","86001","07/01/2021","09:27","2021-01-07","09:27:46","ISU000001","takeaway","CLOSED","1","","ILBR210000059","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000060","","1","50910","0","5091","0","56001","56001","07/01/2021","09:27","2021-01-07","09:28:15","ISU000001","takeaway","CLOSED","1","","ILBR210000060","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000061","","1","75455","0","7546","0","83001","83001","07/01/2021","09:28","2021-01-07","09:29:06","ISU000001","takeaway","CLOSED","1","","ILBR210000061","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000062","","1","73636","0","7364","0","81000","81000","07/01/2021","09:29","2021-01-07","09:29:48","ISU000001","takeaway","CLOSED","1","","ILBR210000062","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000063","","1","50000","0","5000","0","55000","55000","07/01/2021","09:30","2021-01-07","09:30:12","ISU000001","takeaway","CLOSED","1","","ILBR210000063","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000064","","1","61818","0","6182","0","68000","68000","07/01/2021","09:30","2021-01-07","09:30:33","ISU000001","takeaway","CLOSED","1","","ILBR210000064","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000065","","1","100000","0","10000","0","110000","110000","07/01/2021","09:30","2021-01-07","09:30:58","ISU000001","takeaway","CLOSED","1","","ILBR210000065","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000066","","1","50000","0","5000","0","55000","55000","07/01/2021","09:33","2021-01-07","09:33:26","ISU000001","takeaway","CLOSED","1","","ILBR210000066","","","","","ILB0701210926","NHO2018000014"),
("ILBT210000067","","1","61818","0","6182","0","68000","68000","07/01/2021","09:33","2021-01-07","09:34:00","ISU000001","takeaway","CLOSED","1","","ILBR210000067","","","","","ILB0701210926","NHO2018000014");
INSERT INTO pos_paymenttemp VALUES("ILBT210000057","CASH","OVO","165000","165000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000058","CASH","OVO","61001","61001","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000059","CASH","OVO","86001","86001","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000060","CASH","OVO","56001","56001","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000061","CASH","OVO","83001","83001","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000062","CASH","OVO","81000","81000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000063","CASH","OVO","55000","55000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000064","CASH","OVO","68000","68000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000065","CASH","OVO","110000","110000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000066","CASH","OVO","55000","55000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014"),
("ILBT210000067","CASH","OVO","68000","68000","ISU000001","2021-01-07","","1","","CLOSED","ILB0701210926","NHO2018000014");
|
-- IMPORTANT:
-- Please use root accout to excute the "create_db_user" before setting up the database;
-- Create database
CREATE DATABASE IF NOT EXISTS yecdata;
-- Use database
USE yecdata;
-- Create School table
CREATE TABLE IF NOT EXISTS School(
ID INTEGER(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,
SchoolName VARCHAR(60) NOT NULL,
Country VARCHAR(40) NOT NULL,
StateProvince VARCHAR(40) NOT NULL,
City VARCHAR(60) NOT NULL
);
-- Create user table
-- User's school must already exist in db
CREATE TABLE IF NOT EXISTS User(
ID INTEGER(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,
Password VARCHAR(256) NOT NULL,
FirstName VARCHAR(25) NOT NULL,
LastName VARCHAR(25) NOT NULL,
NickName VARCHAR(60) NOT NULL DEFAULT 'anonymous',
PhotoId INTEGER(8) NOT NULL DEFAULT 0,
SchoolID INTEGER(8) NOT NULL,
Email
VARCHAR(64) NOT NULL UNIQUE,
Authorization INTEGER(1) NOT NULL DEFAULT 0,
FOREIGN KEY(SchoolID) REFERENCES School(ID)
);
-- Lists categories of actions user can select
-- Note that any changes here will cascade to actions with that option
CREATE TABLE IF NOT EXISTS ActionCategory (
CategoryName VARCHAR(128) NOT NULL DEFAULT '',
CategoryDescription VARCHAR(256) NOT NULL,
PRIMARY KEY(CategoryName)
);
-- Create action table
-- updates with actioncategory table
-- deleting entries from actioncategory will be allowed & affect this table
-- but for truncating / dropping actioncategory before action table is changed,
-- do the following:
-- SET FOREIGN_KEY_CHECKS = 0;
-- TRUNCATE / DROP TABLE actioncategory;
-- TRUNCATE / DROP TABLE action;
-- SET FOREIGN_KEY_CHECKS = 1;
CREATE TABLE IF NOT EXISTS Action(
ID INTEGER(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,
Description TEXT NOT NULL,
Points Integer(2) NOT NULL,
DateEntered TIMESTAMP NOT NULL,
Active Boolean DEFAULT TRUE,
Category VARCHAR(128) NOT NULL,
FOREIGN KEY(Category) REFERENCES ActionCategory(CategoryName) ON UPDATE CASCADE ON DELETE CASCADE
);
-- Create UserAction table
-- if any user is deleted (not truncated or dropped)
-- their entry will be deleted from here too
-- if any action is deleted (not truncated or dropped) that entry
-- that entry will be deleted from here too
CREATE TABLE IF NOT EXISTS UserAction(
UserID Integer(8) NOT NULL,
ActionID Integer(8) NOT NULL,
CompleteTime TIMESTAMP NULL,
PRIMARY KEY(UserID, ActionID),
FOREIGN KEY(UserID) REFERENCES User(ID) ON DELETE CASCADE,
FOREIGN KEY(ActionID) REFERENCES Action(ID) ON DELETE CASCADE
);
-- Create Accomplishment table
-- if any user is deleted (not truncated or dropped)
-- their entry will be deleted from here too
-- if any action is deleted (not truncated or dropped) that entry
-- that entry will be deleted from here too
CREATE TABLE IF NOT EXISTS Accomplishment(
UserID Integer(8) NOT NULL,
ActionID Integer(8) NOT NULL,
CompleteTime TIMESTAMP NOT NULL,
PRIMARY KEY(UserID, ActionID, CompleteTime),
FOREIGN KEY(UserID) REFERENCES User(ID) ON DELETE CASCADE,
FOREIGN KEY(ActionID) REFERENCES Action(ID) ON DELETE CASCADE
);
-- Create Administrator table
CREATE TABLE IF NOT EXISTS Administrator (
ID INTEGER(8) NOT NULL PRIMARY KEY AUTO_INCREMENT,
Username VARCHAR(20) NOT NULL,
Password VARCHAR(256) NOT NULL,
Email VARCHAR(64) NOT NULL UNIQUE,
Authorization INTEGER(1) NOT NULL DEFAULT 0
);
-- Create Forgot table
CREATE TABLE IF NOT EXISTS Forgot (
Email VARCHAR(64) NOT NULL UNIQUE,
selector VARCHAR(256),
expires TIMESTAMP
);
-- Notification
CREATE TABLE IF NOT EXISTS Notification (
Message VARCHAR(256),
PostTime TIMESTAMP
);
-- Create OldAccomplishment table
CREATE TABLE IF NOT EXISTS OldAccomplishment (
UserID Integer(8) NOT NULL,
ActionID Integer(8) NOT NULL,
CompleteTime TIMESTAMP NOT NULL
);
-- Create image table - Roger
CREATE TABLE IF NOT EXISTS Images (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image` longblob NOT NULL,
`created` datetime NOT NULL,
`favflag` int DEFAULT 0,
`userID` int NOT NULL,
`description` VARCHAR (128) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
CREATE TABLE IF NOT EXISTS RegionLock
(
CountryName VARCHAR(128) NOT NULL,
RegionName VARCHAR(128) NOT NULL,
PRIMARY KEY (CountryName, RegionName)
);
-- I'm assuming the local region lock will always be on
INSERT INTO RegionLock VALUES ('Canada', 'British Columbia');
-- Do not change this category
INSERT INTO ActionCategory VALUES ('Default', 'This is the default category');
-- Change these category flavour text
INSERT INTO ActionCategory VALUES ('Activism', 'You do stuff, usually around the community');
INSERT INTO ActionCategory VALUES ('Transportation', 'Getting around comes around');
INSERT INTO ActionCategory VALUES ('Energy', 'Conservation of energy is not only a law but is encouraged');
INSERT INTO ActionCategory VALUES ('Reduce Reuse Recycle', 'The 3 Rs');
INSERT INTO ActionCategory VALUES ('Food', 'Eat money. Save better');
INSERT INTO ActionCategory VALUES ('Social Media', 'Tell your friends. Help spread the word!');
INSERT INTO ActionCategory VALUES ('Outdoors', 'Natural green is best green!');
-- Insert initial action data
INSERT INTO Action VALUES (NULL, 'Organized a park cleanup', 5,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Raised awareness for an environmental issue', 4,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Went for a nature walk or hike', 2,CURRENT_TIMESTAMP, TRUE,'Transportation');
INSERT INTO Action VALUES (NULL, 'Picked up garbage at the local beach', 4,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Introduced a compost bin to your home', 3,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Carpooled', 2,CURRENT_TIMESTAMP, TRUE,'Transportation');
INSERT INTO Action VALUES (NULL, 'Recycled a used item', 2,CURRENT_TIMESTAMP, TRUE,'Reduce Reuse Recycle');
INSERT INTO Action VALUES (NULL, 'Rode my bike to school or work', 2,CURRENT_TIMESTAMP, TRUE,'Transportation');
INSERT INTO Action VALUES (NULL, 'Created a community or school garden', 5,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Bought and used a reusable water bottle', 1,CURRENT_TIMESTAMP, TRUE,'Reduce Reuse Recycle');
INSERT INTO Action VALUES (NULL, 'Turned off all electronics at nighttime', 2,CURRENT_TIMESTAMP, TRUE,'Energy');
INSERT INTO Action VALUES (NULL, 'Went vegetarian or vegan for a day', 3,CURRENT_TIMESTAMP, TRUE,'Food');
INSERT INTO Action VALUES (NULL, 'Volunteered for an environmental organization', 5,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Took public transit instead of driving', 2,CURRENT_TIMESTAMP, TRUE,'Transportation');
INSERT INTO Action VALUES (NULL, 'Fundraised for an environmental charity', 5,CURRENT_TIMESTAMP, TRUE,'Activism');
INSERT INTO Action VALUES (NULL, 'Practiced \"leave no trace\" when camping', 3,CURRENT_TIMESTAMP, TRUE,'Outdoors');
INSERT INTO Action VALUES (NULL, 'Donate used items to a charity', 3,CURRENT_TIMESTAMP, TRUE,'Reduce Reuse Recycle');
INSERT INTO Action VALUES (NULL, 'Retweeted a Drizzle tweet', 1,CURRENT_TIMESTAMP, TRUE,'Social Media');
INSERT INTO Action VALUES (NULL, 'Shared a Drizzle Facebook post', 1,CURRENT_TIMESTAMP, TRUE,'Social Media');
-- Insert the super admin account
-- This account is recommend to be used to add other admins only, pw hash = <PASSWORD>!Q@W#E
INSERT INTO Administrator VALUES (NULL, 'yecadmin', <PASSWORD>', '<EMAIL>', 9);
|
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Servidor: miservicio_mysql
-- Tiempo de generación: 09-06-2020 a las 03:14:48
-- Versión del servidor: 8.0.20
-- Versión de PHP: 7.4.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `ci_ajax_db`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbl_employees`
--
CREATE TABLE `tbl_employees` (
`id` int NOT NULL,
`employee_name` varchar(50) DEFAULT NULL,
`address` varchar(200) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `tbl_employees`
--
INSERT INTO `tbl_employees` (`id`, `employee_name`, `address`, `created_at`, `updated_at`) VALUES
(4, 'Veasna', 'Kandal', '2016-11-06 12:31:26', NULL),
(5, '<NAME>', 'por ahí', '2020-05-29 18:40:19', NULL),
(6, 'Tincho', 'Lejos', '2020-05-29 21:28:06', NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbl_tareas`
--
CREATE TABLE `tbl_tareas` (
`id_tarea` int NOT NULL,
`id_employee` int DEFAULT NULL,
`nombre` varchar(200) DEFAULT NULL,
`cant_h_x_d` int DEFAULT NULL,
`cant_horas` int DEFAULT NULL,
`creada_en` datetime DEFAULT NULL,
`actualizada_en` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `tbl_tareas`
--
INSERT INTO `tbl_tareas` (`id_tarea`, `id_employee`, `nombre`, `cant_h_x_d`, `cant_horas`, `creada_en`, `actualizada_en`) VALUES
(8, NULL, 'tarea5', 2, 55, '2020-05-30 00:45:27', NULL),
(9, NULL, 'tare7', 4, 440, '2020-05-30 00:47:21', '2020-05-30 00:52:09'),
(10, NULL, 'rte', 2, 45, '2020-05-30 01:41:06', NULL),
(11, NULL, 'tarea10', 2, 18, '2020-06-01 14:43:11', NULL),
(12, 5, 'tarea copada', 3, 44, '2020-06-02 18:24:21', '2020-06-08 23:12:12'),
(13, NULL, 'tarea33', 2, 23, '2020-06-08 17:25:06', NULL),
(14, NULL, 'tarea 34', 1, 33, '2020-06-08 17:25:56', NULL),
(15, NULL, 'tarea35', 2, 44, '2020-06-08 22:13:07', NULL),
(16, NULL, 'tarea36', 5, 36, '2020-06-08 22:42:21', NULL),
(17, NULL, 'tarea40', 2, 40, '2020-06-08 23:01:10', NULL),
(18, NULL, 'tarea41', 1, 41, '2020-06-08 23:08:35', NULL),
(19, 4, 'tarea42', 2, 42, '2020-06-08 23:10:48', NULL),
(20, 1, 'tarea43', 2, 34, '2020-06-08 23:11:56', NULL),
(21, 6, 'tarea 44', 3, 45, '2020-06-08 23:44:21', NULL);
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `tbl_employees`
--
ALTER TABLE `tbl_employees`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `tbl_tareas`
--
ALTER TABLE `tbl_tareas`
ADD PRIMARY KEY (`id_tarea`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `tbl_employees`
--
ALTER TABLE `tbl_employees`
MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT de la tabla `tbl_tareas`
--
ALTER TABLE `tbl_tareas`
MODIFY `id_tarea` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- Demonstration C
-- Step 1: Open a new query window to the AdventureWorks database
USE AdventureWorks;
GO
-- Step 2: Join 2 tables
-- Select and execute the following query
-- to show only matching customers and orders
select * from SalesLT.Customer
-- (847 row(s) affected)
select * from SalesLT.SalesOrderHeader
-- (32 row(s) affected)
--inner join
SELECT c.CustomerID, soh.SalesOrderID, soh.SubTotal
FROM SalesLT.Customer c JOIN SalesLT.SalesOrderHeader soh
ON c.CustomerID = soh.CustomerID;
-- (32 row(s) affected)
-- Step 3: Join 2 tables
-- Select and execute the following query
-- to show all customers and any matching orders
SELECT *
FROM SalesLT.Customer c LEFT OUTER JOIN SalesLT.SalesOrderHeader soh
ON c.CustomerID = soh.CustomerID;
-- (847 row(s) affected)
SELECT *
FROM SalesLT.Customer c CROSS JOIN SalesLT.SalesOrderHeader soh
ON c.CustomerID = soh.CustomerID;
-- 27104 rows
select Unicode('A') as Value |
CREATE PROCEDURE [dbo].[BuyProduct]
@ProductId INT,
@ServerId INT,
@BuyerId VARCHAR(255)
AS
BEGIN
DECLARE @maxPurchases INT, @enabled BIT, @purchases INT;
SELECT
@maxPurchases = MaxPurchases,
@enabled = Enabled
FROM dbo.Products
WHERE Id = @ProductId;
IF @@ROWCOUNT = 0
RETURN 1;
SELECT
@purchases = COUNT(*)
FROM dbo.ProductTransactions
WHERE ProductId = @ProductId AND PlayerId = @BuyerId;
IF @enabled = 0
RETURN 2;
ELSE IF @maxPurchases > 0 AND @maxPurchases <= @purchases
RETURN 3;
ELSE
RETURN 0;
END;
|
SET @isClimateColab = (SELECT EXISTS(SELECT * FROM admin__configuration_attribute WHERE name='COLAB_NAME' AND string_value='Climate CoLab'));
-- Delete database entry from previous migration
DELETE FROM admin__configuration_attribute
WHERE name='PINTEREST_ID';
-- BEGIN: Climate CoLab specific
INSERT INTO admin__configuration_attribute (name, additional_id, numeric_value, string_value, real_value)
SELECT 'PINTEREST_ID', 0, null, '70e4477f0ab70225da1533151386c16f', null
FROM DUAL
WHERE @isClimateColab;
|
<filename>addons/includes/database/upgrade/(db_name)/v.2.6.2_payment_final_msg.sql
ALTER TABLE `transactions` ADD `finalmsg` bit(1) DEFAULT NULL; |
-- your stuff: any events that has been added to pages you follow or by people
-- you follow
with users as (
select f_user_id as id
from user_followers
where deleted_date is null
-- and user_id = "<%= auth.user.id %>"
and user_id = '4a9cb039-2a8c-458e-839f-78b4d951c226'
or user_id = '89ebc4eb-99ec-4da9-94f1-63b54ad3e9d3'
-- XXX for testing one
union select '4a9cb039-2a8c-458e-839f-78b4d951c226'
union select '89ebc4eb-99ec-4da9-94f1-63b54ad3e9d3'
),
companies as (
select company_id as id
from company_followers
where deleted_date is null
-- and user_id = "<%= auth.user.id %>"
and user_id = '4a9cb039-2a8c-458e-839f-78b4d951c226'
or user_id = '89ebc4eb-99ec-4da9-94f1-63b54ad3e9d3'
),
tags as (
select tag_id as id
from tag_followers
where deleted_date is null
-- and user_id = "<%= auth.user.id %>"
and user_id = '4a9cb039-2a8c-458e-839f-78b4d951c226'
or user_id = '89ebc4eb-99ec-4da9-94f1-63b54ad3e9d3'
)
select distinct e.id,
e.title,
e.created_date
from events e, users u, companies c, tags t
where e.deleted_date is null
-- and e.created_by != "<%= auth.user.id %>"
and e.created_by != '1a9cb039-2a8c-458e-839f-78b4d951c226'
and (
-- created by people I follow
e.created_by in (u.id)
-- added to a company I follow
or false
-- added to a tag I follow
or false
)
order by e.created_date desc
;
|
<filename>app_server/1k/uploads/GBPJPY_H1.sql
DROP TABLE IF EXISTS `GBPJPY_H1`;
CREATE TABLE IF NOT EXISTS `GBPJPY_H1`(
`id` int(5) NOT NULL,
`open` varchar(30) NOT NULL,
`high` varchar(30) NOT NULL,
`close` varchar(30) NOT NULL,
`low` varchar(30) NOT NULL,
`time` varchar(30) NOT NULL);
ALTER TABLE `GBPJPY_H1` ADD PRIMARY KEY (`id`);
ALTER TABLE `GBPJPY_H1` MODIFY `id` int(5) NOT NULL AUTO_INCREMENT;
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.498','183.569','183.472','183.455','2015.10.14 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.114','183.518','183.501','182.739','2015.10.14 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.921','183.154','183.114','182.672','2015.10.14 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.767','182.971','182.922','182.767','2015.10.14 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.848','182.848','182.769','182.635','2015.10.14 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.922','182.940','182.850','182.819','2015.10.14 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.818','183.003','182.922','182.808','2015.10.14 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.491','182.837','182.818','182.469','2015.10.14 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.329','182.559','182.491','182.320','2015.10.14 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.642','182.696','182.329','182.327','2015.10.14 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.633','182.678','182.642','182.538','2015.10.14 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.632','182.703','182.633','182.559','2015.10.14 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.546','182.705','182.635','182.499','2015.10.14 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.742','182.771','182.546','182.498','2015.10.13 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.756','182.768','182.742','182.618','2015.10.13 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.582','182.828','182.756','182.556','2015.10.13 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.600','182.633','182.583','182.515','2015.10.13 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.554','182.720','182.600','182.550','2015.10.13 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.508','182.764','182.554','182.426','2015.10.13 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.192','182.570','182.506','182.102','2015.10.13 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.002','182.261','182.193','181.903','2015.10.13 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.365','182.436','182.002','181.826','2015.10.13 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.551','182.580','182.367','182.312','2015.10.13 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.434','182.670','182.551','182.296','2015.10.13 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.339','182.585','182.433','182.212','2015.10.13 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.873','183.972','182.337','182.336','2015.10.13 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.260','184.343','183.873','183.801','2015.10.13 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.685','184.256','184.256','183.653','2015.10.13 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.563','183.688','183.682','183.506','2015.10.13 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.533','183.610','183.564','183.496','2015.10.13 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.452','183.678','183.537','183.444','2015.10.13 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.576','183.715','183.453','183.381','2015.10.13 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.673','183.673','183.567','183.445','2015.10.13 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.085','184.090','183.674','183.521','2015.10.13 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.162','184.171','184.085','184.049','2015.10.13 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.181','184.197','184.162','184.128','2015.10.13 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.164','184.186','184.180','184.077','2015.10.13 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.069','184.211','184.183','184.065','2015.10.12 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.009','184.161','184.071','184.007','2015.10.12 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.085','184.189','184.009','184.009','2015.10.12 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.187','184.209','184.085','184.042','2015.10.12 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.086','184.265','184.187','183.971','2015.10.12 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.081','184.125','184.085','183.928','2015.10.12 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.330','184.387','184.081','184.033','2015.10.12 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.560','184.680','184.333','184.294','2015.10.12 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.563','184.663','184.560','184.463','2015.10.12 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.314','184.589','184.563','184.314','2015.10.12 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.425','184.504','184.315','184.314','2015.10.12 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.410','184.541','184.429','184.317','2015.10.12 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.627','184.674','184.413','184.366','2015.10.12 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.356','184.668','184.627','184.258','2015.10.12 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.196','184.418','184.355','184.181','2015.10.12 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.201','184.266','184.196','184.157','2015.10.12 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.222','184.248','184.199','184.172','2015.10.12 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.235','184.317','184.223','184.198','2015.10.12 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.139','184.306','184.235','184.126','2015.10.12 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.097','184.142','184.140','183.993','2015.10.12 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.121','184.142','184.097','184.010','2015.10.12 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.146','184.221','184.124','184.102','2015.10.12 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.064','184.269','184.146','184.063','2015.10.12 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.021','184.144','184.067','183.910','2015.10.12 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.440','184.473','184.169','184.146','2015.10.09 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.354','184.473','184.442','184.340','2015.10.09 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.367','184.425','184.356','184.254','2015.10.09 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.201','184.401','184.369','184.175','2015.10.09 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.224','184.283','184.201','184.030','2015.10.09 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.225','184.351','184.227','184.136','2015.10.09 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.518','184.565','184.225','184.119','2015.10.09 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.391','184.624','184.519','184.375','2015.10.09 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.500','184.574','184.391','184.279','2015.10.09 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.742','184.802','184.498','184.465','2015.10.09 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.546','184.793','184.744','184.495','2015.10.09 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.587','184.698','184.546','184.328','2015.10.09 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.628','184.810','184.587','184.539','2015.10.09 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.421','184.804','184.630','184.396','2015.10.09 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.382','184.465','184.422','184.365','2015.10.09 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.354','184.430','184.380','184.299','2015.10.09 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.249','184.366','184.354','184.197','2015.10.09 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.237','184.302','184.249','184.197','2015.10.09 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.150','184.265','184.235','184.010','2015.10.09 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.083','184.217','184.148','184.057','2015.10.09 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.044','184.101','184.083','184.018','2015.10.09 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.020','184.051','184.045','183.939','2015.10.09 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.032','184.059','184.018','183.941','2015.10.09 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.141','184.158','184.022','183.996','2015.10.08 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('184.255','184.261','184.141','184.054','2015.10.08 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.704','184.259','184.259','183.661','2015.10.08 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.748','183.906','183.702','183.696','2015.10.08 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.670','183.816','183.746','183.634','2015.10.08 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.319','183.679','183.668','183.206','2015.10.08 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.142','183.406','183.319','183.103','2015.10.08 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.181','183.200','183.142','182.999','2015.10.08 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.359','183.377','183.180','183.070','2015.10.08 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.856','183.920','183.359','183.312','2015.10.08 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.830','184.114','183.859','183.726','2015.10.08 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.612','183.849','183.830','183.463','2015.10.08 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.641','183.720','183.613','183.578','2015.10.08 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.336','183.646','183.639','183.334','2015.10.08 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.453','183.636','183.336','183.327','2015.10.08 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.476','183.511','183.453','183.417','2015.10.08 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.508','183.514','183.476','183.363','2015.10.08 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.627','183.649','183.508','183.420','2015.10.08 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.665','183.691','183.627','183.530','2015.10.08 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.803','183.944','183.664','183.575','2015.10.08 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.666','183.840','183.801','183.530','2015.10.08 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.756','183.772','183.666','183.632','2015.10.08 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.760','183.792','183.749','183.713','2015.10.08 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.813','183.857','183.767','183.699','2015.10.08 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.870','183.888','183.770','183.766','2015.10.07 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.703','183.880','183.870','183.644','2015.10.07 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.788','183.843','183.700','183.597','2015.10.07 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.679','183.846','183.788','183.656','2015.10.07 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.627','183.897','183.680','183.569','2015.10.07 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.726','183.790','183.629','183.411','2015.10.07 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.445','183.605','183.553','183.409','2015.10.07 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.791','183.884','183.444','183.422','2015.10.07 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.774','183.996','183.794','183.716','2015.10.07 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.833','184.038','183.774','183.702','2015.10.07 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.421','183.836','183.833','183.411','2015.10.07 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.615','183.682','183.423','183.414','2015.10.07 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.358','183.764','183.617','183.224','2015.10.07 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.963','183.398','183.360','182.837','2015.10.07 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.054','183.193','182.965','182.869','2015.10.07 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.005','183.144','183.054','182.986','2015.10.07 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.875','183.252','183.005','182.805','2015.10.07 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.061','183.129','182.875','182.489','2015.10.07 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.324','183.349','183.065','182.557','2015.10.07 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.210','183.350','183.326','183.177','2015.10.07 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.087','183.260','183.211','183.050','2015.10.07 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.089','183.126','183.083','183.000','2015.10.07 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.125','183.145','183.090','183.043','2015.10.07 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.999','183.158','183.125','182.920','2015.10.07 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.200','183.201','183.007','183.007','2015.10.06 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.123','183.227','183.198','183.075','2015.10.06 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.120','183.263','183.121','183.086','2015.10.06 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.081','183.151','183.119','183.010','2015.10.06 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('183.027','183.131','183.081','182.909','2015.10.06 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.849','183.175','183.025','182.738','2015.10.06 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.974','183.097','182.847','182.753','2015.10.06 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.574','183.040','182.975','182.547','2015.10.06 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.492','182.646','182.573','182.490','2015.10.06 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.485','182.583','182.491','182.373','2015.10.06 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.519','182.581','182.485','182.381','2015.10.06 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.455','182.722','182.519','182.382','2015.10.06 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.243','182.455','182.455','181.967','2015.10.06 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.149','182.372','182.243','182.077','2015.10.06 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.422','182.447','182.146','181.995','2015.10.06 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.696','182.706','182.422','182.383','2015.10.06 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.633','182.698','182.696','182.587','2015.10.06 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.669','182.715','182.635','182.577','2015.10.06 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.559','182.720','182.669','182.503','2015.10.06 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.437','182.573','182.559','182.422','2015.10.06 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.540','182.551','182.437','182.399','2015.10.06 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.432','182.557','182.539','182.371','2015.10.06 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.483','182.516','182.432','182.420','2015.10.06 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.389','182.488','182.486','182.320','2015.10.06 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.475','182.504','182.393','182.261','2015.10.05 23:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.561','182.605','182.474','182.432','2015.10.05 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.633','182.666','182.563','182.441','2015.10.05 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.530','182.663','182.634','182.405','2015.10.05 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.525','182.596','182.523','182.384','2015.10.05 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.421','182.701','182.525','182.394','2015.10.05 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.382','182.629','182.420','182.330','2015.10.05 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.421','182.507','182.382','182.210','2015.10.05 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.566','182.587','182.421','182.388','2015.10.05 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.603','182.686','182.567','182.481','2015.10.05 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.863','183.024','182.603','182.603','2015.10.05 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.447','182.904','182.862','182.437','2015.10.05 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.935','183.115','182.443','182.317','2015.10.05 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.646','183.019','182.935','182.613','2015.10.05 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.545','182.720','182.646','182.472','2015.10.05 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.544','182.564','182.547','182.373','2015.10.05 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.650','182.664','182.544','182.536','2015.10.05 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.587','182.651','182.645','182.549','2015.10.05 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.426','182.601','182.589','182.405','2015.10.05 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.383','182.449','182.427','182.279','2015.10.05 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.264','182.438','182.380','182.190','2015.10.05 03:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.171','182.324','182.264','182.091','2015.10.05 02:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.081','182.192','182.174','181.864','2015.10.05 01:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.252','182.367','182.073','182.073','2015.10.05 00:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.057','182.480','182.302','182.026','2015.10.02 22:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.853','182.246','182.057','181.853','2015.10.02 21:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.088','182.249','181.855','181.854','2015.10.02 20:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.695','182.267','182.089','181.641','2015.10.02 19:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.152','181.770','181.697','181.147','2015.10.02 18:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('180.966','181.276','181.155','180.720','2015.10.02 17:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.517','181.530','180.966','180.881','2015.10.02 16:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.299','182.526','181.517','181.220','2015.10.02 15:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.100','182.338','182.297','181.987','2015.10.02 14:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.017','182.192','182.099','181.986','2015.10.02 13:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('182.064','182.142','182.015','181.948','2015.10.02 12:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.777','182.240','182.061','181.691','2015.10.02 11:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.808','182.000','181.778','181.754','2015.10.02 10:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.761','181.969','181.810','181.753','2015.10.02 09:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.616','181.758','181.758','181.552','2015.10.02 08:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.701','181.735','181.616','181.536','2015.10.02 07:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.630','181.760','181.698','181.533','2015.10.02 06:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.667','181.795','181.633','181.604','2015.10.02 05:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.575','181.700','181.669','181.517','2015.10.02 04:00');
INSERT INTO `GBPJPY_H1`(`open`,`high`,`close`,`low`,`time`) VALUES('181.375','181.603','181.577','181.355','2015.10.02 03:00');
|
<filename>tests/schemer/PROLOGUE.sql
# PROLOGUE.sql
CREATE USER 'MACRO{TEST_USER}'@'%' IDENTIFIED BY 'MACRO{TEST_PASSWORD}'
GRANT ALL ON `MACRO{SCHEMA_ONE}`.* TO 'MACRO{TEST_USER}'@'%';
GRANT ALL ON `MACRO{SCHEMA_TWO}`.* TO 'MACRO{TEST_USER}'@'%';
GRANT ALL ON `MACRO{SCHEMA_THREE}`.* TO 'MACRO{TEST_USER}'@'%';
|
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Sep 24, 2017 at 03:44 AM
-- Server version: 5.7.18
-- PHP Version: 5.6.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `central_beach`
--
-- --------------------------------------------------------
--
-- Table structure for table `audit_data`
--
CREATE TABLE `audit_data` (
`id` int(11) NOT NULL,
`entry_id` int(11) NOT NULL,
`type` varchar(255) NOT NULL,
`data` blob,
`created` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `audit_data`
--
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(1, 1, 'audit/request', 0x789ced575f8fabc615575ed26fd087be145942da9bd806066330d6aaf5e2b1d7ba6be302eebd9122a1318c6d620c04f0cd6eaef67be4c3e4bb54aaa23cf4a195f209726600dbbbbd77d5f49ffad0079be19c3967cedfdf1988a9f4ccf785a99bad4d4c8a1d2d5a4362cae6fbc7c25464b35594a43c16561ad2d63032912c0f0b26d1cae9d7475a94b7948434e73203a60638bbb4285bb06b60b6e2342071f3ceb4056992d0a08cd2a4a1ec29cd3a248ede5146419ad93a66db1c9476a2a4a0c131a79dfaa8828b982da5113d1634ef902d4d2af50878f3f4db288e89a47565e16a4e822829d362371466494963010882ed0a6f0545f615e4f75f09a32c8be91bba7e1d9592a6ea5db52f5cbdbef5e6776d218ef65498d2609fbe12ac5d9e1ea8d497bb72575514d455145570c986e4512dc62ce89b2d120434e3e618e04949ef4b69571ee2368173a28030c7a57b46f9fcfe39f5100fbfbe96bb837674009fa46fe83aab97244bb6edcfa4cf38df60ca7516ff0dcd69cecf05c77765999992740ab81440587212af290976d2264f210049c8b44a079280d64e49d63195a224a4f73c7c5a637d8726411a46c99693e1a8edb751d616420af551d2b6b0ce9fed8f49b23d824a46ee812d34e9acdc364d2a7bdb51c817fdf6a1e08b5ebb88f802d5410bd2741f71695553a1686a75d7a067bb1e0a50033998f470bd72c743c1b65cecbab3f1b5d60b9560605064d050377aba4642a268b4d70f86cc56728ccbeb4da8edb710e283416274f88af6b34dff90865f29ca5058de2e6b4d7990a86b42347ddfdf6b0aa5ea2e0cd6eb508fd4a1e00745beb9960db4363455eb0572b859ab2a328c413fd015a40606221baaf4696fb0417a8f6a68b0d1fb481fc888688310a100ad076b22aa23043f51bf89e0218bea4d014f8d9110e267c013a88cabd45c15556c11dd645bf1c612715fc4135119891324622c8b18cd443cb28c87a53806920cecde963d90212a93bd28eba2ac884a5f1c18b0d8562788fab8357cacf297d3224ba1cb2e9a58634dac20b3f5b6b34cbf810a0b3b370f4dc341c8a0b3fad0027511e2fb2cca296f4c04edeeed8e6d4119088bf41d3c0c45900d5343a62c0bd3b9c795407a2d2848dab1a020f334e61500a72569a728d31caa0b5601dbd1160ec7a284de7f07e010f2c2cba0ae3bc00af6d732bc0132d42f751d2d73b23d10de7c5c23d75341031ccb3ba0ec780f598534bd8bfe8422db91bca0e5f5ca9b740c1e20169ff458d2c6ee34871849599e06b4284eedde40192bdca6cbbe0c2ae76288e9973613b34e04d3ac6496959eab578d7d3599e4e4c013a198ef23533e211ecb987242dd9b347c38c33418e262e78fd86124b5ca2058efe0f1ccc196e7bbdec85bb9bcbfcc1620780dceb79eb7f46f6dd7fb20586bf506cb5e2c40c9cc5e7c18b155b9deb85a4e9dd118fbb3858bad95837d07ff61855dcf7d02db8dda1558ec8fa678e1fd6f60370b2e376c645978e9fdc7119ca59c9fe7e0097658eafe4d388ee4278ef87861d9e3d962fa22983f17ba1b2da62bc8ce3f85e8a7505ab6fd7a86ff8febff3d5ce7f7afe5c8bb6d10593a16b9b48e12b3fa636f055fb17f9eac1378f8ee6cba00a07078c6a0209a7e6dd8f6c47b33aab82aa4789431789550b7d745ba70b54aa2fb57c2d309c12aa1965e8ce6f8833873de321a8f9d1aa44cf3b9fcd276785342db1872c373f0dcf6f087046139b6add51cf0c5776cbb120509690577c64202b43f509a13c98dca6a7cb12b6d0d58be6bdde2cada5ed590cd06c0420fbff5fc2534edeced459898ea86f90bcf4517fecf678b26e80fe9f1f7f49e1c00e2ba417a38e5c27266d09f93d91d6e22aae91f51ff027470b4e866bbec59249b28c3499a6ed4494417a364e5dcf1b880df2fa8ffbb5189940b1d1064e70b184a4e8d4a10d828bc561a809a8e3cfc66f405cc110f3b939185ebbb86359d494a577956954bc7f66ccbbeaba73ec39dd3ae8b94ceb1776b8feb229962af71ec255b94b3f8ca9971aef68fbbfdbb4b3d75da9a94a9fd17f53cc98ec1af5dbe8bef26bf545431ce1e78b339f62777f6085c0f2180725f1928baa67675e394e3f34ef6a977dec32e1f4dd8f8c584b761149e07fb63053cfc2e71712b6906008197f7dc95cb4f058dcf95edbaf6b2190775926028d48c6632f04202ad1f1f1075a5d453a2d9fff1615103d2696234121f1f1cb5dd1cd92ba0814ef897a70884b3beec9d754302582020d09f67dbef7ffcdb6f7efaabfce7d95fd854f813faf487eda757bfddffea935f7ff7097ca63d361756860bee39053a6b13708cdddde066587fe6fb3effd0bff8cc571831a7e5314f5679dc44e16999ad49b06faaacee14df6735109968f8f8f833c2e0db82, '2017-09-23 18:35:53'),
(2, 2, 'audit/request', 0x789ced57dd8eabd615566ed237e8456f8a2c21cd496c031bf3632cab6130f658676c5cc03d275224b40ddb36310602f8642647f31e7d98bc4ba4aaca452e5aa94fd0b537e0f18ce61c296913f5a217369bf5b7d75e3fdf5e60431a18ef4b43333adb04977b527646d8108df70fa5218946a7ac70752aad2c229d516c20511c9554a353906f4ea4ac6e088e48c17486d40c70f6595975406a6874922cc449fb4ead85599a92b08ab3b4a51c08c97b3889df114a418ad139e5bb028cf6e2b424e1a920bd66ab92a9181da9553d95a4e8e11d496bf308788becbb3849b0a0f445ee6a81c338adb2723fe2e66945120e089ce3716f39490c2414a8af3833cf13f2866c5ec795a0c85a5f56b9abd737fee2b6cb25f1817033121eb2579cb52fb2231154b12ff66549427d4992390f6f7111376ad403d5e8e03024397347879354e4ae12f6d531e962d8270e313db87047299fdf3da71e93d13763b13fecc6473893f02dd9e4cd12e7e9aefb99f019e3ebd4b846e3bf250529d8be70f07d55e586209c032e84109602271b82c3bdb02d3208401a51ab425640c684bcc84252967f8aa3711d50a5f5be47d2308be274c7c8b0d5eebb38ef721181faa84897db14cfe4139cee4ee028250fc01792f6d65e97a4b5bfdd38620bb57b2cd962d02d63b6404dd0c22c3bc44c5b5664289ac6dc18ecec36230e6aa00097eec76b6f32e21ccbb33d6f3e192b83480a873a413a89347da02938c29242066a38a2bee253528db79172d841888f3a4ed0f16ba2e65bf598455f4bd2885bddac1a4b4598ca1b8c15eda01e148910791f859b4da4c5f2880bc2b2d88e451d6d74455606a1186d37b28c747da8869a84e45047784b24950c865ba40d8882865b4d45da504458194608856833dc605e3611fc78ed3a8687c8cbd7253c154a4288ed014fa052aed4706554b379749deff86b8bb755de9ef292c94f116fdb226fa3396f9b967ebfe2274012813dd8d107d279697ae0458d17255e52f9a10e8b5dbd03af4d3aa3873a7f0529f30cbaeca28915dac412323a6f7babec5ba8b0a8777ddf361c840c3a4b8516688ad0becbe382b0c644d0eefefed4e5a421b7ccdec1439738513714648822375bf8cc08a4d78282243d0b0ab2c8125601b05b9af5ca2a2ba0ba601552892e773c9515f4fe3b008788155e0e75dd035678188bf006c8d0bc3475b42af0ee8859f3318bcc4e0d0db02deb80aae7dfe735d20c2efa138a6c8f8b9254e3b53fede92c40343ed9a9aa0d80c1234ea1287b15de244488d388dc9d7bbec533858268d36a5f85f5091308ec570ba6eb5355eb4c368c5a734e6d5dbd6a1dad892b5ce0e325144b67c8bdcea2fb470638e0d9ee5f6c97926406e534b5ae3d99bbb6e5079e6ffa6b8f3597d101f86e90f9c6f757c18de3f92f22b5d20858ce720946e6cef265b896c54670bd9ab9e6c40ee64bcfb6d6ae1db8f69fd7b6e77b4f30bb35bb068f0373662ffdff0de0a6c1658e999665affc5f1dbe699ad97eae3db55d9abaff128823f1c941027b693993f972f651247fae746b2e676bc8ce2f82f373282dc7793db7ff0feabf1da8b3e16b65fa372d1c0ba7b21036716ad47ff4ad642bfacf9275068fc09bcf9600142ecb181444dbaf2ddb99fa6fcc9a2b438acd9c62ab80fa833ed2b8ab751adfbde29e5e0fb4121aeda5b9b05fc49947117332711b90328ce7fa2bc7654d096da38b2dcfb5178e6fbfa408cb8963ad17802f81eb38b52a68086b18184b01a0fe484881052faeeabb8bceb30d60059e7563d7de0eea866c05000b7dfbad1faca069e76f2fc2444db7cc9fb92fba38ff62be6c837e9f9dbe2077f80810d70fb3e33917963b87fe9cce6fed36a2f4c679d1fc47a083dd5dfd7c9f3f8b641b65d849d1f42689e8e22a59bbb72c2e20f011f32fdf93147d66a66fbf31bf844bc2b7dda969d9cd1461cde682d4979e95dcca757cc7726e9bfb9c82ca59ea225f0bdbbf71264d05cc6cbff51ab8ee9770fbb90dfcb5352d3daaaeddf92f3f8f74ce479b0b59fda89d2761d7d9301578f6edf4e7aad259a43d813f5fd8c1f4d631e1d811044f54a5a1a4297a5f94d473f61e45e917dca3101d72da98b5d304451036145c8c172d92637879cf5cbf1cf8157641ec36cda95a5c6f1202e8de305a88674d01563f8cf44d553470dfca7f18f51b6439437fabf1e11ba0f19b41748d18501dfff17500f0f43e36c427b621de34109087cff3ddf73ffef30ffffa87f8b7f94f14de7f409ffe7df7e9d51f0fbffbe4f77ffd043eb61edab19336b8f798028db6041c8c0e6130e2351feb41c03ed79f4e88415090ea54a4eb2269a3f0b4ac36383cb455d5605c10c411fbb41f3d3cfc1b619bccc5, '2017-09-23 18:35:58'),
(3, 3, 'audit/request', 0x789ced58dd8ea3d811d6de6cde2017b909b1446666d73f70303fc6b2b46e8cdd9e6e1b07e3999ed54ae8188e6dd61818c0d3ddbb9af7d887d977891445b9c84522e50952e77070ff647aa4d9ec468914a9dbc0f9a953f555d55705d894bbe6f785a99b8d4d8c8b1d291a7d6c4ae6f7ef0b5396cc4651e2f2585869481afdc85424d42fe88e464ede1e49519e131c929ced91152a07a6766951366059cf6cc46980e3fa998a0bd224214119a5493db227246be1387a471a5c34ac294952b662926ccb1d1d55cc86ac186c1e6e031cec488baecad3981f74c0372dbc2503893e6b6623cda36d549d014fbbb2cccc4ee7813648351bc76c9b83fead28294870cc498b5b55b08d7068ade4b12039959f548620989ba5df45718c3b6a5b129ecf701025655aecfac214948f0518109ca57025c8922f235f7b210cb32c26afc9fa222a3baaa2b7154d787e71eecd2e9b421ced893021c13e7d2158bb3c3d908e26b5a5b622cba82dcb8ab0c41b9c477c5ba5c11d4ce56dc6a053001a0c874401a6f8766e5ad7d7d7ad4d9a1f5ac71cb00cc0872187070701c9982d06c050929bb2b32b0f71f3c17e3af2e5cde3d143dc7f3b90dabd667400403ad7649df15b9c25dbe6179d2fd83cf3964ee364437292b373e57ff544270013721caf0938b5b3c9994d2195da39e004a4b64abc8e49274a4272c32c576bed5bcca428d9b261386afb5d94358590401c97a429acf347eb639c6c8f20920e77411792b456cb26492a7d9b51c86eb4e6a16037dd6611b11bc4410bd2741f5550ab80752d6e0072b6ebbe000194834ab783d572d4171c6b692f97d3d140ed8672d033083248a81b5d5dc5219655d2d5823ed5151fe372b009d5fd16203e183846876f89966db4431a7e2bcb7d6171bee092f22051d618abfa5edbab3221ca2e0cd6eb508f94bee00745be1948065a1baaa2760329dcac150519464f0b7419298181f086c81ae9f63648ef1215f536ba86f49e84b0da0b110ad0bab7c6a23244f02fea67115c2451392be0aad22184d8197085513a2bf3590555d3223acbb6e29925da9a688f4579288e9168db9268a3a9680f2de376218e604882e9ee965e9021cae3bd28e9a2248bb226f60cb8d9562788faa8d17f5ff92f274596428ade231b8d720dcd82abd622bd86080b5b67b775b6026490961ae40f0f42fb268b72c2b21a015978bb6353907bc23c7d0717431624c354912949c264e6d52c633196b1ee584683d392b45594690ed105778c879ac2e15894401cef80c342167819c4750ba682fd408227a015fec0e36891e3ed01b3e46312991cfe78995679f6f3e50b686d71a6f03853a0eebd9c87c0dde1bc20e560e58d5b06039d629e1e4b520b4873c0bd13e40457638c416a3501b946adc8379c956370d3370edd659d064cb3da633131cf5fd4c2abd105cef1e17eed914f35e62c0d6fe98452fb9cdb23789fca7cb0cec5d7958701ec2a699224bf5d9d292f37b7ba822faedf5e8d93f368e6add5eed7fad82fb4e2fce5d5c1bbd193eb5bd9caae8ad6edd7b17216bff10e0e9abcf36fe2a1f76afbb277edbb17ef26afac37174787e06b5119c1dfef1906a27ac6bc22aaa3013a0d45c92e85ba4207a59ac24684e92a94a9700708a276ab5c5d1627346e7e11ad0703e651b3c194bc7f3833809745c4d38a5bc047c188f7efdfb3e058daee2bdb653e3398d340806b8fa6ae6d79fed21b7aab25770792245ec1cf3d6fe19f3b4bef83ad83ca1758ce7c0e42a6cefce9fe01d678f6dcf32fedf9c43b7fd43f18b5a0a1756e53719eeb5c7ea889a001c8563aee74329d7fac955024be74b598b8c391ed4fe74bdb5ab9b6efda7f58d94b6ff9a09fa86d59014cfe7002aafef734153576de9b85fd49a975826b6859f6c2fbc55b0baa2c3bcfb5c7b64b83ed67224c243d30c4b7e796339ace271fed321e6fba1cce272b70ed4f6a354e505a8e7331b5ffdf70fce71a0ef6feb21856ac415b85ceb1c83beb2831ab1ffa54b03bfa5b73424577fe723a9903b5b9cc63101075b2d7d3ced87b3dac661570f130a375bf83dadd36d285e7ab24ba79213c6c5d6824f0ddf3e1ccfe2033de2d198e462e673bd37cbc7fe1b82c29216d8c13bfb9f6ccf1ec0f6d84db9163ad66940b5cc7a9b6c28ece0ade848a0eb40c074272dc594665d55751e2e56ce72f815a2b6dbb55423e60e62bcf5f40d24eafeec14445d7939f782eba67ff8cf334807e9b1ebf2237f800fcd80ed2c3c917963b85fc1c4fa138704455fd09f11fa10ec616ed6c973d42b246194e5275833b11dd2b7e2b97151b8586d6d3e21ff75b94772643cf7e3d7c03b5c5b3ddf1d0b27911b626d38edc961f05dbc2753cc7aa2a1b2f79a755f73c35b3bd73e714f7bcf8528561da7d03a5dae5cc5787b37cb777e54e7f8a29f2c909b50314eda3121e606db0eede5fda97e34fdd4a4b7fadbb379dd9fef8d21982c121e02669724fd635b9ddd3f493cbee96d24f1f778b68870cf931b1bdbb76f504dfff56bbc6bab5baccf0b72ae3aed270e9acde70f4eba2c3f9024a0f9fa8eb0fcb5890fa7419e2eaf05a54af7fba2471da3bd5a57ac7d3e589eb7df2804c3bb47fbb56517023537a201be2820201f1f265b6fdf12f7fffcd3ffe26fd69fa575a7bfe883efff3f6f3e7bfddffeab35ffff0d916e0aedfad28fb2cef6247a7590b86d19e169bf5d738df67dfe3d897353e541c838014053db5c5a2902693efe7a43ce6c92a8f6b601e66c41a07fb3a2178a6fb7e145229a8ff502e3f9dbe1ef257abfbb36c220af8a73b387a83850d6ed16f63055f7b8085f517961e0f4be1197a26381949e0bd264a84724704169d6cbc29f0a8144ce199f48c3bae8c4a1ebd10621e5b5c09f81d7bc7f827ccd5483a, '2017-09-23 18:36:02'),
(4, 4, 'audit/request', 0x789ced58dd8ea3c815d6de6cde2017b909b184a667d73650181b63595a1a63b7356de300cecc4a2ba132946dd61858c0b3dd3beaf7c8c3e45d2245512e72914879829c2a0ab7bbd533d26c7e948b5cd814e7af4e9d9fafaac086d2333e94c6c0686d135cee49d91a6143363e3c9486221badb2c2d5a9b4b288b446b181647954528d56417e3891b2ba21382205d30169b003ac7d56562d101b1aad240b71d2bc53736196a624ace22c6d280742f20e4ee2f784515490c1e19e7440b22ab2841b3ae2bb0ede91b14cdf9166b44ef9ae80a93b715a92f054900e77a864568c96d2d83f95a4a0aa69ed0302de22fb294e122c695d59b85ae0304eabacdc8f84795a91440082e078c23b4191030505fdd78299e709794b366fe24ad2d44157ed0b576f6efcc56d5b48e2031166243c64af056b5f644722f5e5aedc551505751545153cbcc545ccd5a8077da385c390e4cc1d1d565291bb4ada57c7a48d619e38c4343ad21da57c7df79c7a4c463f8ce5eeb01d1f614dd28f6493f321ced35dfb2be92bc6d7a9f101cdd29614a460f3c2c2f755951b9274ce8a1442580a9c6c08845cda1610729246d4aa74c42958ed54789310294e2372c7c2a735de77481a66519cee1819a6dafd14e76d2122504515690b9be2997c82d3dd094c52720f7c216967edb5495afbdb8e2336e8b78f251bf4da65cc0688072dccb243ccb4550d8aa43137063bbbcd48801a28c0a5fbf1da9b8c04c7f26ccf9b4fc65a2f52c2a14e904ea281de1b6838c28a467afd70447dc5a7a41a6f23edb083101f759ca0e3f7a49f6ffbc72cfa5e5146c2ea66c52d1561aa6e30d60687fe41530851f751b8d94483581d09415816dbb1aca38daea95a2f94a3ed465591ae0ffbe140416aa823bc254a9ff4865b34e8110d0db7833e1a0c6584b56184508836c30d165513c14f1c5cc7f09045f5ba84a7464908b139e00954ca55385745355b44d7f94ebcb644bb2fda535131c529126d5b166d34176dd3d2ef57e2044832b07b3bfa40baa84c0fa23c10654554fae25087c1ae9e411c4c5aa3873a7f0529f30cbaeca2d535dae90a325aef3aabec47a8b0a8737ddf341c840c3aab0f2dc08bd0becbe382b0c644d0cafefed41694a1b0ccdec343570459373464c8b2305bf80d06580c03ac470ce8c36c69d629abac80ea82114389b6703c9515f4fe7b409088155e0e75dd01567818cbf006c8c05f781dad0abc3b62d67ccc22b35343034ccb3aa0eaf8f739a3a1de457f4291ed7151926abcf6a71d9d0588c6273b55b5019de2d44b6dc37abe013d8d422d6fb5ef38ca2510d8ef164cd7a7aad6996c18b5e69cdaba7add385a1357b8c0c74bc056cec07c9d45f78f0c70c0b3dddfd92e25a975fac075d79ecc5ddbf203cf37fdb5c79acb6801c873d4bdf1fd5570e378fe8b70ae7101cb592ec1c8dc597e04d3f546d0b46e6c2aeebbceed4bc0aeca5c72bd9ab9e6c40ee64bcfb6d6ae1db8f66fd7b6e77b4fd0bd71600d6b0bcc99bdf4ff37209ea68139665a96bdf2ffe3404f0b82cde7da53dba549fe37c13d929f2c24b0979633992f679fc4fce74ab7e672b686ecfc2ce03f87d2729c3773fbfff0ffdf837f76965b99fe4d03dcd2a92ca44d9c1af51f7d2bd988feb3649d6126f0e6b325408acb320605d1f46bc376a6fe5bb3e6aa906233a7282ca16eaf8b06c2d53a8def5e0b4f37125a095c7b692eec1711e951c49c4c5c0e6786f15c7fe5b8ac29a16d74b9e1b9f6c2f1ed9714613871acf502f025701da756050d690d47cb52824de1484881252faeea5d8e9e8f3960051e405eed6daf6ec84680c2a0fdce0f56d0b4f3771761a2a61be667ce8b2ed6bf982f9ba0df67a76fc81d3e02c475c3ec78ce85e5cea13fa7f35bbb8928dd9b5e34ff09e86068d1cdf7f9b34836518699b481ce93882e369db5cb36811e087cfe41141c9d99befdd6fc163609df76a7a665f3f386359b4b4a577956722bd7f11dabde77f8867496bac8d7c2f66f9c09af8099ed375e03d7fd16f64997c35f53d3caa3eada9dfffcf528e77c34b950fb9fb4f324ec3a3b76059e7d3bfd5c55ba3b372bf0e70b3b98de3a262c3b82e0c97d65a800527565559765593967f0519cde0a1f05e991a8895b73f6a028c28e1017879106cd31bc7c60ee5f5e0f34b649ec367c650db6f3a400c2734603f3ac31c0eac7d19e570687fc46fee3c8cfd1e50cff8dc6c77701ee3783e91a35a042fee52d0120ea436cc84f6c43bc6920200f5fe7bb3ffce5efbffac7dfe43fcdff4a21fe8fe8cb3fefbebcfaf5e1175ffcf2f75fc0d5eca139a4d226f71e5330a06d010ba347366c341f0082807d026097794e2a4f707b2bcb7a567ec20c828254a7225d17491397a7c5b6c1e1a1a9358e7c411047ec03c2e8a9593e393d66f323f7259731e2907f2c80a9b758d8e20ebdd2975cf60882cdad1232e6147047115ea1578293939444429c0ad59e08acdd18bd0da47d062604437825bfe279abe22a397f806047706ee03710c187877f02cc6821be, '2017-09-23 18:36:02'),
(5, 5, 'audit/request', 0x789ced57dd8ea3c815d6de6cde2017b909b284d4b36b1b288cc1582d85c665b7356de300cecc4a23a132946dd61858c0b3dd3beaf7c8c3ecbbacb45ae52217bb529e20a70a70ff687aa4cd26512e726153d4f9a953e79cefab8298cac0fc509abad9d926a4dcd3b23326a66c7eb82f4d45363b6545aa53696711ed8c6313c9f2b864169d827e73a265754d49440b6e33626e40b2cfcaaa035a23b393642149da77e62dccd29486559ca5edcc81d2bc4792f83d653348333ba77c5780d35e9c96343c15b4d72c557213b3a3b4a6a792163db2a369ed1e816c917d17270991b4be2c5c2c4818a75556eec7c23cad6822c084e078c25b4191030505c3578295e7097d4337afe34ad254bdaf0e858bd7d7fee2a62b24f1810a331a1eb25782bd2fb2239586725feeab8a82fa8aa20a1ed992226ecc580443b343c290e63c1c037652d1db4ada57c7a44b609d38246ce3d22d9bf9f2f6f9ec31197f7329f747ddf8087b92bea59bbc19923cdd75bf90bee0728339d759feb7b4a0055f1736beafaadc94a473c2a510d25290644349b897b64506094823e6553a9214bcf62ab249a814a711bde5e9d3dae87b340db3284e777c1a96da7d17e75d21a2d01f15ed0a9be2997e42d2dd095cb2e901c442d3dedaebd2b48eb71b477c30ec1e4b3e1874cb980f5093b430cb0e31b75635159aa67177097e769bb1003d50404877976b6f32161cdbc39e379f5c6a834809470645068d7463a06b24228a4607c370cc6225a7a4badc46da6107293e1a2441c7afe930df0e8f59f4b5a28c85d5f5aaf15484a9ba2144d30fc383a650aaeea370b389f4581d0b415816db4bd9401b4353b5412847db8daa22c3180d435d416a6820b2a5ca900e465ba40fa886465b7d88f4918c88368a100ad166b421a26a21f889fa550c0f5954af4a786a6c0a21be063c6196499546aaa25a2ca2ab7c275ed9221e8a782a2a96384522c6b288d15cc4966ddcadc4094cc9201eecd80319a2323d88b22eca8aa80cc59101835dbd82a84f3ae3fbba7e052df30c50f608c41a03b182cccedbde2afb163a2cea5dddb580839401b2860081a609f16d1e1794031301dcfdfda92b28236199bd8787a108b2616ac8946561b6f0b91328af0d0d497b3634649125bc0360b534eb9555564077c128641a5de1782a2bc0fe7b208788375e0e7ddd035178b894e10d98a17969fa685590dd9170f0718fdc4f4d0db02c4740d5f3eff29a69068ff0094db6274549abcbb53fed193c412c3fd9a9aa95959a6d2450a90019a59417d9364ee819f62da5312c46f45015f1e9f88e99bc0beb9d2690e0775e636e9fe74cb3b65dd5fe2e5eb5f136d3a420c7c78cac9c99f72a8bee1e04108487ddbf60974da99cd159855d3c99bbd8f603cfb7fcb5c731667680c51b82bef6fd5570ed78fe47095b6b146c67b904277367f971d656e54671bd9ab9d60407f3a587edb58b0317ff798d3ddf7b42ddaddb35441c5833bcf4ff37f89b25970766d9365ef9ff71166765e6ebb9788a5d56ba7f139723f9c94602bcb49dc97c39fb24a13f37bab196b33554e75f62f5732a6dc7793dc7ffe7f6ff1eb7f33bd8caf2af5b56964e65216de2d4acffd85bc947ec9f17eb4c1e81379f2d81285c5e31688816afadd899fa6fac5aaa4289ad9c51ac84fa833ed2858b751adfbe129e9e12ac131aeba5b5c01fe59907156b32711b9232cde7f62bc7e5a004d818722b73f1c2f1f1c70c613871ecf502f825701dc76f895c5a032d971230fe91d282485e5cd54718bbd636841578f635aea31dd4806c15800b7dfcd60f5600daf9db476962ae5be1af5c173ddaff62be6c937e979dfe446fc91128ae1f66c7732d6c770ef89cce6f709b514d7fc1fd27a883b3453fdfe7cf32d9661956d2007b721be1f92859bb373c2f70c87ec2fd8bc72523a099e5e337d657704ef8d89d5a366eee13f66c2e297de559d7ad5cc7776ce7a639d919af9cb51e956c81fd6b67d234c10cfb6de02075bf8203d06d18b06d6be5c174edce7fd396947355da8aa8c34fba7a927c83dfac020fdf4c7fada9623c6cc29f2f7030bd712cd87904f99387ca48d1f5515f360c599695731d1fd4d927dd8322bbf5b4a96bef158c4bf8f5e0d145a3e574022f1f78f88fbf00347e54ec36cdce5a866fea023cdf085ab2e7f000af2f737ed31c0df1b7fa2ff37fc331e743a0b578f92c68e2e6645d730734c96f3e1880a83ec4a6fcc437e49b2502eaf065befbfe6fbffce11f3fcb3fceffce88fe07f4f94fbbcf2ffe78f8dd67bfffeb67f0f575dfde4319d4bd8712e80c19b031761d83cb5ef3f51e04fcfbfde95d31080a5a9d8a745d246d169eb6d6868487b6b31ab60b8238e2dffae3fbfb7f0208acd4b9, '2017-09-23 18:36:19'),
(6, 6, 'audit/request', 0x789ced57dd8ea3c815d6de6cde602f72136409a967d7367fe6c7582d85c665379ab671006766a5915019ca366b0c2ce0d9ee1df57be461f22e91a22817b948a43c414e15e076b76646d96c12e5221736459d9f3a75cef9be2ab0298dcc0f95a99bbd6d8aab3da97a136c8ae687c7ca9444b357d5b83e55761e93de243165519c54d4a25792ef4fa4aa6f098e49c96cc6d40d48f67955f7406b6cf6d23cc269f74ebd45799691a84ef2ac9b3910520c709abc27744656cddea9d895e074906415894e2519b44b55ccc4ec499de9a922e500ef48d6b89741b6c87f4cd2140bea50e4ae16384ab23aaff613cec96a927230c1b93ef79693c4509243ed156715454ade90cdeba41654451f2a1a77f5fa3658dcf5b93439106e4ea243fe8ab3f7657e2482260ec5a12249f2509214cec75b5c26ad198d40337b388a48c1c231602735b9af857d7d4cfb18d649224c372edcd3996fee5fce1ed3c9f7d7e270dc4f8eb027e107b229da212eb25dff6be16b2637a8739de67f4b4a52b27569d2ebba3005e19c702182b49438dd101ced856d994302b2987a1568da848ad47592ed2aa128f36d92b2e44b6ab78101c9a23c06399b86d5763f26459f8b09b4484dfadca67ca19fe26c778258e9f408ea40b2c1daef93ac09b99fc46ca0f58f151b8cfa55c206729bb728cf0f09b3565405faa675770d7e769b09076d5042480fd76b7f3ae15cdb47beef4cafd5512c456383c806897563a4ab38c6924a465a34a1b1e2535a5f6f63f5b0832c1f0d9ccac7ef88566cb5631e7f2749136e75bb6a3d9551a66c3056f58376502542947d1c6d36b19e28132e8caa727b2d1af2c65015751489f176a328b2618cb5489764253264bc25924646e3adac8f882a8fb7ba26eb6351c6ea3896e548de8c3798572c197ebc7e93c043e4959b0a9e2a9d9265b6063c61964aa556aac88d98976f8a1d7f63f348e3d18c972c7e26f308893c921d1e59b6f1b0e2a730258278b4a30fd9e0a5d98117755e947849e3c7060c76cd0abc3eed4d1e9bfa95a42a7200da058e558a6349367b6f07abfc0768b27870f3d0610e5206e0d200056d1fa2fb222909c3a60c880ff6a73e278db965fe1e1e86c48986a9caa62872f345c09c40796de84932b0a127cb3c651d00ab65f9a0aaf312ba0b4611d5e873c7535503fcdf033fc4acf10a68ed0188a2c3b5086f400eed4bdb47ab12ef8e98e18f79647e1a7680651908ea41f050346433ba802834d91e97008beb75301b182c41343ff9a96e94a586709e9003ad9f9f1aee61c8ef584d03cd981cea32391ddf51937751b3d31412fcce6fcdedf39c6936b656e3efea55176f33bdc2253e5e92b27426df9b3c7e781240103ef27e8b3c3aa53052a715f6d0d4f1901d847e60056b9f61ccec0191b71c7d1b04abf0d6f5838f72b6da2ad8ee72094e1c77f971e256c45671bd9a7bd61485ced247f6da43a1877eb3467ee03f63efceed1a220ead395a06ff1b144e93cb02b36c1bad82ff3891d332b3f53c34431e2dddbf8fce65f1d95e42b4b4dda9b39c7f96d35f1add59cbf91a0af42f11fb399bb6ebbe76d0ffe9fdbf47efec26b6b282db8e98a14f4a61936466f347df2a36a2ffac5867fe087d67be04aef058c5a0213ac876627716bcb11aa90225b60acab2823c1c0d659dbb5a67c9fd2beef941413ba1b55e5a0bf451aa7952b1a653afe529d37c69bf723d864b408e2176320f2ddc007dcc108653d75e2f806242cf75838ecb8535e0a61280f48f849458f093ba39c5e8e5b6e5acd0b76f51136d8bc94e01e830406f837005b875de5ea489baee843f715df962ff0b67d925fd213ffd9adce323b0dc30ca8fe75ad89e03f89c3977a8cba8aa7fc2fd67d823c962723f2cf6c58b4c7659869554c09ed845783e4dd6de1dcb0b9cb3ff34395d9c989480e65680de58dfc25111206f66d9a8bd52d873479086d28bae5b796ee0daee5d7bb8535e396b5d946c81825b77da36c11c055de020f5be8533d06b19b06b6be9c974ed393f6b4bd2b92a5d4514edb3ae9e25df6097abd04777b39f6a2a194f9b089c050a6777ae053b8f217fa2268d25dd90869aaa9e6bf8a44a3fea9e94e8a5a74b5b77ada03cc26e0717f78c8ecf31bc7c60a15f7e00a8ec98d86dda5d75ecded60438be157444cfa0015e3fcdf76d63b4a4dfe97f9afb5b7e391f009dc5a7cf81366e46d40d6f4083fcec430148ea43628acf7c43be6922a00edf14bbdffff96fbffcfb5fc53f3a7fa124ff07f9cb3fedbebcfad5e1175f7cf5bb2fe0e3ebb1bb865298fb4f25d0292a6063f4360677bdf6fb3d0cd917fcf3ab621896a43e95d9ba4cbb2c3c6fab0d8e0e5d57b54c178649ccbef6278f8fff007960d714, '2017-09-23 18:36:21'),
(7, 7, 'audit/request', 0x789ced58dd6edbca11c6b9397d835ef4a684001e38a792f827521405a147a2a81f5812158a8a1d2000b1225712238954482ab213f83dcec3f45d0a14452f7ad1027d82ce2eb9b2e5c4464fd206bd38866d92bbb3b3b3dfcc7c332432a49af13135ea4669b945e91aa7a5263244e3e35d6a48a2514a33941d52330e70a9191ab2283653b2a294e077079c66038c029cd0359242f4c0d43a4eb31288358cd236f6d1963d13757e1c45d8cfc23862231b8cf715b40ddfe352a11a64321c65952d8e56d99a8c2a4649d65472a71925e4fb784f15d6c8d37ebf0d7d44340a6fd3382a7319bec984b7e83d4afd24dc6765ee47e1c726f7ae255645a9501127e12acc2d80a77596ed0d4138b755364a37153f4d96952cde602aabeb80d16dc79aecdceebaffeef57ea9a2345dc923df35afe5e86525bbea5f89e357497797b457fbf9dcb42f57e12dde0dd0ab4167f23a3caaf36d47ca161f6681a8a9d665e7321b7d1877172f5b2d86c621c54905ade0f8b91592511ac71fc2ed16096a55e42ec6c80fa32c4ed74d6e08286d3918e0ec1977cd49a227c99ef6826b0322f80a2f2ec34c50957a55d1b88bcb813b1e95b96db8c15c1ffb9bf80567ae937887050d60a92a9224572549e166688992b058c6f0b9a914cec641e518e61e217eba1e8f06009d934f32d498f7b2db3df5684d3f77d24de5783c569671b2ab1c1270b10fa11534397f8d921467adb9dbabe8645d9dc4d8122738a14eab7dea27c1877d12b45d60e4af856542370e84235e08044601d46561b44a058898f85020aab200aad0ad619e0ec36eab0fe1becc0518d220c3656e913c92dfa2687500d7d043815f705499cfca386a92d0d2cb61406fb4f22ea537b5721ad21bb9083a3f8e37215dada810d04c5d0bf4ac1600c02149c0a4dbd67cd66d72b639b366b361b7a5d602c96fe858d67150d76b7515054852714df39bc45674d866ad65a06e5600f04e475b79f7166bfba5b68b83b792d4e4a68369a129f1236581905adf681b55c2585907fe6211d443a5c97924d25ba22e2f7455516bbe182c178a22eb7a43f3eb92acf8ba8c9658d270adb194eb35acca8d655d93eb0d51466a2390655f5e34168857da32fcf1f54e081791573a295c553224cb740fb8c22899958a5945cea779b9b35ff11d93b734deeaf1529befc9bc6589bc250f79ab6deab753be0b43224cd756e422ebbcd4dbf0629d17255ed2f8860e37ab7c07bede2d35ef72ff2538ddc7518a1f70954ea88a44eb75651a1f21c8824ae796e5204006c9a64156147168ddecc38410636ac8406aeefa50e6a4063789dfc3459738513754d91045ae3f76a91270af0931892b26c464126f6904c06e515c49b33881e8823b9f4894b9dd21cd20c1de03050634f0f610da1598f2372d119e12cc1e8a389a2668b5439490a846aa87659f59649f5b649f227d4a919f493649225074f1e2b0aab868c50ea1367c0d35d0a2b650449fd10193eb1e12c4881c7656356603131885d186da0c9a9ec9d580080b452c0bef437cfc638656ad477b832f892be34346cf4588f1c924a7458299a68164803759121e766fc892377eee942dc4c29b59b1dc3c8d1946beb69debbb78c18e950f4f5182760f6ba474aa859d38b825130a0baec2199cfb955408f839e8488fad010879b2fe6f2a11af74e1f707862a358e573b7887c22daf765b8700cecfd7c4c29d553fde7d224c408ed00e9fe43f9188f0d1db83c5c7380988d42702391966e742e82dba69156ea6828cb9bb9822c7653177ef1eea0586d63729dfe0a6b373102b6a85151440662f05e5a7071016c9cc80238f6a21c6a2ef2164640c788a25e463b04ed377b41d23b0ddc7f043f4eeee68aecc2ce795e550cc725e84bd1dab3b742cd3f5666edb9dcf5813268a45633770dda937b067ee671b3db51030edc904940cedc9d3dd1ec8b8d6c4f546d6a4ef0ecebb3d925c5451db34ada9fbe53ddf4991ed0cfbc3c9b39d5fbd10bdf6cc99d3f35cfbd29a7c93f861a8cdc1215ebb0fa0fc7ff480b27442c4b15ecead996b75bdab61eeaca71b41e658f7f5d4fa1af623bae8f68ed5b31c12a8ffbd765016cf02ccb326a6dd1d4efacff6848f178dda93fe1cfcf5458de129324ddbbe1c5abfb687dfae3da4ec386de7714c1a3b88934458849191ff234f29bd23ff1967e46ce9cd86fd0930a3633d2463f57edaeeb957ed7c96f460ed3de9d204b95aabca75ee621e85372fb8f346934442b17ad21e5b9f25d67b9176b7eb146469188fd74f6dc72dda325d64738e35b65deb730be1b66b9bf331c956c7b65d96f4c21cf22615202377182748988559de0593a42fa8c09b99032bb7b6c8c93362bf76bd29e4edf0fa014c44359bfc85fbca0fce3f2e781c40bf8d0f3fe11bb403d263e594fac27486909fbd21d4960251b5fe84fa67d8238c027c53ddaff78f906428c34e2ae49ec22c3cd5ceb93362c4f745efaa606bbfed5a57edd7de10e0727a6dd32a5e49ccfe5090aad2a3a89b3ab66b9bf6a8e82708af9ca41eb86c6cb903fb940045112796c3b4f31a4abe5350208b6be97eeddc197ed599a4935b984b14ed595567e8ebf4edcc9b59a3de2f5d2ae9f787708763cbeb8dec369c3c0000454d6a4875bd5e9535b1013f2747de8b93af5ff782a4b582ace95beefd9bc009cb5f7bcfffa4f7a4ad272b7a081e3e523b1e7e6551692d5d2d0a1359092cd80b0a6131c1aa61fe8604d9f864512cb2a7a88c4cfee9025990f0a94ab2154f17cbc2ee93e72505e0f8eaca094cfe3134c433dd108f040840f60ffbd59ffef6cfdffdeb1fe25f867f2795f0cff2f77f5d7d7ff1fbcd6fbefbedcfdfc1ebfc1d7b81265c38bb8fd93aa10e381869d08bb08521cfa39f82cf5f723d2fc1d92189e6c996a1709e7a0be46f58e615dce27961403f1bc3abc6bf010e7fe223, '2017-09-23 18:36:27'),
(8, 8, 'audit/request', 0x789ced57dd8eabc811d6de6cde2017b909b2843467d736d01883b1460a83db1e74c6c6019c73565a09b5a16db3c6c0023e3bb347f31e7998bc4ba428ca452e12294f90ea36783ca33347dacd8f72910b9ba6ababbafaabaaaf0b622a03f36365ea666793926a47abce9898b2f9f1b13215d9ec5435a98f959dc7b4334e4c24cbe38a69744afafd9156f52d25312db9ce889901c92eafea0eac1a999d348f48dabe336b519e6534aa933c6b67f694163d92261f289b419ad93916db128cf692aca2d1b1a4bd66ab8aab981da5553d56b4ec912dcd4ee611c8e6f98f499a1249ebcbc2d59c444956e7d56e2c38594d53012604d717de0b8a1c2a281cbe11aca248e93bba7e9bd492a6ea7d75285cbdbd0de6775d214df65498d1689fbf11ec5d991fa83494fb725f5514d4571455f0c9869449a3c63c189a1d1245b4e0ee1870929aded7d2ae3ea45d02fb2411610797eed9ccd7f72f670fe9f8fb6bb93fea26073893f4035d17cd9014d9b6fb95f415971bccb8cef0dfd092967c5f067a5d17a6249d01972280a524e99a9268276dca1c00c862665562b04915adeb24db5612789c1f1b04b5f6003d9a45790c723e0dbb6d7f4c8aae105348919a768575f9627d4ab2ed117c65d3038803cd7a2bbf4bb393cbdd24e68361f750f1c1a05b257c801adca23cdf275c5bd554c89bc6dc35d8d9aec702a441092e3d5caffcc958706d1ffbbe33b9d606b1128d0c8a0c1aebc640d7484c148d0e86d198f94a8e697dbd89b5fd16503e18244587efe8b0d80c0f79fc9da28c85e5edb2b1544699ba2644d3f7c3bda650aaeee268bd8ef5441d0b6154959b6bd9406b4353b54124c79bb5aa22c3180d235d416a6420b2a1ca900e461ba40fa886461b7d88f4918c88368a118ad07ab426a26a21f889fa4d020f59546f2a786a6c0a21be073c6196499546aaa293584437c556bcb1453c14f154542c718a448c65112347c4966d3c2cc5094cc9201e6cd90319a232dd8bb22eca8aa80cc5910183ed6907519f74c68fa7f895b42a7228b48b3ad6581d2bc8ecbcef2df31f20c9e2decd435b73001914d710aaa0c9437c5f2425e5b589a0e283ddb12b282361917f8087a108b2616ac8946561360fb81108af0d39497b36e46499a73c0360b72cef55755e4276c128622bbac2e158d550fe1f801f629e7805a4760f44d1fe5a86372087e6a5c9a36549b607c2eb8f5be4764eec00dbf222a87bc14371229bc145894292ed48096571bd0aa63d8303c4f0c98ff5d9405e328ca4248be9fdb9e05b32835376da3afb363a9d2d85e5dfba5ccb3ecf98e649c96166aedeb4c64f934b5292c325052b67aabdc9e3872701eced63ef77d863532aa770164f0f4f1c0fdb41e80756b0f27945991da0ed86916f836019deba7ef04986d69a05b6bb588011c75d7c9aa655b959b85ace3c6b824367e1637be5e1d0c3bf5d613ff09f71756b76051e87d60c2f82ff0dc266e072c72cdbc6cbe03f4edb2ccc7c3f0f4fb1c742f7ef236f243f3b4b8817b63b7116b3cf32f84ba53b6b315b41807e168d9fd1b45df7ad83ff4fe6ff3d32e77dd7d20a6e5b1a863c29a5759299a73ff656f111fbe7c13af347e83bb3057085c7230609d1966c2b76a7c13beb245521c456c1385542fd411fe9c2d52a4beedf08cfaf0596098df6c29ae34f52cdd3126b32f11a9e32cd97fa4bd7e375099563c8adccc37337c09f5284e1c4b55773a098d073dd932a6848ab8a313750fc81d292487e529fee2cd6ca369c15faf62d3e79dbd464bb00e830c0ef83700975ebbcbf8089996e853f715f7471feb9b368417fc88fbfa1f7e4002cd78ff2c33916b6e7407d4e9d3bdc22aae9af98ff0c7bf09bab5fec8a1748b628c34e9a6e3440a38bdb64e5dd71a4596abd6efee5fdc878676605f89df50ddc1001f6a6968d9bbec19e3992d2575e24dbd27303d776ef9a1b9cd1c979d545a4e638b875274dec673868fd05a9f70d5c7d5e437c6d362b4faa2bcff9392751ce3168f157879fb5f00c6a83374ea18fefa63f5555319e7c0f9c390ea777ae05078e013679a88c1443437d4d1ec9b2ac9ca3f6b49c7db43d2d644d4d8b58db4830e6e0fdc04567d1323881978fdcfdcb065fe317c376dd9cace5f3261cc0ea8da0a5765e0c60f575866f72a2a1f976fdeb6cdf30ca99f25b8dd799bff19b53f389292037fee56b0068e96362cacf6c03de0c0888c3d7c5f60f7ff9fbaffef137f94fce5f19adff117df9e7ed9757bfdeffe28b5ffefe0bf8b87a6cdb4c56d8fe53087456107030d67f4177d77c9f8721ff427fde1c866149eb6399adcab445e1796aad49b46f33abe1b6304c62fe353f7e7cfc27dc85c907, '2017-09-23 18:37:32'),
(9, 9, 'audit/request', 0x789ced57dd8ea3c815d6de6cde2017b909b284d4b36b1baa30066359098db1db9ab671006766a5955019ca366b1b58c0b3dd3beaf7d887d977891445b9c84522e50972aa00dbdd9a9964b34a948b5cd814e7d439757ebf531003f58cf785a119adcd81143b5ab486c4908df74f858164a35594a43c15561ad1d63036b02c0f0b26d1cae9b7275a9477944434e73203a60638bbb4285bb06b60b40e69480ecd3bd316a64942c3324e9386b2a734eb9043fc8e320a568dd629dbe6a0b41327050d4f39edd447155cc468a146f454d0bc43b634a9d463e0cdd3efe3c381486a57166ee6248c93322d7643619694f4200041703ce1ad80e400e1a0ff4a30b3ec40dfd0f5ebb8945445eb2a7de1e6f59d3fbf6f0b87784f85290df7e92bc1dae5e9914a7db92b77158470172145f0c886e4712dc62ce81b2d128634e3e6e8e049491f4a69571e0f6d02e7c421618e4b0f8cf2e5c34beaf130fc76247707edf8083e49dfd175562f49966cdb5f485f70bece946b2cfe1b9ad39cbda970d4ae2c334392ce019742084b4e0e6b4ac29db4c95308401231ad529ab38c497112d1071e38b5b1bb4393308de264cbc970c8f6fb386b0b1185ca28695b58e72ff61f48b23d81898cdc83f0d3a4b3f2da34a92c6dc7115ff4dbc7822f7aed22e60b5c872b4cd37dcca515558172a9d58d40cf763d1420fb3998f4385a79e3a1e0589eed79b3f148ed45281ce814eb34d2f49ea692882095f6fae190d94a4e8772b489d4fd16827bd4c9011fbfa1fd6cd33fa6d137080d85e5ddb2d6948789b22644d5f6fdbd8a28557651b85e475aac0c85202cf2cd48d6f15a5715b517cad166ad2858d707fd50435809754c3614f5696fb0c15a8faa78b0d1fa581bc898a88308e310af076b222a26869fa8ddc6f09045e5b680a7ca4818f333e00954c6453557c1155bc4b7d956bcb544bb2fda131199e2048bb62d8b369e89b669e98f4b710c2419d8bd2d7b605d4493bd286ba28c44d417073a2cb6d509a2366e0d9faafce5b4c852e8afabf65559fb226cb4de7696e977505b51e7f6b169350819f4541f8abf2e3ffb218b73ca5b1243a3fbbb535b40036191be83878e045937546cc8b2309dfb5c09a4d78252a41d0b4a314f0fbc02e0b424ed14659a4375c12a643bdac2f15494d0f5ef0016225e781954740758e17e24c31b6042fd52d7d13227db23e16dc735723d1528c0b1bcf6cb8eff985518d3bbea4c28b21dc90b5a8e56fea4a3f300b1f8a4a7923676d70d73ca9831e7466f408c156ed35f5f87957307d8ffb5c3c5ac33c5302aa115d773f3aab1afa22e494e8e3c11c8781f1bf219eb58c6d0196f6fd3e8f102d0608867bbbfb75d4652aa0c82f5ae3d9eb9b6e5079e6ffa2b8ff797d102ecae61f9cef797c19de3f91f8469b5de60398b052899398b0f63b522d71b57cba96b8eed60b6f06c6be5da816bff6e657bbef70cb01bb52bb03830a7f6c2ffdf406d165c6e986959f6d2ff8f63374b393fcfb527b6cb52f7b3111ccbcf5c08ec85e58c678be92761fca5d0bdb998ae202fff16969f836839ceeb99fd7f44ffef213abf732d4dffaec162e954e4d23a4e8cea8fbd157cc5fe79b2ceb01178b3e90220c2e5198382683ab5613b13ff8d59711548b19931609570b7d7c59a70b34ae28757c2f3d9c02aa1965e9873fb830873d9628ec76e0d4f86f1527ee9b8bc1da16174b9e1b9f6dcf1ed0f09c272ec58ab39204be03a4e250a12d2aa60dd02387fa43427921797d5e062d7d81aaa02cfbab32b6b7b552b361b00057dfbad1f2ca15d676fafc2c45437cc9f782ebef27f3e5b34417f4c4fbfa50fe408e0d60dd3e33917963b83fe9ccceeed26a2aaf611f59f000d8e16dd6c97bd886413653849d5745d6b2c3c0f91957bcfe3027eff734cba0c498cae744090ddaf601cb9352a4160e368841a809a9abefdc6fc0a26886fbb13d3b2eb5b86359d49a88b5e54e5d2757cc772eeeb79cf70e7bceb2aa573dbbf73c675914c6dbf71ec53b6a08bf8ca9d71aefaafbbfd9b6b3d75da9a9429fd4fea79961d9d5fb802cfbe9ffc5451a45f3cf067733b98dc3b26b81e4100e53e1a20bd0f83af87645946e7445fb6b36fbccb4676f76862c7ef25bc17e3e832d79f2af4e15789ab4b49330508bcbce7fe5c7f29a87cb86cd7b5abcd4ca8330593a16634e381571368fdf894a8cba51e15cdfe8f4f8c1a95ce63a391f8f8f4a8ede6f05ea10db4c3cf1e2510cefaae77d10d09608180407f996d7ffcf3df7ef5f7bfca7f9cfd858d863fe0cfffb4fdfce6d7fb5f7cf6cb1f3e83afb4a7e6becac0c1bba44063bd028eb1ab1b5c0cebeffb20e05ff857dff78811735a9ef264951f9a283cafb53509f74da9d5ed1204ac0662030f9f9efe01466bd847, '2017-09-23 18:37:47'),
(10, 10, 'audit/request', 0x789ced57dd8ea34616566eb26fb0177bb3c812524f621b28cc8fb15a591a63b7356de3059c9948915019ca3631060278a63ba37e8f3c4cde65a5d56a2ff66257ca13e45401b6bb3533bbd99f28177b61539c53e7d4f9fd4e810d6960bc2b0dcde86c125cee48d919614334de3d9686241a9db2c2d5b1b4b2887446b18144715452894e41be3d92b2ba2538220593195235c0d96565d5815d43a39364214eda77aa2dccd29484559ca52d654f48dec349fc86500a528cce31df16a0b417a725098f05e93547954cc4e848ade8b124450f6f495aab47c09b67dfc5498205a52f7257731cc6699595bb11374b2b927040e01c8f7bcd496220a1407dc199799e905764fd32ae0445d6fab2ca5dbdbcf5e7775d2e89f7849b92709fbde0ac5d911d88a08a7db12f4b12ea4b92cc7978838bb811a316a846078721c999393a785291fb4ad85587a48be19c38c4d471e19e523ebf7f4e3d24a36fafc5feb01b1fc027e12d59e7cd12e7e9b6fb99f019e3eb54b946e3bf210529d8b9e0f8aeaa7243104e011742084b819335c1e14ed8141904208da856212b68c684631ee18a7c1147d7754095d6fa1e49c32c8ad32d23c351dbefe2bccb4504eaa3225d6e5d3cdb9fe0747b0443297900b690b4b7f2ba24adededc6115ba8dd43c916836e19b3056a821666d93e66d2b22243d134eaae41cf763de2a0060a30e9e17ae58d479c6379b6e7cdc6d7ca2092c2a14e904e224d1f680a8eb0a490811a8ea8adf89854d79b48d96f21c4071d27e8f00d51f38d7ac8a26f2469c42d6f978da6224ce535c68ab657f78a4488bc8bc2f53ad26279c40561596cae451dad75455606a1186dd6b28c747da8869a84e45047784324950c861ba40d8882861b4d45da50445819460885683d5c635e3611fc78ed268687c8cb37253c154a42889d014fa052aed4706554b37974936ff91b8bb755de9ef092c94f106fdb226fa3196f9b96feb0e4c74012813dd8d207d27969b2e7458d17255e52f9a10e8b6d7d02af8d3ba3c73a7f0529f30cbaeca28915dac412323aaf7bcbec2d5458d4bb79681b0e42069da5420b344568dfe7714158632268777f77ec72d2905b646fe0a14b9ca81b0a3244919bce7da604d26b4141929e0505596409ab00382dcd7a659515505db00ae98e2e77389615f4fe1b008788155e0e75dd0356b8bf16e10d90a17969ea6859e0ed01b3e6631a999e1a1ae058d60155cf7fc86ba4195cf42714d90e1725a9ae57fea4a7b300d1f864c7aa560055ddb4cd9b98bc3d357b0b640af0db1efb3aac5d4b60f7d70e13b24e14c3a885be042d572f5adb6ada1217f8c0922019ef62433ca1dd636d4003833759f470866830c3b3dd2f6d9792e43a7b60b96b8f67ae6df981e79bfeca63bd657400bd1b60bef5fd6570eb78fe7b815a693658ce62014a66cee2fd682d8bcdc6d572ea9a633b982d3cdb5ab976e0da7f5cd99eef3d81ec56ed0a2c0ecca9bdf07f1db84d83cb0c332dcb5efaff73f4a62967e7b9f6c47669eafe4b188ec4278e04f6c272c6b3c5f4a340fe5ce8ce5c4c57909d7f0bcd4fa1b41ce7e5ccfe3fa6ff7298ceee5e4bd3bf6dd158389685b08e53a3fea36f255bd17f96ac137804de6cba00a07059c6a020da7e6dd9cec47f65d65c19526ce6145a05d41ff491c65dadd2f8fe05f7743ad04a68a417e6dc7e2fce9cb798e3b1db8094613c975f3a2e6b4a681b5d6c79ae3d777cfb7d82b01c3bd66a0ef812b88e538b8284b02a69cf00d21f0829b0e0c5553dbae875b601acc0b36eeddada41dd90ed06c042df7eed074b68dad9eb8b3051d52df3679e8b2efc9fcf166dd01fb2e31fc83d3e00c4f5c3ec70ca85e5cea03f27b33bbb8da8a27d40fd47a0234e2372dfcf77f9b348b6518693144d1fcaad85a751b272ef58a461b8fe73646ac724922e344088ddaf6024b90d2641584fd74ff0646afaf62bf32b9822beed4e4ccb6e6e19d67426487de9594d2e5dc7772ce7ae99f714754ebb2e123ab7fd5b67dc94c8d4f65bb73e668b74165fb933c695ff55a7bfb8d4d2a4ac4d97ac7e54cb93cce8ecba1578f6dde4e78a4afad97e7f36b783c99d6382e311844f54a5a1a46b6a5f52945382cf5be937de7913bd79b45163b712d68371749eea8f35eab08bc4c595a4457f0c2fef982f97df080a1b2adb75e3663b0b9a1cc1446818ed586075045a3f3c1d9a42694644bbffc393a241a3d3b868253e3c351abb19acd72803edff1f8f10086773d33beb8604d04040a03fcfb73ffcf51fbffbf1efe29f677fa323e14fe8d3bf6c3fbdfafdfe379ffcf6fb4fe0fbecb1bda95250f0ce29d068978063f4e206d7c2e6fb3e08d817fec5f7bd448905a98e45ba2a92360a4feb6c8dc37d5b664da30401ad81d840a3c7c79f007bf4d82b, '2017-09-23 18:37:56'),
(11, 11, 'audit/request', 0x789ced58cd8ee3c611862fce1be4904b080104666d49249be28f280c1c0e4569e41d890a4965d78001a245b6245a144993d4ee8c17f31e7e98bc4b8020c8218718f013a4ba494a9ac1ee264eec2087003362b3ababbafaabaaaf5ac2863430de9586667436092e77a4ec8cb0211aef1e4b43128d4e59e1ea585a59443aa3d840a2382aa946a720df1e4959dd121c9182e90ca91990ecb2b2eac0aaa1d149b21027ed3bb51666694ac22aced276664f48dec349fc86d019a4189d63be2dc0682f4e4b121e0bd26bb62a998ad1915ad563498a1ede92b4368f4036cfbe8b93040b4a5fe4aee6388cd32a2b77236e965624e16082733cee352789818402f50567e679425e91f5cbb8121459ebcb2a77f5f2d69fdf75b924de136e4ac27df682b376457620822af6c5be2c49a82f4932e7e10d2ee2468d7aa01a1d1c862467eee870928adc57c2ae3a245d0cfbc421a60717eee9cce7f7cf670fc9e8db6bb13fecc6073893f096acf36688f374dbfd4cf88cc9756a5ca3f86f48410afaa600d2bbaaca0d4138012e84004b819335c1e14ed81419009046d4aa90153462c29b98bcfd228eae6b3895d6f71e49c32c8ad32d9b868db6dfc579978b08644745badcba78b63ec1e9f6086ed2e9018480a4bd95d72569ed6d378ed840ed1e4a361874cb980d5003599865fb9869cb8a0c29d398bb063bdbf588830c28c0a587eb95371e718ee5d99e371b5f2b83480a873a413a89347da02938c29242066a38a2bee263525d6f2265bf05800f3a4ed0e11ba2e61bf59045df48d2885bde2e1b4b4598ca6b8c156dafee158910791785eb75a4c5f2880bc2b2d85c8b3a5aeb8aac0c4231daac6519e9fa500d3509c9a18ef086482a190c37481b10050d379a8ab4a188b0328c100ad17ab8c6bc6c22f8e7b59b181e222fdf94f054e814426c0f78c22c954a8d5446b5984737f996bfb1785be5ed092f99fc04f1b62df2369af1b669e90f4b7e0c532288075bfa403a2f4df6bca8f1a2c44b2a3fd461b0ad77e0b57167f458c7af20659e418d5d94b0464b584246e7756f99bd85fc8a7a370f6db9016450572a14405d6e46c7625955f5fc879c9cb2e222a7f368c3a687e7a5510c9b96f189014014a7499c9211b7891392e203b9ee74980892c182e4253daa5b64094b11e097fcb8861dbadce15856c00d6f803c22969a077c4fe9e05a6c326b59e0ed01372fb556533cf67d1e1784110a020f3c5c7539a4725f1e134e1a0e354e540c51843f6e3af75b5fee306c3787d2d8c4247aaa095c40720e8992c649ba21eb274d409a029d1dab1a1f280f567d425ec4356b31ce68d15040de96ead7617dea0442f3b54395acd38461d43a4b6ae5ea451b8e661217f8c0a22919ef62433c91e663ed40c3a63759f470667a70c3b3dd3fd82e9d92159606e0b96b8f67ae6df981e79bfeca6311303ad0041a7ebff5fd6570eb78fe7bf95e691658ce62014666cee2fda42f8bcdc2d572ea9a633b982d3cdb5ab976e0dabf5fd99eef3d61fed6ec0a3c0ecca9bdf0ff37e89f82cb1c332dcb5efabf7813a02167fbb9f6c47669e87e965680c427c708ec85e58c678be947fbc173a53b73315d416cfeada67002d2729c9733fbffade1bfd71ad8056e69fab72dc109c7b210d6716ad41ff4ad6423fac98275a28ec09b4d1740132e8b1824445badadd899f8afcc5a2a4388cd9cb2bb80fa833ed2b8ab551adfbfe09e3519e9a4bd30e7f67b59e6bcc41c8fdd86a20ce3b9fed271594942d1e8622b73edb9e3dbef5384e1d8b156736097c0759c5a15348455492b26dc41a3220516bcb8aafb08bd1337741578d6ad5d7b3ba8cbb15d004ce8dbaffd6009253b7b7d011335dd0a7fe2bee8e2fcf3d9a205fd213bfe8edce303105c3fcc0ea75858ee0cea7332bbb35b4415ed03e63f421c711a91fb7ebecb9f21d9a20c3b299a3e945b0f4f8d64e5de31a475d8f39ff0d2b94922e9c20240ec7e050dc96d3809603ddd62e12453d3b75f995f410ff16d77625a76d3f2ade94c90fad2b39c5cba8eef580ef349af59e7b4ea22a073dbbf75c64d8a4c6dbf3dd6c77c91ceea2b77c6a4f2bf7ae82f2ead34216bc325ab1fb5f224323abbb5059e7d37f9a9aa709139f9efcfe67630b9734c387804f089aa3494746dd8d7917a0af07929fda2785e44ef1d2d6aec4ec26a308ece3dfdb1661d768db8b890b4ec8fe1e51d3bcbe5570d853595edba3966db0b9a18414768046d5b607904563fdc1d9a44695a44bbfec39da261a353bb68353edc351abf19add72c03e5ff1fb71080b3b9e79d6d4300281000f4e7f9f68f7ffde1373ffe5dfcf3ec6fb425fc097dfa97eda757bfddffea935f7fff097ccd7b6cefa99414bc7308345a2570307a6d834b61f3234110b09f092e7e2490e86441aa6391ae8aa445e1699ead71b86fd3ac299420a039101b68f4f8f80f051deb6b, '2017-09-23 19:38:00'),
(12, 12, 'audit/request', 0x789ced57dd8ea34616566eb26fb0177bb3c812524f621b288c8db15a591a97ddd6b48d1770662245426528dbc41808e099ee8cfa3df23079979556abbdd88b5d294f905305d8eed6ccec667fa25cec854d714e9d53e7f73b0531949ef1ae3006466b139362478bd68818b2f1eeb13014d9681525298f859586b4358a0c24cba38249b472faed9116e52d2521cdb9cc90a901ce2e2dca16ec1a1aad380d48dcbc336d419a243428a33469287b4ab30e89a33794519066b48ed93607a59d28296870cc69a73eaae022464b69448f05cd3b644b934a3d02de3cfd2e8a6322695d59b89a93204acab4d88d845952d258008260bbc26b41917d05f9fd17829965317d45d72fa352d2d44157ed0b572f6fbdf95d5b88a33d15a634d8a72f046b97a7072af5e5aedc551505751545155cb22179548b310bfa468b0401cdb8393a7852d2fb52da9587b84de09c2820cc71e99e513ebf7f4e3dc4a36fafe5eeb01d1dc027e92d5d67f59264c9b6fd99f419e7eb4cf980c57f43739af373c1f15d596686249d022e0510969cc46b4a829db4c95308401232ad529ab38c49c72c2425fd220aafab806a8df51d9a046918255b4e86a3b6df45595b0829d44749dbc23a7fb63f26c9f6088632720f6ca14967e5b66952d9db8e42bee8b70f055ff4da45c417a80e5a90a6fb884bab9a0a4553abbb063ddbf548801ac8c1a487eb953b1e09b6e562d79d8dafb55ea804439d229d8603bd37d04848148df6fac188d94a8e7179bd09b5fd16427cd0498c0edfd07eb6e91fd2f01b451909cbdb65ad290f12754d8836d8f7f79a42a9ba0b83f53a1c44ea48f08322df5ccb3a5aeb9aaaf50239dcac5515e9fab01f0c14a4063a221baaf4696fb841831ed5d07033e8a3c15046441b860805683d5c13513511fcc4c14d040f59546f0a786a8c84103f039e40655ca5e6aaa8628be826db8a379688fb229e888a294e9088b12c623413b169e90f4b710c2419d8bd2d7b205d54267b511e88b2222a7d71a8c3625b9d200ec6add16395bf9c16590a5d76d1c41a6b620519add79d65fa162a2cecdc3c340d072183ceea430bd44588efb328a7bc3111b4bbb73bb60565282cd237f0d01541d60d0d19b22c4ce71e5702e9b5a02069c78282ccd39857009c96a49da24c73a82e58056c475b381c8b127aff0d8043c80b2f83baee002bd85fcbf006c850bfd475b4ccc9f64078f3718d5c4f050d702cef80b2e33d6415d2f42efa138a6c47f28296d72b6fd2d17980587cd263592980aaaedbe64d44df9e9abd01320df84d8f7d1d54aec5b0fb6b9b0b59278a6154425f8296ab178d6d156d497272e049508c7791219fd0eeb132a086c19b347c38433498e162e74bec30925a650f2c77f078e660cbf35dcff4562eef2da305e85d03f3ade72dfd5bdbf5de0bd45abdc1b2170b5032b317ef476b55ae37ae9653c71c637fb670b1b572b0efe03faeb0ebb94f20bb51bb028b7d738a17deaf03b75970b961a665e1a5f73f476f96727e9e8327d861a9fb2f6138929f38e2e385658f678be94781fcb9d09db998ae203bff169a9f4269d9f6cb19fe3fa6ff7298ceef5e4bd3bb6dd0583a16b9b48e12a3fa636f055fb17f9eac1378f8ee6cba00a07078c6a0209a7e6dd8f6c47b65565c15526c660c5a25d4ed75d140b85a25d1fd0be1e9746095504b2fcc397e2fce9cb798e3b1538394613c975fda0e6f4a681b5d6e780e9edb1e7e9f202cc7b6b59a03bef88e6d57a22021ad0ad63380f4074a7322b951598d2e769dad01cb77ad5b5c59dbab1ab2d90058e8e1d79ebf84a69dbdbe081353dd307fe6b9e8c2fff96cd104fd213dfe81de9303405c37480fa75c58ce0cfa7332bbc34d44b5c107d47f043aa224a4f7dd6c973d8b64136538491b402b34169e46c9cab9e39186e1facf91a9199348b9d0002176be8291e4d49804613d5d3fc193a9e9e157e65730453cec4c4c0bd7b70c6b3a9394aef2ac26978eedd9967d57cf7b863aa75d17099d63efd61ed72532c55ee3d6c76c51cee22b67c6b9eabfeaf417975aea9435e952fb1fd5f224333abf6ef92ebe9bfc5c51453fdbefcde6d89fdcd926381e42f8e4be325486488349a89d127cdecabef1ce9bd8cda3891abf95f01e8cc2f3547fac50875f242eae240dfa137879c77db9fc46d0f850d9ae6b379b5950e7082642cd68c602af23d0fae1e950174a3d229afd1f9e14351a9dc64523f1e1a951dbcd61bd421968ffff78844038eb9bde59372480050202fd79b6fde1affff8dd8f7f97ff3cfb1b1b097f429ffe65fbe9d5eff7bff9e4b7df7f02df678fcd4d9581827b4ec180750938c62e6e702dacbfef7d9f7fe15f7cdf2b8c98d3f29827ab3c6ea2f0b4ced624d8376556378aefb31a880c347a7cfc09691fd820, '2017-09-23 18:38:45'),
(13, 13, 'audit/request', 0x789ced57dd8ea3c815d6de6cde602f72136409a967d73650181b63b5b2342ebbd1b48d0338332bad84ca50b659636001cf74efa8df631f26ef12298a72918b5d294f905305b87fd433d26e7e948b5cd81475ea9c3af59d73be3a104319181f4a636474b60929f7b4ec4c88211b1fee4b43918d4e5991ea545a59443b93d840b23c299946a7a0df9f68595d5312d182eb8c991990ecb3b2eac0aab1d149b29024ed3bb31666694ac32aced276e64069de2349fc8eb219a4199d53be2bc0682f4e4b1a9e0ada6bb62ab98ad1515ad553498b1ed9d1b4368f40b6c87e889384485a5f162e16248cd32a2bf713c14e2b9a083021389ef05650e44041c1f09560e67942dfd0cdebb8923475d45787c2c5eb6b7f71d31592f84085390d0fd92bc1da17d9914a43b92ff75545417d4551058f6c4911376acc83a1d121614873ee8e0e27a9e86d25edab63d225b04f1c127670e996cd7c75fb7cf6984cbebf94fbe36e7c843349efe9266f86244f77dd2fa52fb95c67c6470cff2d2d68c1de34407a5f55b9214967c0a510602948b2a124dc4bdb220300d2885995b282454c7a17d3f7bf8fa3cb1a4eadf5bd47d3308be274c7a761a3dd0f71de15220ad951d1aeb0299ead4f48ba3b819b6c7a0021a0696fed75695a7bdb8d233e18768f251f0cba65cc07a8812cccb243ccb5554d859469cc5d829ddd6622400614e0d2dde5da9b4e04c7f2b0e7d9d34b6d1029e158a748a7d1481f8c34121145a383613861be9253525d6e23edb003808f3a49d0f13b3accb7c363167da728136175bd6a2c1561aa6e08d14687e141532855f751b8d944a3589d08415816db4b59471b5d53b5412847db8daa225d1f0fc39182d45047644b95211d8cb76834a01a1a6f4743341acb8868e308a1106dc61b22aa26829f38ba8ae1218bea55094f8d4d21c4f78027cc32a9d24855548b457495efc42b4bc44311cf44c5146748c4581631b2456c5afadd4a9cc2940ce2c18e3d902e2ab383288f44591195a138d661b0ab771047d3cee4be8e5f41cb3c831a7b54c21a2b6105199db7bd55f61ef22bea5dddb5e50690415d0da1009a14c4b7795c505e960852d0df9fba82321696d93b78e88a20eb86860c5916e60b9f1b81f05a908eb467413a1659c23300764bb35e59650564178c42b6a22b1c4f650595ff0ea821e289974356f740141e2e6578035e685e9a3c5a15647724bcf4b8456ea72606d896e77fd5f3eff29a67068faa13926c4f8a9256976b7fd6d339400c9fec54d506c0e091a49094bd8a6c122ac569446fcf15dfb299c628b429b46fc3fa840900fbed82ebfa4cd53a4f1b46ad69335b17af5a47ebc91529c8f131112b67c2bdcaa2bb070138e061f78fd865532a2772165a174f6d175b7ee0f9a6bff67871191d20ef8697af7d7f155c3b9eff224f6bcd02cb592ec188ed2c5f266b556e16ae5773d79ce2c05e7ad85abb3870f11fd6d8f3bd278cdd9a5d83c78139c74bff7f83b619b8dc31d3b2f0caff8f93370b33dfcfc533ecb2d0fd5b281cc94f8e11e0a5e54cede5fc933cfe5ce9c65cced7109b5f45e667202dc7796de3ff53fa7f8fd279e3b532fdeb968ca55359489b3835ea3ff656f211fbe7c13a5347e0d9f325d084cb230609d1566b2b7666fe1bb396aa10623367cc2aa1fea08f46c2c53a8d6f5f094f2f0796098df6d25ce01759e66189399dba0d4519c673fd95e3f29284a2d1e556e6e285e3e39714613875acf502d825701da756050d695db28a01a23f525a10c98babfae662bd6c435781675de3dadb415d8eed0260421fbff5831594acfdf6114ccc742bfc85fba247e75fd8cb16f4bbecf435bd254720b87e981dcfb1b05c1bea7366dfe0165176dfbc68fe13c4c16fae7ebecf9f21d9a20c3b69232885d6c3f345b2766f382eb0e013e65fbe2519fbcc4d1fbf31bf812bc2c7eeccb470d34358735b52facab3945bb98eef58ce4d739b335239af7a14af05f6af9d69930173ecb75e83d4fd06ee3eb7a1bf36a79507d5b56bfffaf328e778b4b150879fb4f304769db75281876f66bf54957522ed097c7b8183d98d63c2b123004f1e2a63658cc6fd81accab2ac9c23f8b09c7dc13d2c646d4e8b5bdb4f3016e16dc1a306a36573022f1fb8fb8f5b7e8d5f12bb4d73b296db9ba000c3378296e6796180d58fb37d93190de5b7eb3fcefc0dbb9ce9bfd5f8f82dd0f8cd69ba660dc8907ff94a008afa101bf213db80370302e2f055befbd3df7efeed3f7e92ff62ff9d51fc9fd1e77fdd7d7ef1bbc36f3efbe2c7cfe073ebbe6d3c59917b0f2118b1b28083b1360c9abce6633d08f8e7fad31e31080a5a9d8a745d242d0a4f536b43c2439b590dcf05411cf14ffbc9fdfd3f011ba0cbfd, '2017-09-23 18:38:49');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(14, 14, 'audit/request', 0x789ced57dd8eab4612566eb26fb0177bb3c812d29cc436d01883b1465a06b73de88c8d17f09e1329126a43db26c640009fcce468de631f26ef12298a72918b5d699f60abdbe0f9d19923e567577bb117364d57577575557d5f17c45406e6fbcad4cdce2625d58e569d313165f3fd7d652ab2d9a96a521f2b3b8f69679c984896c715d3e894f4eb23adea6b4a625a729d113303925d5ed51d5835323b691e91b47d67d6a23ccb68542779d6ceec292d7a244dde51368334b3732cb62518ed255945a363497bcd561557313b4aab7aac68d9235b9a9dcc2390cdf36f93342592d697858b398992acceabdd5870b29aa6024c08ae2fbc1514395450387c25584591d23774fd3aa9254dd5fbea50b8787d1dcc6fba429aeca930a3d13e7f25d8bb323f506928f7e5beaa28a8af28aae0930d2993468d7930343b248a68c1dd31e02435bdada55d7d48bb04f64922c20e2eddb299cf6f9fcf1ed2f1d797727fd44d0e7026e91bba2e9a2129b26df733e9332e3798719dc57f434b5af27de1e0bbba2e4c493a075c8a202c2549d794443b6953e610802c6656a503c9c06aaf26eb944a4916d35b1e3eadf5be47b3288f936ccba761abedb749d115620af551d3aeb02e9fad4f49b63d8249363d005f68d65bf95d9a9dfced26311f0cbb878a0f06dd2ae103d4042dcaf37dc2b5554d85a269cc5d829ded7a2c400d94e0d2dde5ca9f8c05d7f6b1ef3b934b6d102bd1c8a0c8a0b16e0c748dc444d1e860188d99afe498d6979b58db6f21c40783a4e8f0151d169be1218fbf5294b1b0bc5e3696ca2853d78468fa7eb8d7144ad55d1cadd7b19ea863218caa7273291b686d68aa3688e478b356556418a361a42b488d0c44365419d2c16883f401d5d068a30f913e9211d1463142115a8fd644542d043f51bf4ae0218bea55054f8d4d21c4f78027cc32a9d2485574128be8aad88a57b68887229e8a8a254e9188b12c62e488d8b28dbba538812919c4832d7b204354a67b51d645591195a1383260b03ded20ea93cef8fe94bf9256450e287b04628d81584166e76d6f997f031516f7aeee5ac041c800594380405384f8b6484aca818900eec1eed8159491b0c8dfc1c35004d9303564cab2309b07dc08a4d78682a43d1b0ab2cc535e01b05b96f7aa3a2fa1ba6014b1155de170ac6ac0fe3b208798175e0175dd0351b4bf94e10d98a17969ea685992ed8170f0718bdcce891a605b8e80ba17dc1527a6193cc22714d98e9415ad2f57c1b467f000b1f8e4c7fa6c202f598c1e00c3d1de32199cb2d382eccbe874b614967fe9722dfb3c639a27258799b978d51a3f4d2e49490e8ff95739f3ec551edf3d08606f1f7b7fc31e9b52397fb37c7a78e278d80e423fb08295cf11657680b31b3abe0e826578edfac107e9596b16d8ee6201461c77f1618e56e566e16a39f3ac090e9d858fed9587430fff7585fdc07f42d4add915781c5a33bc08fe37d89a05973b66d9365e06ff71ce6669e6fb79788a3d96badf89b991fce420215ed8eec459cc3e4adfcf956eacc56c05d9f9551c7e0ea5edbaaf1dfc7f26ffef3139efb8965670dd72b074ac4a699d64e6e98fbd557cc4fe79b2cee411face6c0144e1f18c4141b4786dc5ee3478639da42aa4d82a18a14aa83fe8235db85865c9ed2be1e99dc02aa1d15e5873fc419e7958624d265e4352a6f95c7fe97a1c94001b436e651e9ebb01fe90220c27aebd9a03bf849eeb9e5441435a558cb681df0f949644f293fa7461b126b621acd0b7aff1c9dbc10990ed02e0c200bf0dc22580d679fb284ccc742bfc85fba247e79f3b8b36e877f9f12ff4961c80e2fa517e38e7c2f61cc0e7d4b9c16d4435fd05f31fa10ece16fd62573c8b641b65d849d3010aad87e7ab64e5ddf048b3d27ad9fcf3cb91f1cecc0af01beb0bb81e02ec4d2d1b374d833d7324a5af3c2bb6a5e706aeedde34d737a393f3aa47999ae3e0da9d34b99fe1a0f517a4de1770ef790df1b5d5ac3ca8ae3ce7d79c4439e7a08dbf3afca88527a13678d714faf866fa4b5515e3c1f7c099e3707ae35a70e018c2260f95913252d53e5287b22c2be7ac3d2c679f6b0f0b5947d346aced221873f066e0515bd132388197f7dcfdc7ddbdc62f86edba3959cbe74d3a80d51b414bed1c0c60f565866f6aa2a1f976fdcb6cdf30ca99f25b8d9799bff19b53f38929a0367ef33500b4f43e31e527b621de2c109087cf8bed773ffdf34ffffa87fc83f333a3f5efd1a73f6e3fbdf8f3fe0f9ffcf1ef9fc097d57ddb633260fb0f29d01920e060acf982d6aef9320f43fe6dfeb4330cc392d6c7325b95691b85a7a5b526d1beadac86dbc23089f977fcf8fefedf4ecbc5d9, '2017-09-23 18:38:53'),
(15, 15, 'audit/request', 0x789ced585f8fa3c811d7bd5cbe411ef212620969f6ce36d0983fc6b21206638fb563e300ceee4927a136b46dce1838c07b33b79aef910f93ef12298af2908744ca27487503b667b4bbc9e592280f19694cd3d5555dfdabaa5fb58d0d6960bc2f0dcde86c135cee49d919614334de3f9586241a9db2c2d5a9b4b2887446b1218b6854528d4e41be3d91b2ba23382205d319523320d96765d5815543a39364214eda776a2dccd29484559ca5edcc8190bc8793f81da13348313aa77c5780d15e9c96243c15a4d76c553215a323b5aaa792143dbc23696d1e816c917d1f27091694bec8dd2c7018a75556ee47dc3cad48c2c104e778dc5b4e12030905ea2bceccf384bc219bd7712528b2d69755eee6f59dbfb8ef72497c20dc8c8487ec1567ed8bec480455ec8b7d5992505f9264cec35b5cc48d1af540353a380c49cedcd1e1241579a8847d754cba18f689434c0f2e3cd0992f1f5ece1e93d1b763b13fecc6473893f01dd9e4cd10e7e9aefb85f00593ebd4b846f1df928214f44d81adf655951b8270065c08019602271b82c3bdb02d3200208da855212b68c484388dc803034e69fdee9134cca238ddb169d864f77d9c77b988406654a4cb6d8a17eb139cee4ee0229d1e00fc24edadbd2e496b4fbb71c4066af758b2c1a05bc66c801ab8c22c3bc44c5b56644897c6dc18ecec36230ea25f804b8fe3b53719718ee5d99e379f8c95412485439d209d449a3ed0141c61492103351c515ff129a9c6db4839ec00dca38e1374fc86a8f9563d66d1379234e25677abc65211a6f20663453ba807452244de47e1661369b13ce282b02cb66351471b5d9195412846db8d2c235d1faaa1262139d411de12492583e1166903a2a0e15653913614115686114221da0c3798974d04ffbc761bc343e4e5db129e0a9d4288ed014f98a552a991caa816f3e836dff1b7166fabbc3de525939f22deb645de4673de362dfd71c54f604a04f160471f48e7a5e98117355e947849e5873a0c76f50ebc36e98c9eeaf815a4cc33a8afabf25569f94ac8e8bcedadb2ef20b7a2deed635b6a0019d4940ac9dfa49ffd90c705612589a0d0fdfda9cb49436e99bd83872e71a26e28c810456eb6f0991108af05a9487a16a46291252c0360b734eb9555564076c128a42bbadcf1545650f5ef80162296783964740f44e1612cc21b7042f3d2e4d1aac0bb236665c72c323bcdeb7d5657d8bfa352c05f8bc9ab9eff98d78c35b8aa7348d93d2e4a528dd7feb4a733b829dad9a9222d0a8dd1534e8f76a68db387b0a2f5e1ebb0862a81f55f3b4ccd3acf1846adb466766e5eb5fed5b32b5ce0230bab64bc8f0df1cc9c34fed299bd6fb3e8f142f7e08867bbbfb15d3a252b2c1fc07bd79ecc5ddbf203cf37fdb5c7aad5e820516c48fecef757c19de3f91f247da5596039cb2518993bcb0f33bf2c360bd7ab996b4eec60bef46c6bedda816bff7a6d7bbef78cfe5bb36bf0383067f6d2ffdfe801145ce6986959f6caff8f77021a72b69f6b4f6d9786ee476739129f1d21b0979633992f679f6c0a2f95eecde56c0d71f9973ac31944cb715ecfedfff787ff5e7f6037b895e9dfb5cc2e9cca42d8c4a9517fd0b7928de8270bd69936026f3e5b0245b82c6290106da5b66267eabf316ba90c2136734ad302ea0ffa48e36ed669fcf08a7bde69682634da4b73617f90612e4bccc9c46de8c9305eeaaf1c979523148c2eb632d75e38befd2145184e1c6bbd0066095cc7a95541435897b45a80e78f841458f0e2aa6e83f452dc5055e0597776ededa02ec57601b0a06fbff5831594ebfced154cd4742bfc81fba2abf32fe6cb16f4c7ecf42bf2808f406efd303b9e6361b973a8cfe9fcde6e1155b48f98ff046930b6e8e7fbfc05922dcab093a24129b41e9e9bc8dabd67b8c0b9ff31275d9a2492ae6c00c8ee57d08edc869500d8381a4b2d41cd4cdf7e637e051dc4b7dda969d9cd9dc59acd05a92fbdc8ca95ebf88ee5dc37d705ca3be75557215dd8fe9d3369926466fbedc13ee58b74515fbb732655fef963fff2da4e13b63664b2fa493bcfa2a3b3eb5be0d9f7d31faa2ae99713f8f3851d4cef1d138e1e0180a22a0da521343e519187f0770ef46539fdc6785948ef1e2d76ec5ec26a318e2e7dfda9661f7695b8ba94b45da0b9a3ea9746d0641a6b07cd51db9ed0440a3a432368db03cb26b0faf12ed1a44bd32adaf51fef180d2b9ddb46abf1f1eed1f8cde8bd661b28871fdd4a00cee6ae77b10d01a04000d05fe6bbdffde9af3ffbdb5fc43fccff4c5bc3efd1e77fdc7d7ef3f3c34f3efbe96f3f83ef7c4fed7d959283770981466b050e46af6ed8687f2d0802f67bc13996340e45911574cf9ed45e3483a020d5a948d745d2c2f23cf936383cb4b9d7d44f10d0a4880d34bab65a7332bb067356929524fa05f8fbf47799e80376, '2017-09-23 18:38:57'),
(16, 16, 'audit/request', 0x789ced575f8fa34612575e72dfe01ef272c812d26c621b688cc158231d83db1eb463e3037cbb9122a136b46d620c04f06626abf91ef761f25d2245d13ddc4322dd2748751b3c7fb4bbd226ba531e32d298a6ababbafa5755bf2e88a90cccb795a99b9d4d4aaa1dad3a6362cae6dbfbca5464b353d5a43e56761ed3ce3831912c8f2ba6d129e937475ad5d794c4b4e43a23660624bbbcaa3bb06a6476d23c2269fbceac457996d1a84ef2ac9dd9535af4489abca16c066966e7586c4b30da4bb28a46c792f69aad2aae62769456f558d1b247b6343b9947209be7df25694a24ad2f0b17731225599d57bbb1e064354d0598105c5f782d2872a8a070f842b08a22a5afe8fa65524b9aaaf7d5a170f1f23a98df748534d9536146a37dfe42b077657ea0d250eecb7d5551505f5154c1271b52268d1af36068764814d182bb63c0496a7a5b4bbbfa907609ec9344841d5cba65335fdc3e9f3da4e36f2ee5fea89b1ce04cd2b7745d34435264dbeee7d2e75c6e30e33ac37f434b5ab2370db6dad575614ad219702902584a92ae298976d2a6cc01802c6656a5bc641193922ca6b71c38adf5bb47b3288f936ccba76193ed7749d115620a9951d3aeb02e9fad4f49b63d828b6c7a00f0d3acb7f2bb343b79da4d623e18760f151f0cba55c207a8812bcaf37dc2b5554d857469cc5d829ded7a2c40f44b70e9ee72e54fc6826bfbd8f79dc9a536889568645064d0583706ba4662a26874308cc6cc57724cebcb4dacedb700eec120293a7c4d87c56678c8e3af15652c2caf978da532cad435219abe1fee358552751747eb75ac27ea5808a3aadc5cca065a1b9aaa0d2239deac551519c66818e90a522303910d55867430da207d403534dae843a48f6444b4518c5084d6a33511550bc1bfa85f25f09045f5aa82a7c6a610e27bc01366995469a42a3a894574556cc52b5bc443114f45c512a748c458163172446cd9c6dd529cc0940ce2c1963d90212ad3bd28eba2ac88ca501c1930d89e7610f549677c7f8a5f49ab2287fa7a54be1a2b5f05999dd7bd65fe2de456dcbbba6b4b0d20839a1a42f237e9876f8ba4a4bc2411147ab03b760565242cf237f0301441364c0d99b22ccce6013702e1b5211569cf86542cf3946700ec96e5bdaace4bc82e18456c4557381cab1aaafe0dd042cc13af808cee8128da5fcaf0069cd0bc3479b42cc9f64078d9718bdcce8914605b9efb752fb82b4e1c3378549990643b5256b4be5c05d39ec10162f8e4c7fa6ce079c1f03a6f390c4ed969cbebabe874b614967fe5722dfb3c639a27258799b978d11a3f4d2e49490e8f99573933ec551edf3d08606f1f7bffc41e9b523973b3787a78e278d80e423fb08295cf2bcaec005b37447c1d04cbf0daf5837712b3d62cb0ddc5028c38eee2ddecaccacdc2d572e659131c3a0b1fdb2b0f871efec70afb81ff84a25bb32bf038b4667811fc31789a81cb1db36c1b2f83ff395bb330f3fd3c3cc51e0bddefe66c243f39428817b63b7116b30f12f773a51b6b315b415c7e137b9f41b45df7a583ffe4f0ff1f87f32e6b6905d72dfb4ac7aa94d649669e7ed85bc547ec9707eb4c1ba1efcc1640111e8f1824445ba9add89d06afac935485105b05a35209f5077da40b17ab2cb97d213cbd0d582634da0b6b8edfc9300f4bacc9c46be8c9349feb2f5d8f9723148c21b7320fcfdd00bf4b118613d75ecd815942cf754faaa021ad2a562dc0ec074a4b22f9497dbaaa58e3da5055e8dbd7f8e4ede0548aed0260c100bf0ec22594abf3fa114ccc742bfcc87dd1a3f3cf9d450bfa5d7efc3bbd250720b77e941fceb1b03d07ea73eadce016514d7f8ff90f9006678b7eb12b9e21d9a20c3b693a9442ebe1f9125979371c69965a1fd147828b332bc0afac2fe16208b037b56cdcb40bf6cc9194bef22cd9969e1bb8b67bd35cdc8c4eceab1e456a8e836b77d2c47e8683d65f907a5fc28de735c4d766b3f2a0baf29cdf7212e51c83167f75f8410b4fa03678bf14faf866fab1aa8af1e07be0cc7138bd712d38700cb0c94365a48ce016838b6d047fe7a83d2c679f680f0b592fd322d6f60f8c39781bf0a8a168199cc0cb5beefee3be5ee317c376dd9cace5f3261cc0ea8da0a5765e0c60f5fd0cdfe44443f3edfaf7b37dc32867ca6f35decffc8ddf9c9a4f4c01b9f1bbaf01a0a5b789293fb10d783320200e5f14dbeffffdcb67fffd59fed1f90fa3f51fd0a73f6d3fbdf8dbfe2f9ffcf55f9fc037d57ddb5db2c2f61f42a0b3828083b1b60b9abae66b3c0cf9f7f8d39e300c4b5a1fcb6c55a62d0a4f536b4da27d9b590db7856112f36ff7f1fdfdaf1e6ac1e5, '2017-09-23 18:38:57'),
(17, 17, 'audit/request', 0x789ced57518fa34612565e72ffe01eeee59025a4d9c436d01883b1461706b73dd68e8d0f70762345426d68dbc43610c0bb3359cdffb81f93ff12e974ba877b48a4fb0557dd80ed19edee5d2eba531e32d298a6ababbafaabaaaf1a622a3df35d61ea666bbd27c59616ad213165f3dd63612ab2d92a4a521e0b3b8d686b189b48968705d368e5f4db232dca5b4a229a739d013303926d5a942d5835305bfb3424fbe69d590bd324a16119a74933b3a334eb907dfc86b219a499ad63b6c9c168274e0a1a1e73daa9b72ab88ad9521ad56341f30ed9d0a4328f40364bbf8bf77b22695d59b89a91304ecab4d80e856952d2bd001382e309af05450e1414f45f085696ede92bba7a199792a6ea5db52f5cbdbcf567776d611fefa830a1e12e7d21d8db3c3d50a92f77e5aeaa28a8ab28aae09135c9e35a8d79d0375b240c69c6dd31e02425bd2fa56d79d8b709ec1387841d5cba67339fdf3f9f3dec87df5ecbdd413b3ec099a4b77495d54392259bf667d2675c6e30e33ac37f4d739ab3370db6da9665664ad2097029045872b25f51126ea5759e020049c4ac4a69ce2226c54944ef39705ae3778726611ac5c9864fc3269befe2ac2d441432a3a46d61953f5bbf27c9e6082eb2e91ec04f93ced26bd3a4f2b41d477cd06f1f0a3ee8b58b980f500d5798a6bb986bab9a0ae9529bbb063b9bd55080e8e7e0d2c3f5d21b0d05c7f6b0e74d47d75a2f52c28141914123dde8e91a8988a2d15e3f1c325fc9715f5eaf236db701700f06d9a3c337b49fadfb8734fa465186c2e276515bcac3445d11a2e9bbfe4e532855b751b85a457aac0e85202cf2f5b56ca095a1a95a2f94a3f54a5591610cfaa1ae203534105953a54f7b8335d27b544383b5de47fa4046441b4408856835581151b510fc8bfa4d0c0f59546f0a786a6c0a21be073c619649955aaaa24a2ca29b6c23ded822ee8b782c2a96384622c6b288d154c4966d3c2cc4114cc920ee6dd80319a232de89b22eca8aa8f4c58101834db583a88f5ac3c72a7e392db214eaeba27c3556be0a325baf3b8bf42de456d4b979684a0d20839aea43f2d7e987efb338a7bc241114babf3db6056520ccd337f0301441364c0d99b22c4c663e3702e1b5211569c78654ccd33dcf00d82d493b4599e6905d300ad98ab67038162554fd1ba08588275e0619dd0151b8bb96e10d38a17ea9f3689193cd81f0b2e316b99d8a14605b9efb65c77fc82a8ee95d542624d996e4052daf97feb8637080183ee9b1ac0c4056d705f326a66f4f65de509806f2a6babe0eaba3ed61f5d70e57b24f33a659297d0956ae5e34be55730b9293030f8262be8b4df9c4738f95033501dea4d1c3999cc10d0fbb5f62974da955f4c073178fa62eb6fdc0f32d7fe9f1da325bc0db3525dffafe22b8753cffbd14add50b6c673e07235367fe7e9e56e57ae1723171ad110ea6730fdb4b17072efef3127bbef784ac1bb34bf038b02678eeff3a189b81cb1db36c1b2ffcff396fb390f3fd5c3cc62e0bdd2f666f243f394280e7b6339ace271fa5f0e74a77d67cb284b8fc573c7e02d1769c9753fc1b9bffffd89cdfb716967fdbf0b0742c7269152766f5c3de0a3e62bf3c5827da08bce9640e14e1f28841423495da889db1ffcaaaa42a84d8ca18a94aa8dbeb225db85a26f1fd0be1695f6099506bcfad197e2fc39c9758a3915bd393693ed75f382e2f472818436e642e9e393e7e9f220c478ebd9c01b304aee354aaa0212d0b562dc0f1074a7322797159352d7685ada92af0ec5b5c79dbab4ab159002ce8e3d77eb080729dbebe8089996e843f735f7471fed974de80fe901ebfa0f7e400e4d60dd3c32916b63b85fa1c4fef7083a8a67fc0fc474883b34537db66cf906c50869d341d4aa1f1f0d44496ee1d471adaeabfe7a4a64122e5c20240ec7e05cdc8ad3909608da36ba5a1a789e5e357d657d03f7cec8e2d1bd7f70b7b329594aef22c2717aee33bb67357777ac63aa75517019d61ffd619d52932c17e73ac8ff9a29cd597ee944bd5fff4d07fbab45287ac0997daffa895279131f8452bf0f0ddf8e7aa2ac6d97f7f3ac3c1f8ceb1e0e011c027f7958132e8c95d5dd107f0770af27939fbb63b2f64f78e06397e27e1751847e79efe58310fbf465c5c489a0e40e0e51d3fcfe51782c61bcb66551fb5e907759ca02bd482a635f05c02ab1fee1075b2d46da259ffe16e5133d2a965341a1fee1cb5df9cda2ba6010af8c56d04e0acef7967db1000060400fd79b6f9feef3ffde19f3fca7f9dfe83b5851fd0a77fdb7c7af5c7ddef3ef9fd5f3e81afb3c7e69eca88c13b87406795020763d736b814d6dff541c0bfec2fbeeb153699d3f29827cb7cdfa0f034d75624dc35a956174b10b01c884d347c7cfc1735b0d542, '2017-09-23 18:39:00'),
(18, 18, 'audit/request', 0x789ced58cd8ee3c611862fce1be4904b180104666d4964374589a230b03914a51176242a24955d03068816d9926851244d52bb335ecc7be461f22e0102c3071f1c204f90ea26296906bb9bd8f9410e39486c767555d7ef5725111df5f477853ed05b9b98143b5ab4464497f5778f858e64bd5594a43c16661ad2d628d215198f0ac6d1cae9b7475a94b7948434e73c43260628bbb4285b706aa8b7e2342071f3cea4056992d0a08cd2a4d9d9539a75481cbda16c07ab7aeb986d7310da89928206c79c76eaab0acea2b750c37a2c68de215b9a54e231d0e6e977511c1349edcac2d59c045152a6c56e24cc9292c6026c08b62bbc1690ec23ecf75f084696c5f4155dbf8c4a4955065da52f5cbdbcf5e6776d218ef65498d2609fbe10cc5d9e1ea8d497bb7257410877115204976c481ed56c4c83bede22414033ae8e069694f4be9476e5216e13b8270a08335cba673b9fdf3fdf3dc4a36fafe5eeb01d1dc026e92d5d67f59264c9b6fd99f419a76b4cf880f97f43739ab337153cbd2bcb4c97a493c3a500dc9293784d49b09336790a0e484226554a731631e94d44df7e1185d7953bd546f70e4d82348c922ddf868bb6df45595b0829644749dbc23a7f763e26c9f6086ab2ed1e8480269d95dba649a56d3b0af9a2df3e147cd16b17115fe0da65419aee23ceada80aa44c2dee1ae46cd72301322007951eae57ee7824d8a66bb9ee6c7cadf642140c358a351a0eb4de402521412aedf58311d3951ce3f27a13aafb2d38f8a091181fbea1fd6cd33fa4e137088d84e5edb296940789b226441decfb7b1551aaecc260bd0e07913212fca0c837d7b286d79aaaa8bd400e376b45c19a36ec0703849540c36443519ff6861b3ce851150f37833e1e0c654cd461887180d7c335111503c3471cdc44f09045e5a680a7cab630e677c013761915d55405576411df645bf1c614adbe684d446488132c5a962c5a78265a86a93d2cc5316cc940ee6dd9036b229aec457920ca48447d71a8c1625bdd200ec6add16315bf9c16590a357651c27d56c208ebadd79d65fa16f22becdc3c34e5062e83baea4301d42968dd67514e79596248416f776c0b68282cd237f0d090206bba8a755916a6738f0b81f09a908eb463423ae669cc33006e4bd24e51a6396417ac0276a22d1c8e450995ff06a021e489974156778014ecaf6578035ca85fea3c5ae6647b20bcf4b8442ea77ebd4bab2ae3d5a2fe926a899290de57300346707ad9f11eb20ab57a17b50e29bb237941cbeb9537e968dcddccdbe9b1a48d176aa1c78c9976828e938670a2d1e1eba072550ce7bfb6399b79dad1f58a69c5e55cbd68f4ab76972427071e56a4bf8b74f9849e2cfee884e03769f870867c50c4b59c3f580edb52549e0fa0bd638d678e657abeeb19decae5d5aab7b02cd7407feb794bffd676bdf702bf5a1f30edc50284ccecc5fbd15f91eb83abe5d431c6963f5bb896b9722cdfb17ebfb25ccf7dd2021ab12bd0d837a6d6c2fbdfe803ccb95c31c334ada5f71fef062ce4fc3ec79a580e0bddbfa52760f98919beb530edf16c31fd686378ce74672ca62b88cd2fea0e27479ab6fd7266fdbf47fcf77a049fe4968677dba0bb742c72691d257af5c5de0abe62df3c5827e8f0ddd9740130e1f088414234d5da90ed89f7caa8a80a84d8c818544bb8dbebe28170b54aa2fb17c2d36ec332a1e65e1873ebbd28733e628cc74e0d51bafe9c7f693bbc24a16834b9a139d6dcf6acf731c2726c9bab39a08befd876c50a1cd2aa601503587fa03427921b95552b64c3710d57be6bde5a95b6bdaa1c9b0380849ef5daf39750b2b3d7176e62a21be2cfbc175fd83f9f2d1aa73fa4c72fe93d3900c07583f4708a85e9cca03e27b33babf1a83af880f88f0007ef8bdd6c973df364e365b8498554571b0d4f8d64e5dc71bf80ddff1897ce8d12a30b19e064e72b68494e8d4ae0d8d3400bb64c0dcf7a657c055dc4b39c89615af5dc624e6712eaa26759b9746ccf36edbb7a6460b8733a7511d2b9e5dddae33a49a696d718f6315dd0997de5cc3855fde7cdfee2524e1db626644affa3729e4447e3239cef5a77939fcb8ab4b305de6c6ef9933bdb00d34370a0dc474334ec695d24235996d129d0e7e3ec97e3f9209b3f1adff1d984d762149e7bfb63853e7c9cb8184c9a2e50cfa9dab911d499c6db416d6ad313ea484167a8094d7be0d904523fdc25ea74a95b4573fec31da346a553db68383edc3d6abd39bc576803e5f02fb71270673def9d6543009823c0d19f67db3ffdf0d7dffced27f92fb31f596bf833fef4fbeda757bfddffea935ffff113f8ddf7d8ccac0c1cdc730806ac56c03036be11bdf9d7c0f7f9ff06a758b238e4799ab33b3ba819367d3fa7e5314f5679dcb8e569f2ad49b06f72afae1fdf674911e9787429b5c2643e0a0b669c1634fc1de8fbf8772187058a, '2017-09-23 18:39:08'),
(19, 19, 'audit/request', 0x789ced57dd8ea3c815d6de6cde2017b909b284d4b36b1b288c8db1ac84c665379ab671006766a5955019ca366b0c2ce099ee1df57be461f22e91a22817b948a43c414e15e0fed1cc44bbf9512ed2529ba24e9d53a7be73ce5707622803e343698c8cce2e21e581969d093164e3c3436928b2d1292b529d4b2b8b6867121b48962725d3e814f4fb332dab1b4a225a709d313303924356561d5835363a491692a47d67d6c22c4d6958c559dace1c29cd7b2489df51368334a373cef70518edc56949c373417bcd562557313a4aab7a2e69d1237b9ad6e611c896d90f71921049ebcbc2d59284715a65e56122d8694513012604c713de0a8a1c282818be12cc3c4fe81bba7d1d5792a68efaea50b87a7de32f6fbb42121fa9b0a0e1317b255887223b516928f7e5beaa28a8af28aae0911d29e2468d7930343a240c69ceddd1e12415bdaba443754aba04f68943c20e2eddb199afef5ece9e92c9f753b93feec6273893f49e6ef36648f274dffd4afa8acb75667cc4f0dfd18216ec4d03a40f55951b9274015c0a019682245b4ac283b42b3200208d9855292b58c4a477317dffab389ad6706aadef3d9a865914a77b3e0d1bed7f88f3ae1051c88e8a76856df1627d42d2fd19dc64d30308014d7b1baf4bd3dadb6e1cf1c1b07b2af960d02d633e400d6461961d63aead6a2aa44c636e0a76f6db89001950804bf7d38d379b088ee561cfb367536d1029e158a748a7d1481f8c34121145a383613861be9273524d779176dc03c0279d24e8f41d1de6bbe1298bbe539489b0be5937968a3055b78468a3e3f0a82994aa8728dc6ea351ac4e84202c8bdd54d6d156d7546d10cad16eabaa48d7c7c370a42035d411d951654807e31d1a0da886c6bbd1108dc63222da38422844dbf19688aa89e05f1c5dc7f09045f5ba84a7c6a610e27bc01366995469a42aaac522bacef7e2b525e2a188e7a2628a7324622c8b18d922362dfd7e2dce604a06f160cf1e481795f9519447a2ac88ca501ceb30d8d73b88a35967f250c7afa0659e418d3d29618d95b0828ccedbde3a7b0ff915f5aeefdb7203c8a0ae8650004d0ae2bb3c2e282f4b0429e81fce5d41190babec1d3c744590754343862c0b8ba5cf8d40782d4847dab3201d8b2ce11900bba559afacb202b20b46215bd1154ee7b282ca7f07d410f1c4cb21ab7b200a8f5319de80179a97268fd605d99f082f3d6e91dba98901b6e5f95ff5fcfbbce699c193ea84243b90a2a4d574e3cf7b3a0788e1939dab8b81a668e234a277975a6f790c4ed9694becdbb03e5b02cbbf75b8967599318c5ac96666ae5eb5c6ebc93529c8e929fb2a1796bdcea2fb4701eced61f7b7d865532a676f164f17cf6c175b7ee0f9a6bff17845191d60ec868c6f7c7f1ddc389eff5172d69a0596b35a8111db597d9ca155b959b8592f5c7386037be5616be3e2c0c5bfd960cff79ed1746b76031e07e602affcff0dae66e072c74ccbc26bff3fced82ccc7c3f17cfb1cb42f76fe16d243f3b4680579633b3578bcf92f74ba55b73b5d8406c7e12835f80b41ce7b58dffcfe3ff3d1ee7ddd6daf46f5a0696ce65216de3d4a87fd85bc947ec9707eb421d81672f5640132e8f1824445badadd899fb6fcc5aaa4288cd9cd1a984fa833e1a09579b34be7b253cbf11582634da2b73893fca328f4bccd9cc6d28ca305eeaaf1d979724148d2eb732172f1d1f7f4c118633c7da2c815d02d7716a55d0903625ab1860f713a50591bcb8aaaf2bd6c036741578d60daebd1dd4e5d82e0026f4f15b3f5843c9da6f9fc0c44cb7c21fb92f7a72fea5bd6a41bfcfcebfa677e40404d70fb3d32516966b437dceed5bdc22aa8d3e61fe33c4c12fad7e7ec85f20d9a20c3b6990ea5aebe1e522d9b8b71c69965aff94972e5723e39d85e9e337e6377039f8d89d9b166e5a066b614b4a5f79916c6bd7f11dcbb96d2e6f462797554f22b5c4fe8d336b62bfc07eeb2f48dd6fe0d6731be26bb3597954ddb8f64f39897289418bbf3afcac856750ebbc670a3c7c3bffb1aa8afee8bb6f2f7130bf754c387004b0c94365ac8c077a5fd1f431fc5da2f6b89c7daa3d2e64fd4c8b58db4330e6e0adc093a6a26570022f1fb8fb4f7b7b8d5f0cfb6d73b296cf9b7000ab378296da793180d54f337c93130dcdb7eb3fcdf60da35c28bfd5f834f3377e736aae990272e35fbe0680963ec486fccc36e0cd8080387c9def7fffe7bffde2ef7f95ff68ff85d1fa1fd0977fda7f79f5cbe3cfbef8f9efbe80efaa87b6c36485ed3d8660c40a020ec65a2f68ec9aaff220e0dfe5cffbc2202868752ed24d91b4283c4fad2d098f6d6635dc160471c4bfe1270f0fff003458c42c, '2017-09-23 18:39:08'),
(20, 20, 'audit/request', 0x789ced575f8fa3c811d7bd5cbe411ef21264c9d2ee9db169300663590a83199b9db1f101be9d8d56b230b4316b1b18c0339e5dedf7c887c97789144579c84322e513a4ba693c7fb233d2dee94e7988e419e8aeeeeaea5f55fdaaf035d4d53e159aa235d63bbfd8e0a231f03541fbf4b9d090a0358ad22f0f859186b831883549100705d9d1c8f1f50117e504fb21cee91e24113d20daa445d980657dadb14b037f578f89ba204d121c94719ad4335b8c33dedfc537b8c154c39a122725bfc349546ec8aca835fa2a154b20f6830de6c9a23cddb173f6fe91f7233c14c8b8a735d23c8ee2ea08186dca32d33a9d47c688b2d63864510ee6f37152e0e090639e5daaa01bb506aa6d3c143827fa93ea1e22c8a6e9c778b7f33b725be05e4dfd204ecab4d80c380b6cdf7130c1d92e77c5216189c465ef35a767d90ebfc5ab8bb8ecc892d2967adcab8b8937bd6c71bb788bb9310eb6e96bced8e4e91e777a425b684b08896d8424cef5d77e1eb36d9505f728957719454e02687c38240e7c026fe7c8dfdedef2eb34dff3871ca00cc0852183c70f029cd1bba80043898f656753ee77ad47fbc9ccf7c7a7b3fbdde07a28b4fbad780f80746ef12a63af7e9644adef3adf5139f59642c2648d739c93912cffb7273a015c21f7772b0c4eedac737aa79068eda43909ac4e9c84f848ef2cd776f3f4327112d1693824fa18672d2ec410c0256e71abfcc9fa9d9f440730914c77c17738e1176e0b2795a5ad38a42fbdd6bea02fdd5611d31791c115a4e936ae409601e55add10f444ab0107a193834977c3853b1a70b6e19aae6b8d86723744415fc5a28a4345ed2ab21ffa48c6dd5e3020b6fa875d395c87f2360270f7aabf13f71f702f5bf7f669f801a101379fcc99a63c48a495efcbcab6b79511c6d2260c56ab5089a501b70c8a7c3d145471a5ca92dc0d8470bd92245155fbbd4041a214a8a2bfc6a887bbfdb5a874b12cf6d74a4f54fa82e8cbfd50140371d55ff94d4917e1afa99cc5f0109ad259014f994c89223d039e304ba4884925b11237c5b32c6a9e194db3d734cf9b486f9e8b4dd3149aa668354ddd50efe6cd114c0920ee46e421aa4d74be6d0a4a53404dd46bf6557889aa139acaa831f85cf92fc7459642723e601985900c89ff2b7e9ede426c85fcd95d9da7001924640f32a79e7171c91bcc7d3ef0c8a75813482c76e962866fa85e77f33c5a2b1f50ff665f602408eb75728daec10b995f6e869d013781c8b593dd1d6141c41267198710be7179370cf10e97381c70f898c560f5d0db1c5a9c80f8377ec2a3be227082a0911fe2c6536f00fc70e475c257f70790d448e9019f69e6989526ca55c0705421ea73b3f4061e2ae204559345d04914d6d468506a34eea9b1074025295f94690e89016f943c5bdcfe5094c07637c0bb21cd990c92910751b01d0a30022e64039602f3dc8ff63e650caa91ea61c3cbb422079a5ed25725794d660623338f9199d87d404b90611b3f2f70395c78e7bc4a0122c1911eca6a3163e80e657170071c1d81f04476b5713d5818e26d99c787fd7bb2e33dab223b08aef72edb6d9ce634adda7b49d5bd7a5d5b5bcdcefddcdf3fac96e85415cfd2f08e08a43a58d9fd38ef6bc91ad639fe2dad72807495ec297a938c02490f2cff07310b8eea0e8dd58f8e3b59bf39661faee6abcb65d4fb51286fba63cb8a8ce3c55dff3a9c28d7e155f46e92f42efe680937fd375767533efc88ec75ea2a6f79396a4a23f8d5943ac2d404ae4cb9fb7b22721d9999419d0f36fd32d60c87e0e6cfd47faee9fc683a144e95e2091638e6c8724cc35bba9eee2d5c86942808ac1f9878de7c39b15def8b7d88cc1618f66c064a2c7bf67c33026b3c73e62d2fcdd9d89b3c6e46d45a8f6e4c4ca2cd73eccb2f75242434e84adbb1c6d6eca5be4412d8d2c57cece8237369cd5cd35838e6d2317f5898aee73e6a4eeaab2c00a5a53e064bff773a941a3aefdddcfcaaa03fc1a51b8639f77ef13e85184bcf73cc73d321b1f6b3bb1551787485a53933ec91351bbfd8b23cdd74a9cfc60b70ea4fea5b4e201ab67d6199ffef5e7ebdee857e05cd75461740069d4391775671a255ffc8a8a06fe47fcd0615cf2d5d6b3c034e73a8c72020ea34afc5f6b9f756afa412b858cf4825ee88ed6e5b54b8578b243ebee69ef441e8b47ba64fcd2f52e2fd127d3472189f6adad3fd73dbf11807aa276673cca9ed995fda08af23db584c090b38b65d6d851d9d4541b205cafa1ee3dcefb87159753a847119cf2d5d20d5cada6e958a8f28f9ca5bce215dadab073011d5b5f02bcf151fdc7fca181a40bf4b0f7fc0477f0fccd80ed2fdc9178663417e9e5b501518a2b2f28cfa174883b2453bdb644f90ac5186936408f513a19eaadec2a16506ea61e305f5b427ba6f8508ed8c75cf7cabbf83a2e299ceb96e98ec33cd185b1dd4464f626deed89e6d54258dd5bad3aa078e9a9adec43e853d2bbac45e103befa0443b8cf8ea6846f77b178ef5136e824e2ea8e1977a2f2a7884b44a7bffa56b5e9e7fed5652f26bd33d6b6a2ecf2f6d1dee1b026c420ff549abdf569493bfee57d2ef86d31ad2c242728c4defbe7f3c81f7eb375ab4cfaaeb840f834f14a587dfcd322d3fd18a0158570d96f0503b98a02e2034e540ebf37584851e2b26f5fae76b0ae3ad5361a9773c5f5f98dd27141169ae7e76b179f01579d25d7d134ae0f3efb3e8cf7fffd7effefd4fe1afd63f48f1f88bf8eddfa26f5ffd7efb9b6f7efba76f2240bbfe8021f4e1defb5f2179071723dd6835f7f93fdcbceffa, '2017-09-23 18:39:30'),
(21, 21, 'audit/request', 0x789ced57dd8ea34616566eb26f908bdc2cb284d493d8060af3632c4b4be3b21b4ddb38803313299285a16c338d81063ce9cea8df631f66df2552b4da8b5c24529e20a70a70ff687a369368577bb117dd549d3ae7d4a973cef7553930a481f1ae3434a3b34d82724fcace283044e3dd5d6948a2d129aba03a96561691ce283664118d4a6ad129c8f59194d505092252301bd0063fb0b4cfcaaa036a43a393646190b473ea2eccd29484559ca5ade48a90bc1724f15bc22432e804e19ef440b32ab2a47174086e7ac18e8c453a478ad139e6bb02b6eec56949c263417a4d4025f36274a4d6ffb12405354deb1810accdb3efe3240904a52f7267f3208cd32a2bf723ce4e2b927020e01c8f7bcd49e25a426bf50567e679425e91cdcbb8121459ebcb2a77f6f2c29f5f76b924be22dc8c8457d90bceda17d98108aad817fbb224a1be24c99c176c83226ecc6804aad109c290e42c1c1d4e52919b4ad85787a41bc03e7118d0ec083754f2e5cd53e921195d8fc5feb01b1fe04cc277649337c3204f77dd2f842fd8ba4e9d6bb44a5b529082ce14d86a5f55b92108a7aa0821a4a508920d81940bdb02524ed2887a15b282d65588d388dcb0c4296ddc3d92865914a73b26864d76dfc779978b08f44f45badca678a29f04e9ee082152f100d24fd2decaeb92b48eb41b476ca0760f251b0cba65cc06a8495798655731b39615688fd6dd18fcec36230eaa5f4048b7e3953719718ee561cfb32763651049e15027482791a60f34258802492103351cd1588363528db79172b583e41ef42041873744cdb7ea218bde48d2885b8765b11d8b3adae88aac0c4231da6e6419e9fa500d3509c9a18e822d915432186e9136200a1a6e351569431105ca304228449be126e06513c11faf9dc7f01179f9bc84af424508b13de00b52ba2a35ab32aa9779749eeff8738bc72a8fa7bc64f253c4632cf218d93c362dfd76c94f4024c2f260473f48e7a5e9152f6abc28f192ca0f7518ecea1d780dd2b3bc5836f989f4eb4151ecb6da1b69f8f650124914b7dbf45aba06e4dcd5f52b48996780af07205729c62564745ef796d977d05b51effcb6851a38074ca9d0fc4dfbe19b3c2e0883240210fbfb63979386dc227b0b1f5de244dd5090218adc6ceeb7e8b718faad7bf4abb05b9af5ca2a2ba0bb60c4f8a1cb1d8e6505a87f0bdc11b1c6cba1a37bb0145e8d459801273493a68f9645b03b040c76cc23f3d34c2fb31a610c29f2472185120c28eee29ad2205a8bad563dff3667fed1e001caa161f74151926abcf2a73d9d259be63a3b56a44d641957e41e7a8c314ec1c172bbfdb70d4726509c6f3db0b14e73c3a84d6ceae4ec451b592d5c06457080aa2ca8543a71f97916ddde933fecea61f76bec52912cd3ba43092f7c7fb9be703cffbd04af340a96b35860cbb79dc5332cafb78aa67581a9baef3a97efa37a596c3457cb996b4ef0da5e78d85ab978ede2af56d8f3bd477cdf06b082d0d7e60c2ffcff0dd2a759668199968597fe7f9cfa69add97e2e9e6297d6f04f5f00487c7484355e58cec45ecc3e780b3c35ba3417b315d4e50f5d05a7245a8ef3d2c6ffbf10fe7b17027bd72d4dffa2a57260bd42d8c4a951ffa3b3928de87f56ac137fac3d7bb6307dc02c954343b4486d979da9ffcaac576528b199535e16507fd0471a77b64ae39b17dce3ab85764263bd30e7f8bd5c74af624e260c00d02a86f1d47ee9b80c8e00185d6cd75c3c777cfc3e43184e1c6b35076659bb8e539b8285b02a295a80da0f84148140d9b87e8a0ea83b46556b0fc8ae8e765043b155a004885ffbeb25c0d57efd204dd475bbf891fba207e79fdb8b36e9b7d9f16fe4263800b9f5c3ec70aa85e5da80cfa97d89db8c2ada33ee3f401a8c2dfaf93e7f92c936cbb0930280505bd298993e7e657e03acee63776a5ab8793858335b90fad2934e59ba8eef58f545d1dc2027ad07699e63ffc29934859b61bf4d07acbadfac3ddf6d58ab6d45e9de74e5da2cb3f4e8cf9ff2d44275d2da84c9ea07ad1ee54667afa5b5872fa71f6b4a2fcf365edf9ee3f5f4d231e19011a44a54a5a134d4804b65d49cfaa12afd0977af445f1e6d86da5b9fc29cddee0f9e012ddd36af3ffd9e719b9232de6d4ed5926f937ea0e066a1e561965ff0fa3c1d373dd07072abff3c35375130eeac410a95fdd33c0d8cf02e36c447be217bf45890d52ff3dd3ffef5cbe7bffe2cfe68ff4479f707f4e93f779f9efdf5ea2f9f7cf6f74fe0b7d15dc34a27826d0ff26f1edeb01b45a1775f028d02003cd0d7140b8b89d66bf67bfdc1af75890a0b521d8b745524bfab8fefee7e0365e4c9af, '2017-09-23 18:39:30'),
(22, 22, 'audit/request', 0x789ced57db8ea3461a566e9237d88bbd09b284d493d8060a833196a5d0b8ecb6a66dbc807726d248a80c659bb10d34e0497746f31efb30fb2e2bad567bb117bbd23ec1fe5580fba0e9594da244b9484b6d8aff5cffe1ab82984acf7c5f987db3b5399062478bd69098b2f9fe43612ab2d92a4a529e0a3b8d686b189b48968705d368e5f4e6448bf28a9288e65c07a4c10eb0766951b6406c60b60e69480ecd3b3317a64942c3324e9386b2a734eb9043fc8e728a0a3224dcd10e4896797aa80d1dc96d876ce94866ef48335ba76c9b83eb4e9c14343ce5b4530754702b664b69ec9f0a9a33d5a48a01016f9efe181f0e44d2bab2703127619c9469b11b0ab3a4a407010882e309af05450e1414e82f042bcb0ef4155dbf8c4b4953fb5d55172e5e5ef9f3ebb67088f75498d2709fbe10ec5d9e1ea9a4cb5db9ab2a0aea2a8a2a786443f2b8566311e8668b8421cd783806eca4a4b7a5b42b8f8736013f71485876a45b46f9f6f629f57818de8ce4eea01d1f614fd20f749dd54b9225dbf637d2379c6f30e37d56a50dcd69cede3470b52bcbcc94a47355a410d29293c39a42caa54d0e29a749c4ac4a69ceea2ac549446f79e2b426ee0e4dc2348a932d278393ed8f71d616220afd53d2b6b0ce9fc81f48b23d41888cdc83f4d3a4b3f2da34a9226dc7115fe8ed63c117bd7611f305aad315a6e93ee6daaa06edd1981b819ded7a2840f57308e96eb4f2c643c1b13dec79b3f148eb454a3830283268d4377a7d8d4444d1684f0f872c56723a94a34da4edb790dca3410ee8f896ead9463fa6d15b45190a4158e49b916ca0b5a1a95a2f94a3cd5a5591610cf4b0af20353410d95045a7bdc106f57b5443834d5f47fd818c883688100ad17ab026a26a21f817fb97313c6451bd2ce0a9311242dc073c81cab84acd5551c516d165b6152f6d11eb229e888a254e9088b12c623413b1651b774b710c2419d8bd2d7b204354267b51ee8bb2222aba383060b1ad3c887d48cff26a59e727326e7a79beddf4df2a8377c7822ab2bcd92437ca0d4cce87aa7e392db214e6ebc1906b6cc61564b65e7796e90fd05b51e7f2ae1935300e33a543f3d7ed876fb338a77c24110cb1bf3bb50565202cd277f0301441364c0d99b22c4ce77e33fd369f7efb7efa75f096a49da24c73e82e58717c680bc75351c2d4bf03ec8878e365d0d11d6085fb910c6f8009f54bdd47cb9c6c8f848f1db7c8ed54a0006e79ef971dff2ee334d47b3099d0643b9217b41cadfc49c7e00962f9494f65656050e18cc4b1282eef60c4b671721ef706ef34908be8becce3d3f10d537853a3dc01d2fbc6ab95ed33cd342bdd6b66ede245136b455c929c1c1fa2b57246e5cb34babb6740081e76ff8c5d4652ab0a42f42e1ecf5c6cfb81e75bfecae3f365b600e16bc8bdf2fd6570e578fe47b15cab056c67b100233367f10ca01b8da0655f6126eebbcef5c7505d956bc9d572ea5a631ccc161eb6572e0e5cfca715f67cef11b43701ac606f8135c50bffb781efac0c3c30cbb6f1d2ffc5519e3504f7e7e2097659917f36d623f9d11602bcb09df16c31fd24e03f55bab616d315d4e527a1fe3989b6e3bc9ce1dfb1ffd7c37e7e855b5afe5583dad2a9c8a5759c98d50f7b2bf88afdf2629d0126f066d3058089cb2b060dd14c6ac37626fe2babe2aa50622b63102ca16eaf8bfac2c52a896f5f088f4f11d609b5f6c29ae38f62d1bd88351ebb359099e653fda5e3f271848131e486e7e2b9e3e38f29c272ecd8ab39204be03a4ea50a1ad2aa60d30227c291d29c485e5c56471cbb16d7501578007655b4bd6a141b010680f8b51f2c615c67af1fa489996e989fe9173dd8ff7cb668927e979ebea3b7e408e0d60dd3e3b916b63b83f99cccae719351adff8cf94f8006478b6eb6cb9e64b2c93278d26020f426c2f371b37239fcabcce7f3e6f9717a3e4519ea4c2d1fbfb2be8763c1c7eec4b2717dc9b0a73349e92a4f5a6de93abe6357274d7d049da51ed4698efd2b675c577e8afd265ae0badfc3c9e8d6b0d7f4b272afba72679fbf0fe59cff26f7aafe49fd476936f81d2bf0f0f5e47355d939dc44eecfe638985c3b166c3782a4c9ba3250067d8065431bc0dfb962f7e2ece3ef5e90dd7f9a7c35b70c861afcb2f0e0dad1a0378197f73cfc87df021a3f14b6eb7a670d96d7c50044af190dacf34100abcfa37bdd1135c437f2cf237d1d0587e26ae6a1ce3f1bf60160dec7a6fcc836648f6d0bb2fa6db6fdeb3ffff3c7fffe5bfefbec5f0cc6ff86befcc7f6cb8baff75f7df187bf7c015f551f6a903be375b391ff7365076f6ca8bdfb12f4d93880057639e361715210f02ffdc737c720c86979ca9355ce2fdde8d35d0dfe3efc0f283adac0, '2017-09-23 18:39:30'),
(23, 23, 'audit/request', 0x789ced58db6ee3c811c5be6cfe200f790921808b998d2e6c52bc8886b091294ae28e246a292af62c06205a644ba275214d52963d83f98ffd98fc4b8020c8431e12205f90ea262959de1907b3830c0224866d7677555757579dba9058474dfd5daaab7a65b1c1e98aa4950bac0bfabbf7a98e04bd926638dba7461490ca45a88b827091d21d9584dcee499a0d080e48c2f62089ca01d22a4ab30ab0b5f4ca26f2f1a69c53717eb4db113f0ba35db9b22624aee14d78472a8568e0c9c82eab6dc86e99ade8aaa4574441a22345af60df273113d8a4b338de843ea6121b3769b4ab7219b9cf1a37f80ea77e12c65995fbb6f1ed0577db16ea022a444449b80c730d60b6cab2586f34ce7515f5ca7dcd4f93452d8bd684f16a9a5e213f5ef9ad96660b51e7c10ca4f8d2985fafbc4bfb6d90766e92d9ade586dbabebfbd76f713c9517d9d02603cbcf0eab89d2ddff48bc5af4fdc093881ba707ab36537aaf71da1dbdfda1dd2eadb14f4952c34bb87eae05d22ba3e86db8d9e0865c17b81723ec87bb2c4a57179c0556da70b0c0d953ee9a438287444f79c975c022e48acc5f85594396d4baa4702f5e0ddcd1b0ca6dc235e1fac45f472f396395445bd250c02c750921b18e90c44df1022761b1adb4cf7dad7036096a8730f708f5d3f5683800d33939b1b45ae9bdec21661e6d6ae74ebaaf1d0e87da224ab6b57d022ef6015ac105e7af709292ac3d737b358dee5329c6162421099dc9d2cffdd4f0e19c046fe604fbabc6226107078d039937a81981b174b25ca2a6c6ce0b774bb60c472cdf8671950b08603f23556e9e3ce1dfe0dd720ffe60370167905d6d36ad92dd05c593560d033650aadb940d9ad5346403b1409a1f45eb90ed96e8154a716d90b39cc3adf749022a3db467d3ee05671b53733ab5ba6db91920bfa511512381aa3555190718c9a4a9f8175457bcdf64ed4520af9760d5ad8637e2f68628f142d946c10d42179c4781db163471aec992dcf4856031972451d35a8aaf2251f235112f085248b3b510d52691c5d6425544b52588586e05a2e88bf3d61cf35247843f5ebd0ce121f0d2650a4f992e89223b039eb04aa9a8a04a624ee6c5cb78c95f1abca9f0668f471dbe27f2a629f0a668f166c7d01e267c179604203797f4216a3ceaad7941e505c423856f693058e627f02a9867329814f609b4db66922c17ea0d6add6d53820461b1d8dda25b08f0f7b9ff1292c6d12e258f129446f31385e8756d121d005941edf2a10c3c100e11a6402814e033efe330a1d930d545c864ee6a5fe5508b1b4777f0d0102768ba2cea82c0f5472e1302ee350088a46600109368c31000a7eda25a9a4509a00b463ee5a872db7d9a4154dd41de0b18f062c0730d48feba2dc02c21e5a4c0d124c1cb2d665988496472ca90338a90738b9093d0cff3e207220c216a8a2e99ef9735172fcb4bc82d5fc158d154ad15e03207947cdd7d82cbec0dbc48d04a254a8e61b85b33a581fc4c840694b95180b9711792c377195eb69f1c0ecea4be8cf6597ed9569e211b2981c809b387538cb3c2506a26035f40d65912eeb76fe886377eee930d40e1cdb4d86c1cd7743ddf3ba4d25ebc2caf942f4e7082b78fab223a56bfcb2878a004a94456e109cefdcce407b673f081614f80711ecfff99dac34b5df8fd86199269c6cb976cc2cbdd360eb6e1ee9c16e3343d444940c988fd9cd313b225db394946847208dfe01b7cdf3e719489b74bd8ddb92ce24e066676948bfb7ea992fb58b7930a4760d15a40ad50c45e79fd0273b9054a51a7bbb315bd22300843ada456f8d081efdf333153d3f983e9b0f3f32c05a73a66d7724cc3f5a66ec79d4d8f7d9050f45603d79d78037bea7eb0d7920b06c31e8f4188658f3fde70018f6b8e5d6f688efbeee0bce1a26867823a86614edc5fde761d05d98ed5b7c6cf365f6ac17aed1953a7e7b9f62b73fc45e0505a6d060ef13a7d30ca7f471b26a2a3451cf387993975cdae7765e5cefa782f563ad67d3d313f271d5159ec78c7ec990e05ea677664a270862acf1c1b76d71af79f6dcb9e6e1a76c6fd1938e917f56647381ab6fdca32ffdfa17db90e8d25c44927072fedad001c49631eeef4fc1f9da56c44ff9789224f91ded4ea8f211d3acc630088326c4bb2dd73af3a3995b6419d98364a0db1deac8b2af762b60bef5f72e7bd1e4542b17bdc19991fcca627964eb7eb141952d79fee9fd80e4b18102e9a50d21c7364bbe68736c2b06b1bb3110d51c7b6dd32d21b330896b40161b82524c18d6998e58d288df422febda93130736d9b79209e65f36bd79b40b05ad78fcc444597c44f3c577c74ff5191bcc1e80fd1fef7e41e6f21d3d5fd687bf485e158109f3d0b0a4a615159fd88f8675246b80bc87d3d5ec54f2c595a194e92d516124a0d8f0573e60c99a5d5673bd027ef88c0dcefb8e655e7b567818d9c5ec7308b5701a36f35501d3d81dac4b15ddbb08745634093c991eb919f46a63bb0bb25ea8b724dd505b2f31a8abb53e4bd12cce8b477e6589f7e11747440697c497976ff999d35f62ae44dcd61ef53b722eda4b96b8d4caf37b43b70dd00ac2628a8855aaa526f2a922008e8e8b2133bfdbe7462a47d13c447df744f9df7d180ff939d229352562b0c9377ec98c75f2864560497f34283b2761569072a584128cb180b7c90faf16a56444051d24afe8f57b6428ba35b9004d7f8ec320709f55da80b67b2012cf45a00a2dfc5cb3ffef51fbff9e7df853f5b7fa365eb4fe2d77f597efde2b7eb5f7df5eb9fbe8217dbf745523fd6a7f222ffe643029c4693d8f4044195863f48a0ed34538b2d791efb767afe8ee87909c9f6c96e96b04f01e2f3414c5f05fe054d588fc6, '2017-09-23 18:39:36'),
(24, 24, 'audit/request', 0x789ced58db6ee3c811c5be6cfe200f79092180c1ccae2ebc8814454140688abaec58a296a4329ec500448b6c491c891793d4d89e81ff231f937f09100479c84302e40b52dd6c4ab6333389b3d8200862c862b3bbba6e5d75aa5a4817bbfac742efe98dcd01153b5c34064817f48ff7852e0a7aa32851792ccc34c48d41a4cb823428c88e468eaf8fb828a7188538a77b4499f081a55d5a940d20ebeb8d431aa043fd4ed8056992e0a08cd2a49ed9639cb5d0217a8f1b8c35d09438295b079c6ccb1d9995f586a8f5e83a0c0314ec708b50e5e981098ad16d0b6df15020efaade48f3681b5532e06d579699dee93cd24652f4c631dbe6a07f2b4a0a1c1c73dc625615742308ad953c163827fc93ca1009d6e6e987e870401da52d702fe6288892322d76036e06ca1f3898e06c97bbe244c117255f7dc9195976c0aff1fa55547614b9d79655eec5aba937bf6c7287688fb9090ef6e94bcedce5698c3baad016dab2284a6d519439176d501eb16d95066737957719759d0cae4120240a10f16fe7b6757373d3daa479dc3ae6e0cb00ce3064ee414180336a8b066e28f16dd9d995f1a1f9683f99f9f6f6e96c7c185c0f8576bf19c5e090ce0d5e676c88b264dbfca6f30d5dd708f31e89930dce714ede14f91f4fa2138009393aac311c6a6793539b42c2b5437c0e84f5312ab5d62d6a4a946ce93488d87e88b226176288df1237b975fe84fe8092ed111424d35d38399cb4566e1327959ecd28a403b5191774d06d16111d48cc59419aeea3cac5c4849add10f86cd7030e02270795ee862b7734e06cd3b55c77361a2add500cfa1a96341cf6b46e4f41211215dc558301d1151d0fe570132afb2db836d6d0418adf6135dba8711abe13c501e70745be190a9ab4d61459e90642b859cbb2a4697d35e889921c6812da6051c5ddfe46ea75b122f5373d55eaf5050929fd50920269dd5f235e3624f8e77b17113c045ebe28e0a9902949a232e009b3645564abb2542df3d245b6e52f4cde52796bcc8b063f9678cb12784b9af196616a774b7e0453022c77b7e42169bc38def3428f17445e54f9be06836d2581ef817b96d325f34fa85d77f37cbbe9bd13fbefe3028b82b0d924d7e23524dd7d757e392eb21452f301c8f408c690e8bf6a2dd31b88acb0757157672930877454216f58f059b75994639acd128084b73b3639b1cf2dd2f7f0d0444ed07445d205819bccbd1a5d4c8a2ee6195d549096a4ada24c73882e1851fc6972f1b1280130de03768534f03288e7162c05fba1006f0027ec85c5d13247db18d1a4a31c299f5a77179720b40a34a44bfac7481748ce74a959cc67e2f51eefdf0b51bc29a460df9377aa22457df55808032e43e56ed8197053c8303b39dc11b8165982fb510869169577c3101f7089c301872bd70ca94f04b1f51d4a5a62bf277082a0938f487c32001cbb6d190457cf02480aa754c03db5e432ada081a6d7f352bc8632934199c7a04cea3e0025c8b01dca0b5c0e57deb8a551b12438d2635979af5fe1738762381879060d8a74b56e0ad085785fe6d1317e4b36bc6525e400b1f5d6659bcdd39cae577b2f09b7172f6b5dabc925ca51fcb0548aa792789186776441ae439559c779cf056aa073d00d15ac41345788807f781df4fb9a2da4c69d15cad985b9bedaf917f687b030dee5abeb9917c5afaf6edf7c4099ab6cca4b1b4f674179b35baaa3e30fd86fa5df4d7d197b5971336badd4f11b548ce61fbee7e5117c7e453d4755e1950bfac22ba3210ae32879bc96a1a2b849f3902c8bf4eff17a8e631caf713ec78442a8a17a84a9715c9972670f4ac4510ab38fa60744d54f63e67058e7db59dbd359296c96060b1c11b19a656b6d2e0baacae29ad5d956d63680b9f7f7f794d2b59cdf580e15a1d17800c68e359a3996e9f9ae67782b979db42408ac97997aded29fdaaef7c9264a6104a6bd58009399bdf87c2705349eb5f0fc4b6b31f1a64f3a29ad666498538bb0f31cfbf253ed14896d4a693bb3c96cf1a5a64a1618e96a39718c91e5cf16ae65ae1ccb77acef5796ebb98f3aabda9615b8c93726a0ea7f4f7b55fbce7bb3b49e95b5277719a6692dbd9fbcc922ca52798e35b61c126c3fb2d592844706f8d6c2b447b3c5e48bfdd6d34d97c662b28223fdb79aae930b4ddb7e35b3fedf7afde75a2f7a835b1a155a90a6098223efaca344afbec85b4147e4bbc6820ae67c77365900a439f4c42020ea24af97edb1f7daa85665386223231d50476a77db528f7bb14aa2db97dce3268e4402dbbd30e6d62711f14c628c460e43395d7fba7f693b3419215db413ae39d6dcf6ac4f6d84e1c836577382018e6d575b61476705c95274a0278931ce51c78dcaaac32480cb50ce7701522b6dbb55223e42e42bcf5f42b2ceae1eb889b0ae179f29577a60ff9ce13338fd2e3dfe1adfa21870b11da4f1e92c4c6706f9399e4151601e557a9f61ff05c8889210dfb6b35df6c493b5974192d2eb8b42ade1a9e8ad1c5a646422f35fbefc01f1c4f0acd7c61ba8289ee58c0dd3623dbe399975c4b6f824d4968eedd96655cf58a13b513d38a7b9e54ded511df5ace4127561d9790305da61b85707b378debb7266cf37443c1d40ed7c59fde2fe477ed6e865c077adcbf173b792725f6beecde6963fbeb40d303704af09aad887de5f6d2b7ded745c67527a93381191f61b72636279e7eef7e4bcffd5668e12d6c508c1cb47cae9e12f0b0aad71db3513529726862a50a0d8425da5685e03d7cf172b16e0ac62d5f49f2f5c4c8b93e745d28dfde82af6e02e7ae25ddd2c6588936fb3edeffef4d75ffced2fc21f667f2655e9f7d2d77fdc7efde297fb9f7df5f3df7eb505e731cc3e959fda907ff20300482318e59ea3ac47b21b38908e979d32b915f9f477cbc75731dfcf7179cc93554eaff0d2977394e5bf0fd7e4cab6fbfbbf03353569f6, '2017-09-23 18:39:36'),
(25, 25, 'audit/request', 0x789ced57dd8ea3c815d6de6cde602ff626c81252cfae6da0303fc6b2141a97dd68dac66bf0ceacb412c250b659636000cf76efa8df230f9377891445b9c84522e509f654016e776b7a92cd2a512ed2529ba2ce4f9dface395f1581210d8c0fa5a1199d6d12947b52764681211a1f1e4a43128d4e5905d5a9b4b2887446b181447154528b4e41de9d4859dd90202205b3016df003a27d56561d501b1a9d240b83a47da7eec22c4d4958c559dace1c08c97b4112bf276c46069d20dc931e68564596348e8ec15d2fd891b148df9162744ef9ae80a57b715a92f054905e1350c9bc181da9f57f2a49414dd33a0604b279f6539c2481a0f445ee6a1e84715a65e57ec4d96945120e2638c7e5de7292e84bc8575f71669e27e40dd9bc8e2b4191b5beac7257af6fbcf96d974be203e166243c64af386b5f644722a8625feccb9284fa9224736eb00d8ab831a311a84627084392b37074d84945ee2a615f1d936e00ebc46140d111eee8ccd777cf678fc9e8dd58ec0fbbf111f624fc483679330cf274d7fd4af88ac975ea5ca359da928214f44d0164f755951b8270ce8a10022c45906c08402e6c0b809ca411f52a50d8407117d78952daa87b240db3284e776c1a96d8fd14e75d2e22503d15e9729be2997e12a4bb130448a707003e497b6bb74bd23ace6e1cb181da3d966c30e896311ba006ac30cb0e31b396e9165a7763f0b3db8c38c87d0121dd8fd7ee64c439968b5dd79e8c95412485439d209d449a3ed094200a24850cd47044630d4e4935de46ca6107d01ef52041c71f889a6fd56316fd204923ce0fcb623b1675b4d11559198462b4ddc832d2f5a11a6a1292431d055b22a96430dc226d401434dc6a2ad286220a946184508836c34dc0cb26827f5ebb8ee121f2f275094f854e21c4d68027cc52a9d44865548b79749deff86b8bc72a8fa7bc64f253c4632cf218d93c362dfd7ec94f604a04f160471f48e7a5e98117355e947849e5873a0c76f50abc06f02c6f960d3ed2bb0339bc17e3e3b644e14193f7aa82e2a17a2aa1c11eeafc15a4cc33e8ae8b165768874bc8e8bced2db31fa1b2a2def57ddb68e01c3a4a85d26f8a0fdfe5714158432268616f7fea72d2905b64efe1a14b9ca81b0a3244919bcdbdb6f72dd6fbd663efabb05a9af5ca2a2ba0ba60c4d8a1cb1d4f65053dff1e9823628597433df740141ec622bc0123342f4d1d2d8b60770c58d3318fcc4f4d09b02cabfcaae7dde76c0e0d2efa128a6c1f1425a9c66b6fdad31940149fec549176f3655c11214e237277eef196e41410b7adf57dc36a0900fabd0b36d6f9dd306a139b3ab97ad546564f2e8322385e32b37466e0eb2cba7f14c0ca2e5e7d8b57744a9669be00fa1bcf5bfa378eeb7d94969546c172160b6c79b6b378819bf556d1b46e3055f756ceedc7085a161bcdf572b63227d8b7172eb6d62becaff0376bec7aee13966e035843e8be39c30bef7f83aa29ca2c30d3b2f0d2fb8f1336cd375b6f85a7784573f82b691b894f36e0e385e54cecc5ec93dcfddce8d65cccd690957f8bc0cf105a8ef3dac6ffa7f1ff1e8db3bbd8d2f46e5a0286e228844d9c1af50f7d2bd988feb2649dd9c377edd9c2f4a063e93c1444dba7add8997a6fcc5a2a438acd9cb2a980fa833ed2b8ab751adfbde29e1e08b4121aeb8539c71f65a24715733261e50fa56218cfed97ce8a3523b48b2eb6b2159e3b1efe98210c278eb59e03aff82bc7a94dc1425843b3940290fb91902210281fd7d7c70175c788ca7781eaea68077523b60a94fef05bcf5f42b3da6f2f60a2ae5be12f5c175dec7f6e2f5ad0efb3d3efc85d70046aeb87d9f19c0b6b65437f4eed5bdc22aa682fb8ff0465b053ab9feff36748b628c34a8a3694c4963466a687df98df01a77b7835352ddc1cf7d6cc16a4bef4ac52962bc773acfa9868ce8fb3d605cc73ecdd3893267133ecb5708074f59def7aab86b5da52941e4dd72b9b214bb7fef22ecf255483d60226ab9fb47a828dceee38be8b6fa7bfd4941e9d6dbc9e3dc7fef4d6316193114025aad2501a6a6a5f438321fc353bbf54a79f5e8f8af4fed1a2d49efbb4d5d9f97e711168293780970f2cfccbbbb8c2987cb76976d612709302a0e146d07231c318bcbe4cc94d1d34bcdceabf4ccf4d148c3feb4685ecfe6aae0656f8101be213df801edd16a0fa75befbc35ffefee53ffe26fec9fe2be5de3fa2cfffbcfbfceab787df7cf6c5ef3f83af9a878699ce24db6ee49f5c996135da89ee630a34da04e081dea7e032d67c65fb3efbce7e7a97f3fd8254a7225d17c9bf58cb036a1447f5de1e1e7e069d6bb2f8, '2017-09-23 18:39:36'),
(26, 26, 'audit/request', 0x789ced58cb8ee3c6158537ce1f78914d080104666c4964159fa220206c8a520bd37a98a43c636000a24496248e28924352ed6e0ffa3ff231f9970081e1451609902fc82d3ed40f743bf01809b2c8a29b55751f75eb3ecead1231906c7c2a0ccde86c6352ec69d1191243343edd1506128d4e5192f2545869483bc3c8c0a2382c984427a71f4fb4282f2909695ec90037e801d23e2dca0eb00d8c4e9c06246ee74c5d9026090dca284dda9503a5598fc4d135ad5624e021c19ef680b3ccd3b8517424373db2a32391cdb162744ed92e87ad7b5152d0e094d35e63505169313aa8d57f2a68ce4493da060cb479fa6314c74450fa22f76a4e822829d3623fe4664949630e16b8a5cbbde390e823ecabaf3933cb62fa966ede44a5a0485a5f52b9576f2ebdf955978ba303e5a63438a4af396b9fa7472aa8625fec4b08e13e4212e7922dc9a3468c59a01a1d120434abccd1e12425bd29857d798cbb04f68902c2bc23dcb0956f6e9eae1ee3e1c791d81f74a3239c49f8816eb26648b264d7fd5af8baa2eb4cb9c6a2b4a539cdd94c86e9be2c334310ce511102704b4ee20d05970b1b121c681232a502398551ed30a5b5b74793200da364572d83b6dd8f51d6e5420a7953d22eb7c99ff0c724d99dc0b46a77703b4d7a6bb74b93dac26e145603b57b2caa81dc2da26a801b3705697a882a694981b468d58d40cf6e33e420ea3998743b5abbe321b7b45cdb7567e39122872818e814eb34d474595348489042653518325bc9292e47db5039ecc0a9479dc4f8f881aad9563da6e10784869c1f14f97624ea78a32b92220762b8dd4812d6f5811a68084b818ec9962295ca832dd664aae0c15653b1361031510621c601de0c3684974c0c7fbc7611c147e4a58b02be0a5bc2b8da03beb0caa8a8a14ab826f3f822dbf117166fabbc3de191c94f306fdb226fe3196f9b967ebbe2c7b0240259deb10fd6793439f0a2c68b88472a3fd061b0ab77e03570cfea72d5f8077d3cd0c3b5181db7050e0e9ab457151c0dd45301a57557c72fa74596425d3d286e95d536c246e75d6f95fe003915f62e6edb1203e5504b2a247d9376f64d16e5b42a450cc5ebed4f5d0e0db8457a0d1f1d71a26e28d810456e3af7daaab7aaaab7eeab5e85dd92b45794690ed905a30a17badcf1549450edd780196195781964720f48c16124c20cb0a0993479b4cac9ee48aa72ab34567a6a30806d614328829e779b556b587e509190647b9217b41cadbd494f6fcfebd2120c6d93134b2052678d2ca9441191ac624c11da28db5055363a11c956c112de6a3a243215455919a8882808324b13554dd6b04e101d6cc5df94351f78d1e66d14f3a2b5ff961f88d7bc25f1bafd1d7c75debae02ff0899fc8fcc0e4758d1f2b9050bc28f3babee24d35e691c583c601866ce127ea83ccc948b91f09438e61479ac4b75596b024494f65ed45b506598184c72811a224a43767a06b915e8159480f651e9d8eef19f7fb06df6348b0f72693b4ce0b86510bce98aa57afdb50d58b2b9293e3c32685cecde8220d6fef09b0a36b3bdfd90e5b92942a81c16ec71ecf1cdbf27cd733bdb55bc18bd181c6d6749a4bcf5bf9974bd77bb685290d83b55c2c40c96cb978a18fe92da3695dda8cdd739657cf3533496c38d7aba9638e6d7fb6706d6bedd8be637fbbb65dcf7dd4d15a03d67036df9cda0bef7fa3adb1305486999665afbcff7873630951ede7d813db6141feec1687c547a6fbf6c25a8e678be92ff6b9a74257e662ba86787c56b33b3bcf5a2edfccecffb7bcff5ecbab6eac2bd3bb6c9b95702a7261132546fd8fcd8a6ac4feb77857038befcea60b0011a78a1824445ba12d7939f1de9a355582109b19eb3c02eecb7dac71afd64974f39a7bdc3c592634d20b736e3f8b41f72ce678ec340066184fe5574ba72a4328145d6c698e3d5f7af67382301c2fadf51c10c57796cb5a14248435a0752140233c529a13c18dcabab3b357400351be0b20575b2bd725d83230e0b3df79fe0aca74f6ee819b98ea96f82bf7c50fce3f9f2d5aa7dfa6a73fd21b720450eb07e9f11c0bcb99417d4e665776eb51d68c9e55ff3258545dad9fedb3278e6c9d0c1b29da00a1d6c07397593b15eacbb0f6b2f6e7da27439ea9e9d96fcdefa12578b633312dbbb95f59d39980fae849baad9ca5b7b4ea2ed3b49f33d78358cd6def72396ea23fb5bdd664a03adf4357741ae86bf319dd8bae9dd9671e069d03d106013af22f2879e46fbdba62faae7d35f99592ac0db7c67bb3b9ed4fae96269c3804bf892a1ac06d54ea63fd1cb47b4ef6dabde761779ed65bedfd82e146754d7870e168f1bbb930ebf710de244905e4cd995a346f420198de105a60af4a01b4be8cef4d3e3420dff2bf8cf58d151518d7550f51fecdc00f10f32932c447bac17bec58e0d56fb2dd9f7ffec7effff977f1afb3bf3120ff0bfef2a7dd97affe70f8dd175ffde90b784ede35307746ecf620ffe6ad02bbb1b276ef43a0b162000dec5a468cf6870ddfaf7eda787c67f4fd9c96a73c59e7d56b036b4f936a9b574f833aab1a68f3fd286ccf86ce17dc029e23213c7882f273aae3eeee5f176a30aa, '2017-09-23 18:39:43');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(27, 27, 'audit/request', 0x789ced57bd8ee3c8114e1c1a7e0207840002bb6749ec26c51f5118c01c8aa31176246a496a770f388068912d892b8ad492d4dccc2d26f64507c3a133277e00bf8213038efd007e01478663573749cdcfed2c70e71f387020b1d9d5555d5d55dfd74562e281f9b13475b3b34e49b9a56567444c647ebc2b4d8ccc4e5991ea58da794c3ba3c494111a954ca353d00f475a569794c4b4e03a43660624dbbcac3ab06a6876d23c2269fbceac457996d1a84af2ac9dd9517ae89134b9a66c4656cdcef1b029c0682fc94a1a1d0bda6bb62ab98ad9c1adeab1a4458f6c68569b974136cbbf49d294486a1f092f66244ab22a2fb723619a5534156042707de19d805188e5507b295887434adfd2d5aba4925445ef2b9af0e2d56530bbea0a69b2a3c28446bbfca5606f8b7c4f250df5515fc158ee63ac083e59932269d498079ad92151440fdc1d034e52d19b4ada56fbb44b609f2422ece0d20d9bf9c5cdd3d97d3afa7086fac36eb28733495fd3d5a1199243b6e97e217dc1e50633aeb3f8af69410bf6a61a10f4aa3a9892740ab81441580a92ae2889b6d28a443b9ac5cca8c4a22691789f645292c5f486c74e6d5defd12ccae324dbf069d867f34d72e80a3185e2a8685758154fd6a724db1cc14b363d800cd0acb7f4bb34ab9ded26311f68dd7dc907836e99f081dc442ccaf35dc2b51515b66bcd9d819dcd6a24400114e0d2edd9d21f8f04d7f61ddf9f8ecfd4418ca3a1416583c6ba31d0551213acd281168d98afe4985667eb58dd6d20be7b83a4f2fe3dd50e6b6d9fc7ef311e098bcb4563097fd8d1dd354af6eb528e76bab2d55439196ac7128d84302a8bf5d940d1888af04093658af14a5dc79aba3208226b5556e4b56e28aa42111aa8430d1315c7eb958e347da0cb06c174b84644542c197ea27e9ec00389ca79094f954dc932df039e30cba4b8912a722d7e2f224774702a227bfb5a1ca26bd15644c379034f43b4cfc573f9285e0cc4a1251aba385645c711d140348c856869a9886d112c0e65511f8b175abd0b8c3ba3bb3a87052d0f39c0ec018a5586622c9b9d77bd45fe359458dc3bbf6d1107610368698081a60a9d9b4352508e4c19f01e6c8f5d010f85797e0d0f030bc83055d9444898cc026e44313b365424edd939d4679ef22a80ddb2bc575679011506a388ade80afb635901f8af811d625e7c0728ec1e88a2dd198237a086e6a5a9a54541367bc2d1c72d723b3537c0b6b02160a217dc1e6aaa193c002814da961425adce96c145cfe00162f1c98f156dfd066905c0b8470dc77bcb6570cc4e03b3afa2fa6c2984f42bbfd6b24f53a6592b4d9999172f5bf7eac90529c8fe2103e313d39ee7f1edbd00f6f61def8de3b1298533384ba8e78ca79e6307a11f58c1d2e7b0323bc0da0d215f06c122bc74fde09304ad360b6c773e07235377fe69965650b370b99878d6d809a773dfb1979e137aceeba5e307fe23aa6ecd2ec1e3d09a38f3e07f83af5970b963966d3b8be03fceda2ccd7c3fcfb9703c96ba7f0777cbe8d12942676ebbe3e97cf259027faa7465cd274b48cd8f62f1531c6dd77d3575fecfe5ff5d2ee74dd7c20a2e5b16863229a4559299f51f7b2bf988fdf3849dd823f4a793393085c7b30645d102b615bb17c15bab962a9066ebc0285592fb83beac0b2f965972f352787c2bb06a68b4e7d6ccf924d1dc2fb1c663af6129d37caabf703d8e4ac08d815a99e7ccdcc0f994220cc7aebd9c01c1849eebd6aaa0212d0136a5040cbfa7b420929f54f595c5fad886b142dfbe746a6f073522db05408681f32e081780dae9bb076162a65be10fdc577e70fed974de06fd363ffe92de903d705c3fcaf7a75cd8de14307a31bd72da88aada33e69fe70e4e18fdc3f6f024906d906123551fe213539dae92a577c503cd2aeb59ebdfbb1c19f54cacc0796b7d09d743e0781796ed345d833d994ab88f9fd4dac27303d776af9afb9b31ca69d58344cd9ce0d21d37a99f3841eb2f48bd2fe1def31aee6b8b19dfab2ebde98f39093ea5a00dbfa27ecec2a3481bbc6b0a7de7eae2076a62e3def3603a73c28b2bd782e3c61034a4e1a18cb0dec7868610c2a79cdd2f679f6bf70b5943d3c6abed21186df056e04153d1523881978fdcfb870dbeca6f86cdaa39584be84d3280d61b41cbed1c0960f5798a6f2aa2e1f976fdf374dfd0c989f35b8de7a9bff19b73734d135019fff23d009cf43131d123db106f1608c8c3fb9ffd35fde9f6f5afaffff8dd9beb3ffdf90fc7bffff6577ff9db4fbe5dfc3efdf9ef7e73f70fe82fdb1693a1dabf4f81cee0000763ad1731db2ff330e4dfe68ffbc2302c68752cb265c1bb68597f5a59eb82b7bc756935cc168649dc7a8a4f0d6c096d760c8d7cc43330903f57a3dfef41eeeefe09df32e131, '2017-09-23 18:40:17'),
(28, 28, 'audit/request', 0x789ced574f8fa3c815bfe418e513e4802c21cd6c6c4381f9632c2b7163ecb6a66d3c806766a5955019ca36630c0ce0deee1df5397b5aadf6b8b7bde403e42be41229e77c807c819ca29cf3aa00dbd39a9e64b34a94430e3645bd7aafdedfdf7b6003f58cf785a119ad4d8c8b1d295a036c88c6fb87c240a2d12a4a5c1e0b330d496b101992280e0acad1cac9bb2329ca6b824392339e3e1503945d5a942d38d5375a711ae0b879a7d282344948504669d2ecec09c93a388e6e09dd9114a375ccb63908ed44494182634e3af5550563315aa8613d1624efe02d492af112d0e6e957511c6341e98adcb3390ea2a44c8bdd809b25258939d8e06c977bc321d14792af3ee746591693d764fd222a0545d6bab2ca3d7b71edcd6fda5c1ced093725c13e7dce99bb3c3d104115bb62574648ea2224732edee03caad9a806aad1c2414032a68e0e9694e4ae1476e5216e63b8270a30355cb8a33bbfba7bbc7b8807ef8662b7df8e0e6093f0255967f51267c9b6fd99f019a3eb54b846fdbf2139c9e99b0257edca323304e1e4702100b7e4385e131cec84350ef62409a950a1206519255b214a4272c71ca7347a774812a42110d9365cb2fd2acada5c4820334ad2e6d6f9a3f3314eb64750916ef7c0fd24e9acdc36492a4ddb51c8166afb50b045af5d446c21d5ee0ad2741f316e5981eb1a714390b35d0f38887e0e2add0f57ee78c0d9a66bb9ee6c3c547a210afa3a9174126a7a4f53708891427a6a30a0bae2635c0e37a1b2df82730f3a8ea5c35ba2661bf590866f111a70cbeb652d09bddb93fdad181d368514ec3579a72a52d4578f8538e0fca0c837c39eac6245443d559208426b6513aaca5ac722de28922c6d345d5664228a3da5af22aca070b3d64455eb69928e11e96f44cccb23097ebc7615c143e4e5ab029e0add922476073c619752514d95a58afc96172dde42312f9abb977c5fbce54d99d7ad57f0d479f38abf928efca4c7f747bcaef16385b72c5eecf1babee4476acc239307897d89d7c6fc44ad6e81756bf050c530274596428d5d94b0424b184946eb4d67997e09f91576aeee9b7203b7415da95000750a5a7759941356961214bbb73bb639d4e716e92d3c74c489baa148862872d3b9c784c846cb8474241d3385e44c639605705b92768a32cd21c36015d0136dee702c4aa8fc5b808690255f0659dd0152b01f8af006b850bfd4b9b4ccf1f68059e931894c4e050c702d5c0805d1f1eeb30a677a17d50989b6c339d4c570e54d3a3a7310f54f7a2c2b0170b8a99a6346b539557b83640a985617d91741655c0c3efdc2add8ccd39661544c2b26e7d9f346c16a7789737c609140c6fbc8104f804743864ea07b9586f7679406455ccb796539744bae4208ea3bd678e658a6e7bbdec85bb9acc88c1600788dcdd79eb7f4af6dd7fb28562bf501d35e2c40c8cc5e7c1cb065b13eb85a4e9dd1d8f2670bd732578ee53bd6cb95e57aee07a8dd885d81c6fe686a2dbcff0de8a6ce658a8d4cd35a7aff7100a72167f739d6c47268e87e328c4be20726f8d6c2b4c7b3c5f49358fe98e966b498ae202eff16a09f9c68daf68b99f57f58ffefc23a1bbe9623efba0164e158e4c23a4a8cea8fbe156c45ff59c04ed0e1bbb3e90260c2615183a468aab521db13eff5a8a2ca10e65146d15590babdaea471cf564974f79cfbb041d06ca8b917a3b9f55194391f198dc74e0d5186f1987f693bac24a16874b1a139d6dcf6ac8f31c2726c9bab39a08befd876c50a1cc20a06c64200b03f109263c18dcaaa7b5180afe1ca77cd6babd2b6579563730090d0b3de78fe124a76f6e6c24d547443fc91f74a17f6cf678bc6e9f7e9f137e40e1f00e0ba417a38c5c2746650a393d98dd57854519f10ff347030c0e866bbec91231b27c3458ad64727983af5919573c3dc0266ff73583af749095dc8001f3b9f4347726a6002bf46e1103518351d79d6ebd1e7d0443ccb998c4cab9e34cce94c405df42829978eedd9a67d53f77c0a3da75317119d5bdeb53dae73646a798d619fd2059dd957ce8c51957fddec5f5fcaa9a3d6444cfea49c0f82a3b399cb77ad9bc98fe444fa597f6f36b7fcc98d3d02c343709fa8a2be244ae028511345119dc27c3e4ebff4ce07e9f0d1788e0d26ac10a3f0dcd81f2ae861b3c4c554d2b4010c2fef993997df0b0aeb2edb756d69d314ea38416ba8094d7f60b904529f6e1375b2d4bda239ff74cba821e9d4371a8ea7db47ad37c3f70a6aa0187e722f0177d6c3de593604803a021cfdf6177f897fbe7bf9eded1fbe7975fbc73ffdfef8b7ef7ffbe7bffeecebe5efe25ffef0ddc3dfc1fdcdc44a91c13d8740a3950286d1d90d1bcd57beefb3effc8baf7c443773521ef36495b3a15cd21ea7da26671374956b75b5f83e4d824a53741a870b98da43f82e0858047ad2a792967ec10b383c444933c73c3cfc035ddcf5a5, '2017-09-23 18:40:21'),
(29, 29, 'audit/request', 0x789ced57cd8ee3c611bee418e40972200410d8b525914d8a1445610073a89646d891a825a9dd35608068912d892b8ad492d478c68b39c72723c831b75cf20079055f0cf89c07c80be414e4ecea26a9f9f1ce02fe4990430e129b5d5dd5d555f57d5d2426ea99ef0bb36fb6d60929b6b4680d89299bef6f0b13c966ab2849792cec2ca2ad616c2ab23c2c98462ba7ef8eb4282f288968ce7506cc0c48b65951b660d5c06c25594892e69d590bb334a56119676933b3a3f4d021497c45d98ca299ade3619383d14e9c16343ce6b4536f557015b3851ad56341f30ed9d0b432af806c967d15270991b4ae2c3c9b91304ecbacd80e85695ad2448009c1f18437029203a404fa73c13a1c12fa9aae5ec4a5a4a9fdaeaa0bcf5e5cf8b3cbb690c43b2a4c68b8cb9e0bf636cff654d2e5aedc551152ba08a98247d6248f6b35e6816eb64818d20377c7809394f4ba94b6e53e6913d8270e093bb874cd663ebd7e3cbb4f86efcee4eea01defe14cd2977475a887e4906eda9f489f70b9c18cf759fcd734a7397bd30c087a591e4c493a055c0a212c39495694845b6945c21d4d23665462519348b48f53294e237acd63a735ae77681a66519c6ef834ecb3f92a3eb48588427194b42dacf247eb13926e8ee0259bee410668da597a6d9a56ceb6e3880ff4f6bee0835ebb88f940a9231666d92ee6daaa06db35e6cec0ce663514a0007270e9e66ce98d8682637bd8f3a6a333ad17a1706050c5a051dfe8f5351211a4d19e1e0e99afe4989467eb48db6d20be7b8324cafe2dd50f6b7d9f456f111a0a8b8b456d09bddbd1dd951cefd78512eefaea56d79478a01f0b7928046191afcf7aaa4e3419f57445a108adb475a46b2b83c864ad29aab2ee1baaa65259ee69031d110d45eb555fd6fbbdbe621044076b9988aaa5c04fec9fc7f09045f5bc80a7c6a61485ef014f986552544b55a512bf15652c629488b2bd7d290ee42bd1564503bf82a721dae7e2b97214c73d716089465f1c6922c6a2dc130d63215a7a22225b048b0345ec8fc4b15eed02e3d6f0b6ca614e8b430630bb87628da1182966eb4d67917d09251675ce6f1ac441d8005a3a60a0ae427c7d8873ca91a900defdedb12da08130cfaee0612041364c4d31655998cc7c6e44355b365424edd819d46796f02a80ddd2ac5394590e1506a390ad680bfb635102f8af801d225e7c0728ec0e88c2dd990c6f400df54b5d4b8b9c6cf684a38f5be4762a6e806d6143c044c7bf395454d3bb075028b42dc90b5a9e2dfd71c7e00162f1c98e256dfc066909c0b8430dc77bc36570cc560db32fc2ea6c0984f40bafd2b24f53a659294d999967cf1bf7aac905c9c9fe3e03a313d39e67d1cd9d00f6f6b0fb0abb6c4ae50cce12eae2d1d4c5b61f78bee52f3d0e2bb305ac5d13f285ef2f820bc7f33f48d05abdc076e673303275e61f666955ae172e1713d71ae1603af7b0bd7471e0e2974becf9de03aa6ecc2ec1e3c09ae0b9ffbfc1d72cb8dc31cbb6f1c2ff8fb3364b33dfcfc563ecb2d4fd1adcadc80f4e11e0b9ed8ca6f3c94709fcb1d2a5359f2c21353f8bc54f71b41de7c514ff9fcbffbb5cce9bae85e55f342c0c65924bab3835ab3ff656f011fbe7093bb147e04d2773600a97670d8aa2016c2376c6fe6bab92aa9066ebc0285552babdaed2179e2dd3f8fab9f0f05660d5506bcfad19fe20d1dc2db14623b76629d37cacbf705c8e4ac08d21373217cf1c1f7f48118623c75ece806002d7712a55d09096009b420286df539a13c98bcbeaca627d6ccd5881675fe0cadb5e85c8660190a18fdff8c102503b7d732f4ccc7423fc89fb2af7ce3f9bce9ba0df64c7cfe835d903c775c36c7fca85ed4e01a3e3e9256e22aae94f987f9a3b3861740fdbc3a3403641868db4fe009d98ea74952cdd4b1e6856594f5affd1e5c8a86762f9f8b5f5395c0f3e76c7968debaec19e4c25d4458f6a6de13abe633b97f5fdcd18e5b4ea5ea266d8bf704675ea27d86ffc05a9fb39dc7b6ecd7d4d31a33bd5a53bfd392741a71434e157b58f5978106983774d81872fc73f511319779efbd3190ec6978e05c78d2068b28e068aaca85d45d5655946a79cdd2d679f6b770b5943d3c4abe921186df056e05e53d150388197f7dcfbfb0dbec66f86cdaa3e5843e8753280d66b41c3ed1c0960f5698aaf2ba2e6f966fdd3745fd3c989f31b8da7a9bff69b737345135019bff81e004e7a1f9bf203db106f1608c8c3dbdffd23f9edf6e51fafbefde6d5d577dfffedf8af3fffe1effffccdd78bbf26bfffcb9f6eff0dfd65d36232547b7729e83338c0c158eb45cce6cb3c08f8b7f9c3be3008725a1ef37499f32e5ae93faeac75ce5bdeaab46a660b82386a3c45a706b680363b82463ee419e8291fabd11ff720b7b73f00c66ce127, '2017-09-23 18:40:23'),
(30, 30, 'audit/request', 0x789ced57bd8ee3c8114e1c1a7e0207840002bb6749fcff1105c1e6509446d891a825a9dd3de000a245b624ae28924b527333b798d8171d0e175e76891fc0afe0c480633f805fc091e1d8d54d52d20e76d63e1f6c387020b1d9d5555dbf5f159121c8c6fbd2d08cce2641e50e979d213278e3fd436908bcd1292b541d4b2b8b7067181b22cf0f4bc2d129f0bb232eab6b8c225c509e011103945d56561d3835303a4916a2a47d27d2c22c4d7158c559daeeec31ce7b28896f31d91115a373ccb70508edc56989c363817bcd552565313a42cb7a2c71d1435b9cd6e245a0cdb3afe224419cd2e799677314c6699595bb21334b2b9c30b0c1381ef38611f8401003f53963e679825fe3f58bb8e21449eb4b2af3ecc5b53fbfe93249bcc7cc1487fbec3963ed8aec803995eff37d4910c4be20488c8736a8881b36a2816a745018e29caaa3832515beabb85d7548ba08ee8943440ce7eec8ceafee1eef1e92e1bb11df1f74e303d8c47d89d779b34479baed7ec67d46e93a11ae11ff6f70810bf2a6c055bbaaca0d8e3b399c0bc12d054ad618853b6e8dc23d4e2322942b7155c5e9968bd308df51c729adde3d9c86590444ba0d976cbf8af32e1361c88c0a779975f1e87c82d2ed115424db32b81fa7bd95d7c569ad69378ee842ed1e4aba90bb654c1762e3ae30cbf631e59614b8ae15370239dbf59081e817a0d2fd68e58d878c6379b6e7cdc623458e8470a06351c791a6cb9a822224285856c321d1151d936ab48994fd169c7bd051221ede6235dfa8872c7a2b08436679bd6c2409eff6787fcbc7874d29867b4ddaa98a180fd463c90f99202c8bcd489654a4f082ac8a221684b5b2895465ad231e6d145112379a2e2912e6795919a802528468b3d6785593355147021e6c78c44aa6083f56bb8ae1c1b3d255094f856c8922bd039eb04ba8424395c49afc96e56dd6161296b7762fd9017fcb5a12abdbafe0a9b3d6157b251ed989cc0e4c56d7d8b1c2da36cbcbacae2f59534d58c16241e24064b5313b51eb5b60dd193ed4312c70996750631725ac90121644a3f3a6b7ccbe84fc8a7a57f76db981dba0ae5428802605edbb3c2e302d4b118adddf1dbb8c306016d92d3c7481e17543110d9e67a6739f0a918c8e05e9887b5606c99925340be0b634eb9555564086c12a2427bacce1585650f9b7000d114dbe1cb2ba07a4703fe2e10d70a17969726959a0ed01d1d2a312a99c1a18e05ab8100aa2e7dfe735cec817d50989b64305d4c568e54f7a3a7510f14f76ac6a0170b8ad9a634eb439557b8b640a98d614d917616d5c023efdc2abd9acd39661d44c2b2ae7d9f356c17a77890a74a091108cf7b1c1d780a7d521134ea07b9545f7679406453cdb7d65bb644baa4308eabbf678e6da961f78bee9af3c5a64460700bcc1e66bdf5f06d78ee77f14ab95e680e52c162064e62c3e0ed812df1c5c2da7ae39b683d9c2b3ad956b07aefd72657bbef7016ab76257a071604eed85ffbf01ddc4b95431d3b2eca5ff1f077012727a9f6b4f6c9784ee27c3b8c87f6042602f2c673c5b4c3f89e58f996eccc5740571f9b700fde444cb715eccecffc3fa7f17d6e9f0b534fdeb1690b9635970eb3835ea3ff256d215f9a7013b4147e0cda60b800997460d92a2add696ec4cfcd7664d9520cc664ed09513fb725fd49867ab34be7bce7cd820483634dc0b736e7f1465ce47ccf1d86d20ca301ef32f1d979624148dceb734d79e3bbefd3146588e1d6b350774095cc7a95981835bc1c0587200f6078c0bc4797155772f02f00d5c059e756dd7daca7539b60700097dfb8d1f2ca164676f2edc4444b7c41f79af7861ff7cb6689d7e9f1d7f83efd00100ae1f6687532c2c7706353a99ddd8ad4715f509f14f0307058c7ebecb1f39b275325ca46803516c153cf591957b43dd0266ff73583af74951b890013e763f878ee436c0047e8da391d662d4d4f4edd7e6e7d0447cdb9d9896dd4c1ad674c6097de151522e5dc7772ce7a6e9f9047a4ea72e223ab7fd6b67dce4c8d4f65bc33ea58b70665fb9334a55fe75b37f7d29a7895a1b31e993723e088e4e67aec0b36f263f9253d0cffafbb3b91d4c6e1c130c8fc07dbc2a0c445e56fbb2229f427c3e4abef2ce87c8e0d17a8d0e25b408e3a873399910d8a173c4c544d2b600042fefa92997df0a0aed2cdb756365db109a18415b68086d6fa07904529f6e114da2347da23dff74bb68e0e8d4335a8ea75b47a337c5f61a66a0107e721f01773683de5936048038021cfdf6177f497ebe7bf9eded1fbe7975fbc73ffdfef8b7ef7ffbe7bffeecebe5ef925ffef0ddc3dfc1fdedb44a50c13b87402355028691b90d19ed177e10d06ffc8b2f7c816c16b83a16e9aaa003b9a83d4eb34d41a7e73acf9a4a09029204b5a6c269142e61628fe09b20a41190c54f252cf97ae7507488d376867978f807697ef510, '2017-09-23 18:40:46'),
(31, 31, 'audit/request', 0x789ced58cd6ee3c811bee418e4097220043098d948e29f485114840d45513fb1256a28ca63070b082db225714489324959f20e7c4e4e4190636eb9e401f20ab904c8390f9017c829c839d5cda6643b636367930df610c3369bfd535dfd55d557d5448654333ea646dd282d2294ae705a6a2243343e3ea486241aa53443d93eb5e200979aa1a1887233252b4a09bedde334eb6314e084ae911422078656719a95605ac32845b18fa2e29d88f3e3ed16fb59186f8b9e35c6bb0a8ac23b5c62a2614e86b75925c2db65b622bd8a5192a4061d87a68ffc15ae9059491cb18d36e858414bdc12c9bb6694e2245c86f91ef0b6cab29d21084fb49155a3b4df2d13d0bf126e53ecef135c61a74ae942d8b450729fe284c8dfe60791616c187f1d461112d4aac8bd19223fdc6671ba6a7203503ee2a0837326dc35278933499e696f3973b78bf07b3cbf08334155ea5545e3de5cf4bde165998bc235e67ad85fc76f396b95c41b2c686255ac2a9224572549e126688192902dcb3538c394ddef28740a40836093d047045fe158391c0e95459c6c2afb04b0f4c186018307f93eded1b3e80043868f99b0ca3651f9c97ad2f3d3e3f3de4dd4bc6d89d54639dc0020c201cf77ac8976db65f90be10b3aae13e175e2270b9ce084ee2bfdbb25041f8e90a0688ec1a8c21cf96bbc0d885021c559166e97c27e17a00c7f1906ad3a3db95a685fa1478229b41bb65a7e1deeca5c80c18f335ce6e6c9b3f911da2ef7a028e9ae812e785b994eca789beb5b0e03dad0ca9b94366ae534a40d9981e6c7f13acca15661bb425c0be42ce74d0e1c280195ee5bd349a7c939d6c49e4c069d965a0b24bfa16359c7415dafd555142049c535cd6f125dd13eca5a8b405d2f01e28d8e2279f3016bbb85b689830f92d4e4c6fd319324ddaef1fa4e0c378b54f6d77565a5a972d8d0f6a9d8e4667e9a2c5a354543aa28d53459c69234571781a6ce7524a2852a2bf2a2ae2baa8245b1a6363409a952b098d745ad5eabcb3a92706321225e3165f8e3ebed101e22afb45378aaa44b96e91ef0845e322ab15145ce873ff0a2cddb52c48bd6ea1ddf10ef784be175fb0a9e3a6fb5f9b6bce7bb35be61f27a9defa8bc6df3628dd7f5316f6a112f593c486cc87cbdc377b57c1768979a0fb90d139cee6208d34784a311be2191705d19c707f0b2a0d2be2f22166083d0d420869823dac75d98601ad9321086b7da9739a9c18de23b78e81227ea862a1ba2c8f5865ec13416651aebcc341aecb68d2b691627e061d0a25c54e636fb3403f2b8031e0ba8f3edc0b72b30e4af5b22bc01b5b017e64be3042d378806209548e5b0d7cb388f35f2aa36be4dccdc85f8708e18d0d9625ce131ae906b8fa21e5c77851258db9a7add8a4e212788c7fbecc4c94fa3f1c4222735012ca6c8578c9823b0d257937c9975ea328c7cd194ca79f3b65030ef1da3046df264627c0c0d3167e17aee04d229e9b4e3e09e4c520a0760c7e3bccfa54298e7a203554202a4f3286acc07bd70a82c8f63effdc6efce75c51d1f7fdeb6fb23677c73b8162f1414a837e9bd65be5fdc398bf5e126bcfac5451b7907b97b377065756ef5aebab723f3fa5817c77df5e2b62de9075ee9c0ef4f1822bcda0667d9635eedb41a05817530558ccb62ee8c844c0ea932dda887808b7c372ab65a2c569892cc10747baa2d4b8ba0f0c3c303758189ed5ed92e3546835a03a6ba7667e0da96379b78a6379d309c655164b9baef79e359df99789f2c125436c1724623103270462f570a30c7b347deecd21ef5bcfeb34a412f049956df26e23cd7b9fc54b9403c8bce74dc416f307aad68504436753aeeb966c79e0d4613db9abaf6ccb5df4ded8937795239146799024c33b307aa7e7fca87023bef666c7f56cc9ce0322dcb1e7bdf79114194a5fbb976d77689b3fd974a09597c7290993db29cce60d47bb59e78bee8d21cf5a660da6f55549ca0b41ce76260ffbfb4f8df9616f4b6323673e6204581b04f13611e6e8dfc1f794b698bfc2f7821a7bcd964d01b01bdb9d46ae01445c017c34ed77b6fe6a30a98d9dc910c2fc8d55a55ae736fa6dbf0f8967b5aa4106f60ab47e6d0fe243b9ea7989d8ecb18cf309eaf1f3b2e0d4c081dfdc471ae3d743cfb530ba1d971ace990f081eb38f95258214ce1de930a501e6c304e903009b3bc8222e4cb186f36017acdb5ade541f9849dafbdd918027770fd082622ba18fccc7de547e71f32ae06d0efe3fdcff0116d8023ab7ebc39d9c2720710a3dd01240886a8aabd20fe65fa08b7013e5677abdd33200b906123b5de90e542c153fe9bba34dfd4e0d8df949c0a044e320063f70632a9cb8809703d1576c0143dd3b3df9b3790873cdbed9a96cd32b8d51b0852557ae69463d7f11c2bcf822c3d9e663db2e8d0f6face293e58a226277b4d19e9bc7eea0ee8a8facdcffde56339cc6c85c99457e53cb18e4e0bffd9c4beec7ee64a522e14fa7b83a13deb5e3a261c3c00fc444d6ac8624daf6a8d5a037e4e763e4f271f47ce1349bd0a31d5b3bd53092513a84a8f0bda13b6dfdf1a8f9678456e62172efd9c9e98f3d324c5d02f32152318c8576ca0485ad4c141eacbb98be9c7125831ffe53cc678f294cc8a152fe734a6f7096d899475ff71822356ccef2c67d9e014040830fe871ffd2dfae1eadd6feefef4ebabbb3fffe58ffb7ffcee977ffdfb0f7e35fe43f4e3dffff6e19f007771f1227435397f8523b62207238530328a8f75b319fd5cf7e8639d443a139ced93ed34a1b755b9fedcfd1709bd29e5fecf227836238e996b2a9d6e75295c6703b830fbd40235f9b540225fc704146cc26d1e53c475fe0519fd2988, '2017-09-23 18:40:48'),
(32, 32, 'audit/request', 0x789ced584b8fdbc811bee418e417ec811040c0de95c497f8100561c3a1288de091289394ed0516205a644ba2c597496a3cb386cfc969b1c831b75cf203f62fec65819cf303f207720a724e759394e481c7c9e6851c32c088cdeaaaeaea7a7c5512d28581feaed455bdb38d51b9c7656784745e7ff7bed4055eef9415aa8ea59985b8338a7491e7472591e814f8cd1197d53546212ea80c70831ed8da6765d501b6a1de89b300c5ed3b511764698a832acad29672c038efa138bac59422010f0af6b8079c5591c58da204ddf5d00e8f79f22eca7ae798ef0a38ba17a5250e8e05ee350695548bde115afdc712174434ad6d10616f917d13c531e2e43ecf3c59a0204aabacdc8f98795ae198010263bbcc2b46e07d41f495a78c91e7317e8937cfa28a9325b52f29cc9367d7dee2a6cbc4d10133331c1cb2a78cb92fb204730adfe7fb9220887d419018176d51113562c40245efa020c0393547839b54f8aee2f6551277119c1305887887bb23942fee1e529378f466ccf787dd28813b716ff1266f96284f77ddcfb9cfe9be4694ab244a5b5ce0829e0b17df5755ae73dc292a5c006e2950bcc1e0726e8382034e43a2942b715545e98e3be621aaf097513856a9fbe4d6fa1e4e832c04164a86a376df4479970931645185bbcca678c01fa374770443097900b6e0b4b776bb38adeded46215d28dda4a48b41b78ce8426c9c1664d921a2d2920cc7b5eac6a067b7193190030598743f5ebb9311639baee5baf3c9581e844230d4b0a8e150d506aa8c4224c878a00423622b3ac6d5781bca871db838d1502c26afb1926f95240b5f0bc288595daf1a4dc29b033edcf251b22dc5e0a04a7b4516a3a1722cf911e30765b11d0f2405c9bc305044110bc246de868abcd1108fb6b228895b55936409f3fc401e2a02928570bb5179451da8a286043cdcf288950c11fe59f52a8207cf4a57253c654212457a063c814a7685665712ebedd72c6fb19610b3bcb97fce0ef95bd69458cd7a014f8d35afd82bf1c84e07ecd06035959dc8ac65b1fc80d5b4156b28312b982c681c8aac3a61a74a7d0aac3ba3f7750c0b5ce61954da45b9cba4da0551efbceaadb2b7906561efeabe2d3a701b54970265d024a275974705a6c52942397bfb63971186cc32bb85872630bca6cba2cef3cc6ce1b53860521c30cf38a0c06969d62babac800c8315458a2e931ccb0aeaff165024a4c997436ef7602b388c79780374685e9a5c5a156897205a805423d553c3031c0b074259f4bcfb9cd2c4c1458d42a2ed5101d5315e7bd39e461d44fc931dab9382b6766e23fcf654f12de4c990fa4da17ddd405c0c1efddaad85cc1349d76ba117a0e5c9d356774d5ba1022535e8eaef229daf214fadc3259cc0f92a0befcf680e66b896f3c27208495268f8c074c79acc1dcbf47cd733bcb54b0b4cef00d037c87bed792bffda76bd8f42badc3098f672094ae6f6f2115cd75a46c3bcb608bbe7d8371f0377896f38d7ab99634c2c7fbe742d73ed58be633d5f5baee77e80f0ad016bb89b6fccaca5f7bf01f3240cd430c334ad95f71f077b921cf43cc79a5a0e09f2bf09f245fe838bf8d6d2b427f3e5ec93b8ff50e8c658ced6109d7f0afc4fae346dfbd9dcfa7f0bf8efb6003ad3ad0cefba056fee5816dc264af5fa83bc9574453e69c04e50e3bbf3d91260c5a15183a4686bb6ddb6a7de4ba3de9520cc464e909813fb83bea8324fd66974f794f9b099906c68a497c6c2fa282a9d598cc9c469204dd71fcaaf6c871626948ec6b77b8eb5b03deb6382b09cd8e67a0118e33bb65d8b8204b78611b3e4a0312418178873a3aaee74644e6e40cb7701f66a6b077551b60c040aad579ebf82c29dbfba701351dd6efec473c58bfb2fe6cbd6e9f7d9f197f80e250073fd204b4eb1309d39d4e8747e63b51e959547d43f0e1f511ae2bb7ebecf1f38b275321c24ab43516c0d3cf59db543fb80041de2ef8353db5345e1420378d8f90afa97d3c01278f534b0024ecc0ccf7a697c058dc4b39ca9615acd4c62cee69cd0171ea4e4cab13ddbac7b53d3b44e5c17f15c58deb53d6932646679edb53e658b70165f3b73ba2bfda397fef2524b13b1365a92fc292d1f0446a3b399ef5a37d39f28493a786bbd375f58fef4c636e0da21388f5784a1c80fb4be0a2186bf5388cfece4dbe399910c2aaddfe810438b300a3b97930c811d3a775c4c306d0b403a1d60b4731768728cf682e6a66d4368a2046da1d9687b03cd24d0fa788b6852a5e9132dffe3eda281a353cf68251e6f1d8ddd14db6b9881faff97fb08b8b3190ccfba2100c411e0e8d7bff853fcf3fdf3ef6e7ff8f6c5ed8f7ff8fef897dffeea8f7ffed9af57bf8f3ffbdd6fdeff15dcdf4eb60415dc7308545227703132e721bdfde5c0f7e96f0717bf1c088458e0ea58a4eb820eefa2fa30d5b6059db4eb5c6b6ac5f74912d4960aa7c1b984e93e84ef0f018dc040fc54d292effb1c0a9328adf3172ef2fe6f46080e6d, '2017-09-23 18:40:48'),
(33, 33, 'audit/request', 0x789ced57cd8ee34a15deb0443c010b2b92a5994b12ffc53f711481db71d2d174e28cedcccc95ae6455ec4ae289637b6ca7a7fb8e7a0d2b8458b263c303f00a6c9058f300bc002bc49a536557fa47d383eee5472c68a9e3729d3aa74e9d73beaf8e91290dcc4f95a99b9d6d8aaa3dae3a23648ae6a7bbca9444b353d5a83e55761ee3ce283165511c5544a353e20f275cd59718c5b8a43a43620624fbbcaa3bb06a6876d23c42297b27d6a23ccb70542779c6660e18173d9426d798ccc8aad93915bb128cf692acc2d1a9c4bd76ab8aaa981d89a99e2a5cf6d00e678d7919648bfcdb244d91a0f645eec502454956e7d57ec4cdb31aa71c4c70aecfbde3243194e4507bc9594591e2b778f32aa90555d1fb8ac6bd7875192caeba5c9a1c3037c3d1217fc9d9fb323f624113fb625f9124b92f490ae7a32d2a93568d78a0991d1445b8a0ee1870921adfd4c2be3ea65d04fb24112207176ec8cc4f6e9ece1ed3d187b1d81f7693239c49f88837453b4445b6eb7e257c45e50631ae93f86f71894bf2a642a4f7755d9882700eb81041584a946e308af6c20645079cc5c4a850e1ba4eb29d709de08f3f4de2b14e83a732df7b388bf21816d069d868f76d5274b9184375d4b8cb6dca27eb5394ed4ee026991e400a70d65bfb5d9c35de7693980eb4eeb1a28341b74ae8406e4316e5f921a1da8a0adb317363b0b3db8c38a880125cba1daffdc988736ddff1fdf964ac0e62291a1a583670ac1b035d453192543cd0a211f1159dd27abc8dd5c30e027c34502a1fdf63add86ac73c7e2f49236e75b96a2d491f0ef8702d26c76d2547075dd96baa9c0cb553258eb830aacaed78a0684815a58126cb589236ea36d6d48d8144b4556545deea86a22a581407ea5093902ac5db8d2e6afa40970d24e1e15644bc62c9f0cfeb17093c445eb9a8e0a9922959a67bc0136689546aa58adc88dff3a2c33b52ca8bf6fe353f14af795be10de70d3c0ddebee02fe4133f1df0438b37747ea2f28ec38b03de3056bca5a5bc64f3607128f3fa849f6acd2e30ee8cee9a1c96b82a72c0d90318ab04c6926c76def556f947a8b1b87771cb200761036c690082b60c9d9b22293185a60c6518ec4f5d4e1a72cbfc1a1e86c48986a9caa62872b345408d2866c78692c43d3b8702cd535a05b05b96f7aa3a2fa1c2601491155dee78aa6a40ff35d0434c8baf80caee81283a8c4578036e685fda5a5a95687744147ed422b5d390036c0b1b02287ac16dd170cde00142a1d0f6a8046c8cd7c1b467d00091f8e4a71a33bf1972922cc63767c033328363765a9c7d1335674b21a4dff88d967d9e32cd46694eccbc78c9dc6b2657a844c787142c9da9f6228f6fef05b0b7ef786f1c8f4c2994c249423d6732f71c3b08fdc00ad63e8595d901da6e19f9320856e1a5eb079f6568b55d60bbcb251899bbcbcfd3b422b60bd7ab99674d9c70bef41d7bed39a1e7bc5e3b7ee03fe26a66760d1e87d6cc5906ff1b844d824b1db36cdb5905ff71da2669a6fb79ced4f148eafe2de42d8b8f8e113a4bdb9dcc97b32f32f853a52b6b395b436ebe178d9f0369bbeeabb9f37f32ffef92396dbb565670c968583855a5b04932b3f9216f151d915f9ab0337d84fe7cb604aaf068d6a028186299d89d066fad46aa409aad8270aa20f7077d59e75eacb3e4e625f7f85a20d5d06a2fad85f359a6b95f624d265e4b53a6f9547fe57a1496001c436432cf59b881f33945184e5c7bbd0086093dd76d5441435843ab580940f1478c4b24f849dddc59a4936d292bf4ed4ba7f176d040922d00360c9c7741b802d8cedf3d081331cd84df715ff9c1f917f3250bfa6d7efa19be414720b97e941fcfb9b0bd3960743abf72584455ed19f3cf9307bdb7fac5be7812481664d848d587b2cc1c3cdf256bef8a069a54d63fa5a6f3ed48a8676605ce5beb6bb81f02c79b5ab6d3b60df66c2e487de949adad3c37706df7aabdc009a39c573d48d4c2092edd499bfa9913307f41ea7d0d179fd7721f2b66e95e75edcdbfcf49a4730a58f815f54b161e45daa06d53e83b57d3efa82919f79e07f385134eaf5c0b8e1b43d0444d1acaa22af5155d1dc2df3967f7cbc907dbfd42d2d1b078b12682d006ed051e74158cc211bc7ca2de3fecf0557a33ec36edc118a1b7c9005a6f058cdb2912c0eaf314df5644cbf36cfdf374dfd2c999f399c6f3d4dffa4db9b9a109a88c7ff91e004efa9498e223db106f1208c8c3fb1ffd25fde1fef5afaefff0cb37d77ffcd3ef4f7ffbcdcffffcd71ffc62f5bbf4c7bffdf5dddfa1c1643d2641b57f9f029dc0010e467a2f64b26ff330a45fe78f1bc3302c717d2ab37549db68597f5a59db92f6bc4d69b5cc168649cc3c95ce1d6c057d760c9d7c44333090bf54a3e4bb5b40f131c91844eeeefe01f69ee1a1, '2017-09-23 18:40:51'),
(34, 34, 'audit/request', 0x789ced58498fdbca11bee418e417e44010209efd20899bb888c220d1509446f1683145790104082db2257144913297593c98f37ba720c831b75cf203f217720990737e40fe404e41cea96e2e1a8d3d93d8ce4bdec1c6586cf652d5f575d557d54486d8346e134333d85580920d4ed8363204e3f62e3144c1609314a55962461e66dbbe2109423b212bd818bfcb70929e61e4e198ae1145220786365192b230ad65b041e4a2a07c27e2dc280cb19bfa5158f66c31ded751e05f62b6100d73521ca6f50087eb74437a6583d5548db454838d627fede7cbe16d93a67b83e73f50942538aea335c8a13d9268b0c3e8bd1f0488571a02f36c885c3f4ca364d36606a02e60a083194f99378c282c4469a13e673afb7d805fe3e50b3fe515596bc82af3ecc599333caf3181bfc54c1fbbdbe839636ee26887795568080d5914a58628cacc14ad50ec17cbf21d1c0c4b6ff6d4d8a66eb00894f82e2288f0d7f5abababfa2a8a77f52c06eb5d40dd6b33ee06c5094e4f664eafae172020d7c5fbb4c0e65bfe5bd2d2c8a9ac708c633a49fe101cde05f5310a9618b91b7e89dc2d0e3dfe0a2f799479602519bde12f7d7cf50bdf3b91e9be9552599d6ec80fd7b41b94addffbfb1ae361f09b14d79865fc607e80c2750647404d05fc71589f4d6b386cbf3b111a7acdf76843aded12da68d6129f36a4c246378ab63e5d2d2ba0ae14770272d64b80258b63d8d2cdc96cda6d3363736a4da783ee89d2f444b7a56349c79ea6373505794854705375db64af280bd29395a76cd700fb4e4781b4bbc0ea7ea5ee22ef4214dbcce46c524812df6df1f652f077ab4472b79abc5115c96fa95922b499859bc4ab93a6ac2245109baa2461515c2a2b4f55963a12d04a916469a5e9b2226341682a2d55448ae8ad969aa06a4d4dd291885b2b0171724782ff9c76eac343e0e4d3049e0ae99224aa039ed04b46c5625496f2e10b4eb0384b0c38c1dcbce45ac22567ca9c6ebd82a7ce99a7dca99471bd26d7ea70bac67515ceb238a1c9e9fa84eba801279a1c486c499cd6e57a6aae05da6cfb2e3fc31827fb284cf0bd0057487c133f7e539f4457e0675efdf4a68c37800d024b8508285cd1badefb316193c49080099c4d5663c416338a2ee1a18b8ca01b8a640802d31f3a5408f8ab096e89eb2684491c05d40b405b18d593348ac1c3a0e5921935669725693dc697c01b1e75be3d78771d86dced89006f312e5f0a5f9ac468bd43e445a712a99c322ecd222e9d222e65f1382e2f9228fc200c0127025394a5b91c12cb34882e927a10ad793ff4f07515ad25e3118396d8c3effd7538bff17d694e17cddddce600a09eff2a398fd666d56118f9f20111f8ec79b9e9bc738262b4bb4fd96245cda791774306e4f2d80a3319e70be9070eca4657f498553868380074021e0c3e44888dba12f1cf28c4711cc5e45d32e177879304c2b71a9f852ecad69b949304b2238b4e26238289c23022fd31381f3cf671b4c7717a03cd6ff659b2f9061a1144869001242b3fc45ea5846ca6d04077546d81aa247d0a990659cddde64d32421b5fbe0910a3982174557f8808202c4c65f6e0afe26268df6763782df8185ac0c8f08b12803d818686f4a6aeb748df051c6d7cd3d85fa0ebc60561030825c20deaff47798b28970b2025336f94077d0cefe7e12951822a7ec9ebca0f0e2ef4031a573a54003bc9f511a469971b05790fa04e1833cf865d4ce3854923e61094654944dc924c54487d73cbd202002a993c42d81a5b40067d655430953b1a4c0e1d4380634ad8981c34265a31156020882a326ed95c30e89ab3d4d7e7ac31673f43e47c1e32f00fa5cc27d412145dbec4963f46d6001ca172fb2104b744439eb3b579092735fa3fb694bd63ef6a2cf12ff6932aa727370547423c882556d7a0a20958b0fd0eb2c71d4d0c53cb7e65d994a5554ad390526cab3bb02dd3594c9d8e339b168c0b957751539f39ce6471369e3a1fadb1956282391e8d40c8603c7abcd086398e357216e7d6a8ef9c1d17da24915041637bd01f8c9e2cb74b9d333067d1e983c81f4fcd5ddae8bc9d585f92f42a3c3aa6694d9ce3ca9b28a283b6d5b36c72a0ffb5fa5b128ef42eac9139ee0e46fd278bf0878bce3ba3fe0c0ee6b32af1ca72733c7e31b0bed6e3ffdb7a9ce68f49278f4f5249f35912f34b3f34f21ff296d016f92de3342796c574d01f0189d8f4d4c029ca702d87c73de775271f25456f674fca625e6a341b92c63c9b85fef573e6b8b227de50ac1e7586d64739e830a5d3edda45a818c6c3f593b14de308824717ca31db1a8e1deb630ba1d91d9bb32189667b3cce97c20a7e0657fd848788dd611c237eeaa7f9b583509c6dbd9c5953e052f3ccca77dbccc3f28803df388b0984eee0cd3d9888e872f013f54af7ec1f16dc09a0df44d92ff135da01c335dc68579d85690f20467b03a0e10251457d44fce30442af1b8dfd66ff00c8126450a468ad032f565966669f5358008b7f474f0f6f36847ffa1dc77add79bb18005276af635ac5f5cfec0f78b1213e70b8893d76c6e6f8bcb888115aa966dd3bada1e59c8d2bdf2f521dd9350cdb6f2131da0503962e2d1ed6ceecc167db2356a7519e84ac3c25e608749d5e821753ebbcf7892bc9ddb1dcbe33185a8bdef9b803367b009da08a2d4914c48626c8822088d5f11da6930f738789e4620aa1d2b79cc3adb042f16b45fab5227dac22a5056999e39141eb51fd90e60b12a1c9be70f732e317440d79bf1828933fa54a90fa780d50b045510894f31faf078a7c531505e58ac76b8362df3479e7790448e38b0b05485ab7be211cc98628244040745efcec6fc14f372f7f73f9a75fbfbafcf35ffe98fde377dffdf5ef3ff97ef287e0e7bfffeddd3f01edf20312a1fde92152354295601829db91517e995f2ce8b7f9e3cf3c8b458cd32c0e6731fd5426690ff96615d30f3eb9531464ba58f85eb953b1fa3295d463ecf93176e90934a5a7988b7c58e791b7f3c39238efeefe05d9047061, '2017-09-23 18:41:41'),
(35, 35, 'audit/request', 0x789ced59496fe3ca11bee418e417e4401020603f48e2265214152791294a56c65a86a2660104082db22551a2480d172f63f8fcde290872cc2d97fc80fc855c02e49c1f903f90539073aa9b8b2ccf7812cfbc97e430864df65a555dcbd75534d2c5ba7e17eb0d9d5dfa285ee3986d215dd0efee635d1474364e5092c646e862b6e5e99220b462b2838df0bb14c7c905462e8ee81e512474606a1dc6090bcb9a3aeb870ef28b3e21e78441809dc40b8362648bf1be8a7cef0ab339695893e020a9fa3858256b322aeb6c5394484bd5d930f2565eb61d7aeb24d9eb3cff01a334c65115ad800e1d91449d1d84ef3ddf47bc521398930172bc2009e3758be9033b9f8101663461de30a23017a5b97acab4f77b1fbfc68b175ec22b72a326abccc98b0b7b7059617c6f8b991e76b6e12963aca370877955a809355914a59a28cacc042d51e4e5db32090e074b6ef7f4b0754d671130f11c4434c2df54afafafabcb30da55d3084eef80d6dd16e3ac5114e3e46c6a77ab5aae04e438789fe4baf986ff86b41ac42a4b1ce1882e923f540eef00fb08f90b8c9c35bf40ce16072e7f8d173c4a5d382599bde5af3c7cfd0bcf3d93a9dc4ac1ac4a05f282151d0666abf7debec2b818fc26c11566113d5aefa360958209e85141ff38a84e27151cb4de9d0935ade2b9b4a15676316dd42bb1471b85a19d30dc7a74b7ac00bb82dc19d0592d402d69148148b767d349a7c58c8c893999f43b674add159da686250dbb0dadde50908b4405d755a7456445a99f9c2d5d65bb02b5ef34e44bbb0d56f74b7517ba1b516c31e38b714e497cb7c5db2bc1db2d63c9d936e4b5aa485e534d63a1c5cc9d385a9ed565152982585725098be24259baaab2d09080968a244bcb86262b321684bad25445a488ee72d110d446bd216948c4cda58038b92dc11fd738f7e02570f2790c6f850c4912e5016f1825b3623e2b4bd9f486134cce147d4e30d62fb9a670c51932a799afe0ad71c639772ea55cb7ce35db9cd6e03a0a679a9c50e7346dccb5559f130d0e283625aed1e1ba6ac605da6ceb3eb36184e37d18c4f841802b24be891fbfa98ec36bf033b77a7e5bc41ba80d024b8508c85dd1bcd97b11419358970009ec755a61c426330cafe0a5898ca0e98aa40b02d31bd89408f8ab016e89ab06844914fad40b805b1056e3248cc0c3a0e59015156697c64935c257801b2e75be3d787715a69ced9900bd08179ddc97c6115aed10e9689422a553c4a591c7a59dc7a52c1ec7e5260e830fc210f444d414a6494687c4320da24d5cf5c315ef052ebe29a3b5403c72a00576f17b6f15cc6e3d4f9ad14d33273bb30faa9efd2abe0c574639a0ebd9f63e2178725a089d0d8e5184760f215b2ca1f93c746fc9845c982d3f26637f21fc80a12c744d119e900503a033f060f021026cd495887f86018ea230227dc980e70ec731846f393f0d1c94aed60927094422932e2633c2e6658aa3db935aad765adb6fd00d0c79313c82902c46f0b74c037afc92381122a74c2529595356644c21cbe03673b65993ccd0c6e73387ed8a013208e52f226bc815d1099d7407caae71b2818230b8dd852904af09d327049529af2efc96d80ced87e80cdd1c9fa105080d4fea29f0a6280d6f82d39cdcf55c4eeec804202449242fedf429c9761ee8db86fbeafa8be488c11d40255d5115255c470d686ede11add53614a0148d8823359f94631f850e78c30f2a84aa506548a7b9b925236b146e78ec04cfb3ba4461337f92eed2f30f8efdc31ca9f074df0b7256b2a636b33127f4f3210ae1d9f5dcc134809924640e2851e468245e281e11acbf63694602a95516b26c85cdb50463459832659ce8cc636d315e0ce09c308829b40424280bfd8ecd480297194bc36fc6ea33f659c466b380811f943047a1f5b332b07ece9c7c61aaa393e001103f3df03a04cbb3a85323f28509f9d2803a090bb80a1f70c8c3e07b220f0e0fa7389db19559613eaaeaff40bfec3d7b5f618913b3cf4a1a9f1206ac4fdc94d5898b562091f3a1790f77e63dbd0e27a6f5cab4e8dda4d2cb097cd0323b7dcb34ecf9c46edbd3497ecf40bd91571217b63d9e5f8c26f6472b0b255f608c864320d21f0d9f2e2f608d6d0eedf9a539ecd917c7e505b93e29a191d5eff5879f2c320a9e5338cebcdd0392ff3f95467146fbedd8fc92abbed447db30ccb17d5c6f104674d232bba6450cfabd551d9270c4776e0e8d51a73fec7db2f478bce9b23dec4dc1309f557f94273746a3177df36b15f2dfad42e825356e67f149ea073e8d237ee1057af620bd98b6c8b388d30c58e6937e6f08206251ab815314e15a4c8fbaf6eb76364b52fdf69e1403bc54abd7a40673320dbc9b53e6b89e21de90ef1eb607e64731e8b0a4dde95879a8e8fae3fde39145e3088247138a39cb1c8c6cf3631ba1d91919d30189666b34cab6c20e7e1a43adc043c4ee308e103ff192acd8221067992fa7e604b0d4b8303369eb59581e61e01b7b3e86d0edbf79a02642ba987c265fe9c1f907397682d26fc3f497f806ed00e16a4eb82b6d61587d88d16e1f6038d7a8a23e41fe6900a145566dbfde3f5264a16460a4349ab2520858de3253eb92aa0574f1efe0e9713d47f0a7d7b6cdd7edb7f33e68caeab60d332f7a8d5e9f176be223871b5b237b648c2ef3f293c04ab9ea81b506a67d312a7d3fbfea88d4306dbd858bd1ca11b07069f1b0776af53ffb3c62698dc212b2f22932474ad768e93f9f9897dd67ee24157321bedd1f98f3eee5a80d67764175822a362551106b0053a5e90e4bc9a7c8c322528a4398f44cfb5007971afc9af27e4d79ffa7292fcd788b2402e934e1d50e79448e52349bc8e3a94829f29b00128b7ca2c82e281603d5a7938c1c8ef24ca358ff74c2915f6865d651ec783af9c8e5a6d9417651012a7d712602b7e29da70b47b421d489220002363ff99bffe3f5cbdf5cfde9d7afaefefc973fa6fff8ddb77ffdfb8fbe1bffc1ffe9ef7f7bff4fd076f15d8edc2b93031c340816c3c1485d80f4e21f1ef339fd97c7f1d7b3f93cc2491a05d3887e81941a8f016d19d1ef68993fe4683d9f7b6e21a9587ef08bab1176bd083bd40275e953d048fe5fc12377e7050532dfdfff0b8117d50f, '2017-09-23 18:41:41'),
(36, 36, 'audit/request', 0x789ced58cb8ee34c15deb0443c010bcb92f9677e25f12d761c4711a41d271da613671c672e52a4a8625712771c3be34b5fa6d56b5821c4921d1b1e80576083c49a07e0055821d69c2a5fbad333dd30331af817d34adbe5ba9c3ae73be77c756ca48b4dfd26d15b3abb0e50b2c509db41baa0dfdc26ba28e86c92a2344b8cc8c36cc7d72541e82464051be377194ed2538c3c1cd335a248e4c0d0364a5216a6b57536885c1494cf449c1b852176533f0acb9e1dc6873a0afc0bcc16a2614e8ac3b41ee070936e49afacb32db5455aaace46b1bff1f3e5f0b44dd383cef31f6c942538aea30dc8a13d92a8b3e3e8bd1f0488571a02f36c8c5c3f4ca364db6146b05dc0400763cd98378c282c4569a93e677a8743805fe3d50b3fe515b9d59055e6d98b53677c5663027f8799217677d173c6d8c6d11ef3aad0101ab2284a0d519499195aa3d82f96e51adc19965e1fa8b14d4d67116ce2bb8820c25fd52f2f2febeb28ded7b318ac770175afc3b85b142738edce9d415d2b4040ae8b0f6981cdf7fcf7a4d5225e59e318c7e449933f04877761fb18052b8cdc2dbf42ee0e871e7f89573cca3cb0928c5ef3173ebefcb9ef75e59f1d5088832e1de3a401acf4036a8b522a50a74afae1867683029bf7fea1c678186229c53566153f981fa07093815ba8f9e0131cd6e7b31a0e3befba4243abf91e6da8b57d421bcd5ae2d38654d8ed46d1cea7ab6505b62bc57541ce66055065710c2a5d77e7b37e87b18c99399b8dfa5da5e9896e5bc39286bd96d66c29c843a2829baadb21baa22c48bb6b4fd96dc0157b0d05d2fe1cab87b5ba8fbc7351ec30d3d36921497cb7c3bb0bc1dfaf13c9ddb5e4adaa487e5bcd12a1c32cdd245e779bb28a14416caa92844571a5ac3d55596948406b4592a5754b9315190b425369ab2252446fbd6a096aabd9923424e2f65a409cdc93e09f6b9df8701338f92481bb42ba2489ee0177e825a362312a4bf9f03927989c29069c606c5f726de18233644e335fc15de38c13ee44cab841936bf738adc5f515ce3439a1c969da94eba901271a1c486c4b5cabcf0dd47c1768b39ddbdc87314e0e5198e07b49af909c27b1fda63e8d2e21f6bcfac9759983001b249b0a595184a77975f063c230892e013b38dbacc6886d66125dc04d131941d315491704663876a8108861034215d70d489d38a2d1a7c26e61544fd228860883964b66d4987d96a4f5185f00977834f80e10f1751872775d019e625c3e14b1348dd1668f68ae5089544e99ab4691ab4e91abb2789cabe749147e909a80138129cad25c0ec96f9a58e7493d8836bc1f7af8aacae0920589412bece1f7fe265c5cfbbeb4a08b166e6e7300502f7e999c451ba3ead0f57cf988087cf6bc543aef9ca218edefd3b858d1f549e45d9301b9745b6126e37c212581a36c7449ddac82a3c101a80b110c3144c88e861289cf28c4711cc5e45932e0bac74902e95b8dcf4317659b2db08d403432e964322218280c23d21f43f0c1ed1047071ca7d7d0fcee9025dbefa0114166081940b2f643ec559b10658a1da846950a744bd2a7906970d2b9bbbc494668e3cb9500318a114257f543440061662a7300bf8a9fa17d9fa1e1b1e06868014bc31525007b028d16d29a9ad6267de7e0daf8ba713847578d73c206904a841bd4ffcfe66db2b95c00291979a374f431bc9f87a74409aab892c7b51fdc85d05734ae0ca80034c9f72348d32e370af21e409d30667e1af631cd17268d98bba42ccb24129664a2426a9e1b96160550dde419c2d6d80232e82bb382a9c2516772e818021c53c2c6e4a031d19aa90003417423fd86cd05c35e0b96c6fa82d517ec67885c2c4206fe50ca7c427d41d1e54b6cf9636475c011aab9af21b82deaf282ad2d4a38a9d1ffb5a5ec2d7b5b63497cb19f544d3da914b88444104bacae414513b060fb2d9c1eb7f4609899f62bd3a62cad529a8623c536fb23db349ce5cce939f359c1b8508d1775f6a9e34c97a7d6ccf968ddad14130c6b320121236bf278f10d731c73e22ccfccc9d0393d2ebec941420559f668389a3c5982977bcec19c656f08227f38757869a3f3766a7ec9a157e1d1330c73ea1c57e364233a689b03d3260efdaa35b9241ce9b2342786d51f4d864f16e60f179df526c33938ebb3aaf30a0dc3b25e8ccc6f35faffb646a767cab497e72ca9aef92c89f9951feaf9853c25b445ae65eee664b39c8d861320169b7a0d82a24ce172d81a38af7bf92829847b07522af352a3d9905accb379e85f3d678eab7d120dc5ea496f6c7e9497eea6f4fa7dbb481f5d7fb87e6ad934b720a134a11cb3cdb1e5981f5b08cdbe65ccc724c36dcbca97c20a7e9e4025cd4316ef318e113ff3d3fc5584d09e6dbe9c9b33e057e3d4ccb56de6a97ac48b6f9ce514d279f4e61e4c447439f889fb4af7ec1f177c0aa05f47d92ff015da03eb35dc685ff9c2b04790a38311507381a8a23e22fe7152a1af208dc3f6f000c81264d84869b565ad54b03a79e6f6198505b0f84f94f5f06d87f0cfb0e798af7b6f972340ca1ef40cb378253486235e6c880f026e6a5b8e655867c5cb19a1956ad63d6f8d4de7d4aa62bf38fe88d6306cbf85c3d22e18b00c69f16eeddc1e7db63d62e58dd213b2f2949823d035fa62bc9c9967834f5c49de274bf59dd1d85c0eceac1ed8ec0174822ab6255168375445803fb172dfdd74f201ef6e2279598554199acedd9b6285e2b72af55b95fa58954a8bd4f28c473aad51b5bb63be20117ad817e15e9ef80551c3b95f0c94873fa54a90fa780d50b045510894f31faf078af3a62a0aca158fd70685def4f0cecf11208d2f2e14e0d0baf175e1483664210102b2f3fc277f0f7ebc7df9db8b3fffe6d5c55ffefaa7ec9fbfffd5dffef1a35f4fff18fcf40fbfbbfd17a05d7e5422b43fbbcbd416a14a308c94f2482fbfe02f97f41bfef1a79fe532c6691687f3382f145b0ff9661dd38f4079501464ba5cfa5ea9a9587dad4aea31f6fc18bbd4034de929e6221fe079e4edfdb024cedbdb7f0385757efe, '2017-09-23 18:41:49'),
(37, 37, 'audit/request', 0x789ced594b6fe35e15dfb0447c02169625a3f6af247ec58ee31020759c344c9b641c671e52a4e8c6be499c3876c68f3ea6ea1a5608b164c7860fc0576083c49a0fc01760855873eef5234d673ad01906fd1753b5f67d9e73ee79fcee392ed2c5ba7e17eb0d9d5dfa285ee3986d215dd0efee635d1474364e5092c646e862b6e5e99220b462b2838df0bb14c7c939462e8ee81e512474606a1dc6090bcb9a3aeb870ef28b3e21e78441809dc40b8362648bf1be8a7cef0ab339695893e020a9fa3858256b322aeb6c536e9096aab361e4adbc6c3bf4d649b2d779fe0346698ca32a5a011d3a22893a7b19bef77c1ff14a4d604e2e91e3054918af5bcc00d8f90c0c30a309f3861185b928cdd553a6b3dffbf8355ebcf0125e911b3559654e5e9cdb971715c6f7b698e963671b9e32c63a0a779857859a50934551aa89a2cc4cd012455ebe2d93e070b0e4764f0f5bd774160113cf414423fc4df5fafababa0ca35d358de0f40e68dd6d31ce1a45314eda53bb57d5722520c7c1fb24d7cd77fc77a4d5205659e20847a4a7c91f2a8777807d84fc0546ce9a5f20678b0397bfc60b1ea52e9c92ccdef2571ebefeb9e7b6e59fec5180fd369de3a41eecf47c7a16a510a04a85f482151d060156efbd7d857131f852822bcc227ab4de47c12a05b3d0e3834d70509d4e2a3868bd6b0b35ade2b9b4a15676316dd42bb1471b527e6e270cb71edd2d2bc0ae20d7063aab05a82a8d2210e9b63d9d745bccc8989893c9a0db56eaaee834352c69d86d68f586825c242ab8ae3a2d222b4afda4bd7495ed0a4cb1d3902fed3658dd2fd55de86e44b1c58ccfc73925f1dd166faf046fb78c2567db90d7aa22794d358d85163377e268d9aecb2a5204b1ae4a1216c585b2745565a121012d154996960d4d56642c0875a5a98a4811dde5a221a88d7a43d290889b4b01717247823fae71e6c14be0e4b318de0a199224ca03de304a66c57c5696b2e90d27989c29fa9c60ac5f724de18a33644e335fc15be38c33ee4c4ab95e9d6b7638adc17515ce3439a1ce69da98eba83e271a1c506c4a5ca3cbf5d48c0bb4d9d67d66c308c7fb3088f183a05748cc13df7e531d87d7e07b6ef5ecb68841501b049b0a5191bba779b3f7228230b12e013ad8ebb4c2884d66185ec14b131941d315491704a67f695322e0c306b82aae1a103a5148bd4f056e41588d9330020f8396435654985d1a27d5085f0196b8d4f9f6e0f1559872b66d017a112e3ab92f8d23b4da211a2b9422a553c4aa91c7aa9dc7aa2c1ec7ea260e830f4213f444d414a6494687c4370dac4d5cf5c315ef052ebe2923b8404172a00576f17b6f15cc6e3d4f9ad14d33273bb30faa9efd32be08574639a0ebd9f6012178725a089d0d8e5184760f615c2ce1fa2c746fc9845c982d3f26637f212481a12c744d515f06438301501b3c187c88801d7525e29f6180a3288c485f32e0b9c3710ce15bce4f0307a5ab35a08d402432e96232236c5ea638ba3da9d56aa7b5fd06ddc09017c32308c962047fcb34a0c72f89132172ca549292356545c614b20c6e38679b35c90c6d7c3e73d8ae18208350fe22b2865c1bddd04977a0ec1a271b280883db5d9842f09a307d42909af2eac16f89d7d07e88d8d0cd311b5a80daf02cb0992237bc09767372cf7339b92b73924a111cdaf93a25477160d5d0040220dae95322ef3c30840d97dbf5170918839f80ae7aa22a4ab88e1ad0dcbc23eaac6d2872299a4c10aff9a41cfb2874c04dbeaa10aa22126548a7b91f4846d628fcf3d83b9ee70e12c5d3fc49ba4bcf3f78fcd739521102be17e4ac644d6d66634ee8e74314dbb37bbb8b69643349c81ce0a348e8482051a092a173c7d2f405f2b02c96d90a9b6b09c68af865ca00d299c7da62bc18503b6110536809485016fa1d9b91042e3396c6e58cd567ecb388cd6601033f28618e62eea765c4fd8c39f90a79910ef104807f7a607f889f6731a476e50babf2a54d751229706d3ee09047c6ff883cc4005c09a733b6322b2c4ab5ff5fa89cbd67ef2b2cf16bf65949e753c2804310cf6575e2b51548fa7c68dec3fd7a4fafce8969bd322d7a8fa9f422834bd732bb03cb34ecf9c4eed8d3497e2741bd925722e7b63d9e9f8f26f6472b13255f608c86432032180d9f2e4f608d6d0eedf98539ecdbe7c7e509b96a29a19135e80f869f2c520a9e5338cebcd30792df9f4aa538a3fd766c7e495a50eaa36318e6d83eae5708233a69993dd32206fdaa558b241cc9323787c6a83b18f63f59ba3cde74d119f6a760accfaa5f4a6d18a3d18b81f9ad8af9ff5631f42e1b77b29825f5079fc611bff0023d7b905e4c5be459c46e0636f3c9a03f0460b1a8d5c0298a102ea6473dfb75279b25a542674f8a095eaad56b5283399906decd29735c0f116fc8770f3b97e64771e9b0a4d3ed5a79f8e8fae3fde39145630b024a138a39cbbc1cd9e6c73642b33b32a69724c2add128db0a3bf8690cb5060f51bcc33842fcc44bb2628dc09e65be9c9a13c057e3dccca4ad67a17a848b6fecf918c279f0e6819a08e962f2997ca507e7bfccf114947e1ba6bfc0376807a85773c25d690bc31a408cf60600cdb94615f509f24f830a2dd26afbf5fe91220b250323a5d1949b8580e5cd33b52ea85a4017ff09b21ed783047ffa1ddb7cdd793b1f80a6ac5ec730f3a2d9e80f78b1263e72b8b135b247c6e8222f5f09ac94ab1e58ebd2b4cf47a5efe7d71f911aa6adb770595a3902162e2d1ef64eadc1679f472cad515842563e45e648e91afd74309f9817bd67ee24157721be3db834e7bd8b5107ceec82ea04556c4aa2d0aca9aa529aeeb0947cde3c2c22a53c8449dfb40f7574a9c16f99f1b7ccf8fb9619d3c4b8c82b904ef362ed905ae4c045138c3cc48a2c23bf1c20d7c8278a8483c233507d3aefc8112a4f3e8af54fe720f91d572622c58ea7f3915c6e9a3064771700d51727277051de79ba70441ba29f28025061f3a3bffb3f5cbffcedd59f7ff3eaea2f7ffd53facfdfffea6ffff8c1afc77ff47ffc87dfddff0bb45d7cea2357cde480100d02cf7030523e20bdf8bfca7c4effb372fc416e3e8f709246c134ca92d3c6638c5b46f4d35ce60f3980cfe79e5b482a96df10e36a845d2fc20eb5405dfa145a927f8bf0c8dd794101d6f7f7ff06abbbfa44, '2017-09-23 18:41:49'),
(38, 38, 'audit/request', 0x789ced58c98edbcc11bee418e40972200830bffd43123771110521d1509446f1683145790104082db2257144913297593c9873720a821c73cb250f9057c82540ce7980bc404e41cea96e2e331a7b26b10d27ffc1030dd9eca5baeaabaaaf8b4486d8346e124333d87580922d4ed8363204e3e6363144c1609314a55962461e66dbbe2109423b212bd818bfcb70929e62e4e198ae1145220786b65192b230ad65b041e4a2a07c26e2dc280cb19bfa5158f6ec303ed451e05f60b6100d73521ca6f500879b744b7a6583d5548db454838d627fe3e7cbe1699ba60783e73fd8284b705c471b90437b24d16047d17b3f0810af3404e6d908b97e9846c9b6cd0c61bb80810e663263de30a2b014a5a5fa9ce91e0e017e8d572ffc945764ad21abccb317a7cee8acc604fe0e3303eceea2e78cb98da33de655a121346451941aa2283333b446b15f2ccb35b8332cbd3e50639bbac122d8c477114184bfaa5f5e5ed6d751bcaf673158ef02ea5e9b71b7284e70da993bfdba5e80805c171fd2029beff9ef494b235e59e318c7e449973f04877761fb18052b8cdc2dbf42ee0e871e7f89573cca3cb0928c5ef3173ebefcb9ef75e49f1d5088830e1de3a43eacf4036a8b522a50a74afae1867683029bf7fea1c678186229c53566153f981fa07093815ba8f9e0131cd6e7b31a0edbef3a4243aff91e6da8b57d421bcd5ae2d38654d8ed46d1cea7ab6505b62bc57540ce66055065710c2a5d77e6b35e9b9998336b361bf63a4ad313dd968e251d7b9aded414e42151c14dd56d135d5116a49db5a7ec36e08abd8e02697f8ed5c35add47deb928b699e9e9b49024bedbe1dd85e0efd789e4ee3479ab2a92df52b34468334b3789d79da6ac2245109baa2461515c296b4f55563a12d05a916469ade9b2226341682a2d55448ae8ad579aa06a4d4dd291885b6b01717257827f4e3bf1e12670f249027785744912dd03eed04b46c5625496f2e1734eb0384b0c38c1dcbee45ac20567ca9c6ebd82bbce9927dc899471fd26d7ea72bac6f514ceb238a1c9e9fa94ebaa01279a1c486c499cd6e3fa6abe0bb4d9f66deec3182787284cf0bda45748ce93d87e539f4697107b5efde4bacc41800d924d85ac28c2d3ba3af8316198c490801d9c6d5663c416338e2ee0a68b8ca01b8a6408023318395408c4b009a18aeb26a44e1cd1e85361b730aa276914438441cb25336acc3e4bd27a8c2f804b3c1a7c0788f83a0cb9bb8e004f312e1f8a589ac668b3473457a8442aa7cc55b3c855a7c855593cced5f3240a3f484dc089c01465692e87e4374dacf3a41e441bde0f3d7c556570c982c4a015f6f07b7f132eae7d5f5ad0450b37b73900a817bf4ccea28d59751846be7c48043e7b5e2a9d774e518cf6f7695cace8fa24f2aec9805cbaad309371be9092c05136baa46e56c1d1e000d4810886182264474389c46714e2388e62f22c9970dde32481f4adc6e7a18bb2cd16d846201a59743219114c148611e98f21f8e07688a3038ed36b687e77c892ed77d0882033840c2059fb21f6aa4d8832c50e54a34a05ba25e953c83438e9dc5dde2423b4f1e54a8018c50ca1abfa212280303395d9875fc5cfd0becfd0f0587034b480a5e18a12803d818686f4a6aeb748df39b836be6e1cced155e39cb001a412e106f5ffb3798b6c2e17404a66de281d7d0cefe7e12951822aaee471ed077721f4158d2b032a004df2fd08d2b4cb8d82bc0750278c999f863d4cf3854923e62e29cb3289842599a8909ae786a5450154377986b035b6800cfacaac60aa7034981c3a8600c794b03139684cb4662ac04010ddc8b86173c1b0d782a5b1be608d05fb1922178b90813f94329f505f5074f9125bfe18590370846aee6b086e8986bc606b8b124e6af47f6d297bcbded658125fec2755534f2a052e2111c412ab6b50d1042cd87e0ba7c72d3d186696fdcab2294bab94a6e148b1added0b64c673973bace7c56302e54e3459d7dea38d3e5e964e67cb4ee568a09e6643c0621c3c9f8f1e21be638d6d8599e59e381737a5c7c9383840a9ad8c3c170fc64095eee39077396dd0188fce1d4e1a58dcedba9f525875e8547d734ada9735c8d938de8a06df52d9b38f4abd6e49270a4cbd21a9b93de703c78b2307fb8e8ac3b1eccc1599f559d57689893c98ba1f5ad46ffdfd6e8f44c9976f39c25d5359f2531bff24323bf90a784b6c8b5ccdd9c6c96b3e1600cc46253af415094295c0e4ffaceeb6e3e4a0ae1ee8194cabcd46836248d79360ffdabe7cc71b54fa2a1583dee8eac8ff2d2dd946eaf6717e963180fd74f2736cd2d48285d28c76c6b3471ac8f2d84666f62ce4724c3edc9245f0a2bf8790295340f59bcc73846fccc4ff35711427bb6f5726ecd805fcd532bd7b699a7ea112fbe71965348e7e19b7b3011d1e5e027ee2bddb37f54f029807e1d65bfc057680facd770a37de50bd31e428ef68740cd05a28afa88f8c74985be82340edbc303204b906123456b35c552c1eae499db671416c0e23f51d6c3b71dc23f83ae63bdeebe5d0e0129bbdf35ade295d01c0c79b1213e08b8a93d7126e6e4ac783923b452cdbae7ad91e59c4eaad82f8e3fa2350cdb6fe1b0b40b062c435abc5b3bb7879f6d8f5879a3f484ac3c25e608749dbe182f67d659ff135792f7c9527d6738b296fdb349176cf6003a41155b12dc1a5a13ca0241acdc77379d7cc0bb9b485e562155069673f7a658a1f8ad4afd56a53e56a5d222b53ce391416b54fdee982f48841ef645b897277e41d470ee1703e5e14fa912a43e5e03146c511402e5fcc7eb81e2bca98a8272c5e3b541a1373dbcf3730448e38b0b0538b46e7c4338920d59488080ec3cffc9df831f6f5ffef6e2cfbf7975f197bffe29fbe7ef7ff5b77ffce8d7d33f063ffdc3ef6eff0568971f9508edcfee32552354098691521e19e517fce5927ec33ffef4b35cc638cde2701ee785a2f6906fd631fd0894074541a6cba5ef959a8ad5d7aaa41e63cf8fb14b3dd0949e622ef2019e47dede0f4be2bcbdfd3744657ef2, '2017-09-23 18:42:30');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(39, 39, 'audit/request', 0x789ced594b6fe35e15dfb0447c02169625a3f6af247ec58f3804481d270dd32699c499871429bab16f12278e9df1a38fa9ba8615422cd9b1e103f015d820b1e603f0055821d69c7bfd48d3990e748641ffc554ad7d9fe79c7b1ebf7b8e8b0cb16edcc58666b04b1fc56b1cb34d6408c6dd7d6c8882c1c6094ad2d80c5dcc363d431284664c76b0117e97e23839c7c8c511dd238a840e4cadc338616159c360fdd0417ed127e49c3008b0937861508c6c31de5791ef5d6136270d6b121c24551f07ab644d4665836dc81a69a9061b46decacbb6436f9d247b83e73f6094c638aaa215d0a1239268b097e17bcff711afd404e6e412395e9084f1bac9f4819dcfc000339c306f1851988bd25c3d65dafbbd8f5fe3c50b2fe11559abc92a73f2e2dcbebca830beb7c54c0f3bdbf09431d751b8c3bc2ad4849a2c8a524d146566829628f2f26d9904878325b77b7ad8ba6eb00898780e221ae16faad7d7d7d56518edaa6904a77740eb6e9371d6288a71d29adaddaa9e2b01390ede27b96ebee3bf232d8d586589231c919e2e7fa81cde01f611f21718396b7e819c2d0e5cfe1a2f7894ba704a327bcb5f79f8fae79edb927fb24701f65b748e93bab0d3f3e9599442802a15d20b5674180458bdf7f615c6c5e04b09ae308be8d17a1f05ab14cc428f0f36c141753aa9e0a0f9ae25d4f48ae7d2865ad9c5b451afc41e6d48f9b99d30dc7a74b7ac00bb825c0be8ac16a0aa348a40a4dbd674d269324373624d26fd4e4ba9bba2d3d0b1a46357d3eb9a825c242ab8ae3a4d222b4afda4b57495ed0a4cb1d3912fed3658dd2fd55de86e44b1c98cce473925f1dd166faf046fb78c2567abc96b5591bc869ac64293993b71b46cd565152982585725098be24259baaab2d09180968a244b4b4d9715190b425d69a822524477b9d00455ab6b928e44dc580a8893db12fc71da99072f8193cf62782b644892280f78c3289915f35959caa6379c607196e87382b97ec935842bce9439dd7a056f9d33cfb83329e5ba75aed1e6748deb289c6571429dd3f511d7567d4e3439a0d89038adc375d58c0bb4d9e67d66c308c7fb3088f183a05748cc13df7e531d85d7e07b6ef5ecb68841501b049b0a5191bba775b3f7228230b121013ad8ebb4c2880d66105ec14b1719413714c91004a677695322e0c326b82aae9a103a5148bd4f056e41588d9330020f8396435654985d1a27d5085f0196b8d4f9f6e0f1559872b62d017a112e3ab92f8d22b4da211a2b9422a553c4aa99c7aa9dc7aa2c1ec7ea260e830f4213f444d414a6494687c4370dac4d5cf5c315ef052ebe2923b8404172a00576f17b6f15cc6e3d4f9ad14d33273bb30faa9efd32be085766396018d9f63e2178725a089d0d8e5084760f615c2ce1fa2c746fc9845c982d3f26637f212481a1c6e89aa2be0c860603a0167830f810013bea4ac43fc30047511891be64c27387e318c2b79c9f060e4a576b401b814864d1c56446d8bc4c71747b52abd54e6bfb0dba81212f86471092c508fe9669408f5f122742e494a924256bca8a8c296419dc70ce366b9219daf87ce6b05d314106a1fc45640db9363aa193ee40d9354e36511006b7bb3085e0b560fa842035e5d585df12afa1fd10b1a19b6336b400b5e1596033456e7813ece6e4aee7727247e624952238b4f3754a8ee2c04ad3050220fae95322ef3c30840d97dbf5170918839f80aebaa22a4ab88e34686ede1175d63614b9145d2688d778528e7d143ae0265f550855118932a4d3dc0f24336b14fe79ec1dcf730789e269fe24dda5e71f3cfeeb1ca90801df0b7256b2ae36b23127f4f3218aedd9bdddc134b29924640ef051247424902850c9d0b96369fa02795816cb6c85cdb5046345fc32650019cc636d315e0ca89d308829b40424280be38ecd480297194be372c61a33f659c466b380811f94304731f7d332e27ec69c7c85bcc8807802c03f3db03fc4cfb31852bbf28555f9d2a6068914b8361f70c823e37f441e6200ae84d3195b991516a5daff2f54cedeb3f71596f835fbaca4f32961c02188e7b206f1da0a247d3e34efe17ebda757e7c41abfb2c6f41e53e9450697eed8eaf4c79669cf2776db9e4ef23b09ea95bc1239b7edd1fc7c38b13f5a9928f9027338180091fe70f07479026b6c6b60cf2fac41cf3e3f2e4fc8554b090dc7fd5e7ff0c922a5e03985e3ccdb3d20f9fda9548a33da6f47d697a405a53edaa6698dece37a8530a29363ab6b8d8941bf6ad5220947b2ccad8139ecf407bd4f962e8f375db407bd2918ebb3ea97521be670f8a26f7dab62febf550cbdcb46ed2c6649fdc1a771c42fbcc0c81ea417d3167916b19b81cd7cd2ef0d0058c6d46ae014450817d3c3aefdba9dcd9252a1bd27c5042fd5ea3549634ea6817773ca1cd743c41bf2dd83f6a5f5515c3a2c69773ae33c7c0ce3f1fed1704c630b024a178ab9b17539b4ad8f6d846667684e2f49848f87c36c2bece0a731d41a3c44f10ee308f1132fc98a35027b63ebe5d49a00be9ae756266d3d0bd5235c7c63cf4710cefd370fd444481793cfe42b3d38ff658ea7a0f4db30fd05be413b40bd9a13ee4a5b98e33ec468b70fd09c6b54519f20ff34a8d022adb65fef1f29b250323052b4465d2a042c6f9ee9f882aa0574f19f20eb713d48f0a7d7b6add7edb7f33e686adc6d9b565e349bbd3e2fd6c4470e371a0feda139bcc8cb57022be5aa07d6bab4ecf361e9fbf9f547a486e9f15bb82cc73902162e2d1ef64ec7fdcf3e8f585aa3b084ac7c8acc91d275fae9603eb12ebacfdc492aee427cbb7f69cdbb17c3369cd905d509aad890e055d354ad013fa5f90ecbc927cec34252ce43a8f42cfb504b975afc961d7fcb8ebf6fd9314d8e8bdc02193437d60fe9450e5e34c9c8c3acc834f20b02f28d7ca2483a284403d5a7738f1ca5f204a458ff741e92df73653252ec783a27c9e5a64943767f01587d71820297e59d670847b421fa89220015363ffabbffc3f5cbdf5efdf937afaefef2d73fa5fffcfdaffef68f1ffc7af447ffc77ff8ddfdbf40dbc5e73e72dd4c0e08a11188868391120219c5ff56e673fadf95e38f72f3798493340aa65196a06a8f716e19d1cf73993fe4203e9f7b6e21a9587e478cab1176bd083bd40275e9538849fe35c22377e7050560dfdfff1b4d22fb1d, '2017-09-23 18:42:30'),
(40, 40, 'audit/request', 0x789ced58cb8edbca11dd6419e40bb2200810d7be90c497485114068986a2348a47a24c517e00028416d99238a248998f797830eb7b5741906576d9e403f20bd904c83a1f901fc82ac83ad5cd874663cf24b67393bbb031169bfda8ea3a5d75aa9a48179bfa6da2b7747615a0648313b6837441bfbd4b7451d0d924456996189187d98eaf4b82d049c80a36c6ef329ca467187938a66b4491c881a14d94a42c4c6beb6c10b92828df8938370a43eca67e14963d5b8cf77514f897982d44c39c1487693dc0e13add905e59675b6a8bb4549d8d627fede7cbe16d93a67b9de73f50942538aea335c8a13d92a8b3a3e8bd1f0488571a02f36c845c3f4ca364d36186a02e60a083b1a6cc1b461416a2b4509f33ddfd3ec0aff1f2859ff28adc6ac82af3ecc599333aaf3181bfc5cc00bbdbe839636ce26887795568080d5914a58628cacc14ad50ec17cbf21d1c0c4b6ff6d4d8a6a6b30894f82e2288f0d7f5abababfa2a8a77f52c06eb5d40ddeb30ee06c5094e4f664ebfae152020d7c5fbb4c0e65bfe5bd26a915359e118c77492fc2138bc0bea63142c317237fc12b95b1c7afc155ef228f3c04a327ac35ffaf8ea17be7722d37d2ba5b23add901fae6937285bbff7f735c6c3e03729ae31cbf8c1fc0085eb0c8e809a0af8e3b03e9bd670d879772234b49aefd1865adb25b4d1ac253e6d48858d6e146d7dba5a56405d29ee04e4ac97004b16c7b0a59b93d9b4d7612c636a4ea7c3de89d2f444b7ad6149c35e4b6bb614e42151c14dd5ed90bda22c484f569eb25d03ec3b0d05d2ee02abfb95ba8bbc0b51ec3093b34921497cb7c5db4bc1dfad12c9ddb6e48daa487e5bcd12a1c32cdc245e9d3465152982d85425098be2525979aab2d49080568a244bab96262b321684a6d25645a488de6ad912d456b3256948c4ed958038b92bc17fae75eac343e0e4d3049e0ae99224aa039ed04b46c5625496f2e10b4e3039530c38c1d8bce4dac22567c89c66be82a7c619a7dca99471fd26d7ee725a8beb299c69724293d3b409d755034e343890d896b8568febabb91668b39dbbfc0c639ceca330c1f7025c21f14dfcf84d7d125d819f79f5d39b32de0036082c1522a07045f37aefc7844d125d02267036598d11dbcc38ba8487263282a62b922e08cc60e45021e0af06b825ae1b10267114502f006d61544fd228060f83964b66d4985d96a4f5185f026f78d4f9f6e0dd751872b72702bcc5b87c297c6912a3f50e91178d4aa472cab8348ab8748ab894c5e3b8bc48a2f08330049c084c5196e672482cd320ba48ea41b4e6fdd0c3d755b4968c470c5a620fbff7d7e1fcc6f7a5395d3477739b03807afeabe43c5a1b5587aee7cb8744e0b3e7e5a6f3ce098ad1ee3e658b15359f46de0d1990cb632bcc649c2fa41f38281b5dd16356e1a0e100d0097830f8102136ea4ac43fa310c771149377c980df1d4e1208df6a7c16ba285b6f524e12c88e4c3a998c08060ac388f4c7e07cf0d8c7d11ec7e90d34bfd967c9e61b68441019420690acfc107b9512b2994203dd51b505aa92f429641a6435779b37c9086d7cf926408c6284d055fd212280b03095d987bf8a8ba17d9f8de1b5e063680123c32f4a00f6041a2da43535ad4dfa2ee068e39bc6fe025d372e081b4028116e50ff3fcadb44b95c00291979a33ce863783f0f4f891254f14b5e577e7070a11fd0b8d2a102d849ae8f204dbbdc28c87b0075c2987936ec611a2f4c1a3187a02c4b22e29664a242ea9b5b96160050c9e411c2d6d80232e82ba382a9dc516772e818021c53c2c6e4a031d18aa900034154917ecbe68241d79ca5be3e67f539fb1922e7f390817f28653ea196a0e8f225b6fc31b23ae00895db0f21b82deaf29cadcd4b38a9d1ffb1a5ec1d7b5763897fb19f54393db9293812e2412cb1ba06154dc082ed77903dee6862989af62bd3a62cad529a8694629bbda16d1ace62ea749dd9b4605ca8bc8b9afacc71268b336bea7cb4c6568a0986351e8390a1357ebcd086398e397616e7e678e09c1d17da24915041963d1c0cc74f96dba5ce1998b3e80e40e48fa7e62e6d74de4ecc2f497a151e5dc33027ce71e54d14d141dbec9b3639d0ff5afd2d09477a17e6d8b07ac3f1e0c922fce1a2f3ee78308383f9ac4abcb2dcb0ac1743f36b3dfebfadc769fe9874f3f82495349f2531bff4433dff216f096d91df324e7362594c87833190884d4f0d9ca20cd772d8ea3bafbbf928297abb7b5216f352a3d9905accb359e85f3f678e2b7be20dc5ea7177647e94830e53babd9e5d848aae3f5c3fb16c1a47103c9a508ed9e6c872cc8f2d8466cf32662312cdb665e54b61053f83ab7ec243c4ee308e113ff5d3fcda4128ce365fcecc2970a97166e6bb6de66179c4816f9cc5044277f8e61e4c447439f8897aa57bf68f0aee04d06fa2ec97f81aed80e11a6eb4abcec2b08710a3fd21d07081a8a23e22fe7102a1d78dc67eb37f0064093228525aed66b3dc60956566f6398505b0f877f4f4f06643f867d075ccd7ddb78b212065f7bb86595cff8cc190171be203879bd8966319d679711123b452cdba775a23d339b32adf2f521dd9350cdb6f2131da0503962e2d1ed6ceece167db2356a7519e84ac3c25e608748d5e821753f3bcff892bc9ddb1dcbe331c998bfeb9d5059b3d804e50c5b6242a6a4394a5eae80e53c947b9c324722985301998cee1465821f8b51afd5a8d3e568dd262b4ccef48a7b5a87648f10581d0445fb87a99ed0b92869c5f0c94899fd224487d3cff174c511401e5fcc76b8122d7540541b9e2f1baa0d8374ddc790e01c2f8e2220112d6adaf0b47b2210a0910109d173ffb5bf0d3cdcbdf5cfee9d7af2efffc973f66fff8dd777ffdfb4fbe9ffc21f8f9ef7f7bf74f40bbfc7844287f7a88d416a149308c94ec482fbfca2f16f4bbfcf1279ec522c6691687b3987e26935a0fb96615d38f3db9531444ba58f85eb953b1fa2a95d463ecf93176e90934a5a7588b7c54e791b7f3c39234efeefe05d5bf6faf, '2017-09-23 18:42:36'),
(41, 41, 'audit/request', 0x789ced594b8fe2ca15de6419e517646159b2d47d05f8858d31e924b4313499e631c6cc434242855d80c1d88c1ffd9856afef5d455196d965931f90bf904da4acf303f207b28ab2cea9f283a6677a929eb937c96210d8e57a9c73ea3cbe3ac7205daceb77b1ded0d9a58fe2358ed916d205fdee3ed6454167e30425696c842e665b9e2e09422b262bd808bf4b719c5c60e4e288ae1145420786d6619cb030ada9b37ee820bf7826e49c3008b093786150f46c31de5791ef5d6136270d73121c24551f07ab644d7a659d6d8a1269a93a1b46decacb96c3d33a49f63acf7fc0288d7154452ba0437b24516707e17bcff711afd404e664801c2f48c278dd62fac0ce67a083194d98378c28cc4569ae9e32edfddec7aff1e28597f08adca8c92a73f2e2c21e5c5618dfdb62a6879d6d78ca18eb28dc615e156a424d1645a9268a3233414b1479f9b24c82c3c692db3ddd6c5dd359044c3c07118df037d5ebebebea328c76d53482dd3ba075b7c5386b14c538399bdaddaa962b01390ede27b96ebee1bf21ad06b1ca124738a293e40f95c33bc03e42fe022367cd2f90b3c581cb5fe3058f52177649466ff92b0f5fffc273cf642ab75230ab5281bc6045bb81d9eabdb7af302e06bf49708559448fe6fb2858a56002ba55d03f0eaad3490507ad7767424dab782e6da8955d4c1bf54aecd1466168270cb71e5d2d2bc0ae20770674560b504b1a4520d2edd974d269312363624e26fdce99527745a7a96149c36e43ab3714e42251c175d569115951ea27674b57d9ae40ed3b0df9d26e83d5fd52dd85ee46145bccf8629c5312df6df1f64af076cb5872b60d79ad2a92d754d358683173278e96677559458a20d65549c2a2b85096aeaa2c3424a0a522c9d2b2a1c98a8c05a1ae34551129a2bb5c3404b5516f481a12717329204e6e4bf0e31ae71edc044e3e8fe1ae902e49a23ce00ebd6454cc4765291bde7082c999a2cf09c6fa25d714ae3843e634f315dc35ce38e7cea594ebd6b9669bd31a5c47e14c9313ea9ca68db9b6ea73a2c101c5a6c4353a5c57cdb8409b6ddd67368c70bc0f83183f087085c437f1e337d571780d7ee656cf6f8b7803b54160a91001b92b9a377b2f226812eb122081bd4e2b8cd86486e115dc349111345d917441607a039b12017f35c02d71d5803089429f7a01700bc26a9c84117818b41c32a3c2ecd238a946f80a70c3a5ceb707efaec290b33d13e029c2c543ee4be308ad76883c689422a553c4a591c7a59dc7a52c1ec7e5260e830fc210f444d414a6494687c4320da24d5cf5c315ef052ebe29a3b5403cb2a10576f17b6f15cc6e3d4f9ad1453327dbb30faa9efd2abe0c5746d9a1ebd9f23e2178725a089d758e5184760f215b2ca1f93c746fc9805c982ddf26637f21fc80a12c744d119e900503a033f060f021026cd495887f86018ea23022cf9201d71d8e6308df727c1a38285dad134e128844269d4c4684cdcb1447b727b55aedb4b6dfa01be8f262b80421998ce0b74c03bafd92381122a74c2529595356a44f21d3e03473b659938cd0c6e73387e58a013208e5179139e488e8844eba0365d738d9404118dceec21482d784e11382ca945717be253643fb213ac3638ecfd00284862bf514b85394863bc1694eee7a2e27776402109224929b76fa94643b0ff46dc37975fd4572c4e00ea092aea88a12aea3063437ef88d66a1b0a508a46c4919a4fcab18f4207bce107154255a832a4d3dcdc9291350a373c7682e7595da2b0995fc9e3d2f30f8efdc36ca9f074df0b7256b2a636b33e27f4f32e0ae1d9f1dcc134809924640e2851e468245e281e11acbf63694602a95516b26c85cdb5047d459832659ce8cc636d315e0ce09c308829b40424280bfd8ecd480297194bc36fc6ea33f659c466b380810f4a98a3d0fa5919583f674ebe30d5d149f000889f1e781d82e559d4a911f9c2847c69409d84051c850f38e461f03d910787875d9cced8caac301f55f57fa05ff69ebdafb0c489d967258d4f0903d6276ecaeac4452b90c8f9d0bc8733f39e1e8713d37a655af46c52e9e1043e68999dbe651af67c62b7ede9243f67a0dec82b890bdb1ecf2f4613fba39585924f3046c32110e98f864f971730c73687f6fcd21cf6ec8be3f2821c9f94d0c8eaf7fac34f161905cf296c67deee01c9ff9f4aa3d8a3fd766c7ec9515feaa36d18e6d83eae3708233a68995dd32206fddeaa0e4938e23b3787c6a8d31ff63e597a3c5e74d91ef6a66098cfaa3fca9d1ba3d18bbef9b50af9ef5621f4901ab7b3f824f5039fc611bff0023dbb90a798b6c8b588d30c58e6937e6f08206251ab815314e15a0c8fbaf6eb76364a52fdf69e1403bc54abd7a40673320dbc9b53e6b89e21de90af1eb607e64731e830a5dde95879a8e8fae3f5e39145e3088247138a31cb1c8c6cf3630ba1d91919d30189666b34ca96c20a7e1a43adc043c4ee308e103ff192acd8221067992fa7e604b0d4b8303369eb59581e61e01b7b3e86d0edbf79a02642ba187c265fe9c1fe07397682d26fc3f497f806ed00e16a4eb82b6d61587d88d16e1f6038d7a8a23e41fe6900a145566dbfde3f5264a16460a4349a75a510b03c65a6d625550be8e2dfc1d3e37a8ee04faf6d9bafdb6fe77dd094d56d1b665ef41abd3e2fd6c4470e37b646f6c8185de6e527819572d6036b0d4cfb6254fa7e7ed411a961d87a0b07a3952360e1d2e261edd4ea7ff67ec4d21a852564e553648e94aed1d27f3e312fbbcf5c492ae6427cbb3f30e7ddcb511bf6ec82ea04556c4aa2a2d620b768c2a734df613a791d799848ca7108959e691f6ae1528b5fd3deaf69efff34eda5596f9148209d26bdda2197c8918a6614794c1569457e1a4072910f141906c563a0fa74a29143529e6d14f39f4e3af243adcc3c8a154f2720b9dc3443c80e2b40a62fce46e064bcf374e18836843a510440c0e6277ff37fbc7ef99bab3ffdfad5d59ffff2c7f41fbffbf6af7fffd177e33ff83ffdfd6fefff09da2edecd91b36572808306c163d818a90d905efce9319fd3bf3d8edfa0cde7114ed2289846f42da4d4780c6acb88be4bcbfc2147ecf9dc730b49c5f2a55f5c8db0eb45d8a116a84b9f8247f29f058fdc9d1714e87c7fff2f1257d5fe, '2017-09-23 18:42:36'),
(42, 42, 'audit/request', 0x789ced58496fe3ca11bee418e417e4401020decc83246ee2220a46225394ac8cb50c45cd0208105a644ba245911a2e5ec6f0f9bd5310e4985b2ef901f90bb904c8393f207f20a720e7543717599eb19399c94bde610c996cf652d5fd55d5574522436c1ab789a119ec2a40c906276c1b1982717b9718a260b0498ad22c31230fb36ddf9004a19d90156c8cdf653849cf30f2704cd788229103439b28495998d632d8207251503e13716e1486d84dfd282c7bb618efeb28f02f315b888639290ed37a80c375ba21bdb2c16aaa465aaac146b1bff6f3e5f0b449d3bdc1f31f28ca121cd7d11ae4d01e4934d861f4de0f02c42b0d81793644ae1fa651b2693303501730d0c18ca7cc1b461416a2b4509f339dfd3ec0aff1f2859ff28aac35649579f6e2cc199ed798c0df62a68fdd6df49c313771b4c3bc2a3484862c8a52431465668a5628f68b65f90e0e074b6ff6f4b04ddd601128f15d4410e1afeb575757f55514efea590ca7770175afcdb81b1427383d9939bdba5e80805c17efd3029b6ff96f494b235659e118c77452f343707817d4c7285862e46ef82572b738f4f82bbce451e6c129c9e80d7fe9e3ab5ff8de894895894aa9ad4e77e4876bda0ddad6effd7d8df130384e8a6bcc327e303f40e13a031bd0b3820170589f4d6b386cbf3b111a7acdf76843aded12da68d6129f36a4e2906e146d7dba5a56405d29ee04e4ac97804b16c7b0a59b93d9b4db66c6e6d49a4e07dd13a5e9896e4bc7928e3d4d6f6a0af290a8e0a6eab6c95e5116a4272b4fd9ae01f79d8e02697781d5fd4add45de8528b699c9d9a49024bedbe2eda5e0ef5689e46e3579a32a92df52b34468330b378957274d59458a20365549c2a2b854569eaa2c7524a09522c9d24ad36545c682d0545aaa8814d15b2d3541d59a9aa42311b75602e2e48e04ff9c76eac34de0e4d304ee0ae99224aa03eed04b46c5625496f2e10b4eb0384b0c38c1dcbce45ac22567ca9c6ebd82bbce99a7dca99471bd26d7ea70bac67515ceb238a1c9e9fa84eba801279a1c486c499cd6e57a6aae05da6cfb2eb7618c937d1426f85e842b24c08923bfa94fa22b7034af7e7a53061cc00691a5420814be685deffd98d04962484005ce26ab31628b19459770d34546d00d45320481e90f1d2a043cd904bfc47513e2248e02ea05a02d8cea491ac5e061d072c98c1ab3cb92b41ee34b200e8f3adf1edcbb0e43eef64480a718970f852f4d62b4de21f2a05389544e19986611984e1198b2781c981749147e108780138129cad25c0e09661a4517493d88d6bc1f7af8ba0ad792f2c88196d8c3effd7538bff17d694e17cdddfccc01403dff55721eadcdaac330f2e50322f0d9f372d379e704c568779fb3c58a9b4f23ef860cc8a5d98a6332ce17f20f18ca4657d4cc2a181a0c804ec083c18708b3515722fe1985388ea3983c4b265c773849207cabf159e8a26cbd493949203bb2e864322298280c23d21f83f3c16d1f477b1ca737d0fc669f259b6fa0114164081940b2f243ec554ac8660a0d7447d516a84ad2a7906990d6dc6dde2423b4f1e59b00318a194257f5434400a1612ab307bf8a8ca17d9f8ee1b12064680125c31525007b020d0de94d5d6f91be0b306d7cd3d85fa0ebc60561030825c20deaff47798b28970b2025336f94863e86f7f3f09428411557f2b8f283830bfd80872b1d2a809de4fa08d2b4cb8d82bc0750278c9967c32ea6f1c2a4117308cab226226e49262aa4c0b965690500a54c1e216c8d2d2083be322a98ca1d0d26878e21c031256c4c0e1a13ad980a3010441519b76c2e1874cd59eaeb73d698b39f21723e0f19f84329f309c50445972fb1e58f9135004728dd7e08c12dd190e76c6d5ec2490ffd1f9f94bd63ef6a2cf12ff6934aa727370526211ec49253d7a0a2095838fb1d648f3b9a18a696fdcab2294bab94a621a5d85677605ba6b3983a1d67362d18174aefa2a83e739cc9e26c3c753e5a642bc504733c1a8190c178f478a50d731c6be42ccead51df393baeb44922a182c6f6a03f183d596f973a67709c45a70f227f3c45777946e7edc4fa92a457e1d1314d6be21c97de44111db4ad9e651383fef70a70493852bcb046e6b83b18f59facc21f2e3aef8cfa33b0cc6795e2d5d1cdf1f8c5c0fa5a90ff6f0b729a40269d3c404929cd6749cc2ffdd0c82fe429a12d722d03356796c574d01f018bd8d46ae01465bc96c3e39ef3ba938f92aab7b32775312f359a0d49639ecd42fffa39735cda136f28568f3a43eba3247498d2e976ed22560ce3e1fac9d8a68104d1a30be5986d0dc78ef5b185d0ec8ecdd99084b33d1ee74b61053f8397fd848790dd611c237eeaa7f97b07e138db7a39b3a640a6e69995efb688cb23127ce32c2610bb8337f76022a2cbc14fd42bdd3bffb0204f00fd26ca7e89afd10e28aee146bbca16a63d8018ed0d80870b4415f511f18f33087ddf68ec37fb074096208322456b2952b9c12acdccec730a0b60f1eff8e9e1ab0de19f7ec7b15e77de2e068094ddeb9856f1fe67f607bcd8101f38dcc41e3b63737c5ebc89115aa966ddb3d6d072cec695ef17b98eec1a86edb79019ed82014b97160f6b67f6e0b3cf2356d6282d212b4f8939025da76fc18ba975defbc495e4e5b1dcbe33185a8bdef9b80367f6003a41155b92a8690d41565bf05799ef309d7c9a3b4c246fa6102a7dcb39bc1656287e2d49bf96a48f95a4b4222d733c326841aa1fd27c412234d917ee5e66fc82a821ef170365f2a75409521faf010ab6280a8172fee3f540916faaa2a05cf1786d50ec9b26ef3c8f00697c71a10049ebd6378423d91085040888ce8b9ffd2df8e9e6e56f2efff4eb57977ffecb1fb37ffceebbbffefd27df4ffe10fcfcf7bfbdfb27a05d7e4122b43f3d44aa46a8120e46ea766494dfe6170bfa75fef83bcf6211e3348bc3594cbf9549da43be59c5f48b4fee1405992e16be57ee54ac3e4d25f5187b7e8c5d6a81a6f41473914feb3cf2767e5812e7ddddbf00cd747109, '2017-09-23 18:42:57'),
(43, 43, 'audit/request', 0x789ced59cb6ee3ca11dd6419e40bb2200810b02f24914d8a1445c549648a9295b1258d44cd031020b4c896448b22357cf83186d7f7ae8220cbecb2c907e417b20990753e203f90559075aa9b0f599ef1249eb937c9620c9bec6755773d4e55d1d84075e32e361a06bff471bc2631dfc28664dcddc706920c3e4e7092c666e812bee519b224b562ba838fc8bb94c4c919c12e89d81e84281d985a8771c2c3b2a6c1fba183fda24fc93961101027f1c2a018d910b2ab62dfbb227c4e1ad6242448aa3e0956c99a8e2a06df440a6d69061f46decacbb6436f9d243b43143f6094c624aae215d061233232f88bf0bde7fb58546b127774811d2f48c278dde2fac0cee760801b4eb8371c92e6489e6bc75c7bb7f3c96bb278e125a2aa346a8ac61dbd38b32fce2b9cef6d08d723ce263ce6cc75146e89a84935a9a62024d71052b8095ee2c8cbb76527d85f2cb9ddb1cbd67583c7c0c4733095887853bdbebeae2ec3685b4d23b8bd0352775b9cb3c6514c9293a9ddadeab910b0e3905d92cbe61bf11bda6a50ad2c494422b6a8fea1704407d847d85f10ecacc50576362470c56bb21071eac22de9ecad78e591eb5f78ee0962cc905a70abb21379c18a0d03b7d57b6f57e15c028693900ab7881eadf771b04a4107ecaea0001254a7930a095aef4ea49a5ef15cd6d02adb9835ea95d8630d39bfa413861b8fed56546057903b013aab05c8258d2238d2edc974d269714373624d26fdce895a7791d3d489ac13b7a1d71b2a763152495d735af4ac38f59393a5ab6e5620f7ad8e7d797b49b4dd52db86ee25422d6e7436ca29a1771bb2b992bced32969d4d43596baaec35b534965adcdc89a3e5495dd1b02aa1ba26cb04a185ba743575a163092f555991970d5d5115224975b5a921ac2277b968485aa3de90758c487329614169cbf027344e3d784982721ac35ba543b2cc78c01b46e92cca6715399bbe14244bb0902f48e6faa5d094ae04531174eb15bc75c13c154ee554e8d685665bd01b4247152c4b90ea82ae8f84b6e60bc814806253161a1da1ab655ca0cdb7ee331d4624de85414c1e78b84a1d9c1af29bea28bc064373aba7b785c381d8c0b3347081dc16ad9b9d175138890d19a0c05ea7150e35b94178052f1d71926ea8b221495cefc26644c0924db04b5235c14fa2d0675600dc82b01a27610416062d87aea870db344eaa11b902e07099f1edc0bcab30e56c4e24e845a4e8e4b6348af06a8b69476714199dc231cddc31eddc311574e8989771187ce08720272aa6304d323ad49999175dc6553f5c895ee0929bd25d0bc8a3175a1097bcf756c1ecd6f3e419db3473b23bfb20ead9afe2f37065960386916def538247c7c5a1b3c1118ef0f62166a3129b4f43f7964e2885daf26b72f617e20f286a8caf19c453a58102f0095830d8104536664ad43ec380445118d1be6cc2734be218dcb79c9f060e4e57eb4490257a228b2da633d2e5cb9444b747b55aedb8b6bbc43730e4c5f00842ba18c3df320dd8f54be2f4103965769292356345c754ba0cc299b3c99a7486353e9f396c574d388354fe62ba86c6884ee8a45b10764d504c1c84c1ed364cc1792d983ea2b0cc7875e1b70467683f8467e8e6000d2d806878324b813783697853a01694aee70a4a07e9142190aad0977efcd4d1b61e08dc868875fd450789c11e40265da42199d471039a97efa8d86a970ca1549d9e436e3e798e5d143a600e3fe82134155161c8c7b9be65336b1476786805cf53bbcc70337fd2eed2f3f796fdc35ca93075df0b72568aae35b33127f4f32186e1597cee10e6c15c12727b9828b234ea300c90681675c7b39c0492abcc67f90a9f4b09c60a3fe54a4731b8c7d2e2bc18d039e130574809483016c61d9f91042e339ef9df8c3766fcb388cd6601073f38e10e7ceb67a567fd9c3bfad264c7a0de03307ebc67b6f7966791675a140b1d8aa5060dea17100c1f70c8fde07b220f160f407f3ce32bb3427f4cd6ff8180f97bfebec2532be69f95373e7518503fb553dea0365a8154ce87e63d44cd7b161027d6f8953566d14963e10942e9d8eaf4c79669cf2776db9e4ef2480325475e4c9cd9f6687e369cd81f2d2ed47c81391c0c80487f3878bac28035b635b0e7e7d6a0679f1d561834803242c371bfd71f7cb2ce28784ee13af3760f48feff141bc51dedb723eb4b827d298fb6695a23fbb0e4a08cd8e4d8ea5a63aad0efaff090a503c6736b600e3bfd41ef93d5c7e34de7ed416f0a9af9ac12a4bcba391cbee85b5f0b91ff6e21c2c2d4a89d39282d21c4348ec4851718d983f662d6a2cfc2513364994ffabd01a0c898690d8ca2f0d7627ad8b55fb7b3599aedb777b41e10e55abd2637b8a369e0dd1c7387250db5867cf7a07d617d1484f64bda9dce38f715c378bc7f341c334702efd1a5626e6c5d0c6deb631ba1d9199ad30beacee3e130db0a3bc4690ce582082ebb2524c2e2c44bb27a8b62dcd87a39b52600a6e699959d36f7cb03107c63cf47e0bbfd370fc444491793cfe42b3fb8ff450e9e20f4db30fd25b9c15b80b89a136e4b5d98e33ef868b70f389c4b54d59e20ff3482b03aabb65bef1e09b2103230521b4d55290e588699e9f89c890564f1eff0e9714947f1a7d7b6add7edb7f33e486adc6d9b565ef79abdbe886ae891c18dc6437b680ecff30a94c24ab9ea81b62e2cfb6c58da7e1eebe8a9617afc1622e33847c0c2a4d17eef74dcffecfba0521b852614f553640e84aeb3ea7f3eb1cebbcfdc498be6e2f876ffc29a77cf876db8b30ba29334d49451a3519354b954dd7e29fd1cb95f44ab7170939e65ef4be152825f93deaf49efff36e965396f91456083a5bcfa3e91c8618aa513b9431539451e0a20b3c8278af4828131507d3acbc8f1284f358af54f671c79442bd38e62c7d3d9477e6e961e64910a60e98b5311088b779e211dd0065fa782000cb8fcc9dffc1faf5ffee6ea4fbf7e75f5e7bffc31fdc7efbefdebdf7ff4dde80ffe4f7fffdbfb7f82b48b6f7334b04cf678d0a0600c17a39501368aff7acce7ecff1e875fd0e6f3882469144c23f615526e3c46b465c4bea565f690c3f57ceeb9c54951f9d12fae46c4f522e2300dd4e54f6123fda78588ddad1714d07c7fff2f451cd63f, '2017-09-23 18:42:57'),
(44, 44, 'audit/request', 0x789ced58cd6ee3c811bee418e4097220047031b391c47f8aa260243445c9c258a246a4666681058816d99268f16ff8e3b577e073f6b40872cc2d973c405e21970039e701f202390539a7ba49cab2612db20936c8610f369b555d555d3ffd5551481764fd53a10ff4ce3642c51e179d11d279fdd343a10bbcde294a5456859906b8330a7591e7470591e8e4f863858bf20aa300e7546648d400679f166507760df54e94fa286adf89363f4d12ec97619ab49403c6590f45e12d261451d13b55b6cb41692f4c0aec5739ee35a60a2aa2778456b42a70de433b9cd4ea45e0cdd3afc328429cd2e7995773e487499916fb11334b4a1c3140606c87f9c008bc27889efa9a31b22cc2eff1e64d58728a34e84b2af3eacd953bbfee325178c0cc14fb87f43563eef334c69ccaf7f9be2408625f1024c6415b94878d183981aa7790efe38c1e47034f4a7c5772fb328eba08ec843e228e737784f28bbbe7d4381a7dbce0fbc36e18834fdc577893354b9425bbeee7dce794af11e50312ff2dce714ede24096cedcb32d339ee1871ce87b8e428da60e4efb90df20f380988560e5501784bb8f75c9804f8ee9706a15884e06094fb7b56b90c0356195f7cf6028744ddabd9e24bfc303b27d9e4d18b71b94fcfea4737e8eeac86b42af1396650e53494e7f8318ed3fcde8bcfabf7738c4a4c4f462b4a6913dac3899f0661b2a36488feeeeb30eb3201862b53e22eb3c99fed8f50b2ab2077842c435de2a4b776ba38a953d80d03ba50bb71411772b708e9426ceac84fd34348a52505ccb5ea2e40cf6e3362e05ae470a4fb8bb5331e31b6e9588e331b5f287220f8430d8b1a0e069a3c5050800405cbaa3f22674555545e6c03e5b083aa8b351489f10d56b3ad1aa7c18d208c98e5d5b2d1247c3ce0c32d1fc6db42f40f0369af2a623854ab821f319e5fe4db0b595291c20bb22a8a581036ca3650958d8678b4554449dc0e34499130cfcbca5015902204dbcd805707f240d49080875b1eb19221c21f3bb80ce1c1b3d265014f85904491da802750095768b89258b36f58de622d21627973ff961df2b7ac29b19af50e9e1a6b5eb29762c54e647668b0da801d2bac65b1bccc6ada9235d488154c16340e45763066276a6d05d69dd1439dc31c17590ae073826d0ac13641d43b1f7acbf42bb87841eff2bec521081b008e0ac8d0dc4deb2e0b734cf14a041474f755971186cc22bd85872630bca62ba2cef3cc74ee522592de31e19ae29e994241a611ad02b096a4bda24c73a83058f964479789aba20448bc05cc0c68f16570db7bc0f20f173cbc0160362f4d2d2d73b48b11c524aa91eaa91113cc824180829e7b9fd5002c9fc01614da1ee5052e2fd6eea4a7d10091f8905bd83a5f8425ae61e408812dbccbe07b033c5ffab56311c4f34b0744cce3bbaed71233a2e3d5ebf66035718972149f7624e1d8792ed3e0fe9101861d6bf5ce5a119224927481f52bd75d7a57b6e3bed88f946683692f1696e9ceecc5cb4d49e29b8debe574658c2d6fb6702c73bdb2bc95f5766d39aef3a433b56ad77020cf985a0bf7ffa33d91d8d18319a6692ddd1fbc49912c527b2b6b62ad48667e6c553f54ab12f927b9f5ac85698f678be977f6abe742d7c662ba8682fd8f9ad6b1ba4cdb7e33b37e6c5dffdbd64527efa5e15eb54d87ab8a9cdb84895eff236f055d91ff346147c8f49cd97461b80068840e45d1c258cbb627ee7ba3e64a906623231d8413fb725f1c30afd64978f79a79da04493534d20b636ebd08bf8f5b8cf1b84607bda3ebcfe597f68a6215a089c6b7bc9535b75deb2541588e6d733d07d8f556b65d8b8204b706302838686831c639e24813aabf2864a28ee2b8e79857567d5ab986a97603b408d7fae07a4bc0b2d987933011d52df37bda154ffc9fcf166dd0efd3ea57f80ec580fc7d3f8d8fb9305733b8a393d9b5d5465451cfa83f0fa81444fbd93e7b16c836c86048190c15a5c58da9e15aef8d2fa0e3b9d66a62985633e198d31927f4856785b25cd9ae6ddad7cdac41e0e0b8eb24ca73cbbdb2c74ddea696db4603b8ab2f3cc75d35c0d556a2f028ba5ecd686089e7679d3c16501db2365ca4f5fc9b91d1e850e739d6f5e47b4a0adae361ddd9dcf226d7b6011e0610275e1586a23094fa8aa8362e9f6e25dfd78f9bc8acd586a71d72c815a7c3ccc9d4d3c22d82974ff4e4a7df1e0a45f1dda671aa05df26f600c10da3c5e136b8e7e1b829800693dbfde7a1b9b9fa477c6e25cec374736e8aa3f5958642f8af311bf0e353a8f34f7443bc4920200f373ffb5bf4d3fddbdfdcfee9db77b77ffecb1fab7ffceed77ffdfb4fbe59fe21faf9ef7ffbf04f187ddbe997dc40e731050352fde018191e91defe94e279f4c794a783abe7e5b8acf2649dd3015f1c3cafaa6d4ea7f1c72a96895018b427158ee375015f00017c63f83403b2f85df549a6200e057198b473fac3c3bf00beba7d3e, '2017-09-23 18:43:13'),
(45, 45, 'audit/request', 0x789ced57cb8ee3c615dd6419e40bb2200410987124f1253e44a181b0a9925a9896a821a99931608028912589238ae49054bbdb835ec72bc3f0d23b6ff201f9056f0c649d0fc80f6415649d5b4552fdc8b4014f60c30b37d062b1eeb3eee3d42536a581f9be3475b3b34970b9236567844dd17c7f5b9a926876ca0a57c7d2ce22d219c5a62c8aa3924a740af2ee48caea82e088144c6648d5006597955507b8866627c9429cb4ef545b98a52909ab384bdb9d3d21790f27f115a13bb26a768ef9b600a5bd382d49782c48af31553211b323b5a2c792143dbc2569ad5e06da3cfb224e122ca87d917b36c7619c5659b91b71b3b42209071b9ce3716f38490c2439d09e73569e27e43559bf882b4155f4bea271cf5e5cf8f3cb2e97c47bc24d49b8cf9e73f6aec80e44d0c4bed8572449ee4b92c27978838bb811a31e6866078721c9993b069ca422d795b0ab0e4917839d38c4f4e0c235ddf9d3f5e3dd43327a7726f687ddf80067123e27ebbc59e23cdd763f113e6174832ad769fc37a420057d1bc810f4aaca4d4138055c08212c054ed604873b618dc33d4923aa5460b1525b577b240db3284eb76c1bf46ebf88f32e171128868a74b975f1883fc1e9f6085e31c3107192f6565e97a4b573dd38620bad7b28d962d02d63b6909b088559b68f99b4a282b956dd19e8d9ae471c24bc00976ece56de78c439b6873c6f363e530791140e0d221b24d28d81aee2084b2a1968e188fa8a8f4975b689d4fd16e2793070221fde122ddf68872c7a2b49236e79b16c3449eff6647f25c6874d29877b5dd969aa1c0fb563298eb8202c8bcdd940d1b02a4a034d968924add54da4a96b038b78a3ca8abcd10d455588280ed4a12661558a366b5dd4f4812e1b5822c38d8879c592e19fd7cf637888bc725ec253a55bb2cc6cc0137629556aa88a5c93dff222e29194f0a2bd7bc90fc52bde567803bd82a7c1dbe7fcb97ce427037e68f186ce8f551e215e1cf086b1e42d2de1259b078d4399d7c7fc44abadc0ba33baad73589032cfa0adee75ad4abb56820a7ad35b669f434945bdf39bb6c3206cd04a1ad47c5375e83a8f0bc23a5186fef677c72e270db94576050f43e244c354655314b9e9dc674a14b3634305929e9d413d6609ab02b09666bdb2ca0aa830588594a3cb1d8e6505cd7e056810b1e2cba1907b400af76722bc0114342f4d2d2d0bbc3d60d66d4c23d3536301980583d0033dff26afa16570af21a1d076b8284975b6f2273d830588c6273b56b5026086c624dbacb811e23422d7a7066fc14b85a3357df559581f2e81987e663762f669cf346ba919d5f3ec79eb60bdb9c4053edcc75ce984ade75974734700e31e725f21976e290cb3694a5d349eb9c8f603cfb7fc95c71acbec004e37107ce1fbcbe0c2f1fc0f42b2da30d8ce62014a66cee2c3b8ac880de36a3975ad310a660b0fd92b17052e7ab9429eef3d00e756ed0a3c0eac295af8bf0e84a6c1658e59b68d96fecf8ed334cdcc9e8b26c8a5a9fb18b496c5075e0768613be3d962faa390fd58e8d25a4c57908a8fc2ed53dc6cc7793143bfa1f72f8bde6cac5a5afe458bbbc2b12c84759c9af50f7d2bd98afeb2849dd022f066d3052083cbb20645d136684b7626fe6baba62a90662ba7202ac8fd415fd6b967ab34be7ece3dbc07683534d20b6b8e3e082c772cd678ec36a8649a8fe5978ecbba107ac2105b9a8be68e8f3e2408cbb163afe6002881eb38b52848082b18054b0130fd404881052faeea4b8ae278835081675fa0dadb41dd812d03809f8fdef8c112ba74f6e65e98a8ea96f813edcaf7ce3f9f2ddaa0df64c73f936b7c004ceb87d9e1940bdb9d418f4e6697a88da8aa3da1fe69ac60f7543fdfe58f02d906190ca9fa50555b074f57c7cabd646181633fadfd7faf438a3d53cb47afad4fe13ef0913bb16cd40c0af67426487de951b12d5dc7776ce7b2b9b229a49cb8ee656a8efc0b67dce47e8afcd661a0ba9fc245e736e0d756b37427ba72671f7514e9948436018afa632a1ec4da609352e0a1cbc94f94948c3bd7fdd91c05934bc782f3461035519386324c557dd118d2bf53d6eed8e927d91d231d62da80b55303050e76f9df1b235a10c7f0f29e797f7fa857d9ddb05d37076b21bdc906007b4368d19df502687d1ae49b926890bee57f1af01b4039a17e2bf134f8377e3374ae8102f2ff7fdf04804aef63537ca01be24d03017978fb877f26bfdfbdfcfaeafbaf5e5dfdf0f7bf1dfffded5ffef1afdf7db9fc6bf2c7efbeb9fd0fcc94ed5849fbdabb4b814efb010e46872d6cb65fdf41c0bebf1f4e82415090ea58a4ab824dceb2feb8b236051b73ef868501158aa3d653e934b396305a4730bc87553b853c5da3f4cb5ac0d1214edb16b9bdfd2f4d9ad653, '2017-09-23 18:43:18'),
(46, 46, 'audit/request', 0x789ced57cb8ee3c615dd6469e40bbc20041098b125f12552148506cca64a6a615aa286a466c68001a24496248e28524352ed6e0f7a9dac0cc34befbcf107e417b20990753e203f905590756e1559ea077a067e20411659482cde5bf751f771ea125b4acf7a5f5a7dabb54e71b925656b882dd97a7f5b5a8a6cb5ca0a57c7d2c963d21a26962acbc3924ab40af2ee48caea82e098144c6640d500679b97550b760dac569a4738e5ef545b94671989aa24cf386547c8a183d3e48a508aaa5bade3615380d24e9295243a16a4d3982a9988d552b8e8b12445076f4856ab578137cbbf49d2144b7a57169ecd709464555e6e87c234ab482a0041707de18da0c8a1a286c673c13e1c52f29aac5e2495a46bfdae6608cf5e5c04b3cbb690263b224c48b4cb9f0bceb6c8f74432e4aedcd51445ed2a8a26f8788d8ba411a31e18560b47113930774c384945ae2b695bedd336063b4984e9c1a56b4af9fcfa31759f0edf9dc9dd413bd9c399a4afc9ead02cf121dbb43f933e637c932aefd3f8af49410afaa683e16d551d2c493a055c8a202c054e5704475b6985a31dc962aa54027b649317375292c5e49a454ee78e774816e571926d1819ac6cbe490e6d2126501a15690babe2d1fe14679b23f848c93d883fc93a4bbf4db2dad57612b385d1de976cd16b97095ba84dbca23cdf254c5ad3c11c5777067a36aba100e92fc0a59bb3a53f1a0aaee323df9f8ecef45eac440393a82689fb66afafe3182b3ae919d190fa8a8f6975b68ef5dd06a2bb3771aaeedf12e3b036f679fc565186c2e262d16852deedc8ee4a4ef6eb528d767d6d6be86a32308ea53c14c2a82cd6673dcdc0baacf40c55258ab2d2d7b1a1af4c2ce3b5ae6aeaba6f6aba4664b9a70f0c05eb4abc5ef565a3dfebab2656c8602d6351b355f889fdf3041eb2a89d97f0d4294955990d780295729586aba935fbad28231129a9283bdb97e240be121d4d34d12b789aa2732e9eab4771dc1307b668f6c5912e2224ca3dd13417a26da4a2e288a071a08afd9138366a2bb06e0d6feb1c16a43ce4d064f77a58a73daca856eb4d67917f0d051677ce6f78bf41d8a0b10ce880a606d1f5212908eb4b15ba3dd81edb823210e6f9153c4c45904d4b572d591626b38029d1ac9603f5483a4e0ed599a7ac0ac05a9677ca2a2fa0c26015d11d6d617f2c2b68fd2bc0869815df01caba03ac687726c31b0043f3d2d4d2a2c09b3d66bdc734323d3532805930081dd1096e0e35d0f4eeb52714da161725a9ce96c1b863b200d1f8e4c78af0823fb54d54105c9359bf732cd34161d3665f45f5e95208ea574e23e79c6896554b394cd1b3e7dcc59abac005dedfc760e584b5e7797c73c700eb3ef25e218f923486e1d44f0f8da61e7282d00fec60e9b3d6b25a80db0d245f04c122bc70fde04988d69b0d8e3b9f8392a93b7f1aa735b9d9b85c4c3c7b84c2e9dc47ced243a1875e2e911ff80fc09aab5d82c7a13d41f3e07f03b169709963b6e3a045f01fc76d9a6666cf4363e4d1d4fd76f456e5076708d1dc7147d3f9e4a310fe58e8d29e4f9690985f85e3a7283aaefb628afe8fe6ff5d346743d7c20e2e380e4bc7b290564966d57ff4ad642bfacf1276c28ed09f4ee680131ecb1a14056f57ce76c7c16bbbe66a9066fb40415552bbbdaeda179e2db3e4fab9f0f05ea0d5d048cfed197a1266eeb6d8a391d76094653d965fb81eeb49e81a53e63c0fcddc003d2508cb91eb2c67002fa1e7bab52848484b18144b09307e4f4881253fa9ea4b8bceb10d5e85be73816a6f7b753ff20d0085017a13840be8d9e99b7b61a2aa39f317da55ef9d7f369df3a0dfe4c72fc835de03c275a37c7fca85e34da147c7d34bc4234a41e349f51f460e0618ddc3f6f028903cc86048ef0f749d3b78ba4896de2587859f814b77d723059f891da0d7f697703d04c81bdb0e6a260767329594aef2a8da169e1bb88e7bd9dce114534ebbeea56a86820b77d4247f8202ee3170bd2fe1def31af4e3e5acdc892ebde9af3b8b724a034f81a67f4cc783689b6c760a7d7439fe85928a79e77b309da1707ce9da70e018c2261bca405565b52bcbc62967775be9e7dadd263ad2f068f10982c2061b04ee8d141cc231bcbc679edf1ff17576336c56cda138a037a900586f181cdb592780d60f437c530f0dcef3fd1f86fb064e4e98cf253e0cfd8ddf0c9b6b9880baf8cdf70060d2fbc4921fe88678d340401edefefeefe927db97df5dfdf9db57577ff9eb9f8efffce10f7ffbc7effeb8f829fdf4c7ef6fff0513261f326957fb7729e8d3668083d1c10b5bfccb3c0cd9b7f9c3a9300c0b521d8b6c59b0395aed3faeaa75c186debaac1a640bc324e69e2aa701b684413b86513e6219e8a91fab4ffad52de1789f647c06b9bdfd377f13e210, '2017-09-23 18:43:22'),
(47, 47, 'audit/request', 0x789ced584f6feb4a15dfb0447c02165624a37bdf4be27fb1e3388a2075dc34ba4d9cdacebdb7e849d6c49e246efd27b59dfeb94f5dc30a2196ecd8f001f80a6c9058f301f802ac106bce8cc7495bda2bf5c24320bdaaadc73373ce9cbfbf73c6c8903ac6b785d1351aab18151b5c34fac8108d6fef0b43128d4651a272579859881bfdc85044b95f108a468eaf76b8284f300a714e692485f081a54d56940dd8d6331a7116a0b87e27ec822c4d715046595acf5c62bc6da138bac60dc61af694382d5b314ed7e586cc2a46435245ba0ec300051bdc22bbf22c660725e8b685d6784037694623cba375549d016f9bb2dc1a82f0481a59351abbed3a07f95b515ae06097e316d3aaa08470682de4aec039e19f568ac8b036cd3e45718c04b52d726fa62888d2322b367d6e02c2c71c4c70b6cb7de424d197645f7bcb0db7db187fc0cb775129a84ab7ad68dc9b7727def4b4c9c5d125e6c638b8ccde72e626cf122c68625b6c2b9224b72549e15cb44279c4c82a090e662aefb6d4740a9806c1215180887d85dbd6cdcd4d6b95e5496b97832d03f061c8cc8382006fa92e3a98a1c4b7a5b02993b8f9889ecc7c7dfb743689fb5703b1dd6b46091844b8c1cb2d1ba26dba6e7e257c45d775c2bc4be26485739c9337b5fbaf9e1002502147f112835385250a2e711a12a6029c87d7597e2704398621d55aad256f5175a2744da781effa53b46d722186182e71935be64ff6c7285def404832dd01efe1b4b5709b38ad646d46211d68cda4a0834eb388e84066060bb2ec32aacc4cd4a8d90d80cf7ad9e720787210e96eb070477dce365dcb7527a381da09a5a0a76359c76157ef7455142249c51d2de81359d12e2e07ab50bd5c8379131dc5727281b5ed4a4bb2f04292fadcfc64ce38495797f8f25a8c92552107975d65a3a972d4d37685d8e7fca0c857838ea22155943a9a2c63495aaaab5053973a12d14a951579d5d51555c1a2d8517b9a8454295c2dbba2d6ed74651d49b8b71211af0c65f8e3bb47113c445e392ae0a9922959a667c01366c9aac45615b95abee0458bb7a49817cdcd19df13af7953e175eb3d3c75de3ce28fe41d7fdce17b435eeff22395b72c5eecf0ba3ee7875acc4b260f1c7b32df1df1c75a750a8c1bfdfbca87392eb619a4e803b0d108d6902cf8d89a6737106161ebe8aece56301ba4a506f9c382d0badd4639a6592d0358789b5d93937adc2cbb86872e71a26ea8b2218adc78ead528635294310f28a3c16969d62aca2c87088311c5a12697ec8a1280e31a302ca4c1b785b86ec152703910e10d6085bdb0589ae7689d209a7c9423e5c35e4fb32acfe856f18bf2e53ac2373f8dc281540385c980c2634021771ea43cc4ee06e5052e070befb8a5539b139367bb43ce3d938a14436a415560c844f986c1720c7efac66474e67ece302a2a93327af3b616b19a9da31c250feb8fb4af33475978471694daef4c29ce7b2dfac13e07dd54aa8181abe4d94543eb1ce7c9cf2f14c75f5fa5eaf4bd18ce62f3bc75d599a7bdbb7717bdec939d6ac1f9c5d9e96e3153b38e92a3a0b7998fddd1d21fe7a74b75f94139c3fe564bcebc3377bc9eaed6bc3282df9fd466e0d5a314259857470310f26be9e142888b208fb64474b25ec3da0853b9b932e30ec691890d54263a8d1b089cef4683c180c5652deafe7c70395186ba9f460857c51bb8ec812e640a8c0c51757f4f83c6b59cf796433da9535702b1638d268e657abeeb0dbd85cb9c248b22abed279e37f74f6cd77bb6a950d906d39ecd80c9c49ebddc59c01ecf9a79fea9351b7b274f3a0bbd6634344f2cc2ce73ecd3e7da0ba223dd693b93f164f6b9264311d9d6c57cec0c47963f99b996b9702cdfb1ce1696ebb98f3a8d5a970598c91f8e41d4ff9d76a3b69d773eb75e95707b730d4dd39a7bdf79d34184a5e739d6b1e59060fb0fb41eb2f84809df9a99f668321b7fb6ff784a743a9c8d17e0d62f6a42f666346dfbddc4fabe15f9efb62214f1e6c30a35481321ec8a5c5846a951fd236f051d91ff35265470e7bb93f10ca0cdb1f67858257bbd6c1f7b1f86d5aa026e1e6e494720c8ed4e5bee726f166974fb967bdcd4906860d4b3e1d47a16190f5b86a391c3d0ce309ed2cf6d872625a48dbec737c79ada9ef51c210c47b6b998122c706cbb22050a610177a442806e22c13847821b9555c7458097a19def02b456d276aa847c84cc1f3d7f0e493bf9f8c04c8475bdf8ca73e507fa4f194e83d1efb2ddcff02d4a001fdb4196ec7d613a13c8d1e30914076651557b81fdcbd011a521be6d6f37db2786ac8d0c07a95d08fb5ac07ded5b38a7352cbcee4e0410301e7ad687e1391417cf728e87a6c5da5e733c11a4b6f424dae68eedd96655da58cddbef7ae0aaa9e59dd8fbc067d597880ccbce39d46a87c15f1dcfd28176e14cbe4c1969ef87da078afa391e8fccadd3cedf77add3e3575292da5fcbee4da6967f7c6a0f41e190f4889ad49365516f77ba520f7ef68e3b6c275f460e1b49070d4932b6bc4327bb37e1ff6bf7469bb7baf2b0eb977e283e8c112d41ecccba0e31f8806ac416ea92441318b8be5c995818b3f254ef7fb94a3114dc97aa9ae2e58ac5e4defb42220ddbbf5dbe888d23437cc41b2284180222e7e2477f8d7fb839fbf5f51f7ff5fefa4f7ffec3eeefbffdc55ffef6835fce7f1ffff877bfb9ff0798bbbe851130720f51d425390c8a91161719f5673bdfa71fee1e5f9b7c3fc7e52e4f1739bdbbcadda7b9b0cae905aa4a0696e5be1f85b5a4d2fe8657c0e53684eb73403dd0913f9755e43b9980c2244aab0423a1f34fde9034e1, '2017-09-23 18:43:28'),
(48, 48, 'audit/request', 0x789ced584f8fa3ca11bfe418e513e4802c21edbed8a61b0cc65856c260c663edd87801efee939e84dad0b65963f0029e9d79ab3d27a728ca31b75cf201f215728994733e40be404e51cea96ec0f68e763679f9a71c72b069aaabaaabebcfafca2606ee191f0aa36fb4d60929b6b4680d89818c0f1f0b0323a35594a43c165616d1d63036648486059368e5f4dd9116e50d2511cdb90c70831ed8da6645d902b681d14ab29024cd3b531766694ac332ced286b2a3f4d021497c473945011e126e690738cb3c4b6a457b72df211b3a42ec5d568dd6f1b0c9e1e84e9c16343ce6b4531b54702d460b37fa8f05cd99685ad920c3de2cfb364e1222a95d243c9b91304ecbacd80e85695ad2440082e078c21b01a300cb81f65c300f8784bea6ab177129a94abfab68c2b31737feecb62d24f18e0a131aeeb2e782b5cdb33d9534d4455d0563b98bb12278644df2b816631668468b84213d707374b84949ef4b695bee93368173e29030ef48f78cf2a3fbc7d47d327c3742dd413bdec39da4f77475a897e4906eda5f495ff17d9d29efb328ad694e73f6a6c2ebb62c0f86249da22285e0969c242b0a2e975624dcd134624a25388f6eb2fc410a730a4bee3ab5b1bc43d3308be274c3c9a077f36d7c680b11850c2a695b58e58ff813926e8e602423f7200034ed2cbd364d2b5bdb71c4175a7b5ff045af5dc47c21d70e0bb36c177369855da35137023d9bd55080f8e760d2c368e98d87826379b6e74dc723b517e170a05359a7515feff5551211acd29e160e99ade49894a375a4ee36e0debd4e1279ff966a87b5b6cfa2b7180f85c5cda2d684dfede8ee0ec5fb752187bbbeb2d554391e68c7020d85202cf2f5a8a7684445b8a7c932c578a5ae234d5de90491b52a2bf2baaf2baa4211eaa9030d131547eb551f69fd5e5fd609a6833522a262caf011fb57313c90a85c15f054194996f919f0042adbc5f5ae2257db6f45648b364e44646d5f8a0374275a8aa8dbafe0a98bd69578251fc5eb9e383045bd2f8e55d1b645d413757d219a5a22624b048d0359ec8fc56bad3a05d6ade1c72a86392d0e1954d945a9abacd2b16cb4de7416d97bc8b0a873f5d0141cb80d2a4b8312a893d0be3fc439e585294329fbdb635bc003619eddc143c702d20d553610122633bfc1008b638075c6000d4e4bb34e5166396418ac384ab485fdb128a1f6ef0041229e7c07c8eb0e6c85bb1182374086faa5cea5454e367bc28b8f6be47a2a688063e14028898eff70e034b977519f90685b9217b41c2dfdeb8ece1dc4fc931dcb0becaaebe62ea6ef4fe5dee01d5cb35557d93735be25e0d26fac5aca3ad10ca3927a056a9e3d6fccab680b92937d05b9c687d84027c06301c32768becaa2873396831d9eedbeb25d4652341e4030deb5c753d7b6fcc0f34d7fe9f112335a00f335eedef8fe22b8713cffb380aed60c96339f8392a9337f02d5f586d1b46e6cc6eebbceede7a05d4135e7723171cdb11d4ce79e6d2d5d3b70ed974bdbf3bd4ff0bd316009770bcc893df7ff37409e85811b665a96bdf0ffe350cf92839fe7dad7b6cb82fc6f007c197d7289c09e5bce783a9f7c11f51f0bdd9af3c91222f34f41ffc98d96e3bc98daff6f00ffdd06c0a7b985e9df34d02d1d8b5c5ac5a9517db1b782afd8370fd80966026f3a9903a4b83c6a90144dbd36dbceb5ffdaac761508b37960382cc9dd5e57ee0bcf96697cff5cf8b495b06ca8a5e7e6ccfe2c229d59ccf1d8ade1cc301ecb2f1c971725948d8e9a3dd79e39befd3941588e1d6b39037c095cc7a94441425ac2705948d016f694e644f2e2b2ea736c42ae012bf000f22a6b7b5541360c0c06ed377eb080a29dbeb9701353dd6c7ec773e58bfbcfa6f3c6e90fd9f127f49eec01e2ba61b63fc5c272a750a3d7d35bbbf1a8aa3da1fe69e888d388de770fdbc32347364e8683d43ea47d63e0a9e72c5dde031496597f1f989a8e2ae30b15e062f76b685e6e8d4be0d6381ae106a226a66fbf36bf862ee2dbeeb569d9f548624da612eee24739b9701ddfb1aac65477ac13d7454067b67fe38ceb1499d87e73af2fd982cfe24b77ca777bfff0ad7f7ca9a68e59132f45fd929a4f42a3f3d92cf0ecdbebef28c9fa7763be3f9dd9c1f5ad63c2bd23f01ed2f0409691de55151d21844f413eb3b35f8e674636a6348ee3230c2fc3383a37f68f15f0f0a9e3627e699a0031f8f8a29ffb409d65bc1bd4376d5a421d26680cf546d31d782a81d6a79b449d2b75a768f89f6e1835209dba4623f174f3a8ede6e85e010d20c0bfdc49c09df55878d60d01608e0047bffdc19f92ef6f5ffee2ee773f7f75f7fb3ffcf6f8975ffdf48f7ffedecf16bf497ef8eb5f7efc2bb8bf996c192e78e710f459a1c0c5d894478ce65f8320e0ff1b5cfc6b801931a7e5314f97391fdee5fee3545be77cd2ae72ad2e9620604950598a4f737301d37d04bf1f421e819efca5a465bff52512ede3b4ca5fb8c8c7bf01eaf40d58, '2017-09-23 18:43:28'),
(49, 49, 'audit/request', 0x789ced574f8fa3c815bfe4b8ca27c80159429ad9b50dc53f632c2ba131765bd3361ec033b3d24aa80c659b31060fe09eee1df5393945518eb9e5920f90af904ba49cf301f205728a72de5705b8ddade99166b3bbda430e3645bd7affdffbd5031b48313e1446cf68ad135c6c49d11a6043343edc1506128d5651e2f2585859445a83d890447150508e564ede1d49515e121c919cf1f4a918a06cb3a26cc1a9bed14ab21027cd3b951666694ac232ced2666747c8a18393f89ad01d49355ac7c32607a19d382d4878cc49a756553016a3851ad66341f20ede90b4122f016d967d1b270916d4aec83d9be1304ecbacd80eb8695a9284830dcef1b8371c12032405da73ce3c1c12f29aac5ec4a5a0cabdaeac71cf5e5cfab3ab3697c43bc24d48b8cb9e73d636cff644d0c4aed8951192ba08c99c87d7388f6b366a8166b4701892033347074f4a72530adb729fb431e889434c1d176ee8ce57378f77f7c9e0dd50ecf6dbf11e7c12de93d5a15ee243ba697f297cc9e83a15dea3f15f939ce44c2fc4625b960743104e011742084b8e9315c1e15658e17047d2880a15401fd964f9ad701d93f7bf8ea361154fb531be43d2308be274c3b641d3e6dbf8d0e62202e5519236b7ca1f9d4f70ba39829d745b811c90b4b3f4da24adcc6dc7115b68ed7dc1164abb88d942aa631666d92e66dcb20aea1a714390b3590d3828811c4cba1d2ebdd180732ccff6bce968a82a110afb3a917412f574a5a7e2082395285a38a0b6e263520ed791badb4084f73a4ea4fd5ba21dd6da3e8bde2234e016978b5a127ab723bb6b31deaf0b29dcf5e4ada64a715f3b16e2800bc2225f0f1559c3aa88144d9208422b751d69ea4ac7225eab922cad7bbaacca441415b5af21aca268bdea895a4fe9493a46a4bf16312f9b12fcf8de450c0f91972f0a78aa744b92980e78c22ea5a29a2a4b15f92d2fdabc8d125eb4b62ff9be78cd5b32afdbafe0a9f3d6057f211df9b1c2f74d5eeff12395b76d5e54785d5ff0a696f0c8e241625fe27b237eac555a60dd1adc5539cc4971c8a0d1cefa58a57d8c24a3f5a6b3c8de4391459d8bdba6e7206cd05c1a74415d87f6cd21ce09eb4d093adedf1edb1cea73f3ec1a1e3ae244dd50254314b9c9cc674264a365414d928e9541856609ab02d096669da2cc72a8305885f4449bdb1f8b12daff1af02162c57780d2ee0029dc0d45780370a85fea5a5ae478b3c7acff984426a74207500b0aa12b3afeeda1021be5ac45a1d0b6382f48395cfae38ece0244e3931d4bd2381f97642fc469446e4eedde409902bed75df64d583996403cbf99028b757a378c8a634a653c7bde18566d2e708ef7e7e88b4e287b9145b7f70450ecd9ee2bdba55b32436f9a4ad71e4d5ddbf203cf37fda5c71aca680162d7607ce9fb8be0d2f1fc8f82b35a1fb09cf91c844c9df9c7115a16eb83cbc5c4354776309d7bb6b574edc0b55f2e6dcff71ec0742376091607e6c49efb3f0faca6c165869996652ffc1f1db1699a993ed71edb2e4ddd0f83db92f8c08fc09e5bce683a9f7c12bc1f335d99f3c91292f3bd10fc1449cb715e4cedffe3f84f8be36ce45a98fe6583c0c2b1c885559c1ad51f7d2bd88afeb3849df023f0a693396085cbb20645d1b46c4376c6fe6bb3a2ca9066f340e15490ba4a57ea71cf96697cf39c7b7823d06aa8b9e7e6ccfe28d4dc1f314723b7c629c378ccbf705cd697d039bad8d05c7be6f8f6c718613972ace50c2026701da762050e610963622100baef09c9b1e0018a57a3a442c531cc0a3cebd2aeac55aa9e6c0e001cfaf61b3f5840df4edf9c85898a6e889fa9573af37f369d3741bfcd8ebf2137780f28d70db3fd2917963b851e1d4fafec26a2aaf684f8a7d183dd5addc3f6f028904d904191da83b26f0c3c5d264bf78a059aaa7c5afa838b91e2cec4f4edd7e6d7703bf8b63b362dbb1e17acc954405df4a8d016aee33b9673555fdc144e4ea7ceb234b3fd4b6754e77d62fb8db14075bf866bcfad81afa96474cfba74a79fed063a05bf09bcac7e92fd3cc63a9b9502cfbe1a7f2627d2efcdf6a7333b185f3926f81a41c4440df52509c9d06dba288ae894adfbe3f433edfe201d639a6035f303050c36069c0d140d786378f9c0ac3f1feb5576276c56b5630d94d7990040af090daab31e00a94f837b5d0e35c237e79f06fa1a484e68df703c0dfab5dd0c952b8080b2f89f6f0040a30fb1213e900df1a681803cbcfde5bf922fb62fff70fdb7dfbfbafefb3ffe7afccf9f7efbcf7fffe2778bbf24bffaf31feffe0b53653358d27ef6ee53d0a3bd008ed1b10b1bcd177910b06ff287336110e4a43ce6e93267b3b3d47b5c59eb9c0dba5569d598160471d4588a4e936b01c37504e37bc832a0489faa51fab52de0681fa74d8bdcdd7d07928bdce3, '2017-09-23 18:43:33'),
(50, 50, 'audit/request', 0x789ced57cd8edbc811bee418e409f6400820606f2491cd3f5114060887a2348247a24c52b617588068912d89167f64929a9d5963cec9290872cc2d973cc0bec25e16d8731e202f90539073aa9ba44633b11d388b04396480119b5d5dd5d55f557d5dc406528cf7a531303a9b04973b527646d8108df7f7a58144a35356b83a96561e91ce283624511c9554a3539077475256570447a4603a436a0624bbbcac3ab06a6874923cc449fb4ead85799691b08af3ac9dd91372e8e124be217446528dcef1b02dc0682fce4a121e0bd26bb62a998ad141adeab124450f6f49569b974036cfbf8d93040b6a5fe49ecd711867555eee46dc2cab48c2c104e778dc1b0e89019202ed39671e0e09794dd62fe24a50e5415fd6b8672faefcf975974be23de1a624dce7cf396b57e4291134b12ff66584a43e4232e7e10d2ee2468d7aa0191d1c86e4c0dcd1e12415b9ad845d95265d0cfbc421a607176ee9cc2f6f9fcea6c9e8dd85d81f76e314ce247c43d68766880fd9b6fba5f02593ebd4f880e2bf210529e89b2a01e855753004e104b810022c054ed604873b618dc33dc9226a54882b920a7116915b869ada3add2359984771b665d3b0c3f6dbf8d0e522026951912eb72e9eac4f70b63d827f745a01ec49d65b795d92d56e76e3880db46e5ab281d22d6336901aacc23cdfc74c5b5661bbd6dc05d8d9ae471c84be0097ee2e56de78c43996677bde6c7ca12a110a873a9174120d7465a0e2082395285a38a2bee263525d6c2275bf0564531d2752fa9668878d96e6d15b8446dcf26ad95842eff6647f23c6e9a694c2fd40de69aa140fb563298eb8202c8bcd85226b581591a249124168ad6e224d5deb58c41b5592a5cd4097559988a2a20e358455146dd603511b280349c7880c3722e66553827f7e7019c343e4e5cb129e2a9d9224b6073c61964a512395a55afc96176dde46092f5abb97fc50bce12d99d7ed57f0d479eb92bf948efc44e18726af0ff8b1cadb362f2abcae2f79534b7864f1607128f183313fd1ea5d60dc19ddd7312c4879c8a1c0ceea57a5f58b2097def496f937905c51eff2aead35800d8a4a83ec6ff2cfbe3dc40561352941a5fbbb639743436e91dfc043479ca8d3bc14456e3af79911d9e858908ba467e5909979c2b20076cbf25e59e50564188c42baa2cba5c7b282b2bf015e8858f21d20a57b200af71722bc0129342f4d2e2d0bbc4d31ab3b6691d9a95901b6850da11a7afedda12619e5ac3421d176b8284975b1f2273d9d0144f1c98f556d00329b954c58105c4fb13a6f394c05709af2fa3aac4f9600a05fcf40c73abd1b46ad613123cf9eb7aed5b34b5ce0f49c77d1895f2ff3e8ee41003b7bb6fbca76e994cc789b06d3b5c733d7b6fcc0f34d7fe5b192323ac0d50d0d5ff9fe32b8723cff83b4ac360b2c67b100233367f1616e96c566e16a3975cdb11dcc169e6dad5c3b70ed972bdbf3bd4704dd9a5d81c78139b517feff064b53709963a665d94bff3fced534cc6c3fd79ed82e0ddd4f636c497ce47f602f2c673c5b4c3f49db4f95aecdc5740541f9b7b8fb84a0e5382f66f6ff19fcbfcbe0acc95a9afe55cbbdc2b12c84759c19f50f7d2bd988feb2809d7823f066d3057084cba20649d1966a2b7626fe6bb396ca1066f340895490fa4a5f1a70cf56597cfb9c7b7c17d06c68b417e6dcfe20c53c2c31c763b7e127c378aabf745c568f501dbad8ca5c7beef8f68714613876acd51ca825701da756050d61058d612900afa7841458f0a080eae651a1e61857059e7565d7de2a752db60b80067dfb8d1f2ca15e676fce60a2a65be167ee2b9d9d7f3e5bb4a0dfe5c75f915b9c02bbf5c33c3dc5c2726750a393d9b5dd22aa6a1f31ff09d6a084d13fec0e4f806c41868dd401a47debe0e91259b9d70c68a8e87fc1490f5722259ea9e9dbafcdafe05af06d77625a76d32958d39980fae849a62d5dc7772ce7bab9b3299f9c569d85696efb57ceb809fcd4f65b6f41ea7e05f79ddb305f9bcae84175e5ce3eff1ce8047f0bbdac7e52ff1c659df54981675f4f3e5313e90f7efbb3b91d4cae1d130e1b0164a28686928494beae4843f83bc5eb6139fd347b58485b9816adb673a094c11a80b356a2a56f0c2fef99f7e72dbdca6e85edba39584be64d2880d21b41cbebac0ac0eac7e9bdc98786e3dbf51fa7fa864a4e7cdf6a7c9cf61bbf192fd7140179f193ef00e0a3f7b1213eb20d785320200e6f7ff197e4e7bb97bfbbf9feb7af6e7ef8f1bbe3dffef0eb3ffff567bf59fe29f9e28fbfbfff3b74946d53492bda7b08c18016031c8c365cd868bfc283807d873fee0683a020d5b1c85605eb9ba57fcae94dc19adc3ab51a560b82386a3d45a7a6b584c63a82d63d641150a44fe528fdc2167094c659db7fdcdfff035564d8df, '2017-09-23 18:43:34');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(51, 51, 'audit/request', 0x789ced58cb6ee3c815dd6419e40bb2200430e89ed1830f91a22808094dd1b2ba6d512629b70d0c4094c892448b0f99a46cb907bd9e59054196d965930fc82f641320eb7c407e20ab20ebdc2a16e5c7b83be90c26089018b655af7beb3ecfbd25a48b5dfdeb42efe98d658c8a352e1a03a40bfad71f0a5d14f44651a272579859881b834897056950108a468e6f76b8284f300a714e694499f081ad7556940d38d6d71b7116a0b89e13764196a63828a32cad5736186f5b288e6e7183b18633254ecb568cd355b926abb2de103595eec33040c11ab7c8a93c8bd94509dab7d00a0f053257f5469647aba8ba0366ebb2dcea9dce136924456fecb6ab1ce46f456981835d8e5b4cab8212c2a5b590bb02e7847f5a2922c1de59f63e8a63d451da02f7ea0c05515a66c57ac04d40f8988305ce76b94b4e147c51f2d5d79cb1ddc6f81d5ebc8dca8e22f7dab2cabd7a7be29d9d36b938da606e8c834df69a33d77996e08e2ab485b62c8a525b1465ce454b94478cac92e0c14ce5fd969a4e06d320b8240a10b16f67dfbabbbb6b2db33c69ed72b065003e0c99795010e02dd545033394785f76d66512379fd093952ff7cf579378703314dafd669480413a7778b16543b44d57cd2f3a5fd07d8d30ef913859e21ce764a6c8dff54427001572142f3038b5b340c106a72161da894a9c74821ca3b20a0ca596ba455589d2155d862b56efa36d930b31c46f899bdc227f763e46e96a070292e52e780ea7adb9dbc4692567330ae9406d26051d749b45440712335690659ba832b102d7d5ec86c067b5187010383988743f9cbba301679baee5ba93d150e98662d0d7b0a4e1b0a7757b0a0a91a8e0ae1a0c88ac681797c365a86c5660da4443b1945c6375bb54932cbc16c501373b99314ee2cd066f6e8528591652b0e9c96b5591a2beba2b8401e70745be1c7665152982d85525098be2425986aab2d09080968a244bcb9e262b321684aed25745a488e172d113d45eb7276948c4fda58078d990e08fef1d45f021f0f251019f0a5992247a077cc22ad915d9ae2c55dbd7bc60f19618f382b93ee7fbc22d6fcabc665dc0a7c69b47fc91b4e38fbb7cdfe0b51e3f5278cbe2852eaf6933de50635e3479e0d897f8de883f56ab5b60dc187ca87c98e3629b417a3e021a95e00cc980cbd62cbb83e80a5b47f775a682d9202555c81d1680d67e1be59866b40440e1ad774d4eec73d3ec163e349113345d917441e0c6675e8d30264518f3016154b82dcd5a4599e5106130a218d4e4925d510268dc027e8534f8b610d32dd80a3643016600296cc2626996a3558268e2518e940f9b9e66558ed15c7901b5fe49aedc46f8eee75138146b80301940780c20a4eea35487b85da3bcc0e570ee1db7346a6f62ee6cc7f20d12e5590a52dc380808b666227cc5a03806ff7c35011af330d7f58ac2a44c5ebdae45ab56672847c9e37a231eeaca5116de930db9f6355386f33e17ede09c83eee8c51a6850258cbfbf4e83cbfd7aefd9efd7b337ef8ffcbb9b37a9e1ba37ebe9c5f6f4cebebe3ad766aa614ae8e2787515064632cfb48b93a579b19fdae3f9115e9c9f2a51374ed7379b93f7c5e5fe8db431787904bf3f2326e09523100cafb2fcde8f425e812caed7539460b240acfbe561759b47015d16a57a29c44590475ba21ed9a8e16e84a96e5c99710f0694889d14a61e8d2708a81f46cb21950462898849eea6fd03f1dd238d1f1750384a74662144d4e6e83a884bb5a6b10967a53aee1e294e9620d2203c3f7ca0e4aee55c580e0d0d8dde0b5c1c6b34712cd3f35dcff0e62ef3ba2408ac3938f1bc997f62bbde8b5d89c20e98f6740a4c26f6f4e3ad099cf1aca9e79f5ad3b177f2ac35d16a4686796211769e639fbed49f101de949db998c27d34f7529b2c08ece6763c71859fe64ea5ae6dcb17cc73a9f5baee73e69556a5de66026df1883a8ff3dfd4a6d3bef6a667d56061fcc6598a635f37ef0ae85084bef73ac63cb21c1f63d7b174978a2806f4d4d7b34998e3fd9c03c273a35a6e339b8f4dfea620e26346dfbedc4fa7f2ff39fed652806ce8c0a314817d2d915796711a57af58fcc0a3a22ff6b3ca8a0ce7727e329c09a631db0b04af47adb3ef6de19d5ae0c6e36b6a4a5e848ed6e5bea71afe669b47fcd3ded8a483430eaa97166bd888a0f478cd1c86148a7ebcfe967b6e331fcd60ed8e65867b667bd4408c3916dcecf080e38b65d910245670e0faca2032d4982718e3a2e645051832e433adf0558ada4ed56c9f804952f3d7f06093bb97c6426c2badefccc7ba547fa9f318c06a3df67bb5fe03d4a001bdb41961c7c613a13c8d1e30914066651d2c1bdc8fe13b0918678dfdeaeb7cf0c591b192e527a7d55aa053cd4bdb943eb8c0c19fdaf3fa8e0f0d8f0ac77c6151415cf728e0dd3623db3399e74c4b6f82cd2668eedd96655d258ad3b9c7ae4a633cb3bb10f41cfaa2e1117b69d2ba8d10e83be3a96c507dab933f97c45c483fd6bdbcbca27e91f9b59a34f06dfb54e8f3f9392d4fb5a6e6f7266f9c7a7b601ca8660334115fb922469ed7e5fe8c3cfc1610fc7c9d7290f0749fb0dc931b6bc8776f860beff89f68e52d7e5893df2b4870ac538d23ac5fc56172b863150b2d8465db7e8cdc0f5e3e58bc53bab61f5f98f97320695877a56537cbcac31b90f8e134947f7bd6b1c098848179ef08670228600535fffe42ff18fd7e7bfbafdc32f2f6efff8a7dfeffef69b6ffefcd71f7d3bfb5dfcd3dffefac3dfc1dcf57b8f2096fb10723d92eca018e98199e761c9f7e957834f1f6abe9fe37297a7f39cbe90a5efa4ec32a74fb62a7358a0f834762a49c5c37bb2802774088ff4807aa02b7d2a05c937711d1426515a6523099d7f00da2a5050, '2017-09-23 18:43:49'),
(52, 52, 'audit/request', 0x789ced584f8fe34a11bf70447c020e56244bbb8f24b63bb6e3388ac0e33899682771d67676f7494fb23a7627f1c67fb2b6333bf356738613421cb971e103f015b82071e603f0053821ce54b7ed243bda19783c813830d2c4edeeaeeaeaaafafdaa12ac4bb2fea9d0fb7a6b13e362478ad610eba2fee9a1d025516f15252e8f859985a4358c74248ac3824ab472f2e1488af29ae090e44c0676831e58da6545d9826d03bd1567018e9b77aa2ec8d294046594a5cdcc9e904307c7d12d61333dd883831de9c0ce32cfe25a5182ef3a784b46227d478ade3a1eb6391cdd89d28204c79c746a830aa6456f498dfe6341722a9a563620589b67df46718c05a52b722fe63888d2322b76436e969624e66082b35dee1d2789be847cf525671c0e31794bd6afa252507afd6e4fe55ebcbaf6e6376d2e8ef6849b92609fbde4cc5d9e254450c5aed8ed4912ea4a528f73f106e7512d462d50f5160e027260e668709392dc95c2ae4ce2368673a20053ef087774e627778f679378f861247607ed28813b091fc9fa500ff121ddb6bf12be62eb1a55dea751da909ce4f44d01cfeecaf2a00bc2292a42006ec971bc26e072618d833d4943aa54884a9208414e7059854569acee9034c8c228ddb2693862fb6d7468732181ec29499b5be78ff6c738dd1ec1403a2d83f349da59b96d925676b6a3900dd47652b081dc2e223640b5b3822cdb474cbaa7c0718dba11e8d9ae871cc43e0793ee472b773ce46cd3b55c77361e29722805038d208d847d4dee2b38c49242643518525bf1312e479b50d96fc1b589866394bc27ea61a32659f85e9286dcf27a596b923eecc9fe568c924d81827dbfb75315140dd463210e393f28f2cd48eea958112559458848d25ad984aab2d6b088370aeaa14d5feb293d228ab2325025ac48e166dd17d5bedc471a96c8602362be6720f8e7fb57113c44be7755c053a15308b133e009b37455aa577ba85a7ecf8b166f49312f9abbd7fc40bce5cd1eaf596fe0a9f1e6157f858efc44e60706aff5f9b1c25b162fcabca62d79438d79c9e441e300f1fd313f51ab5360dc1a3e5431cc4971c8006117305728ca25a4b7de7596d947c8aeb07375df800ddc06a85221fdeb04b4ee0e514e182811c0d8db1ddb9c34e016d92d3c348913355d41ba2872d3b9d7e0df64f837cff857e1b434eb1465964386c18831449b4b8e4509b8bf05f60859f21d20a73bb014ec4722bc012bd42f752e2d73bc4d30031ed3c8f454b400c7c28100878e777f607348bec02624da0ee70529472b6fd2d19883a87fb2630510b81b83cc6d443e9e50ded09c0ca7d5e0faa6a6b518bcf9cd0c24ccd3bbae57126f40c58b978d55d5dc12e738a95856ff14e9e289e3689ca4131b5f65e1fd99bec106d772de580e9deaa92c6e60b3638d678e657abeeb19deca65c8d25bc0ecf53dae3d6fe95fdbaef7450e57ea0da6bd58809299bd7882c8b566a3615e5b74bbe7d8375f62f39e58ef5c2da78e31b6fcd9c2b5cc9563f98ef57a65b99efb19a53706ace06ebe31b516deff06afd33030c30cd3b496de7f9cdd6972b0f31c6b623934c8df93e391f8d9057c6b61dae3d962fa2cd13f16ba3116d31544e5df62fb930b4ddb7e35b3fecff9ff5dce67cddbd2f0ae1bb6168e452eaca354af3ee85bc146f49305ec4431be3b9b2e804e1c1635488a06abcdb23df1de1ad56a0fc26c1c28f50aa82b77519f7bb14aa3bb97dce7d58366432dbd30e6d617d9e8bcc5188f9d9aca74fdb1fcd276182001329ad8ac39d6dcf6ac2f09c2706c9bab39708befd876250a12c20a7ac942804a90109263c1050455fda64cd531b2f25da0bbca5ab90263b38152a0f5cef39700d8d9bb0b3751d5cde2773c175ddc7f3e5b344ebfcf8e3f237738017aeb0659728a85e9cc00a393d98dd57854519f50ff0c6da421b9eb1e7687478e6c9c0c0729fd818a1a034ff566e5dc549086239f27a5a68a22e9421cdceb7c0d45cba939095c1a8523a9a1a7a9e1596f8dafa17a789633314cabee40cce94c90bad2a37c5c3ab6679b5541aa2bd569d74530e796776d8febf4985a5e73a7e76c91cee22b67c656c57fe9c63fbd5451c7aa89d33f71da654834d686f9ae7533f98e92b46637a67bb3b9e54f6e6c03ee1c82e744551a2084065d515107f0770aee793bfd8278de485b93c669ac6d61f08bc273317fa80887751a173d4b43fe58672d8b76e6ff3abb5815a86fda94823a445010ea85a62ab03402ad4f17873a4fea0ad1ec7fba50d44474aa168dc4d345a3b69bb17a45309010dfbb82803beb56f0ac1b02401d018e7effa3bfc43fdcbdfed5ed1f7ef9e6f68f7ffafdf16fbff9f99ffffa835f2c7f17fff8b7bf7ef83bb8bf6962291fb8e710f42948e062b4b3c37af3e380efb39f072e7e1c90e8644eca639eae72d6a7a3fee354dbe4aca9ae72ad068aefd324a82c954e7d72018d7c085f15021601193d97b4f42bbd80c3244aabfc858b3cfc03fb6b032d, '2017-09-23 18:43:49'),
(53, 53, 'audit/request', 0x789ced58bd8ee3c8114e1c1a7e0207840002bb67496c36ff290c6089a234c28e7e96a476f78c038816d992b8a2482d49cdcddc62623b320c87ce9cf801fc0a4e0c38f603f8051c198e5ddd22353f985df8f660c381831936bbbbaaababbefaaa2862cbaafdb1b40dbbb54e49b9a565ab476c647fbc2b6d19d9adb222d5b174f298b67a898d11ea954ca255d00f475a569794c4b4e0321653032bdbbcac5ab0cbb25b691e91b47967daa23ccb68542579d6ccec283d74489a5c53368335bb753c6c0a50da49b29246c78276eaa34a2e62b7e446f458d2a24336343ba9c7b036cdbf4bd294485a17092fa6244ab22a2fb73d6192553415604298fbc23b4146a18c43fda5d03f1c52fa96ae5e2595a4294657d18517af2e83e9555b48931d15c634dae52f05675be47b2ae9a88bba8a2ce3ae2c2b824fd6a4486a3166816eb74814d10337c7849b54f4a692b6d53e6d1338278908bbb874c3667e76f374769ff63e5ca0aed54ef67027e95bba3ad44372c836edafa4aff8bac9941bccff6b5ad082bda90a38bdaa0eb6249d1d2e45e09682a42b4aa2adb42e7270401633ad127796d6d8daa15994c749b6e1d3a078f35d72680b31053454b42dac8a27fb53926d8e60163f195c4eb3ced26fd3ec645d3b89f9406fef4b3e50db65c207b8765194e7bb844b2b1a1cd7a8bb003d9b554f80881760d2edc5d21ff684b9e3bbbe3f195e686a2c479649b14963c3540d8dc444d6a8aa473d662b39a6d5c53ad6761b70e8de2429debfa7fa61adeff3f8bd2cf784c5e5a2d6247fd8d1dd354af6eb12473b43d9ea1a4e2cfd58a29e104665b1be50159d684856758ca92cafb475ac6b2b9320b2d6b082d786a9680a4548d52c5d269a1caf5706d20dd5c02691a9b5464454fa18fe446390c00389caa084a7c6a630e667c01366d9aa5caf2af8b4fc5e44aee8caa9889ced6bd142d7a2a388a6fb069ea6e80cc4013e8a2355b4faa26988434d745d11a9a2692ec4be9e8ab22382460b8bc6501ce9a75360dceadd9d6258d0f290435e3d485b9da5ad8cedd6bbce22ff1630157706b74d8a81db209774007d0d3bf7e6901494a72286040fb6c7b6205bc22cbf8687290bc8b4356c23248ca7015702d8740082b4e300048b3ce52880d3b2bc53567901088351c476b485fdb1ac20dbaf810e620ebe0320b9034bd1ee02c11b7041fd5263695190cd9ef074e31ab99e1319c0b11cf35527b83d9cb8457d909100b42d294a5a5d2c8351c76ceeebd30a0c6d008a1538e38489b58c5465b55e452a8030c6d15a5129c66a4c2dcb8a62530352d01444231d45968e232356d6fa0ac9a645648b2891f28330210e7471a0002ac4210cb088d0421c0d2c71688a88216023e251c0a20ef85086a239fa45c5d160b8a205801814a2ac8b43809502d3d519153de140aaed85d413187be4597acb71c260921fab931fc1af7b92417e762ab24aa9946431bd39935d43e42c911b8ef9263a053a057c7d33e5b2011375ced3b67d929c305d2f5e36f13a4d2e4841f60f6b907cae35833cbebd5f00037cd77be37a6c4ae1358c21dc738713cf7582d00ffac1d2e73c63b7a06ed525e9320816e1e5dc0f9e2d515abdc199cf66a064329f3d5fa714546f5c2ec65e7fe8869399ef3a4bcf0d3df7f5d2f503ff51b16ad42ec1e2b03f7667c1ff46c562cee586f51dc75d04fff1bac5c2cccff3dc91ebb1d07d51f5c2e891d9a13b73e6c3c96cfcd912f654e8aa3f1b2f21165f54c7ce8e73e6f35713f7ffd5ecbf5bcd789fb9e807974d1d928e6521ad92cc3efd636f251fb1ff3c6067ba08fdc97806d4e0f1a801289a0c6d96e7a3e06dffb4aa4098fb07565424dc55bbd8105e2cb3e4e6a5f0b82e3234d4d2b3fed47d9659eeb7f48743afa625db7e2abf987b3c0d21514cd4ac79ee741eb8cf09c270387796536094d09bcf4fa220212da1372e25a8717b4a0b22f949752adaac75af292af49d4bf764ad7a4ac16603b05fe0be0bc205a4e9e4dd033731d5cde2f73c173fb8ff74326b9c7e9b1f7f4e6fc81e48ad1be5fb732c1c6f02393a9a5cb98d47597a3dabfe3364c1ab55f7b03d3cf164e3653849332c5d692c3c178fa577c5fd021b3ea3fef9cac81868dc0fdcb7fdafa12c04ae37ea3b6edd3e39e3892477e527905b78f360eeccafea468611cb79d783784ddde0723eac11307683c66a58f5be867ae7d514d8605abe175d7a932fbf8f7c8e47130bd617fdbb6e37791719faeed5e8fb8ab2eea3b9413099bae1e86ade876bc7e03ca4cb16c650c964dd4008c9e708de6f671facf71b596bd3f8ade921188bf056e04153d1307add199bf7a45e2386537b7db386dfeba000cbd70b0dd5f3c400ad9f66fc1a1935ed37fb3fcdfe35bb9c4b4023f1e94a50dbcda9fac41a80901f5c1680a23e26367aa41bfccd1c017178ff93bfa53fdebefecdf59f7efde6facf7ff9e3f11fbffbe55ffffea35f2dfe90fef4f7bfbdfb27749a4db3c992dcbf0f81c1d2022ec65a2f6237bf4d8421ff75e2715f188605ad8e45b62cf86705363e0bad9ae8c230891b4be573175bc277470c5f36118f808a9f6a5a9168d72862bf3b4824de275993247777ff02fb5422c2, '2017-09-23 18:43:57'),
(54, 54, 'audit/request', 0x789ced58cd8ea3d815ce26af9035b284d43d2a1b2e186cb0ac890be39fb46ddc1857d5944642d7708d69637003aeaeea56e51522653debd9cc2e91e625661f651529ca3e2f904dce858bcb55e92aa9936894451636707fcebde73be77cdf05aca3a6fe29d35b7a6d1de16c43b25a07eba2fee93ed391a8d7b21ce787cc487c52eb84ba248a9d8ccea8a5e4fd8164f988609fa4c51c24513bd0b549b2bc06c334bd16251e8eaa676ace4be298787998c455cb96907d1d47e10da931d3302627715e8f481ce49ba255af89f4aaea35ec79645f9893f5da57c257ac3949c3202c6dc2d326cff7ba203c5e5dd26bb7752f4bd7f53cd992626cbb0d6d1faf0223f12e47d985babc7897c4499e6dfb57d9bb8bbd6407592acd126db3b9dcbafef5ed26187933fbda9a6faddf5cbd5d29fb7e60b8b969f47a93e01a5d98deb2fef64ef45749d0ed56fe1d3292d671000e95bb005fa6c9c7308ab0a03444eed5147b619c27d9a6c38dc1ef888306ce5a70571c125d24b9ea6baeb7df47e492acde84b9a0c8ad86ac72afde8c9ce9e48c8bc22de186c4db26af396393263b22a862436cc808490d84646e81d7380dd9b40a9fdb3a0b1ff1eb1f428631207f359d8c003abbeca4ad2d1ae93549495a008dfe155bc103d7521cad08f636c23a2d82e70b1fc84ad8e1181cafe7781511218c7d725b2ca45451ac93d84bfc300e8a66582af818eecf389f4026e6e48c5ba54fc647380e0e60923637612f24ae2f176724eebcef8a8df659e81737ead92e2b6e9a675958dc482c4bbc24d986c56c59a1d9c9cc75c14eb0ea70de214d614b77dde5a2dfe12c63612e16e37e5769fac8d3da446a13bfd56eb614ec63a490a6ea75e85ef121cabb6b5fd90651e8edda389276ef88ba5fabbbc47f8750879b8fe6cc127abf25db1b31dcad33c9dbb6e48daa48a1a61e32b1c3b93435bb6b2436e5d57ae53561415ff2d672934852d3279aa6797e5b81b02ab2483c55f43455f25abebc5657226a6b186958f664cccb3d097e7ceb3c848bc8cbe7195c15da2449c51a708556da8b58af2c95ddfcb9ca9fcbbc89f83edc48bc28cef9c1b9c6f7dbbca8f0a619f0d2c0e1358937ce79b9cfb707d739df5323be65f29ac1f7ce531ea97cdfe44d199af3721dbed5af75eecb28a624db2771464e48a34d398396e6557d9e7c803cf3ebe77755e9007050232a24334b45f3761fa694a1325d82f8399bc31987346e96dcc0a58d38b1ad2b922e8adc70ea144680230c484b5237202dd3242af200568b937a962729e418dc7974c419b73b6439d4c50d70915fa4df1eb2bb0e5ddeb62bc2534aaa07964df314073b5cf04861b1b053518dc148ccb9db176d1294574e6e736193ef2248b50d4e33927797cea0de2ee6208a419fac0e41ddc141b57b45f354bc6a21e2afc45655bed5b8fe21c51595c2924dad5abc1a3009e36db159b0f4429dfa74b0c05259b809c987af731c749fac0d41a4314c0e79e9a4465917e22878805690a477f53027bb234d571b53009c6ab56fbd320c1144ff5b8b4e368e0dba5ece3198b531187bf5baf2a8ec9be314ef4ab1d13f85ba584a032a130c1d45e93cf1ef1e540c76b330ed0bd3a64d729970e0886df6c7b66938eec2e939cb0553141038265d23c799bb236be17c56ca1436c0b066333032b666cfeb198c71cc99e34eccd9d0199dea19dd7361a66718e6dc79ac6ac74ecb1e0fc7b317b5adc5865eb9c6c21eb88ef5c69cfd2c0257e1b00488ddde10dcfcdf5039091d11b1cdb74b73e1987df772cce0ffacd4d1342ba6d8e6c0b469bafc97044f121f45d9356786d51fcf862faaded34993de6cb80480ff2de93ba69261596fc6e6ff05f0e716c0e25c3cef95e947a54b3864a9b00a63bdfca34f597147ffab522f69cb5d8c8733a028bb881ba445557855b735702e7b65af0c81eeeda90e0952a3d9905adcab651cdebee61e4b29cd07367bd69b9a9f65b88721bd7edf66d4a4eb4fe7cf2ddb61fad33e729a6d4e2dc7fcdc44b8ed5bc6724af9d0b62ca7aa556109c7e44c0059dc11926261015a9255b5ca2ad85d1823b3dc6db32ccb470c7be5b87328ddf1d5094cd474d5f985eb4a27fe4f19fd02e877c9e1d7e416ef80ab1a5eb23bc6c2b0c750a58331903c4354693d63fe05022938a3b1dfec9f2059a10c2b292d4d55ab1d1e456c694f0a5cd41785fe19bd96d0892580dafe0644d1660c05f0867e17556435ec39e665ef1b770ca0da839e61b2a399311c0ba8819ee4e6dcb61ccbb026ec904439e838ea24b053d31959c732619a4bfd7b6933e861fed21e17e8a02ff5feeb536b2c8655fce497b17c14aa7671587517e664f0a55351fbc10f673c35ddc1c4ea01003ee028aa4803f2430d4d96455144c7a83f0ca76fe50f03e941084a6c683aec90541466e8d74e4f4a478c4f4e4895306078f854f873faaea5147a13ac98ab954cb0da06b1601d9562144905569f170e96354c3daaf1cf8b08a3a8a39254339e1714b6ef82f14bea014ef88fd505e06407cf07db10000a0400fde31ffffaa73ffc62fe0fedcfbffc7b2038bfffa9fbbbebfcfbe8b7dffd90feea2f7ffb1efcbcafced19429160f2168d19201c7e83912ebd51719d72dbec99c7c9141b43125f9218d9769f13a23b55ecc355635ae4b93a0dc293a9ecf3378dff1e18dca2b22d0949e5a5a616f5b19a2df3104ecefc2b83ad9dcdfff1357487ec9, '2017-09-23 18:44:01'),
(55, 55, 'audit/request', 0x789ced58cd8edbc811ce25af903323806b7b238a7f22255110100ec5d1289e11658ab2678d058816d99268f1472629cf8c8dc92b04c839e7bde496007989dc839c0204b9e705724975b3a99f597b006f7683009bc38cc8eeeaeaaaafabbeaa2632e4b6f1a1303a466319a3628d8b461f1992f1e1be3064c96814252a77859585b8d18f0c5552fa0559d1c8f1db1d2eca0b8c429cd335b24af4c0d43a2bca0688f58c469c0528aedf89ba204b531c945196d6231b8cb7028aa377b8c154834c89d3528871ba2ad76454351a8aa4d179780c50b0c60291cab3986d94a05b01adf04022efbad1c8f26815557bc0dbba2cb786289e58a3684663b75de560bf10a5050e7639169857055d6834e4dac85d8173a23fad1c5160ee2a7b1fc53112b596c43dbd4241949659b1ee7363303ee660807366dc35274bbeacf8fa33cedc6e63fc0a2f9e47a5a8a99d96aa734f9f5f7857974d2e8e36981be160933de3ac759e2558d4a596d452655969c9b2cacdd012e5115b56597080a9bcdb52e8548006c126518008bee2ad707373232cb33c1176396019c019860c1e1404784b7de9020c25be2dc57599c4cd93f564e417b70f4793b8ff7620b57acd280140c41bbcd8b247b44d57cd2fc52fe97c9728ef903859e21ce7745ff9db272106e0428ee2058643159739f529245ac504a5a05528d122c6629486f8967aaed5d60bd4a5285dd161d86af53eda36b910431c97b8c92df207f2314a573b504986db600b4e85f9ac89d3cade6614d207bd9914f4a1dd2c22faa030d0822cdb4415d41a896da66e007a568b3e07019483497783f96cd8e71c6b66cf66e3e1406b8772d0eb62a58bc34eb7ddd15088640db7f5a04f6c45bbb81c2c436db30288932e8a95e40dd6b74b3dc9c237b2dce7a61753a6497ebbc19b7752942c0b25d874d4b5ae29514fdf15529ff383225f0e96b2d45617cb45d0860d432558aa6dac28ed10f77abd20ec6a104f9a2ae14097829eae049d505dea0b49eef690dc436aa0225e3515f8e33b6711fc48bc7a56c0af46861485ee01bf304a666536ab2ad5347fa6f3672a6fcbfc101e145e92a6fcf9598f1f767949e36d7bc52be71edf5378eb8c57877cf7fc75c99b7acc776cbe67f1e659cecb3a3fb4795b85e1b2da87ef0c1bfdfbea14735c6c3348d423cad109e3905cb816a6d90dc459289cddd5390bc04172ea90452c14eddb6d94639adb0a9c9fb7de3539b9c74db277f0d39539a96b688a2149dce8caabb9c6a25c631db84687ddd24c28ca2c87188327ca464d2ed91525d0c73b60b29086df16a25b80a9603390e00dc885bdb0689ae66895209a825423d5c35e2fb32adbbebfac01ab2dc6171ee30ba57d94f910be6b9417b81cccbd73a14b41279867bb72cfcb590eb88b280c85a8c4c99e496a433580ab36e56bc6ce311cd4d70e5967ed070ca35a6386e118f43c7d561b580d4f518e92e32224ef8bcd5916de9109b53e76e612e77d2e05829c8b6e280a12b85965cfedfbeb959505af2e8a97fafce59b2ccdca6233bc2edebcdc2aeeaac89549d65baf5f6dfcf0f5ed7a75114cdcd7ce74e3fceafac542db0e57965fda96695eae5ecb2fed602ebcb893c245b622b1ae0ebf008bf02acbeffc281cc85f504888f7bc76466185615e1b0e94931902339b385d928332327a32f8b6bca392351d0e3175972b33ee802985aef698461b84db0fe3f860402d9149c1defb7e5c582107f7f613db681fd2657176905558fa32348e35903e0455010a09cf0e167038c8dcdfdfd3309dd9ee4bdba5087469f40006ae3d1cbbb6e5f933cff4e6b37da32131e32e3c6fea5f3833efa3cd8cc6042c673201256367f2e98e06643c7be2f997f664e45d3ce868bab522d3bab0893acf752e3fd6d61028a9a4e38e47e3c963cd8d2a31d1f974e49a43db1f4f66b635776ddfb55fcced99373be9706a5fe600936f8ec0d4ff9d36a7c6cefb6a6a7f568eefe1322dcb9e7a3f78b3438ca5fbb9f6b9ed9260fb9ec85b914e1cf1ed89e50cc793d1a37dcfc34597e6643487a3fd4ecdcf1e4acb719e8fedffb740ffed168852ddd4acb883342fe2aec8c545941ad53ff256d027f2bf66868af4fcd97834018273ed239e24295f4f3be7de2bb39a55e1a0cd2de94444a5d56e291deee93c8d6e9f71a7cd148907b67a625ed91fe5c78388391cba8cf30ce3e1faa9e3d2d484e4e9ee59ceb5af1ccffed842781c3ad6fc8a3082eb38d5525821cee1865688d0c42418e7489c41b5286afa659ce7cf80602b6bdb555a9ef0f3b5e74f2175c7d7473011d5f5e467eeab1cf97fc5d81a40bfcb76bfc4b72801966c0559b23f0bcb1d43969e8fa1443044b5ce27d43f422094335adbf5f6019235cab093d6e975a4dac27d099cbb9735333ca2fedb1d20e19f91e9d9afccafa0c678b67b6e5a362bd8d6682cca2df941b84d5dc773acaac2b1d2b7973a3aab2bdbbb70f691cf8a303119a6ddafa064bb8c01eb80960f6be7eef8bb3923ef0fa23e04557f54c709de5d7ae7f067f6e5f9e72e254d406dbd37beb2fdf34bc7049743404ed2e59ea268ed96daeeed8fed204a3ecb1c8448df0e3932b2bd4307bd07f0c7d8fed1eeaf2e5becc6d83d542e9614b47eb133ac8b18d307a58c4dd4f58ce63e68fd74596326b3da56cb7fbac43138f675ae5ef1e972c7ecde9fa34c3abeffb8f6010b7f880ce9443744170102a2ee4f7ffcfb5ffef093e9bf7a7ffde93f57a2f7db3f0f7ef3bafc26fef5ef7e9fffec6ffff806fcbcafef8d84c7668708ec90ec07c7488f8c60fe031df27dfac5917e3b6443c52e087051905d05b9cf6e7fbe9fe37297a7f39cdec095cea379c502c3a7b152192fefefa9055cd1c328c7013d94b6f250d302059b5a11f9e607f49044e9a1153b3691452cb945b3ebe7f12c9d8802f69d13bc58226e8904a2b460b20908b2102475f70989704e7ec2c1c5b8bab6956bccd114e19e284fd889975119e35a27499d4afce7f4aaf36f6c4da96b, '2017-09-23 18:44:14'),
(56, 56, 'audit/request', 0x789ced584b8fe3c611ce257f21675a00b1bb8e24be298982805014a51176242a24955d1b068816d99268f1a125a9f58c17e3bf1020679f7df1cd06f2277c0f720a10e49e3f904baa9b4d8d6630bbc03a0fe490c30c9bd555d5d5f5f8aa286448aaf1ae347a466b9ba0728fcbd61019a2f1eeae3424d1689515aa4ea59547b8358c0d59148725916815f8cd0997d51546112ea80c70831ed8dae765d502b681d14af21025cd3b5117e65986c32aceb38672c0f8d84149fc16538a023c28dce30e7056459e304529bae9a01d1e89e45dd68cd6e9b82be0e84e9c95383c15b8c30c2aa916a32535fa4f252e886856db20c3de22ff3a4e1224685d917bbe40619c5579b91f72f3acc2090704cef1b8d79c2406921ce82f38f3784cf02bbc79195782a6f4ba8ace3d7f79e52faedb5c121f3037c3e1217fc159fb224fb1a08b5db1ab4892dc952485f3d0161531132316e8460b85213e5273fa70930adf54c2be4a93368273e21011ef083784f2eb9bc7d43419be1989dd413b4ee14ec2577873644b74cc76ed4f854fe97e9f28ef91286d71810b7a2e5c7c5f55474310ce511142704b81920d06970bdb025c8eb3886815529481d64e85360916e22cc237d47d5a637d0767611ec5d98e92e1a8ddd7f1b1cd4518b2a8c26d6e533ce24f50b63b814a4256c1169c75d65e1b67b5bded38a20bbd9d9674a1b6cb982e64e6b430cf0f3195563492594cdd08f4ec36430e72a000936e476b6f32e41ccbb33d6f3e19696a2485833e96fb38eaf5d59e8622246958d5c321b1159d926ab48db4c30e5c9cf65122a75f62fdb8d5d33cfa529286dcea6ac534496f0ef8f0568cd36d2987879eb2d735391ee8a7521c72415816dbd156125565b3dd842a1c18c9e15651b12cab111e0c0661d4d720253445c4a12e86035d0e7b91b2d537a2d41f206980945041bc62caf0c7f7c6313c445e1997f0d4084996e919f0042ad995d8ae22d7dbfc58e7c70a6f4bfc0416322f8a2b7e3a1ef0933e2f6abc6def7879eaf30399b7c6bc32e1fbd3cf2bded413be67f3038b37c7052fe9fcc4e66d05c8557d0edf9bb4867775140b5c1e73a8b58b82d748bd4bb2d17add59e55f419e459df16d5376e038a82f1d0a81a5a27d738c0b4ccb5386f8f9fb539b9306dc327f0b8fbec4897d43930d51e4660bbf41028b2281758f043a9c96e59db2ca0bc8315851ac6873e9a9ac0001de028e4434fd8e90dd1dd80a0f2311de001fd80bcba655817629a2254835523d3540c0b1b40eaa8e7f7ba43459bda85248b53d2a4a5c8dd6feb4d3a70e22fec94f55ada04fd0eaa9e2a195df409f46009715dc170ceb1270ec170b2aeb1351eb4c368c5a724e743d7fd1185a1357a840e9256c4b67781ee7d1edfd0618e0d9eeef6c9790943a7c60ba6b4fe6ae6df981e79bfedaa32566b400ea19f65ef9fe2ab8723cff4950d71883e52c97a064ee2cdf83ecfd86d1b4ae6cc2eebbcef553f0ae888c73bd9ab9e6c40ee64bcfb6d6ae1db8f66fd7b6e77b0f30be31600d770bcc99bdf4ff37809e84811a665a96bdf2ffe3704f12829ee7da53db2541fe3781be2c3eb848602f2d67325fce3e88fc8f85aecde56c0dd1f959f07f76a5e5382fe7f6ff9bc07fbb09d0b96e65fa570d7c0ba7b210367166d4ffc85b4957e43f0dd9196c026f3e5b02b0b8346e90164dd536dbced47f65d6bb0a04da3c122c16e4aeda957bdcf37516dfbce01eb613920f4c7a692eec2771e99ec59c4c5c066a86f1587ee5b8b434a178fa62b3e7da0bc7b79f1284e5c4b1d60b4099c0759c5a142484358c99a500ad21c5b84082175775af23b33283adc003e0abad55ebb26c180818daaffd6005a53b7f7de126a2bad9fcc873e58bfb2fe6cbc6e9b7f9e937f806a50074dd304fcfb1b0dc3954e9747e6d371e251dea49f51f00108a19dde3fef8c8938d97e124ad37e8898d85e7d6b376692b5081e1e38752307466faf62bf3336815beed4e4dcb665387359b0b52577a94722bd7f11dabee3eac2d9db92ee2b5b0fd2b67c2326066fb8dd5b0eb7e06ddd26520d8e4b4742fba76e73fff3ed2391e4d2c14fd837a1eb8bd4f87afc0b3afa71f2b4a7a7473037fbeb083e9b563c2b523709ea84b0359d6d4ae2a4be7e8ddb392afc37b263214353e6ba60f82207488b818471a3c47f0f28e9a7ef999a0d136b1dbb05b35e8ce020218cf361aa0a745015adf8ff72c2b18e837fcefc77e862ce706d048bcbf0f30bb2950d78801d9f12f370580a777b1213ed00dfe268e8038fcf1c7bffee9875facfe31f8f32fffbe13fc3ffc34fafde7d577c937df7e5ffcea2f7ffb0eee79d78ca9a4c0bdfb10f44849c0c5c8d0c6067a200501fd29807ed433527982afb8b2ac4f6533661014b83a15d9baa0b3b9dcfb60a231d80b82386a6c97ce137109c37b049f07218d892a3fd6b441e1a151443ee80514a571765f3297162243653f44546c7ebfdca51b71c87e7f805b6c11b7451da2b464bc2930b20c24fde819605eca49cf38338a70c4553957ed31e714f019c43d939fb180577195e046e79c4850f64fc0f17777ff04097f3ec9, '2017-09-23 18:44:14'),
(57, 57, 'audit/request', 0x789ced574bafe3481566c35f606d45b2d43d24f12b76624711384e2537ea9b38d80edd331ac9aad895c413bfda767aee9dd6e52f20b1663d1b7620f127d8235648883d7f800da7ca766efad27dc5f0120b1689cba7ea9c3acfef1c63431a18ef4b636874f6312e8fa4ec8cb1211aef1f4a43128d4e59e1ea5c5a59483ae3c89045715c528e4e41de9e4959dd101c9282f1e8540cec1cb3b2eac029dde8c45980e3f69d4a0bb23425411565694b391192f7701cbd239422ab46e79c1f0a10da8bd29204e782f49aab4ac66274a496f55c92a2870f24adc5cbb0b7cabe89e2180b6a5fe45eac7010a555561ec7dc32ad48cc0181b35dee0d2789be24fbda4bceccf398bc26bb575125a8cab0af68dc8b5737deeab6cbc5d189700b129cb2979c752cb284089ad817fb8a24c97d49523817ef7111356c5403cde8e02020395367049654e4ae128e55127731dc1305981a2edc51ca0fef9e529378fc7622f6f56e94804dc2d76497374b9ca787ee67c2676c7f44850fa9fff7a42005bb170c3f56556e08c2c5e142006e2970bc2338380afb220307a421952a243805a9bd0aef6222446948ee98fbd456fb1e49832c8cd20323c355876fa2bccb8504f2a3225d6e573c391fe3f4700691943c005d48dadbba5d92d6fa76a3902db46e52b2c5a05b466c21374e0bb2ec14316e45a549d3889b809cc36ecc410e14a0d2fd64ebcec69c6db9c87597b3893a08a5401f117944c2e1683054718825950cb4604c75c5e7b89aec43f574001727231ccbc95744cbf75a92855f49d298dbdc6c1a49d2db1339bd13a3645fcac169a81c35558e74ed5c8a63ce0fca623fd94be240d9ed77c1002e0ce560af0c882c0f42a2eb7a108e544809551149a08981aec9c13054f6da4e94463a9674ac040ae61553861f3f9c46f01079655ac253a524596677c013a874576a7615b9dee6a71a3f557824f13358c8bc286ef8f954e767235e5479840ebc3cf7785de6ad29afccf8d1fc8b8a37b5981f225eb778735af092c6cf108f142057f53dfc70d6193fd4512c489967506b57a5acd2529664a3f3a6b7c9be863c0b7bd3fbb6ecc071505f1a1442938ae82e8f0ac2ca5386f879c7739793746e9dbd83c748e2c491a1ca8628728b95c7842846c782b4243d0bd2b2c8629607705b9af5ca2a2b20c76015d0135d2e39971520c03b808890a55f0ed9dd83ade03411e10df0a17969b26953e04382590932894c4e0d10702dab83aae7dde735de0caeaa1452ed888b925493ad37ef8d9883a87fb273455abdb3027c24e4451690b2bc147d0b682a9c686bedcba0362e069f7e695336eb42308c9a6753cb79f1b2d5af21e302272c1092f13e32c41af7e43a62d2057ba75978ff08d6a0888b9c9f228792943a82a0bd83664b07599eef7aa6b7755995812c516c20fac6f336fe8ded7a1f856cb53960d9eb350859daeb8fe3b6223607b79b8563ce90bf5cbbc8da3ac877d04fb6c8f5dc0fc0bb15bb058d7d7381d6deff068253e732c54ccb421bef3f8ee334e4ec3e07cd914343f76f427359fcc0101fad2d7bb65c2f9e85f4a74cb7e67ab185e8fc53b87e71a565dbaf96e8ffe8fedf4677368b6d4cefa6c565e15c16c22e4a8dfa8fbe956c45ff59c82e10e2bbcbc51ae0c2617183b468abb6ddb6e7de6bb3de5520d0664e415690fb83be3ce45e6cd3e8ee25f7619fa0f9d070afcd15fa28da3c1e316733a7812ac378cabfb11d569a503c23b1dd73d0caf6d0c7186139b3aded0a50c6776cbb66050e610bf3632900e62784145870a3aa6e6274bc6d60cb77ad1b546b3ba8cbb23d0088e8a1379ebf81d25dbeb9721315dd6e7ec77be52bfb57cb75ebf4fbecfc6372871300ba7e9025975858ce12aa74bebc45ad47d5e127c43f03200c33faf9317fe2c9d6cb70933ad4878356c34b43d93ab7cc2f60f733e2ffae61cad2950c70b2f339b426a7c126706c144ee416a616a6875e9b9f4337f19033372dd44c1cd66229487de949566e1cdbb32dfbb6e9fd147d2ea7ae42ba42de8d3d6b926481bcd6b0e774911ed9b7ce92edaaffb8d93fba96d384ad0d99a23d2be783e88cd8f0e5bbe876fe5d59a5d1a305de7285fcf9ad6d82e9213850d4245d9635a855750490a75f02fd789c7efb3d1ea47348eb3b36a3b05a8cc2cef5a042d1878d1557034adb0b30bcbc67f65c7f3ba8acc51c768da96d67682205fda1d9689b04cb2690fae95ed1a44bd330daf39fee1b0d2a5d9a47cbf1e91ed2e8cd40be461b28877fb9a1803b9bb9ef513604803a021cfddbdffce9f7bffedee6affa1fbeff9783e0fde277939f7f517d1bffec97bf2a7ef0c73f7f0b763eb4b32b0507f73104435a2b60181de3b0d17ef7fb3efbf2bffaee9728b120d5b948b7051bcfe5e1b3b9d6d48befd324a835952e937109f37b085f08018bc0407e2a698783532b887ed30b384ca2b41d661e1efe06219000a9, '2017-09-23 18:44:25'),
(58, 58, 'audit/request', 0x789ced57cdaea3c815ce26af9035b284d43db1cd9f0183652518977dadbe360ee074cf68245486b2cd18030db8e7de69ddbc42a4acb39e4d76899497c83eca2a52947d5e209b9c2ac0d7f7aabba399fc288b2c6c8a3a75fecff9ea804d6960be2f4dddecec125c1e48d919615334df3f94a6249a9db2c2d5b9b4b3887446b1298be2a8a41c9d82bc3d93b2ba21382205e331a818a01cb2b2eac029c3ec24598893f69d4a0bb3342561156769bb732424efe1247e47e88eac9a9d73be2f40682f4e4b129e0bd26b54958cc5ec482debb924450fef495a8b9781b6ccbe8993040b6a5fe45e2c7118a755561e46dc22ad48c2c106e778dc1b4e1203490eb4979c95e709794db6afe24a5015bdaf68dc8b5737fef2b6cb25f1917073121eb3979c7d28b2131134b12ff6154992fb92a4701edee1226ed8a8059ad9c161487266ce103ca9c85d251caa53d2c5a0270e31755cb8a33b3fbe7bbe7b4a466fc762dfe8c627f049f89a6cf36689f374dffd4cf88cd18754b84ee3bf230529985e70fc5055b9290897800b2184a5c0c996e0f020ec8a0c02904654aa90159031212fb29094e54fe2682cb3f0a9adf53d92865914a77bb60daaf6dfc479978b08d44745badcb678763ec1e9fe0c86d2ed01d842d2dec6eb92b4b6b71b476ca1754f255b0cba65cc167213b430cb8e31e356545a348db831c8d96f471cd4400126dd8f37de74c439b6873c6f311dab83480a8d21918724d287035dc511965432d0c211b5159f936abc8bd4e31e427c1ae2443e7d45b47ca79db2e82b491a71eb9b7523497a7b24c777627cda957278d49583a6cab1a19d4b71c4056159ecc63b491c28dbdd361c80c2480e77ca80c8f22022866184d1508592501591849a181a9a1cea91b2d3b6a23434b06460255430af5832fc787d12c343e49549094f956ec932d3014fd8a554a9a12a724de6271a3f517824f15358c8bc28aef9d9c4e0a7435e547984f6bc3cf37943e6ed09af4cf9e1ec8b8ab7b484d7116fd8bc35297849e3a788470a6c57b51e5e9f76460f75160b52e619f4da552babb49525d9ecbce9adb3afa1cea2dee4be6d3b081cf497068dd09422bacbe382b0f694217ffee1dce524835b65efe03194387168aab2298adc7ce933218ad9b1a12c49cf86b22cb284d501684bb35e596505d418ac427aa2cb9dce650508f00e202262e5974375f780141ec722bc013e342f4d35ad0bbc3f61d6824c2293530304a8657d50f5fcfbbcc69bc1559742a91d7051926abcf167bd210b108d4f76ae2e0258f394429c46e4eed2f32d9e81979db6d5be0c6bdf1238fea5c3b8eccb8e69d64c0b2ae6c5cb5678bdb9c6053e5da3b07441db4916dd3f1240b787dc9f23976e290cc5693e5d345db8c8f603cfb7fc8dc7facaec007237a07ce3fbebe0c6f1fc0f82b4da1cb09dd50a842c9cd587915a119b839bf5dcb5a62858ac3c646f5c14b8e8671be4f9de13b86ec56ec0e2c09aa395ffbf81d934b8cc30cbb6d1daff8f23374d33d3e7a2197269eafe4df82d8b4f1c09d0ca76a68bd5fc9320fe9ce9d65acd37909def85e49750da8ef36a81fe8fe7ff6d3c67d3d7daf26f5a2416ce65216ce3d4acffe85bc956f49fa5ec022181b798af002e5c9637288bb66b5bb233f35f5b355581445b39855541ee0ffab2cebdd8a4f1dd4beee9cd40eba1e15e594bf441b4793c624da76e0355a6f99c7fedb8ac35a17986624b73d1d2f1d18718613975eccd125026701da766050e615352f006943f115260c18babfadaa2036d035b8167dfa0dada41dd96ed0140441fbdf18335b4eee2cd5598a8e896f81df5ca57fe2f17ab36e8f7d9f9a7e40e9f00e8fa6176bae4c27617d0a5b3c52d6a23aaea1f11ff09006197573f3fe4cf22d9461934a9baa16bad85970b65e3deb248d3d2fa27f874754552f4995b3e7a6d7d0e97848fdc9965a36674b0e70b41ea4bcf8a6ded3abe633bb7cd254e41e572ea2a534be4df38d326f773e4b7f602d5fd1c6e3fb781bfb69aa547d68dbbf83e9e48971cb4f157b44f4a7812ea219b9d020fddcebe2bab347cb4dd5f2c5130bb752c703882b0899a64c88aacf7078321e09771c9dae371fae9f67890ce356dc4da598222071b09ae868b16c731bcbc67e65f4ffa2abb1ef6dbc6b316d59b7400b6378416e0593380d48fe37c53130dd8b7e73f8ef90da25c80bfe5f838fe37763380ae91026ae35fbe0c0096dec7a6f84436c49b0602f2f0fbdffde58fbffdc1faefc69f7ef8b7bde0ffea0fe35f7e517d9bfce2d7bf297ef4e7bf7e0b7e3eb493266d6cef31053a6d08708c8e60d86cbfd283807da73f9d0f83a020d5b94837051ba665fd93a5d5805b10c4516ba97419644b98b62398e743968181fc5cd21687c75610fd021770748ad3b6491e1efe016614e9b1, '2017-09-23 18:45:27'),
(59, 59, 'audit/request', 0x789ced57cd8ee3c611f625afe0332180c0ae23897f222552106c8a6a69841d890a4979d78601a245b6245a14c925a9d9192fc6af1020e79c7dc92d01f212b9073e190872cf0be4e2ea26a9d10e7627b18d0439e420b159d5555d5d3f5f15b121f58cb785d1375adb18177b52b486d8108db7f785218946ab2871792aac3424ad6164c8a2382ca8442b27af4fa428af080e49ce6474aa0638fbb4285bb04b375a711ae0b879a7da82344948504669d2500e84641d1c4737845264d5689db25d0e4a3b515290e094934e7d54c1448c96d4889e0a9277f08e24957a19788bf49b288eb1a07645eed902075152a6c57ec8cd9392c41c1038dbe55e7192e84bb2af3de7cc2c8bc94bb279119582aaf4bb8ac63d7b71e52daedb5c1c1d083723c1217dce59fb3c3d124113bb62579124b92b490ae7e22dcea35a8c5aa0192d1c042463e60ce02625b92d857d798cdb18ce89024c2f2edc52caaf6f1f538ff1f0f548eceaede8087712de904d562f7196ecda9f089f30fe802aef53ff6f494e72faa6c251fbb2cc0c41383b5c08c02d398e3704077b619ba7e08024a45a8534a71113a22424b7cc716a63778724411a46c98e91e190dd3751d6e6420299519236b7c91fed8f71b23b818994dc03f793a4b376db24a92c6d47215b68ed63c116bd7611b1855cbb2b48d343c4a41595a64bad6e047a769b2107d1cfc1a4bbd1da9d0c39db7291ebce2723b5174a813e20f28084fd41afafe2104b2ae969c190da8a4f7139da86ea6107ce3d0e702c1fbf265ab6d58e69f8b5240db9d5d5aad624bd3e90c38d181db7851c1cfaca5e53e548d74e8538e4fca0c8b7a3ad24f694cd7613f4e0c0500eb64a8fc8722f24baae07e1408564501591049a18e89a1cf44365ab6d4469a06349c74aa0605e3165f8f1fd71040f9157c6053c554a926576063c814ab952cd55e48acd8f357eacf048e227b09079515cf1d3b1ce4f06bca8f208ed7879eaf1bacc5b635e99f083e997256f6a31df47bc6ef1e638e7258d9f201e29402eab73f8fea435bcafa29893224ba1ca2e8a58a5452cc946eb556795be810c0b3be3bba6e0c07150591a94409d84e8368b72c20a5386f879fb539b93746e99dec0632071e2c050654314b9d9c2634a14a3654142928e050999a731cb03382d493b4599e69063b00ae88e36773c1525d4fe0d8043c8d22f83bcee002b388c44780364a85fea6c5ae57877c4acf89846a6a7820638965540d9f1eeb20a697a17f509a9b6c77941cad1da9b7606cc41d43fe9a9ac14406ed76573139137e7626f804c057e53635f05d5d562d8fd95cd84ac33c5302aa1cf41cbb3e78d6d156d85737c6441908cb7912156682757d192ce883b4ec3bb078806335ce47c8e1c4a52aae881e50e9acc1d6479beeb99deda651506ba44b106e62bcf5bf957b6ebbd17a8d57a83652f97a0646e2fdf8fd68a586f5caf668e3941fe7ce9226bed20df41bf5923d773df81ec46ed1a2cf6cd195a7aff1bb84d9dcb0c332d0badbcff387ad390b3f31c34450e0ddd2fc670597ce70a3e5a5af664be9c3d09e48f85aecde56c0d71f959687e76a265db2fe6e8ff98fedfc674367bad4cefaa4163e154e4c2264a8cea8fbe156c45ff59c8cee0e1bbf3d91280c2617183b468eab561db53efa559711508b499516815e46eaf2bf7b967eb24ba7dcebddb1d683ed4d24b7381de8b330f5bccc9c4a941ca301ecbaf6c87152594cd406c780e5ad81e7a9f202c27b6b55e00bef88e6d57a22021ac0b5a3380f44742722cb85159b52e3aced680e5bbd615aaaced5505d96c002cf4d02bcf5f41d1ce5f5db889aa6e983ff15cf9e2fe8bf9b271fa5d7afa8cdce223405c37488fe75858ce1caa743abf468d47d5fe07d43f011d0c33bad93e7be4c9c6cb7092dad7fb5a63e1b995ac9d6be66968aeff1a999a36294b171ac0c5ce17d0929c1a99c0ad5138921b909a991e7a697e015dc443ced4b4503d6558b3b92075a54739b9726ccfb6ecebbadf53ec39efba08e8027957f6a44e9119f29a6b3d658bf420be76e68cabfcbb97fef4524b1db2265c8af6a49677223360e396efa2ebe94f1595060ff67bf305f2a7d7b609170fc17da226e9b2a2009e8bda39c00f5be937dec3263a79345e635309abc1286c5d8e261475d820713192343d00c3cb5b7697cb2f0595b596dda6be66d311ea18415fa8194d736079045a3fdc23ea44a91b45b3ffc3fda246a373d368243edc3b6abb19b8572803e5ff8b1b09b8b39ef41e744300a823c0d17ffed3dffefac78f56ffd4bfffd53f7682f7bbbf8c7efb65f95dfcedefff907ffcc3dfbf837bde37932a0505f721047d5a2570313ab861a3f9bef77df6857ff17d2f51624eca539eac73368ccbfd27f3acae14dfa74950592a9d27e102a6f510be070216819efc58d30607874611fd761770788c926688b9bfff116362f84a, '2017-09-23 18:45:30'),
(60, 60, 'audit/request', 0x789ced57cdaee2c815ce665e216b0bc952f704f01f36d8084d8c29b8a82f98b14dba67349255d8057830b6db36b7ef9d56cf2b44ca3aebd9649791f212d98fb28a14659f17c826a7ca36d057dd3799fc298b2cc0e553754e9ddfef1c6343ea196f0ba36fb4b6312ef6a4680db1211a6fdf1586241aada2c4e5a9b0d290b48691218be2b0a01cad9cbc3e91a2bc21382439e3d1a918d8d9a745d98253bad18ad300c7cd3b9516a4494282324a9386722024ebe038ba239422ab46eb94ed7210da89928204a79c74eaab0ac662b4a486f55490bc837724a9c4cbb0b748bf89e2180b6a57e49e2d701025655aec87dc3c2949cc0181b35dee152789be24fbda73ceccb298bc249b175129a84abfab68dcb31737dee2b6cdc5d1817033121cd2e79cb5cfd3231134b12b76154992bb92a4702edee23caad9a8069ad1c2414032a6ce002c29c97d29eccb63dcc6704f14606ab8704f293fbb7f4c3dc6c3d723b1abb7a323d824bc219bac5ee22cd9b53f153e65fb032abc4ffdbf2539c9e99b0a9ede97656608c2d9e142006ec971bc2138d80bdb3c05072421952aa4398d98701791379f45e14866ce531bdd3b2409d2304a768c0c17edbe89b2361712c88e92b4b94dfee87c8c93dd09d4a4e41e8480249db5db2649a56d3b0ad9426b1f0bb6e8b58b882de4da65419a1e22c6ad50431a712390b3db0c39c8801c547a18adddc990b32d17b9ee7c32527ba114e803220f48d81ff4fa2a0eb1a4929e160ca9aef81497a36da81e76e0e0e300c7f2f16ba2655bed98865f4bd2905bddac6a49d2eb0339dc89d1715bc8c1a1afec35558e74ed548843ce0f8a7c3bda4a624fd96c37410f2e0ce560abf4882cf742a2eb7a100e544808551149a08981aec9413f54b6da4694063a9674ac040ae61553861fdf1f47f01079655cc053a524596677c013a87457aa7715b9dae6c71a3f567824f11358c8bc28aef8e958e727035e54798476bc3cf5785de6ad31af4cf8c1f4cb9237b598ef235eb778739cf392c64f108f142097d53d7c7fd21abeaba29893224ba1d2ae0a59a5852cc946eb556795be812c0b3be387a6e8c071505d1a94419d88e83e8b72c28a5386f879fb539b93746e99dec1632071e2c050654314b9d9c2634214a3654152928e054999a731cb03b82d493b4599e69063b00ae88936773c1525d4ff1d0044c8d22f83dceec056701889f006e850bfd4d9b4caf1ee88590132894c4e050f702dab82b2e33d6415daf4ae6a14526d8ff38294a3b537ed0c9883a87fd253491abdebd23965549973c93770a6c289a6d2be0a2ae36238ff95cdd8ac33c5302aa63593f3ec79a35f455de11c1f592024e36d648815eac955c4a433f28ed3f0e102d5a0888b9c5f208792942a82a0bd83267307599eef7aa6b7765995812c51ac01fac6f356fe8ded7a1f046cb53e60d9cb250899dbcb0fa3b622d607d7ab99634e903f5fbac85a3bc877d0e76be47aee7bd0dd885d83c6be39434bef7f03bfa9739962a665a195f71f47711a72769f83a6c8a1a1fbb760b92cbe67868f96963d992f674f02fa63a65b73395b436cfe29543f3bd2b2ed1773f47f6cff6f633b9bc356a677d3a0b2702a7261132546f547df0ab6a2ff2c646700f1ddf96c0960e1b0b8415a3435db6cdb53efa559ed2a106833a3102bc8dd5e57ee73cfd64974ff9c7bbf4bd07ca8b997e6027d106b2e47ccc9c4a981ca301ef3af6c87152694ce406cf61cb4b03df42146584e6c6bbd008cf11ddbae5881435817b46e00f18f84e45870a3b26a6174b4ad41cb77ad1b5469dbab8ab2390078e8a1579ebf82c29dbfba721315dd6cfec87be52bfb17f365e3f487f4f473728f8f0073dd203d9e63613973a8d2e9fc16351e55fb1f11ff047c444948eebbd93e7be4c9c6cb7093dad7fb5aa3e1b99dac9d5be617b0fbefa3d3a55dcad2950c70b2f3053426a7c62670ec791c055b66a6875e9a5f402ff19033352d54cf1bd66c2e485de95156ae1cdbb32dfbb6eefc147dcea7ae42ba40de8d3da9936486bcc6b0a774912eec6b67ce76d57fdceccfaee5d4616b42a6684fca792f3a03367af92eba9dfe58566970b1c09b2f903fbdb54d303d04078a9aa4cb8aa2767b3d4d1445e91ce8cb71fadd773948a790c6776c4261b51885adeb3185a20f1b2aaec693a617607879cbecb9fe7250598bd96d6a539bce50470afa43bdd13409964d20f5e3bda24e97ba6134e73fde376a543a378f86e3e33da4d69b817c8536500eff72430177d653df453604803a021cfdbbeffff4c36f7fb2faabfe874ffeb213bc5ffd7ef4cb2fcbefe26f7ffd9bfca77ffcf37760e7bb6672a5e0e05e42d0a7b50286d1210e1bcd37bfefb3affeab6f7e891273529ef2649db3e15cee3f996b75bdf83e4d824a53e93c171730bd87f07d10b008f4e4c7923638383482e8f7bc80c3639454f90b86bcfb1b300bfe78, '2017-09-23 18:45:35'),
(61, 61, 'audit/request', 0x789ced58cd6ee3c811ce25af90332180c1cc4612ff444aa4206c288a92b5b64485a4d69ec102428b6c495c53a486a4fc3303ef2b2c9073ce7bc92d01f212b90739050872cf0be492ea6653b21ddb5827d9200172b0d5ec9feaaaafaabe2a121952cbf8941b6da3b68a51bec179ad8b0cd1f874971b9268d4f20215fbdc4a435ceb468622cadd9c9ca865f8c31ee7c5094621cee819492172606993e6450db6e9462d4e031457cf445c9026090e8a284daa994b8c770d144757b8c644c39e02274523c6c9bad89059c5a849aa4ed76118a060831b645796c6eca22dba69a035ee89e459336a6916ada3f20e78da14c5ce108407dac8aa51dbefd619e8df88921c07fb0c379855393d0897564aee739c11f94969880c6b93f46314c748509b22f76682822829d27cd3e5c6a07cccc104e778dc0527890b495e686f3973b78bf1395e9e4685a02aeda6a2716f4e4ffcc9599d8ba34bcc8d707099bee5ac4d966eb1a0894db1a94892dc942485f3d00a65113b566a7084a9b8dd51e8148006c125518008bec24de3fafabab14ab36d639f019601f83064f0a020c03b6a4b076028f04d216c8a6d5c7f709eccfcece6f1ec36ee7ee8894dbd1e6d0110e11a2f776c8876c9bafe99f0195def10e16d12272b9ce18cde2bfda32784004cc850bcc4e0546195519b42225548331259c27e17a2027f1e853d995aae56da37a84951b2a6d370d5fa63b4ab732186382e709d5b668ff6c72859ef415132dd025d70d2987b759c94fad6a3900eb4fa36a783563d8fe84066a005697a199550ab24b699b81ec8592fbb1c0450062addf6e6dea0cb3996677bde78d0535ba114e81d2c7770d8eeb4da2a0a91a4e296167489ae681f17bd55a85eae01e26d07c5f2f66baced56da360dbf96a42e373b993149d2874b7c792546db552e07976d65a3a972a46bfb5cec728b20cf56bd9524b694e56a19b4e0c2500e564a0bcb722bc4baae0761478578521511079a18e89a1cb44365a52d45a9a32349474aa0205e3165f8e3dbfd087e445ee9e7f0ab922959a677c02fcc925589ad2a72b9ccf735beaff0b6c40f6020f3a238e3877d9d1f747851e56d7bcdcb439fd765deeaf3ca80ef0cdf17bca9c57cdbe6758b37fb192f69fcc0e66d05a68bf21ebe3da875ef4a2f6638dfa590a8f72847238c4372e1a2314baf21cec246ffb6ca59000e9253832c62a168dfeca20cd3dc96c17ffe665fe7249d9ba657f0d39138b163a8b2218adc68e2575c6351aeb18e5ca3c16d49dac88b348318831165a33ab7dde705d0c715305948c36f07d1dd80a5e0b227c213900b7b60d134cbd07a8b680a5289540e7b3c4bcb6c238f24d45e9f355711be3ee60ce86c31b6f0195bc8ad7b790fc1bb41598e8bdedc1f363a14728278ba2f7085c483743cd0c8414bd851e9f115a3e618f67fe5d063d661c630ca43732ae7cddb4abf72768632b42dab89f12932c49286e53206a443d5e9a7e12dd9a454fe67d671fe6bb910f6b9e8ba240a00ba4ca3c051adc83efb62331ea4dba8d1d6af36e1ca0c56f67b70d234d0e377e7ebf4cbe07d31598e2ed0147726c91ceb43eb343e77a5eb64ffd13ac51fcfdbe77b71f2c55971aa44abd4cbd724e895c14f2920bcda2fd032c6bc3ae8c987a928d9a45069c8a4f8d4a45431dd005303b822e58e88c9040c95d940030922e98731a5d7a33e376a54c9fb9753ab6a07b7d1bc63161c6beadddd1d0d1fcf76bfb45dea489d7a1204b8f660ecda96bff07cd39f7bcc47b228b2427fe2fbb3c589e3f94f76182adb6039d32908193bd3e7db0cd8e3db537f71664f47fec9a336a3530932ad139b88f35de7eca95e834425dde9b8e3d178fa52c7a1886ceb7c3672cd81bd184f3ddb9abbf6c2b57f31b73ddf7bd07654b6cc01a685390255ff7b7a8f0a3bffddcc7e55be1de0322dcb9ef93f78074294a5f7b9f6d07649b0fd9bfa10597c60c8c29e5ace603c1dbdd88c3c3e74664e477370ed3fd5911ca0b41ce7746cffbf2ff94ff725f465676696dc413a0a619f67c2324a8cf21f79cae988fcaf98a124bd85371e4d81e05cea37088b2ae5ab6567e89f9be5aa028e3677a43d10e466ab29b7b937f324ba79cb3dec70483cb0d35373623fc98fc72de660e032ce338cc7e7678e4b531392a7736039d79e38befdd441180e1c6b3e218ce03a4e79144e08f39c640ef4165b8c3324785151b65f847e19e72d3c20d852db5699960ff8f9c25fcc2075c717f76022a2abc557de2bdfb37fc2d81a40bf4df73fc737680b2cd90cd2edc117963b862c1d8ea1443044d5f633e25f20902809f14d73b7d93d42b242196e52db7a5baf343c94c0b94b4b4e0becfebefc544170900120bbefa098ba8c9b00d8435b08b68c4cdf3e37df4129f26d77685a36abd9d6682c484de95154ce5cc777acb210b20a79d875cfa513db3f710e09c26a35b1ec2565a4e3f9b93ba6abeaf7b7fbf3fb7298df2a9f29da8b721eb8a743df1b169e7d367ced51d2335416f8e389bd189e3926981e0282a226e9b2d2529baa2a1fbc7cdc4a3ead1c37916617526a64fbac11a6891885c7b6eaee1eb2ff5b8d1fedfbaa82c55ee03ac79ac5a4d3cac5dc51952fc63950c4d84255c968c883d4e70b1a538755b56afff3c58d51e7a1c255279e2f744cef830724d2ebfdcb558f805bbe041d6543a0102020207ef7db3fffe1373f9afd4dffe38fffba16fc5ffebef7edfbe2bbf89b5ffd3afbc99ffef21dd87957bdc81106f38edff5da24a1c130d21d23a3fafcb758d00f80f73eff496432c3c53e4be6197dfb95db2fe603cbe9c582046ba9a974784dcce1f5388417f0807aa0253f96b444c16525887c6f1350b88d9232c748e8fc1d02a74b8f, '2017-09-23 18:45:45'),
(62, 62, 'audit/request', 0x789ced584fafe2c811cf255f21670bc9d2cc06f03f6cb011da18d3f0d03c30b1cdceec6a25abb11bf0626c8f6ddebcb7a3c957889473ce7bc92d91f225728f728a14e59e2f904baadb36304ff35eb2f9a71c7200b7ababaaabebcfaf0ab021f58cf785d1375adb18177b52b486d8108df71f0a43128d5651e2f2545869485ac3c8904571585089564ede9e4851de101c929cc90037e881ad7d5a942d60d38d569c06386edea9ba204d121294519a349403215907c7d11d6114057870b0271de02cf334ae151df17d07efc848a4efb26ab44ed92e87a33b515290e094934e6d50c1b4182da9d17f2a484e4593ca0619f616e9b7511c6341ed8adc8b050ea2a44c8bfd909b272589392070b6cbbde124d197645f7bc999591693d764f32a2a0555e977158d7bf1eac65bdcb6b9383a106e468243fa92b3f6797a24822676c5ae224972579214cec55b9c47b518b540335a380848c6cc19c04d4a725f0afbf218b7319c1305987a47b8a7941fdf3fa61ee3e1db91d8d5dbd111ee24bc239bac5ee22cd9b53f133e63fb03aabc4fa3b42539c9d9b970f17d596686209ca32204e0961cc71b022e17b639b89c2421d52aa4398dab70ca425c92cfa3702433f7a98df51d92046918253b4686a376df46599b0b09645149dadc267fc41fe36477024329b907b690a4b376db24a9ec6d47215b68ed63c116bd7611b1855c3b2d48d343c4a415956656ad6e047a769b2107399083490fa3b53b1972b6e522d79d4f466a2f94027d40e40109fb835e5fc5219654d2d38221b5159fe272b40dd5c30e5c7c1ce0583e7e43b46cab1dd3f01b491a72ab9b55ad497a7b20873b313a6e0b3938f495bda6ca91ae9d0a71c8f941916f475b49ec299bed26e8c181a11c6c951e91e55e48745d0fc2810a29a12a22093431d03539e887ca56db88d240c7928e9540c1bc62caf0e1fbe3081e22af8c0b78aa9424cbec0c780295ee4af5ae2257dbfc58e3c70a8f247e020b9917c5153f1debfc64c08b2a8fd08e97a71eafcbbc35e695093f987e55f2a616f37dc4eb166f8e735ed2f809e29102e4b23a87ef4f5ac30f551473526429d4da55c1abb4de25d968bde9acd27790676167fcd0941d380eea4b8342a85311dd67514e5879ca103f6f7f6a7392ce2dd33b780c244e1c18aa6c8822375b780d12580c09ac0b1268705a92768a32cd21c760c5b0a2cd1d4f45090870073812b2f4cb20bb3bb0151c4622bc013ed42f7536ad72bc3b6256824c23d35301041ccbeaa0ec780f19a3c9bdab2a8554dbe3bc20e568ed4d3b03e620ea9ff454560a20b7ebe2b98bc8bb73c93798a7c27e53695fd7201703f7d73613b2ce14c3a884be002d2f5e36b655b415cef1b1425de37d648815e6c955b4a4333a8fd3f0e102e760868b9c2f9043498ac6a207963b68327790e5f9ae677a6b975518e812c51a7a6f3c6fe5dfd8aef7494c576b06cb5e2e41c9dc5e3e01ec8386d1b46e1065f71cfbf653e8ae8835e77a3573cc09f2e74b17596b07f90efae91ab99efb11c43706ace16ebe39434bef7f03e769189861a665a195f71f477b9a1cec3c074d914383fc6fc27c59fce8223e5a5af664be9c3d0bfc8f856ecde56c0dd1f9a7d0ffec4acbb65fcdd1ff7bc07fbb07b0b16e657a370d7a0ba72217365162545ff4ad602bfacd4276061bdf9dcf96002c0e8b1ba44553b5cdb63df55e9bd5ae028136330ac582dced75e53ef7629d44f72fb98fbb09cd875a7a692ed02771e9c2624e264e0d6a86f1587e653bac34a1780662b3e7a085eda14f09c272625beb05a08cefd876250a12c2baa095039de148488e05372aab564747e51ab67c1780afb2b6579565c340c110bdf1fc1594eefccd959ba8ea66f37b9e2b5fdd7f315f364e7f484f3f21f7f80840d70dd2e339169633872a9dce6f51e351b5ff84fa6700244a4272dfcdf6d9234f365e8693d4beded71b0bcfad67edb056a04093f8fbf8d4b45559bad2002e76be8416e6d4c8046e3d0fad709399e9a1d7e697d04b3ce44c4d0bd55389359b0b52577a94932bc7f66cab6a4f75df3a735d057481bc1b7b52a7c80c79cdb59eb345ba88af9d39db55fed14b7f7eada50e59132ee8e7cf69f9283203369ef92eba9d7e5f51dac61bfbbdf902f9d35bdb848b87e03e51937459e9419d4afa39c01756fafbf1c2442795c66b6c8a61351885adeb5186a20e1b3cae4698a60760834d30834b1ba8338c3583fa9a4d47a863047da1de689a03cb23d0fa748fa813a56e140dffd3fda246a373d368249eee1db5dd0cdc2b9481f2ff971b09b8b39e0c2fba2100d411e0e8dffee64fbffff50f567fd5fff0c3bfec04ef17bf1bfdfcabf2bbf867bffc55fea33ffef93bb8e78766b2a5a0e05e42d0a7550217a3831e369aff0e7c9ffd7b70f5df81448939294f79b2ced9f02ef79fcdb3ba527c9f264165a9749e9c0b98ee43f8fd10b008f4e4c79a363838348ae82f7e0187c728a972172ef2e16f8ec513df, '2017-09-23 18:45:45'),
(63, 63, 'audit/request', 0x789ced574bafe2c815ce267f216b0bc952f704f00b1b6c8412630a2eea0b666c93ee198d641576011e8cedb6cded7ba775f31722659df56cb29b48f913d94759458ab2cf1fc826a70a17f7a1ee8e66f250165980cbe7d439759e5f1d634be959ef2bab6fb5b629aef6a46a0db1255befef2b4b91ad5655e3fa5439794c5ac3c45265795851895649de9e48555f111c9392c998540d70f67955b7609769b5d23cc2297fa7daa23ccb48542779c62907428a0e4e931b4229aa6eb54ec5ae04a59d24ab48742a49a739aa6222564be1a2a78a941dbc23d959bd0abc45fe4d92a658d2bbb2f06281a324abf36a3f14e6594d52010882eb0b6f04450e1535345e0a7651a4e435d9bc4a6a49d7fa5dcd105ebcba0a16d76d214d0e449891e890bf149c7d991f8964c85db9ab298ada55144df0f116974923462d30ac168e2252307306e0494d6e6b695f1fd3368673920853c7a55b4af9e9ed73ea311dbe1dc95db39d1cc127e91dd914cd1217d9aefd99f419e30fa8f23e8dff9694a4a46f3a447a5fd785254997804b1184a5c4e986e0682f6dcb1c0290c554ab94973463d24d42defd2c89472a0b9ece6def902ccae324db31321cb4fb2629da424ca03a6ad21636e5b3fd29ce76273093927b90029275d67e9b64676bdb49cc1646fb58b145af5d256ca136218bf2fc9030698d3ac2d58d40cf6e3314a0024a30e96eb4f62743c1757ce4fbf3c948efc54a640e883a20717fd0ebeb38c68a4e7a4634a4b6e2535a8fb6b17ed841808f039caac7af89516c8d631e7fad28436175b56a34296f0fe4702327c76da54687beb6377435318d53250f8530aacaed68abc83d6db3dd443d383056a3add623aada8b89699a513cd0a120744d26912147a6a146fd58db1a1b5919985831b1166958d46c157e627f9cc04316b571054f9d9254959d014fa052aed27035f5cc16c78638d644a4881358a8a22cafc4e9d814270351d6458476a23a0d4453159db1a84dc4c1f4cb5ab48d54ec23d174447b5c8a8a214e90883420d7e773c4fea435bc3f67b124559143a73d6a649d36b2a25aad379d55fe0eaa2cee8cef78d341e0a0bb0c6883a610d16d91948435a70af90bf6a7b6a098c232bf81c74011e481a5ab962c0bb345c0946856cb81a2241d078ab2cc535607705a9677aa3a2fa1c66015d11d6de178aa6ae8ff1b008898955f01b5dd01567418c9f006e8d0bc34d5b42af1ee885903328d4ccf191ee058d6057527b82bce68d37bd4a3506a7b5c56a41ead836967c00244e3939fea8b82a675922c26b7978ee768065eb678a37d159d7d4b61fb572e93722e14cb3a0bcda99a172fb9f23371854b7c7c8cc1ca056bc7797cf7c080b37de4fd027994a4310ca7f9f4d064ee212708fdc00ed63eeb2bab05b8dd40f25510acc22bd70f3e08d17ab3c171974b503277971fc6694d6e36ae5733cf9ea070bef491b3f650e8a1cfd7c80ffc2760cdd5aec1e2d09ea165f0bf81d834b8cc30db71d02af88fe3364d333bcf4353e4d1d4fd5bd05b959fb811a2a5e34ee6cbd92721fcb9d0b5bd9cad21373f08c72f81745cf7d51cfd1fcdffdb68ce26af951d5c711c964e55296d92cc3affd1b78aade83f4bd90540427f3e5b0258782c6f5016bc6739db9d06afed33578344db05055549edf6ba6a5f78b1ce92db97c2d37b81d64323bdb417e88358f3b0c59e4cbc06a82cebb9fccaf5586342eb0c64cef3d0c20dd087046139719df5023026f45cf72c0a12d2baa27d03187f24a4c4929fd4e74b8b0eb30d6885be7385ced6f6ce4dc937001e06e84d10aea071e76f1e8589aae6ccef79aefac8ffc57cc9837e979f7e4e6ef11160ae1be5c74b2e1c6f0e5d3a9d5f231e51bdff11f59f800f7675758b7df12c923cca7092de37fb26b7f0729dacbd6b16695a5aff149d2e1724459f991da0d7f617704504c89bda0e6a060767369794aef2acd8569e1bb88e7bdd5ce114542ebb1e656a81822b77d2e47e86026e2f70bd2fe0eef31af8e3d5ac3c88aebdf90ff144b9e480c75f333ea9e149a8076c720a7d743dfdbea2cae0c1f660be40e1f4dab5c1e118c2261b8aa96a3db36beabd4bc61eb6d24fb6874d74a2e1d1e25304450d360c3c1a2b3886637879cf4c7f3ce3ebec6ad86d1aaf38a237a9005c6f181cdc592380d68f637c530f0dd0f3fd1fc7fb064d2ea0cf253e8efd8ddd0c9ccf280175f12f5f040049ef134b7ea21be24d030179f8fdeffef2c7ef7eb4fabbf9a71fff6d2705bffec3e8575fd6dfa6bffccd6fcb9ffcf9afdf829ff77cc6a44ded3fa4a04f9b011ca3c317b6f8d77918b2eff3a793611896a43e95d9ba6463b4daff645935c0168649cc2d552e236c0573760c937cc432d0539f6bdae0e8c015d12f6f09c7c724e30d727fff0fb75de746, '2017-09-23 18:45:50');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(64, 64, 'audit/request', 0x789ced57cd8ee3c611ce25af90332180c0ae23897f222552106c8a6a69841d890a4979d78601a245b6245a14c925a9f58c179357089073cebee496007989dc839c0204b9e7057c71759394b483dd496cc3460e39486c567755d7ef57456c483de36d61f48dd636c6c59e14ad213644e3ed436148a2d12a4a5c9e0a2b0d496b1819b2280e0bcad1cac9eb1329ca1b824392331e9d8a819d7d5a942d38a51bad380d70dcbc5369419a242428a33469280742b20e8ea337845264d5689db25d0e423b515290e094934e7d55c1588c96d4b09e0a9277f08e24957819f616e9d7511c6341ed8adcb3050ea2a44c8bfd909b272589392070b6cbbde224d197645f7bce995916939764f3222a0555e977158d7bf6e2c65bdcb6b9383a106e468243fa9cb3f6797a24822676c5ae224972579214cec55b9c47351bd540335a380848c6d419802525b92b857d798cdb18ee89024c0d17ee28e5d7778fa9c778f87a2476f57674049b84afc826ab97384b76ed8f848fd8fe800aef53ff6f494e72faa6c255fbb2cc0c41383b5c08c02d398e3704077b619ba7e08024a4528534a71113a2242477cc716aa3778724411a46c98e91e192ddd751d6e6420299519236b7c91f9d8f71b23b818a94dc03f793a4b376db24a9346d47215b68ed63c116bd7611b1855cbb2b48d343c4b81595a64b2d6e0472769b2107d1cf41a5fbd1da9d0c39db7291ebce2723b5174a813e20f28084fd41afafe2104b2ae969c190ea8a4f7139da86ea6107ce3d0e702c1fbf245ab6d58e69f8a5240db9d5cdaa9624bd3e90c31b313a6e0b3938f495bda6ca91ae9d0a71c8f941916f475b49ec299bed26e8c185a11c6c951e91e55e48745d0fc2810ac9a02a22093431d03539e887ca56db88d240c7928e9540c1bc62caf0e3fbe3081e22af8c0b78aa9424cbec0e780295ee4af5ae2257dbfc58e3c70a8f247e020b9917c5153f1debfc64c08b2a8fd08e97a71eafcbbc35e695093f987e5ef2a616f37dc4eb166f8e735ed2f809e29102e4b2ba87ef4f5ac3872a8a3929b214aaecaa88555ac4926cb45e7556e957906161677cdf141c380e2a4b8312a89310dd65514e5861ca103f6f7f6a7392ce2dd337f018489c383054d910456eb6f09810c568599090a4634142e669ccf2006e4bd24e51a639e418ac027aa2cd1d4f4509b5ff06c02164e997415e77602b388c44780364a85fea6c5ae57877c4acf8984426a78206b8965540d9f1eeb30a697a57f509a9b6c77941cad1da9b7606cc41d43fe9a9248dde75d99c32aaccb9dc1b2853e14453655f049571319cffc2666cd699621815d39ac979f6bcd1afa2ae708e8f2c1092f13632c40af1e42a62d21975c769787f816950c445cea7c8a124a58a2068efa0c9dc4196e7bb9ee9ad5d5665204b146b70bef1bc957f63bbde7bc15aad0f58f6720942e6f6f2fd88ad88f5c1f56ae69813e4cf972eb2d60ef21df49b35723df71dd86ec4ae4163df9ca1a5f7bf81ddd4b94c31d3b2d0cafbc9119c869cdde7a0297268e87e348ecbe23b26f86869d993f972f624983f66ba3597b335c4e50721fad989966dbf98a3ffe3facf8deb6cfe5a99de4d83c8c2a9c8854d9418d51f7d2bd88afeb3909dc1c377e7b3250085c3e20669d1d46bb36d4fbd9766b5ab40a0cd8cc2ab20777b5db9cf3d5b27d1dd73eedd0e41f3a1e65e9a0bf45e9cb91c312713a70629c378ccbfb21d5694503603b1d973d0c2f6d0fb186139b1adf502f0c5776cbb62050e615dd09a01b43f129263c18dcaaa7dd191b6062cdfb56e50a56daf2ac8e60060a1875e79fe0a8a76feeaca4d5474b3f93def95afec5fcc978dd3efd3d327e40e1f01e2ba417a3cc7c272e650a5d3f92d6a3caaf63f20fe09e86098d1cdf6d9234f365e869bd4beded71b0dcfad64eddc32bf80ddff19992ead5296ae6480939dcfa0293935368163a37024373035333df4d2fc0cfa88879ca969a17ad6b0667341ea4a8fb272e5d89e6dd9b775d7a7e8733e7515d205f26eec499d2433e435863da58b74615f3b73b6abfef7667f7c2da70e5b1332457b52ce3bd119b0b1cb77d1edf4fbb24a838b05de7c81fce9ad6d82e9213850d4245d56d45e575134803cfd1ce8cb71fabd7739482790c6776c3a61b51885adeb1185a20f1b28ae4693a617607879cbecb9fe6a50598bd96d6a539bce50470afa43bdd13409964d20f5c3bda24e97ba6134e73fdc376a543a378f86e3c33da4d69b817c8536500e3fbaa1803beb89ef221b02401d018efecb9ffff9b73ffd62f5adfef75ffe7b2778bfffebe8779f97dfc4bffdc31ff35ffde35fdf809d0fcdd44ac1c1bd84a04f6b050ca3031c369a6f7ddf675ffb57dffa1225e6a43ce5c93a6783b9dc7f32d7ea7af17d9a0495a6d279262e60720fe1db206011e8c98f256d70706804d1ef780187c7286986998787ef00e646fc5a, '2017-09-23 18:45:54'),
(65, 65, 'audit/request', 0x789ced573b8fe3c81176e2bfe098104060f72c892f911229083645b534c28e4499a4bc7b87038816d99278e26b496a6fe616737fc18063c79738b301ff09e78623038673ff0127ae6e929a076607b8f3030e1c486c767555d7f3ab2236a481f1b1348646671fe3f248cace181ba2f1f1ae3424d1e89415aecea59585a4338e0c5914c725e5e814e4fd9994d515c12129188f4ec500e5989555074ee94627ce021cb7ef545a90a52909aa284bdb9d1321790fc7d107427764d5e89cf34301427b515a92e05c905e7355c9588c8ed4b29e4b52f4f081a4b5781968abec9b288eb1a0f645eed50a07515a65e571cc2dd38ac41c6c70b6cbbde324d197645f7bcd99791e93b764f726aa045519f6158d7bf5e6ca5b5d77b9383a116e418253f69ab38e4596104113fb625f9124b92f490ae7e23d2ea2868d6aa0191d1c042467ea8cc0928adc54c2b14ae22e867ba20053c3851bbaf3d39ba7bb493c7e3f11fb7a374ac026e16bb2cb9b25ced343f733e133461f51e143eaff3d2948c1ee05c38f55951b827071b810805b0a1cef080e8ec2bec8c0016948a50a594123269cf31057e46751389199fbd456fb1e49832c8cd203db86ab0edf4479970b09e44745badcae78723ec6e9e10c8ad2ed01e842d2ded6ed92b4d6b71b856ca17593922d06dd32620bb9715a9065a788712b2a4d9a46dc04e41c76630e72a000956e275b7736e66ccb45aebb9c4dd4412805fa88c823120e4783a18a432ca964a00563aa2b3ec7d5641faaa703b83819e1584ebe225abed7922cfc4a92c6dce66ad34892de9fc8e9831825fb520e4e43e5a8a972a46be7521c737e5016fbc95e1207ca6ebf0b06706128077b6540647910125dd78370a4424aa88a48024d0c744d0e86a1b2d776a234d2b1a463255030af9832fcf8e1348287c82bd3129e2add926576073c619752a586aac835999f6afc54e191c4cf6021f3a2b8e1e7539d9f8d7851e5113af0f2dce37599b7a6bc32e347f32f2aded4627e8878dde2cd69c14b1a3f433c5260bbaaefe187b3cef8ae8e6241ca3c835a7b50ca2a2d6549363aef7a9bec6bc8b3b037bd6dcb0e1c07f5a5412134a9886ef2a820ac3c65889f773c773949e7d6d907788c244e1c19aa6c8822b758794c8862742c484bd2b3202d8b2c667900b7a559afacb202720c56013dd1e592735901027c00880859fae590dd3d2005a789086f800fcd4b934d9b021f12cc4a904964726a80806b591d543def36aff166f0a04a21d58eb8284935d97af3de883988fa273b57b5001098e01452b357e15d4c84280dc9cda5f25b545329943605f765505b188363bf5c315e8fb25a976dc3a8399754d6abd7ada2f5e60617387908c8d20578a759787b4f00055ce4fc1239744b61804e43eba0d9d24196e7bb9ee96d5d5662460740bcc1e72bcfdbf857b6eb3d8bd76a73c0b2d76b10b2b4d7cf83b6223607b79b8563ce90bf5cbbc8da3ac877d02fb6c8f5dc47c8dd8add82c6beb9406bef7f03bea9739962a665a18df71f07711a66769f83e6c8a1a1fb3741b92c3e32c4476bcb9e2dd78b17f1fc29d3b5b95e6c213a3f08d42faeb46cfbcd12fd1fdaffdbd0ce06b18de95db5a02c9ccb42d845a951ffd1b792ade83f0bd905427c77b958035c382c6e90166dd5b6647beebd356baa028136738ab082dc1ff4e521f76a9b4637afb9c74d82e643c3bd3657e859b4b93f62ce664e035586f1947f633bac34a17846624b73d0caf6d0738cb09cd9d6760528e33bb65db30287b02d69e500e02784145870a3aaee6074b66d60cb77ad2b546b3ba8cbb23d0088e8a1779ebf81d25dbe7be0262aba257ecf7be507f6af96ebd6e9b7d9f9e7e406270074fd204b2eb1b09c2554e97c798d5a8fd2bef3acf817008475b07e7ecc9f78b2f532dca40ef5a1de6a7869285be79af9050ebc20fef96e493168617ae8adf939b40a0f3973d342cd2c612d9682d4979ea4dcc6b13ddbb2af9bae4ea1e572ea41bc56c8bbb2674d062c90d76a0d54e773e8814e03826d4e4bf7ac5b67f9c3ed912ef16863a1682fca79e4f6111ba97c175dcfbf2f2b9d485a0bbce50af9f36bdb04b343709ea849baaca8c3beaee9a2284a9708de1fa75f74f707e9b8d3faad9d2b288ab0f1e0c1a0d1623a86978f4cfd871f002a6b15875d63598bf04d5000e71b420bf6ac3040eaa731bfc98c06f8dbf39fc6ff065d2e4da0e5f8742f68f466605da30664c8bfdc1800a23e4686f84836f89b3a02e2f087dffff54fbffbd1e61ffa9f7ffcf783e0fdfa8f935f7d517d177ffb9bdf163ff9cbdfbe033befda019416b97b1f82212d0b308c8e63d8683fde7d9f7dbe3f9e157dbf20d5b948b7059bb1e5e18ba9d5009def4761aba974996c4b18c24318f303168181fc54d20e07a75610fd3017709844695b247777ff047697f181, '2017-09-23 18:45:58'),
(66, 66, 'audit/request', 0x789ced57cd8ee3c611f625afe0332180c0ae23897f22255210108a6a69841d890a4965d78601a245b6245a14a925a9f58c17e357089073cebee496007e09df0d9f0218bee7057249758badd10c7616d824367cf04162b3abebbfeaeb22b6948ef5b6b4ba56639de2724bca461f5bb2f5f6aeb414d96a9415ae8ea593c7a4d14f2c5596fb25e56814e4f59194d515c13129188f49c500659b9755034e995623cd239cf2772a2dcab38c445592677c6747c8a185d3e40da13baa6e358e874d01425b495692e8589056adaa642c5643e1acc792142dbc21d949bc0ab459fe5592a658d2dbb2f06c86a324abf272db17a6594552013604d7175e098a1c2a6a683c17ecc321252fc9ea455249bad66d6b86f0ecc55530bb6e0a69b223c28444bbfcb9e06c8b7c4f24436ecb6d4d51d4b6a268828fd7b8486a366a8161357014910333a7079e54e4a692b6d53e6d62d09344983a2eddd09ddfdf3cdedda7fdd703b96d36933df8247d4956877a890fd9a6f989f409a3f7a8f02e8dff9a14a4607ac1f16d551d2c493a075c8a202c054e5704475b695de410802ca652a53dce406aabc2ab94484916931b163e9d5bdf225994c749b661dba06af35572680a3181faa8485358158fcea738db1c4124ddee802d246b2dfd26c94ef63693982d8ce6be648b4eb34cd842ad8316e5f92e61dc9a4e8ba6163700399b555f801a28c0a4dbc1d21ff505d7f191ef4f4703bd132b91d9236a8fc4dd5ea7abe3182b3ae918519fda8a8f693558c7fa6e0321def770aaeebf20c6616decf3f80b45e90b8bab452d4979bd23bb3772b25f976ab4eb6a5b435713d33896725f08a3b2580fd68adcd156eb55d40185b11aadb50e51d54e4c4cd38ce29e0e25a16b32890c39320d35eac6dada58c94acfc48a89b548c3a266abf013bbc3041eb2a80d4b78ea744b55990e78c22ea52a3555534f64716888434d448a3882852acaf2421c0f4d71d413655d446823aae3403455d1198ada48ec8d3fab44db48c52e124d47b48785a818e208894883edeaa447ec8e1afdbb53160b521e72e8b58b56d6692b2baad578d55ae45f429dc5ade12d6f3b081cf497018d509722ba39240561eda942fe82edb12928a630cfdfc0a3a70872cfd2554b9685c92c604234abe140599296036559e429ab03d096e5adb2ca0ba8315845f44453d81fcb0a10e00d4044cccaef00d5dd0252b41bc8f006f850bfd4d5b428f0668f590b32894cce0920402deb83aa15dc1e4e78d3b9e85228b52d2e4a520d96c1b8d56301a2f1c98f15e1ce974975d134ace3399ae940e68df67974f22c85807eee038f737eb7ac13cb940a79f69c5b76da5ce002ef2f11583923ed308f6fef09a0d947de9f9047b73486e034971e1a4d3de404a11fd8c1d2673d653500b56b40be0a824578e5fac13b015aaf0f38ee7c0e42a6eefcdd28adc9f5c1e562e2d923144ee73e72961e0a3df4c725f203ff015473b14bb038b427681efc3af09a069719663b0e5a043f3b6ad334337d1e1a238fa6eeff84ddaafcc09110cd1d77349d4fde0be08f99aeedf96409d9f9af50fc1c4ac7755f4cd16f58fe4b63399bbc167670c551583a9685b44a32ebf447df4ab6a2ff2c65670809fde9640e70e1b1bc4159f0aee564771cbcb44f540d126d1f28a44a6abbd356bbc2b36596dc3c171ede0ab41e6aeeb93d43ef449bfb23f668e4d55065598ff917aec75a139aa727739a87666e80dec508cb91eb2c678032a1e7ba2756e09096302d961220fc9e90024b14944f1365878a63b015face153a59db39b5253f008818a05741b880d69dbeba081315cd891fa857bdf07f369df3a0dfe6c73f901bbc07a06b47f9fe9c0bc79b42978ea7d7884754ef3e21fe3d00c230a37dd81e1e4592471934e95db36b720bcf17cad2bb6691a63a9f16fff07aa4d833b103f4d2fe14ae88007963db41f5d0e04ca692d2561e95dac27303d771afebeb9b42caf9d4459e6628b8724775e62728e0d602d5fb14ee3eaf063f5ecbca3debd29b7eb81fca39fe3cf69af15efe0761eeb19929f4d1f5f8435995debde5c17486c2f1b56b83bb31044d36145305946d035e017699e78cdd1fa79f6cf707e93cc3e3c5e7088a1a6c1cb8182c3886637879cbccbf9cf07576356c56b5671cd1eb6400aed7040eeeac1140ead3185f57440df4fcfcd3785fa3c919f439c7d3d85fdbcdc0f984127456fb5f2f0280a4b789253f900df1a681803c7cfb8f1fbffffb478b7f9b3ffcee5f1b29f8cb77833f7f567d937efdd7bf151ffff3a76fc0cf3b3e61d2a6f6ef53d0a5ed008ed1f10b5bfceb3c0cd9f7f9c3d9300c0b521d8b6c59b0215a7d7f55d7c0168649cc2d55ce236c0953760c737cc432d0511f4b5ae168c705d12f6f09c7fb24e34d7277f71f91a9e688, '2017-09-23 18:45:59'),
(67, 67, 'audit/request', 0x789ced57cd8ee3c611ce25af90332180c0ae23897f22255210608a6a69841d89324965d78601a245b6245afcd192d47ac68bc92b04f0d9675f727380bc44ee414e068cdcf302b9b8ba496a3483d9016cc3460e1960c46657d7d7d5f5f375111b52cf785f187da3b58d71b127456b880dd1787f57189268b48a1297a7c2ca42d21a46862c8ac3826ab472f2f6448af28ae090e44c47a73020d96745d98255bad18ab300c7cd3b450bb2342541196569337320e4d8c171f48ed01959355aa7e32e07d04e94162438e5a4536f553015a32535aaa782e41dbc2369052f836c917d15c53116d4aec8bd58e0204acbacd80fb9795a92988309ce76b9379c24fa92ec6b2f39f3788cc96bb279159582aaf4bb8ac6bd7875e52daedb5c1c1d083723c1217bc959fb3c4b88a0895db1ab4892dc95248573f116e751ad462dd08c160e027264e60ce02425b929857d99c46d0cfb4401a607176ee8cc1f6f1ecf26f1f0ed48eceaed288133095f92cdb11ee263ba6b7f247cc4e4030adea7fedf929ce4f44d55c0e965793404e1ec702100b7e438de101cec856d9e8103d290a20a455412214a4372c3dca6365677481a646194eed8346cb1fb2a3ab6b990405e94a4cd6df247eb639cee4e60209dee81f349da59bb6d925676b6a3900db47652b041af5d446c20d7ce0ab2ec10316d45a5c952c38d0067b7197210fb1c4cba1dadddc990b32d17b9ee7c32527ba114e803220f48d81ff4fa2a0eb1a4929e160ca9adf81497a36da81e76e0da64806339f98268c7ad9664e1179234e45657ab1a497a7b20877762946c0b3938f495bda6ca91ae9d0a71c8f941916f475b49ec299bed26e8c186a11c6c951e91e55e48745d0fc2810aa9a02a22093431d03539e887ca56db88d240c7928e9540c1bc62caf0cff7c7113c445e1917f054e9942cb33de009b3542ad55245aec4fc58e3c70a8f247e02039917c5153f1debfc64c08b2a8fd08e97a71eafcbbc35e695093f987e56f2a616f37dc4eb166f8e735ed2f809e29102d365b50fdf9fb48677551473521c33a8b18b125669094bb2d17ad359655f427e859df16d536ee038a82b0d0aa04e4174738c72c2ca5286f879fb539b93746e99bd83c740e2c481a1ca862872b385c740204f2d4847d2b1201df32c667900bba559a728b31c720c46015dd1e692535142e5bf036a0859fa1d21ab3b200a0e2311de8017ea973a9b5639de2598951e4364381531c0b62cffcb8e777bac78a677519d906a7b9c17a41cadbd6967c01c44fd939dca0a0000139c426a764abc892f8a87557cc3662aa5d0bad03e0faa13c6e0d8cf174cd7a3aad679da302acd39c57af1b231b49a5ce11c2797442c9d09779c85b7f70230c045ce9f9043a71446e434b40e9acc1d6479beeb99deda652566b480bc6b5ebef2bc957f65bbde933cadd60b2c7bb90490b9bd7c9aac15b15eb85ecd1c7382fcf9d245d6da41be833e5923d7731f307603bb068b7d738696deff066d53e732c34ccb422bef57276f1a66b69f83a6c8a1a1fb85142e8b0f0ee0a3a5654fe6cbd9b33cfe58e9da5cced610959f45e667175ab6fd6a8efe4fe9bf35a5b3c66b657a570d190ba7221736516a543ff4ad6023facb4276a60edf9dcf9640130e8b1ba44553ad8dd89e7aafcd4aaa40a0cd23655641eef6ba729f7bb14ea39b97dcc3cb81e643adbd3417e84996b95f624e264e4d5186f1587f653bac24a16806622373d0c2f6d0538a309cd8d67a01ece23bb65da98286b08666b11080e81342722cb850415543d9a3708cae7cd7ba4295b5bdaa1c9b05c0841e7ae3f92b28d9f99b0b3751e846f813f7952fcebf982f1ba7df66a78fc90d4e80e0ba41969c63613973a8d2e9fc1a351ea5f7cd93f0cf1007e38cee717f7ce4c9c6cbb093dad7fb7a63e1f922593bd7cc2fb0e019f8a76f49ca4133d343afcd4fe18af09033352d54f710d66c2e485de951caad1cdbb32dfbbabecd29b59c575dc46b81bc2b7b5267c00c798dd520753e85bbcfa949b0c969e95e75edcc7ffe79a4733c9a5828dab3380fdc3e60ad94efa2ebe94f55a59d4873026fbe40fef4da36e1d821384fd4245d56e0ae1b0c44f893ce11bc5f4ebfe0ee17d236a7f15bd34f5016616dc14583d1703a8697f7ccfccbc65f6557c56e539fac61f83a28c0f3b5a0217b561880fa61ceaf33a326fe66fd87f9bf6697f325d0687cf82ea8ed66645db10664c82fbe1880a2de4786f8001bfc4d1d0171f8fbdf7ef8e777bf5bfd57ffd7efffb313bcafff31facb67e5b7f19fbff96bfe87effffd2d9cf3ae693c6991bbf721e8d3b28083d1360c1bcdc7baefb3cff5873da2efe7a43ce5e93a67bdb5dc7f36b56aa2f3fd286c2c95ce1d6d01cd7708ed7dc022d0931f236d70706880e887b880c3244a9b22b9bbfb11de44ebef, '2017-09-23 18:46:00'),
(68, 68, 'audit/request', 0x789ced584f8fe2c815cf255f216707c9e9990de07fd8801152c0181a0d60c6989d9ed14a566117e0c17f18db74d33beafd0a2be59cf35e724ba47c89dca39c2245b9e70be49257e5327477a65b9acd6e9448397463bf7af5eafdfdbd5746bad4d03f667a53afac43946d7156e9205dd43fde65ba24ea952c47f92133121f573a81ae887227233b2a29fe70c0597e89918f53ba4752881c58da26595e01b6b65e09130f85e53b11e725718cbd3c48e292b2c3785f4361708d2b4c34f0e438ce6b218e37f9965015bd22296dba0e8f1ef2b6b846b8d224640745e858431bdc15c9bba6579234d804c519f0b6cdf3bd2e080fb49155bd72d86f52d0bf16c419f60e29ae31ab32ba110e2d953c643825f2e3c21019d6a6c9d741182241ad8bdc8b29f282384fb26d871b83f2210704ce5a70579c24ba92ec6a2fb9de7e1fe23778f52ac8055569d6158d7bf1ead2994eaa5c18ec3037c2de2e79c919db3489b0a08975b1ae48925c9724855ba0354a03b6add0e0eca6fc764f5da7806b101c127888f85738d66e6e6e6aeb248d6a87147ce9410c7de61ee479784f6d69811b727ccc856d1e85d507fb09e597c7c7d428ec7ce88af5763588c021c20d5eedd923dac79bea17c21774bd458437499eac718a537aaef4af91103c302145e10a435085754a6df2895421423148ade568156221887d7ca496aba5f6356a52106f28198eda7c1decab9c8f218f735ce556e923fe10c59b038824e406e882e3da7251c571a16f35f0e983568d32fad0a866017d9099d3bc24d90585ab5592db4c5c17e46c561d0e122805956ebbcbc5a0c359c6c25c2cc683aedaf025afddc2720bfbcd56a3a9221f492a6e685e87e88a0e61de5dfbea6e032e8e5a2894a3f758dbafb528f1df4b52879b5fce9924e9c30eefaec5205a67b2b76b2a5b4d9583b676c8c40ee77a59baeeae25b1a1acd62baf0107fab2b7561a58961b3e6eb7db9edf52219f5445c49e267a6d4df69abeb2d656a2d46a23a98d144f41bcd293e18f6ff603f81179a59fc1af4a48b24ccf805fa0925589ad2a72b1ccf735beaff0a6c40fe041e64571ce0ffb6d7ed0e2459537cd0d2f0f1dbe2df3469f57067c6bf82ee77b5ac8374dbe6df0bd7eca4b1a3f30795301725e9cc3370795ce5d11c51467fb040af51ee4680471482d5cd5e6c90de4995febdf96350b8e83e2d4a08a582a9ac77d90625adb32c4cfd91eaa9cd4e666c935fcb4244e6ce9aaac8b22379a3a25d618146b8c33d668705a9cd4b23c4921c7e089a251958b0e590ef0710d48e6d3f4db4376d760c9db7545780370612f2c9be629da448896209548e5b0d7495254db0f5735a0b5c1f0c261782137ee553ea4ef16a519cebb4b67586b51a7139f27871c97029214fc2e782946058de248a92678ae522af215c3e610c2f4954576192782ae177b0c2ae6c5cb5278419da31445f73b9074ea34fdc4bf250b4a1973660fe77c2efe019f8d6e8a08431e14a593aa46d874dcdd5e5af60f57de6483dec86b3cd9b5adf5d153a6efc650b747f4fa5a1177efc6e2ebe67bec28e9fbedd63b5c45c16172fdca0f9bd76fafbebc94b13bc7ae83b3a33a7f4d125d19fc82fa8057fb342abc3ae8ca8d132d88b709b41742154b241b60aa2c9727dcd92332315c65fad244814cf971d4ee766948f50a55f2fee1d4029a3d7a456eb0c26226b0a60956dcddddd1f45898f697a64da3d6a2610309b63918dba6e1b80ba7e72c172c20b228b24e7ee93873f7d25a389f1c2154c66058b31908195bb3a7e708e071cc99e34eccd9c8b97c3447b44a413de3d224e21cdb9a7c6a98202948392d7b3c1acf9e1b291491b12ee723bb3730ddf16c611a4bdb746df3f5d25c388b07734569cb12dce4f646a0ea7fcf7051face793b373fabb84eeeea198639777ef41183284bcfb3cda1699364fb812053161f18e29a33c31a8c67a367a78dc79b26bdd96809a1fd5e23c7c9958665bd1a9bff1f3cfed38307bdcdcc7b05769091413864a9b00a62bdf847de32fa44fe97c850809ebb188f660070368d1ba44559f2e5b23574def48a550502dddb93fe2fc8f5465d6e722f9671707cc93d1c61483eb0ddb3ded4fc243e9e597a8381cd304fd71fef9f5bb6c350bc754239db9c5a8ef9a98df038b08ce59420826d59c556d8212ce15e9409303a4418a748580479315f11f86598e72e00600b6d1b45593ec0e72bc79d43e98eafeeb989882e173ff35cf99efd5386d6e0f4dbe4f02b7c4411a064dd4ba2532c0c7b0c553a1c438b601e559b4f887f06402866d4f7dbfd234f965e8693d466bbad961a9e5ae0d2a62d874c21cf887f3c7711f419f51cf34def2d7418c7b4873dc364add8188d05a92e3d4ab6b96d399651f437d6f84e5cf72235359d4beb94f7ac05138561d97e0b0ddb66f857a6b374debbb4c7dfc714e9148432008af6ac8407be6ed129df5d9893e1e76e250340a9bb339e9aee7062f5c0601ffc266a525b569acdbaacc25c224aa7b09dd9c9c79033239996a14646a6731e5d4f2efc1f9bdce8e056761c76c56a9d9b0e134f5b0f0b41d97f18684017620b652ba2a782d4a73b125387b5a592ffe9eec4b0efd4a2ca1d4f772aa6f729041219d6feedb645bc1be8e203d99018c411e0e63ffcfeaf7ffadd4fe6ff68fff9a77fdf08ceafffd8fdf65dfe5df8cd6f7e9bfeec2f7ffb0eecbc2b2f5a048216e7e46992d205c3c8788b60fd2325b92efd44473fb6315276f03c9c65e4d49ad4613726d74d717e48e3654aafac72f3d9b260f5eeba815f2a2f9dae7619dc697db8357b34280df9b1a415f276a520f2914c407e14c4e729eabe8a486fb02f84e527abfbab7421f0d88741b0628db835aa11a119e38d80b14c4191a53877a15c70d61ec7705d0a622edf628e663a7721372eb82ac7329cd3b90bf18225411ee4452990c6e650ee42c2cfe9d5e59f16176da6, '2017-09-23 18:46:17'),
(69, 69, 'audit/request', 0x789ced584b8fe3c611ce257f2167460031bb8e24be444aa22020144569841d890a4965d78601a245b6245a7c2d49ad67bc18ff850039fbec8b6f09903f917b90538020f7fc815c52dd6c6a3483d905d67920871c66d4acaeaaaeaec75745225deae9ef4bbdafb776312a0fb86c8d902eeaefef4b5d12f55659a1ea549a59885ba3489745715412895681df9e70595d6314e282ca0037e881ad4356562d601beaad380b50dc3c13754196a638a8a22c6d28478cf30e8aa377985214e041c1017780b32ab298294ad06d07edf15824cfb2aab74ef9be80a33b515ae2e054e00e33a8a45af496d4e83f95b820a2696d830c7bcbec9b288e91a07645eec51205515a65e561c42dd20ac71c1038dbe5de7092e84bb2afbde48c3c8ff16bbc7d155582aaf4bb8ac6bd7875ed2d6fda5c1c1d3137c7c1317bc99987224bb0a0895db1ab4892dc95248573d10e1511132316687a0b0501cea93903b849856f2be15025711bc13951808877845b42f9c5ed536a128fde8ec5eeb01d257027e16bbccdd912e5e9befd99f019dd1f10e57d12a51d2e7041cf858b1faa2ad705e11c152100b71428de6270b9b02bc0e5380d895621412968ed54681b63214a437c4bdda736d677701a646194ee29198eda7f13e56d2ec49045156e73dbe2097f8cd2fd095412720f6cc16967e3b6715adbdb8e42bad0da494917bd7619d185cc9c1664d931a2d28a4a328ba91b839efd76c4410e1460d2dd78e34e479c6dba96eb2ea663b5174ac17080e5010efb835e5f45219254dcd38211b1159de26abc0bd5e31e5c9c0c502c275f612ddf6949167e2549236e7dbd669aa4b7477c7c2746c9ae9483635f3968aa1c0db553298e383f288bdd7827893d65bbdb063d383094839dd2c3b2dc0bf170380cc2810a29a12a220e3431186a72d00f959db615a5c1104943a4040ae21543863fbe3f89e047e4954909bf2a21c9323d037e814a7625b6abc8f5363fd1f889c25b123f8585cc8be29a9f4d86fc74c08b2a6f597b5e9e79fc50e6cd09af4cf9c1ec8b8a37b498ef5bfcd0e48d49c14b1a3fb5784b0172559fc3f7a7add17d1dc502977906b57651f02aa97749d65b6f3aebec6bc8b3b033b96bca0e1c07f5a54121b054b46ef3a8c0b43c65889f7738b53969c8adb277f033903871a0abb22e8adc7ce93548605224301f904083d3d2ac5356590139062b8a156d2e39951520c03bc09190a65f0ed9dd81ade03816e109f0813db06c5a17689f205a825423d55303041c4beba0ea787739a5c9bd8b2a85543ba0a2c4d578e3cd3a03ea20e29fec54d50a0604ad9e2b1e5af90df4a9047059c17dc9b02e06c77eb9a4b21e1135cf645daf251744d78b978da135718d0a945cc2b67486e74916de3d6c8001aee5fcda720849a9c307a63bd674e158a6e7bb9ee16d5c5a627a0ba09e61efb5e7adfd6bdbf59e0575953198f66a054a16f6ea03c83e68180df3da22ec9e63df3c07ef8ac83837ebb9634c2d7fb1722d73e358be63fd6a63b99efb08e31b03367037df985b2bef7f03e84918a86186695a6bef3f0ef72421e8798e35b31c12e47f13e8cbe2a38bf8d6cab4a78bd5fca3c8ff54e8c658cd37109d1f05ff67579ab6fd6a61fdbf09fcb79b009debd68677ddc0b7702a0b611ba57afd8f3c957445fed3909dc1c67717f315008b43e30669d1546db36dcfbcd746bdab40a08d9c60b120777b5db9cfbdd8a4d1ed4bee713b21f9c0a457c6d27a16971e588ce9d461a0a6eb4fe5d7b6434b138a6720367b8eb5b43deb3941584e6d73b30494f11ddbae454142d8c098590ad01a128c0b24b85155f73a322b33d8f25d00bedada5e5d960d030143eb8de7afa174176f2edc4454379b9f78ae7c71ffe562d538fd2e3bfd12dfa20480ae1b64c93916a6b3802a9d2d6eacc6a3a4433dabfe23004231a39b1ff2279e6cbc0c27a9fde1506d2c3cb79e8d435b410f183e7d280543e78667bd363e8756e159cecc302d367598f3852075a52729b7766ccf36ebeec3dad299eb225e4bcbbbb6a72c03e696d7580dbbcee7d02d1d06824d4e4b0fa21b67f1e3ef239de3d1c442d13eaae791db0774f8f25deb66f6a9a2a4473737f0164bcb9fddd8065c3b04e7899a3494953e7437a5278aa2748ee0033b79437c60248351e3b7660221284207898b91a4c174040fefa9f997af0a2a6d15fb2dbb5983f02c2880f36ca3017b5a18a0f5c398cf3283017fc3ff61fc67e8726e028dc4877b01b39b82758d1a9021ff726300887a1fe9e223dde06fe20888c31f7effd73ffdee27eb7f0cfffcd3bfef05efb77f1cffe68beafbf8dbef7e287ef697bf7d0ff7bc6f465552e4ee4308faa42ce062647063433d907c9f7e0ea02ff68c549ee04dae2ceb53d99ce9fb05ae4e45ba29e87c2ef73f9a6c0cfa7c3f0a1bdba5f3545cc2001fc22b424063d2939f6adaa2e0d828222ff5020a93287d289b4b0b91de631f232a36c35feed28d2860df20e0163bc4ed5087282d196f028c4d0642f0ec025e7ab82be58ab3739ce2908b52ae3a608e562e7725f7aeb836d00e19e8e074ee4abc62395045557cfeb041877aa6e1e7108dfbfb7f02452745f0, '2017-09-23 18:46:17'),
(70, 70, 'audit/request', 0x789ced584f8fe2c815cf255f216707c9e9990dc6ffb00123a4186368b61bcc1a93e959ad641576011e8ccdd8a6ffcca8f72bac9473ce7bc92d91f225728f728a14e59e2f904b5e95cbd0dd99696936bb5156caa11bfbd5ab57efefefbd3232e4a6f13e375a466d15a37c83f35a171992f1fe3e3764c9a8e5052a0eb99586b8d68d0c5552ba39d951cbf0db03ce8b738c429cd13db24ae4c0d226cd8b1ab0758c5a9c0628aede89b8204d121c14519a54942dc67b01c5d135ae31d1c053e0a410629cac8b0da1aa464d563b741d1e03146cb040b8b2346607edd0ad80d6b8279177dda8a559b48eca33e06d53147b43141f69a36846edb05f67a0bf1025390e0e1916985539dd0887564a1e729c11f9496988026b93f45d14c748d41a12f76282822829d27cd3e5c6a07ccc018173e6dc15274bbeacf8fa4bcedcef63fc0a2f2fa242d4d45643d5b91717e7dee4b2cec5d11673231c6cd3979cb5c9d21d1675a921355459561ab2ac7273b44259c4b6951a9cdc54dceda9eb54700d8243a20011ff8ab7c2cdcd8db04ab39d70c8c09701c43064ee414180f7d49636b8a1c0b785b8297671fdd17e42f9e5ed53ea2eeebeed498d4e3dda8143c41bbcdcb347b44fd6f5cfc4cfe87a9b086f913c59e10c67f45cf9df232106604286e22586a08aab8cda1412a9e20e25205528d032c6629484f8965aae55da0bd4a4285953321cb57e17edeb5c88218f0b5ce796d913fe1825eb038824e426e882136131afe3a4d4b71e85f441afef72fad0ace7117d5098d38234dd46a5ab3592db4c5c0fe4ac975d0e12280395ee7a8bf9a0cb39d6dc9ecfc7839ed60ce5a0d3c64a1b87ad76b3a5a110c91a6eea4197e88a0e71d15b85da760d2edeb551acecde607dbfd27769f84696bbdcec7cc624c96fb7787b2d45bb55ae04db96bad13525eae8875cea727e9067abde4a969aea72b50c9a7060a8042bb58915a519e24ea713846d0df24953251ce852d0d195a015aa2b7d29c9ed0e923b480d54c4aba6027f7cab1fc18fc4abfd1c7e354252147a06fc0295acca6c5555ca65beaff37d95b7657e000f0a2f49337ed8eff083362f69bc6daf7965e8f11d85b7fabc3ae0dbc32f0bded463be65f31d8b37fb192febfcc0e66d15c845790edf1ad4baf76514339cef5328d40790a313c421b57025ccd21bc8b350e8df55350b8e83e2d4a18a582adab7fb28c3b4b615889fb739d439b9c34dd36bf869cb9cd43634c590246e34f12aacb128d65827acd1e1b42415f222cd20c7e089a2519ddb1df202e0e31a902ca4e9b787ec166029d8f624780370612f2c9b66195aef102d412a91ca61af9769596ddf5fd580d616c30b8fe185d27c50f990be1b94e5b8e82dbca1d0a64e273e4f0f05ae04a419f85d0c328c4a1ac5914a4df05cad52e42b86cd3184e92b87ecb28e04c328f75854cc8b9795f0923a4319da3dec40f2b1d3f4d3f08e2ca855cc993d9cf7a9f8077c2eba29230c7950968e3f681761dcec2f3b77def6ba10aef0389bed87d1c5cddbddf5e7b7e76f3bb7502a938b391a5ebc99dcad5ba6ed7faeef2ffcbda9bfbb12f257b1b05d4cc7a83dd8aae1cd464b70722d7f41125d1dfc82fa80d7fa342abc36e829d29116259b14da0ba14a15920d3055962b52eee4118518ae317d69a240a6fc306af77a34a4468d2af9f0706a01cd1ea3a648acb09809ac6902f5fefe9ea6c7dc767f6dbb346a6d1a3690e0da83b16b5b9e3ff74c6f31670151248975f273cf9bf9e7cedcfbe008a13106cb994e41c8d8997e7c8e001ecf9e7afea53d1d79e74fe6887625c8b4ce6d22ce739dcb0f0d13240529a7e38e47e3e97323852a31d6c56ce49a03db1f4fe7b6b5706ddfb5bf58d8736ffe68aea86c59809b7c7304aafeef0c1795efbcd733fb938aebe82ed3b2ec99f7838f1844597a9e6b0f6d9724dbf704998af4c810df9e5ace603c1d3d3b6d3cdd74694e470b08ed771a398eaeb41ce7626cff7ff0f86f0f1ef43633334bec20238378c83371192546f98fbce5f489fcaf90a1043d7f3e1e4d01e05c1a37488baae4ab6567e8bd32cb5515026dee49ff179546b3a1b4b8178b24ba7dc93d1e61483eb0dd5373627f101f4f2ce660e032cc338ca7fb678eeb31146f1f51ceb5278e677f68233c0e1c6b312188e03a4eb91576880bb817e5228c0e3b8c3324cea3a29caf08fc32ccf3e700b0a5b6cdb22c1fe1f395e7cfa074c7570fdc4444578b9f78aef2c0fe09436b70fa5d7af815be453b40c94690ee8eb1b0dc3154e9700c2d8279546b7d44fc33004231a3b1dfec9f78b2f2329ca4b5a0122a0d8f2d70e1d29643a69067c43f9dbb08fa8c4ccf7e65be860ee3d9eed0b46cd68aadd158941bf293649bb98ee758657f638defc8f5205213db3b778e79cf5a30511896ddd7d0b05d867f553acba7bd0b77fc5d4c918f41a802a0eacf4a78e4eb369df2fdb97d39fcd4ad6400a874f7c613db1f5e3a26181c82df245dee286a1bea4e51216c9d63d84eece463c889914ccb502323db3b8dae4717fec826373ab8551d875db1daa7a6c3c4d3d6c34250f51f061ad085d842d58ae8a920f5e31d89a9c3da52c5fff1eec4b0efd8a2aa1d1fef544cef63086432acfdc76d8b783732a447b221318823c0cd7ffcc3dffefcfb9fccfed9f9cb4fffb116bddffca9f7cd97c5b7f1d7bffd5df6b3bffefd5bb0f3beba6811089a9f92a7454a170c23e32d82f5f794e4fbf4131dfdd8c648f92108709e935305b9cb6e4cbe9fe1e290258b8c5e5995d6b365c1eaddf7a3b0525e3e5eed72b8d386706b0e68509aca53494b146c2b41e4239988c25d949ca6a8872a22a3c9be10569fac1eaed28528601f06c18a15e25648204273c6bb03c62a052596e2dc59f38c73f63881eb529470c5067334d3b933453ae3ea1ccb70cee0cea4339604455494a5401a9b47b94b093fa757977f0175026cbe, '2017-09-23 18:46:26'),
(71, 71, 'audit/request', 0x789ced584b8fe3c611ce257f2167460031bb8e24be444aa22020144569841d890a4965d78601a245b6245a7c2d49ad67bc18ff850039fbec8b6f09903f917b90538020f7fc815c52dd6c6a3483d905d67920871c66d4acaeaaaeaec75745225deae9ef4bbdafb776312a0fb86c8d902eeaefef4b5d12f55659a1ea549a59885ba3489745715412895681df9e70595d6314e282ca0037e881ad4356562d601beaad380b50dc3c13754196a638a8a22c6d28478cf30e8aa377985214e041c1017780b32ab298294ad06d07edf15824cfb2aab74ef9be80a33b515ae2e054e00e33a8a45af496d4e83f95b820a2696d830c7bcbec9b288e91a07645eec51205515a65e561c42dd20ac71c1038dbe5de7092e84bb2afbde48c3c8ff16bbc7d155582aaf4bb8ac6bd7875ed2d6fda5c1c1d3137c7c1317bc99987224bb0a0895db1ab4892dc95248573d10e1511132316687a0b0501cea93903b849856f2be15025711bc13951808877845b42f9c5ed536a128fde8ec5eeb01d257027e16bbccdd912e5e9befd99f019dd1f10e57d12a51d2e7041cf858b1faa2ad705e11c152100b71428de6270b9b02bc0e5380d895621412968ed54681b63214a437c4bdda736d677701a646194ee29198eda7f13e56d2ec49045156e73dbe2097f8cd2fd095412720f6cc16967e3b6715adbdb8e42bad0da494917bd7619d185cc9c1664d931a2d28a4a328ba91b839efd76c4410e1460d2dd78e34e479c6dba96eb2ea663b5174ac17080e5010efb835e5f45219254dcd38211b1159de26abc0bd5e31e5c9c0c502c275f612ddf6949167e2549236e7dbd669aa4b7477c7c2746c9ae9483635f3968aa1c0db553298e383f288bdd7827893d65bbdb063d383094839dd2c3b2dc0bf170380cc2810a29a12a220e3431186a72d00f959db615a5c1104943a4040ae21543863fbe3f89e047e4954909bf2a21c9323d037e814a7625b6abc8f5363fd1f889c25b123f8585cc8be29a9f4d86fc74c08b2a6f597b5e9e79fc50e6cd09af4cf9c1ec8b8a37b498ef5bfcd0e48d49c14b1a3fb5784b0172559fc3f7a7add17d1dc502977906b57651f02aa97749d65b6f3aebec6bc8b3b033b96bca0e1c07f5a54121b054b46ef3a8c0b43c65889f7738b53969c8adb277f033903871a0abb22e8adc7ce93548605224301f904083d3d2ac5356590139062b8a156d2e39951520c03bc09190a65f0ed9dd81ade03816e109f0813db06c5a17689f205a825423d55303041c4beba0ea787739a5c9bd8b2a85543ba0a2c4d578e3cd3a03ea20e29fec54d50a0604ad9e2b1e5af90df4a9047059c17dc9b02e06c77eb9a4b21e1135cf645daf251744d78b978da135718d0a945cc2b67486e74916de3d6c8001aee5fcda720849a9c307a63bd674e158a6e7bb9ee16d5c5a627a0ba09e61efb5e7adfd6bdbf59e0575953198f66a054a16f6ea03c83e68180df3da22ec9e63df3c07ef8ac83837ebb9634c2d7fb1722d73e358be63fd6a63b99efb08e31b03367037df985b2bef7f03e84918a86186695a6bef3f0ef72421e8798e35b31c12e47f13e8cbe2a38bf8d6cab4a78bd5fca3c8ff54e8c658cd37109d1f05ff67579ab6fd6a61fdbf09fcb79b009debd68677ddc0b7702a0b611ba57afd8f3c957445fed3909dc1c67717f315008b43e30669d1546db36dcfbcd746bdab40a08d9c60b120777b5db9cfbdd8a4d1ed4bee713b21f9c0a457c6d27a16971e588ce9d461a0a6eb4fe5d7b6434b138a6720367b8eb5b43deb3941584e6d73b30494f11ddbae454142d8c098590ad01a128c0b24b85155f73a322b33d8f25d00bedada5e5d960d030143eb8de7afa174176f2edc4454379b9f78ae7c71ffe562d538fd2e3bfd12dfa20480ae1b64c93916a6b3802a9d2d6eacc6a3a4433dabfe23004231a39b1ff2279e6cbc0c27a97da884c6c273ebd938b415f480e1d3875230746e78d66be37368159ee5cc0cd3625387395f0852577a92726bc7f66cb3ee3eac2d9db92ee2b5b4bc6b7bca32606e798dd5b0eb7c0eddd26120d8e4b4f420ba71163ffe3ed2391e4d2c14eda37a1eb97d40872fdfb56e669f2a4a7a7473036fb1b4fcd98d6dc0b543709ea84943591940090ee573f41e58c9dbe10313198a1a9f35d30741103a445c8c230d9e2378784f4dbf7c4d50699bd86fd9ad1a746701018c671b0dd0d3a200ad1fc67b96150cf41bfe0f633f4396730368243edc0798dd14a86bc480ecf8979b02c0d3fb48171fe9067f1347401cfef0fbbffee9773f59ff63f8e79ffe7d2f78bffde3f8375f54dfc7df7ef743f1b3bffced7bb8e77d33a69202771f42d02725011723431b1be881e4fbf453007da967a4f2046f7165599fca664cdf2f70752ad24d416773b9ffd14463b0e7fb51d8d82e9d27e21286f7105e0f021a939efc54d31605c7461179a117509844e943c95c5a88f41efb1051b1f9fd72976e4401fbfe00b7d8216e873a4469c97813606c3210826717f0c2c35df5ae383bc7290eb928e5aa03e668d57257b278c5b58176c84007a77357e215cb812aaae2f3470d3ad0330d3f8768dcdfff13e5924534, '2017-09-23 18:46:26'),
(72, 72, 'audit/request', 0x789ced58cd8ea3d815ce26af9035b284d43d2a0c170cc658d6c485b1cb5d65e3c178ea4723a16bb8b669637003ae7275abe61522659df56cb29b91f212d94759458ab2cf0b649373e1e27255ba4aea241a6591850ddc9f73eff9ce39df77011ba8617cca8ca6515b44385b91acd6c686647c7ac80c2419b52cc7f92e339380d4daa1214b523ba3336a29f9b023597e467040d2620e92a91de85a25595e83612da316253e8eaa676ace4fe298f87998c455cb9a90ad80a3f096d49869189393381722122ff355d16ad4247ad58c1af67db22dcc2946ed2bf12bd69ca4e1322c6dc2d32acfb786283e5d5d366a7bc1cfd28590276b528cd575a33633bf6de4b72abe6edddded37efd64aaaa9b737e79a1335afc6f679f326ba16d4fdecdc6d5c6da26db474fbc9c777776b72d3f8a0ae89747b79bd78777a6e4fdf67579a37fbb8bf17e2adfe4da753f9b7cb482ae0253854ee027c19251fc328c2a25a97b83723ec87719e64ab363704bf230e1a387bca5d7148f290ec696fb9ee761b914b323f0f7351559a7545e3de9c9fb9a38b132e0ad7841b107f9dbce5cc559a6c88a84975a9ae2024d71152b8295ee03464d32a7cf6020b1f0984bb90610cc85f8d2ece003aa7eca4ad4d1ae90549495a008dfe155bd107d7521ccd09f657e2222d82178877642e6e700c8e0b399e47440ce380ec8b85d42a8a0289fd2408e365d10c4b2d3f86db132e2090893939e1e6e9b3f1118e973b30499b1bb017120bb3e90989db1f3a525d3f0983e2463bd964c54de3240b8b1b9965899f24ebb098ada8343b99b90ed859cedb9cbf4b53d8d27d6736edb539db9c5ad3e9b0d7511b01f25b3a91751234f54653c501462a69687e9bee15efa2bcb308d4f5320afd8d8e2379f39e68db85b64982f708b5b9c9d98459421fd6647d2b859b4526fbeba6b2d254396c69bb4c6a731e4dcdce02490d65be98fb0d583090fd85d220b2dc0848abd5f2035d85b0aa8a447c4df25b9aec370365a1cd25a4b7306a61c55730af7465f8f1cdd3102e12af9c66705569932c176bc0155a692f62bd8a5c76f3a71a7faaf016e27b7023f39234e1fba72dbea7f392ca5bd69297fb2edf9279f394577abcdebfc9f9ae16f14d8b6f997cf734e591c6f72cde52a0392fd7e19bbd5afba18c624ab26d1267e4883474ca19b434af84497207791608a7f755e9007050231a24334b456bbf0d53ca50992143fcdcd5ee84432d6e9cdcc245479ca41baa6c48123718b98511e00813d2920826a4659a44451ec06a7122647992428ec19d4f479c709b5d96435ddc02170545fa6d21bb05e8f2d71d099e52523db06c9aa478b9c1058f14160b3b15d5988cc4dcfb6dd1264379e5649f8bab7c1341aaad709a91bc3373fb825ecc4114831e99ef96828b97d5eed596af611f211d62bea8cab71ad7dba5b8a25258b2d1ac16af065c84f1bad82c587aa54e033a5864a92cde86e4eeeb1c2f3bcfd68620d21826bbbc74b2455917e228fa80d63249ef8530279b034d571b53019c6ab5effc320c1144ff3b9b4e360f0d8651ce3199b521187bf3b6f2a8ec9be0146f4ab1313e8586544a032a130c1d44e93409ee1f550c7633b59c6f2d87362965c281238ed51b3a96e97a53b7ebcea64c5140e098749db9eec43bb3a7ee67a54c65034c7b3c0623437bfcb29ec118d71abbde85351eb867c77a46f75c98e99aa635719faadaa1d3768683e1f8556d6bb2a1579e3975fa9e6b9f5be39f45e02a1c6600b1d71d809bff1b2a27a303228ef5cdcc9aba56cfbb1c32f83f2b7534cd8a298ed5b71c9a2eff25c193a52751f6acb169f786e3c1abaaf77cd245773c9801c0ff96f41d52c9b4edf3a1f57f01fcb905b038174fba65fa51e91277592acec3d828ffe85356dcd1ffaad44bdaf2a6c3c11828ca29e2066951155ed56df7ddcb6ed9ab40a0bb5baa43a25c6fd4e526f7661687fbb7dc5329a5f9c0668fbb23ebb30cf738a4dbeb398c9a0ce3f9fc89edb84c7ff403a739d6c876adcf4d84db9e6dce46940f1ddb76ab5a1567704cce4490c50d212916a7a0255955abac82bda9796695bb6d9465f98461af5c6f02a53bbc3a82899aae3abf705df9c8ff11a35f00fd3ed9fd9aecf106b8aaee279b432c4c670855da1f02c93344d5e60be65f21908233eadbd5f6199215cab092aa4b12aa767810b1997351e0a2bd2af42fe8b58c8e2c01d4ce3588a2c3180ae00d830eaac86ad075adcbeeb53704509d7ed7b4d8d1cc1c0c455447cf7273e2d8ae6dda17ec904439e830ea28b023cb3db30f65c23497faf7da66d0e3fc99332cd0415feafdd7c7d6580cabf829af63f924547a7158f5a6d645ff4ba722fdd10f7738b2bcfe85dd050002c051d2504b6e48a8ded09bc07fad43d41f87d3b7f2c781f420042536b05c76482a0a330c6ac727a503c64727a44a18303c7c2afc397ed7520bbd59ce99ab954cb0da06b1601d9562144905565f160e96354c3daaf12f8b08a3a8839254335e1614b6ef82f14bea014ef88fd505e06407cf47db10000a0400fd879ffefaa71f7f31f947ebcfbffcfb52747ffbc7ce6f6ef21fa2ef7ff7fbf4577ff9db0fe0e743758ea64c317d0c4193960c3846cf91d8a8bec8785ef14de6e88b0ca28d29c977693c4b8bd719b9f96aaeb1aaf13c9a04e54ed1e17c9ec1fb4e006f547e118186fcdcd21cfbebca10fd8e21e26013c6d5c9e6e1e19f53947d31, '2017-09-23 18:46:41'),
(73, 73, 'audit/request', 0x789ced584f8fe2c815cf255f216707c93b331bc0ff0d1821058ca199eec6ac313bdda395acc22ec0838d69db74d333ea7c854839e7bc97dc12295f22f728a74851eef902b9e455b90c4def4c4bb3d98d22251a4d63d77bf5ead5afdefbbd574686a41a1f32a361541611ca5638abb491211a1f1e3243128d4a96a37c979949802bedd05044b99d91199514dfec70969f6114e094ce9114620744ab24cb2ba0d6322a51e2a3a87c27e6fc64b3c17e1e269b72648df1b686a2f016579869d0c9f126af4578b3cc576454312ab22451393cfac85fe11ad14a93882d14a37d0d2d714724efba5149d27019166bc0db2acfb786209c78236b4665b75da6e07f2ddc64d8dfa5b8c67695d18946452a9ddc653825f637c54664905d26efc32842825617b99797c80f377992addadc089c8f3818e0ec2977c549a227c99efe8aeb6eb7117e83e7e7612e684aa3aee8dccbf333f7f2a2ca45e11a7343ecaf93579cb94a93180bba5817eb8a24c9754952b8295aa03464d30a0f8e30e5f75b0a9d02d0205824f411c157d8d7eeeeee6a8b248d6bbb14b0f4e10c03060ff27dbca57b69020c39dee7c22a8fa3eac97c32f28bfdd3d1386adf74c47aab1ac600887087e75bf688b69b65f54be14b2a6f12e30d12270b9ce294ae2b7df724041fb690a2688ee15085454af71410ab428c3660b596a37984857013e03dddb9567a5fa35b0a374b3a0c4b2ddf87db2a176088e31c57b979fa443f429be50e4c9261157cc19bda6c5ac59bc2df6a18d007bd1a67f441ad66217d9019687e92acc3026a8dc43633d7013bcb799b83004ac1a5fbce6cda6f73b639b5a6d351bfa3a981e4b79a586ee2a0d1541b1a0a90a46155f7dbc457b48bf2ce22d0d64b80386ea2488edf617dbbd0e3247827496d6e72366196a49b355edf8a61bcc8647fdd5056ba26872d7d97896dcef3b374d15948a2aacc17735f850503d95f282a966535c0ad56cb0f9a1ac493a688d8d745bfa5cb7e235016fa5c949a2d24b590e22b8857ba32fce71bbd107e445ee965f0ab912159a66bc02f8c12a9c4a48a5c88f99ecef714de92f83e3cc8bc284ef841afc5f79bbca8f196b5e4e581cbb764deecf14a9f6f0edee67c578ff886c5b74cbedb4b7949e7fb166f29309c17ebf08d7ea5fd509c628ab36d0289fa887274c2382417ae6a93e40ee22ca8f5eecb9c05e0203975c822168ad67e1ba698e6b60ce7e7ae76554e6a71e3e4167e9a1227360d4d3644911b5eba25d798946bcc23d7e8b0da26a9657992428cc11365a32a17efb21ce8e316982ca0e1b785e8ae81c85f7744780372612f2c9a26295ac688a620b548edb0d78ba4c8b61f2e6bc06b93f185cbf842561f653e84ef0aa519ce3b3377506b52d009e6c92e3ff0729202ee020a825a98e3f8c024a5a31ac055baf20d63e7080eea1b9bcc330f038651cce906c108ecbc7c553a580c4f508ae2c745483a149b5e12dc1381521e3bdb12e77e2e05829e83ee280ac47e913d33f36b35bfd5d075ebee6e1fbf5e2ba9aeddbe3dd79da87135b6cf1b6fa3eb9ab69f9dbbea551c6da3a53b48debfbe5be3b7ea8db6c6e2ed9bebc5ebdeb93d7d975de9deecfdfebeb6d936bf22b1aef4bf008ff03249efbd30e8485f5048c8ee79ad476185615eeb77d413098199094ea7a4608c8cca0af97722bac9efa9a424c53ea69be6f2843b224b01d4d8be69cc41d0fd38dbef74a8271229db07041e9757c8c483ffc437da8d3459b41d755596c40c93c7164837828a3085802c3061870c68304d00e4e1e1816a4c2de76bcba13834692401128ed51f3996e97a53b7ebcea665d3218accc533d79d7867f6d4fd6863a33105d31e8fc1c8c81e7fbabb011dd71abbde85351eba674fba9b6669a86b9e59c49cebd8171f6b7108a054d37646c3d1f8b946471199ea6c3274ba7dcb1b8da79639732ccfb1be9a5953777ad2ed947b99014c5e7708aefef7b43c2576eef5c4faac7c3fc0d5354d6be2fee88d0f7196aee75803cb21c1f60311b92c9e6cc4b3c6a6dd1f8d87cff6404f275d74c7c3191cedf76a840e509ab67d3eb2fedf0efda7db214a78936ec11da4911176592accc38d51fc216f197d227f4b662848cf9b8e86632038879e1b844599f2a5d81eb86fba85548183ee6e495722c875b52e37b897b34db87fc59d3656241ed8ec71f7d2fa283f1e55bafdbec338cf309ece9fd80e4d4d489ee681e51cebd276ad8f4d84c7be6dce2e092338b65d4c8519c20c6e6b99000d4d8c718a8429d48caca45fc679de1408b6f0562dd2f2849faf5c6f02a93bba7a0413315d0a3f735df9d1fe2f195b03e8f7c9ee97788f6260c9ba9fc487b3309d1164e96004258221aa353e61fe1902a19c51dfaeb64f902c518695b4a628caa587871238732e4a6678c6fc77bb41c23fc3ae6bbde95e438d712d67d0352d56b6cde14890ead293709b38b66b9b458563a5efa0f5e8ac2e2df7cc3e443e2bc2c465103bd750b21dc68065404bc7b93367f4fd36231d0ea23c04457fd6c609de4d7afff0a6d6c5e073a79226a0f4de1d5d5adee0c2eec29603404ed4a596ac428954250d48ac7538baa33af94c7354247d3ce4c9d0728f1df501c4ffdd46902a94058cdd239bc71ac6d2835632769a653963f6a0a8314159d9280b80d54f1738e638ab72a5fea78b1d03e550f1ca199f2e7cccefc3694aa4f7fbb7ab20f0f187d0104f6c438c112020f6fef887bffdf9f73f99fcb3f5979ffe6329b8bff953e7d76ff36fa35ffdf677e9cffefaf76f619f0fe56d9230daf418870dc203b031d22d23907fa0439e47bf43d22f8a6c28dbf93ece32b26a4d6ab33ba1e7a538dfa59b594aefe572e3d90c63e1e1d188299c970eb7d70c2eee4198629f1e8a2a3fb53447feba3444be040251c4e1e6d8943d7691c52db95bb34be9632915843efbfa09bb58206e816ac468c67463506421482af00b12e79cf48283eb72718dcb5798a389c2bd505fb013cfc33cc2a54d924085facfe9a5e75fbeceab59, '2017-09-23 18:46:52'),
(74, 74, 'audit/request', 0x789ced584b8fdbc811ce257f21674600617b23896f8aa220201c8ad2081e890a49c5dec502448b6c495cf121939477668dd9bf1020e73def656f09903f917b90538020f7fc815c52dd6c6ae4c1d880370fe490c30c9bd555d5d5f5f8aa28644aaaf9ae320766679ba26a8fabce0899a2f9eebe3225d1ec5435aa4f955dc4b8334a4c5914471591e894f8cd0957f53546312ea90c70831ed8da1755dd01b6a1d9498b08a5ed3b511715798ea33a29f29672c0f8d84369f216538a023c28dae31e70d66591324519baeda11d1e8be45dd6cccee9b82be1e85e9257383a95b8c70caaa816b323b5fa4f152e8968ded820c3dea2f826495324687d917bbe405192d745b51f71f3bcc6290704cef5b9d79c2486921cea2f38eb784cf12bbc7999d482a60cfa8ace3d7f791d2c6eba5c9a1c3037c3d1a178c1d9fbb2c8b0a08b7db1af4892dc972485f3d1169509132316e8660745113e52730cb8498d6f6b615f676917c13949848877845b42f9c5ed636a968ede8cc5feb09b647027e16bbc39b2253ae6bbee67c26774df20ca07244a5b5ce2929e0b17dfd7f5d1148473548408dc52a27483c1e5c2b60497e33c265a850ce5a0b557a34d8a85248ff12d759fd65adfc37954c449bea364386af74d72ec7231862caa7197db948ff85394ef4ea0929055b005e7bdb5dfc579636f3789e942ef66155da8dd2aa10b99392d2a8a4342a5158d64165337063dbbcd88831c28c1a4bbf1da9f8c38d7f61ddf9f4fc69a1a4bd1d0c0b281e381a10e34142349c3aa1e8d88ade894d6e36dac1d76e0e2cc40a99c7d85f5e356cf8af82b491a71abeb15d324bd39e0c35b31c9b6951c1d06ca5ed7e464a89f2a71c48551556ec75b495495cd7613a970602c475b45c5b2acc678381c46b1a1414a688a88235d8c86ba1c0d6265ab6f44c918226988944841bc62c9f0c70fae127888bc7255c153232459a667c013a8645762bb8adc6cf3573a7fa5f08ec44f6021f3a2b8e2a757437e62f0a2c63bce8e97a7013f9479fb8a5726bc31fda2e62d3de5070e3fb479ebaae4259d9f38bca300b96ecee10793cee8be896289ab6301b57651f01aa97749363baf7babe26bc8b3b87775d7961d380eea4b874260a9e8dc1e9312d3f294217ec1fed4e5a421b72cdec2c39038d13035d914456eb6085a24b02912d80f48a0c36979d1abeaa2841c8315c58a2e979daa1a10e02de0484cd3ef08d9dd83ade83016e10df081bdb06c5a956897215a825423d5d300041c4beba0ee0577474a93d58b2a8554dba3b2c2f5781d4c7b067510f14f71aa1b050641aba78a87567e0b7d1a015c56705f32ac4bc1b15f2ea86c4044ed33d9341bc939d1f5fc456b68435ca1126597b02d9de1f9aa88ef1e36c000dff17eed7884a434e103d33d6732f71c3b08fdc00ad63e2d31b30350cfb0f73a0856e1b5eb074f82bac6186c77b904257377f90164375a46cbbe76087be0b9374fc1bb2232cef56ae65913279c2f7dc75e7b4ee839bf5a3b7ee0bf87f1ad016bb85b68cd9c65f0bf01f4240cd430cbb69d55f01f877b9210f43ccf993a1e09f2bf09f465f1bd8b84ced27627f3e5eca3c8ff58e8c65aced6109d1f05ff6757daaefb72eefcbf09fcb79b009deb565670ddc2b770aa4a6193e466f38fbc557445fed3909dc126f4e7b325008b47e30669d1566dbbed4e835756b3ab40a0ad23c16241eeab7d79c03d5fe7c9ed0beefd7642f281492fad85f3242e3db0589389c740cd341fcbaf5c8f9626148f21b67b9eb37003e72941584e5c7bbd0094093dd76d44414258c3985909d01a328c4b24f849ddf43a322b33d80a7d00bec65ab529cb968180a1f33a085750baf3d7176e22aadbcd4f3c57beb8ff62be6c9d7e579c7e896f510640d78f8aec1c0bdb9b43954ee7374eeb51d2a19e54ff1100a198d13fee8f8f3cd97a194ed20c51945b0bcfad67edd156a002c3a70fa560e8cc0a9c57d6e7d02a02c79b5ab6c3a60e7b3617a4bef428e5569e1bb876d37d585b3a735dc46be104d7ee8465c0cc095aab61d7fb1cbaa5c740b0cd69e94174edcd7ffc7da4733cda5828fa47f5bce776830e5fa1efdc4c3f5594f4e8f606c17ce184d31bd7826bc7e03c519786b20acd4e35068065c373041fd8c917e20323198c5abfb5130841113a485c8c242da623787947cdbffc54d068abd86dd8cd5a846741019c671b2dd8d3c200ad1fc67c96190cf85bfe0fe33f4397731368253edc0b98dd14ac1bd4800cf9971b0340d4bbc414dfd30dfe268e8038fce1f77ffdd3ef7eb2fac7f0cf3ffdfb4e087efbc7f16fbea8bf4fbffdee87f2677ff9dbf770cffb76542545ee3f846040ca022e46063736d403290ce9cf01f4c39e91aa137cc95555732a9b33c3b0c4f5a9ccd7259dcfe5c147938d415f1826716bbb749e8a2b18e063f84488684c54f9b1a60d8a0ead22f2512fa0384bf287b2b9b410992afb31a26633fce52edd4822f61b04dc628bb82dea11a515e3cd80916520e949cf00f7324e7ac659718c63ae2eb87a8f39b7844f21ee99fa8c05bc4eea14b73ae74482b2ff1c1c7f7fff4fb6ae3fa6, '2017-09-23 18:46:52'),
(75, 75, 'audit/request', 0x789ced57cdaee3481566c32bb0b62259ea1e92f8df711c45e03895dca86fe2603b74cf6824ab6257124f1cdb6d3b3df74eebf20a48ac59cf861d48bc047bc40a09b1e705d870aa6ce7a62fdd570c7f62c12271f9549d53e7f73bc7d89454f37d690eccce2ec1e581949d113645f3fd43694aa2d9292b5c9d4b3b8b4867149bb2288e4acad129c8db3329ab1b822352309e2115033b87acac3a706a6876922cc449fb4ea585599a92b08ab3b4a51c09c97b3889df114a9135b373cef70508edc56949c273417acd552563313b52cb7a2e49d1c37b92d6e265d85b66dfc4498205ad2f722f96388cd32a2b0f236e915624e180c0391ef78693c4409203fd2567e579425e93edabb8123465d05774eec5ab1b7f79dbe592f848b839098fd94bce3e14d98908bad817fb8a24c97d4952380fef7011376c5403ddece030243953c7004b2a72570987ea947431dc1387981a2edc51ca0fef9e524fc9e8ed58ec0fbbf1096c12be26dbbc59e23cdd773f133e63fb06153ea0fedf918214ec5e30fc5055b9290817870b21b8a5c0c996e0f020ec8a0c1c904654aa70c22948ed55789b10214e2372c7dca7b5daf7481a66519cee1919aeda7f13e75d2e22901f15e972dbe2c9f904a7fb3388a464157421696fe375495aebdb8d23b6d0bba7922dd46e19b385dc382dccb263ccb8158d264d236e0c72f6db11073950804af7e38d371d718eed21cf5b4cc79a1a49e1d020b241a281a10e341c614923aa1e8ea8aef89c54e35da41df7e0e2938113f9f415d1f39d7ecaa2af2469c4ad6fd68d24e9ed911cdf89f16957cae171a01c744d8e87fab914475c1096c56ebc934455d9eeb6a10a174672b8535422cb6a4486c36118191aa484a68824d4c570a8cbe1205276fa56948c219686580915cc2b960c3f7e3089e121f2caa484a74649b2ccee802750e9aed4ec2a72bdcd4f747ea2f048e2a7b09079515cf3b3c9909f1abca8f108ed7979e6f34399b727bc32e58dd917156fe9093f40fcd0e6ad49c14b3a3f453c52805cd5f7f0836967f45047b120659e41ad5d95b2464b5992cdce9bde3afb1af22cea4deedbb203c7417de950084d2aa2bb3c2e082b4f19e2e71fce5d4e1a72abec1d3c0c89130d53934d51e4e64b9f0951cc8e0d69497a36a46591252c0fe0b634eb955556408ec12aa427badce95c568000ef002222967e3964770fb6c2e3588437c087e6a5c9a67581f727cc4a904964726a80806b591d543dff3eaff146bdaa5248b5032e4a528d37feac67300751ff64e78ab47a6705f848c88b2c24657929fa16d03438d1d6da97616d5c023efdd2a16cf685609a35cfba96f3e265ab5f43c6053eb14048e6fbd8146bdc53eb884917ec9d64d1fd235883221e727f8a5c4a52ea0882f62e9a2e5c64fb81e75bfec66355667600c71b88bef1fd7570e378fe47215b6b0ed8ce6a054216ceeae3b8ad88cdc1cd7aee5a53142c561eb2372e0a5cf4930df27cef03f06ec56e40e3c09aa395ffbf81e0d4b94c31cbb6d1daff8fe3380d39bbcf4533e4d2d0fd9bd05c163f3024402bdb992e56f36721fd29d3adb59a6f203aff14ae5f5c693bceab05fa3fbaffb7d19dcd626bcbbf697159389785b08d53b3fea36f255bd17f16b20b8404de62be02b87059dc202ddaaa6db79d99ffdaaa771508b495539015e4beda9707dc8b4d1adfbde43eec13341f1aee95b5441f459bc723d674ea3650659a4ff9d78ecb4a138ac710db3d172d1d1f7d8c119653c7de2c016502d7716a56e01036303f960260fe8990020b5e5cd54d8c8eb70d6c059e7d836a6dd5ba2cdb0380883e7ae3076b28ddc59b2b3751d1ede677bc57beb27fb958b54ebfcfce3f2677f80440d70fb3d32516b6bb802a9d2d6e51eb516df009f1cf0008c38c7e7ec89f78b2f532dca419a2a8b41a5e1acac6bd657e01bb9f11ff770d5396ae648093ddcfa135b90d368163e368acb63035b77cf4dafa1cba898fdc9965a366e2b0e70b41ea4b4fb272ed3abe633bb74defa7e873397515d225f26f9c69932473e4b7863da78bf4c8be71176c57fbc7cdfed1b59c266c6dc814fd59391f44c760c357e0a1dbd97765958c470bfcc51205b35bc702d32370a0a84b4359958dfe40552e417e3c4abffb1e0fd119a4f51b9b4f581dc651e77a48a1c8c3468aabe1a4ed03185ede335baebf1b34d65ef6dbc6ccb62b345182ded06cb40d82651248fd749f6852a56916edf94ff78c06912e8da3e5f874ff68f466005f230d94c2bfdc4cc09dcdccf7281b02401d018efeed6ffef4fb5f7f6ffdd7e11fbeff97bde0ffe277e39f7f517d9bfcec97bf2a7ef0c73f7f0b763eb4732b0506ef3104035a2760181de1b0d97ef30701fbeabffae69728b120d5b94837051bcde5c1b379d6d44a10d024a835952e537109b37b045f07218b802a3f95b4c5e1b11544bfe7051c9de2b41d641e1efe06e521ffad, '2017-09-23 18:47:08'),
(76, 76, 'audit/request', 0x789ced584b8fdbc811ce257f2167424003f64612df4f414828929ad17a242a2415db8b058816d992b8a24899a4c6336b4cfe42809c73de4b6e09903f917b90538020f7fc815c52cd87e691b1815d23410e0166c46677577575d5575f95840d5e323e94866af436292e77a4ec8db0c1191fee4a83e78c5e59e1ea545a794c7aa3c410386e5452895e41de9d48595d121c93a296d1a91a58d9e565d5835dbad14bf308a7dd3bd516e55946a22ac9b36e664fc87180d3e49ad01941367aa7e3b600a583242b49742ac8a03daaac458c1edf899e4a520cf096648d7a01d6e6f9b7499a62561e72cc8b398e92accacbdd88996515491998605c9f79c3f05cc80ba1f292318fc794bc26eb5749c5caa23a1415e6c5abcb607ed567d2644f980b12edf3978cb52bf20361156ec80d459e17863c2f323edee02269c5a8058ad1c351448eb5391adca4223715bbab0e691fc3394984e9c5d91b3af3d39ba7b38774f46ecc0df57e72803bb1efc9fad80ef131dbf6bf60bfa8d735aa5ca5fedf908214f44d86837755753458f6ec703602b714385d131cedd8358ef6248ba95236a9c881bd4ec8fb9f25f1b8f1a5dc193e205994c749b6ada7e194edb7c9b1cfc404a051913eb32e9eec4f71b63d818d745a02ff936cb0f2fb246b4ced27713d50fa87b21e48fd32a90742ebaf28cff7492d2dca142fadba31e8d9ae470c84bf00936ec72bdf1e31aee53bbe3fb3c7b214f391ae114123b1aa49aa8c63cccb4452a211b5159fd26abc89e5fd16bc7bd0702a1cbe21ca71a31cf2f81b9e1f31cbcb65ab897fb727fb6b2e396c4a21daabe24e918544574e253762c2a82c36e30dcf49e27ab38e24383016a28d2811419062a2eb7a146b32a041163912295ca42b42a4c6e2465973bca6635ec7622462249a02fc237592c08343e2a484a74ca704a13e039e304b57f97655149a653451d044440e8f6c180888e396683ad191ad214e468eb345c23440ba80ac09126da44dbfaa90a9a44875906e217352205e41b6831c11a6abe61ca4dabdd15d13c58294c71cd2ec41162b348b79c1e8bd192cf3f700b17830b9ed320e1c07a9a5400eb428746e8e4941eacc14207ec1eed467789d59e4d7f0d07886d30c5930388eb99807b512d1e859804832b072c0679ed63880d3b27c505679011883514477f499c3a9ac20f9af811de21a7e4700f60096a2fd988337a086f6a545d3b2c0db03aeb3afd658eb69b8018e8503212706c1edb1a11ae9418202d476b82849355e05d381d6ddd7271518da415410416d830ab256e5589738bc56644d91d55851b02029b222f2115137ba0e28143702e6454d56b024cb921af358e74565bdd1347efd59a81091a622de44a6fd25b22701b225244e916321db42ba892c05fe82b7c8b2903a45131b09ea09b080a6809809b2557b8ea626d234a4590026583de362c41c71b51bb32386d2499ea5b735522850f25345ba00829b2ae00836c962727326be8ed421debd966fbe8e9a20a780adaffd46ca3a4f19462334a36a5ebcece2d44c2e71810f0f4b117f2e39933cbebd5f80b37dc7fba5e3d129b12e6514d99e63cf3cc70a423f3083955f338cd183f2d556a6cb20588697ae1f3c5ba9e47683e52e16a064e62e9e2f5722d76e5c2d2f3cd376c2d9c277ac95e7849ef38b95e307fea39ad5a95d81c5a179e12c82ff8dc2459d5b1b665a96b30cfee3e58b86b93ecf73a68e4743f7f9454ce01edd217416966bcf16179fac644f85aeccc5c50a02f383cad9d98b96ebbe9a39ff2f6affeda256779f4b33b8ecca117b2a0b769d6446f341dfca7a443feb909dd923f467170b600aaf8e1bc0a24bd86ed99d06afcd665584409b475a5b5861280d059579b1ca929b97cce3f248f1d04a2fccb9f32cd1dc6f316ddb6b59ca309eca2f5dafce4ac81b8debd63c67ee06ce738230b45d6b350782093dd76d4441825d41c75cb250ea0e841498f5218d9aae5aa2ea6ac60a7debd269ac959a8cec36001906ce9b205c42d6cede3c701355dd2d7ecf738507f79fcf169dd36ff3d3cfc90d3e00c70da3fc708e85e5cd204ba7b32ba7f328a58d67d57f823b68bd191e77c7278eec9c0c07c91ac7499d81e752b2f2ae6a4753647d54fbbf15474a3e1766e0bc36df4279081c6f6a5a4edb3e591733961ff24fb0b6f4dcc0b5dcabb691a19c72def520507327b874ed36f4174ed0d90babde5ba87b5ecb7e1d98f97bd19537fb2137e1cf21e8dc2fca9fd2f0c8d35add3e86be7335fd9e92bc766f79309b3be1f4ca35e1ba31388d53785d906465c82bd2395ef75be977d6fb4db499e97cd5f50f9432ea36e04143d11178db0d6bf71cdee2a366f2f6521d9db78100526f173a66afb300b47e9ce05b34b42cdfedff38d9b7547266fc4ee2e3c4dfda5d33734311808acfae02c0471f12837ba41bfc4d1d0171f8e31ffef6e7dfff68f94ffd2f3ffec7960d7ef3a7f1afbfaabe4b7ff5dbdf153ff9ebdfbf837bde75ed25cd68ff3e042a4d05b8186dbbb0d1fd3c1186f50f148f7bc2302c48752ab255517f9510d4a7a8da1475dfdfc0aa65b5304ce2ce52fedcbc96f05d23866f33511d0149f8143ee94f0f2c8e0f49d6a5c7ddddbf006ecb251d, '2017-09-23 18:47:36');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(77, 77, 'audit/request', 0x789ced57cd8ee3c6117e8f9c080184776d49fcff1105c1a1484a23ef4854482abb0b18205a644ba225915c925acf78b1c83139e409fc0a861fc1579f7234e043f206c93597e492ea262969073b9b3846821c02cc8864575775fd7e558d0c4136de94866674360754ee70d919228337debc2d0d81373a6585aa53696531ee0c1343e4f96149383a057e75c2657583518c0bca33206280b2cbcaaa03bb0646e79045e8d07e13695196a638aa922c6d57f618e73d74485e63b2222a46e7946f0b10da4bd21247a702f79aa34aca62748496f554e2a287b638adc58b409b675f258703e2943ecf3c99a32849abacdc0d99595ae103030b8ceb332f18810f0531549f32669e1ff073bc7e96549c22697d49659e3cbb09e6b75de690ec3133c5d13e7bca58bb223b624ee5fb7c5f1204b12f0812e3a30d2a92868d68a01a1d144538a7eae8604985ef2a6e571d0f5d04e724112286737764e593bb87abc7c3f0d588ef0fbac9116ce2bec4ebbc794579baed7ecc7d4ce93a11ae11ff6f70810bf2a5c051bbaaca0d8e3b3b9c8bc02d053aac318a76dc1a457b9cc6442857e2aa4ad22d97a431bea38e535abd7b388db2188874190ed97e95e45d26c6901915ee32ebe2c1fe034ab72750912ccbe07e9cf6567e17a7b5a6dd24a62f6af758d217b95b26f4456cdc1565d93ea1dc920aecadb811c8d9ae870c44bf0095ee472bdf1e32aee53bbe3fb3478a1c0bd140c7a28e634d973505c54850b0ac4643a22b3a1daad12656f65b70ee514707f1f80556f38d7acce22f0461c82c6f968d24e1d51eef5ff3c971538ad15e9376aa222603f554f243268cca6233c26b4d8907328fd6aaa2ab8a16ab2a126555512521c2da663080f3a48d8804495754242b8aacc5021a0892badee8bab046ac648af0cf6ae3041e3c2b8d4b782a644914e919f0845542151aaa24d66489d535563059d3fe8cb5c7016bcbac34611d8bb52d7660b2960a7fc14bd6b2586dc28e6d56d44eac3966270aeb8c595bb3e7ecc464759dd52d7632066a7d12abd99de1db3a8e052ef30ceaecaa8c1552c68268745ef496d9979063716f7cdf961cb80e6a4b852268d2d0b9cb9302d3d214a1e083dda9cb08036691bd86872e30bc6e28a2c1f3cc741e502192d1b1202571cfca2041b303cd04382dcd7a6595159065f016911d5de6782a2ba8fed7000f314dc01c32bb07a4683fe2e10bb0a1f968f26959a0ed11d1f2a312a99c1a1ce05838108aa217dce735d6c857150ac9b64305d4c668154c7a3a7510f14f76aa6a01b0b9ad9c534eb439577c8b660a98d614dae7516ddc017cfab95fb359e725c3a8995654ce93a7ad82f5ea1215e8482321186f1283af414fab43269c81779cc5f717a406457cc7fbb5e39125a90e21a8ef39f6cc73ac20f4033358f9b4d08c0e807883cf3741b00c6f5c3f782f5e2bcd06cb5d2c40c8cc5dbc1fb425bed9b85a4e3dd376c2d9c277ac95e7849ef3ab95e307fe3bc8dd8a5d81c6a1397516c1ff067c13e752c54ccb7296c17f1cc449c8e9799e33713c12ba9f0de522ff8e09a1b3b05c7bb6987e10cf1f32dd9a8be90ae2f26f81fad98996eb3e9b39ff87f6ff3eb4d3216c6906372d2873a7b2e0d6496ad43fe4aba46fe49706ed0c1fa13f9b2e002a3c1a39488cb6625bb23b099e9b355582b09a3941584eeccb7d51639eacd2e4ee29f36e932019d1702fccb9f35ea4b96c316ddb6b60ca301ef22f5d8f9625148eceb734cf99bb81f33e4678b55d6b350784093dd7ad5981835bc1e0587200f8478c0bc4f94955773002f20d6485be75e3d4daca7549b61b000d03e745102ea16c672faedc4444b7c49f78ae7865ff7cb6689d7e9f9d7e89efd01140ae1f65c7732c2c6f06753a99dd3aad4715f511f18f8307058d7ebecb1f38b275321ca4e83c2fb70a9e7bc9cabba56e01b3ff39345d7aa5285cc9001f7b2fa12b790d38815f9378a4b538353503e7b9f9121a49e07813d3729a69c39ace38a12f3c48caa5e706aee5de367d9fc0cf79d75544e74e70e3da4d8e4c9da035ec43ba0817f69537a354e55f37fbd36b394dd4da88491f94f34e70743a7785be733bf9899c827ed13f98cd9d7072eb9a60780ceee3556120ca8ade1f48f239c497ade4b677d944868fd66b7430a14598c49debe984c00e9d25aea692b60d20f878434db9be3328b4bb6cd78d956d53686204ada121b4fd81e611487dbc4d3489d2f48a76ffe32da381a373df68391e6f1f8dde14df6b988142f8d9bd04dcd90c7b17d91000e20870b4f4db5f7cfbd91f831f3efdcb9fbefefefbe0e51f7ef3dd47a76ffefae71fedf9df7ef7fbbf7f04ee6f2756820afe25041aa912308ccc6ec8686ffa6148effa57377d812c16b83a15e9aaa043b9a83d4cb34d4127e83acf9a4a09439204b5a6c2791c2e616a8fe15e10d108c8e2871296dce239141f93b49d63debefd079885f95e, '2017-09-23 18:47:39'),
(78, 78, 'audit/request', 0x789ced58cd8edbc8117e8f9c0801ccda1b49fc13298a82e070284aa39d91289394ed3116105a644be28a2265fecc8c6d183926873c415e21c823e4baa71c03e490bc4172cd25b9a4bad99466261e63bdc9067bc8402335fba7bafaabaaafaa890ca963bccf8daed158c728dfe2bcd1478668bcff901b926834f20215656ea5216ef4234311e57e4e563432fca6c479718e518833ba4652881c18daa679d180693da311a7018aeb67222e4893040745942675cf0ee3430bc5d1356e30d130a7c049d18a71b229b6a457311a92d4a3e3d00c50b0c52d322b4b63b6d11eddb6d0060f44f2ac198d348b3651b5073c6d8be26008c23d6d64d56894874d06fab7a224c74199e1163b554e17c2a6b592658e33223fa90e22c3d8347d17c53112d4b6c83d99a2204a8a34dff6b909281f73d0c1391ef78a93c4a5242fb5a79c7938c4f8255e5d4485a02addb6a2714f2ecefde965938ba31de6c638d8a54f396b9ba57b2c68625b6c2b9224b72549e13cb44659c496551a9c602ade1e28740a408360932840045fe1b6757373d35aa7d9be5566806500360c193c2808f0819e4507180a7c5b08db621f37efad273d3fbb7dd8bb8ffb6f0662bbd78cf6008870835707d6448764d3fc52f8928eeb447897f8c91a6738a3fb4aff6e0921802364285e6130aab042c10e2721112ae4b828a2642394871015f859140ebaf4e46aad7d8b1e09a6d06ed86af32e3a34b910831f17b8c9adb207f363946c4a5094747740179cb4165e132795becd28a40dadb9cf69a3d3cc23da901968419aeea20a6a72945adc00e46c567d0e1c280395de0e16deb0cf3996677bde6438503ba114f4742ceb38ecea9dae8a4224a9b8a3057da22b2ae362b00ed5dd0620deeb2896f7df60edb0d6f669f88d24f5b9f9f99c4992deecf0ee5a8cf6eb5c0e765d65aba972d4d3ca5cec73cb20cfd603bceaaa61af23a295a6ea9ada0d350dc91d4dd51429c0dd75af07fb296b19498aae6aa8a3aa9d6e28a19ea468abb5ae4b2bc42ba60cff7cf72c821f9157ce72f85549972cd33de0177ac9a8c44615b91a5678bdcb4b266f0ebfe287673e3fecf0ca88b72d7e68f13d93b734f8f857bc65f1dd117f36e4e56ec99b67fc48e5ed337ed81d4ef991c9eb3aaf5bfce80c46ab9df8eeb0d1ff50d931c3f9218550bd433a1ae11c120daf5af3f4063c2d6c9dbdada316a083f0d4208e9833dab78728c334ba65200d7f5b3639a9c7cdd26bf8d1254ed40d553644911b4ffd9a6d2cca36d6896d34d82d495b799166e065d0a27cd4e4f6655e00815c039785d4010fe0df2d180a7603119e805ed803f3a77986367b4483904aa472d8e3655ac51b79547bdf276eae237c738a1ad0d9627ce133be903b77221fdc778b32583b58f8a3964e212788a76571e4e5fb11796492a39a001653e46b46ce3158e96baf5a661dbb0ca35ab4a0729e3cad15ac7ae72843fb2aa118ef2343ac98b85b3981744c3c6769f8964c526a0760c7e3fccfa54398e7a21baa840448579174b14597eb561c2eaedcf96c6df59e2bce0b359e8af317e5cbd9a5b6d153f42ed9af3afaebf4f5eef5b99776ae468bf3e1eb4b0b8f8a60bc4cc4d25c3bceda13f3f8e65add7593e717d7cf7965089f9f324478f50c9ca5c4bc0ab15d93d81053c5b822e54e48c8e4902ad38d7a08b8c80fa3e260c0628529c90c41b7a7da9e52e3870f1fa80b78b6fbc276a9317ad41a30d5b58713d7b6fca5e79bfec26338cba2c8f2f5b9efcf97e78ee77fb45050d904cb99cd40c8c4993d5e2dc01cdf9ef9cb4b7b36f6cf1f540b7a2dc8b4ce6d22ce779dcb8f950cc4b3e84cc79d8c27b34f150e8ac8a62ee663d71cdacbc9ccb3ad856b2f5dfbf9c2f67cef5ef5509f6501302dcd31a8fae329216aecfcabb9fd59317384cbb42c7beeffe085045196eee7da23db25cef65f2a2764f1de4196f6cc728693d9f89335c5c34597e66cbc00d37eafc2e208a5e5381713fbffe5c5ffbebca0b796b959b107290c8432cf84559418d51779ca698b7cd7dc50d1ded29b8c6740712eb51c38461df4f5b033f25f9ad5a80266350f24cb0b72bbd396bbdc934512dd3ee5ee172ac423d8ea9939b53fca90a729e670e832d6338c87ebe78e4b8313c2473ff29c6b4f1ddffed842680e1d6b31259ce03a4eb51456080bb8ffe40294087b8c33247851515551848019eb2d3da0d84adb4e1598f718fa95bf9c43f04e5edd818988ae073f735ff9cef9a78caf01f4b769f9737c8bf6c093ed20dd1f6d61b91388d3d10492044354d51e11ff38854449886fdb87ede1019035c8b091aa8b62a756f09803172ecd391d38f67725a81a81a30cc0d8bd826cea3272025c8fc51df0d4d8f4ed97e615e422df7647a665b32c6e8d2782d4961e38e5dc757cc7aa32214b91c759772c3ab5fd73e7181f2c5993937d4a19e9b47ee14ee8a8faddcffdecae1c66b6da64ca27e5dcb38e4e8bffa5675f8e3e732529196afdfdc9d45e8e2e1d130e1e027ea226f580efe4b6aef6c8dfd1cea7e9e425c96922a95921a6c6b67f2ca3640255e36e517bc4f6c75be7d132afce4fecd2a59f5214737e9aa818fa75b6620403398b0dd4898b3a38487d3c7f31fd5812abe73f9ecb184f1e135abde2f1bcc6f43ea22d91d2ee3f4e72c48ad5bde5241b9c820001c6577ef993df7df567ff8fcffef697df7cfbad7ff5875ffcfe8bf2b77fffeb9f86d37ffcead7fffc02e0ae2f5f84aebcd3db38622b7230520c23a37e69b75cd2d776775eda49a433c34599258b8cde58e5ee43f75f67f4b654f93f8be0e5923866a5a974bcd9e570a50de1d21c500b74e44f0512794b26a0701f25554c11d7f9172fba3083, '2017-09-23 18:47:42'),
(79, 79, 'audit/request', 0x789ced58cb8ee3c615fd8fac080184676c497c890f5110261449a9e5698932497966000344892c49b4249243523ddd1e0cbcb417f982fc42904ff0d6ab2c036491fc41bcf5c6dee4569194348de949fc0ab208d02d16eb3eead67d9c7b25a40b3dfd75a1ab7a6bbd47c51617ad01d279fdf59b421778bd5594a83c16661ae1d620d6459e1f1444a295e397475c9457184538a732c00d7a80b44d8bb2056c7dbdb54f43b46fde89ba304d121c96719a343b3b8cb30edac73798ee48c083c22dee006799a7fb5ad101dd76d0060f79f22eca7aeb986d7238ba1327050e8f39eed40615548bde121afdc702e74434a96c1081364bbf88f77bc4c95d9e793443619c9469b11d30d3a4c47b063618c7639e33021f0862a03c668c2cdbe36778f5342e395952bb92c23c7a7ae5cfaedbcc3ede616682c35dfa9831b7797ac09cc277f9ae240862571024c6436b94c7b518b140d15b280c7146cdd1e02625be2db96d79d8b7119c1387887887bb253b1fdddedf3dec072f877cb7df8e0f7027ee155e65f51265c9a6fd21f721a56b44b94aa2b4c639cee9b970f16d59663ac79da2c285e0961ced57185ccead50b8c349449472052ecb38d970c72c42257e12474395ba4f6eacefe0244c2360a1db70d4e68b386b3311862c2a719b59e5f7f8f728d91cc150b2dd035b70d2597a6d9c54f6b6e3882e94f6a1a08b5ebb88e942ac9d16a6e92ea6d212b94aa36e087a36ab01033990834977c3a5670d18c7f46ccf9b5a43b91709615fc3a2862355eba9328a9020e39e120e88ade8b82f87eb48de6dc0c5070dedc5c3e758c9d6ca218d3e178401b3b85ad49a84973bbcbbe1e3c3ba10c39d2a6d15598cfbcab1e0074c1016f97a8857aa1cf57b3c5a29b2a6c86aa42848ec29b222092156d7fd3e9c27ad4524489aaca09e2cf7d448407d4152566b4d135688950c11fe597514c38367a551014f996c89223d039eb04ba8424d95c48a2cb19aca0a066b581fb3d6c867ad1e2b8d59db642d93ed1baca9c09fff82354d561db3238b15d5236b8cd8b1ccda23d652ad193b36584d6335931d8f805a9dc4aa566bf0a68a638e8b2c856abb28799954bc20eaade79d45fa0a322dea8cee9ac203d7418529500a7532dab7599c635aa02294b4bf3db619a1cfccd31b786802c36bba2cea3ccf4c667e830526c502f38c050a9c96a49da24c73c8325851b468338763510206dc009244340133c8ef0e90c2dd9087374088faa5cea7458e3607448b906aa47a2a888063e140288d8e7f97d13db17751a7906c5b9443850c97feb8a3510711ffa4c7f2a4a0a99f9b18bf3a557d037b32e46f5d6c9fd530b7078f7ee65542e6694bd72ba14f41cba3c78dee6a6f817274a880577f1deb7c057b6a152ee104d0a334ba3b233a98e1d9eea7b64bb62485860f4c776d6beadaa61f78bee12f3d5a647a0bc0be46df2bdf5f04578ee7bf13d6e59ac174e673503275e60f60bbd6301ae6954dd87dd7b97e17c04b7ccdb95c4c5cc3b283e9dcb3cda56b07aefdc9d2f67cef2d946f0c58c2dd026362cffdff0da82761a08619a6692ffcdf1cf04972d0f35c7b6cbb24c8bf12ec8bfc5b1709ecb9e958d3f9e4bdd87f5fe8da984f96109d9fd5004eae341de7e9d4fe7f1bf8efb7013adb2d0cffaa0170ee58e4dc2a4ef4ea83bc1574453e69d04e701378d3c91ca0c5a59183c468eab6213b63ff9951512508ab911134e6c46eaf2baacca36512df3e66de6e2824236ae9b931b3df894c6716c3b2dc1ad674fdbefcc271697142f9687c4373ed99e3dbef1284a5e598cb19e04ce03a4e250a12dc1246cd8283e670c038479c179755b723f3720d5c8107d05759dbab0ab3612070683ff7830514eff4f9859b88ea86f813cf152fee3f9bce1ba7dfa5c7dfe35b7400a8eb86e9e1140bd39d429d8ea7d776e351597940fdc310122711beed66dbec9e231b27c341b2c6f3bdc6c053ef59bab41748d025fe3d40357d55142e348087dd17d0c3dc1a9ac0aba7c115506a62f8f633e3053413df76c78669d773893999724257b897920bd7f11db3ea4f75e33a715dc47366fb578e5567c8c4f69b6bbdcf16e12cbe74a7942afda7977e72a9a58e58132d497e9f96b702a3d1f92cf0ecebf14f94245dbcb1de9fceec607ced1870ed089cc72b421fa04eecf645f514de332bf906796622834ae3333ac4d0028ca3d6e524432087ce1d17134cd302904e0718eddc05eafca2bda0be65d310ea08415ba8094d6fa059045a1f6e11759ad47da2e17fb85dd45074ea198dc4c3ada3b69b627b053150fbbfb88f803bebc1f0ac1b02401c018e96befadd9f3ffebbffd727dffde38fdf7eebbff8cb97df7c70fcd3f7fffc9b35fbe1eb3ffcf801b8bf996c092278e710a8a446e06264ce437af3eb4110d0df0f2e7e3d10c8668ecb639e2c733abc8beafd345be774d2aef2acae9320204950592a9c06e702a6fb08be3f8434023df17d094bbef373283ac44995bb709137ff02b0d811c5, '2017-09-23 18:47:42'),
(80, 80, 'audit/request', 0x789ced57cb8ee3c615fd0faf080184676c497c890f51106c8aa4d4f2b44485a432338001a24496245a12a921a99e6e0f0659268b7c417e21c82764eb559606bcb0ffc0de66936c7cabc8523f303d811d3bc8c240b758acfbacfb3875894ca967be294ddd6cadf7a8dce2b23540a668be795b9a9268b6ca0a55a7d2ce13dc1aa4a62c8a839248b40afcea84cbea02a3041754a64fd400659b97550bb8fa666b9fc768cfde89b638cf321c57699eb19d1dc6c70edaa75798ecc8aad93a1d370528eda45989e353813b8da9928a982d89899e4a5c74d00667b57a1968b3fccb74bf4782da15b9273314a7599597db0137cd2abce76083f302ee052789912447da53ce3a1ef7f8395e3d4b2b4155f4aea2714f9e5d84b3cb36b74f77989be078973fe5ec6d911fb0a0895db1ab4892dc9524850bd01a156923463cd0cc168a637ca4ee1870920a5f57c2b63aecdb08eca431220717aec9cec7d70f770ffbc1aba1d8edb7d3039c49788d57c766898ed9a6fd91f011a51b44b94ee2bfc6052ec89b0a91de56d5d1148473c08518c252a0fd0aa3782bac50bcc35942940a25aeaa34db0857297efd499a0c751a3c95f9dec1599c27c040b7c1d0e6cbf4d8e6120cd551e136b72a1ef0ef51b639819b64bb0729c0596719b471567bdb4e13bad0da87922e7aed32a50bb909599ce7bb944a2b1a88337543d0b3590d38a880025cba192e0367c07976e006c1d419aabd448afb06960d9ce8464f5751822415f7b478407c45a77d355c27ea6e03013e18682f1fbec0da71ad1df2e40b491a708b8b45a3497ab5c3bb2b313dac4b39dee9ca5653e5b4af9d4a71c0457159ac8778a5ab49bf27a295a61a9aaa279a86e49ea66a8a14637dddef833d652d234931540df554b5a72712ea4b8ab65a1b86b442bc62c9f0cfeba3141e22af8c4a78aa644b96a90d78c22ea14a0d55916bb2c21b3a2f59bce57cc63ba390777abc32e65d9b776cbe6ff1b6067fe14bdeb6797dcc8f1c5ed64fbc35e2c72aef8e78477766fcd8e20d83376c7e3c026a6d89d79dd6e06d9dc70297c71c7aed4e2baba49525d96cbde82cf2d75067496774c3da0e4207fda5412334a5e85e1fd302d3f694a114c3eda9cd497d6e9e5fc1c39038d13055d914456e320ba912c56cd95096b863e750a4f99e560258cbf24e59e5055419ac62c2d1e60ea7b20204b802884868011ea1ba3b408a774311de001f9a97a69e1605da1c106d41aa91eaa90102cc8241688c4e7873acf1a677a74ba1d8b6a880fe182ec371c7a00122f1c94f15667eb3ee49b3045f9f9b9e011a1cb3d5f4dae7717db63d84f4f3a096b2cf5ba6590b4d899a274f997bf5e60215e8701786a533dc8ef2e4e69600b603d7ffbdeb932d85c23849a8ef3a53dfb5c32808ad7019d0d6325b00dd0d2a5f84e122baf082f09d28ad360cb6379f8392a9377f37542b62c3b85c4c7ccb71a3e93c70eda5ef46befbbba51b84c13dbc666a97e071644ddc79f8ff01da24b8d431cbb6dd45f8ab43374933b5e7bb63d727a9fb45005c16ef1d2372e7b6e74ce793f7a2f843a14b6b3e59426e7e16949f03697bdeb3a9fb1ba0ffef019d8e5f0b2bbc60502c9cca4258a59959ff90b792aec82f4dda1942a2603a99035cf834735018ac6b19d91b87cfad9aaa405aad23c15541eef6bab2ce3d5966e9f553eefed5402aa2919e5b33f79d6873cb62398edf4095693e945f783e6d4d681e436434df9d79a1fb2e41583a9ebd9c01ca44bee7d5a220212c61642c0580f903c6051282b4aaef2d32d136b01505f6855b7bdbabdb9231002286ee8b305a40eb4e5fdc091351cd883fd1ae7ce7fcb3e99c05fd263f7d8aafd10180ae1be787732e6c7f0a7d3a9e5eba2ca2aaf688fac70184de5ddde3f6f820902cc860483544b1c71c3cdf274bff92069a54d67f84a7f30d49e0676285ee73eb25dc11a1eb8f2ddb6d46077b3215a4aef4a0d616be177ab677d95ce20455ce5c77123573c30bcf69523f7143e62f50fd9770f9f90dfeb162966e4597fef4e79c443aa780855f51dfa7e15ea40d3a3a45817b39fe89929271eb79389db9d1f8d2b3e0b809044dd4a43ec1aeae28f6455194ce39bb65271f6eb78c64aa61f1628304810d3a0fdc992c188c23787943bdbf3be9abf476d8ac9a8331506f9201d0de1018bed34e00ad8fc37c53110dd633fec721bf819333ee3389c7e1bff19be2730d135019fff55d0098f42635c57bba21de24109007e58f1ffcedb36fc3af3ff9e1bbbf7cf555f8f21f7ff8fb87a7bffef3fb6f9cd9bffef4e77f7f0843269b33495707b729d0493bc0c1c8fc854cf68d1e45f42bfdfe70184505ae4e45b62ce8282deb0f2b6b5dd0b9b72ead06d9a2284d98a7d2798a2d61d64e609a8f69067af2fb6a947c7f0b2839a4196b91b76f7f0433cbe5c7, '2017-09-23 18:47:45'),
(81, 81, 'audit/request', 0x789ced584b8fe3c611fe1f3911021adeb525f1fd1005c1e190d4c33b7a84a4b2b38001a245b646b428924b52eb192f16392687fc82fc85c03fc1579f720c9043f20f926b2ec925d52d52f3c0ec00b69320870c6686cdeeaeeaeaaaafbe2a099ba262beaf4cddec6c535ced48d519625330df7fa84c51303b558deb6365e731e90c135312846145253a25797b24553d2538262593195035b0b2cbabba03bb066627cd239cb6ef545b94671989ea24cfda993d21450fa7c93b426724d5ec1c8beb1294f692ac22d1b124bde6a88a89981db1153d56a4ece16b929dd44bb036cfbf49d214f36a5fe05ecc719464755eed86dc2cab49cac104b7f4b92b4e1442510ab5979c551429794d36af929a5765bd2f6bdc8b57d3607ed9e5d2644fb80989f6f94bcede95f981f09ad017fab2284a7d5194391f6f71993462d402cdece028220533c7809bd4e4a6e677f521ed6238278930bd387f43673ebb793c7b48876f47427fd04d0e7027fe6bb2299a212eb2ebeea7fca76cdda0ca75eaff2d2949c9ce858befeaba3079feec703e02b79438dd101cedf86d998303b2986ae5f31222c617651e91aafa3c89470a739fda5adf235994c74976cda6e1a8eb6f92a2cbc504f051932eb7291fed4f71767d0443e9b402b690acb7f6bb243bd9db4d6236d0ba878a0d946e95b081d4382dcaf37dc2a4657a9556dd08f45c6f861c60a004936e476bdf19724bdb777d7fe68c542516a381412483c4baa1e82a8eb1a812458b86d4567c4cebd13656f7d7e0e2838153e9f015d18aad76c8e3af4471c8ada6ab4693f8764ff6ef84e4b0ada468afcb3b4d95928176ac8421174655b91d918daec60345c01b4d3534558f350d4b8aa66ab218117d3b18c079f256c2a26ca81a565455d163110f4459db6c0d43dc60245b12fc21fd22818780e48b0a9e2a9d922476063c6196ae8acdaa2c9d966564e848b490e57c819c8b00390a92c7c8b59163a381856c0d7e8337c8b6913e46170e92f423b22ed05845ee057274678ec616320c64d8687c01aba79390ee74861f4e712c4955e4906df79259a3c92c4a66e7aab7cabf06a4c5bd8bdb36f1c07590611aa4420346f7a6484ac2125482b40f76c72e270eb845fe0e1e86c80986a94aa620709379c094c866c70660929e0dc02cf39421014ecbf25e55e725a00c4611ddd1e50ec7aa060e7807241133001680ef1e2c45fb91006fc010cd4b83a75589af0f982521d3c8f49c28028e659950f782dbe2c438cabd3c05b0ed7059917ab40ec63da3bdaf4f6a30b405a9a4c054830b000126b1aa6f89162bfa006f544d1037d2001eaa1019588e344d96e581a8c4ca764b648dc8b2b2d174411322cdc03f0917481190a023cb46ae822415098a835c11de6364b3d88b361205e4c2acba07785cd1a1085b6524d95324484818c3d819a3310c65aaa845c6902b70bd1bf1438ef24a9ea5b70c2b142af9b13ef9127c7bc019e469afc69b94f04916939b330db614afd2bad2b0cf97d129d82960eccb39930da8a87d9e36cd93e48cea7af1b28dd96972854b7cb85f9dc47315bac8e3dbbb0530c077bd5fba1e9d925975a328f75c67e6b97610fa8115ac7dc63766072a5a53aca641b00aa74b3f78b278a9cd067bb9588092d972f17405938566e37a35f12cc70d670bdfb5d79e1b7aee2fd6ae1ff80fca58ab760d1687d6c45d04ff1bb58c3a971966d9b6bb0afee3158d86999de7b963d7a3a1fb37d53549787091d05dd84b67b6983c5bdc1e0b5d5a8bc91aa2f3a32adcd995f672f96ae6febfcefdf7eb1ceb4b5756306d2b147fac4a7e9364e6e91f7dabd888fe67413b9348e8cf260b200c8f450e80d1e66dbbbc1c07afadd3aa0c61b50a5a6e78a9aff4259d7bb1ce929b97dcc38a4911d1482facb9fb24dfdc6db11cc76bc8ca341fcbaf961e4b4e481f4368d73c77be0cdca70461e82cedf51c7826f496cb932848f06be8a52b1eaadf819012f37e529fca396df51be20a7d7bea9eac554e89d96e004e0cdcab205c41f2ceaeeeb989aa6e177fe0b9d2bdfbcf678bd6e9b7f9f1e7e4061f80eafa517e38c7c2f66690a7e3d9a5db7a94569e27d53f4321ac86f58b5df1c893ad97e124d51044bdb5f05c52d6de25f30b6c7846fdd3f592b2d0c40adcd7d61b281681eb8d2ddb6d1a2b7b32e3c5bef808722b6f192cede565d3e2507239efba17afb91b4c974e8380891bb456c3aaf706aaa0d7d0608b69f14e74edcd7efc7dc4733cda58c8dab37a1eb8dd60fd65e8bb97e31f2a4a7b92f606c16cee86e3cba505d78ec17982260e245592fab22a0de0e71cc1bbedf403eedd46daf0b47e6b3b0bca22ac41b8d76ab4acdef4ccc61db1378861f4dedcace5f82628c0f4cd424bf72c3140ebc759bf414643fdedfe8f5780865dce65a095f8783568ec66747d620d40c84f2e0d4051ef135378a01bfc4d1d0171907ffdb36fbff873f0c7cffff697df7dff7df0e60fbffaee93e3effffed73f39f37ffce6b7fffc04facfb605a549eedf8540a7690117a30d1936dbef32c2907d9bf1b05b0cc392d4c7325b97ec0387a43f0bad86e8c230895b4bc5736f5bc12792183ef3442c028af458d30647fb5611fd9e82c7f121c9da24f9f0e15f2ea933b4, '2017-09-23 18:48:42'),
(82, 82, 'audit/request', 0x789ced58cd6ee3c8110692003926871c73201410985948e23f25511076698a92b8b6440d49ad3dc102448b6c495c51a486a42c7b06f346f31a7bcb3b04019253b0973c41aa9ba42c3b63039304490e39d86c765755777df5f335853441d63ee45a476bac62946f70dee8238dd73e7ccc3581d71a79818a436ea4216ef4234de4f97e4e341a197e77c07931c128c419d5114462079636695e3440aca735e2344071fd4ecc056992e0a088d2a49ed962bc6fa138bac58dca34c81438295a314ed6c586ce6a0d9e3c55ad818200efa939496b7cc57d554da759b48e4a9bf0b6298abdc6718f7717b5c65d2bc8b355ab48b798ca76bbe088f2ada9ea41e2dccfe69683ec6293ec7fefacf4b797dfbd9d6179f75e32d745e8b96fae6f6f63bc9e5ad174783ccc46bc78fdce78e3ea2bfd28bbe6f1fab8ebcc569bcbb1717f61dc1d0783dabf438eb3165a8343e529c09769fa3e8a63c4296d9e79354541941469bee93316f81d3330c1d82e73c308bc2f88befa9ad1f7fb185fe3e56554708ad4694b2af3ea72e24daf9a4c1c6d3133c6c1367dcd189b2cdd614ee5db7c5b1204b12d0812e3a215caa24aadc6e7ae55850f87ad6354610cc8df4caf26009d532e92d90e89f40a6738a3400bff882d17806b198a9718051b6e95d1e085dc112fb91d4ac0f156819631e6a224c4777423a58e620b27411a46c99a4ec356ebf7d1bec9841832b1c04d66993d918f51b23e8049322dc35970d25ab84d9cf4df0df876b7198574a03677391dc8cd3ca203b1ca92204db711d59654489fdadc00ecac977d263864191ce97eb070877dc6365cd375ade140914321e875b1d8c561a72b7714142241c1b21af4c959d1212e06ab50d9aee328d875512cee7ec0ea7ea5eed2f00741e833f3c9bcb224bcdbe2ed2d1fed56b9186c3bd24655c4a8a71e72becff82435075894558443a5b3c26a28777a68a9a8bcb0147bf050f8a08ba440552549ea097228af565852b124c94bb5c3ab7ca0761162255d843fb67311c18367a58b1c9e0a991245ba073c6196ac0ad5aa2496cbacccb37c87d50dd6945951617979c89a02bc87aca1b0e6052b18acc0b326cc2a5bd6306ec850005189158d09cb8b2c3f82f170c48e60281143742fb6336cf43f9691cc70be4f931c9f358e2ee91ba43c6f5af3f408b916b62eeeebf201f0a04e5448e82a1dcdbb7d94912e956b2274186f736832428f99a5b7f0e80a0cdfd51451e379663cf5a81108b401a9895b06a46696c6341760b7246de5459a419ec12820124d6677c80ba88d5be847214dc13d64780b9682ed8087b70cd72f5546cd33b4de21da4ba8456aa76e3746d5c8bcfb3d9d13a1c40a7c57709b621743ba6d5096e362b0f046ad2ed511080643bc3cac5b1e5ad7a7577a818a02c83f550af8ba846bb9e12143753b852de55ebd792d7015255b7a58b0f442ad864498abd299bb8df0f1eb02ad074ff686209218a687a274b2473a2fc4910b00ad759addb7a202ef4eadba3e9802e0d4bb7d1f94618821fadfdb44d9384d685aa96354d62c30f6ea75ed51b9364719da9584a37d8834bea407a14c30e1444c176978ffc064701ad774be331d32259509078e38e6d0724cc3f35d4ff7166ec52a4072157d4d3c6fee4f6cd7fb2c9d29958061cf6660c4b267cf731ac878e6ccf3afccd9d89b9c731a393335a31b8639f71e33db69d176acb1357b91df3a95e88d6fb8cec8f7ec4b73f61f21b91a870540eceb6370f37f83e944e1848863be5998ae670efd6bab82ffb37447d28caa38e6c87448bafc9b484fe41f45d93767863db466e31799efa9d2953e1b2f00e07f8afe4ea964d8f6a565fe9f04ff1b2448efc773bd4c41425fdc21cfb8659468e53ff296d311f95f977bd9ba7cd71acfa04d393476901a75f1d5cbf6c8bbd6cb550982adef091771625b6e8b1de6d52289ee5e338fe994e444a53dd3a7e667bbdc83883e1c3a557bd2b4a7fa73dbf12a0eea9efa9a634e6dcffc9c220c87b6b198929ee8d8b657d72bb780eb72ce0135ee30ce10e7029fe475bd5655ecbbc6c42c4f2b97a5f9a8cbde78fe1ccad7ba39838998ae17bf705ff1ccff69d58201f4fbf4f00dbe433be857ed20dd9d6261381654eac882465f21aa749e31ff4213a17da3bddfec9f2059a30c3b295d5e14ea139e886ce15c515cd417c9fe19ce1685334b00b5f31688d1a9ba14c01b8503a16e5863dd33aff5b7be05a03a23dd30abeb9931b638a12d3cc9cdb9637bb6615f551725d2874e5267819d9adec43e9549c5bbc4bf970e233ce82f1c8ba2237ca9f75f9f5bab6258c74f7a19cb47a1ead20babef9a57a32f5515ba0f7e78d6d4f44757b60e00848023af0a3d511155e039e514f10751f265fe20442e42505e63d3ab2e49b428a3b0717e533ae17b7643aa8901c1cb07eacbf9f79642f966bdacdcac69a2aa6b208b6aa1660c9a5060f579e2a832a6628f5afe7912a9dad389496a8de709a53a37edf865db817ef02fb30bc0595d3c1f6c4300081000f437bffcf467f617c33f7d0a7ffceb6f7ffdd35fb67fb8f9e937bf6b4e7ef62b51fae3df7efe09e0afefd1a44bb80f21e8907201c7c83d1269f5af32be4f7f9739fb55462093192e0e59b2c8e8e78cd87931cfaa8af17d9204e54985d3fd3c87ef9d10bea8021a01597c6a6989826d6d88fc96c1a1701725f5cde6e3c7bf033b82767a, '2017-09-23 18:48:46'),
(83, 83, 'audit/request', 0x789ced584b6fe3c8110692003926871c736014706766a3071f22255310b03445c9ca58a296a4d69e6001a245b624aef8d0909465cf60fed1fc8ddcf21f8200c929d84b7e41aa9b4d3dbc330666b38b04c81ab6d9ecaeaeaefebaeaab6a224d6c6b6f73ada3d59611cad738aff59026686fdfe59a2868b5bc40c52e37d200d77aa1260b522f27336a197ebdc37971855180333a4794891e185aa7795103b10bad16a53e8aaa77a2ce4f9304fb45982655cf06e36d0345e11dae31d52053e0a468443859156bd22b6b354950e838347de4af7183486569c4168ad17d03ad705f20efaa564bb37015966bc0dbba28b65aab75668da468b5dd769581fd8d30c9b1bfcb7083ed2aa713b59a5819b9cb7146f427e54624189ba46fc228422da52970cf27c80f9322cdd73d6e0cc6471c747096c3dd72a2e08992a7bee0f4ed36c23778f1322c5a8adc69ca2af7fce5953bb9ae7351b8c1dc08fb9bf40567acb334c62d55680a4d5914a5a628ca9c8396280bd9b4d282234cc5c396422703340816097d44f06ddd37f6fb7d63996671639701963e9c61c0e041be8fb7742f5d80a1c0f7456b5dc451fd6c3ee9f9c3fde3de38eabdee0bcd8b7a180320ad3d5e6c59136d9355fdf3d6e774bc4b9477889f2c718633baaef8dd9368f9b0850c450b0c87da5a66744f01d1da8a51025a1b055a44b8152601bea73b572aeb1b744b61b2a2ddb0d4ea4db8ad7301063f2e709d5b648fe42394ac76a09274b7c1169c34e64e1d27a5bdf530a00db51ee7b4d1aee7216d480c343f4d376109b50a5857eafaa067b5e871e0401998f4d09f3b831e67198ee938e3415f6907a27fd1c55217079d6ebba3a000890a6eab7e8fd88a7651d15f06ca660510c75d1449f13758dd2ed5380dbe11c51e37bb9a314de2eb0ddedc0961bccc257fd391d7aa228517ea2e177a9ce7e7d9b28fa5b68a70a07496580dda9d0bb45054415c4817f05004bf8b645f556559be10db417bb9c4b28a65b9bd503b822af86a17215ed625f8e33b97213c045ebecce1a9902e49a26bc0137ac9a8c84665a91ce6db022f7478dde0cd362f29bcd01ef0a608ef016f28bc79c98b062f0abc09bdca86378c5bd2144154e625e38a17245e18427b30e487d0948922ba16df19d47aefca93cc70be4d21584f684725ac43e2e1b6314bf7e06b41e3f2a18a5b000f0254854862ee68de6fc30cd3f8968036dcf5aece8917dc34bd834757e484aea6489a2070a3895bf18d41f9c638f28d0aab2569232fd20cfc0c5a9491ea5cbccb0ba0903b60b380bae0163cbc0143fea62fc01b100c7b611e35cbd02a46340ca946aa87bd5ea765c4fd709103561b8c335cc61952fb24fac185d728cb71d19fbbc34697824e304f77c5819bd30c706fa1206884058e0f6c5219aa005c95295f33868ee0a0beb6c83ce3d0a169e51c3d08c6a0e7f98bcac0b27b8632149f2622f190702ed3e0810cc8d5b1b32d71eea7d220c8d9684f5110609b650465ca1f4d55f713fb613a1bdbc82ad6c9f64ff6527ff5f2ab5753dc8edfc8e6aa085ce7cb9bbbbb08af26e37032d8efa64341ba796d7ce9e84b7ddf76ccfdcd3eee4c97eb9723e3e1d2b8dff3f2007e3f038bf02acd1ebc30e88b9f5148c8ee79e592c20addbc32e84b6723046636703e250365a4f7acf375f140252b4a1c60ba5dae48b923a614ba6ac7d4dbc0dd7e9c8df7fbd4129124edc3de4f932bc4e0c17e621bad45bacccf8eb2120b5f86c6a906528ba0d24121e0d9c1020e479977efde5137754cfb2bd3a60874a9f70006b63918dba6e17a8eabbb73e7506c08ccb82bd79d795796e37eb0a0519880614da7a0646c4d3f5ed5808c6b4e5defda9c8edcab47554db752a41b572651e7dad6f5874a1b022595b4ecf1683c7daac09105263a9f8d6c7d607ae3a9631a73dbf46cf3cbb9e9b8ce599553ed650e3079fa084cfddf29752aecdc5733f39362fc00976e18e6ccfdd10b1e622c5dcf3687a64d9ced07226f4938db88674e0d6b309e8e9eac7d1e4fbad6a7a3391cedf72a800e501a96f5726cfe5406fd37ca204a7733bde40f52c0b47679d65a848956fe236f396d91ff153b94c4e739e3d11448ce364fb892847d356c0ddd1bbd1c95e1b0f52da9465a52b3dd943adcf37912debfe0ce0b2ae2136cf6549f981fe4c8a3883e18d88cf734edf1fc9965d3f08400ea1e98ce3627966b7e6822340796319f1056b02dab9c0a335a73b8a9e52d2864628c33d4722063e4150533def31c20d9d2da76199a671c7deb7a3308dff1ed094c447535f889eb4a27fb9f30c606d01fd2dd17f81ec5c0944d3f8d0f6761d86388d4e118d2044354e97c44fd13244279a3b95d6f1f2159a10c2b295d41922b0b0f69706e5f57ecf084faef5681848346ba6bdee8af20cfb8a63dd40d93256d63346e894df191bbcd6ccbb58c32cbb1f477903a39ab89e95e5907cf678998980cc3f62b48db3663c1caa1c5e3dcb93dfe7e9b110f07511d82ac3ea9e30cef2ebd77788e793dfcd4a9a410a8ac77c713d31b5e5b3a6c3900e40455bc9014596e0a8270013f87a33b8a934f34474152bf439c8c4cf758491f40fc7f2c03691558a52f7673ec1e33180b0c9ac7d83956c98ce98394c606aabc46e31fb47e3cbd3193598eabe43f9eea181c877c57cdf878da63761fce512495df7f9c038189df869a70a61bbc8b00015ef7c52fdfff9dffc5e06fef833ffff3b7bffef61f9bbfdc7efb9bdfd7af7ef62b49feebbf7efe1ee0aeee8f84cb9ca307760803c0c648ad8c60fc2dedf23cfaf5917e47645df9cef7719e93551b628fdd023d2fc3c52e4be619bd894b9d27638b3986477da5345e3cdc5773b8aa0761867d7a286de9b1a605f2379522f2fd0f28220e936349766a22f358729b66d7d0d3513a10faec9b27ec6289b8256a10a539938d4190b920c9bdcf888773e2330e2ec8e5f5ad58638e8608f74c7ac64ebc088b08573a49e894e2bfa3579e7f032fb9a252, '2017-09-23 18:48:53'),
(84, 84, 'audit/request', 0x789ced585b8fdbc615069a027d4c1ffad8075605613b95c43b255110102e455de095a89254bd01021023722431e2452629673786ff91ff46def21f8a02c9539197fe829e190eb5dac5da80d316ed430d78399c739933e7f29d432143528db7a5d1335adb04957b5cb686c8108db7ef4a43128d5659a1ea545a79845bc3d890457158128956815f9f7059cd308a704165801bf400699f97550bd806462bc9439434ef445d9867190eab38cf9a9d03c6c70e4ae23798ee28c083c23dee006755e4095394a2db0edae19148de65cd689d8ebb028eeec45989c353813bcca0926a315a52a3ff54e2828866b50d32d016f97771922041eb8adcf3050ae3accacbfd909b67154e38d8e01c8fbbe1243190e4407fc199c763825fe1cdcbb81234a5d75574eef9cb99bfb86e73497cc0dc148787fc0567ed8b3cc5822e76c5ae224972579214ce435b54c44c8c58a01b2d1486f848cde9c34d2a7c5b09fb2a4dda08ce894344bc23dc929d3fdd3ede4d93e1eb91d81db4e314ee247c8b3747b644c76cd7fe42f882d2fb44798f44698b0b5cd073e1e2fbaa3a1a82708e8a10825b0a946c30b85cd816e0729c4544ab90a20cb4762ab449b0106711bea5eed31aeb3b380bf328ce76741b8eda7d171fdb5c84218b2adce636c523fe0465bb13a824db2ad882b3ceda6be3acb6b71d4774a1b7d3922ed47619d385cc9c16e6f921a6d28a0e49d2a81b819edd66c8410e1460d2dd68ed8d879c6379b6e7cdc7234d8da470d0c7721f47bdbedad35084240dab7a3824b6a253528db69176d8818bd33e4ae4f41bac1fb77a9a47df48d2905bcd564c93f4fa800f6fc438dd967278e8297b5d93e3817e2ac521178465b11d6159d5118eb4de16eb91da1ba08da68bd2461ec04313c33e52425d57146520a991badd6245c78aa26ef49ea88ba1de4788574c19fef3bdab181e22af5c95f0d4c8962cd333e009bb842a31aa22d7645e1579b1c79b166fabbcacf1a23ae66d09de23ded278fb8a972c5e12791b76b5036f5937642901abc2cbd68c17655e9cc07a3ce127b05488227a16df1bb786efea4816b83ce6506f1745af919a9764a375d359e5df42ae459dabbba6f4c07950633a14034b47fbf618179896a80c45edef4f6d4e1a70cbfc0d3cfa1227f60d4d3644919b2efc060d2c8a06d63d1ae8705a9677ca2a2f20cf6045f1a2cda5a7b2021478035812d1143c42867780141e4622bc0146b0179651ab02ed5244cb906aa47a6a908063692d541dffee48f764f5a25221ddf6a82871355afb934e9f3a88f8273f55b5823e41aca70a88567f037f1a015d56745f33bc4bc0b15f2fa8ac4f44adf3b661d49273a2ebf98bc6d07a73850a945e42b77486e8ab3cbabb2780019eedfec576c99652870f4c77edf1dcb52d3ff07cd35f7bb4cc8c16c03dc3df99efaf8299e3f94f02bbc6182c67b904257367f90174ef378ca635b309bbef3ad74f41bc2232cef56aea9a633b982f3ddb5abb76e0da7f5edb9eef3dc0f9c68035dc2d30a7f6d2ffdf007b12066a986959f6caff8f433e49087a9e6b4f6c9704f9df04fcb2f8e02281bdb49cf17c39fd28fa3f16ba3697d33544e717b580b32b2dc77939b7ffdf08fe1b8d80ce772bd39f35102e9cca42d8c49951ff216f255d91bf346c67c009bcf97409e0e2d2d8416a3495db909d89ffcaaca90a04db3c123c16e4aeda957bdcf37516dfbee01eb61492134c7a692eec27b1e99ec51c8f5d066c86f1587ee5b8b43ca180fa624373ed85e3db4f09c272ec58eb05204de03a4e2d0a12c21ac6cd5280f690625c20c18babbadf9199994157e001f8d5d6aa7569360c0410ed1b3f5841f9ce6f2edc445437c44f3c57beb8ff62be6c9c7e979fbec4b72805b0eb86797a8e85e5cea15227f36bbbf128e9524faaff088850dce81ef7c7479e6cbc0c27697d51561a0bcfed67edd276a002c3a70fa760e8d4f4ed57e657d02e7cdb9d9896cd260f6b3a17a4aef428e556aee33b56dd81586b3a735dc46b61fb3367cc32606afb8dd54075bf828ee932206c725aba175dbbf35f7e1fe91c8f26168afe513d0fdcdea70358e0d9d7934f15257dbab9813f5fd8c1e4da31e1da11384fd4a581ac294a57eccb03f8778ee03d3bf952bc6724c351e3b7660a21284287898bb1a4c175042f6fa9f9979f0c1a6d17bb0dbb5983f22c2880f58cd0003e2d0cd0fa61dc6799c1c0bfe1ff700f60e8726e048dc487fb01b39b02768d1a9021ff727300887a1b1be203dde06fe20888c397bf79ff23ffebf1dfde47dffffdf7bffdf9a7c30f373fffee8fedd9af3e9795bffee3b3f730ab36e32a2972ef3e043d5216703132bcb1c11eb68280fe2c403ff0d95679822fbab2ac4f65b3661014b83a15d9baa033badcfb68b231e80b82386a6c97ce937109437c049f09218d892a3fd6b441e1a151443eee0514a571765f3697162243653f4a546c8ebfa452421cb2df22e0165bc46d5187282d196f0a8c2c03494f7a06b89772d233ce8c221c7155ce557bcc39057c0e71cfe4672ce0555c25b8d139271294fd0fe0f877effe0954a839fd, '2017-09-23 18:48:53'),
(85, 85, 'audit/request', 0x789ced584b8fe3c61106e200393a871c73206410d8b525b19b2f491406b186a21ed891a89054760c18205a644ba245915c925acf78b1ff68ff466efe0f4680f814f8925f90ea26a9d14e7607711e480e398cd8aceeaaaee757c52106568d3785d1335adb98147b5ab486c440c69bb7858191d12a4a529e0a330d696b18193242c38271b472faea448b7246494873ce33606260679f16650b4e0d8c569c06246ede99b4204d121a94519a349403a55987c4d16bca28b266b44ed92e07a19d28296870ca69a7beaae02c460b37aca782e61db2a349255e86bd45fa5d14c744d2ba4878b62041949469b11f0af3a4a4b10004c176855b01231fcbbefe5c1865594c5fd2cd8ba89434a5d75574e1d98b99b7b8690b7174a0c2940687f4b960eef3f448251d755157c158ee62ac082ed9923caad99806bad122414033ae4e1f2c29e95d29edcb63dc26704f141066b874c7285fdc3da61ee3e1ab2bd41db4a323d8247d4b3759bd2459b26b7f2e7dcef7fb4c788ff97f4b739af37bc1f07d596686249d1d2e05e0969cc41b4a82bdb4cd5370401232a9d2912420b553924d4ca52809e91d779fd668dfa149908651b2e364b86af75d94b58590427e94b42d6cf247e76392ec4e20929155d085269db5dba649a56f3b0af9426f1f0bbe50db45c41772edb4204d0f11e756740592a616770572769ba1003990834af7576b773c146cd3b55c773ebed2d41007833e95fb34ecf5d59e46428235aaeac190e94a4e7179b50db5c30e5c7cec93583e7e43f56cab1fd3f01b8c87c26ab6aa25e157077a788da2e3b69083434fd9eb9a1c0df4538186821f14f9f68acaaa4e68a8f5b6540fd5de806c341de18d3c808786823e51025d57146580d550dd6ea9a2534551377a0fe928d0fb8488ca48863fb1771dc10389ca75014f8d916499df014fa0b25d5cef2a72b52daa48443d71648a962aca9a88d4b16861780f455313ad6b119b2246a20554ed209ae62d5b6238aa88b23913912ca209acc71371024b8509e27789bd716bf8b68a644e8b2c857abb28678d9533968dd66d67957e0bb91676aeef9bd203e7418de9500c753a5a775994535ea23214beb73fb5053c1096e96b78f4b180fa86261b0809d385c78540a04d484dda312135f334e6b900b72569a728d31cf20c56013bd1168ea7a20414780d3011f214cc20c33bb0151cae10bc0146d42f7546ad72b23b125e865c22975381045ccb6ba1ec78f7598539ea45a542baed495ed0f26aed4d3a7dee20e69ff454d246ef34071f49599e06b428ce85df809a06279a7afb3aa88c8bc1a75fdb8ccd3c130ca3e25955729e3d6ff4abc92427471e086cbc890c54619f5c450c9ff1f73a0def1f001b14712de70f96c3484a1541d0deb1c673c7323ddff546dedae59506b210aa617ae6792b7f66bbde07615bab0f98f6720942e6f6f2c3d8ada0fae07a35754663cb9f2f5dcb5c3b96ef58bf5f5baee7be07e08dd83568ec8fa6d6d2fbdf4071e65caed8c834ad95f71fc77216727e9f634d2c8785eedf84e8327acf10df5a9af678be9c3e09eb8f996e46cbe91aa2f34f61fbd995a66dbf985bff47f8ff06c2f3996c35f2660d364ba72297365162543fecade02bf6cbc3768611df9d4f9700190e8f1da44653b9cdb63df15e8eaa5d05823dca18d04a7257edca3de1d93a89ee9e0beff70a961335f772b4b03e88380f4746e3b153c395613ce65fd90e2f4f28a03e6af61c6b617bd687186139b6cdf50290c6776cbb62050e690d73642101ee1f29cd89e44665d5c8d8985b4397ef9a33abd256ad4ab33900a8e859b79ebf82f29ddf5eb889896e367fe6bdf285fd8bf9b271fa7d7afa92de9123805d37488fe75898ce1c2a7532bfb11a8f6abd8f887f0244386e74b37df6c8938d97e126ad8f64a5d1f0dc54d6ce0df70bd8fd84f8bf6b9a32be90014e76be82f6e4d4f8048e8dc22bb981aae9c8b35e8ebe828ee259ce64645af5d4614ee712eee24759b9726ccf36ed9bbaff33043a9fba08e9c2f266f6b84e92a9e535863da50b7e605f3b73beabfde366ffee524e1db626648afea49cf7a2d3e70398ef5a37939fcb8afb0f1678f385e54f6eec11981e8203918e07326b846a7f8010c2e7403f1c67df800f07d92cd2f88ecf29bc16a3b07539ac30f4e1a3c5c590d2f403022f6fb83d97df101a6f33bb4d6d6ad31dea48418fa8379a46c1b309a47ebc5fd4e952378de6fcc77b478d4ae706d2707cbc8fd47a73a0afd006cae15f6e2ae0ce7af67b900d01608e00477ff9ab777f167f39fed3bbf08f7ff9edaf7ffaf1f0fded4fbff9ac3dfbc5a7b2f2c35f3f7907ee6fe657060eee43087aac56c03036ca11a3f9fef77dfe1f808bef7fcc88392d4f79b2cef9882ef79eccb5ba5e7c9f2541a5293e4fc705ccf0217c25043c02aafc58d28604874610fbb69748788c9266a079fbf66f4239fac6, '2017-09-23 18:48:57'),
(86, 86, 'audit/request', 0x789ced58cd8edbc8110692003926871c7320143460ef4a229b7fa22808590d45fdc4235121a9781c2c20b4c896c49544d224e59d59c36fe4d7c82def1004484ec15ef204a96e92923cf038d9184172c86186cdeeaeeaeaaaafea2b8a985835dfe666c76c6c0e24dfd1bcd123a664be7d979b58321b79418a536e25216df4225396a45ece241a197d7da27931a124a41997e93235b0b24bf2a201bbba66e39004e450bf336d4112c73428a224ae67f694a62d7288de5036236b66e3946e3350da8ae29c06a78cb6aaa3722e6236702d7aca69d6225b1a97ea65589b25df45870311b5b6243c9b91208a8b24dff584695cd083001382e30977029656585ee9cf85419a1ee84bba7e1115a2a674da8a2e3c7b31f167b74de110eda930a6c13e792e58bb2c39525197da525bc1586e63ac081ed9902caac49805bad9204140536e8e013729e87d21ee8ae3a149e09c2820ece2e23d9bf9f2fef1ecf1d07bdd97dadd6674843b89dfd2755a0d491a6f9b5f885ff0758329ef30ff6f684633f6a6c151bba2484d513c3b5c0cc02d1939ac290976e29a047b1a874ca998d3a288e2ad18c521bde78ed36abb5b340e921016f9341cb2fd2e4a9b42480119056d0aebecd1fe0389b72730914dabe07e1ab7965e93c6a5a5cd28e403bd79ccf9406de6111fc895bb8224d9475c5ad115804ba5ae0f7ab6eb9e00d1cfc0a487fed21bf604c7f26ccf9b0efb9a1ae2a06b50d9a061c7503b1a0909d6a8aa073d662b391d8afe26d4f65b70eed12007f9f80dd5d38d7e4cc26f30ee098bc9a2d2845fefe9fe8d141d37b91cec3bca4ed7e4a8ab9f72a927ac823cdbf4a9acea84865a6743f550ed74c95ad325bc96bbf0d0a4c0204aa0eb8aa274b11aaa9b0d5574aa28ea5aef48ba14e806214819c8f0873a37113c24a4dce4f0d4d8942cf333e009b36c1557ab8a5c2e23554252070d2c64ab48d690a40e918de13d449686ec1b842d842564c3acb6479675c78618b62a48b6264892913482f1708446305498227e16ea0c1bbd776524339aa70964da5522eb2c91b16c36ee5a8be45b4059d8ba79a8930e9c07d9a5431a5440b4efd328a33c396548797f776a0ab82bcc9337f030b02019a6269b92248c673e570281b60094b4652500d1e4c0b100a7c5492b2f920c7006a380ed680ac7535e40febf8102117208a680ed162c05fbbe046f501daa970a518b8c6c8f842720d7c8f594e5018e8503212d5afe435a561bf52a47016e3b924176f497fea865d4f7f5680186d630955510299141a44ea06a382021a65d89128cd58dae6c14a2a932ed6eba94e2ce5a5203aa765400a8b656e58dbe0e373ac506dda8f4f390a10d5994f10881e068842c05750d7403581941dc47e8c646b28a306c1a20a3cbf6d9ea2b640cd150ff0d3260dd429a85ba43246948b391a5ff1e75d5d1191d3d2125c5ae2ff604565792f8f0c0f1c2e0929c8ad29fe088ba949c52169c7309accbbb0691ae2acfd74119eb0340ec6baf14b3ce53a6590a2db99e67cfeb7895b30b929123072636df46a654b2805c22189f99e826091f2ed4058678b6fb3bdb65538ac6110de6bbf670eada96bff2fc81bff478e5015d925411d6c4f717ab89e3f91f2530adda6039f33928993af38fb39822551b978bb13b18daabe9dcb3ada56baf5cfbb74bdbf3bd0fa8ac56bb048b5783b13df7ff37f88c39971b36b02c7be1ffc7598d859c9fe7da23db65a1fb6c6e93a50faeb0b2e796339ccec79f24b8c742b783f9780971f9b758eeec44cb715e4cedff73dd7f83eb785fba18f8939aa5c4539e89eb2836cb7fec2de723f69f87ed5c4056de743c8762e1f2d80134ea9cad979d91ff7250ae2a10ec41ca284794db6a5bee08cf967174ff5cf8903519262ae9f960667fb4d65cb60c8643b72a54a6f9587ee1b83c3121750ca95e73ed99e3db1f1384e1d0b19633a8312bd7714a51901097d04be72230e091d28c885e549494ceca7c55b4569e35b14b6bd53229eb0d500f7dfbce5f2d2071a777576e62aaebc51f78ae7c75ffd9745e3bfd21397d45efc911ca5c3b488ee75858ee14327534bdb56b8f6afa13ea9f2e1fbc6cb4d35dfac891b593e120cd909473b13ab3c9d2bde56e816bfff3e274614b195fe9001fbbaf8097dcaa3c815fa3b02fd7956a3cf0ed9783574025beed8e06965db55fd6782ae2367e04ca85ebf88ee5dc568d102b40e75d57119dd9fec419561819db7e7db14fd9822fe24b77ca57b57ffddabfbed65345ad8e98f2493d1f04c7e08de8cab36f473f50121b17fbfde9cc5e8d6e9d015c3c04f7493aeeca9aaeb465433987f8b2957d005f36b1f6a3f61a6f4d78124661e3ba3f6165877713577d494d0455a36d5cb8a0c2186784ea96352d54310272a8166a86e03802ad4f134505948a2deafd4f9346558ececc514b3c4d2095ddbcc297650612e1b3d904dc59b57b17dd1000e60870f4573f7dff17f493e19fdf877ff8db2f7ffefd5ff77fbcfbfe17bf6a4e7ef43359f9d3df7ffc1edc5ff7acac2a789710745896c0c558f746ccfac78fd58afffc71f5e3076693192d4e59bcccf8578adc790cb34dc63f294a9c5599b25a31109496e273439cc3674c081f4a018f802a7f0ab0ec870d9184c728ae3b9977effe01747e384c, '2017-09-23 18:49:23'),
(87, 87, 'audit/request', 0x789ced58cd8ee34a155eb1e609d0b50246334312ff3b8ea3e892769c9f3b499c6b3b3ddda301cb6d57124f123b633bdd9d19f503b0406c58b041e20d58b2416c9078049e80f78053e5b2d3dd4c8fee5cb80224a4998e5d75cea9f3fb9d53f67541d63f647a4baf2db77eb64659ade3ebbcfee12ed3055eaf65b99f1f32230951ad13e9122f7632cc514bd1bb03caf211f24394121e41c272606b9d64790dc8da7a6d9b04feb67cc7e282248e519047495cae6c10da37fc6d748d6a5434d0e428ce1b5b14aff2355e95f49aa0b4c93e3c067eb0460d4c95265b7ad0cebf6df82bd4e5f1bbaad792345a45c519f0b6cef3bdce710fb41115bd76d8af52d0bf11c5190a0e296a50ab32c20887964a1e329462f9716188087bd3e47db4ddfa9cd2e49967533f88e23cc9d61d660cca6f1958602c87b96004de13444f7dcef4f6fb2d7a85ae5e4639a748ada6a432cf5e8edce9a4ce6ca30d628628d824cf19639d263bc4a97c936f4a8220360541621c7fe9a711652b3438b9293fee89eb24708d0f8744818ffdcbdd366e6e6e1acb24dd350e29f832801886d43d7e10a03db1450337e4e836e7d6f96e5b7fc08f577e72fb7875b7edbcebf2cd763dda8143b81b74b5a78ffe3e5ed55f702fc8be8685b7709e2c518a5272aef0cf91e0023021f5b7570882ca5df9c106c52116ca6528cfa378c51df6a19fa32fa3b02b12cb9552fb06310948c8321cb57a1fedeb4c88208f735467aed247f45b3f5e1d4051bc2c832e286e2c9c3a8a0b7deb51481ed4fa2e230f723d8bc883489d1624c9262a5cadc271a5b82ec8595d751848a014543a76174ebfc35886633aceb8df55e45008da1a123514b634b9a5f8a12f284856830ed6d53f6cf3ee3254362b70f14ef3b7e2ee2d52f74b7597846f05a1c3cc47732a4978b7419b6b3eda2d3331d8b4a4b5aa88515b3d647c87f1822c5d767dbe15c88a10f8a180da3cf205415eaad252f2155944ed651b21a175c5cb01925b32a8a15cc9e252bd0a972a1234b49491cf4a3d11feb3adb3087e78563acbe057c14ba248ce805f58c5bb02dd95c4629b55faac28b1c28005c6c1803524b6adb1672db63718b1fc803d335951660520eab15a1bd399f225abf5d9befa15abc1bec12a06dbeeb3bcc22a266ba8afd9b63c28ce635bfd5ae7ae88668ab27d02057b0f7a548c3cb8262e1af3e406f22d6c9c1dcbda05074291aa504d3425cddb7d942252e3224087bb3ed419a1cdcc926bf8d10486d77445d4799e194edd12730c8239c6097354382d4e1a599ea4906bf04450a9ceec0e590e30720d88169234dc439637602bd87479780390a12f34abe6a9bfdaf9a41489442287be4e92a2eaf0abd2fe36d5731da19b53ed80ce06450d97a28628dfab7f48e2b59f026f77e10e1a1a7139f67872c82b747e5897159e546a82b3a8226f28446f214a6f9c82cda89674bd605a1039cf9e970a16ab733ff577455bd13f443a5fe0b158248150b59fb3243c6222a94c006a1ee37e2e28029deddf1488019e2eea69799eb71dd789cfa7e9f15a9e498dcb4b375c6a8e71ed58b2397d9d4e84d9793890bf8e572b349cec8fa23b5d9e4bd2db691ceedec79a3c7feda2f3e8ddfb971737637335191c27afe62b56eac3bf1f538fb0cad9061da178ba6b50f4e8ad9343ea41d74df37b14904e078469781ed7255f425e1f1103983c614e1e13b133146a03c92448a5efc6946e97d61455b53a5ec28dfd58f5df47969144d16bc42afaccf33a36ebeeee8e249463dae7a64d42db26b10512dbec8f6dd3703dc7edb90b87464d2cbc01311bb9eedc1b598efbd1e143a10486359b8190b1357b7a02011ad79cb9dec49c0dddd1a309442b05f58c9189c5b9b635f9d81882f394505af678389e7d6a1891784aba980fed5edff4c633c73416b6e9d9e6d70b1302f76022296d59809bbcde1054fdef194b4adfb99773f3b32ab07257cf30ccb9fb9d0f275859729e6d0e4c1b27dbbf694411f9078678e6ccb0fae3d9f09373ca63a6496f365c4068bfd5b052b9d2b0ac9763f3ff23cb7f6a6421f7a179afc0103c6c70872ce5aea2582ffee0b78c3ce1bf254214e0e739e3e10c80ce26f183f4284bbfdcb606eeab5eb12b41c07b7b3c397062536e8a2de6d9228e6e9f330f871f9c17947bd69b9a1fc5c91349afdfb729f6e9fa63feb96593128522d22ab4b3cda9e59a1f6384c7be652ca618196ccb2a5881835bc0cd2ae360ecd82194fa9c13e5c564866198629fe700d016daca45793ec0e90bd79b43098f2feeb9098b2e373ff35cf19efd538adae0f46372f829baf5778096cd20d955b130ec3154eb600cad827a54519f10ff34904471886e9bfbf5fe91234b27c3418ac64bed52c1aa132e6cd2796430fb9bc254e9814a06f8d8be849e6a538802bf56032360c6b0e79aaf7a97d0915cd31ef40c93767c6338e684a6f02829e7b6e55a46d10f69a3aca8ee45746aba23abaa0fdab2b1659f524638f12fec31d955beb9dd5fde9743c356864cfaa49c07d1d1c885c273ccc9e03339f1e050eaef8ea7a63798583d303c04fff1aad01615556bb6003fcb189f48f1a79713119e81a19e86a64be76352855158bb3f24577efd5f9f07c93858f6317ad5d34ead8c92938646e35376350a41d0dbe846d9e0480980d4a7fb1cb58236bb92fee99e4791b46a7c25c7d3fd8fea5dc544c023e0bfdc0cb1b38bdbd24936a40e7604a4c8cf7ef8c5effefee7dffce1f7a3efffe9473f78f18b2ffe76f9cbbf7ef5ab3fbef9edf77efe97d7bf8684be2baf7c18d09cd397401c516c181e9a7dbdfc60e879e493e1bd0f86025e4c517e48e3454aeec962eb71812c5372472b2a84d6b8e7e1f42d3415aafb640617e910aeea0189802c7eaad4f0173ace0f77515c541d4e9d7f00f42858ba, '2017-09-23 18:49:28'),
(88, 88, 'audit/request', 0x789ced58cd8ee3c6113ee59c27084cc821b0bb96c47f8aa220381c8afaf18e4485a4bcbbc63a448b6c49b428924b52b3335eec03e410e492432e01f20639e612e412208f9027c87b24d54d52d20e76d676e2c03ee420b1595d555d5d3f5f95847441d6df147a4f6f6d6254ec70d11a209dd7dfbc2d7481d75b4589ca6361a6216e0d225de4f94141245a397e75c44539c528c43995016ed0035bbbb4285bc0d6d75b711aa0b87927ea82344970504669d250f618671d144737985224e041c10e7780b3ccd3b8567440b71db4c5439ebc8b8ade3a66db1c8eee44498183638e3bb54105d5a2b78446ffb1c039114d2a1b44d89ba75f47718c38a5cb338fe6288892322d7603669694386680c0d82ef39c11785f107df5316364598c9fe1f5d3a8e414a9d79554e6d1d3a937bf6e3371b4c7cc0407fbf43163eef2f4803995eff25d4910c4ae20488c8b36288f6a316281aab75010e08c9aa3c14d4a7c5b72bbf210b7119c1305887887bb25944f6eef530ff1e0d590eff6dbd101eec4bdc6ebac5ea22cd9b69f704fe8be4694f748943638c7393d172ebe2bcb4ce7b85354b800dc92a3788dc1e5dc1a057b9c84442957e0b28c922d77cc4254e24fa3702852f7298df51d9c0469082c940c476dbf8eb2361362c8a212b799757e8f3f46c9f6088612b20cb6e0a4b372db38a9ec6d47215da8ed43411772bb88e842ac9d16a4e93ea2d2920ac735ea86a067bb1e309003399874375cb9a301639baee5bab3d150914321e86b58d470d8d3e49e8242242858568301b1151de372b80995fd165c7cd0502c1ebec26ab6510f69f895200c98e574596b125eedf1fe868f0e9b420cf63d69a72a62d4578f053f60fca0c83743c4f702591102140ab8cf632408f246953612526411f7377d8c85de9a97032cf764304359cbe2465d871b150b1adec818b19221c287ed5d45f0e059e9aa80a74248a248cf802750c9ae50ef4a62b5cd2a2356945861cc82e078cc9a12dbd7d8ab1e6b8ca72c3f66af2c56945901980c56eb133e4b7ec16a2376a47ec66ab06fb28ac9f6472cafb08ac59aea176c5f1e57e7b1bd516bf0b68a668e8b2c859abb287c85d4bd20eaade79d65fa1af22dec5cdd35e5070e843a53a120ea94b46eb328c7b44c45286c6f776c33429f59a437f0d00486d77445d4799e99ccbd06114c8a08e6191154382d493b4599e6906bb0a298d1660ec7a20424b8013c09691a6690e51dd80af6431ede0027ea973aab9639da1e102d45aa91eaa980028e8503a1403ade5d4669a27c51ad90723b94439d0c57deb8a3510711ffa4c7f2a4a0a9a29b08bf3ed57e037e0a14415d722f6bb08bc1a32fdd4ac83c9174bd12fa1cb43c7adce8ae684b94a34305bffa9b48e72bf013ab70092798be4ac3bb33ae8319aee57c6e398424a9347c60ba638d668e657abeeb19decaa5a506ba78bec6e0a9e72dfda9ed7aef0577a56630edc50294ccecc50308af358c8639b508bbe7d8d7ef837989af3957cb89638c2c7fb6702d73e558be63fd7265b99efb0ed63706ace06ebe31b116de8f03f04918a86186695a4bef7f0efb2439e8798e35b61c12e4ef09fc45fe9d8bf8d6c2b447b3c5e4831de0bed0b5b198ac203aff511b38b9d2b4eda733ebffcde0876a0674ce5b1adeb48171ee58e4dc3a4af4ea8bbc157445be69e84ea0e3bbb3c90200c6a1f183f468aab7d9b6c7de33a3da9520e04646309913bb7257ec318f564974fb9879b7ad90bca8a517c6dc7a2f3e9d598cd1c8a9c14dd7efcb2f6d8796281491c6377b8e35b73deb7d82b01cd9e66a0e68e33bb65d898204b782b1b3e0a0451c30ce11e74665d5f3c8ec5cc397ef020056d6ca5579360c0414ade79ebf84129e3dbf701351dd6c7ec773c58bfbcf678bc6e977e9f117f8161d00f0ba417a38c5c2746650ade3d9b5d57854511f50ff30904449886fbbd92ebbe7c8c6c97090a2f152bf31f0d481560eed0812f48a6f86a9a6bb8ac28506f0b0f3023a9953031478f534c402624c0ccf7a66bc8096e259ced830ad7a3a3127334ee80af75272e9d89e6d565daa6e5f27ae8b78ce2d6f6a8fea0c99585e73ad0fd9229cc557ce8cee4adff6d29f5e6aa923d6444b523ea4e59dc068744af35deb7afc1d25492f6facf76673cb1f5fdb065c3b04e7f1aad0171555ebf67afd5378cface4d7e499898c2b8dcfe828430b300a5b97f30c811c3a7d5ccc314d23403a1d63b4732fa8f38b7684fa964d5ba82304cda1de683a04cd22d0fa70a3a8d3a4ee160dffc34da386a253e768241e6e20b5dd14e12b8881daffafbb09b8b31e0fcfba2100c411e0e82f3ffee88ffffadbeffffca7e94ffffaf39f3df9f547ff7cf19b7f7cf6dbbfbcfcc34f7ef5f72f7e0769f1b6996f0922b8e710f4488dc0c5c8b487f4e69f04dfa7ff255cfc932010628ecb639eac723ac28bbdfb69b6c9e9bc5de5595d27be4f92a0b254388dcf05ccf821fc8a08680464f143094b7eff73283c444995bb7091b7ff068743137b, '2017-09-23 18:49:28'),
(89, 89, 'audit/request', 0x789ced57cb8ee358195eb1e609d058014bdd4d12df1dc751042ec7b94c57e2603b74f7a8c13ab14f124f1c3b6d3bd555d3aa0760319a0d0b3648bc014b36880d128fc013f01ef09f639fd4455d8d6600c182922a3e3efff5fc97effc46a6a49a1f4ab367b636292a77b86c0d90299a1f6e4b5312cd5659a1ea54da798c5b83c49445715012895681df9d70594d318a714165fa440d50767959b580ab6fb6d23c42297b27daa23ccb70542579c676f6181f3b284dae30d99135b3753a6e0b50da49b21247a702771a532515315b12133d95b8e8a02dce6af532d0e6f957499a2241eb8adcb3398a92accacbdd809b65154e39d8e05c9f7bcd496228c9a1fe9cb38ec714bfc2eb974925684aafabe8dcb397d3607ed9e6d2648fb9098ef6f973cede15f9010bbad815bb8a24c95d4952381f6d50913462c403dd6ca128c247ea8e0127a9f07525ecaa43da466027891039b8704d767e7cfd78f7900ede0dc56ebf9d1ce04cc27bbc3e364b74ccb6ed17c20b4a3788f21e89ff0617b8206f1a447a5755475310ce011722084b81d23546d14e58a3688fb39828154a5c5549b615ae12fcfe27493c9469f034e67b0767511e0303dd0643dbaf92639b8b31544785dbdcba78c49fa26c7b0237c9b60a29c05967e5b771567bdb4e62bad0db87922ed47699d085dc842ccaf37d42a5151dcc317543d0b35d0f38a880025cba19aefcd180736ddff1fdd968a8a9b114f50d2c1b38ee196a4f43319234acead180f88a4e6935dcc4da7e0b013e1828950f5f62fdb8d10f79fca5240db8e574d96892deedf1fe4a4c0e9b528ef63d65a76b72d2d74fa538e0c2a82c364324f622559322144bb82f622449ea4657360ad25419f7377d8ca5de5a5423acf65470435babf2465fc71b1d4b06dea818f18a25c33fdfbb48e021f2ca45094f8d6cc932b5014fd82554a9a12a724de6b5112f2bbc34e641703ce66d85ef1bfc458fb7c6535e1cf3170e2fabbc044c166ff4099fa3bee18d113fd23fe70da0dbbc66f3fd112f6abce6f0b6fe05df57c7b53dbe376a0d6eeb6c16b83ce6d071f71a5a230d2dc966eb756799bf876a8b3b1737acf92080d0653ab4435390cef53129306d52190a32d89dda9cd4e716f9153c0c89130d53934d51e426f3802a51cc960dc5893b760ea59aa7b41ec05a9677ca2a2fa0d66015118e3677389515e0c01500454ccbf00835de0152b41f8af00628d1bc3455b52cd0f6806823528d544f0d1360160c427b74829b638d3aeabd5e8592dba102ba64b80ac61d830688c4273f5598f9cd7a28c9627c7d6e7d066b70cc56d3716fa3fa6c2984f4ad5f4bd9e72dd3ac856644cdb3e7ccbd7a73890a74b80fc6d219742ff2f8e68e00b67dc7fbb9e3912d85823949a8e78c669e6307a11f58c1caa70d66b600c01b6c9e06c1329cba7ef051acd61a06db5d2c40c9cc5d7c1cb015b1615c2d279e3572c2d9c277ec95e7849ef3b395e307fe03d4666a57e071684d9c45f0bf01dd24b8d431cbb69d65f01f077092666acf73c68e4752f76f8171597c708cd059d8ee68b6987c12cb1f0b5d5a8bc90a72f39d00fd1c48db755fce9cffc3fa7f0bd6e928b6b482290364e15416c23ac9ccfa87bc9574457e69eace4012fab3c90240c3a3f983f260bdcbc8ee387865d55405126e1d09ba0a7257edca3deed92a4bae9f730f2f0852178df4c29a3b1fc59c3b166b34f21ac032cdc7f24bd7a30d0a2d64888ce6397337703e2608cb916bafe68035a1e7bab52848082b181f4b01c0fe807181043fa9eadb8b4cb70d7885be3d756a6fd5ba391903e062e0bc0ec22534f0ecf5bd3011d58cf82dedcaf7ce3f9f2d58d06ff2d34ff1353a00dc75a3fc70ce85edcda05bc7b34b874554d39f50ff348cd01bac7bdc1d1f059205190c6986a8f49983e75b65e55dd24093cafaa72075be2709084dacc07965bd819b2270bcb1653bcd00614f6682d4951ed5dad27303d7762f9bab9c60cb99eb5ea2e64e3075474dea274ec0fc05aaf706ae40af414156ccd29de8ca9b7d979348e714b0f02bdaa7343c88b44107a8d0772ec7df525232ee3c0f6673271c5fba161c3786a089bad497b59edc9565b50f7fe79cddb1938fb83b4632dbb078b17182c0069d0aeecd170ccc11bc7ca0dedf9ffa357a476cd7cdc118b437c900806f080ce5692780d6a7c1bea98806f119ffd3c0dfc0c919fd99c4d39740e33745e91a26a032fee51b0130e943628a0f7443bc4920200fbff8e167bffbfb9f7ff387df4fbfffa71ffde0c5af3efbdb9baffffaf9377f7cfbdbeffdf22f5ffc1a2ae1964d9ba4abfdbb14f4483bc0c1c814864cf6bd1e86f48bfde188188605ae4e45b62ae8402df71e57d6a6a0d36f5d5a0db2856112334fa5f32c5bc2c41dc34c1fd10ca8f2a76a947c8b0b283e24196b91dbdb7f00608fe7a3, '2017-09-23 18:49:32');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(90, 90, 'audit/request', 0x789ced58cb8ee3c6155d65ed2f084c282960662289ef8728080945951e9ed6232495993126214a64a9454b22352435eef6a03f208b209b2cbc31e03fc8329b209b00f9847c41fe23b95522d50ff434603b41b2c8a29bc5aabab76eddc7399722b6acd91f0adbb41beb1d2936b46874892dd91f6e0a5b96ec465192f258b8594c1bddc45624a95b3089464edf1d69518e298969ce653a4c0dac6cb2a26cc0ae8eddd86511d9d5ef4c5b94a5298dca244beb992da58716d925ef299b5174bb713c5ce6a0b495a4058d8e396d5547155cc46ec8b5e8b1a0798b5cd2f4a45e81b569f655b2db11516f4bc2b3298992b4cc8a4d5798a425dd093021cc7de1b5204ba1ac84c673c1391c76f4155dbd4c4a5157cdb66a08cf5e8e83e94553d8255b2a8c68b4cd9e0bee26cff65434a4b6d456655969cbb22af8644df2a412631618768344113d70732cb84949af4a7153ee774d02e72411611717afd8cccfae1eceee77dd773da9dd69267bb893f8255d1daa2139a497cd17e20bbe6e31e526f3ff9ae634e7e7c2c5376579b045f1ec703102b7e464b7a224da88eb3c0307a431d32a6639444c3ce459448be2e749dc53b8fbf4dafa164da32c4ed24b3e0d475d7e951c9a424c213f4ada1456f983fd3b925e1ec15036ad812d346d2dfd264d4ff63693980f8ce6bee003ad59247ca0544e8bb26c9b7069d580e36a753dd073b9ea0a9003399874dd5bfa83ae30777decfb93414fd76239ea5854b1686c5a9aa99398c83ad58ca8cb6c25c75dd95bc7faf6125cbcb7c84ed97f418dc3dad867f117b2dc1516e345a5497eb7a5dbf752b25f174ab435d58da12b49c73816525708a3225ff78864469a2e4724966947a24496b5b5a1ae55a26b0aedac3b94cae64ad222aa991a98a1af34656dace2b541658bae354a90ea28f087cc7e020f09a9fd029e3a9b52147e063c6196adcad5aaaa9c96913e408a8ae42102c1e110b92aea58a86f22673846d210f531523424c32607591db60f6b6f90354003e33364c1ba8b7417750648d2918e916b7c8e3adaf0741e32078deecd299a392d0e19d4dc9d92365849cb8add78dd5a645f42bec5adfe755d7ee040a833030aa24a497c754872cacb5481e20f36c7a620778459f61e1e962c4896ad2bb62409a369c095a876c385f4a42d17d233cf763c1fe0b4346b15659643aec128623b9ac2fe58948004ef012a629e8607c8f2162c45db9e046f8013d54b95558b9c5cee092f45ae91eb3901051ccbeba16c05d78713ee6877aa15526e43f28296bd65306c59f57d7d5a82a175aa2a1aa83965876599aa21e912cb3a12afcd95bad2f4c894b48e62ca34b2568a15458a62a896a252dd5ac500197a87443255251a2beb1f941def10ee206c2109e2eff6916320acaa08eb21725408f7084918490aeac30e076108ff00b93ab2708c4c176103c920dd670a548cfa12328768209f73a32b1c48b9e9895d81e14b96eeae79b6b064c98ee5c99be0dd3d49a15e5b2559eda898a431bd3ac3610df53ae3970a85de46a770ef20cbde4eb96cc044ddf3b46d9f24274cd7b3e775d44e930b9293fd5d9692cf6cd4cfe2ebdb0530c0c7deafb0c7a654ce722ccf3d3c9878d80d423f7082a5cf71c76e00b355a4350e8245389efbc1a324a6571bdcf96c064a26f3d9e34ca64ad5c6e562e439031c4e663e76971e0e3dfccb25f603ff1e9dd56a976071e88cf02cf8dfe034e65c6e98e3ba7811fcc7998d85999fe7e121f658e8fe4dfca648f72e12e2993b1f4c66a32749eea1d085331b2d213adf8be9ceae74e7f39713fc7fbefb6ff11def52174e30ae994a3c16b9b84a52fbf48fbd157cc4fef3d09da124f427a319c086c7e307e951576fbd3c1f06af9cd3aa0a01770e8c7644a5adb5155378b64c93abe7c27de664795149cf9c297e14756eb73883815741966d3f945fcc3d5ea250449654af79783a0ff06382301cccdde514d026f4e6f3932848884be8ac0b1158704f694e443f294fb4ce1aff0abe42df1de393b5daa93ceb0d808c017e1d840b28e1c9eb3b6e62aaebc5ef78ae72e7fed3c9ac76fa7576fc05bd227b00bc7694edcfb170bd0954eb7072816b8f32fe7954fd1340c299ac7dd81c1e78b2f6329ca45b9226d5169e8965e95d70bfc08627d43fce9a0c8b464e805f396f803202ec0d1d17570d963b9a88725b7e90720b6f1eccddf945d5ea308839efba13af290ec6f3419501231cd456c3aaf706b8d0abc0b0ce69f95674e94dbeff7de4733cea58a8c6937aeeb9dde27d66e8e38be17715659d497d836032c5e1f062eec0b563709e64c81d45b7d4b6d93907ef7627fbd2bdddc33a9eda65756bc100847708777a8d1ad6abb6d9ba45f62a5938be5797aa41be8a07407db550e33daf09d0fa71d8af92a2c2fe7affc729a00296330fd4121fa783ca6e8ed727c080e4f8c1dc00e8f421b1a57bbac1dfcc1110875fffe4d36ffff9d7affff4c7f1277ff9e98f5ffcf6d37fbcf9dddf3ffbfd9fdf7ef3a3dffcedf33f4016dcd43d28ab6fff360426ab08b818ebc8885dffa81186fc678dfbed6218e6b43ce6e932e7df1c8af9645655181786495c5b2a9f9bdb023e4a62f8ec897804d847c17d4d2b126d6b45ec070b91c4fb24adebe3e6e65f0a1335c6, '2017-09-23 18:49:43'),
(91, 91, 'audit/request', 0x789ced58cd8ee34a15965822c19e9d15c9d2cc551cbbecf8278ec2c5ed54a7432771709cee1ee90aab625727be49ecb4edf4cfcc1ddd37e0259058b3e40558b2e01910e822249e8153fe49a79be9960610b0b88bc476d539a7ea7ce7e72b9b98a86d7ec84cdd6c5c6f48b6a259a34b4cc9fcf03133916436b29ce4fbcc4e42dae846a62c49dd8c6934527ab3a7597e464948d34207c9cc0e4cad922c6f8058c76c6c92806cea67662e48e298067994c4f5c89ad29d4036d12d6d54a64126a7712e6c68bccc57c5a8d990d855331b2408e8ae30a7988d2fc42faae1248d965169139e5679be3345f1e9eab2d9b817822cbd16f2644d0b59c3802d626c5fac47179220bc9309598cf1bbbbd57a67ccd2d583ac5b976d0959ef7f7e3fe878f1e6c6d92d16bb10f5cf3343f0567bcbd3b0119375b8082fd02039bd38cfd6c92d39d7ac5eaff66f9fd154204b70a8dc05f8324ede479b0d11d596c4bd1993208af3245b75b921f8bde160807366dc1587241fc9bef696b376bb0dbda48bf3281755456f291af7e6fccc1b8f9adc265a536e408375f296b35769b2a5a226b5a4968290dc4248e166e49aa451a556e3732f54e1a3a17017551803f257e3d11940e796936c546791bea6294d0ba0d13f632b06e05a4a360b4a8295789d16c10bc53bba10b72406c7859c2c36548ce290de170ba97514051a074918c5cb6218965abe8f764d2ea49089396d728bf499fc86c4cb3d9864c36dd80b8d85f9ac49e3ee4d4f6a19cd282c6eb4e6362b6edacd2c2a6ee42a4b8224594785b6a281d5da5c0fec2c175d2ed8a7296ce9a1379ff5bb9c63cff06c36ecf7d47688828e41658386bad1d6551212a4d2b61674d95ec97e93f7ae4375bddc44c1d6201b79fb35d576d7da3609bf46a8cb4dcfa6952574b3a6eb5b29da5e6772b0d69595a6ca5147db675297f3596af60c4357344995985d125eeb0b65d156035d6a77641dd1c058c84610c8b2a618b2425563114260d50e091055241acad784572c197ebc7e12c145e295930cae2a1b92e5620db8c2289b45d5ac2297d3373ceef0d8e0a53e2fdb27bca5f1585178acfabca5f02a1ef012e625993f01098bc798b7fbbcadf2060e79dde6b1c623d03e610614cc9f48bc7ecaf751b91aaff71bdd8f652c539aed9238a347adc3609d8315e895304dee20db42e1e4a12e20800f2a458394ae1212dfefa294f5a9cc94a1c7401d3639d4e126c92d5c0cc44986a9caa6247183b15718814e61437252c186e44c934d910db05a9c08599ea490697017308926b7dd673954c72d74a4b048c21de4b80053c1ba27c1534aeb872aa7a629596e49d14d0a8b859dbae1d8552bf31e76c5980c4596d3fb5c5ce5db0d24dc8aa419cd7b73ef54300a1dc430e8d3c57e29786459ef5eed041a94c042317455ae8bb896ebef5352375458b2add68bd702a3285e179b054baf546bc884c52aa1c5db88de7d999365efd9da104416c3649f974e7658ef85388a01a0b54cd20721cae9f6d0aceb8da9004ebdda574119860d44ff2b8729db8701d32c75eccada108cbd795b7b54ce4d494ab625e5981f22532a09029509860ed47492840f8f5c06bb9961f702bb6c4829130e1c71717fe862dbf3679ee5cd6715af00cd550476e67953ffcc99799f2434b512b09dc9048c0c9dc9cbac06321e9e78fe084f06ded931abb13d17662cdbc653ef29b71d261d7738184e5e6538bd12bdf2ed997bea7bce399efc5768aec6610e10fbd600dcfcffe03a191d1071f12fe678e6e1be7f39ace0ff24e1b1342b545c7c8a5d962eff21da93a52751f6f1c476fac3c9e055ee7bae34b226833900fc2f11e021956cc7391fe2ef69f07f4383c519796a9549c8084cdc67a9b88862b3fc634f5971c7feeb822f9b973f1b0e26d0a8dc227a901c75f9d5d3cea9776995b30a84dbda313612e556bb25ebdc9b791cddbfe59e122acb8a4a7b628df127fbdca388d5efbb558332cde7fa53c7f52a16320e9dcdc563c7c39f5284dbbe63cfc7ac2bba8ee3d5152bcee1c89c89408e5b4a5322ce8051b2ba62ab3af667f6192e77db2e8bf3499fbdf2fc2914f0f0ea082666ba9efccc75e523ffc7551306d01f92fdcfe83dd942c76a05c9f6100bdb1d42ad9e0ea1d55788aafa0be65f692345e768ed56bb6748d628c34aaa21b5a57a87072a9bbba30217ed55ba7f81b565746409a076df0135ba559f0278a3b087ea9635b03c7c69bdf38700aa7b6ad9b83aa0d983a1885ae8596e4e5dc7736c67541d9558273a481d05768cbd33e7502615f332ff5edb0c7ad49fbbc3021df4b9de7f796cad8a611d3fe5752c9f84ca288eacfe0c8f4e3f5715198f7e78c331f64f478e05008480a3a4a18eac1a7a0b75144992d021ea8fe2ec0dfd51901d87a0c406d8ab8e4a45614661e3f8bc74c0f8e89c54d30381870f853fc7ef5d6ac13acb45e56a4d16556d03655413356f144905565fa68f2a6b2a0ea9e55fa692aa451df8a4d6789956aa7d177dbf6c3dd013fe6d8e0138abe3e7a36d0800030280bef9eb773f6a9efce64fca9ffd5fff72f0e31ffcee877fffc3ef7f157ef3979ffcedbb9ffef6db3f02fcf5699a758ad96308745632e0183b4d12b3fe3ae3fbc5f799a3af33880da634dfa7f13c2d5e6a64fdd55cabaac6f75912943b4587537a066f3d21bc57054504daf2734b0b12ac6b43ec9b8648c26d14d7e79b8f1fff01e24f7af3, '2017-09-23 18:49:47'),
(92, 92, 'audit/request', 0x789ced58dd8ee3481596b844827bee4c24efcc2c71e29f38713b0ac2ed54a74377e2e038f323adb02a7625f1c6b1d3b6d33f338c78035e02896b2e79012eb9e01910681112cfc0a972393fbd332dcdb22b90409ae9d875aa4e9df3d539df39656c2a2df35d6e76ccda22c6f98ae4b52e3665f3ddfbdc5464b39617b8d8e5761a925a37323559ede674452d23373b921797048724636b148dea01d12acd8b1a4c3b336b711ae0b87aa7ea82344948504469528dac09d94a388e6e498dab863905490a2926c9b258d151cdaca9b2cee4f018e06045243a2b4b63bed106df4b78497a327d6f9bb5348b9651b907bcad8a626b369b27d6a8ba59db6d9719d82f45494e825d4624ee55ce169a35a5327297938cea4f4a4754908dd2b7511ce3a6de9085e7231c444991e6abae3004e363010604672abc1614d95754bffd42b0b6db98bc22f3aba868ea5aa7a1b585e75797dee8ba2ec4d19a080312acd31782bdcad20d69b6e586dcd014456d288a264cf10267115f565a7080a978d832e8348006c326518029becd7be9eeee4e5aa4d946da65806500671872787010902df3c500180a725f3457c526ae9faca7233fb97f3cba89bb373db971568f360048f38eccb7fc116f9365fdf3e6e74c6e50e51d1a270b92918cedab7cfd249a01b890e1784ee0509b8b8cf91452adcd0d4e40ab54e0794c9a5112927be6b95e592f3197a264c98661abe5db685b174202715c90ba30cf1ecd8f71b2dc814a3adc025b4822cda6759294f6d6a3903db4eb9b9c3db4ea79c41e540e5a90a6eba884ba0d5a2b753dd0b39c770508a00c4c7ae8cda6fdaee0d853349d0efb3dbd152ac199415483841da3d5d17188159db4da4197da8a7771d15b84fa7a09106f0c1cab9b2f497bbb686fd2f04b45e90a93cb09d7a4dcacc9fa568e368b5c0dd61d6dd5d6d5e8acbdcbe5aee00779b6e81946476bcbba4cf5e270d1996bf3961e74e4d699da514860cc55230854b5ad19aa4674631e4244e9673850882693505d6051b354f82f76ce23f89145ed3c875f9d0ea92adb037e61944a152ed5d4527c23a2331119a2dc1755fb5cb4da22d23411e9be6869a28e06a28c445915cf6186252224da7dd1d645038562c716515b5460f53955a021f15c163b17625f2977133bfd5af77d799619c9b729a4eb11f1b429efd08c782d4dd23b88b6503a7fa83217e083146d432ef18044f7db28232cc355200e6fb5ab0bca99304e6fe1c75004d93075d594656130f22ac6b119e3d807c669c36e492ae5459a41a4c113e3a4bab0d9e50590c82df059c882700b312e812858f76478038ae12f3ca626195e6e304b44a691e9e1afd7699973df5eee80d536670d8fb386da3aca7f08e215ce7252f466de856430d029e6e9aed8b3739a01ee4d1c86525490cd9e4f2a437580ab32e50bced1311cd4170e5d67ef074cb35c6385e110f43c7f5119580e4f708637c7a548d9979cf3347ca002ad3a76ee92e07d2a11c23c17df31146470b3cca11821fbe5fafaa52c496f548ce723f4e66eb5de1ad36cf5a076ac572d59b1defefc7e70e625f18db39dcfb7a1d2bfca0d0922c9f2dac848f03a9c872f95417af1f22a5fa7b7f8aa6d895a1ffe7d061691659a3df851d8533e639050ef45fd9cc10ac3a2deefa927120a33179c2ec940191d3d19bc291e988a8a14fb84b92b14a970c094415779cca20dc2edbb71bcd7639628b46cef7d3f2eaf90837bfba96dac1b31789c1de6aa3c7d391ac71a683782cb008584e7070b381c56be7fff9e85e914b92f91cb103058f400062eea0f5d647bfed4b3bcd974df6ec8dcb84bcf9bf897ced4fb604ba3f309b6331e8392a133fe785f03733c34f6fc6b341e78978ffa1aa35264d99788aaf35ce7fa43cd0d8592cd74dce160387eaac5d1643e753619b8561ff9c3f114d93317f92efac50c4dbde9499f53f93203987c6b00a6fef7343b1576de9b09faa41cdfc365d9369a78df79cb438d65fbb9e802b934d8be25f256e513477c34b69dfe703c78b2fb79bce8da1a0f6670b4dfa805da43693bced510fdbf11facf34428cf02656c920b48569eef2ac398f12b3fc43df72f644ff56fc50529f3f1d0ec640732e3a624b9af895d8b9f05e59a55483e3b6b6b41f69aa8d5643ed08cf674974ff42386da96854f0d5636b843ec892872956bfef72e633cdc7eb278ecb121452c8d8739d8b468e873eb4101efb8e3d1b515e701da75c0a2b9a33b8ade54d6865368464b839859a915724cc99cf9f02cd96d6b6cae43c61e9d79e3f81041ebe3e8289aaae849fb8af7ae4ff88733680fe90ee7e46eef106b8b211a49bfd59d8ee1072f56208858223aa773ea2fe091a61ccd1d8aeb68f90ac50869d74436e299585fb423873af2b7e7842fdd7fb40ca4203cb43afac3750693ce45e5836e265db1e0c9b4a4379146e13d7f11cbbac73bc00ee671d9dd5087997ce3ef27929a62683d87d0385dbe53c5805b472583b7387dfcc19657f10d52168ed27759ce06db09b873f45d7179fba94b60295f5de7084fc8b6bc7029743404e6e2b67aa7ea6355a86b63fb6c354fa89e6308976ef902303e41dfae83d80ff8b4d20eb01abe2c5ef8dc6a17ef1a460558c9f6155cab83e28685c50553596fba0f5e3c58d9bcc2b5c35ffe3858ec3b1af76d58a8f173d6ef7fe1c15daf7fddb151058f85d64ca27ba21ba28101075377fffea07f5f3dffd45fbabffdb5f0e7ef8bd3f7cff9f7ffae36fc25ffded47fff8eaa7bffff59f01eeeaf648796c7a88c00ecd7e708c76ca18e4efd890efb3af8fec3b221fca774140f29cee2a295d7e07f4fd8c14bb2c9965ec1eae769ecc2b1e183e8b95d278657f5bcde1a21e461909d8a1b4d4c79ae63858578ae8f73fa0874d941c1ab2631379c4d2bb34bf841e4b99200af8374ff06281850596a8d29ccfddc0441e82b4ee3ea3112e28cf04b81e9797b76245049622c233f5193ff1222a6252e9a4a9534eff31bbf0fc0be1bca3f0, '2017-09-23 18:49:53'),
(93, 93, 'audit/request', 0x789ced58dd8ee3481596b844827bee4c246b669624fe8b1dc75123dc4e753a9a4e1c6c879995565815bb9278e39fb4edcc76ef30e20d780924aeb9e405b8e4826740a045483c03a7cae574a6d533d22c20b8d88b6e97ebfcd4a9f3f39de3604b19586f2b6b68753629ae76a4ea8cb1255b6fdf5596225b9daac6f5b1728a9874c689a5caf2b8a2129d92dc1e49555f131c9392c90037e801d2aea8ea0eb08dac4e5a44386ddfa9baa8c87312d54991b73b7b420e3d9c266f08dbd18007473bd203ceba2c52ae28c3773dbc2517327d5775ab733c6c4b38ba97e415898e25e971832aa6c5ea28adfe63454a2a9a3736a8409b175f27698a25bd2f0bcfe7384af2baa876636196d724156043707de1b5a0c8a1a286c60bc13e1c52f28aac5f26b5a46bc3be6608cf5f5e07f39bae90267b224c49b42f5e08ceae2c322219725fee6b8aa2f61545137cbcc165c2c5a80586d5c151440ecc1c136e5293bb5adad559dac5704e1261ea1de98eeefce4eef16e968e6f2fe4fea89b647027e92bb23ef0253ee4dbee67d2678c6e52e5431aa50d2949c9ce858befeafa6049d2292a52046e2971ba26e072695382cb491e53ad528673d0daabf13a255292c7e48eb94f6fadef913c2ae224dfb26d386afb7572e80a31812caa495758978ff8539c6f8fa0926e0fc01692f7567e97e48dbddd24660ba39b556c31e856095ba8dc695151ec1326ad19a0b55577017ab6ebb10039508249f7172b7f32165cc747be3f9b5ce88358894626514d120fcdc150c73156743230a231b5151fd3fa6213ebfb2db8383371aa665f12e3b031b222fe5251c6c2f27ac93529b77bb27f2327d9a652a3fd50db19ba9a8c8c63258f8530aacacd85690e3543d665aa17c79be15a5b0ff468280f46ea502191b956cd2852554333558de8e63a86a4d047385288269358dd6051b355f8138797093c6451bbace0a9d32d556567c013762955e1544d6dc8b7221a89c814e589a83a97a26d8848d344a487a2ad893a9a8a32126555bc040e5b44487426a2a38b268ac5a12322435440fa922ad09078298bc32b71a234a789c34967fcae896549aa4301157756f63aad7a45b53aaf7bcbe22bc8b6b87779df161fb80faacc8072e00989ee0e49495891aa50d6c1eed8159491b028dec0c35404d9b474d59265613a0f5a3c70181e380f7860c06979d1abeaa2844c8315438cae901dab1a70e00da049cc92f00039de0352b4bf90e10d5082bff09c5a96789b6156884c23d3d3c0041ccbaaa1ee05f707b6a70ece6a15126e87cb8ad417abe0aa67320751ff14c7ba516052cc7aaa8458fdb700a853d8e565f70547bc141cfbc59cc90654d4396d5b562339a3ba9ebf680d6d3697b8c4d939782b2790be2ce2fb070218e023ef17c8a35b5a133e30dd439399879c20f4033b58f9acd0ac0e003e47e0eb205886d7ae1f3c09ed3a6770dcc50294ccdcc507f0dd6c196de71a51f6c0736f9e02794de69cabe5d4b327289c2d7ce4ac3c147ae8e72be407fe7b48df1ab082bb85f6142d82ff0fb8a7616086d98e8396c17f1df46942b0f33c74853c1ae4ff10f4abf27b1709d1c27127b3c5f4a3f8ff58e8c65e4c57109d6fd5044eae745cf7e50c7dd70afe37ad80cd784b3bb86e415c3a56a5b44e72abf947df2ab6a2ff59e04e9013fab3e902e0c563d183e4686bb725bb57c12bbba16a106efb40115952fb83be3a149eaff2e4ee85f07e53a159c1a517f61c3d894e0f2cf664e27168b3acc7f24bd763050a2564ca2dcd437337404f09c272e23aab39604de8b96e230a12d20a46ce4a820691115262c94feaa6e3d1b9998357e803fc35d60e9ae26c192824a2d741b884029ebd3e731355dd123ff15cf5ecfef3d9a275fa7d71fc19b9c319c05d3f2ab2532c1c6f06b57a35bb41ad47699f7a52fd4760842147ffb03b3cf264eb65384937e581d25a786a402b8f358401307cfa800a864eed00bdb23f87861120efca76109f3d9ce94c52facaa3945b7a6ee03a4d0fe2cde9c47516af390aaedd09cf80290a5aab81ea7d0e3dd3e350d8e6b4f220baf266dffe3eca291e6d2c34e3a37ade73bbc946b0d04737579f2a4a3b757b83603647e1d58d6bc3b563709e6c2823551f697d5dd76559564e117c60a75f8b0f8c743c6afdd6ce211445d838713698b4c88ee1e52d33fffcb341670d63bbe6376b719e0705d09e135ac86785015a3f8cfc3c3338fcb7fc1fee021c5d4eada095f87047e07633c86e500332e4df6e0f00516f134b7e4f37f89b3a02e270fbf76f7ed0bdfcdd5fb4bf86bffde5f487dffbc3f7fff9a73ffe26fed5df7ef48f6f7efafb5fff19a6d57660a545ee3f846048cb022e46c7373edac35618b29f06d8473edfaa8ef0555755cda97cda0cc392d4c7325f956c4a57871f4d360e7d6198c4adedca6936ae608c8fe14321623119a88f35ad71b46f15d10f7c09c759923f94cdb985d81af01f266a3ec99f53192189f8ef11708b0d1636b84795569c3703469e81b4273d03dccb04e59960c7318985ba10ea1d11dc123e888467ea331ef03aa953d2ea9c5109c6fe6370fcbb77ff02fd404006, '2017-09-23 18:49:53'),
(94, 94, 'audit/request', 0x789ced58cb8ee3c61505b23490ecbd230410987124f1253e44414928aa5a2d4c4b54482a33068c1025b224d1a24836498dbb3d1ef80ff21301b2ce323f90a517fe8620818300f986dc2a926a4d67a611e7816491458bc5aabaa76eddc7b9978d4d6960be294dddec6c135cee49d919615334dfbc2d4d49343b6585ab53696711e98c625316c55149253a05b93d91b2ba263822059319521858d96765d5815d43b39364214eda778a1666694ac22aced276e64048dec349fc9ad01959353ba77c5700682f4e4b129e0ad26b8e2a9988d9915ad153498a1ede91b48697616d917d19270916d4bec83d5be0304eabacdc8fb8795a91848309cef1b8579c2406921c68cf392bcf13f2926c5ec495a02a7a5fd1b8672faefdc54d974be203e166243c64cf397b5f64472268625fec2b9224f72549e13cbcc545dc88510d34b383c390e44c1d036e5291bb4ad857c7a48be19c38c4f4e2c21d9df9f1dde3d96332ba1d8bfd61373ec29d842fc8266f86384f77dd4f844fd8ba41c1756aff2d2948c1ce858befab2a3705e16c702104b31438d9101cee856d918101d288a20a479c026aafc29b8408711a913b663eb5d5be47d2308be274c7a6e1a8dd9771dee52202f151912eb7291eed4f70ba3b01249d1e802e24edadbd2e496b7dbb71c4065af758b2c1a05bc66c2037460bb3ec1033694503d4166e0c38bbcd8883182840a5fbf1da9b8e38c7f690e7cda763751049e1d020b24122dd18e82a8eb0a49281168ea8aef89454e36da41e7660e2a38113f9f839d1f2ad76cca2cf2569c4adae570d92747b2087d7627cdc967278d095bda6caf1503b95e2880bc2b2d88e0d4357345115292e8eb6fa46d90cd450170743599748686c64230c6559530c5921aab1892028d4210e25a2882492b798572c19fe787d12c343e49549094f954ec9323b039e304b57a5665591ebe55b1e0d7964f0e29497ed096f693c52141ea9016f29bc8a66bc887851e627b0c3e211e2ed296fabbc81225eb779a4f112484f288082f889c8eb57fc54aa4fe3f56967f4b6f66541ca3c838cbb48689526b4249b9d57bd55f605445bd49bdcb7c907e6832cd3201d9a804477795c1096a432a4bebf3f753969c82db3d7f030244e344c553645919b2d7c06a2981d1b8293f46c08ce224b5834c06969d62babac80488351487774b9e3a9ac80075e0351442c087388f11e2c8587b1086fc012cd4b1353ab02ef8e982522436438354dc0b12c1baa9e7f9fd7ac33b8c85508b83d2e4a528dd7fe55cf6006a2f6c94e1569f5ce0ab09190175948caf29cfa2dada9b0a3cdb8cfc2fa7209d8f433878ad9e709d3ac655635ceb3e7ad7ecd342ef091394232dfc4a658b39f5c7b4c3a33f0248bee1f281b14f190fb0be4d229a5f62068efa2e9dc45b61f78bee5af3d966b80258a0d515ffbfe2ab8763cffbdc4ad361b6c67b90490b9b37c3f7b2b62b371bd9ab9d61405f3a587ecb58b0217fd7c8d3cdf7b87c25bd835681c5833b4f4ff37789c1a972966d9365af9ff7136a72e67e7b9e80ab9d475ff264e97c5772e12a0a5ed4ce7cbd993c4fe58e8c65aced6e09d7f8addcfa6b41de7c51cfd9fe3ff3b1ccffab295e55fb7ec2c9cca42d8c4a959ffd0b7928de82f73dc9948026f3e5b0269b8cc7b101c6deeb6cbce95ffd2aa571570b79553aa15e4fea02febdcb3751adf3de7dead16342a1ae9a5b540efe59c872dd674ea3684659a8fe5578ecb121452c810db35172d1c1fbd4f108653c75e2f806b02d7716a519010d6d04b960230ff9190020b5e5cd5a58cb6ba0d79059e7d8d6a6d077572b61b80177df4ca0f5690c0f3571766a2d0ede2f73c57beb8ff62be6c8d7e9f9d7e46eef011e8ae1f66c7b32f6c770eb97a35bf41ad4555fd03f04fd008638e7ebecf1f59b2b5329ca41ae2406a353c9795b57bc3ec02f77e02feefcaa62c5d608091dd4fa140b90d438161e3682cb76435b37cf4d2fa146a8a8fdc2bcb464ddf61cfe682d4971e45e5ca757cc7766e9a0e8072d079d7854b17c8bf76a64d90cc90df5eec295da407f1b53b67abea3f7eed9f5ee2346e6b5da6684fe2bce31d83b56081876eaebeafa8643cdcc09f2f507075e35870f5080c286ad25056875a5f13e5b3931fb6d26fc0874db41369edc6ba14968771d4b96c5528f3b0c6e2a24569ab01869737ec2e97df102a2b32bb4d73cdb636345e820ad12cb465824512a07eb85a34a1d2948c76ff872b47c348e7f2d14a7cb88a347a339aaf990652e15f2e2960cea6f37bc00607504380a16ffffcdd0fbb93dffc41f963f0eb5fce7ef483df7df4d76f7effabe8ab3f7dfc97ef7ef2dbafbf05f3b7dd2b2506efc1053acd13b8186de4b0d97eff0701fb0fc0c5f7bf44270b529d8a745db0065dd69f8cb3265782800641ada974ee8d4be8e023f84608990706f263a40d0e0f2d10fdb61770748cd3b69d79fbf66f39c2002c, '2017-09-23 18:49:56'),
(95, 95, 'audit/request', 0x789ced58ddaee3481196b84482fbbdb322b534b324f1ff4f1c05709c4e4e34273fd80e332badb01cbb937893d83eb6337bce0e23de80975869afb9e405f6920b9e01811621f10c54b7ed24733467601921b8e022b1dddd555d5df5557d6507a6a8986f0a53375b9b4350ec48d1ea07a660be795b98a260b68a32284f859d46a4d58f4d4910fa059568e5e4ee448af2860411c9994c8faa81995d5a942d58d5335b87340c0ecd33d516a64942c2324e9366644f48d6090ef16b424724d56c9db26d0e4a3b715290f094934ebd55c144cc96d8889e0a9277822d492af512cccdd2afe2c321e0d5aec03d9b05619c9469b1eb73d3a424070e06b885cbbde244c117255f7bce595976202fc9fa455cf2aaac77658d7bf6e2c69bddb6b943bc27dc8484fbf43967eff2f448784de80a5d5914a5ae28ca9c1b6c823caec5a8059ad90ac29064cc1c034e5292fb92df95c7433b807de230a007e7efe9c84fee1f8f1e0ffdbb81d0edb5e3239c89ff92acb3fa36c8926dfb53fe53366f50e53af5ff86e424a74f2a6cb52bcbcce4f9b3c3f910dc9207873509c21dbf0ec23d4922aa942f4859c6c9968f9388dc33c7a98ddd1d92846904936c1836d97e15676d2e22808c92b4b975fe68fd2148b62730910e2be07e9274566e9b2495a5ed3862375afb58b01ba55dc4ec46aadd15a6e93e66d2b2065a1b7503d0b35df739887e0e263d0c56eea8cf2d6c17bbee74345095480c7b06910c12e986a2ab4114882a51b4b04f6d0d4e8772b089d4fd169c7b34828374fc8268d9463ba6d117a2d8e79637cb5a9378b727fbd7427cdc1452b8d7e59da64a714f3b15429ff3c322df0c0c4397354115a8de20dae86b79ada8a12e283d49174968ac25230c2549930d4926aab18e000e6a2f0845220b24923601922d097e481fc67011903c2ce0aad22149627bc01546e9ac58cfca52357d87700f6103092324d943646908cb32c2aa8f2c19a97882048c04090d6185853046f608d92a327084741b610d89203da40a648c8602d2c7682456bb217dd4eabfad629993224b21d7ae5259a3a92c4a66eb5567997e09388b3ac38726edc07d905f1a24420d457c9fc53961e92941d27bbb539b137bdc3c7d0d1743e404c354255310b8c9cc634a64b365032c49c74e01a4e981a101764bd24e51a639200dee42baa2cd1d4f450915e0359488888130037477602adc0f047882fa503fd4985ae6c1f618b014641a999eaa40c0b6b0212446c77bc8aa7aa35c6529006e17e4901f839537ee18cd795d5282a10d502505862a6cc8a12c2b91a1689266e8a26608a2b2560cdd104239ec85c6460e36a1a0aada461737bd68ad12a2443d59d3645826acc5e8a3b0e122c9403d030d551a731a690d09f61690a238c80650f4d05807ac204b47929ca19e4ac1a4da48d4916de7686427686ca3e1180d61b18ec61764f4b92c287703becfd1aa9226870786150a95f45456be04bf3585e494d1c09c0b6053dc5588725d773e0fab381f005e9fbb95987d1e32cd4a68c5f43c7bdec4aa1a5d06797064a014cd37b129541ca054e815cf3c344ca3870b7181212e767e891d3a24ab0ccd60be83475307db9eef7a96b77259dd315bc069355ddd78ded2bf59b8de7be94bad17d88bf91c944c17f3f773982cd40b57cb89638db03f9dbbd85e39d877f02f56d8f5dc7788ac51bb028b7d6b82e7deff069b51e732c32cdbc64bef3fce6934e46c3f078fb14343f7d1cc2609ef1cc1c7737b319ace271fa4b7c742b7d67cb282b8fc5b1c7776a2bd58bc98e2ff33dd7f87e9585fbab4bc9b86a3f85391f3eb3831ab3ffa54b03bfacf02772e21be3b9dcca15c382c7a008e266b9be9c5d87b6955b33284dbca28e1f05257e94a3af76c95c4f7cfb9773993a2a2969e5b33fcde6a7359628d464e5daa4cf3b1fc72e1b0d484e4318466cec1b38587df2708b7a385bd9a4195f19dc5a21205097e05bd74c103ff1d09c903de8dcb8ad069a1afcb96efda37b8b256a9d2b2590015d1c3af3c7f09a93b7d75e526aaba99fc9efb4a57e79f4de78dd31fd2d3cfc97d708442d70dd3e33916b633855c1d4f6f71e351557b42fdd30584158e6eb6cb1e39b271326ca41a822237069ef964e5dc32b7c0b1ff7979baf0a5245ee9001f3b9f013339758102bfc6d140696ad5c4f2f04beb3320130f3b63cbc675f3654fa6bcd8151f8172e92cbc85bdb8addb205a82ceabae223ac3decd6254636482bde6601fb245bc88af9c299b55fff563ffec5a4f1db52662f207f5bc131c83b5a1be8b6fc7df5352342ef67bd319f6c7b70b0b0e1e81fb044dec499aa87755513e87f8b294be005f16d106a4f11a6b4e5812c651ebba43a16587f513579d494305759b6d5cd8a0c618e384fa940d31d431027aa8271a8e603802ad4f53450d949a2f9af54fd3465d8ecedcd1483c4d21b5ddacc657650612e1a3f904dc59377c17dd1000ea0870f4dd5fbffb517bf8cd9fe43ffb5fff6af2e31ffcfe877fffc3b7bf8d7efd974ffef6dd4f7ff79b3f82fb9bae955605f712029d66091c8cf66f81d97cfcf07df6f9e3eae387480773529ef26495b37714497f0cb34dce5e282a9cd599e2fb140495a5e2b9252ee0252682d7a4904540913e0458fa61830fa2639c34bdccdbb7ff00b6393c6b, '2017-09-23 18:50:17'),
(96, 96, 'audit/request', 0x789ced584f8fe34a11ff02dc11372b6034fb88e3ff8ee3287a248e93c9ce4c1c6c879d452b591ebb937826b13db6337f76351f03896fc01d09214e4848dcf8085c41e2c8890b07aadb6d6766d859bd7df0f4de81d5eec6eeaeaeaefe55d5afaa1d18a2627c288caed15a6d8362838a563f3004e3c343618882d12acaa0dc17661aa1563f366441ea1778452b47d77b5494c72888504ed68832d603539bb4285b20d6335adb340cb6f53b5617a64982c2324e937ae40aa18c0bb6f10d6a51d52053a2a4e4b62859971b3c2a1b2d51ec9179780c837083382c95a75bbad12eb8e382351a08f85d335a691eafe36a0f78db946566f0fc136b24d568edb3750ef6737152a0709f238e9eaa200b61d3dac87d8172ac3fa90e22c1dc59fa3ede6e035eed08ccd15910c64999169b3e3303e3b70c0c30b6cb9c33a2e08b92afbd628659b6456fd0c5495cf2aadcedc81a737472ec9d9db6996d7c8598290aafd2578cb9c9d31de235a123746451943aa228336eb00af2982eab2c38c054de67043a19a0096093380c30befc1d777b7bcbadd27cc7ed73c032041f46149e200c5146cea2030c25ba2bf94db9dbb69facc7233fb97b3ebadbf6af0742a7d78e7700087f8b2e32fa1864c9bafd05ff0599d7b1f22e8e9315ca514ef615ffd3137c0847c883ed0502a7f21741788592082be50b549671b2e6f7591494e8cb381a28e4e46a6d3d478e04226418b65abf8fb336132188e312b5998bfc99fc3648d67b30140f2b600b4ab8a5db4649656f3b8ec883d6de15e44169173179902868619a5ec515d41a605dab1b809ef5459f8100cac1a4fbc1d21df719db742dd79d8d07aa1289614f47928ea2aeae74d5200a4415295ad8c7b606fb6d395845ead51a20dee9c156da5d222d5b69bb34ba14c53eb3385e504de2f515baba11e2ddaa90c2abaebcd15429ee69fb42e8337e58e4ab811ccab212e98a26697a57d47441542e14bdab0ba11cf6427d2507ab5050556dd51557bde8424548897ab2a6c920265c8851c0ca4309feb1dd510c3f022b8f0af855f19024913de01746f1ac486765a99a765949677b3a3b52595365c51e6b69ac60aec7aca438ac29b1a31e3be9b296ca0ebbac24676c4f65ad1eab9aacd8654d3367c766c24e4c7634614720dc652762b517db1db7fa0f95277354642924eb23dad130ebe07c38e716e92dc45ac48deeebbc05f0204135c8241a8ed65d16e788e4b704b4e16df66d46ec31f3f4067e7491117443950c4160a6675ecd3726e11bf3c0371aec96a45c51a639c4193c11466a33bb7d510285dc009b4524043388700ea6c2ab81006f4030f48546d4220fd6bb80a421d148f4d0d7d3b4ca38fcaaf6be4ee6dcc4e8f6903760b34919c3a38c21298f721f027813e4b076b0f4269c4e20c788a7fbb261e6a739d97049632680450d7947e9790b5e7ae756cbcc66c830aa454ba2e7e8556d6035ba08f260579514e3436c0815172b5510884de919a5d13d1692eb00a0c763bccf25449073825b6284084857b974bde3529f53746991adfd74bedd09f66be75e8aaf37deeb7b351738ddd52f43c9b26f4e55e7fde8e4e47ec9f5d690baefa35f708916c7e971b076cdf34b2f7e3d9dbfbe0b2f83f9f09695c7f0f7c71411561d41b0ec11ab024fd4343646c430a64c990312123ea44a6d23110221f2cd983818d05ca146524790ed89b5b43882c10f0f0f24045ccbf9b9e51067f4883740d4b1c633c7323ddff586ded2a5384b82402bf6b1e72dfc63dbf53eda2aa854c0b4e7735032b3e72ff70b20e35973cf3fb5e653eff859bfa0d78a86e6b185d5798e7dfab1a601471691b49dd97436ff54eb200b5474b9983ac3b1e5cfe6ae652e1dcb77ac9f2d2dd7739ff40ff5599600933f9c82a9df9d26a2c6ce7bbbb03e2b671ab886a6692dbc6fbc95c0c692fd1c6b623938d8fe470d85243c39886fcd4d7b3c9b4f3fd9553c5f743a9c4f97e0daafd55a34509ab67d32b3fedf607c1b0d06b9b92c86157fe0d680df17397f112746f51f7e2bc813febf66878af87c77369d03c939c477101a75dad7d3f6c47b33ac666570f630c3759e973a4a47ea3247cb24be7bc53c6d55704cd0d5f3e199f5518e3c880cc76387f29e613c5fbfb01d929e90407ac3748e75667bd6c716c2e3d836976798151cdbae96c20a7e0977a08287266187501ef06e5c567d14a660ca7bbe0b245b59ab54a9f984a3cf3d7f01e93b3b7f0413565d4f7ee6bed2a3f39f51c606d0efd3fd4fd15db003a6ec84e9aef185e9cc2053273328131451557b41fdcb24122711baeb649bec199035c8b091aa0b4ad372355570e990aaa3c0b1bf2a45d508343a0063e72dd45387d213e0dab477c054d3a167bd19be856ae459ce64685ab48e9bd3192f76c46741b9706ccf36ab5a488b6423f5c8a36796776c37f941cb353ed9a78c110feb97ce8cccaa5ffddc5f3ed643dd56bb4cfea49e27ded149fbefbbd6e9e43357e2a6a1b6df9b9d59fee4d41ec2c123c04fd0c49ea4494a47ec893df8d3f8f9208e3f941c0471d70a3935b5bca691923054adc76d6d83ed77b7d3238d5e5da1e8b54b3f14291afca45451f4eb7a450906aa169da84b170970d0fa7205a3f6d13256cbbf5ccd284f3625ad5ef17265a37637688bb8b9fbafcb1cf662757339e886a0c04060d63afad56ffff483bf7d6f3dfe91f3c7dffff3afbffe61f6cbbfbffbfe9ff3bf24fffac36f7ef70f80bbbe7e61ba720f5fe4b0aff0c1703b1c18f5873bdf279fee1e7db813f1608eca7d9e2c73726795bacfc37f9593fb5215ff34837d1f076665a9d8dced0ab8d446706d0e890714e9538984bf94f141b48b932aa770e8fc1bd8382f6d, '2017-09-23 18:50:24'),
(97, 97, 'audit/request', 0x789ced584b8fe3c611fe03b907b9114a08cc3a92f87e8882e070284a23ec485448cabb0616205a644ba245915c929a9df1627f4600ff03df0d18414e060ce4969f906b02e498532e39a4ba494adac1ce26ce03c9210789cdeaaaeaea7a7c55123204d9785b1a9ad1d924a8dce1b23344066fbc7d571a026f74ca0a55c7d2ca22dc19c686c8f3c39248740afcfa88cbea06a308175406b8410f6cedb2b2ea00dbc0e824598892f69da80bb334c5611567694bd9639cf75012df614a918007853bdc03ceaac89246d101ddf7d0168f78f22e2a46e7986f0b38ba17a7250e8f05ee350695548bd1115afdc712174434ad6d10616f9e7d192709e2943ecf5ccd5118a75556ee86cc2cad70c20081713ce62523f0812006ea33c6ccf304bfc0ebe771c52992d69754e6eaf98d3fbfed3249bcc7cc1487fbec1963ed8aec803995eff37d4910c4be20488c8736a8881b3162816a745018e29c9aa3c34d2a7c5f71bbea9074119c1387887887bb27949fdf3fa61e92e1eb11df1f74e303dc897b83d779b34479baed7ec27d42f775a25c2351dae00217f45cb8f8aeaa7283e34e51e142704b8192350697736b14ee711a11a55c89ab2a4eb7dc318f50853f8da3914cdda7b4d6f7701a6611b050321cb5fd32cebb4c84218b2adc65d6c523fe04a5db23184ac832d882d3decaebe2b4b6b71b4774a1760f255dc8dd32a60bb1715a9865fb984a4b2a2449ab6e047ab6eb2103395080490fa395371e328ee5d99e371b8f143912c2818e451d479a2e6b0a8a90a060590d87c456744caad12652f65b70f141478978f802abf9463d64d1178230649637cb4693f07a8ff7777c7cd89462b8d7a49daa88f1403d96fc9009c2b2d88ca45092e448975551d53541d579415ecbbaa6f3a1140e427d23a14dc82b8abad184cd205a2b18cbd140525509d8f8b51021563245f8b0da750c0f9e95ae4b782a84248af40c780295ec0acdae24d6db1e2beaec4067af15d6525861c0da2acb5bdb312bca2e6b89ecf5809d68acadb0a6c68a52ce0e14d61eb08ac50a1a6b59053bb6527662b1d713f61a98357622d467b1dab8337c5747b2c0659e41bd5d14bd426a5e108dcecbde327b03b916f5ae1fdad203e7418da9500c4d3adaf7795c605aa22214b5bf3b761961c02cb23b78e802c3eb86221a3ccf4ce77e8b06164503eb8c062a9c9666bdb2ca0ac8335851bce832876359010adc019644340573c8f01e6c85fb110f6f8011cd4b9351cb026d0f889621d548f5d42001c7c281501c3dff21a73451bea85448b71d2aa046462b7fd2d3a983887fb2637552d056d05d8cdf9ceabe053e050aa029b7570dd025e0d1575e2d649d4886510b7d065aae9eb5ba6bda1215e85043aff13636f81af8e43a5cc209a2afb3e8e18ce9608667bb9fd92e21492a0d1f98eedae3996b5b7ee0f9a6bff26899191d80fb067f6f7c7f19dc389eff4160571a06cb592c40c9cc593c81ee7acb685a373661f75de7f643102ff10de76a3975cdb11dcc169e6dad5c3b70ed5fae6ccff7dec3f9d68015dc2d30a7f6c2ffdf007b12066a986959f6d2ff8f433e490e7a9e6b4f6c9704f9df04fc22ffde45027b6139e3d962fa51f47f2c746b2ea62b88ce3fd5024eaeb41ce7f9ccfe7f23f86f34023adf2d4dffa68570ee5816dc3a4e8dfa8bbc957445be69d84e801378b3e902c0c5a5b183d4682bb7dd7626fe0bb3de9520d8664ef09813fb725fd498ab551adf3f63de6f2924271ae98539b73f884d6716733c761b60338cc7f24bc7a5e50905a4f3ed9e6bcf1ddffe90202cc78eb59a03d204aee3d4a220c1ad60dc2c39680f078c0bc4797155f73b323337d01578007eb5b5725d9a2d030144fba51f2ca17c672f2fdc4454b79b3ff05cf1e2fef3d9a275fa4376fc05be470700bb7e981d4eb1b0dc1954ea64766bb71e55d427d43f0d22711ae1fb7ebecb1f39b275321ca4e8bc2cb7069ebacfcaa5dd40823ef1f721aaedaca270a1013cec7e0e5dcc6dc009bc7a1a5e01a7a6a66fbf303f8776e2dbeec4b4ec6632b1a6334ee80b8f5272e93abe63d51daa695d27ae8b78ce6dffc619371932b5fdf65a1fb345388bafdc19dd95fed14b7f7aa9a589581b2d49f99896f702a3d3092df0ecdbc90f94247dbcb5de9fcded6072eb9870ed089cc7abc2405445285af514dd3327f91179e621934aeb323ac5d0fa8ba3cee5284310870e1e17234cdb0390412718fddc069af4a2cda0b964db119a00415f6836dae6409308b43edd239a2c691a45cbff74bf6890e8d4345a89a77b47633705f71a61a0f4ffe54602ee6c26c3b36e08007104c185abafbefded4ffef8a3edf867eef7bff9cb1fbefe69feab3fbdfaf1ef8adfa77ffdee9b5fff19dcdf8eb60410bc7308345222703132e821a3fd032108e85f08177f20088458e0ea58a4ab824eefa2f638cb36051db5eb346bca24084812d4960aa7c9b984f13e821f10218d802c7e2c5fc9cf7e0e458738ad53172ef2ee6fb6b7109b, '2017-09-23 18:50:24'),
(98, 98, 'audit/request', 0x789ced58cd8ee3c6117e81dc83dc082504661d4964377f454170248ad2083b121592caae81058416d99268492497a4d6335eec6318f01be41e20087c321020373f82af0990634eb9e490ea26a9999dec6eec384172c84114d9dd555d5df5557d45120ba9d6ebc232acd6f6488a3d2d5a7d62c9d6eb37858564ab5594a43c17761ad1563fb6b02cf70b26d1cae9cb332dca6b4a229a73991e530333fbb4285bb0aa67b58e69488ecd33d316a64942c3324e9366e44069d621c7f815652358b35ae76c9783d24e9c14343ce7b4536f557011ab851ad17341f30ed9d1a4528f616e9e7e1e1f8f44d2bab2703527619c9469b1ef0bb3a4a447010604d7179e0b485e23bcd69f08c32c3bd26774f3342e254d31ba8a2e5c3dbd0ee6376de1181fa830a5e1217d22d8fb3c3d514997bb72574108771152049f6c491ed762cc02dd6a9130a41937c7849394f4b694f6e5e9d826b04f1c127670e9968dfcfcf6f1e8e9d87f3990bbbd767c8233499fd14d56df922cd9b53f923ee2f326536e30ff6f694e73be2f1c7c5f9699254917874b21b82527c70d25e15edae629382089985629cd21625296a7212d8a8fe36880b9fbb4c6fa0e4dc2348a931d1f86ad769fc7595b8828e0a3a46d61933f5a7f24c9ee0c86b261156ca14967e5b76952d9db8e237ea3b74f05bf51db45cc6f70edb4304d0f31975674054053ab1b809edda62f00067230e96eb0f2c77dc1b57dc7f767e381a64628ec99149b34324cd5d048449046553dec335bc9f9580eb69176d8818b4f2639e2d3a754cfb6fa298d3e45a82f2caf97b526f4f2400fafe4f8b42d70783094bdaee1b8a79f0bb92facc322df0e945051d4c85475ac9b06d24d19a91bd5344c3954c25e686e15b20d654dd3b706daf6a28d46a91af5145d576099bc4111119521869f688c62f893456554c0bfc68630e67bc03f8cb25954cf2ab89af6456c8a3d531c69a2ad89a8273aba28dbbbb188554fb4b138ea891343743471688858c9c49e263a3d51b3456488b69d8b633b1127b6389a8823586c881354ed251ae356ff4d15c99c16590af9f6209d7596ce085bade79d65fa19602dea8cee9ad403e7418ee9900c351c9ddb2cce294f510c891feccf6d01f58445fa0afe4c24c8a6a5614b9685e93ce04a20d0364093766c80669e1e391660b724ed14659a03cee02e642bdac2e95c9450055e419988380433407807a6c2c3408627a811f5438da8654e7627c2d3906be47aaa2201dbf25c283bc15d56d51cf541a602dcf6242f68395805938ed99cd7a72518dac0142ba0b64246a820836eb4c850f44809f12624b2a11951b489906698c8c01b4ded9972447a98908d8ea8a922aaebd4404688c350ff41c8782aca631651acb0e8220cb078263a4660c2f402623e17e591684fc4095c61155c6d7122df88a07e8c4455ee8a3220622c0e477ca173c1455fc848b91f487d81d5953439de71a430a0a4e792365ea92a098de2f252fe9ad2aec17453755e8455888f80ac172e93b12f039655c938a0e4ea4913a26a6c497272e25844d6ebd892abf28f2bd0a20b058dd2e8ee9eb3c00adff17ee5786c48d13888c16ecf19cf3cc70ed67e300c563e2f36a04b966ba6ba0e82e5fadaf583773297562fb0ddc50294ccdcc5bbe94b91eb85abe5d41b8e9df56ce13bf6ca73d69ef3cb95e307fe5b1cd6a85d81c5ebe1d45904ff1b44c69ccb0d1bdab6b30cfee374c642cef7f39c89e3b1d0fd9b480dcb6f1d64ed2c6c773c5b4c3fc86c8f856e868be90aa2f32fd1dbc595b6eb3e9d39ff27b9ff06c9f1b674390cae1b7a92ce452e6de2c4aa2eeca9e077eccac37629236b7f365d40c9f078ec001a4de636d3ee247836ac661508f630635c23e1aedac58670b54ae2db27c2db74c930514b2f8673e79d15e77ec9703cf6ea7265598fe597aec7d31312c8949b39cf99bb81f32e41b81dbbf66a0e9566edb96e250a12d20a5ae94202ea3b519a13c98fcb8acb59a75f97aeb56f5f3b95b56a959acd02a88a81f33c582f217d67cf1fb889a96e26bfe7bef8c1f9e7b345e3f4bbf4fc0b7a4b4e50ecba617abac4c2f66690a993d98dd3785433dea3fe0345244e227adbcdf6d9234f365e869d345356d5c6c20ba9acbc1bee69b6e73fab510d5d62f4400178d8fb04b8c96b8a53c3aeeb4b7f0ebaa7c3c07936fc04582570bcc9d076eae6cb9ece24d4458f90b9f4dcc0b5dd9bba0d6255e8b2ea4158e74e70ed8e6ba04c9da039dc773009dd6b5979338e0cf33b7ae0e37f545507b109a0a27f50d55bb1327947baf69d9bc9f71545e6fd2182d9dc594f6edc2138210257ca3aea611d1b5d4dd164594697b0df2f672fc5f70b5967d27891772ddcb4e6a8ad870d0cab48bcdd78d0b8341c5137dfe63d4dd4e8e364511fb8618c3a72c01bf544431e1c64a0f5fd1c52c3a7269266fdfbf9a4ae5417526924decf2db5ddbcf857150850f4838906ca5ddd0fdeeb86303047b0ba71f5e56ffff0933ffd6837fe99f7fbaffefac75fff34fbe2cf2f7efc4dfe6df2b7af7ff3bbbf80fb9b6e96150cff3e0406cb1d38186bef88d57c1659aff98791079f45101bcc6979ce9355cedf5cf08733bf2e9a6b0e82ca527469970b78b589e0e529e41150f1634d1b121e1a45ec938744a2539c54288683bcf93ba3ab46f4, '2017-09-23 18:50:27'),
(99, 99, 'audit/request', 0x789ced584f8fe2c8159772dde4924f60b1b234b30bd855c67f306aed8231346ac0c436e9596925abb0abc10bd81edbcc76ef683e4e4efb01f614e5984b94289f22d7dc93435e956d9a69cd74b2f9a71cd25243b95ebd57efefef3d434cd433df16a66eb6ee0ea4d8d1a23520a66cbe7d579848365b4549ca5361a5116d0d6213cbf2a0601cad9cbe3ed1a2bca624a239e7e9333140d9a545d982537db375484372689e99b4304d121a96719a343b7b4ab30e39c46f28dbc1aad93a65db1c8476e2a4a0e129a79dfaaa82b3982dd4b09e0a9a77c8962695780cb445fa5d7c381049edcac28b0509e3a44c8bdd409825253d08b021389ef04a40728070a0bd14865976a0b77473139792aae85d45135edc5cfb8b795b38c47b2a4c69b84f5f0ad62e4f8f54d2e4aedc5510c25d8414c12377248f6b36a68166b64818d28cab63802525bd2fa55d793cb409dc138784192eddb39dcfef9fee1e0f83d75772b7df8e8f6093f42ddd64f59264c9b6fd99f419a71b4cb8cefc7f47739af37b99d3cb323325e9ec702904b7e4e4b0a124dc4977790a0e482226554a73889844a3b8fc822f8338bac2dc836a63408726611ac5c9966fc36ddbefe2ac2d441452a4a46d61933f397f20c9f604bab2ed1ec481269db5d7a649a5723b8ef8426b1f0bbee8b58b982f70edb7304df731e75634606fc45d819ced6620401ae4a0d2c3d5da1b0f04c7f26ccf9b8dafd45e84c2be41b14123dde8e92a890852694f0b074c57723a94577791badf82978f0639e0e33754cbeeb4631a7d83d040585daf6a49e8f59eeedfc8f1f1aec0e15e57769a8ae3be762ae4811084457e77152a48a71b35d2152d5242bc0989acab7a146d22a4ea06d2f146edf50d39227d4cc84643d4e821aa6954477a88c35023a232c4f02feaa318be64511915f0adb22d8cf91df00dbb8c8a6aaa822bf28d288fc5912e62451c4d448445d9ba156ddd3780bc1427d6429447a2351127f009a7e0d31227f25c04f16324f6e4ae286371341687237ed0ae6e12f5716bf0ae8a634e8b2c8582bba86795d533c266eb5567957e0bc91675460f4ded81eba0c834a8863a1fedfb2cce29af510c95efef4e6d01f58565fa06be0c24c886a962539685e9c2e74214b365416ed28e05b999a7079e09705b92768a32cd21cb6015b2136de1782a4a8081378013114fc00c52bc03a4707f25c3138044fd50e7d32a27db23e175c8257239154ac0b5bc18ca8eff9055a0d3bb285548b61dc90b5a5eadfd49c7e00e62fe494f256df4ae2a28cbd39016c5b9f21b5453e14453705f87957107f0e9d70e63b3ce1ba659f1ac2a392f5e36fad5db2427471e0864be8d4db9023f5c450c9d017894460f8f880d8a78b6fb4bdb655b4a1541d0deb5c733d7b6fcc0f387fedae37506b264b9c6e96bdf5f05d78ee77f10b7d5fa80e52c972064e62c3f0cde8a5c1f5cafa6ee706c07b3a5675b6bd70e5cfb176bdbf3bdf710bc11bb068d83e1d45efaff1b30ce9ccb151b5a96bdf2ffe360ce42ceef73ed89edb2d0fdfb201dcbefd912d84bcb19cf96d36771fd29d37cb89cae2140ff14b89fbd6939cecdccfe3fc4fff7219e4f65aba17fdd80b3742a7269132766f5c19e0abe629f3c68671c09bcd9740998e1f2c8416234a5db909d897f3baca80a84759831a49570b7d7c5baf0629dc4f72f85f79b05cb889a7b395cd81f849cc723c3f1d8adf1ca349ff2af1c97d7275490213734d75e38befd2146588e1d6bbd00a8095cc7a95881435ac324594800fc474a7322797159753236e8d6d81578d6b55d695bd766730060d1b75ff9c10aea77f6eac24d4c7443fc91f7e20bfb17b365e3f487f4f425bd274740bb6e981ecfb1b0dc19d4e96436b71b8faafa47c43f83227112d1fb6eb6cb9e78b2f132dca41a724f6b343c7795b53be77e01bbff2e485d744d8c2e648093ddafa03fb9353a8163cf7329d8321dfaf6edf02b6829beed4e86965d8f1dd67426a12e7a92952bd7f11dcb99d70300c39ff3a98b902e6cffda19d74932b5fdc6b0e774418fec6b77c6a9ea3f6ef6179772eab0352153b467e5bc171d834f608167cf273f9615198f16f8b3851d4ce6ce104c8fc081b286fa585370b70f0bf83b07faf1387b0b7c3cc88691c6777c50e1b51847adcb6985a10f9f2d2ea694a61b107878cbedb97c85507993d96e6a539bde50470a3a444d68da04cf2690faf16e51a74bdd329af31fef1c352a9ddb47c3f1f12e52ebcd61be421bf6befbafb61470673dfc3dca8600304780a36f7ef6c3a7bff9f94f6fffe41be6f2af8b4ffef097df7efebb3fcf7ff5c72fbb3ff9f5f79ffc1edcdf0cb00c1cbcc710e8ac56c03036cb11b3f9052008f86f0017bf0020b699d3f29427eb9ccfe8587f36d7ea7a0902960495a6e83c1e1730c447f09a10f208f4f053491b12ee1b41eced5e22d1314eaafc0543defd0dd053ff63, '2017-09-23 18:50:33'),
(100, 100, 'audit/request', 0x789ced574b8fe3c61106727572f12f206410d8b525f12592120521a6284a238c242a24e55903068816d923d1a2482e49ad67bcd89f93537e404e868fbe1836fc2b72cd3d3eb8bac9d63c303b80ed24c8210751cdae4757d7e3ab2232a49ef1b63474a3759da0728fcbd61019a2f1f65d6948a2d12a2b549d4a2b8b706b181bb2280e4b22d12af0eb132eab0b8c225c5099015103947d56562de01a18ad240b51c2de89b6304b531c567196b29d03c6790725f11b4c7664d5689df25d014a3b715ae2f054e04e735449458c96c4444f252e3a6887d35abd0cb465f6759c244850bb22f76289c238adb2723fe4e66985130e3638c7e35e7192184872a0bde4cc3c4ff015de5ec695a02a7a57d1b8179717fe72d1e692f880b9190e0fd94bceda17d9110b9ad815bb8a24c95d4952380f5da3226ec488059ad1426188736a4e1f6e52e19b4ad857c7a48de09c3844e4e2c20dd9f9e4e6f1ee3119be1e89dd413b3ec29d84aff0366f96284f77ed8f858f29bd4f94ebc4ffd7b8c0053d172ebeafaadc1084b3c38510dc52a0648b51b817ae8b0c1c904644ab90151031212fb21097e59fe3682453f7a9ccfa0e4ec32c8ad31ddd86a3765fc7799b8b30e44785dbdcb678c49fa074770243c9760f6cc16967e3b5715adbdb8e23bad0dac7922e7aed32a60bb9715a986587984a2be42a4cdd08f4ecb6430e72a000936e471b6f32e41ccbb33d6f3e19a9bd480a077d2cf771a4f77bba8a2224a9b8a78543622b3a25d5e83a520f3b70f1b18f12f9f825d6f26bed98455f4ad2905b5fac1b4dd2eb033ebc11e3e3752987075dd96baa1c0fb453290eb9202c8beb51a8483adeaa91ae689112cadb1089baaa47d1369254bd2fe9f256ed0dfa62840632425b4dc2fd9e84350deb921eca61a8215e3165f8f1fa38863f9157c625fcab644b96e919f00fbb842a355445aec997bc38e1c73a2f2bfc78ca4b322f5a57bcadfb7d20aff8a9b5e4c5316f4df9293c810b9e163f15173ca89f487c4fecf2a2cc8f27bc39a68c767d12af4f5ac377751c0b5ce61954dbbd625649314bb2d17ad559675f41a6459df12d2b3c701d549806a5d024a37d93c705a6052a43d9fbfb539b9306dc2a7b037f7d8913fb862a1ba2c8cd963e55a2182d0b1213772c48cc224b6826c06969d629abac802c83554838dadcf1545680016f0024229a8039e4770748e16124c21b2044f3d2e4d3ba40bb23a2454835523d3544c0b1b412aa8e7f9bd788d3bb57a7906c7b5494b81a6dfc69a74f1d44fc939daa5a01283ca21492b353a16d8285388df0cdb9f619aea9044c9b92fb22ac6f988063bf5852599f885ae76dc3a825e744d78b97ccd07a738d0a74bc0fc9d2197ac759747b4700033cdbfdcc76c99642219d84d6b52773d7b6fcc0f34d7fe3d122335a00e30d425ff8fe3ab8703cff49c4561b06cb59ad40c9dc593d0ddb8ad8306ed633d79cd8c17ce5d9d6c6b503d7fecbc6f67cef017633b51bb0383067f6caffdf0070e25c6a986959f6daff8fc33809333dcfb5a7b64b42f76f0273597c7091c05e59ce64be9a3d8be88f8516e66ab681e8fc26583fbbd2729ccbb9fd7f70ffef833b1dc6d6a67fc16059389585b08d53a37e90b792aec89306ed0c2281379fad00305c1a39480c56b78cec4cfd2bb3a62a10563327182bc8dd5e57d6b9179b34be79c93d6c1324231ae995b9b49fc49b3b167332711bb0328cc7f26bc7a5c509e5d31719cdb5978e6f3f2508cb89636d96803381eb38b52848081b18204b0120ff887181042faeea1e46e6db06b802cfbab06b6b7b75613206c044df7ee5076b28def9ab7b6e22aa19f1579e2bdfbbff72be624ebfcd4e9fe21b7404a8eb86d9f11c0bcb9d439d4ee70b9b7994749e27d53f0321b48775f37dfec893cccb7092da177b1ab3f0dc5236ee82fa05189e51ff74bf242834337dfbcafc1c9a856fbb53d3b29b69c29acd05a92b3d4ab9b5ebf88ee52c9abe4ec0e5cc752f5e4bdbbf70264d06cc6c9f590d54f773e8826e03832ca7a53bd18d3bffedf791cef160b150b467f53c707b9f0e5581672fa6bf5694cc24ec06fe7c6907d38563c2b523709ea849035953a0287bbd73f4ee58c917dd1d13197698cfd8544110840e07f7c60c86e8085ede52d3ef7f00a8b451ecb6cdad18be370101946f080cea695180d6f7237e93150dec33fef7a37f832ce716c024dedf091abb2954d788413e557f6f5b00787a1b1be203dde06fe20888c3e59ffefed1b71ffef1ea1f7edf58fdbcfce0c77f7df7c9f7ff5cfcf5a74fbb7ff8e66f1ffc00b3271b3f49817b7721d04949c0c5c830860cf6f11e04f4f3fde1a4180405ae4e45ba29e8842debcfa6550372411047cc52e93cd79630824730e48734023df9b1a62d0a0f4c11f9301750748c535620efdefd02470eed81, '2017-09-23 18:50:34'),
(101, 101, 'audit/request', 0x789ced58cd8ea3ca1596b2bdc9264f807c853473d3180a9b1f6359f7ba3176336d1b37e0db7da52ba13254db8c6df000eebfd13c4e567980aca22cb38912e529b2cd3e59e454016e7767baa549a2ab2cd2521ba83ae7549deffc7c05d8406de3636e6846e37a83f315c91b5d6c48c6c74fb98124a39117b8d8e7661a914637366449eae654a391910f7b921767044724633a48a676606a95e64503c43a4663938678533f5373619a24242ce234a947d684ec04bc896f48a3320d3205490a61439265b162a34643a257d568e030243b66ae6534be11bfa986d32c5ec6a54d785a15c5ce10c5a7abcb46e34e08f3ec5a28d23561b2ba6e34e40be1bde55ddc5eccbf376f86e6c3d5e06c7f71975e5948dacdf5cefda5e0e9ee60d1be3873bcfeeae27e7bff6e6a7db84ab1bdf61ef0d446e4611eed2fdf2f3be47cf7eedd2846d3f1cd45af57fbb7cf4926e0253854ee027c99a40ff1668345a529716f26388c9322cd575dce06bf371c0c708ec75d71480a901ca86fb9fe6eb7219764711e17a2d2d29a2d957b737ee64fc627dc265e136e44c275fa96335759ba25a22a35a5660b21b989508bf3f035cee24aadc6e74ea8c24722e136ae3006e4af26e33380ce2d27e9a846237d4d329231a0d1bf622b86e05a86370b82c395789db1e045e22d59885b9c80e34281171b22c64944eed8424a1d458124611ac5c9920dc352cb877877c2450432b12027dc227b26bfc1c9720f26e9701bf6421261ee9d90a4fba12735f593386237eac9366737ed933c6637729525619aae63a6dda2aed4e67a6067b9e872e13ecb604bf7bdb937e8728ee9599e670f7a4a3b42614727b24e224d6f6b0a8e3052485b0dbb74af78bf297ad791b25e6ee270abe38dbc7d4fd4ddb5ba4da3f70875b9d9d9acb2843eacc9fa468ab7d7b91caeb5d64a55e4b8a3ee73a9cb0534357b610b6964a1445a4b8d5aa1bc08b1a4295a142d22a4683ad2e485d2eee852843b32c60b1511bd8d88aa120d69a11c862ae65b7d19fe79ed34868bc4b74e73b82a744896d91a7085513a8baad9965c4e9ff3d2803fd578b9c59f0e7924f39279c95b9aafc3f4941f9a135e3ae5cd213f845f90825f931f4a631ecc0f10df969abc24f3a703be7fca04ad72255e1b34ba9fca386624dfa5494e8eda864ebb062dce2b6196de42a645c2e97d5d3c001d54890ae95c25a375b78b33daa3724386fee2aff6271cea70d3f4062e3ae224dd50644392b8d1c46746a04b98909844302131b374c33201564b52212fd20cb20cee422a71c26df77901957103dd286209b883fc16602a5cf72478ca48fd50e5d32cc3cb2d669d84596476ea6663566dccbfdfb131190aac207785b82ab61b48b615ce7252f4e6fe50d0990ea2180cc862bf147cbcac77af7420aae13551118a505dc0b5dc609fe1ba99c2926da55ebc1618c7c99a6d162cbd52a9111516ab64166f6272fb6d8197bd676b4310690cd37d513ad9a17d17e2288680d632cdee85b820db43a3ae37a60038f56a3f8665183610fd1f1daa6c1e060ca3d4312b6b36187bf3b6f6a89c9be10c6f4bba313ec686549243b9370a60d5d74ed3e8fe91c760379ee57e6fb974a855261c38e25a03dbb54c3ff0fcbe3ff72a4e018aabc8ebccf76701747dffb364a65402a6339d8211db99becc6820e35b533f185bd3917f76cc6874cfcc4cdf34ad99ff94d70e938e6b8fece9abeca655a25781e9b9c3c077ceade94f4271350e738038e88fc0cdff0d9e93d10111d7ba985b9e6f0d824bbb82ffb36447d38ca9b8d6d07269bafc97284f969e4439b0a6a633b0a7a35779efb9d2b83f1dcd01e07f8bfc0ea9643aceb96dfd9f027f7a0a6467e359bf4c404a5ee23ecfc4459c18e50f7dcad91dfdad8bbd6c5c81678fa6d0a45c1639488cbaf4ea6967e85ff6cbd91684b5bfa34c24cacd7653d6b837f324be7bcb3d25539a1195f6b43fb13edbe31e45fa83815b3527c378ae3f735cbf6220fdd0d55c6be2f8d6e714e176e098f309ed88aee3f875b58a73382ae72210e396900c8b1eb0495e576b55c381679e59e56edb65613ee9b1577e3083e2b5af8e60a2a6ebc92f5c573ef27f52356000fd3edd7f47eef016ba55334cb7875898ae0d753ab4a1cd57882ada0be65f6921ac6b3477abdd33246b9461254597da5abdc3038dcddd31c3457d95ea5f606c191d5902a8dd1f8016ddaa4701bc71d44375bb1af57debb2ff436003a8eeb06f5ad5e1cc1cd9226aa267b939731ddf319d71754ca25de8207514d889e59f398732a95897faf7da66d0a3fedcb5193ae84bbdfff6d85a15c33a7eadd7b17c122a9d1d5703cf1a0fbf5415e98f7ef8f6c40a8663a70f004480a3a4a28eacb6f4664be9d0bf43d41fc5e99bf9a3203d0a41898d2cbf3a26b1c28ca3c6f159e980f1d119a9a6060c0f1f993fc7ef5b0a639ce5a272b5268aaab6812eaa899a33585281d597a9a3ca9a8a3f6af99769a46a51072ea9355ea6946adface797ad877e82f84ff905e0ac8e9e8fb62100140800fafc17bffdfaf7bffcf9e55f7ddd98fe63f2d59ffffe875ffdf16fe35fffe5bbe6cf7ef79baffe04f0d72769da29bcc71068b464c0317a92c446fd552608d87799a3af32880e66a4d867c93c632f34b2f66aae555513043409ca9da2c3093d87379e08dea9421681b6fcdcd20287ebda10fd9621e2681b27f5d9e6d3a77f02fa0e7892, '2017-09-23 18:50:38');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(102, 102, 'audit/request', 0x789ced585f8fe2c81197f27ac94b3e8145e4d3ee1de07f181b23a40363187606ccd8e666563ac96aec1ef08231639bf9b79a8f734ff701f214e5312f51a27c8abce63d794875bb0dc3dcce487bc9459192d52cd8ddd5d555bfaefa5535c8901ac6c7ccd08ccad51a654b9c55dac8108d8f8f9921894625cb51becbcc24c4957664a8a2d8cec88a4a8aaf7738cb4f300a714ad7480ad10353cb24cb2b20d6322aeb2440ebf29da80b92cd060779946cca9115c6db1a5a4737b8c254834c8e37796d8d378b7c494615a3228b2a9d87c700054b5c235269b2661bc5e8ae8616b82392f7a65149d26811157bc0db32cfb786201c5923ab4665b75da4607f2dda6438d8a5b8c6bccae842a3229546ee329c12fd9bc21119e6c6c943b45e2341ad8bdc9b310aa24d9e64cb363702e3d71c0c70b6cb5d7292e84bb2df7ccb75b7db35bec0f3d328175445ab2b4deecde989373eab72eb6885b9210e56c95bce5ca6498c85a65817eb8a24c975495238175da13462cb0a0b0e30e5f75b0a9d02d020d8240a10c157b8abdddeded6ae9234aeed52c03280330c193c2808f096faa2030c39becb85651eafab47ebc9c8d777cf47e375fbba23d65bd5280640845b3cdfb247b4dd2caa5f095fd1799d28d7489c5ce114a7745fe9c7272104e0428ad6730c872a5ca5d4a790681562b401adb51ccdd758883621bea39eaba5f535ea52b459d061d86af1106dab5c88218e735ce5e6e933f935da2c76a0920c37c016bca9cddc2ade14f656a3903e34ab71461f1ad52ca20f32032d48925554404d5c29d57540cf62dee620805230e9be3373fb6dce365dcb7547fd8eda08a5a0a56359c7a1a637341585485271a319b489ad68b7ce3b57a1ba5a00c4b18ed672fc0137b757cd38093f48529b9b9e4c9926e97a85573762145f6572b0d294655395a3567397896dce0fb2f4aa13289286e76aa829cd5009e47980444dd5c2701e4aaaa64b9a3c571b2d5d0c514b4668de94b0de9070b38935490be42068225ee9caf09fd77a117c89bcd2cbe05b2543b24cf7806f1825b3129b55e462fa9417fb7c4fe36585ef0d7849e645f382b7344f87e9093f30c7bcd8e3cd013f804f90824f931f88673ca8ef4b7c43acf3a2ccf7fa7cb74705ad62275eeb57da8fc539a638db2690aa4f4847259c43b2e1b2364d6e21d2c25aefbecc5a800ed2b30979c482d1badb4629a6d92d036978cb5d95935adc24b9812f5de244dd50654314b9e1d82bd9c6a46c631ed8a609bb6d925a96272944193c513eaa72f12ecb81406e80cb421a805b88ef1a4c05ab8e086f402fec85c5d334458b18d124a41aa99e32bb4d96dd1ecb6eb9f1244f21d89628cd70de9979839a4e0122f824bb7ccfa2490a1809280c6b518ee37dde97d4ab826b65ba7dc7b8740da07e679375e67ec0308a35dd301c819e376f4b038be1294a51fcb46448fbd2d04bc27b32a19447c45ce2bccf252c9073d02d454104378b5897cf6b1f2cf7fcf67cf6ad7933301f2efb27bbf3bbe4d292c4ed4c6fdd5fd45cdde9cf1be727b6db5d9edfc7f7ef26d6f56582462bf7014d46127e9885bb8b0f8b163eddbe7b378ca4c9d9cd39aff4e1ef4bb0082f92f4de8fc28ef425858478cfab3d0a2b0cf36abf231fcd1098d9c4f192149491d1a3c1ebfc9e4a96e4d5c7d45d2e4fb803a614bad2631a2810293f8fe39d0eb54422e575effbd33208f9b2b79fd846bb069dc5d9415666a9c6d078aa81740da80850484e76b080c341e6f1f19186a96b39df5a0e4540a7d1031838567fe458a6e7bb5ed79bb9fbb64064c69d78ded40797bd4fb61e2a1330edc904948cecc9cbfd07c878d6c4f3cfacc9d03b79d67fe8a5a2ae796211759e639f7daa0921505249db190d4793d75a114564a2b3e9d0e9f62d7f34712d73e658be639dcf2cd7738ffa91d29719c0e4778760ea7f4f535262e7bd9f5a9f95e37bb8baa6694dbd9fbd3521c6d2fd1c6b603924d8fe4d0d8a2c1e39e25b13d3ee8f26c357bb94e78bceba93e10c8ef627b52a7b284ddb3e1d59ff6f58fef30d0b25bb69b7600fd26a08bb2c15e6d1c6283ec85b469fc867c90d05edf9ee6838018a73ac274c4992be9cb607de45b79855e058bb5bd2370872bd519735eecd6c13ddbde58e5b1f12116cf5a43bb63ec99007916ebfef30d6338ce7eba7b6439313d247dff39c638d6dcffad44278ecdbe66c4c38c1b1ed6229ac106670a3ca046863628c5324b8502fb2928019ebf92e506c616da348cc2386bef4fc2924efe8f2094c447539f999fbca4ffc1f33be06d0ef93dd37f80ec5c093f52089f767613a23c8d3c1088a044354d55e50ff0a8550d6a86f97db67489628c34eaa2eaa7269e1be08ce9cb3921b5e51ffe31e9030d0b0eb5917ddf750653ccb19744d8b956c733812a4baf42cdca68eedd96651e358f1db4b3d39abb1e59dd8fbc8676598980cd3ce7b28da0ee3c032a0a5c3da9933fa69ce48fb83280f4169beaae3086f9dde107cd73a1b7cee52d20694d67ba3b1e50fceec2eb81c027262536ac9cd8652d71a5a0bfeed8fee204e7e4a390892ee1df2646879873e7a0fe2ff6213487bc0b27821782936797a7f57694d5cccd93996a58ce98382c626caaa46f31fb4be5cdc98c9acc295f22f173a06c7beda952b5e2e7acceefd394aa4effb972b2030f1c7c8108f744374112020ea4e7ff5dbdffcfed7bfbcf8aba71b937f8cbff8f3dffff0f51fff76f6fd5fbea9ffe2773f7cf12780bbbc3d122e730f11a8110600c748a7cc0e1a867c9ffe4a787ce1f3fd14e7bb74334be90559d65e4d2416053e0d8cc252697f35cde0061dc21d3da027d0909f6b9aa360552a223fca011fc4d1a6ecbe1e1fff09ec034e2b, '2017-09-23 18:50:43'),
(103, 102, 'audit/request', 0x789ced585f8fe2c81197f27ac94b3e8145e4d3ee1de07f181b23a40363187606ccd8e666563ac96aec1ef08231639bf9b79a8f734ff701f214e5312f51a27c8abce63d794875bb0dc3dcce487bc9459192d52cd8ddd5d555bfaefa5535c8901ac6c7ccd08ccad51a654b9c55dac8108d8f8f9921894625cb51becbcc24c4957664a8a2d8cec88a4a8aaf7738cb4f300a714ad7480ad10353cb24cb2b20d6322aeb2440ebf29da80b92cd060779946cca9115c6db1a5a4737b8c254834c8e37796d8d378b7c494615a3228b2a9d87c700054b5c235269b2661bc5e8ae8616b82392f7a65149d26811157bc0db32cfb786201c5923ab4665b75da4607f2dda6438d8a5b8c6bccae842a3229546ee329c12fd9bc21119e6c6c943b45e2341ad8bdc9b310aa24d9e64cb363702e3d71c0c70b6cb5d7292e84bb2df7ccb75b7db35bec0f3d328175445ab2b4deecde989373eab72eb6885b9210e56c95bce5ca6498c85a65817eb8a24c975495238175da13462cb0a0b0e30e5f75b0a9d02d020d8240a10c157b8abdddeded6ae9234aeed52c03280330c193c2808f096faa2030c39becb85651eafab47ebc9c8d777cf47e375fbba23d65bd5280640845b3cdfb247b4dd2caa5f095fd1799d28d7489c5ce114a7745fe9c7272104e0428ad6730c872a5ca5d4a790681562b401adb51ccdd758883621bea39eaba5f535ea52b459d061d86af1106dab5c88218e735ce5e6e933f935da2c76a0920c37c016bca9cddc2ade14f656a3903e34ab71461f1ad52ca20f32032d48925554404d5c29d57540cf62dee620805230e9be3373fb6dce365dcb7547fd8eda08a5a0a56359c7a1a637341585485271a319b489ad68b7ce3b57a1ba5a00c4b18ed672fc0137b757cd38093f48529b9b9e4c9926e97a85573762145f6572b0d294655395a3567397896dce0fb2f4aa13289286e76aa829cd5009e47980444dd5c2701e4aaaa64b9a3c571b2d5d0c514b4668de94b0de9070b38935490be42068225ee9caf09fd77a117c89bcd2cbe05b2543b24cf7806f1825b3129b55e462fa9417fb7c4fe36585ef0d7849e645f382b7344f87e9093f30c7bcd8e3cd013f804f90824f931f88673ca8ef4b7c43acf3a2ccf7fa7cb74705ad62275eeb57da8fc539a638db2690aa4f4847259c43b2e1b2364d6e21d2c25aefbecc5a800ed2b30979c482d1badb4629a6d92d036978cb5d95935adc24b9812f5de244dd50654314b9e1d82bd9c6a46c631ed8a609bb6d925a96272944193c513eaa72f12ecb81406e80cb421a805b88ef1a4c05ab8e086f402fec85c5d334458b18d124a41aa99e32bb4d96dd1ecb6eb9f1244f21d89628cd70de9979839a4e0122f824bb7ccfa2490a1809280c6b518ee37dde97d4ab826b65ba7dc7b8740da07e679375e67ec0308a35dd301c819e376f4b038be1294a51fcb46448fbd2d04bc27b32a19447c45ce2bccf252c9073d02d454104378b5897cf6b1f2cf7fcf67cf6ad7933301f2efb27bbf3bbe4d292c4ed4c6fdd5fd45cdde9cf1be727b6db5d9edfc7f7ef26d6f56582462bf7014d46127e9885bb8b0f8b163eddbe7b378ca4c9d9cd39aff4e1ef4bb0082f92f4de8fc28ef425858478cfab3d0a2b0cf36abf231fcd1098d9c4f192149491d1a3c1ebfc9e4a96e4d5c7d45d2e4fb803a614bad2631a2810293f8fe39d0eb54422e575effbd33208f9b2b79fd846bb069dc5d9415666a9c6d078aa81740da80850484e76b080c341e6f1f19186a96b39df5a0e4540a7d1031838567fe458a6e7bb5ed79bb9fbb64064c69d78ded40797bd4fb61e2a1330edc904948cecc9cbfd07c878d6c4f3cfacc9d03b79d67fe8a5a2ae796211759e639f7daa0921505249db190d4793d75a114564a2b3e9d0e9f62d7f34712d73e658be639dcf2cd7738ffa91d29719c0e4778760ea7f4f535262e7bd9f5a9f95e37bb8baa6694dbd9fbd3521c6d2fd1c6b603924d8fe4d0d8a2c1e39e25b13d3ee8f26c357bb94e78bceba93e10c8ef627b52a7b284ddb3e1d59ff6f58fef30d0b25bb69b7600fd26a08bb2c15e6d1c6283ec85b469fc867c90d05edf9ee6838018a73ac274c4992be9cb607de45b79855e058bb5bd2370872bd519735eecd6c13ddbde58e5b1f12116cf5a43bb63ec99007916ebfef30d6338ce7eba7b6439313d247dff39c638d6dcffad44278ecdbe66c4c38c1b1ed6229ac106670a3ca046863628c5324b8502fb2928019ebf92e506c616da348cc2386bef4fc2924efe8f2094c447539f999fbca4ffc1f33be06d0ef93dd37f80ec5c093f52089f767613a23c8d3c1088a044354d55e50ff0a8550d6a86f97db67489628c34eaa2eaa7269e1be08ce9cb3921b5e51ffe31e9030d0b0eb5917ddf750653ccb19744d8b956c733812a4baf42cdca68eedd96651e358f1db4b3d39abb1e59dd8fbc8676598980cd3ce7b28da0ee3c032a0a5c3da9933fa69ce48fb83280f4169beaae3086f9dde107cd73a1b7cee52d20694d67ba3b1e50fceec2eb81c027262536ac9cd8652d71a5a0bfeed8fee204e7e4a390892ee1df2646879873e7a0fe2ff6213487bc0b27821782936797a7f57694d5cccd93996a58ce98382c626caaa46f31fb4be5cdc98c9acc295f22f173a06c7beda952b5e2e7acceefd394aa4effb972b2030f1c7c8108f744374112020ea4e7ff5dbdffcfed7bfbcf8aba71b937f8cbff8f3dffff0f51fff76f6fd5fbea9ffe2773f7cf12780bbbc3d122e730f11a8110600c748a7cc0e1a867c9ffe4a787ce1f3fd14e7bb74334be90559d65e4d2416053e0d8cc252697f35cde0061dc21d3da027d0909f6b9aa360552a223fca011fc4d1a6ecbe1e1fff09ec034e2b, '2017-09-23 18:50:43'),
(104, 103, 'audit/request', 0x789ced58cd8ee3c61106727572c913103208ecda92d8cd7f51106289a234ca8c4485a4bc6bc000d1225b235a12a925a9d9192ff6717cf203e414e4984b90204f916beec921d54d52f3839d0d6c27410e1960f8d3dd555d5df5d55745110babd6bbc232acd6664f8a2d2d5a7d6221ebddfbc2c2c86a1525294f859dc5b4d54f2c19a17ec1245a397d73a2457941494c732ed3636a60669b15650b56f5acd63e8bc8be7967daa22c4d69542659da8cec283d76c83eb9a16c44d6acd6e9789d83d24e9216343ae5b4536f557011ab851bd15341f30eb9a669a55e86b979f66db2df1349eb22e1c59c44495a66c5b62fccd292ee0518105c5f782d60146239d45f0ac3e3714f5fd1f565524a9a6274155d78717911ccafdac23ed951614aa35df652b0b77976a0928ebaa8ab602c773156049f6c489ed462cc02dd6a9128a2476e8e092729e96d296dcbc3be4d609f2422ece0d22d1bf9fcf6e9e861df7f3340dd5e3b39c099a4b7747dac1fc931bd6e7f267dc6e74da6dc60fedfd09ce6ec4d034f6fcbf26849d2d9e152046ec9c97e4d49b495d624dad134664aa5829665925e4b37097dfbab241ea8dc795a637b87a65116c3023e0c1b5d7f9b1cdb424c011d256d0bebfcc9fa3d49af4f60261b56210434edacfc364d2b6bdb49cc1ff4f6a1e00f6abb48f8835cbb2ccab25dc2a5151dc41b7503d073bdee0b80801c4cba1bacfc715f706ddff1fdd978a0a9318e7a26954d1a1ba66a68242658a3aa1ef599ade4b42f079b58db5d83830f26d9cb876fa87edce8872cfe06e3beb0bc58d69af09b1ddddda0e4b029e46867285b5d93939e7e2a505f08a322df0c22051b74adc586a2c74a24af23820ccd88e3758c35c3c486bcd6d49e8962d2930959eb989a2aa6ba4e0d6c447214e944548632fc8bc628811b12955101778d0dc932df03ee30ca66713dabc8d5f4a588c6e2c81065451c4d442c8bc87e253a4660c2f4429cd873118d447b224ee00aabe06a8b13742582fa311655d415912c8ec6e270c4173ad54ea2316ef5df5771cc6971cc20d71ea4b2ce5219cb56eb756799bd059cc59dd15d9376e03ac82f1d12a186a2737b4c72cad353062806db535bc03d6191ddc0cdc402322d4db61012a6f3802b51ac960db0a41d3b0390667b8e04d82dcd3a4599e58032788ad88ab67038152530c00d5044cc0178047477602ada0d10bc013fd42f359e9639b93e109e825c23d75311046c0b1b42627482bb63c537ea832c05b06d490ef9315805938ed99cd7a72518da80545640a4c2451c6d8c485b476abcd61152e87abd41916ea82ad1558a904601213d4dd3a238ea612da686bad9e86b45536433de6013ff245c4ca6a2618b235b349138c2a22db3c0db487434473475004d8a44a42c457bf46b11690c0180a389fa9641a0877aa209785045c5fe529ce03326fac29194db81d417189f64e9fe8ea38481243b95b4095e4321491ad3db33f335ac0eb16ed584f3755405780fb8fadaafa4ecf39065554233a6e6c5cb2646d5e092e4e4f0b016e173cd1965f1ddfd04eced3bde978ec786145ecb18aa3d673cf31c3b08fd6018ac7cce2f560bea575d9a2e8260195eb87ef0c152a5d50b6c77b100253377f1e17aa5a07ae16a39f58663279c2d7cc75e794ee839bf59397ee03f2a5a8dda15581c0ea7ce22f8dfa85cccb9dcb0a16d3bcbe03f5ebf5898f97e9e33713c16ba7f4b1593d1a36384cec276c7b3c5f4a3a5eca9d0d570315d416c7e543d3b3bd276ddcb99f3ffaaf6dfaf6abc075d0e838ba61e49a72297d6496a5517f656f02776e5413b5348e8cfa60ba00b8f470e80d1646d33ed4e8257c36a5681b00e8facb8487257edca86f0629526b72f85c7f59121a2965e0ce7ce07d9e67ec9703cf66aaab2aca7f24bd7e3a909c963a266ce73e66ee07c48101ec7aebd9a03cb849eeb56a22021ada06f2e24a875074a7322f94959156fd6d6d7b415faf6855359ab5669d92c00460c9cd741b884d49dbd7ee026a6ba99fc81fbca0fce3f9f2d1aa7df65a72fe82d3900d175a3ec708e85edcd204f27b32ba7f1a8a63fa3fe7902e1b5ab7bdc1e9f38b271326ca49948531b03cff564e55d71473364fd4b7a3a5748463fd361e0bc1a7e05352270bcc9d076eafec99ece24dcc54fb0b6f4dcc0b5ddabba9361ac725ef520507327b870c775e8a74ed0d80bb3de5750fcbc9aff1a30e37bd19537fb3127c1e71034ee57b48f6978e46993f78fa1ef5c4d7ea02436ef2d0f6673279c5cb943386e0c4e433aeec9d07975a1dfecc1df3966f7cbd9d7ebfd42d6d534fe6a1a09461bbc1f78d05934345eb7c4e63d93d718e17c5e1fac21f53a1840edf544c3ef3c1340ebf3345f23a2e6fa66fdf3945fd3c999f71b89e7e9bfb69bf3734513ecb3fca7d602e0a47789851ee9067f3347401c2e7ff1db4f7fffcb9fbffa6b605a8b7fcc3ff9f3dffff0f91fff76f5dd5fbee8feec77df7ff22768329b3e9365b57f1f0283a5031c8cf55fc46a7ea80843fe53c5e3e6300c735a9ef27495f3ef09d9788aac4dce9bff0a5a35b38561123796e273175bc007470c9f34118f802a7f0ca3ec470889c487246d52e4fdfb7f02e8b825a1, '2017-09-23 18:51:14'),
(105, 104, 'audit/request', 0x789ced57cdaea346165e64b2cc3b204b48dd19db146030c673a5b171d9d7e96be301dcdd9122a132946d620c34e0ee7bd36929ab6c6633af32fb196934db19e52df20023cd03cca9027c7fd4b7a3244a94c52c6c8a73eafcd4f9f9ea404cb967be2dccbed9dac6a4d8d3a235242632dfbe2b4c1999ada224e5a9b0d290b68691a920342c98442ba7af4eb4282f290969ce65064c0d70f66951b660d7c06cc56940e2e69d690bd224a14119a5494339509a75481cbda68ca26866eb94ed7250da89928206a79c766a530517315b72237a2a68de213b9a54ea15e02dd2afa2382692d645c2930509a2a44c8bfd509827258d052008b62bbc1464e4cb8aaf3f15465916d31774f32c2a254ded77555d78f2ecd25b5cb585383a5061468343fa54b0f6797aa4928ebaa8abcab2d295655570c996e4512dc63cd0cd1609029a71770c384949af4b695f1ee336013b5140d8c1a56b46f9fdf543ea311ebeba40dd413b3ac299a4377493d54b9225bbf6a7d2a79c6f30e57d16ff2dcd69cede3430b52fcbcc94a473c0a500c29293784349b097362438d024644aa582966594eca42809e9350f9cd6f8dda1499086c0e46430b2fb2acada4248a1324ada1636f983fd314976277091917b107e9a74d66e9b2695a7ed28e40bbd7d2cf8a2d72e22be50ea7005697a88b8b4aa81b946dd05e8d96d8602643f07976e2ed6ee6428d8968b5d773eb9d07aa11c0c0caa1834ec1bbdbe4642226bb4a70743e62b39c5e5c536d40e3b08eed120b172fc92ead9563fa6e197b23c145697ab5a93fcea400faf5174dc164a70e8ab7b5d53a2817e2ad050f08322df5e84c1b61f689ba0176e748454bad96c51a0f77b3da2f728421a0d37e140d3b4200c06b216d27e6fbbd537aaa62a46b8950d9988ea48819fd81f47f040a23a2ee0a93192a2701bf0042ae3ca3557552af67426f62d716c890612c7b26829a265891612b186454317d12441225257a235fe4c449a389e00499cf6de8816160768201a6311f544d57a2e4ee5ca8ad89fb486efaa1ce6b4c852e8b13b2dacb1169615b3f5b2b34adf407d859df14dd36e1036e82b1d1aa02e417c9d4539e56da940b37bfb535b9007c2327d0d0f431690616a8a8990305b785c896ab62c2847dab15228ce34e65500d692b45394690e1506ab80ed680bc7535142e7bf06680879f16550d51d6005870b046f800bf54b5d4bab9cec8e84b71ed7c8f554c00066c1203444c7bbc92a9ce9dde94e28b43dc9a12f2ed6deb463f000b1f8a4a7b252009b9bae09724a2a2aeff606c934385add645f04d5e16288e9176e25669d49a65909595ccf93a78d831575457272bc0bc0f21968c7697873cb00e32e769e638791540ee02ca50e9ecc1d6c79beeb8dbcb5cb1bcb6c0168d7787ce9792bffd276bdf7e2b3566fb0ece51294ccede5fb415a45f5c6f56ae68c26d89f2f5d6cad1dec3bf84f6bec7aee3da46ed4aec1637f34c34befb701d72cb8dcb19165e195f78b83364b33b7e7e0297658ea7e36742be8de117cbcb4ecc97c39fb207e3f14ba1a2d676bc8cb4f02f173102ddb7e36c7ff87f25f17caf9c0b51a79970d084ba72297365162567fecade02bf6cf1376860edf9dcf9600130ecf1a1445d3ad0ddb9e7a2f46155785348f3286a892d2ed7595bef0649d44d74f85fb9702ab865a7a395ae0f7a2cced96d164e2d410659a0fe557b6c35b129ac6400dcfc10bdbc3ef1384e5c4b6d60b4017dfb1ed4a1424a4350c898504007fa43427921b95d58dc540bd862bdfb52e71e56daf6ac7660320a1875f7afe0a5a76fef24e9898ea86f923ed2a77cebf982f9ba0dfa4a73fd26b720480eb06e9f19c0bcb99438f4ee757b889a8a63fa2fe71e0e080d1cdf6d98340364106439a8134ad71f07c8fac9d2b1e1638f60fc3d2edddc8b06736f2f08bd1e7703978d8998e2c5c4f0dd66c2ec95df941b1ad1cdbb32dfbaabebf19a49c77ddc9d4027b97f6a4cefd0c7b8dc3c0753e875bcfa9c1afa966f95674edcc7fd251e473129a04a8da8754dc8bb5c1c726dfc557d31f29291bb7ae7bf305f6a757f608ce1b42d4902e0f14dde877b58171ced8ed56f6a176bb894d334db09af18181069f02eecc130d80137879cb3dbf3bdd6bfc5ed86dea4335705e670240bd6634c8cefb00b43e0ef07539d428dfec7f1cec6b3039237e23f138f0d77e7364ae400272ffb36f0140a4b79189eee98678b340401ea6b3affff6cd5ffff9ef7f7c8fbffd24411fadfef5d9c77fffe4bf6fbefbcbe0cfbffbc3f3ffc070d9cc97aca7dddb14f4592fc0c1d8d445cce69bdcf7f957f9fd91d0f7735a9ef2649df3115ae93facaa6dcee7ddaaac6a5cf3fd286c3c95cfc36b01337608537cc033d0533e549fec7b5b22e1314a9a09e4ddbbff017f25e259, '2017-09-23 18:51:27'),
(106, 105, 'audit/request', 0x789ced57cd8ee3c6113e383efa1d080104761d496c922245511920124569e41d890a49edae0103448b6c49b428924b52bb335e2fe0932fb9e455724f8020d7047e0b3f40803c40aa9b6ccd0f66d7b00d1b3ee420b1d9d5555d5d55dfd7456cca3df36d69f6cdd636c1e59e94ad213691f9f65d69cac86c9515ae4ea59545a4358c4d05a16149355a0579752265754970440aa633a06640b2cfcaaa05ab06662bc9429cf0776a2dccd29484559ca57ce64048dec149fc9ad01945335ba77c5780d14e9c96243c15a4d36c553215b32573d553498a0ede91b436af806c917d15270996b42e129e2c7018a75556ee87c23cad4822c084e078c24b414681ac04fa536194e709794136cfe24ad2d47e57d58527cf2efdc5555b48e2031166243c644f056b5f644722e9a88bbaaa2c2b5d5956050f6f7111376ad403dd6ce130243973c7809354e4ba92f6d5316963d8270e313db8744d677e7ffd70f6980c5f5da0eea01d1fe14cd21bb2c99b21ced35dfb53e9532637a8f13e8dff9614a4a06f1a6cbcafaadc94a473c0a510c252e0644370b89736383c9034a246a59254559ceea4b020b862419735ee7887a4611681944dc32ebbafe2bc2d44044aa3226d61533c589fe07477021fe9740fe24fd2ceda6b93b476b51d476ca0b78f251bf4da65cc064a13af30cb0e31d35635d88e9bbb003bbbcd5080f417e0d2cdc5da9b0c05c7f26ccf9b4f2eb45e24870383280689fa46afafe108cb1ae9e9e190fa8a4f4975b18db4c30ea27b3470a21cbf247abed58f59f4a52c0f85d5e5aab124bf3a90c36b141fb7a5121efaea5ed79478a09f4a341482b02cb61751b8ed87da26ec451b1d21956c365b14eafd5e0feb3d829046a24d34d0342d8cc281ac45a4dfdb6ef58daaa98a116d6543c6a23a52e027f6c7313c90a88e4b786a744a51d81ef084592a951ba9aad4e2e94cec5be2d8120d248e65d15244cb122d24da9a2d1aba8826291291ba12adf16722d2c4f104a6c469ef8d68d9e2000d44632ca29ea85acfc5a95cef22f627ade1bb3a870529f30c407607c31ac5b0ac98ad979d55f6060a2cea8c6f38de206c002c1d10d0d4a07d9dc70561b85400edfefed416e481b0cc5ec3c3900564989a622224cc163e33a29a2d0bea9174ac0caa334b5815c06e69d629abac800a83514857b485e3a9ac00faaf811b22567c3994750744e1e102c11b1043f3d2d4d2aac0bb2366d86316999d9a19605bd81010d1f16ff29a687a77e00985b6c70500e362ed4f3b060b108d4f766a00027e73d8c46944aecf68e74c06c76c3520fb22accf964048bff06a2deb3c659ab5d29c9a79f294bb574fae70818f77f9573ef3ec388b6e6e05b0b767bbcf6d974ea98cbf69425d7b32776dcb0f3c7fe4af3d062bb3059cddd0f1a5efaf824bc7f31fa567ad596039cb2518993bcbc7395a45cdc2f56ae68e2676305f7ab6b576edc0b5ffb4b63ddfbb47d4dcec1a3c0e46337be9ff36d89a06973936b22c7be5ffe29c4dd3ccf673eda9edd2d4fd7ce656d0bd3304f6d27226f3e5ec83f4fd50e96ab49cad21313f89c3cf51b41ce7d9dcfe3f93ffba4cce1aaed5c8bfe41c2c9dca42dac4a959ffd1b7928de83f4bd8993b026f3e5b024fb82c6b50141cae5cec4cfd17a35aaa429a4739255449e9f6ba4a5f78b24ee3eba7c2fd3b815643a3bd1c2dec4769e676c96832711b8e32cd87fa2bc7659804d41888cb5c7be1f8f6638a309c38d67a01f412b88e53ab8286b48626b19480df8f841458f2e2aabeb0680fdbf055e0599776ed6dafc6235f0054e8db2ffd6005989dbfbc13266a9a0b7fe4beca9df32fe64b1ef49becf447728d8fc070dd303b9e7361b973c0e8747e65f38852d278d4fcfb99835d5add7c9f3f08240f326ca41948d3b983e78b64ed5eb140d3cafa415e3a5f8d947a6623df7e31fa1c2e07df76a723cb6e7a066b3697e4aefca0d656aee33b9673d5dcde9451ceabee246a61fb97cea449fdccf6b9bf20753f875bcf6db88f17b37cabba76e73fe524f239053cfcaaf6210bf7226db09e29f0ecabe98fd4948d5bcffdf9c20ea657ce088e1b41d0902e0f94bec2ee3684907cced9ed72faa976bb90b6333c5ebc83a0b4c11a813b2d05a7700c2f6f99f777db7b8ddd0cbb4d73304ee84d3280d61b01e7768604b0fa7e8a6f2aa2e179befefd74dfd0c999f3b9c6fba9bff19b71734d1350193ffb1e004e7a1b9be89e6d88370d04e4613afbfa6fdffcf59ffffec7f7f6b79fa4e8a3d5bf3efbf8ef9ffcf7cd777f19fcf9777f78fe1fe82e79834951eddda6a04fe10007a38d1736f9577910b0eff2fb5d611014a43a15e9ba603db4d27f5859db8235bc756935cc160471c43d95cfed6b094d76046d7cc832d0533e54a3f48b5bc2d1314e3944debdfb1fa103e24a, '2017-09-23 18:52:00'),
(107, 106, 'audit/request', 0x789ced58dd8ee34a11be002ecf3b58912ced1e92f8df711c22481c27939d240eb6333fd2912cc7ee24dec476d6762633bbacc41537dcf02adc8384b805f1163c00120f4075bb9dcc0c3b0bcbe11c7181b43bb1bbbbaaabbfaafaaadabe2ec8fa875c6fe9b5d5cecf3728af757c9dd73f7ccc7581d76b79e11787dc484354eb44bac48b9d1c4bd432f4ee80f2e202f921ca888c20613d30b549f3a206cbda7a6d9706feae7ac7ea82344950504469528d6c11da37fc5d74876a5435ac29505234762859171b3c2aeab5b646a62598f6830d6ae04559baa3fbc4fe7dc35fa32e8fdf55bd9666d13a2ab780b74d51ec758e7b628ca8e8b5c37e9d81f98d28c95170c850831e2a27827a4da86c3ce428c3fa93f21c22cc4dd3f7d16ee7734a93675e4dfd204a8a34df749831d8be636080b11ce68611784f103df535d3dbef77e81a2d2fa38253a456535299579717ee74526776d1163123146cd3d78cb1c9d218712adfe49b9220884d419018c75ff95944c54a0bce28150f7b829c04d0f8b04914f8185eeebe713c1e1bab348b1b870ca00cc0852185c70f02b42767d1008602dd17dca68877f527f278e4c7f7cf47e35de75d976fb6eb510c807047b4dcd3477f9faceb5f735f9379e2ad160e9315ca5086df14e59f3dc1057084ccdf2d1138955bfac116252156cae5a828a264cd454988eec99995caee06390c4c9261d864fd3edad79910410017a8ce2cb367eb777eb23e8089785806dfa1a4b170ea28292dad47217950eb714e1ee47a1e910791c215a4e9362a415660bb4a5d17f4ac971d06422703931eba0b67d0612cc3311d673ce82a7228046d0d891a0a5b9adc52fcd0171424ab4107dbea1f764577152adb35801b6bfe4e8cdf2275bf52e3347c2b081d667e31a79a84775bb4bde3a378958bc1b6256d54458cdaea21e73b8c17e4d9aa1b06ab56a02c03395caa3c2fa1e572c5076a4b967d55463cafa07019b6154509c2a02d28216ac9ab95ba941449d4c295a0093e2bf544f8cfb6fa11fcf0acd4cfe157c143a248f6805f18c5b3029d95c4727a38625b06db37588d67fb026b88ac61b006cf9a8ac96a2acb0f129ee5a5396bf4dfb0bcc2f60730c40ee5236b986c9b6fb35a9fe5655632aed8a150eec2b606b5cec7d28719caf72924e823a65131d1e01cb869ccd323c457d8e83f54b90ab04152aa903d3404cdfb7d942192d3225085bb39d419a1cdccd23bf8d10486d77445d4799e194ddd8a630cc231c6996354d82d491b7991661061f04458a8cec487bc00dab803020b49f0ed21aa1b30156cbb3cbc01a9d0171a4bf3cc5fc73e493da291e8a1af93b4ccb2ff46b680bd066508973284283fca7508db8d9f815c77e10e1b1a811ba39d1e8a1311575a43b443e528e18e9389001435e21b4ac73bf0d0374e29669c8674bd141a103daf5e570696a3733ff3e3b282e81f229d2fb9572e034038559a7e1a3ee04552e57c7a3cc6fd52028475b67f249503402f1328d9246b7912f707e6685668d78bf7d7b76fdaf151595fde98f2d67bb094abde9591f90d29bbbdd9df07963bb0de2e0467dd9ff48c4122cce793cbf422b93bc83742ff26594d0e60c4919506f0afa2a90122263045ca3c3933019e9841e200c7c577624db70b987e244e744cfbcab4099c6d822758609b83b16d1aaee7b83d77e150a4449ea735f6c275e7de85e5b89faced0a5d6058b31928195bb3970b3cac71cd99eb4dccd9c8bd785ae0b54a4fcfb830b136d7b6269faaf23834c84acb1e8fc6b3cfd57a89a74b17f391dd1b98de78e698c6c2363ddbfcf9c2745ce749c1af8eb20094bcde082cfddfa9fa1574eeeddcfca2a03fc1d5330c73ee7ee7b51f1b4bf6b3cda169e358fbd69c26f24f8ee09933c31a8c67a3cfb601cf8526bdd968014efd8f7a81138886655d8ecdff7704df6f47406e17f31ea50c2004ee9067dc324af4f20f7ecbc913fe5b3142c9759e331ecd80d76ce235088a2ad5ab696be85ef7ca5909dcdcdbe3c2cc894db929b698578b24ba7fcd3ced2d703450e9596f6a7e9216cf4b7a83814d3955d79fcbcf2ddba53ca89dd8cd36a7966b7e4a101e0796b1986226b02dab1405096e0117959c83ca1e2394f99c131565e3835997729de700b196d6ca653a3ea1e51bd79b43ca8e6f1ec1845557935fb8aff8e8fc53cad200fa437af819baf76360c76690c6275f18f61872743886ca401155d417d4bf4c1c84309afbcdfe199015c8b091a2f14abb32f054f81636a934321cfb5fd3d2b9291285473a0063fb164aa84d8909708dc2ae5c71d4a8e79ad7bd5ba840ae690f7b86499b546334e684a6f02c28e7b6e55a4659ff68613cad7ae4d1a9e95e58a7fca0151a9fec73c60867f9853d26b3cabf7fee9f3ed643dd56b94cfaac9e27ded148bfee39e664f88592b851a8ec77c753d31b4eac1e1c3c04fc7855688b2d4968aaa278f2f17929fe90715e84db4cc8a791e99eda3111c3547bdc879e70fdfe1b36d2af55f586de7db473c9a1014d0a0f45b4aa3e9434a006d189aa1091a005ad2fd7231a95b42855eb5fae4d94fb4e05aa9278b94e51bb4f280ab849fbd6450b5c47af1067dde06c0c04387538fac5ef7ef9db3ffef90f7f357ff555c2ff60fea7373ffafd577f3ffee537ed5ffff027577f03b4ab7b10a620e7fc25ac8553120e86bb5a1fe63f9021cf239fcc4e510143473f4bc89789486f08d50dc6f332541cb2649191bba4d87a1ee5ab8cdc65ca30a789ea7938064be385d3bd2b87cb6608d7d9803845163f972ff8ab15e78771949c7ba8c726968db1e127709f2d9832af99fc212f50ccd06ccff18de11fa6ad213d, '2017-09-23 18:52:11'),
(108, 107, 'audit/request', 0x789ced57cbaee2c8195e2459ce3b584896ba2780cb578c0952c0180ed3074c6cd3dd238d641576011e8c4ddba6fb9ce96929ab6cb2c9ab649f4851b689f2167980487980fc5576712ee9d352cf2851165980cbf55febbf7cf51b5bb266bd2fad9ed5daa6b8dc93b235c016b2de7f282d1959adb2c2d5b9b4f398b40689a5203428a944ab206fcea4acae088e49c164801bf400699f97550bd8fa562bcd239cf277aa2ecab38c445592677ce740c8a983d3e42d613b2af0e0684f3ac0591579da283ae29b0ede9121a2ef8a6eb5cea75d01a63b495692e85c904ee350c9b4582d99eb3f97a4a0a259ed8302b445fe5d92a658d2bb4878b6c051925579b91f08f3ac22a9001b82eb0baf051985b2121acf85d1e994925764f322a9245ded75554378f6e22a585cb7853439106146a243fe5cb0f7457e249281baa8abcab2d2956555f0f116174923463d30ac168e227262ee9870928adc54d2be3aa66d0c769208d3e8483774e7e7378f778fe9e0cd1075fbede4086792de91cda959e253b66b7f297dc9e82655dea359da928214f44d0753fbaa3a599274c98a1441580a9c6e08845cdae0e840b2982a954a525549b693922c26372c703af7bb43b2288f81c8b6c1c8eebbe4d4166202f55391b6b0291ef1a738db9dc145baad41f849d659fb6d92d59eb693982d8cf6b1640bad5d266ca134e18af2fc9030695507735cdd10f4ec360301b25f804bb7c3b53f1908aeed3bbe3f9f0c752d96a3be491493c43d53ebe938c6b24e34231a505ff139ad86db583fec20b84713a7caf15b629cb6c6318fbf95e581b0ba5a359ae4370772788b92e3b654a2434fdd1bba92f48d738906421895c5761847db5ea46f222dde1808a964b3d9a2c8e8691a363482904ee24ddcd7753d8aa3beacc7a4a76db7c646d555c58cb7b22963511d29f0137be3041e4854c7253c75baa528cc063c619752e586aa2a35793a137bb638b64513896359b415d1b6451b898eee88a621a2498644a4ae447bfc958874713c812d71aabd136d47eca3be688e45a489aafd529ccab515b137690d3ed4392c4879caa1c7ee35ba4efb5c56acd6ebce2a7f07f51577c6b7bcdd206cd0570634405382cecd2929086b4b051a39d89fdb82dc1796f95b7898b2804c4b572c8484d922e008603304b0ef10c0006b59de29abbc800a8315c388b6703c971574fe5bc08f9815df09aaba03a4e83044f006b8d0bc34b5b42af0ee8859eb318d4c4f0d0c60160c42437482db13db53b47bdd0985b6c705f4c5701d4c3b260b108d4f7eae2ec8f56f5dc39a9da31d1cb3d5f4d8370dbaa510d26ffc5acabe6c59562d34a76a9e3de7eed59b2b5ce0e37d90962f603ccee3db3b02d8f61defa5e3d12db54e1a38ec3993b9e7d841e807a360edb3b6b25a00ec0dd25e05c12abc72fde0a310ae370cb6bb5c8292b9bb7c02c74dce38b2af1cca1e78eef5c7c05c450de77a35f34613279c2f7dc75e7b4ee839bf5a3b7ee03f4074eec01ace168e66ce32f8df80759a06e6d8c8b69d55f01f07775a10cc9ee74c1d8f26f94743bc821e1c217496b63b992f679fc4f9c742d7a3e56c0d79f941607f09a2edba2fe6ceff21ffbf0bf96c7a5b8d822b0ed6d2b92ca44d9259f51f7d2bd98afeb3845d4026f4e7b325008ac7b20645c1bb9593dd69f06a54535548f3e844915752ba5a57e909cfd65972f35c787879d06a68a497a385f3513cba63194d265e036696f5587ee57aac25a1694cc4699eb37003e76382b09cb8f67a01e8127aae5b8b8284b48661b294e02238125260c94faafa66a313710357a10f80577babd5edc81928083aaf8370052d3b7f7d2f4c5435277ea65de5def917f3250ffa6d7efe25b9c14700b86e941f2fb9b0bd39f4e8747eedf088eac613ea9f060e0618ddd3fef428903cc860483791dee70e5e6e9cb5c76e009556d6674c9e0000b351e0bc1a7d0d7743e078d391ed34c3853d9b4b72577e546b2bcf0d5cbbbe6e9a7be8c2752f510b27b872274dea674ec0fd05aaf7355c8f5e837dbc98e53bd1b537ff2127912f29e0e1877bf9131a1e44da64c355e83bd7d3cf94a49731f73c982f9c707aed8ee0b831040d19725fe9a972d730b54bbeee58e947df1d139d7978acf8984121834d0bf7e60e0edf185ede33cfef7f03e8ec56d86d9a4371306f120190de1038aeb32e00ad4fc37b530d0dc673fea7a1be81920bde7389a761bff19be1720d1150153ffa0e003c7a9f58e8816e88370d04e4613afbfe0fbffefd9ffffaa7bf3bbff922433f59fde5ab9ffdf18b7fbefbdbeffabffde92f5efe0346503e85d28ef6ef52d0a3ad0007a3d319b6f8f77d18b22ffc87a3631816a43a17d9ba6083b6d27b5c55db824dc5755935a8168649cc3d952f336e0993780cb37ec432a0299faa4ffa552ee1f89864bc3d3e7cf8178bb4f892, '2017-09-23 18:52:11'),
(109, 108, 'audit/request', 0x789ced57cdaee2c8155e64b29c77b0902c754f00977f3126280163b84c5f30b14d778f349255d8057830b6db36ddf74ea7a5ac66339b7995d9275234db44798b3c40a43c404e956da0affa76321925ca220b70f9549d53e7f73bc7d81015e36d61f48cd636c6c59e14ad013690f1f65d6188c86815252e4f859986a435880c09a14141395a39797522457943704872c6d3a76260679f16650b4ef58d569c06386edea9b4204d121294519a349403215907c7d16b4229926ab44ed92e07a19d28294870ca49a7beaa602c464b6c584f05c93b7847924abc047b8bf4eb288eb1a07611f76481832829d3623fe0e64949620e089ced722f3911f9a2e46b4fb95196c5e405d93c8b4a41957b5d59e39e3cbbf116b76d2e8e0e849b91e0903ee5cc7d9e1e89a0a12eeacaa228754551e65cbcc57954b3510d34a3858380644c1d1d2c29c95d29eccb63dcc6704f14606ab8704729bfb87b483dc6835743d4edb7a323d824bc219bac5ee22cd9b53f133e63fb3a15dea3fedf929ce4f44d85abf6659919827076b810805b721c6f080ef6c2060707928454a85090b28c929d102521b9638e531bbd3b2409d2103619192ed97d1d656d2e2490192569739bfcc1f91827bb13a848c90ab89f249db5db2649a5693b0ad9426b1f0bb650da45c41652edae204d0f11e39655b8ae11370439bbcd8083e8e7a0d2fd70ed4e069c6dba96ebce27435509c5a0af134927614f577a2a0eb1a812450b0654577c8acbe136540f3b70ee51c7b174fc8a68d9563ba6e157a238e05637ab5a92f8ea400eaf5174dc165270e8c97b4d95a2be762ad080f38322df0ec360db0bd44da0841b0d21996c365b14683d45c19a42105249b809fbaaaa0661d017d590f494ed56dbc8aa2ce9e156d445cccb23097e7c6f1cc103f1f2b880a74a4992c4ee802750e9ae58efca52b53d9df13d931f9bbc8ef8b1c89b126f9abc89784bb5785de3d124413c9257bc39fe9c472a3f9e00899f2a6f78d3e2fba8cfeb631e29bc6c3ee7a762750bdf9bb406efaa18e6a4c852a8b1ab125669098b92d17ad959a56f20bfc2cef8be2937701bd495060550a7a07597453961652941b17bfb539b13fbdc327d0d0f5de4906ea8928110375b784c886cb44c4847d2315348ce34665900b72569a728d31c320c56013dd1e68ea7a284ca7f0dd010b2e4cb20ab3bb0151c8608de0017ea973a975639de1d312b3d2691c9a98001ae850ba1203ade7d56e18c72559d90687b9c435d0cd7deb4a3330751ffa4a7b21200879baa3965549b73b53748a6826975917d1954c6c5e0d32fdd8acd3c930ca3625a33394f9e360a56d415cef191454234de4606aa004fa942269e41779c86f7179406455ccb796e399424572104f51d6b32772cd3f35d6fe4ad5d5664460b00bcc6e61bcf5bf937b6eb7d10abd5fa80692f9720646e2f3f0cd832aa0fae57336734b1fcf9d2b5ccb563f98ef59bb5e57aee7ba8dd885d83c6fe68662dbdff0de8a6ce658a8d4cd35a79ff7100a72167f739d6d47268e87e328c4be83d137c6b69da93f972f6512c7fc8743b5aced610977f0bd0cf4e346dfbd9dcfa3facff77619d0d5fab9177d300b2702a7261132546f547df0ab6a2ff2c6067e8f0ddf96c0930e1b0a8415234d5da6cdb53efc5a8da9521cca38ca2ab207595aed4e39eac93e8ee29f77e83a0d950732f470beb83287339329a4c9c1aa20ce321ffca76584942d1e8a8d973ac85ed591f6284e5c436d70b4017dfb1ed8a153884350c8c8500607f2424c7821b9555f7a2005fc395ef9a3756a5ad529563730090d0b35e7afe0a4a76fef2ca4d5474b3f923ef95aeec5fcc978dd3efd3d3afc91d3e02c07583f4788e85e9cca146a7f35babf1a8aa3d22fe71e06080d1cdf6d90347364e868b541d69a851f0dc47d6ce2d730b98fdcf61e9d22725f14a06f8d8f9023a92530313f8350a874a8351b39167bd187d014dc4b39ce9c8b4ea49c39ccd05b12b3e48ca95637bb669dfd63d9f42cff9d45544179677634fea1c99595e63d8c774112fec6b67ce76d57fddec5f5dcba9a3d6444cfea89cf782a3b399cb77addbe98fe414f58bfede7c61f9d35b7b048687e03ea4897da9a740a352648490780ef3e538fdd2bb1ca4c347e3393698b0428cc2d6f57442a187cd12575349d30630bcbc65e65c7f2fa8acbbec36b5a54d53a8e304ada1de68fa03cb2590fa789ba893a5ee15cdf9c75b460d49e7bed1703cde3e6abd19be575003c5f0937b09b8b31ef62eb22100d411e0e8e9ecb7bfffddf73ffcf98f7fb5bef934413f5bfde9f39fffe1d3bfbff9cb77fd6f3ff9e5f3bf81fb9b899522837b09418f560a184667376c345ff9becfbef3afbef2454acc4979ca9375ce8672a9f730d5b6399ba0ab5cababc5f76912549a8ae771b880a93d84ef82804540913e96b4f40b5ec0e1314a9a39e6ddbb7f007a8ff826, '2017-09-23 18:52:21'),
(110, 109, 'audit/request', 0x789ced574bafe2c8155e2459ce7fb0902c754f00979f18139480315ca62f98d8a6bb471ac92aec023c80edb64df7bdd36929abd9cc267f25fb448ab24d947f911f10293f20a7ca2eee437d3b9ac94359e44a1797cfa9f3a8f3f8ea185bb266bd2fad9ed5da1e71b927656b802d64bdff505a32b25a6585ab73696731690d124b41685052895641de9c49595d111c9382c9f4a91ae0ecb3b26ac1aebed53a66113ef277aa2dcad294445592a59c722024efe063f296508aa25bad73be2b406927494b129d0bd2694c954cc46ac95cf45c92a2837724add52bc05b64df24c72396f42e129e2d7094a45556ee07c23cadc8510082e0fac26b4146a1ac84c6736194e747f28a6c5e2495a4abbdae6a08cf5e5c058bebb6704c0e449891e8903d17ec7d919d8864a02eeaaab2ac746559157cbcc545d288510f0cab85a388e4cc1d134e52919b4ada57a7631b839d24c2f4e0d20da5fcf4e631f5741cbc19a26ebf9d9ce04cd23bb2c99b25ced35dfb73e973c637a9f21e8dff9614a46076e1e0fbaaca2d49ba045c8a202c053e6e088ef6d206470792c654a95492aa4ad29d74ce635c919f27f15063e1d3b9f71d9246590c5b18194cedbe49f2b61013a88f8ab4854df168ff11a7bb33384ac91af842d2ceda6f93b4f6b79dc46c61b44f255b68ed32610ba5095a9465878449ab3a98e3ea86a067b71908500305b8743b5cfb9381e0dabee3fbf3c950d76239ea9b443149dc33b59e8e632ceb4433a201f5159f8fd5701beb871d84f864e2a372fa9a18f9d63865f1d7b23c105657ab4693fce6400e6f5172da964a74e8a97b435792be712ed14008a3b2d80ee368db8bf44da4c51b0321956c365b14193d4dc3864610d249bc89fbbaae4771d497f598f4b4edd6d8a8baaa98f15636652caa2305fec5de38810712d571094f9d921485d980275029576eb8aa52b3a733b1678b635b34913896455b116d5bb491e8e88e681a229aa44844ea4ab4c75f884817c713208953ed9d683b621ff545732c224d54ed97e254aead88bd496bf0a1ce6141ca3c834ebbd7c83a6d6459b15aaf3babec1d5459dc19dff2a683b0417719d0064d213a37795210d69c0ab47cb03fb705b92f2cb3b7f03065019996ae580809b345c094a856cb86a2241d3b8312cd8eac0ac05a9a75ca2a2ba0c26015d11d6de1742e2be8ffb70010312bbe1c6abb03ace83044f006e8d0bc34b5b42af0ee845903328d4c4f0d0f60160c425b7482dbbc461bed5e8f42a1ed7101dd315c07d38ec90244e3939d2bc2fde6bd93a431b9b9b43c87333866abe9b4afa2fa6c4708e9577e2d655f4896550bcda99a67cfb97b3571850b7cba0fc2f2056cc7597c7bc700dbbee3bd743c4a521988d3847ace64ee397610fac12858fbacadac16007783c95741b00aaf5c3ff82846ebcd06db5d2e41c9dc5d7e1ca855d46c5caf66de68e284f3a5efd86bcf093de7976bc70ffc0768cdd5aec1e370347396c1ff0664d3e032c746b6edac82ff3870d334337b9e33753c9aba7f137c2be8c141426769bb93f972f6490c7f2c743d5aced6909d1f04e49750daaefb62eefc1fceffbb70ce46afd528b8e2402c9dcb42da24a955ffd0b792ade82f4bd80540427f3e5b0258782c6b5014bc6739db9d06af46355785348f728aaa92d2d5ba4a4f78b64e939be7c2c38b81564323bd1c2d9c8f62cddd96d164e2354065598fe557aec71a135ac7449ce7390b37703e2608cb896baf178031a1e7bab52848486b18174b0940fe444881253fa9ea5b8b4eb30d6885be7de5d4de6a7553f20d808781f33a0857d0b8f3d7f7c2445573e6f7b4abdc3bff62bee441bfcdcebf2037f80430d78db2d32517b637871e9dceaf1d1e51dd7842fdd3f0c16eae6ebecf1f059207190ce926321077f0729bacbd6b16685a59ff149c2ef723859ed928705e8dbe841b2270bce9c8769ac1c19ecd25b92b3faab595e706aeed5e3757384594cbae7b895a38c1953b69523f7302ee2f70bd2fe1eaf31aece3c52cdf89aebdf90f39897c49010fbfaa7f4ac383489b6c700a7de77afa3d2565f3cef360be70c2e9b53b82e3c6103464c87d0560ababab6a1ffe2e39bbdb4e3fdaee36d29986c78b8f111436d834706faee0108ee1e53df3fefe8cafb39b61b7690ec601bd4906c07ac3e0d8ce3a01b43e0df14d453438cff73f0df70d9c5c309f4b3c0dfd8ddf0c9b6b9880caf897ef01c0a4f789851ee88678d340401ea6b35ffdeed7bffde39ffff057e7dbcf52f4a3d59fbef8c9ef3ffbfbbbbffca6ffdd8f7ff6f26f3062f2299376b57f97821e6d0738189dbeb0c5bfcfc3907da13f1c0dc3b020d5b948d7051ba495dee3cada166ceaad4bab41b6304c62eea97c99614b98b46398e52396014df9548dd26f6f09c7a724e52df2e1c33f001cc6e58a, '2017-09-23 18:52:24'),
(111, 110, 'audit/request', 0x789ced57cd8ee3c6113e383efa1d080104761d496c92224551192012d5d2c83b121592da5d03068816d99268512497a47667bc5ec0275f72c9abe49e0041ae09fc167e80007980543749cd0f76d6b00d1b3e6480119b555d3f5d3f5f178929f7ccb785d9375bdb98147b5ab486c444e6db77852923b35594a43c15561ad2d63032158486059368e5f4d58916e5252521cdb9cc80a901ce3e2dca16ec1a98ad380d48dcbc336d419a243428a3346928074ab30e89a3d7945114cd6c9db25d0e4a3b5152d0e094d34e6daae022664b6e444f05cd3b6447934abd02bc45fa5514c744d2ba4878b22041949469b11f0af3a4a4b10004c1768597828c7c59f1f5a7c228cb62fa826e9e45a5a4a9fdaeaa0b4f9e5d7a8babb61047072acc6870489f0ad63e4f8f54d2511775555956bab2ac0a2ed9923caac59807bad922414033ee8e012729e97529edcb63dc2660270a083bb874cd28bfbf7e483dc6c35717a83b6847473893f4866eb27a49b264d7fe54fa94f30da6bccfe2bfa539cdd99b06a6f665999992740eb814405872126f2809f6d28604079a844ca954d0b28c929d142521bde681d31abf3b3409d210989c0c46765f45595b0829544649dbc2267fb03f26c9ee042e32720fc24f93ceda6dd3a4f2b41d857ca1b78f055ff4da45c4174a1dae204d0f1197563530d7a8bb003dbbcd5080ece7e0d2cdc5da9d0c05db72b1ebce27175a2f948381411583867da3d7d74848648df6f460c87c25a7b8bcd886da6107c13d1a24568e5f523ddbeac734fc529687c2ea72556b925f1de8e1358a8edb42090e7d75af6b4a34d04f051a0a7e50e4db8b30d8f6036d13f4c28d8e904a379b2d0af47eaf47f41e4548a3e1261c689a1684c140d642daef6db7fa46d554c508b7b22113511d29f02ff6c7113c90a88e0b786a8ca428dc063c81cab872cd55958a3d9d897d4b1c5ba281c4b12c5a8a6859a28544ac61d1d04534499088d495688d3f1391268e274012a7bd37a285c5011a88c658443d51b59e8b53b9b222f627ade1bb2a87392db2147aec4e0b6bac8565c56cbdecacd237505f61677cd3b41b840dfa4a8706a84b105f67514e795b2ad0ecdefed416e481b04c5fc3c3900564989a622224cc161e57a29a2d0bca9176ac148a338d791580b524ed14659a4385c12a603bdac2f15494d0f9af011a425e7c1954750758c1e102c11be042fd52d7d22a27bb23e1adc735723d1530805930080dd1f16eb20a677a77ba130a6d4f72e88b8bb537ed183c402c3ee9a9ac14c0e6a66b829c928acabbbd41320d8e5637d9174175b81862fa855b8959679269564216d7f3e469e360455d919c1cef02b07c06da711adedc32c0b88b9de7d861249503384ba9832773075b9eef7a236fedf2c6325b00da351e5f7adecabfb45defbdf8acd51b2c7bb90425737bf97e905651bd71bd9a39a309f6e74b175b6b07fb0efed31abb9e7b0fa91bb56bf0d81fcdf0d2fb6dc0350b2e776c645978e5fde2a0cdd2cced39788a1d96ba9f0ddd0aba77041f2f2d7b325fce3e88df0f85ae46cbd91af2f29340fc1c44cbb69fcdf1ffa1fcd785723e70ad46de6503c2d2a9c8a54d9498d50f7b2bf88afdf2849da1c377e7b325c084c3b30645d1746bc3b6a7de8b51c55521cda38c21aaa4747b5da52f3c5927d1f553e1fea5c0aaa1965e8e16f8bd2873bb65349938354499e643f995edf09684a63150c373f0c2f6f0fb046139b1adf502d0c5776cbb120509690d43622101c01f29cd89e4466575633150afe1ca77ad4b5c79dbabdab1d90048e8e1979ebf82969dbfbc1326a6ba61fe48bbca9df32fe6cb26e837e9e98ff49a1c01e0ba417a3ce7c272e6d0a3d3f9156e22aae98fa87f1c38386074b37df620904d90c19066205d6e1c3cdf236be78a87058efdc3b0747b3732ec998d3cfc62f4395c0e1e76a6230bd75383359b4b72577e506c2bc7f66ccbbeaaef6f0629e75d7732b5c0dea53da9733fc35ee330709dcfe1d6736af06baa59be155d3bf39f7414f99c842601aaf62115f7626df0b1c977f1d5f4474acac6adebde7c81fde9953d82f3861035c8d440e9eb4a57358c01fc9db376bb9d7dacdd6e64134d13b0668460c0c127813b334503e2045ede72efef4ef81abf1b769bfa600da4d7d90060af190dbaf35e00ad8f837c5d1235d237fb1f07fc1a50cea8df483c0efeb5df1c9d2ba080fcffec9b0050e96d64a27bba21de2c109087e9ecebbf7df3d77ffefb1fdfe36f3f49d047ab7f7df6f1df3ff9ef9beffe32f8f3effef0fc3f3060363326eb6bf736057dd60f7030367911b3f92ef77dfe657e7f2cf4fd9c96a73c59e77c8c56fa0f2b6b9bf399b72aad1adb7c3f0a1b4fe5f3005bc09c1dc2241ff00cf4940fd528fbe69648788c92660a79f7ee7ffc26e32b, '2017-09-23 18:52:42'),
(112, 111, 'audit/request', 0x789ced58cb6ee3c8155d2459ce3f100218744f24f125521415219128ea316d3d4c52dd76300041912589161f3249d956cf18985536d9e457b24f8020db04f98b7c40807c406e158bb2e5d80db8071324c000b658acaa7beb3ecfbd4557131ada3799d6d42aabd0cd3628abb45d8dd7beb9cf3481d72a59eee6fb4c4f7c5469079ac48bed0c53545274bd47593e42ae8f52422348980f2c6d922cafc0b696560913cf0dcb77ccce4be218797990c4e5cc16a15dcd0d831b54a1ac614f8ee2bc16a2789d6ff0aca455045920eb30f45c6f836a78579a84f4a0c8bdabb96bd4e1f1bba25592345807c519f0b6c9f39dc67127d288b256d9efd629c85f0be20c79fb14d5a856192184434b21f7194a31ffb8504484b549f23108439793eb3cf366e27a419c27d9a6cd8c41f8908109666631178cc03b82e8286f99ee6e17a20f68f92ec839596ad6258579f36e644fceaa4c186c113344de3679cbe89b348910a7f075be2e098258170489b1dc959b0694ac90e0c14cf961474c2781695c3824f05c6c5feeae767b7b5b5b256954dba7604b0f7ce853f3b89e8776441715cc90a3bb9cdbe451583da1c733bfb87b3a1b85edeb0e5f6f5583080cc2dda2e58e0edd5dbcae7ec97d49d655ccbc89e364855294e237f9194f701ea890bae1128153b9a5eb6d51ec63a65c86f23c88d79c9722372f62432e05af116d60954cc329eb8fc1aecaf8084238475566993ed91fbaf17a0f32e2e906380fc5b585554571216a35f0c940a946191934aa59400622b5979724dba0b0b20cc795ec3ac067bd6c33103b298874e82cac7e9b99e9966159e37e476ef882d75291a822bfa9369ab2ebbb828c1a8ad7c6b2bafb30efac7c79bb06eb46aa1b8ad11552762b254afc2b416833f3d19c7212aeb7687bc307d12a13bd6d53da28b218b4947dc6b719c7cbd255c7f7564d4f5e7a0d7fa9f0bc8496cb15ef29cd46c3551a88e765e42ffd962ccb9eefb504d947cdc66aa52c255912557f25a882cb4a5d11fed9662f8007cf4abd0c9e329e124572063c6116af0a7455128be5c1906dea6c4f67559eed09ac2eb2baceea3c6bc806ab2a2cdf8f799697e6acdefb8ae565b6d7872976d0b86575836df12d56edb17c8395f4f7ec40284e619bfd4afbbef0618ab25d0219fa086b140c3538092e6af3e41602ccaff50e65b282d9202b15481f1a83c6dd2e4811496a11b0c2deecab8cd062a6c90d3c5481e1554d16359e678613bb04199d808cfe00320a9c1627b52c4f528830181118aa32d13ecb01376e00c27c127c3b08eb1a2c79db0e0f6f802af485c6d23c75d7914b728f70247ce8eb5952a4194997d6e7a4cb4d806e7f15f81db584099dc2844d61426c3c4a7808dd8d9b026d67610f6a2a3139b678b2cf8f70fc9f894800e42826188b0af235c5e410bcf4b55590e9c7294d2b8874c2e7cddb52c06276eea66ef4b8f608c71ad34bfc035e904aa7539518fbb5c807fb4cf7b6c006e05f64ce65cfda9c8b62e3dd1089432f903eea97e2796fd18c6b6aa8dc8d6ad7bdf3b3ab4578717358448b96e434cfe3eb6b69a95ed9a39ed5fd4ddf5cf5df2bbbab48be0ca34d7f3cb43fdcec842e2bf5e1efe7d40aacdcdba2032bf73b1b10f4e06c927deaf8eee1d13a04d01ee11d72096a7d440467f28479b08e888d2053d949d440d8fc302a743a347fa890c7e3255cb50f657c9c6a444242ab106d68150585eeefef49d85886f9de30893355e24dd86a1afdb169e8b663d95d7b61513f893c4f4bfbc8b6e7ce6866d9cff61432dda0cfa65360329e4d5f6e2c608f6d4c6de7cc980eedd193c6422d1975f59181d9d9e6ececb9ee024726d93933c7c3f1f4533d86c4d3ad8bf9d0ecf60d673cb50c7d611a8e699c2f0ccbb64e1a8d52970598c9e90e41d4ff9d6ea3b49d7d39375e957347737575dd98db3f78cf818525e799c6c03071b07dffce43e44f74708ca93eeb8fa7c34fb61f4f89cebad3e102bcfa593dc8d18afa6cf66e6cfcd889fc773b1172af99770bd0c03d04b7cf526e19c45af183df3232c2bf25241468e758e3e11490cd245e83a02873bd5c9e0dec0fdd625502377777b821e0c47aa32e3699378b38b87bcb9cf634381a28f5b43b319e05c6872ddd7edfa460a7694fe9e73393e424648d7a8437d398cc6ce3394218f667fa6282a1c09ccd0a52a0e0167043ca38e82622845297b382bc68b830ee52b0732c40d642da46918f27c07c613b73c8d9f1c5233361d6e5e22bcf151fe93fa1300d463f24fb5fa33b370278ac7b4974f4856e8e21470763a80dd4a218349e65ff327204b18feeeabbcdee89214b23c341b2ca2b8d52c063e95b98a4d43440ed57dd880001865ddbf8d0bd84d2621be6a0ab1bb468ebc33127d48527c1363767f64c2f0a1bad78c75d8f3c3531ecd1ec18f7b4f6628961d9bc844a6d52f42bc35978a05d98e3cfd245387aa1f480247f8ac589b155d2f63b9671367825252efca5e8f678623883b35917f4f5c16cbc22b4c4a6d2aa8bc2d1630f3bf10791873db87586ec181af643137b34deff6fdf46dab6b2e8d08b97fa50772819a93ed40f6509a2c80185882e94d588e42e707db92851f969652af7bf5ca028001eab5449f172b1a2721fbd21e056ed7b572e6ce640e34f78438c604340ec0c86dffef1bb3ffce56f7ffe87f1db2f62fe27f3bf7ef5b33f7df1afdbbfffbef5bb9ffef2fd3fc1dce5050ce390f51047d8975831dcdcba5af9bdce71c817bbd33b93e3a428dfa7f12225b756b1f934115629b93d15994033dc7102bf945438deee32b8d6fa7071f688071ae2a7520a7f20e35c3f0ae222bb70e8fc1b14c832ab, '2017-09-23 18:52:49'),
(113, 112, 'audit/request', 0x789ced58ddaee2c811be4872b9ef6021599ad9006eff624c5002c670d83960629b99596925abb11bf00236639bf3b3939172b5377b9357c97d2245b94d94b7c80344ca03a4baede63047e74cb25925ca452ec0edeaaaeaeafaf9aa005bb266bd2fac8ed558ef71b12545a3872d64bdff505832b21a4589cb5361673169f4124b41a8575089464ede9d48515e111c939cc90037e881ad6d56940d60eb5a8d7d16e13d7fa7eaa22c4d49542659ca293b428e2dbc4f6e08a3a8c083a32d6901679967fb5ad101dfb5f086f4117d5774ab713a6e7238ba95a405894e3969d506154c8bd590b9fe5341722a9a563628b037cbbe49f67b2ce96d24bc98e12849cbacd8f684695a92bd0004c1f585b7828c4259098d97c2e078dc933764f52a29255dedb4554378f1ea2a985d37857db223c28444bbeca5606ff3ec402403b5515b9565a52dcbaae0e335ce935a8c5a60580d1c45e4c8cc31e12625b92ba56d79d837319c9344987a47baa3949fde3da61ef6bd777dd4ee369303dc49ba25ab63bdc4c774d3fc5cfa9ced9b54798746694d7292d3371d0ede96e5d192a47354a408dc92e3fd8a80cba5158e76248da952a9206599a41b29ca092eabc8e8dcf01649a32c865d46865336df24c7a6101348a092348555fe887f8fd3cd096ca4640dfc4fd2d6d26f92b432b599c46c61340f055b68cd22610ba5f6579465bb8449ab3a1cc7d5f541cf66d51320fc399874df5ffaa39ee0dabee3fbd3515fd76239ea9a443149dc31b58e8e632ceb4433a21eb5159ff6657f1debbb0d78f760e2bd72f89a18c7b571c8e2af65b9272cae16b526f9dd8eec6e507258174ab4eba85b435792ae712a504f08a3225ff7e368dd89f455a4c52b032195ac566b14191d4dc3864610d249bc8abbbaae4771d495f59874b4f5da58a9baaa98f15a36652caa03053e626798c00389eab080a74e498ac2ce802750e9ae5cefaa4ab53d9e881d5b1cdaa289c4a12cda8a68dba28d44477744d310d12845225217a23dfc4244ba381c01491c6bb7a2ed885dd415cda1883451b55f8b63b93a45ec8c1abd0f550c73521c3328b28b4ad769a1cb8ad578db5a64b79060716b78cfeb0ddc0685654005d439e8dc1d939cb0ba54a09283eda929c85d619eddc0c39405645aba6221244c660187009b4180fd0001069c9666ada2cc72c830583190680a87535142e9df0080c42cf98e90d62dd88a767d046f000cf54b9d4b8b1c6f0e98d51ed3c8f454c800c7c2815011ade0fec8688a76519e90685b9c4361f497c1b865320751ff64a7f2ac8097cd4d426ecfc5ced14e87d4af6becab1addf6e0d1affc4ac83e932cab127a0d5a5ebce4ba2bda02e7f850e1adf53eb15085769535b27cc6e56116df3f003998e13bde6bc7a324d560e103d33d6734f51c3b08fd60102c7d5660560330be06ddab20588457ae1f3c89e67acd60bbf3392899baf36720dde48c03fbcaa1ec81e75e3f85eb2aaa39978b89371839e174ee3bf6d27342cff9e5d2f103ff2370e7062ce16ee160e2cc83ff0d84a76160860d6cdb5904ff719ca7c9c1cef39cb1e3d120ff70b457d04777089db9ed8ea6f3c92721ffb1d0f5603e594260fe2ddc3f7bd176dd5753e7ffe8ffdf457f36c92d06c115c76de954e4d22a49adea8bbe156c45bf59c0ce2813fad3c91c10c5635183a4e0e5cab7dd71f06650edaa10e6c19182b0a4b4b5b6d2115e2cd3e4eea5f0711fa1d9504bcf0733e749407a60198c465e8d6696f5587ee17aac26a16a4cc4f73c67e606ce5382b01cb9f67206f0127aae5b898284b484c1b290a0271c08c9b1e42765d5e4e8745ce355e803e255d66a553d72068a82cedb205c40cd4edf5eb889aae69bdff35ce5e2feb3e99c3bfd3e3bfd82dce103205c3bca0ee758d8de146a743cbd76b84729683ca9fe79e448d298dcb58fdbe323477227c341ba890c8d1b786e394b8fb500159ac33fc725de4e15f9420378d8fb125a9757c312783589fb2647a8c92070de0cbe841e1238de78603bf538624fa692dc961fa5e4c27303d7aeda52ddafce5c17f19c39c1953baa3364e204fc5a9fb2457e105f7a53b6abfeab97fef9a5963a623c5aaafe292d1f05c6646359e83bd7e3ef29499b37b73e98ce9c707ced0ee0da31380f197257e9185d285a1d21249f43fcc04e7f333e30d21985fb8dcd2fac0893b87139c450d86123c7c5f0c25b00b6d8ec623e74813ac7582fa86fca1b421d25680bf506ef0d2c9340ebf32da24e95ba4f70fee7db450d47e79ec1259e6f1db5dd0cdb2b9881faffc17d04dc59cf840fba2100d411e0e8f1e457bffbf56ffff8e73ffcd5f9f6b314fd68f1a72f7ef2fbcffe7efb97df74bffbf1cf5eff0ddccf875a8a0afe43083ab44ee06274c4c316ffbf200cd93f0617ff17c8949893f294a7cb9ccded4ae771aaad73366457b956d74a18d224a82c95cf337301837d0c3f1d2216014df954d2d25ff9128e0f495ae52f5ce4c33f00f0250dab, '2017-09-23 18:52:49'),
(114, 113, 'audit/request', 0x789ced57cb8ee3c6155d2459fa1f080104666c492c3e4551111c89a2d4f2b44499a466c68001a24496245a12a921a97e78324056de78935fc9de068c6c1de42ff20101f201b95564a91f989ec04e1c6491065a2cde5bf751f771ea125bb266bd2dac8ed558ef71b12545a3872d64bd7d575832b21a4589cb5361673169f4124b41a8575089464ede9c48515e101c939cc974a91ae06cb3a26cc0aeaed5d86711def377aa2dcad294446592a59cb223e4d8c2fbe48a508aa25b8dd3719383d2569216243ae5a4559b2a9888d590b9e8a920790b6f485aa9578037cbbe4ef67b2ce96d243c9be12849cbacd8f684695a92bd0004c1f585d7828c4259098de7c2e078dc935764f52229255dedb4554378f6e222985d36857db223c28444bbecb9606ff3ec402403b5515b9565a52dcbaae0e335ce935a8c7a60580d1c45e4c8dc31e12425b929a56d79d83731d849224c0f2edd50ca27378fa9877def4d1fb5bbcde4006792aec9ea582ff131dd343f963e667c932aefd0f8af494e72faa643a4b76579b424e91c702982b0e478bf2238da4a2b1ced481a53a55241ca324937d25542ae3f4de23e5328ebdcf71649a32c860d8c0c86365f27c7a61013a88e92348555fe68ff1ea79b13b849c91aa480a4ada5df2469e56d3389d9c2681e0ab6d09a45c2164a1db228cb760993567530c7d5f541cf66d513a0027270e9b6bff4473dc1b57dc7f7a7a3beaec572d435896292b8636a1d1dc758d68966443dea2b3eedcbfe3ad6771b08f0c1c47be5f015318e6be390c55fc9724f585c2c6a4df29b1dd95da1e4b02e9468d751b786ae245de354a09e104645beeec7d1ba13e9ab488b5706422a59add628323a9a860d8d20a493781577755d8fe2a82beb31e968ebb5b152755531e3b56cca5854070afc8b9d61020f24aac3029e3a25290ab3014fa052ae5c7355a5628f2762c71687b6682271288bb622dab66823d1d11dd13444344a9188d485680f3f13912e0e474012c7dab5683b621775457328224d54ed97e258aeac889d51a3f7aeca614e8a63067d76af8d75dac6b262355eb716d935d458dc1adef29683b0416f19d00475193a37c72427ac351528c3607b6a0a7257986757f03065019996ae5808099359c094a856c38692242d3b8302cdf6ac0ac05a9ab58a32cba1c26015d11d4de1702a4ae8fe2b80879815df112abb05ac68d747f006d850bfd4b5b4c8f1e68059fb318d4c4f050e60160c4253b482db638535dabd0e8542dbe21c7aa3bf0cc62d930588c6273b9584fbcd3b27496372736e780e6670cc46dd675f46d5d9f610d22ffd4aca3e932cab129a5235cf9e73f72ae202e7f8701f82e533d40eb3f8f68e01b67dc77be97894a43208a709f59cd1d473ec20f48341b0f4595b590d80ed1a912f8260115eb87ef05e84d6eb0db63b9f8392a93b7f3f4caba8deb85c4cbcc1c809a773dfb1979e137acee74bc70ffc0758cdd52ec1e3703071e6c1ff0660d3e032c706b6ed2c825f1cb6699a993dcf193b1e4ddd7f04bc15f4e018a133b7ddd1743ef920823f16ba1ccc274bc8cdcf82f173206dd77d3175fe0fe6ff5d306763d762105c7018964e452ead92d4aa7ee85bc156f49725ec0c1fa13f9dcc012a3c9635280adeb19ced8e8357838aab429a07478aa992d2d6da4a4778b64c939be7c2c36b8156432d3d1fcc9cf722cddd96c168e4d53065598fe517aec7da121ac7449ce739333770de2708cb916b2f678030a1e7ba952848484b18150b0920fe40488e253f29ab3b8b4eb2356485be7de154de6a554bf20d808681f33a0817d0b6d3d7f7c2445573e64fb4abdc3bff6c3ae741bfcd4ebf2337f80020d78eb2c33917b637851e1d4f2f1d1e51dd7842fdd3e0c1eeadf6717b7c14481e6430a49bc8d0b883e7bb64e95db240d3cafa97d074be1d29f44c0681f36af005dc0f81e38d07b6538f0df6642ac96df951ad2d3c37706df7b2bec029a29c77dd4bd4cc092edc519dfa8913707f81eb7d01179f57631f2f66f94e74e94d7fce49e4730a78f855fd431a1e44da646353e83b97e39f28299b779e07d399138e2fdd011c3786a02143ee2a9d0edc6ca6d985bf73ceeeb6d30fb6bb8d74a2e1f1e24304850d360bdc9b2a3884637879cbbcbf3fe1ebec66d8acea837140af9301b05e3338b6b34e00ad4f437c5d1135cef3fd4fc37d0d2767cce7124f437fed37c3e60a26a032feed7b0030e96d62a107ba21de34109087f1e4f7dffde14f7ffecb0f7f73bef92845bf5afcf8d96fbeffe81fd77ffd63f7db5ffff6e5df61c0e43326ed6aff2e051dda0e70303a7b618b7f9b8721fb3a7f381886614eca539e2e7336462b9dc795b5ced9cc5b95568d6c6198c4dc53f93cc1163067c730c9472c039af2a11aa5dfdd128e0f49ca5be4ddbb7f025c34e41c, '2017-09-23 18:52:52');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(115, 114, 'audit/request', 0x789ced57cd8ee3c6113e383efa1d080104761d496cfe5354068844511a7947a24252bb6bc000d1225b122d8ae492d4ee8cd70bf8e44b2e7995dc1320c83581dfc20f10200f90ea26a9f9c1ce1ab661c3871c2436abba7eba7ebe2e625354ccb7a5a99b9d6d82cb3d293b436c22f3edbbd21491d9292b5c9d4a2b8b4867189b1242c3924a740af2ea44caea92e088144c6640d500679f955507760dcc4e92853869dfa9b6304b5312567196b6940321790f27f16b4229926a764ef9ae00a5bd382d49782a48af31553211b323b6a2a792143dbc2369ad5e02de22fb2a4e122ca87dc43d59e0304eabacdc0fb9795a91840302e778dc4b4e44812805da536e94e709794136cfe24a5065bd2f6bdc936797fee2aacb25f1817033121eb2a79cb52fb2231134d4477d5914a5be28ca9c87b7b8881b31ea8166767018929cb963c0492a725d09fbea987431d889434c0f2e5c53caefaf1f528fc9f0d505ea0fbaf111ce24bc219bbc59e23cdd753f153e657c832ad769fcb7a420057d53c1d4beaa725310ce011742084b81930dc1e15ed8e0f040d2882a154a525571ba13e23422d72c706aeb778fa46116019391c1c8eeab38ef721181caa84897db140ff62738dd9dc0454a5620fc24edadbd2e496b4fbb71c4165af758b285d22d63b6909a708559768899b4ac82b956dd05e8d96d861c64bf00976e2ed6de64c83996677bde7c72a12a91180e0c221924d20d455771844595285a38a4bee253525d6c23f5b083e01e0d9c48c72f89966fb563167d298a436e75b96a3489af0ee4f01ac5c76d2985075dde6baa140fb45389865c1096c5f6220ab77aa86e4225da6808c964b3d9a250d315056b0a414825d1261aa8aa1a46e1405423a22bdbadb691555932a2ad688898974712fc787d1cc303f1f2b884a74a4992c46cc013a8942b365c59aad9d319af5bfcd8e20dc48f45de9278cbe22dc4dbaacd1b1a8f2629e291bce2adf1673c52f9f10448fc5479c35b363f4003de18f348e165eb393f156b2bbc3ee90cdfd5392c489967d063775a58a52d2c4a66e7656f95bd81fa8a7ae39bb6dd206cd0571a34405382f6751e1784b5a504cdeeef4f5d4e1c70cbec353c0c914386a94a2642dc6ce13325b2d9b1a01c49cfcaa038b3845501584bb35e5965055418ac42baa3cb1d4f65059dff1aa02162c5974355f780151e2e10bc012e342f4d2dad0abc3b62d67a4c23d3530303980583d0103dff26af7146b9d39d50687b5c405f5cacfd69cf6001a2f1c94e55ad0036b75d131604d754d6ed2d92a970b4a6c9be08ebc32510d32fbc5acc3a934cb316b2989e274f5b076bea0a17f8781780c533d08eb3e8e69601c63ddb7d6ebb94243300a72975edc9dcb52d3ff0fc91bff65863991d00ed068f2f7d7f155c3a9eff5e7c569b0d96b35c8292b9b37c3f48cba8d9b85ecddcd1c40ee64bcfb6d6ae1db8f69fd6b6e77bf790ba55bb068f83d1cc5efabf0db8a6c1658e8d2ccb5ef9bf3868d334337bae3db55d9aba9f0ddd12ba7784c05e5ace64be9c7d10bf1f0a5d8d96b335e4e52781f8398896e33c9bdbff87f25f17cad9c0b51af9972d080ba7b21036716ad67ff4ad642bfacf1276868ec09bcf9600132ecb1a1445dbad2ddb99fa2f46355786348f728aa882d457fa92ce3d59a7f1f553eefea540aba1915e8e16f67b51e676cb6832711b8832cd87f22bc7652d094d63a096e7da0bc7b7df2708cb8963ad17802e81eb38b52848086b18124b0100fe484881052faeea1b8b827a035781675ddab5b74add8eed064042df7ee9072b68d9f9cb3b61a2aa5be68fb42bdd39ff62be6c837e939dfe48aef11100ae1f66c7732e2c770e3d3a9d5fd96d4455ed11f58f0307038c7ebecf1f04b20d3218520da429ad83e77b64ed5eb1b0c0b17f18966eef468a3db3916fbf187d0e97836fbbd39165375383359b0b625f7c506c2bd7f11dcbb96aee6f0a29e75d7732b5b0fd4b67d2e47e66fbadc3c0753f875bcf6dc0afad66f15674edce7fd251c47312da04c8ea8754dc8bb5c1c6a6c0b3afa63f5252346e5df7e70b3b985e3923386f0451439a3890745dee03342184c473d66eb7d38fb5db8d74a26903d68e101438d8247067a668411cc3cb5be6fddd095f6577c36ed31cac85f4261b00ec0da34577d60ba0f571906f4aa241fa76ffe380df00ca19f55b89c7c1bff19ba1730d1490ff9f7d13002abd8d4d744f37c49b0602f2309d7dfdb76ffefacf7fffe37bfbdb4f52f4d1ea5f9f7dfcf74ffefbe6bbbf0cfefcbb3f3cff0f0c98ed8c49fbdabb4d814efb010e46272f6cb6dfe541c0beccef8f85415090ea54a4eb828dd192feb0b2b6059b79ebd26ab02d08e2a8f5543c0fb025ccd9114cf221cb80227da846e937b780a3639cb653c8bb77ff03abc7e309, '2017-09-23 18:52:53'),
(116, 115, 'audit/request', 0x789ced57cd8ee3c6113e383efa1d080104761d496c922245511920124569e41d890a49edae0103448b6c49b428924b52bb335e2fe0932fb9e455724f8020d7047e0b3f40803c40aa9b6ccd0f66d7b00d1b3ee420b1d9d5555d5d55dfd7456cca3df36d69f6cdd636c1e59e94ad213691f9f65d69cac86c9515ae4ea59545a4358c4d05a16149355a0579752265754970440aa633a06640b2cfcaaa05ab06662bc9429cf0776a2dccd29484559ca57ce64048dec149fc9ad01945335ba77c5780d14e9c96243c15a4d36c553215b32573d553498a0ede91b436af806c917d15270996b42e129e2c7018a75556ee87c23cad4822c084e078c24b414681ac04fa536194e709794136cfe24ad2d47e57d58527cf2efdc5555b48e2031166243c644f056b5f644722e9a88bbaaa2c2b5d5956050f6f7111376ad403dd6ce130243973c7809354e4ba92f6d5316963d8270e313db8744d677e7ffd70f6980c5f5da0eea01d1fe14cd21bb2c99b21ced35dfb53e9532637a8f13e8dff9614a4a06f1a6cbcafaadc94a473c0a510c252e0644370b89736383c9034a246a59254559ceea4b020b862419735ee7887a4611681944dc32ebbafe2bc2d44044aa3226d61533c589fe07477021fe9740fe24fd2ceda6b93b476b51d476ca0b78f251bf4da65cc064a13af30cb0e31d35635d88e9bbb003bbbcd5080f417e0d2cdc5da9b0c05c7f26ccf9b4f2eb45e24870383280689fa46afafe108cb1ae9e9e190fa8a4f4975b18db4c30ea27b3470a21cbf247abed58f59f4a52c0f85d5e5aab124bf3a90c36b141fb7a5121efaea5ed79478a09f4a341482b02cb61751b8ed87da26ec451b1d21956c365b14eafd5e0feb3d829046a24d34d0342d8cc281ac45a4dfdb6ef58daaa98a116d6543c6a23a52e027f6c7313c90a88e4b786a744a51d81ef084592a951ba9aad4e2e94cec5be2d8120d248e65d15244cb122d24da9a2d1aba8826291291ba12adf16722d2c4f104a6c469ef8d68d9e2000d44632ca29ea85acfc5a95cef22f627ade1bb3a870529f30c407607c31ac5b0ac98ad979d55f6060a2cea8c6f38de206c002c1d10d0d4a07d9dc70561b85400edfefed416e481b0cc5ec3c3900564989a622224cc163e33a29a2d0bea9174ac0caa334b5815c06e69d629abac800a83514857b485e3a9ac00faaf811b22567c3994750744e1e102c11b1043f3d2d4d2aac0bb2366d86316999d9a19605bd81010d1f16ff29a687a77e00985b6c70500e362ed4f3b060b108d4f766a00027e73d8c46944aecf68e74c06c76c3520fb22accf964048bff06a2deb3c659ab5d29c9a79f294bb574fae70818f77f9573ef3ec388b6e6e05b0b767bbcf6d974ea98cbf69425d7b32776dcb0f3c7fe4af3d062bb3059cddd0f1a5efaf824bc7f31fa567ad596039cb2518993bcbc7395a45cdc2f56ae68e2676305f7ab6b576edc0b5ffb4b63ddfbb47d4dcec1a3c0e46337be9ff36d89a06973936b22c7be5ffe29c4dd3ccf673eda9edd2d4fd7ce656d0bd3304f6d27226f3e5ec83f4fd50e96ab49cad21313f89c3cf51b41ce7d9dcfe3f93ffba4cce1aaed5c8bfe41c2c9dca42dac4a959ffd1b7928de83f4bd8993b026f3e5b024fb82c6b50141cae5cec4cfd17a35aaa429a4739255449e9f6ba4a5f78b24ee3eba7c2fd3b815643a3bd1c2dec4769e676c96832711b8e32cd87fa2bc7659804d41888cb5c7be1f8f6638a309c38d67a01f412b88e53ab8286b48626b19480df8f841458f2e2aabeb0680fdbf055e0599776ed6dafc6235f0054e8db2ffd6005989dbfbc13266a9a0b7fe4beca9df32fe64b1ef49becf447728d8fc070dd303b9e7361b973c0e8747e65f38852d278d4fcfb99835d5add7c9f3f08240f326ca419c850b983e78b64ed5eb140d3cafa415e3a5f8d947a6623df7e31fa1c2e07df76a723cb6e7a066b3697e4aefca0d656aee33b9673d5dcde9451ceabee246a61fb97cea449fdccf6b9bf20753f875bcf6db88f17b37cabba76e73fe524f239053cfcaaf6210bf7226db09e29f0ecabe98fd4948d5bcffdf9c20ea657ce088e1b41d0902e0f9481deef6a8a811092cf39bb5d4e3fd56e17d27686c78b77109436582370a7a5e0148ee1e52df3fe6e7bafb19b61b7690ec609bd4906d07a23e0dcce900056df4ff14d45343ccfd7bf9fee1b3a39733ed7783ff5377e336eae69022ae367df03c0496f6313ddb30df1a681803c4c675fffed9bbffef3dffff8defef693147db4fad7671ffffd93ffbef9ee2f833fffee0fcfff03dd256f3029aabddb14f4291ce060b4f1c226ff2a0f02f65d7ebf2b0c828254a7225d17ac8756fa0f2b6b5bb086b72ead86d982208eb8a7f2b97d2da1c98ea08d0f59067aca876a947e714b383ac62987c8bb77ff03f9fee26e, '2017-09-23 18:56:07'),
(117, 116, 'audit/request', 0x789ced58dd8ee34a11be002ecf3b58912ced1e92b8fd1bc721828ce3fcec4c7ed6766667d1912cc7ee24dec476d676e6679795b8e2861b5e857b9010b720de820740e201a86eb79399616760399c232e90762776775775f557555f55db3744c5f8981b2da3b6daf9f906e7b58e6f20e3e3a7dc109151cb0bbf38e4661ae25a2732642475722251cbf0fb03ce8b11f6439c511951267a606a93e6450d96b58dda2e0dfc5df54ed4056992e0a088d2a41ad962bc6ff8bbe81ad7986a5853e0a468ec70b22e366454326a6d9d4ecb30ed071bdc208bb274c7f689fddb86bfc65d44de35a39666d13a2ab780b74d51ec0d4178608ca41ab5c37e9d81f98d28c97170c870831d2aa782464dac6c3ce43823fa93f21c12cc4dd20fd16ee70b6a13712f267e1025459a6f3adc186cdf7130c0cd1cee8a1391274a9ef692ebedf73bfc062fcfa34250e55653d6b817e723777251e776d11673431c6cd3979cb9c9d2180b1a6aa2a62c8a52531465cef1577e1631b1d282134ac5dd9e222703343e6c12053e8157b86ddcdcdc34566916370e194019800b43068f1f04784fcfa2030c05be2d844d11efea0fe4c9c88f6f1f8fc6bbcefb2e6ab6eb510c80083778b9678ffe3e59d7bf16bea6f3d45b2d12262b9ce18cbca9ea3f7b4208e00899bf5b6270aab0f4832d4e42a254c8715144c95a889210dfd233ab95dd0d7a1898a4c3b0c9fa43b4af732186002e709d5b668fd6effc647d0013c9b002bec34963e1d471525a5a8f42faa0d5e39c3e28f53ca20f12832b48d36d5482acc27695ba2ee8592f3b1c844e0626dd75174ebfc3cd4cc7729c71bfab2aa118b4752ce9386ce94a4bf5435f54b1a2051d62ab7fd815dd55a86ed7006eacfb3b297e87b5fd4a8bd3f09d2876b8f968ce3489efb7787b8da278954bc1b6256f34558adada21471dce0bf26cd50d83552b509781122e358464bc5cae50a0b514c5d7148c908ac365d85655350883b6a886b8a5ac56da525665490f57a22efabcdc93e03fdf3a8be007f1f2590ebf2a199224ba07fcc2289915d9ac2c95d38321df32f93393d7117f26f2a6c49b266f22de522d5ed778d44f108fe4396f9ebde291ca9ff561881f2837bc69f16dd4e6f5331e29bc6c5ef203b1dc856ff56b9d4fa50f339cef5348d07b4ca311a2213970d598a737105f61e3ecaeca55800d925283ec612168ddeea30cd39c96802adccda1ce896d6e9a5ec38f2e72483754c940881b4edc8a634cca31e6896334d82d491b7991661061f04459a8cec587bc00dab806020b69f0ed21aa1b30156cbb08de8054d80b8ba579e6af639fa61ed548f5b0d78bb4ccb2ff46b680bd266308973184a4dccb7508db8d9f815c77e10e1a3a859ba09d1e8a2311575a43bcc3e528e58ea389001433e21b46c73bf0d0374e29661e870ca314ea533d2f5e560696a3733ff3e3b282181f230395dc5b5a248ac74a7396867764915c399f1d8f73bf9400619deddfd0ca01a097098464e77635992c8ad45ddf26e7fdf3d83a9f5eb75fadedece2ea4e5486ebc3e87c241e70f1e672a2cbbdd7da2572ccdebbe9cd22e97f48c54cb9b818c93f77a4d7de226e69eff0e5387fd5e3e53efcab68aa8fa9095c91720fce4c81a766d038009bbe1b6bba5dc0f41375a263d997964de16c533cc102dbea8f6dcb743dc7edb90b87212521c46aecc875e7de68e6b89faded2a5b60cea65350329e4d9f2ef0b0c6b5a6ae77614d87eee86181d72b3d3d7364116dae3dbbf85c9527a14157ceecf1703c7daed6cb882d5dcc8776af6f79e3a963990bdbf26cebf5c2725ce741c1af8eb20094bcde102cfddfa9fa1574eedbb9f545417f84ab679ad6dcfdce6b3f3196ee675b03cb26b1f6ad394d420f8ee0595373d61f4f87cfb6018f852e7ad3e1029cfa1ff5024710cdd9ec7c6cfdbf23f87e3b027abb98f71865002108873c13965162947fc85b4e9fc8df8a114aaef39cf1700abc6653af415054a95e4dcf06ee9b5e392b839b7b7b529805a9a934a516f7629144b72fb987bd058906263ded4daccfd2e26949afdfb719a71ac663f9f9cc76190fea4776b3adc9ccb53e27088ffd99b9981026b067b352142484055c5472012a7b8c71e60b4e54948d0f615dc6759e03c45a5aab94e9f88096af5c6f0e293bbeba0713515d4d7ee1bed2bdf34f184b03e877e9e167f8d68f811d9b411a1f7d61da63c8d1c1182a034354d59e50ff347150c268ee37fb47405620c346aa8edaa832f058f81636ad340a1cfb5fd3d2a92992c47b3a0063fb2d94509b1113e01a855dbde2a861cfb5def4de4205722d7bd0332dd6a49ac3b12036c5474139b767eecc2ceb1f2b8cc755f73c3ab1dcd1ec981fac4293933d678c78925fd8633aabfefbe7fee97d3dcc6d95cbe467f53cf08e4efb75cfb12e065f28491a85ca7e773cb1bcc1c5ac07070f013fa4896d19411955907af4f16929f990715a44da4cc8a7a1e51edb3189c054bbdf871e71fdfe1b36daaf55f586dd7df453c961014d0b0f43b4aa3e8c34a006b189aa10d1a005ad4fd7231695ac2855eb9fae4d8cfb8e05aa9278ba4e31bb8f288aa449fbd6450b5cc7ae1027dde06c0204387530fcc5ef7ef9db3ffef90f7fb57ef555827e30ffd3ab1ffdfeabbfdffce537ed5ffff027977f03b4ab7b10a120e7f425ac4552120e46ba5a1fe63fd221cfa39fcc8e510143377e96d02f1391d110ab1b8ce765b83864c922a37749a9f538ca5719bdcb9461ce12d5f3480c96c68bc77b570e97cd10aeb301758a223d972fe4ab95e08771949c7aa8fb26968db1e927709f2db832afb9fc2e2f70ccb16ccfc98de11f723c1e97, '2017-09-23 18:56:52'),
(118, 117, 'audit/request', 0x789ced57cdaee2c8155e2459ce3b584896ba2780cbbf1813a480315ca62f98d8a6bb471ac92aec023c189bb64df7bdd3d35256d9649357c93e91a26c13e52df20091f200395576717fd2b7a59e51a22cb20097ebfcd4a9f3f39d636cc99af5beb47a566b9be2724fcad6005bc87affa1b46464b5ca0a57e7d2ce63d21a249682d0a0a412ad82bc3993b2ba2238260593016ed003a47d5e562d60eb5bad348f70cadfa9ba28cf321255499ef19d0321a70e4e93b784eda8c083a33de9006755e469a3e8886f3a78478688be2bbad53a9f76051cdd49b29244e782741a834aa6c56ac95cffb9240515cd6a1b14a02df2ef9234c592de45c2b3058e92accacbfd409867154905d8105c5f782dc8289495d0782e8c4ea794bc229b174925e96aafab1ac2b31757c1e2ba2da4c9810833121df2e782bd2ff223910cd4455d559695ae2cab828fb7b8481a316a8161b57014911333c7849b54e4a692f6d5316d6338278930f58e7443777e7ef378f7980ede0c51b7df4e8e7027e91dd99c9a253e65bbf697d2978c6e52e53d1aa52d294841df74386a5f55274b922e519122704b81d30d01974b1b1c1d481653a55249aa2ac9765292c5e486394ee776774816e53110d9361cb2fb2e39b5859840fe54a42d6c8a47fc29ce766730916e6be07e9275d67e9b64b5a5ed24660ba37d2cd9426b97095b288dbba23c3f244c5ad5e138ae6e087a769b8100d12fc0a4dbe1da9f0c04d7f61ddf9f4f86ba16cb51df248a49e29ea9f5741c6359279a110da8adf89c56c36dac1f76e0dca38953e5f82d314e5be398c7dfcaf240585dad1a4df29b0339bc45c9715b2ad1a1a7ee0d5d49fac6b94403218cca623b8ca36d2fd23791166f0c8454b2d96c5164f4340d1b1a414827f126eeebba1ec5515fd663d2d3b65b63a3eaaa62c65bd994b1a88e14f889bd71020f24aae3129e3add521476063c619752e586aa2a35793a137bb638b64513896359b415d1b6451b898eee88a621a2498644a4ae447bfc958874713c812d71aabd136d47eca3be688e45a489aafd529ccaf529626fd21a7ca8635890f294438ddd2b749dd6b9ac58add79d55fe0ef22bee8c6f79b981dba0ae0c288026059d9b53521056960a1472b03fb705b92f2cf3b7f03065019996ae580809b345c011c0660860df218001a76579a7acf202320c560c23dac2f15c5650f96f013f62967c27c8ea0e90a2c310c11be042f3d2e4d2aac0bb2366a5c734323d3530c0b17020144427b83db13d45bb579d90687b5c405d0cd7c1b463320751ffe4e7ea825cff5635acd839dac1355b4d8d7dd3a05b0a2efdc6afa5eccb9665d54273aae6d9736e5ebdb9c2053ede0769f902c6e33cbebd23c0d9bee3bd743cbaa5d64103833d6732f71c3b08fd6014ac7d5656560b80bd41daab20588557ae1f7c14c2f586c176974b503277974fe0b8c91947f69543d903cfbdfe1898aba8e15caf66de68e284f3a5efd86bcf093de7576bc70ffc0788ce0d58c3ddc2d1cc5906ff1bb04ec3c00c1bd9b6b30afee3e04e13829de73953c7a341fed110afa00757089da5ed4ee6cbd92771feb1d0f568395b435c7e10d85f9c68bbee8bb9f37fc8ffef423e9bde56a3e08a83b5742e0b69936456fd47df4ab6a2ff2c60179009fdf96c0980e2b1a84152f06ae564771abc1ad55415c23c3a51e49594aed6557ac2b37596dc3c171e360f9a0d8df472b4703e8a47772ca3c9c46bc0ccb21ecbaf5c8f9524148d8938cd73166ee07c4c109613d75e2f005d42cf756b519090d6304c9612348223210596fca4aa3b1b9d881bb80a7d00bcda5aad2e47ce4041d0791d842b28d9f9eb7b6ea2aa39f133cf55eedd7f315f72a7dfe6e75f921b7c0480eb46f9f1120bdb9b438d4ee7d70ef7a86e3ca1fe69e06080d13ded4f8f1cc99d0c07e926ea236ee0a5e3ac3dd601549a599f31790200cc4681f36af435f486c0f1a623db69860b7b3697e4aefc28d7569e1bb876dd6e9a3e74e1ba17a885135cb99326f43327e0f602d5fb1adaa3d7601f4f66f94e74edcd7fc84de44b08b8fba12f7f42c3034f9b6cb80a7de77afa9992b41973cb83f9c209a7d7ee08ae1b83d39021f755045d4d33fa0821f912b33b76fae177c748e71eee2f3e6a50d86013c3bdd98343388697f7ccfafbdf013aeb0cbb4d73310ee84d3000d61b02c7765609a0f569886f32a2c179ceff34dc377072c17c2ef134f43776336cae610232e347f701c0a4f789851ee8067f5347401ca6b3effff0ebdffff9af7ffabbf39b2f32f493d55fbefad91fbff8e7bbbffdaeffdb9ffee2e53f600ce59328ad6aff2e043d5a0e70313aa1618b7fe38721fbca7f383e866141aa7391ad0b366c2bbdc799b52dd8645ca756836c6198c4dc52f932e796308dc730ef472c029af2a91ca55fe6128e8f49c64be4c3877f0106c7f941, '2017-09-23 18:56:52'),
(119, 118, 'audit/request', 0x789ced57cbaee348195e00cb79072b92a5ee2189cbd7380e91481c2727d32771b09dee1e6924ab6257124f1c3b6d3bdde74c4f4bacd8b0e155d88384d882780b1e008907e0afb22be7429f967a4620161ce9c4e5faaff55fbefa8d2d59b3de9756cf6a6d535cee49d91a600b59ef3f94968cac5659e1ea5cda794c5a83c452101a9454a25590376752565704c7a46032c00d7a80b4cfcbaa056c7dab95e6114ef93b5517e55946a22ac933be7320e4d4c169f296b01d157870b4271de0ac8a3c6d141df14d07efc810d17745b75ae7d3ae00d39d242b49742e48a771a8645aac96ccf59f4b5250d1acf64101da22ff2e49532ce95d243c5be028c9aabcdc0f8479569154800dc1f585d7828c4259098de7c2e8744ac92bb279915492aef6baaa213c7b71152caedb429a1c883023d1217f2ed8fb223f12c9405dd4556559e9cab22af8788b8ba411a31e18560b47113931774c3849456e2a695f1dd336063b49846974a41bbaf3f39bc7bbc774f06688bafd7672843349efc8e6d42cf129dbb5bf94be6474932aefd12c6d49410afaa683a97d559d2c49ba64458a202c054e3704422e6d707420594c954a25a9aa24db494916931b16389dfbdd215994c74064db6064f75d726a0b3181faa9485bd8148ff8539cedcee022ddd620fc24ebacfd36c96a4fdb49cc1646fb58b285d62e13b6509a7045797e4898b4aa8339ae6e087a769b8100d92fc0a5dbe1da9f0c04d7f61ddf9f4f86ba16cb51df248a49e29ea9f5741c6359279a110da8aff89c56c36dac1f7610dca38953e5f82d314e5be398c7dfcaf240585dad1a4df29b0339bc45c9715b2ad1a1a7ee0d5d49fac6b94403218cca623b8ca36d2fd23791166f0c8454b2d96c5164f4340d1b1a414827f126eeebba1ec5515fd663d2d3b65b63a3eaaa62c65bd994b1a88e14f8177be3041e4854c7253c75baa528cc063c619752e586aa2a35793a137bb638b64513896359b415d1b6451b898eee88a621a2498644a4ae447bfc958874713c812d71aabd136d47eca3be688e45a489aafd529ccab515b137690d3ed4392c4879caa1c7ee35ba4efb5c56acd6ebce2a7f07f51577c6b7bcdd206cd0570634405382cecd2929086b4b051a39d89fdb82dc1796f95b7898b2804c4b572c8484d922e008603304b0ef10c0006b59de29abbc800a8315c388b6703c971574fe5bc08f9815df09aaba03a4e83044f006b8d0bc34b5b42af0ee8859eb318d4c4f0d0c60160c42437482db13db53b47bdd0985b6c705f4c5701d4c3b260b108d4f7eae2ec8f56f5dc39a9da31d1cb3d5f4d8370dbaa510d26ffc5acabe6c59562d34a76a9e3de7eed59b2b5ce0e37d90962f603ccee3db3b02d8f61defa5e3d12db54e1a38ec3993b9e7d841e807a360edb3b6b25a00ec0dd25e05c12abc72fde0a310ae370cb6bb5c8292b9bb7c02c74dce38b2af1cca1e78eef5c7c05c450de77a35f34613279c2f7dc75e7b4ee839bf5a3b7ee03f4074eec01ace168e66ce32f8df80759a06e6d8c8b69d55f01f07775a10cc9ee74c1d8f26f94743bc821e1c217496b63b992f679fc4f9c742d7a3e56c0d79f941607f09a2edba2fe6ceff21ffbf0bf96c7a5b8d822b0ed6d2b92ca44d9259f50f7d2bd98afeb2845d4026f4e7b325008ac7b20645c1bb9593dd69f06a54535548f3e844915752ba5a57e909cfd65972f35c787879d06a68a497a385f3513cba63194d265e036696f5587ee57aac25a1694cc4699eb37003e76382b09cb8f67a01e8127aae5b8b8284b48661b294e02238125260c94faafa66a313710357a10f80577babd5edc81928083aaf8370052d3b7f7d2f4c5435277ea65de5def917f3250ffa6d7efe25b9c14700b86e941f2fb9b0bd39f4e8747eedf088eac613ea9f060e0618ddd3fef428903cc86048376555e50e5e6e9cb5c76e009556d6674c9e0000b351e0bc1a7d0d7743e078d391ed34c3853d9b4b72577e546b2bcf0d5cbbbe6e9a7be8c2752f510b27b872274dea674ec0fd05aaf7355c8f5e837dbc98e53bd1b537ff2127912f29e0e1877bf9131a1e44da64c355e83bd7d3cf94a49731f73c982f9c707aed8ee0b831040d19725f550cb5abe95a1ffe2e39bb63a71f7e778c74eee1f1e2a306850d3631dc9b3d3884637879cfbcbfff1da0b39b61b7690ec601bd4906c07a43e0d8ce3a01b43e0df14d453438cff99f86fb064e2e98cf259e86fec66f86cd354c4065fce87b0030e97d62a107ba21de34109087e9ecfb3ffcfaf77ffeeb9ffeeefce68b0cfd64f597af7ef6c72ffef9ee6fbfebfff6a7bf78f90f1843f9244abbdabf4b418fb6031c8c4e68d8e2dff861c8bef21f8e8f615890ea5c64eb820ddb4aef71656d0b3619d7a5d5205b182631f754beccb9254ce331ccfb11cb80a67caa46e997b984e36392f116f9f0e15f6e40f96c, '2017-09-23 19:01:03'),
(120, 119, 'audit/request', 0x789ced58cd8edbc8113e2439ee3b100208d81b49fc1329898a905014a5912d890a49d933c002448b6c49b428522629cfcc3a06f6b4975cf22a7bdf00c15e37c85be40102e40152dd6c4a3313cf24ce66173904b04764775775f557555f5513e9524b7f9feb6dbdb68e51bec579ad8774517fff21d72551afe5052a8eb99986b8d68b7445947b3991a865f8ed11e7c5054621cea88ca4103d30b54df3a206cbba7a2d4e031457ef445d9026090e8a284daa911dc687068aa377b8c654c39a02274523c6c9a6d8925159af753b745a8169146c71832ccad298edb347370db4c17d91bc6b7a2dcda24d546e016fdba238e88270cf1859d56bc7c32603f31b5192e3e098e1063b544e05f59a54d978cc7146f427e53964989ba55f46718c04b52972cf6628889222cdb73d6e02b6c71c0c70b6cb5d7292e84bb2af3de78cc321c6aff1ea655408aad26e2a1af7ece585379bd6b938da616e8c835dfa9c33b759bac7822636c5a6224972539214ce456b94454cacb4e08c52717ba0c829000d824da2001178859bc6f5f575639d66fbc6310328037061c8e04141800ff42c1d80a1c03785b02df671fd9e3c19f9e5cdc3d17ddc7bdb179bdd7ab40740846bbc3ab047744836f5cf85cfe93cf5569b84c91a6738236faafacf9e1002384286e21506a70a2b14ec701212a5428e8b224a36429484f8869e59adec6ed0c3c0241d864d365f46873a176208e002d7b955f6607d8c92cd114c24c32df01d4e1a4bb78e93d2d27a14d207adbecfe943ab9e47f44166700569ba8b4a9055d8ae52d7073d9b558f83d0c9c0a4dbfed21df638db742dd79d0cfb6a2b94826e07cb1d1cb63badb68a4224a9b8a5053d622b3ac6457f1daabb0d80bbefa058debfc1da61adedd3f08d24f5b8c5c5826992deeef0ee9d18edd7b91cecdaca5653e5a8ab1d73b1c7f9419eadfb61b06e07ea2a68852b4d1415bc5aadc5406bb75a486b61515471b80abbaaaa0661d095d410b75bebb5b6525445ee846ba923215e3164f8cfb70711fc88bc32c8e1572543b24cf7805f1825b3129b55e4727a34e6db263f30f98ec80f24de9479d3e44d91b7548bef68bc384c445e5416bc3978c18b2a3f18c2103f6a5df3a6c577c52edf19f0628b57cc57fc482a77e1dbc35aef43e9c30ce7871412f40ed3688468480e5c3616e935c457d818dc56b90ab041526a903d2c04ad9b4394619ad3325085b73dd639a9cbcdd377f0d39138b1a3abb22e8adc78e6551c63528e31cf1ca3c16e49dac88b3483088327ca42756e7fcc0ba08d774060210dbe03447503a6825d5f84372015f6c2626991a1cd1ed1d4a31aa91ef63a4dcb2cfb6f640bd86b3286f01843c8ad3bb90e61bb4519c8f597dea8d1a17013b4d3637122e24a6b88635c8e52ee389908403123be60741c8387be704b31f334a4eba5d090ea79f6bc32b01c5da00cedcb0aa2bf8f74b1e45eb90c00e954690669784b162995f3d9f138ef530910d639e89a560e00bd4ca017c369e8dc7a9928bd99c81bc318e1ae612aadeda53ade66ebd9c013d3b97934678b79088ebe681f46a9131b1bdfb9babada5c1a93e9317d150f6e3703050de437ee409d0edebed8f0ca10fe553435c4d404ae48b97b67a6c05333681c804d3f8e35fd3e60fa813ad1b59c579643e1ec523cc102c71a4e1ccbf47cd733bca5cb90924591d5d80bcf5bf817b6eb7db4b6ab6c8169cfe7a06462cf1f2ff0b0c6b3e69e3fb5e663efe27e81ef547a0cf3c222da3cc79e7eacca93d0a02b6d67329ecc9faaf58ac8962e1763c7185afe64ee5ae6d2b17cc7faedd2723df75ec1af8eb204947c630c96feef54fd0a3aef6a617d52d09fe0324cd35a783f7aed27c6d2fd1c6b643924d67e30a7c9e2bd23f8d6dcb48793f9f8c936e0a1d0d4988f97e0d4ffa817388168daf6cb89f5ff8ee0a7ed08e8ed626130ca0042108e7926aca2442fff90b79c3e91bf1523945ce7bb93f11c78cda15e83a0a852bd9ab647de6ba39c55c0cdc6811466416eb69a729b7bb64ca29be7dcfdde824403939e1b33eba3b4785e620c870ee3545d7f28bfb01d8ff160e7c46e8e35b33deb6382f038b4cde58c308163dba52848084bb8a8e40254f63dc61912dca8281b1fc2ba8ceb7c1788b5b4b655a6e33d5abef4fc05a4ece4f20e4c447535f989fbca77ce3f632c0da0dfa6c7dfe01bb407766c06e9fee40bd399408e8e26501918a2aaf688fac789831246f3b03d3c00b2021936523b92a254069e0adfd2a195a605c7fed7b4746e8a64e98e0ec0d8b98212ea3062025ca3b02f571c35363cebb5710515c8b39c91615aac4935c713416a4a0f8272e1d89e6d96f58f15c6d3aa3b1e9d59de857dca0f56a1c9c99e32463acb2f9d099d55fffd73fffaae1ee6b6ca65ca937aee79a743fb75dfb5a6a34f94248d4265bf379959fe686a1b70f010f01335a9abc85abba969eac9c7e7a5e443c679116933219fc696776ac7640253ed6e1f7ac2f5a76fd868bf56d51b76f7e99c4b0e0b685a7818a255f561a40135884d548588062d687dbc1eb1a86445a95aff786d62dc772a5095c4e3758ad97d4251224dda0f2e5ae03a768538eb06671320c0a9a3f1efbefdea9beffefca7bf5a5f7f96883f5b7cffe2177ffcecefd77ff943f7f73fffd5abbf01dad53d8850907bfe12d626290907235d2d82f9f774c8f7e927b35354c0d035ca12fa6522d21b527583f1fd0c17c72c5966f42e29b71f46f93aa3779932cc59a2fa3e89c1d278e974efcae1b219c27536a04e69c94fe50bf96a25a0701f25e71eeaae8965636ca204eeb30557e63597dfe605de732cdb737263f807155e1e19, '2017-09-23 19:01:07'),
(121, 120, 'audit/request', 0x789ced57cbaee2c8195e2459ce3b584896ba2780cb578c09528c311ca60f98d8a6bb471ac92aec023c804ddba6fb9ce96929ab6cb2c9ab649f4851b689f2167980487980fc5576712ee9d352cf2851165980cbf55febbf7cf51b5bb266bd2fad9ed5da1c70b923656b802d64bdff505a32b25a6585ab73e9e409690d524b41685052895641de9c49595d119c9082c90037e801d22e2fab16b0f5add6218ff181bf5375719e6524aed23ce33b7b424e1d7c48df12b6a3020f8e77a4039c55911f1a45477cd3c15b3244f45dd1add6f9b42dc07427cd4a129f0bd2691c2a9916ab2573fde792145434ab7d508036cfbf4b0f072ce95d243c9be338cdaabcdc0d8459569183001b821708af051945b21219cf05fb743a905764fd22ad245ded75554378f6e22a9c5fb78543ba27c294c4fbfcb9e0ec8afc4824037551579565a52bcbaa10e00d2ed2468c7a60582d1cc7e4c4dc31e12415b9a9a45d753cb431d849634ca323ddd09d9fdf3cde3d1e066f86a8db6fa7473893f48eac4fcd129fb26dfb4be94b4637a9f21ecdd28614a4a06f3a98da55d5c992a44b56a418c252e0c39a40c8a5358ef7244ba852a9245595665b29cd1272c302a773bf3b248bf304886c1b8c6cbf4b4f6d2121503f15690bebe211ff0167db33b848b735083fc93aaba04db2dad3769ab085d13e966ca1b5cb942d94265c719eef5326adea608eab1b829eed7a2040f60b70e976b80ac603c17302370866e3a1ae2572dc37896292a4676a3d1d2758d68966c403ea2b3e1faae126d1f75b08eed1c407e5f82d314e1be39827dfcaf240585e2d1b4df29b3dd9bf45e971532af1bea7ee0c5d49fbc6b94403218acb62334ce24d2fd6d7b196ac0d8454b25e6f506cf4340d1b1a414827c93ae9ebba1e27715fd613d2d3361b63adeaaa62261bd994b1a8da0afcc4de28850712d551094f9d6e290ab3014fd8a554b9a1aa4a4d9e4cc59e238e1cd144e248161d45741cd141a2abbba26988689c2111a94bd1197d25225d1c8d614b9c68ef44c715fba82f9a231169a2eabc1427726d45ec8d5b830f750e0b529e72e8b17b8daed33e9715abf5bab3ccdf417d259dd12d6f37081bf495010dd094a07b734a0bc2da5281460e77e7b620f78545fe161ea62c20d3d2150b21613a0f3902380c019c3b0430c05a9677ca2a2fa0c260c530a22d1ccf65059dff16f02361c57782aaee0029de0f11bc012e342f4d2d2d0bbc3d62d67a4c23d3530303980583d0109df0f6c4f614ed5e7742a1ed70017d315c85938ec90244e3939fab0b72fd5bd7b066e76807c76c353df64d836e0708e937412de55cb62cab169a5135cf9e73f7eacd252ef0f13e48cb17301ee5c9ed1d016c07aeffd2f5e9965a270d1cf6ddf1cc779d300a423b5c05acadac16007b83b45761b88caebc20fc2884eb0d83e32d16a064e62d9ec0719333dace954bd943dfbbfe1898aba8e15c2da7be3d76a3d922709d95ef46befbab951b84c10344e70eace06c913d7517e1ff06acd33430c76cc77197e17f1cdc6941307bbe3b717d9ae41f0df10a7a7084c85d38de78b6987e12e71f0b5ddb8be90af2f283c0fe1244c7f35eccdcff43fe7f17f2d9f4b6b4c32b0ed6d2b92ca4759a59f51f7d2bd98afeb3845d40260a66d305008acfb20645c1bb9593bd49f8caaea92aa4d93e51e49594aed6557ac2b35596de3c171e5e1eb41a1ae9853d773f8a47772cf678ec376066598fe5979ecf5a129ac6449ce6bb732f743f2608cbb1e7ace6802e91ef79b52848482b18264b092e822321059682b4aa6f363a11377015050078b5b75add8e9c8182a0fb3a8c96d0b2b3d7f7c2445573e267da55ee9d7f3e5bf0a0dfe6e75f921b7c0480ebc6f9f1920bc79f418f4e66d72e8fa86e3ca1fe69e06080d13ded4e8f02c9830c8674535655eee0e5c659f9ec065069657dc6e4090030b543f795fd35dc0da1eb4f6cc76d860b673a93e4aefca8d696be177a4e7ddd34f7d085eb5ea2e66e78e58d9bd44fdd90fb0b54ff6bb81efd06fb7831cb77a22b7ff6434e225f52c0c30ff7f227343c88b4c986ab2870af279f29492f63ee79389bbbd1e4dab3e1b809040d19725f558c5eb7a75ed275c749bff9ee78e8c8c343c5a70c8a186c58b8377670f4c6f0f29e397eff13406797c276dd9c896379930740f486c0619d3501687d1add9b6268209ef33f8df40d925ce09e4b3c8dfa8ddf0c966b8480a2f8d15700c0d1fbd4420f7443bc6920200f93e9f77ff8f5effffcd73ffdddfdcd1719fac9f22f5ffdec8f5ffcf3dddf7ed7ffed4f7ff1f21f3081f2219436747097821eed0438181dceb0c53fefa3887de03f9c1ca3a820d5b9c856059bb395dee3a2da146c28aeabaa01b5284a13eea97c19714b18c41318f56396014df95479d28f720927c734e3ddf1e1c3bf00c7def85d, '2017-09-23 19:01:07'),
(122, 121, 'audit/request', 0x789ced58cd8ee3c6113ec439fa1d080104761d49ece63fa9088944511a7947a24252bb6bc000d1225b235a12a925a9dd196f16c8c9175ffc2abe2740e06b82bc451e20401e20d52d52f383d9016c27410e0166c45677577575d5575f15456cacdaef4bdbb05beb1d2937b46cf5888decf71f4a1b23bb5556a43a964e9ed0562fb565847a25936815f4cd9196d50525092db88cc5d4c0ca262fab16ecb2ecd62e8fc9aef9ceb4c57996d1b84af3ac99d9527ae8905dfa96b21959b35bc7c355014a3b6956d2f858d04e7d54c945ec166e448f252d3ae48a6627f532accdf2afd3dd8e485a1709cf66244eb32a2f373d619a557427c084e005c26b01a308cb91fe5c181c0e3bfa8aae5ea495a4294657d185672f2ec2d9655bd8a55b2a4c68bccd9f0bcea6c8f754d2511775158ce52ec68a10903529d25a8c59a0db2d12c7f4c0cd31e12615bdaea44db5dfb5099c93c6845d5cba6633bfba7e38bbdff5def451d76aa77bb893f48eae0ef5901cb2abf667d2677cdd64ca0de6ff352d68c1cf858b6faaea604bd2d9e1520c6e29c86e4549bc91d6450e0ec812a655ca0b88987428f29896e56fd2a42f73f7698df51d9ac5799266577c1a8ebafa3a3db48584023e2ada1656c583fd3b925d1dc15036ad822d34eb2c8336cd4ef6b6d3840ff4f6bee403b55da67c20d74e8bf37c9b72694583e31a757dd073b5ea098081024cbae92f83514ff09cc00d82e9a8afa9098e2d93ca264d0c5335349210ac51558f7bcc5672dc55fd75a26dafc0c57b93ece4fd57543facf57d9e7c85714f585c2c6a4df8cd966edfa274bf2ee5786b281b5d93534b3f96a827447159acfb49bc36626d15abc94a4748a1abd51ac5baa1aa445729421a4d5689a5695a9cc416d6126aa8ebb5be52344536933536311195810cffa2314ce181446558c2536353b2cccf8027ccb2555caf2af269793c110d471c3aa289c421161d59741cd141a2abb9a2a98b68942111290bd1197e2e224d1c8e604a1cabef44c7152d6489e65044aaa8382fc5313e9d221aa356efc32986052d0f3964da9d44d6592263d96ebdee2cf27780b2a433bc69920edc06d9a5431ad44074af0f69417972ca90f2e1e6d816b025ccf3b7f030b1804c5b936d8484c92ce44a14bbe5002869c7015016f98ea3004ecbf24e59e505200c4631dbd116f6c7b282fc7f0b049170f01d00db1d588ab77d04df801dea2f35961605b9da139e805c23d773a20738966741d5096f0e27b651efe428006d438a9256fd6538ee98cd7d035a81a10d406515444e9850e5584709200ccbc4c0805c8b504ca9169b32564dba9675622a5859af749d22d54c14c3d255cb5cc51840a4ade49f8509713c14c7033606413c1465c51347a315047a255a2e0380a552860677288e5cb6c9b400300c3cb2220ee0cf144d4d1c5bb0a088a6215a0019eb8c8e9e7020d5a62ff504c62b79b6bbe1786170c98fd5c99fe0df3dc9204f3b1559eda8946609bd3ed36043f12ca11bf6f9323e057c0738fb72c6654326ea9ca76dfb243965ba9e3d6fe2769a5c9082ecef56277cae42c33cb9b95d000302d77fe9fa6c4ae1d58d21dd774753df75c2280807e132e07c63b7a0a2d5c5ea220c17d18517848f162faddee078f33928997af3c72b9882ea8dcbc5c41f8cdc683a0f5c67e9bb91effe6ee9066170af8c356a9760713498b8f3f07fa39631e772c3068ee32ec2ff78456361e6e7f9eed8f559e8fe4d754d46f72e12b973c71b4de793278bdb43a1cbc17cb284e8fca40a7776a5e3792fa6eeffebdc7fb7cef19e7431082f9a0a251dcb425aa5997dfa60df4a3e629f3c6067028982e9640e64e1f3a801289a9c6d96bd71f86a705a5520cc83032b3792dc55bbb2213c5b66e9f573e17ec56468a8a5e78399fb28d7dc6e198c467e4d54b6fd507ee1f93c3121754cd4acf9eecc0bddc7046138f29ce50c3826f23def240a12d212fae85282eab7a7b420529056a772cedafc9ab4a2c0b9704fd6aaa7a46c36001f86eeeb305a40e24e5fdf711353dd2cfec873e53bf79f4de78dd36ff2e36fe935d903cd75e37c7f8e85e34f2147c7d34bb7f1284baf47d53f411fbc7e750f9bc3034f365e869334136b4a63e1b99c2cfd4bee17d8f084fac76b2563a0c920745f0dbe804211bafe78e0b87563e54ca612eee207905bf85ee839de65dde2306239efba13af991b5e78a31a0113376cac8655ff0ba8807e4d810da6f1ade8d29ffef4fbe0733c9a5828fa937aeeb9dde4fd6514b897e31f2bcafa91e606e174e646e34b6f00d74ec07948c796221b6ad7d02c84103e47f0763b7bb9bdddc89a9dc66f4d57c15884370777da8c86d1eb9ed9bc25f51a319cdaeb9b35fc5e070558be5e68a89e270668fd38e3d7c8a869bfd9ff71f6afd9e55c021a898f5782da6e4ed527d60084fcecb20014f53eb5d13ddde06fe60888c378f2fb3ffee1fb1ffefae7bfbbdf7c9aa15f2cfef2f92ffff4e93fdffded3bebdb4f7efdf21fd07b36ed274bf2e03604064b0bb8186bc688ddfc8e1145fc978cfb9d621415b43a16d9b2e02f1cb2f124b46aa28ba234692cc5e7beb684379204de79621e01557ea86945e26da388fd462191649f664d927cf8f02fbb7e32d1, '2017-09-23 19:01:14'),
(123, 122, 'audit/request', 0x789ced58cd8edbc811be24c73c412e8c165cdb1bfdf047a4280a02c2a1288dd623514b51f118588068912d8916297248ca3363c3a760b1c83dd7040be492e7c87b24b79cf2049b5c52dd6cea67d61ec09b5d244032981991ddd5d5555f577d552da48b6dfd6dae77f4da2a42f906e7b51ed205fdedbb5c1705bd9617a8d8e76612e05a2fd46541eae564452dc3377b9c1797180538a36b4499e881a94d92173510ebeab528f15154bd13757eb2db61bf08935d35b2c5386da0287c8d6b4c35c81478573422bc5b171b322aeb354950e83c3cfac8dfe00691ca92886d14a3bb065ae3be40de55bd9664e13a2cf780b74d51a47aab75668da4e8b57dbacec0fe46b8cbb1bfcf70837995d3857a4dac8cdce73823fa77a52312cc4d92376114a196d214b8a713e487bb22c9373d6e0cc6471c0c70f69cbbe644c113254f7dc619691ae11778f93c2c5a8adc69ca2af7f4f9a53bb9aa7351b8c5dc08fbdbe419676eb224c62d55680a4d5914a5a628cadc1cad5016b265a50547988afb94422703340836097d44f06ddd356e6f6f1bab248b1bfb0cb0f4e10c03060ff27d9c525f3480a1c077456b53c451fd6c3d19f9e5ddc3d138eaddf48566b71ec60048eb162f53f688d2ddbafe59eb333aaf11e51d12272b9ce18cee2b7ef7245a3eb890a16889e1505bab8cfa1410adad18ed406ba340cb08b7c25d80efa8e74a657d83ba14eed67418b65abf09d33a176088e302d7b965f6403e42bbf51e5492e136d882778dc5bc8e77a5bdf530a00f6a3dcee943bb9e87f44162a0f949b20d4ba855d8ae52d7073deb658f8300cac0a4fbfe623ee871b639b7e6f3f1a0afb403d1ef6a58d270d0d1da1d05054854705bf57bc456b48f8afe2a50b66b8038d65024c5afb09aaed438095e89628f9b5dce9826f1668bb7af85305ee592bfedc81b5591c2aebacf851ee7f979b6eab7255f1502d0264aa823ca4aa78bb088b1e26b92d8d6f04a5291268bf26aa9aa58686b81dce9aaedaeb6f4c560a92a4b09f1b221c11fdfb908e143e0e58b1c3e15322449740ff88451322bb259592aa7f9e1053f34c8332c142f7849b6f9c160c90bed25dfb57861c077db981714debae0071611d2babca5f0a604a2bc01bf1aaf29fcb00b1332af75f8ee005ecafdf8cea0d67b579e6686f33481843da11e95300fc989ebc62cb985780b1a17f755ee028090a42a64130b49eb2e0d334c735c02ea7037fb3a2776b969f21a3e349113345d917441e04613b7e21c93728e79e41c1576db258dbc4832883578a2ac54e7e27d5e008dbc06460b6818a610e50d98f2b77d01de8064d80b8baa5986d631a2a94835523decf52a29b3ee87cb1eb0da64bce132de90da270c0061bc41598e8bfec21d36340a3ac13cd917077e4e32c0bd8582a01116383e304a65a8027055a67cc9583a8283fad226ebccc380ae976b8c2018839ea7cf2a03cbe119ca507c5a8cc443d1b948827b322157c7ce5ce2dc8fa5429073d02d45410037cb2c723e4fadc1eab531bf4eb359ec477e607c311bde69ede12bacad4c14662a4e5ea52fe4eb1befe5a55ab4edc928bdddaa17cb42732e174aa17e6e086efe4678b30d6d09cff7c1d058dff2f2007e3f058bf03ac9eebd30e88b9f524888f7bc72416185615e19f4a5b31902339b385f928132327a367853dc53c98a160798bacb150977c4944257794ca30dc2edc771bcdfa79688a4701f7c3f2db0908307fb896db41fd1589c1d652596be0c8d530da41f41658042c2b383051c8e32efdebda3613ab79c5f5b0e4540a3d1031838d660ec58a6ebcd5dc35dcc0f0d87c08cbb74dd997769cfddf736350a1330ede914948cede9873b1b9071ada9eb5d59d3917bf9a0b3d12a458679691175ae635fbdafbd21505249db198fc6d3c79a1c5960a28bd9c8310696379ece2d73e1589e637db1b0e6eefcacd3a97c59004c9e310253ff7bda9d0a3bf7e5ccfaa81c3fc06598a635737ff4a687184bf773aca1e59060fb81c85b12ce1cf1aca9690fc6d3d1a3fdcfc34557c674b480a3fd5e4dd0014ad3b69f8fadffb742ffa9568852decc2839843431ad7d9eb596e14e2fff91b79c3e91ff154394e4e7cdc7a329109d639df02549fd6ada1eba2f8c725686033752d291b4a466bb2975b8a78b5d78f78c3b6faa485cb0d5536362bd97278f22c660e030eed3f587eb67b643531492483bb09d634d6cd77adf42781cd8e6624298c1b1ed7229ac682de0c696b7a0998931ce506b0e5523af6898719f3707a22dad6d97e979c6d3d7ae3783141e5f9fc0445457931fb9af74e2ff84b136807e9fec7f85ef500c6cd9f493f87016a633866c1d8ea154304495ce07d43f4224943b9ae9267d80648532eca468a22257161e4ae1c2b9aa18e211f5dfed04090f8d0cd77a61bc845ae35aced0302d56b8cdd1b82536c507e136736cd736cb4ac74ae041eae4ac26967b691f229f156362324c3b2fa1743b8c09ab80168f6b17cef8fb39231e0ea23a04597d54c719de1abd7b7873eb6af8b14b49335059ef8e279637bcb20d703900e40455ecca52a7db94ba6a177e0e477714275fd51c05490f0f7932b2dc63377d00f17fb115a49d6055c2d8ed513b56319618b496b173ac0a1ad307658d4d54b58de63f68fd70896326b33a57c97fb8dc31380e35af5af1e1d2c7ec3e9ca348babf7fbb0e0213bf0d75e14c3744170102a2ee9fffd0bff9f927f65f963f59fee167bfc33ffdfb5fbff9eddffefcc91ffff4d5b7c26fbefefdb700777587245c363f46608730003846fa6504f36fe990e7d16f21e9f7896c28dffb3ece73b26b43ecb19ba0e765b8d867bb45466fe352e7d1dc6281e1d158298d170f77d61caeeb4198619f1e4a5b7aa86989fc6da5887c0f08141187bb635b766a228b5872a36657d1d3593a11faecbb4ff06285b8156a10a539938d41908520a9bd4f488473e2130e2ec9e515aed8608ea608f7447ac24ebc088b08573a49ea94e2bfa0d79e7f01ad64a70a, '2017-09-23 19:01:19'),
(124, 123, 'audit/request', 0x789ced584b8fe35815dec0925fc0c6646475f790c46fc771140997e3a4a2aec4c176e81e6924ebc6be493cf1236d3b3d55d3ea1542883d5bd0486cf81dfc0fd8b1e2170c6c38f7fa3a952a55b7d40308164855c9f53d8f7bee797ce738c89454f35d650eccce3645d51e579d113245f3ddfbca9444b353d5a83e557611e3ce283165511c5544a253e237275cd5d718c5b8a432c00d7a80b42faaba036c43b39316114adb67a22e2af21c477552e4edce01e3630fa5c95b4c7714e041d11ef780b32e8b9429cad06d0fedf05824cfb266764ec75d0947f792bcc2d1a9c43d665045b5981da9d57faa704944f3c60619688be29b244d91a0f545eef90245495e17d57ec4cdf31aa71c6c70aecfbde6243194e4507fc159c7638a5fe1cdcba4163465d05774eef9cbeb6071d3e5d2e480b9198e0ec50bcede974586055dec8b7d4592e4be24299c8fb6a84c9818b140373b288af0919a63c04d6a7c5b0bfb3a4bbb08ce492244bc23dc929d9fde3edecdd2d19bb1d81f76930cee247c8d3747b644c77cd7fd5cf89cd20da27c40a2b4c5252ee9b970f17d5d1f4d4138474588c02d254a37185c2e6c4b7039ce63a255c8500e5a7b35daa45848f218df52f769adf53d9c47459ce43bba0d47edbe498e5d2ec6904535ee729bf2117f8af2dd0954926d156cc1796fed7771ded8db4d62bad0bb5945176ab74ae842664e8b8ae29050694587e35a7563d0b3db8c38c881124cba1baffdc988736ddff1fdf964aca9b1140d0d2c1b381e18ea4043319234acead188d88a4e693ddec6da61072ece0c94cad957583f6ef5ac88bf92a411b7ba5e314dd29b033ebc15936c5bc9d161a0ec754d4e86faa912475c1855e576acca912ec6a04d92d14052b4c1106109632d32644935f056d691a148ca76a3eb58548d58190c7575686c2229dee8da4646bc62c9f0cf0fae12f81279e5aa826f8d6cc9323d03be619750254655e486cc4faff8a945d620285df1b2e2f293c98617d50d3f747871c20f55cc8b1aef5cf11387301943ded1785b0656de823f8337347e3a0482c21b037e388187e63c7e30e98cde37d12c71752ca0e62e0a5f23752fc966e7756f557c0df916f7aeeedaf20307429de950102c259ddb6352625aa6321476b03f753969c82d8bb7f065489c68989a6c8a22375b042d22d81411ec7b44d0e1b4bce855755142aec18a624697cb4e550d48f016f024a66978842cef01293a8c4578029c600f2cab5625da65889622d548f5344001c7d27aa87bc1dd91eec9ea45b542caed5159e17abc0ea63d833a88f8a738d58d0283a0d653454411a085408d002f2bbc2f19e6a5e0d82f17543620a2f679db341bc939d1f5fc456b68b3b94225ca2ee15b3ac3f45511dfdd13c000dff17ee178644b69c207a67bce64ee397610fa8115ac7d5a6a6607209f61f07510acc26bd70f9e04778d31d8ee72094ae6eef203086fb48c967ded10f6c0736f9e827945649cebd5ccb3264e385ffa8ebdf69cd0737ebe76fcc07f80f5ad016bb85b68cd9c65f0bf01f8240cd430cbb69d55f01f877d9210f43ccf993a1e09f2bf09fc65f1c145426769bb93f972f6d10ef058e8c65aced6109defd506ceaeb45df7e5dcf97f33f86f35033ae7adace0ba8571e15495c226c9cde6833c5574453e69e8cea013faf3d91200c6a3f183f468abb725bbd3e095d5501508b87524982cc87db52f0fb8e7eb3cb97dc13d6c2b242f98f4d25a384fe2d33d8b3599780cdc4cf3b1fccaf56889421119624bf39c851b384f09c272e2daeb05a04de8b96e230a12c21ac6ce4a801691615c22c14feaa6e791d999c157e8030036d6aa4d79b60c04149dd741b882129ebfbe701351dd123ff15cf9e2fe8bf9b275fa5d71fa19be4519005e3f2ab2732c6c6f0ed53a9ddf38ad4749a77a52fd4780846247ffb83f3ef264eb65384933244d692d3cb7a0b5475b820a0c9f3ea482a1332b705e595f40cb081c6f6ad90e9b3eecd95c90fad2a3945b796ee0da4d1762ede9cc7511af85135cbb139601332768ad06aaf705744d8f81619bd3d2bde8da9b7ffffb48e778b4b150f48fea79e076830e61a1efdc4c3f5594f4eaf606c17ce184d31bd7826bc7e03c5197868a3c18429733ced1bb67256f8bf74c64386a7dd64e210441e830713196b4b88ee0e11d35fdf2b541a3ed62b761b76a519e0504b09e115ac0a745015a3f8cfb2c2b18f8b7fc1fee010c59ce8da095f8703f607653c06e1003b2e35f6e0e004fef12537ca01bfc4d1c0171f8c7dfcd6f7ffc99fbe7cd0f36bfffd16ff10ffff6976f7ff3d73f7df6873ffeea3bf197bffedd7730abb6e32a2970ff3e04035212703132bcb1c11eb6c290fe34405ff2d9567582b7baaa6a4e65b3661896b83e95f9baa433ba3cf868a231d80bc3246e6d97ce937105437c0caf09118d892a3fd6b441d1a155445ef0051467497e5f3297162253653f4cd46c8ebfa4524212b1df23e0165bc46d518f28ad186f068c2c03493f7a06989771d233ce8a631c7375c1d57bccb925bc0e71cfe4672ce07552a7b8d539271294fd27e0f8f7efff0905cd3e81, '2017-09-23 19:01:19'),
(125, 124, 'audit/request', 0x789ced584f8fa3c815bf24c77c825c905748331bdb5085c118ab95d018bbad691b077066565a0995a16cb3c6c0009eedded19ca228ca3dd7442be592cf91ef91dc72ca27d8e4925705b83d9d9956367f941c56ea3645bd7aafdedfdf7b3631d0c0785b1a43a3b34d48b9a765674c0cd978fbae34906c74ca8a54a7d2ca22da19c70696e571c9383a057d7da265754349440bce33626280b2cfcaaa03a7464627c94292b4ef4c5a98a5290dab384bdb9d03a5798f24f11bca76b06a744ef9ae00a1bd382d69782a68afb9aae42c4607b5aca792163db2a3692d1e036d917d15270991d4be2c3c5b90304eabacdc8f85795ad144800dc1f184570292038403edb960e679425fd2cd8bb8925465d85734e1d98b1b7f71db1592f84085190d0fd973c1da17d9914a9adc97fb0a42b88f902278644b8ab861631a6846878421cdb93a3a5852d1bb4ada57c7a44be09e3824cc70e98eedfce8eef1ee3119bfbe92fba36e7c049ba42fe9266f96244f77dd4fa54f395d67c287ccff5b5ad082df0b86efab2a3724e9ec702904b71424d95012eea56d918103d28849958e2405a9bd8a6c122ac56944efb8fbd456fb1e4dc32c8ad31ddf86ab765fc579578828e44745bbc2a678743e21e9ee0422d9f60074a1696fed75695aebdb8d23bed0bac7922f06dd32e60bdc382dccb243ccb9150dae6bc55d819cdd662c400e14a0d2fdd5da9b8c05c7f26ccf9b4faed44184c2914eb14ea3a13e18aa242248a5032d1c335dc929a9aeb6917ad8818b8f3a49f0f10baae55bed98455f2034165637ab46127a7da08737727cdc96383c0c95bda6e278a49d4a792c0461596caf0638d4e408a4214c86485187234211a56aa86334d0e9166b445790b2dd681a95077aa40c47da60a46f42146d34758389a89818fec5e1750c0f5954ae4b78aa6c0b637e073c619751514355704d16a7d7e2d4646b6044d722561c7132d988f260238e6c519e88a301156555b4afc589cd0ee923d156450bc351d1843f5dd455713a028222ea4371348197fa3e7138e98cdfd5d12c68996750731725adb29246d8e8bceaadb22f21dfa2def57d5b7ee040a8330d0aa24949fb2e8f0bcacb1443f1fbfb535740236199bd81878e045937546cc8b2305bf85c8862742c484fdab3203d8b2ce1f900b7a559afacb202720d56213bd1158ea7b2022478035011f134cc21cb7b400a0f5732bc014e342f4d56ad0ab23b125e8a5c22975303055ccbeba1eaf9f7798d3b838b6a8594db93a2a4d5d5da9ff674ee20e69fec54d156efac001f49799185b42ccfc5df029b0a27da9afb3cac8d4bc0a79f3b8ccd3a6f1846cdb3aae53c7bdeead76c93821c792090f13636e41aff701d3174c6e0eb2cba7f006d50c4b3dd9fd92edb52ea0882f6ae3d99bbb6e5079e6ffa6b8f571bc892e506aa6f7c7f15dc389eff41e8569b0396b35c8290b9b3fc307e2b727370bd9ab9e6c40ee64bcfb6d6ae1db8f64fd7b6e77bef81782b760d1a07e6cc5efaff1f48ce9ccb15332dcb5ef9ff753c6721e7f7b9f6d47659e8fe43a88ee5f70c09eca5e54ce6cbd993d0fe98e9d65cced6109d7f09dfcfaeb41ce7c5dcfe0ee5ff5728cf67b395e9dfb4f82c9dca42dac4a9517fb0b792afd8270fdd194a026f3e5b026cb83c7e901e6df5b66467eabf346baa0201377306b612ee0ffa78283c5ba7f1dd73e1fd7ec1f2a2e15e9a0bfb83a8f370c49c4cdc06b20ce331ffca7179894211e9724b73ed85e3db1f6284e5c4b1d60b409bc0759c9a1538a435cc93a504d87fa4b420921757753363e36e035f8167ddd8b5b683ba3cdb03808cbefdca0f5650c2f357176e62a25be2b7bc175fd8bf982f5ba7df67a79fd03b7204c0eb87d9f11c0bcb9d43b54ee7b776eb5175f811f14f0009c78e7ebecf1f79b2f532dca4ea48555b0dcf8d65edde72bf80dd4f88ff87c689d1850c70b2fb19b428b7c128706c1c5de116ae66a66fbf343f83aee2dbeed4b4ec66f2b0667309f5d1a3ac5cb98eef58ce6d330330143a9fba08e9c2f66f9c49932433db6f0d7b4a17f4c0be76e79caafef366fff8524e13b636648af6a49cf7a2a3f3212cf0ecdbe9b76545fa8305fe7c6107d35bc704d32370a0aca1918275a58f95c139c80f47d9f7c087436c1669fdc6e7145e8771d4b91c5618f2f0d1e2624869fb018197b7dc96cbef112a6f33bb4d6366db1d9a28418f68086da3e09904523fde2f9a54699a467bfee3bda341a4730369393ede471abd39d0d74803a5f06f3715706733fb3dc88600304780a3fff657e3eb1f7ee2fc71f3bdcd6f7ff06bfafdbffce9eb5ffdf90f9ffceef7bff846fef92f7ff30db8bf9d5f1930780f2118b23a01c3d828478cf6378020e0bf025cfc0680d86641ab5391ae0b3ea2e3e19379d6d44a10b024a83545e7e9b884193e826f09218fc0003f96b421e1a115c4bedf4b243ac6693bd0bc7bf777bf6fff4a, '2017-09-23 19:01:23'),
(126, 125, 'audit/request', 0x789ced584f8fe34815bfc0914fc0c5cacad2cc92c42effb7a3081cc74947d389b3b6c3cc4a2b4515bbd2f1c6b133b633dbbda3392184b87305adc485cfc1f7801b273ec1c28557653bc9b4a60796158203adee4eb9aadeab57effddefb3d075b48b1de96966e75b6292e77a4ec0cb0255a6fdf951612ad4e59e1ea543a794c3a83c49244715052894e415e9f4859dd101c9382c998540dacecf2b2eac02ed3eaa47984d3f6996a8bf22c235195e4593bb327e4d8c369f286d01949b53aa7e35d014a7b495692e854905e7354c944ac0e6a454f25297af88e64b57a09d6e6f9d7499a6241ed8bdcb3398e92accacbdd809b6515493998e0bc807bc521718da4b5f69cb38fc794bc249b174925a8b2de9735eed98b9b707edbe5d2644fb82989f6f973ced915f981089ad817fb3242521f21990bf016174923462dd0ac0e8e227264e61870938adc57c2ae3aa45d0ce72411a61717eee9cc4fee1fcf1ed2c1eba1d837bbc901ee247c4536c766888fd95df753e153b66e50e53af5ff9614a4a04f2a1cb5abaaa3250867870b11b8a5c0e986e068276c70b427594c950a25a9aa24bb13922c26f7cc716a6b778f64511ec3229b8643eebe4e8e5d2e26808c8a74b94df1687f8ab3bb139848a715703fc97aaba04bb2dad26e12b381d63d946ca074cb840da4c65d519eef13262d6b705cab6e087aee36030ea25f80490fc355301e709e13b841301b0f552546916910c920b16e28ba8a638c54a268d180da8a4f6935dcc6eafe0e9c7b30702a1dbe24da71ab1df2f84b8406dcf266d96842aff764ff464c0edb528af6babcd3542931b553290eb8755416dba122459a18833624611dc9aa6e628208512343428a41b692860d19c9db8da611513162593735c53436118a379aba91302fdb12fcf1fa28810f919747257caa744a92d819f009b3741535abb2542ff393113fb1e91804d18897648f1f8f37bca86c78d3e5c5316f2a841755de1df163976e324cde55794782adbc0dbf066fa8fcc48405993774de1cc3437d1eaf8f3b837775340b521e73c8b6ab64d6683223c9eabcea2df3af0069716ff4d0261e3810324c835468c0e8de1f9382b0049520edc3dda9cb21935be46fe0c3409c6858aa648922379d874c896c751c0026e93939c0344f191ee0b42cef95555e00d66014d11d5dee702a2ba8016fa048c40c8647c0770f96a2fd508427a810cd4383aa6581ef0e982521d3c8f4d425028e850321357ae1c3b1ae38ca559e02e476b8800c19aec249cf68ef1b900a0c6da12a29a0a64107522251ddea71ac1173ab2b5b5193b692bcd5752ddec8a6286e2515ab511c299b284686a19be2268eb0a21a442452ac7d3f74181a0f9363998e21d208f1aecd3bfa2d3f86079d3746bca1f026e2d18437657e24f212e2d5d167296fdb07de7578dba11002b0209b17e5c36b3ad76263c01d71b51b0a038e56963c4b1f185a2858f253557b133cd71693d39186e65c04db02af429c9bdaf34554473a05807d11d462ce79cab26aa115d3f3ec791bad7a76890b7c60b044d6dbc4126b1e506afca233178df2f8e1425e6048e0fa3f777d3a25ab0ccf60beef8e67beeb84eb20b4c355c06a8fd5015e6b28eb260c97eb1b2f083f48616ab3c1f1160b5032f3161fe631596c36ae9653df1ebbebd922709d95efae7df7b3951b84c17b64d6aa5d81c56b7bea2ec2ff0d46a3ce6586d98ee32ec3ff38afd190b3f37c77e2fa3474df9bdd24f1bd2bacdd85e38d678be94729eeb1d0adbd98ae202eff16cf9d9de878de8b99fb7fb6fb6fb11deb4e977678d3f294702a0b61936456fd8f3e956c44ffb3d09d8bc83a984d1750307c163f80479bb7edb237095fdaf5aa0c01b78f947404a9aff4259d7bb6ca92fbe7dcfbbc4971d1482fecb9fbc17a73d9628fc77e53ac2cebb1fcd2f3597242fa1862bbe6bb732f743f2408c3b1e7ace65067d6bee7d5a22021aca0a32e05e0c00321051682a4aa499d96faa670ad03e7c6adad55eac46c37404d0cdd57e17a09c93b7b75e526aaba5dfc8ee74a57f79fcf16add31ff2d3cfc83d3e40a9eb47f9e11c0bc79f41b64e66b76eeb51557b42fdd32584958efe71777ce4c8d6c970906a204d6c0d3c33cacabf656e816bfff30275614c095de9001ffb9f0337f94d8902bf26f15069abd5d40edd97f6e74027a1eb4f6cc76d1a30673a13501f3d02e5d2f742cff16e9b568816a1f3aeab88ceddf0c61b371899ba617bb18fd9822ee22b7fc656d57ffdda3fbdd6d344ad8d98fc513def05c760ade83a706f27df51121917fbc3d9dc5d4f6e3d1b2e1e83fb440d99b2644ac08126fd3987f9b29dbe0a5f36d236a4f51c6b5158222671e7ba4fa1a587751557fd494b084dbb6d5c38a1c1196386e6a62d3d3471029268165aa6605802ad4f134603968635dafd4f93475392ce0cd24a3c4d248dddacd2d7a50692e17bb30ab8b369fb2eba2100d411e0e8bfffcdfae6c79f787fdafc60f3bb1ffd86fcf0af7ffee6d77ff9e327bfffc32fbf157ff1abdf7e0bee6f7b575a19824b08749a297031dac561abfd1a64bd665f845c7d0d82e86441aa5391ad0af6ae22e98fa1b62dd88b458db5265bd66b0a82da52746e8c4b789989e175296211a02f134f83967ec521e0f890646d47f3eedd3f0022873db0, '2017-09-23 19:01:32'),
(127, 126, 'audit/request', 0x789ced58bd8ee3c8110e1c3b7064c08969013476cf92f827521405e1cca1a89f5b49d4529477e67c0041912d8927fe68486a34b38bc90e4e1c197e026786e1c0cfe0c40fe0c4cf60dc43b8bad99466c63b8bdbb30fbec0c0ee88ecaeaeaefeaaeaab6a7a9ad0d2dee55a5babad232fdfa2bcd6f5345e7b779f6b02afd5f2c22b0eb99106a8d60d358917bb395e51cbd0f501e5c5087901cac81a41c27a606a9be6450dc43a5a2d4a7d2faadeb13a3f4d12e417619a54233b84f60d2f0a6f508daa06990225452342c9a6d8e25149ab09224fe6e1d1f7fc2d6a60a92c8de846b177dbf036a8478414ad9666e1262cf780b76d51ec358e7b648d286bb5c37e9381fd8d30c9917fc850839e2a270b61d3cac8438e32ac3f290f22c2dc347d1b4691c7c94d9e7931f5fc3029d27cdb65c6607cc4c000632d984b46e05d417495978cbedf47e80d5abd0a0b4e96da4d49615ebc1a39d3499d89c21d6286c8dfa52f19639ba531e214bec9372541109b8220310b6fed65215d565a7086a9b8db13e82480c6834d42dfc3f872b78de3f1d858a759dc386480a50f3e0c283c9eefa33d398b0a3014e8b6e0b6451cd51fadc723bfb87d3a1a47ddeb1edfecd4c31800e18e68b5a78fde3ed9d43fe13e21f32a56dec671b24619cac8bec2bf7b82f3e1089917ad1038955b79fe0e250156cae5a828c264c31df68157a04fc3a0d72227972beb1be44820428661abcddb705f670204715ca03ab3ca9ec8475eb23980a178b805b6a0a4b15cd45152da5b0f03f2a0d4e39c3cb4ea79481e440a9a9fa6bbb0845a01ad95ba1ee8d9acba0c04500626ddf5968b7e97b18c85b9588cfb3db915087e4745a28a82b6da6acb5ee009326a297e17dbea1da2a2b70ee4dd06208e552f12e32f91b25f2b711a7c29085d663e9a534dc2f50eed6ef8305ee7a2bf6b4b5b4516c38e72c8f92ee3fa79b6eeb58496cfcbeb761028a8b36eb7d6bc22ae4569dd6e2bc14aeaf0fc5a943dd90ffcd6ca0f04556d77f855e07b2d59453c1203c563255d84ff6cfb22841f9e952e72f895f19028923de01746f1ac406725b19c66558585c1be849f75951504d6d459a33d61fbf0d266d50b566db11d8115066c47622f78561458f9e275c4ea7acc9a06ab1b2cdf670d9115749697e26b3c467663dbfd5af7bef46586f27d0ae9fa807814cc3b38232e1bf3f408d116342eeeaacc05f8204515c8251a90e6ed3ecc10c9701188c3d91eea8cd06166e90dfca802c3ab9a2c6a3ccf0ca74ec53806611ce3cc380aec96a48dbc4833883478229c5467e2435e0089dc009f052408f710e30d98f2773d1ede8062e80b8da979e66d628f2422d148f4d0d7495ae61c7e953bdf26776e42743c670ed86c50ce70286788ad07d90f21bcf53258db5b3a83864a20c788a787e2c4cd8fb3f2c4262733012c6ac81794a023f0d2178b7299711ad2b472d192e879f1b232b01c9d7b99179745457b176a7cc9c6ad32088453f1b948833b2c245501408fc7381f4b8920677bc7d208089a329b9098f9a3f5da98a24e76299989e3e6f2e7d7b1fd8677c5abceebf5712ef283db41435cb99dbba3ea5e76e6ab57061a7d7efd76e2852b61b8d2f5d13efbecb09ee5eae86a666ead747964a53efcfb394504120082e5805819f29baf98ac8f88654c91326728447c4a991a47420462e4bbb1b1d7a3c942ada49e20db137349ec407d048befefef49102c4cfb57a64ddcd121fe0059dbec8f6dd370dc85a33bcb05455ae4795ab5478e337747d6c2796fbb205301c39acd40c9d89a3ddf33808c63ce1c7762ce86cee849cfa0568a74636462758e6d4dded738e0d82292963d1e8e671f6a1f249e8a2ee7435bef9bee78b6308da56dbab6f97a692e9cc5a31ea23acb126072f52198fafd69242aec9cabb9f9515973824b370c73ee7ce7ed043696ec679b03d3c6c1f65f6a2a44fed1415c736658fdf16cf8c1cee2e9a2893e1b2ec1b5dfaabd38416958d6abb1f9ff26e37fd36490fbcb5c2f1904b707dc21cfb8559868e51ffc969327fcb7e28792fadcc57838039ab389f72038aac4afa6ad81f3462f672570b7bec7b59e139bada6d8665e2c93f0f625f3b85dc1514157cff4a9f95e963c8be8fdbe4d994fd39eae9f5bb643595b3d719d6d4e2dc77cdf4278ec5bc6728a79c1b6ac7229ace0967013ca3968146284328f5b8445d94b6112a6cce72e80664b6b5b65723e62e94bc79d43028f2f1fc0845557931fb9aff8e0fc53cad900fa5d7af825baf562e0caa69fc6275f18f61872753086424111959567d43f4f236112a0dbe67ebb7f026405326c24ab82c257069eeae0d22675a705c7fea624552170d20118db5750516d4a5080eba9c503ae1aea8ef946bf827ae498f640374c5aca8de198139ac293a09cdb9663196535a465f224f5c0a353d31959a7fca0051b9fec43c608e7f54b7b4c66e56f7eee4f1feaa16eab5c267d50cf23efa8e40ae02eccc9e02357e2b6a1b2df194f4d7730b174387800f8f18ad091c48ed26c75149ee785939fcfe2f873c9591077ae905343d339f5522286aaf6b0b53d61fb3d6ef648af5715297af752cf758a463fa95614feaa64518681c24527aaea45f483d6e78b18359056b24afef9824689f254d5aa15cf17376af7096e01f777ff71a5c36e2caf2f67dd1015180800f4377ff87bed8f3ffae7df26fff8f16fbffadd4f7fff979ffdfa75f4a7f8eb3ffff0af3ff9417cfd35c05dddc1305f2dce1fe6b0b3f0c17047ec69d5f73bd7255ff01e7cbf13f060868a43962c33727115db4fe37f9d914b53990034855d17476669a970bae0e570b30de0eeec130fb4c40f6512fe60c679411c266552e1d0f917acc130a0, '2017-09-23 19:01:36');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(128, 127, 'audit/request', 0x789ced58bd8ee3c8110e1c3b7064c08969010476cf92c826458aa2209c39144723ec48d492d4ed1e7c00d1225b124ffc1b929a9db9c566874b1c197e026786e1c0cfe0c40fe0c4cf60dc43b8ba496ab4839db5cf3ff0050e2436ababaaabebe7ab92b08e06fadb521fea9d6d8ccb3d293b63ac8bfadb77a58e44bd5356b83a96661692ce38d225511c9754a253909b2329ab2b8243523019e0063db0b5cfcaaa036c23bd1367018edb77aa2ec8d294045594a52de54048dec371744b1845061e1cec490f38ab228b1b4509beebe11d9988f45d52f4ce31df1570742f4a4b121c0bd26b0c2a9916bd835afdc792145434ad6d90606f917d15c5311694bec83d5be0204aabacdc8fb9795a9198030267bbdc6b0e893e927cf53967e4794c5e91cd8ba8121479d89755eed98b2b6f71dde5e2e840b819090ed973cedc1759420455ec8b7d1921a98f90ccb9788b8ba811a316a87a070701c999391adca4227795b0af92b88be19c28c0d43bc21da5fcfcee313589c73713b13fea4609dc4978433679b3c479baeb7e227cc2f635aa7c48a3b4250529d8b970f17d55e5ba209ca22204e09602c71b022e173638389034a44a8592545594ee84631ee28a7c1a859301739fd25adf23699085c0c2c870d4eeab28ef7221812caa4897db148ff8639cee8e6028250fc01692f6d66e97a4b5bddd28640bb59b946c31e896115b488dd3822c3b444c5a56416bab6e027a769b310739508049f793b53b1d73b6e95aae3b9f4e944188829146248d84436d305470889142066a30a6b6e2635c4db6a172d8818b130dc752f22551f3ad9a64e197088db9d5d5aad1846e0ee4702b46c9b69482c350deab8a148dd463298e393f288bed64800681a86c8761a892d17638d88aaab495e4ed70a8861b79248a5b49c14a1006834d10224d1b8ec44d18e081a2119148a18a79d990e0c30f2f227888bc7c51c253a124496267c013a8741735bbb2546ff39aca03712ad3b5a1f108f196c19bc36b7e0a2f435ebbe0b5013f423cbae447327f21f212e2958b97316f18096f99bc61f2e29437251e19bc28273794c64ee387d3cef85d1dcb82947906157756f60aad7a24e99dd7bd55f606b22dec5ddcb7c507ee832a53a11c9a84b4eef2a820ac4825286b6f7fec7268c42db35b78688813355d917451e4660bafc50393e181f980072a9c9666bdb2ca0ac8345831c4e872c9b1ac00076e014d42968439e4780fb682c34484374089e6a5c9a9558177096685c834323d354cc0b170209447cfbbcf194d1a9cd52a24dc1e17502593b577d9d39883a87fb2637552d0d6d06d44de9c2abf853e054aa029b82f1aa88bc1a35fb8b5907922e97a2df4196879f6bcd55dd356b8c0490dbefadb48176be81bd4e1422790bec8c2fb075407335ccbf9cc7228495659f8c074c79ace1dcbf47cd733bcb5cb0a4def00e037087ce5792bffca76bd0f42bbd23098f672094ae6f6f2097cd75a46c3bcb228bbe7d8d71f0279596c38d7ab99634c2d7fbe742d73ed58be63bd5c5baee7be87f4ad016bb89b6fccaca5f7fd807b1a066698619ad6cafbaf833e4d0e769e635d5a0e0df27f08fa25f1bd8bf8d6d2b4a7f3e5eca3f8ff58e8da58ced6109d7fa9099c5c69daf68bb9f5ff56f0bf69056cc65b19de550be2c2b12c844d94eaf5177d2bd98a7eb3c09d20c777e7b325c08bc3a207c9d1d66ebb6d5f7aaf8c7a5786701b39456441ea0ffad2907bb64ea3bbe7dcfb4d85664523bd3416d607d1e981c5984e9d06da74fdb1fcca76588142096962bbe7580bdbb33e2408cba96dae178035be63dbb52848086b18394b011a444248810537aaea8e47e7e606bc7c17e0afb676501767cb4021d17aedf92b28e0f9eb333751d5ede6773c573abbff62be6c9d7e9f1d7f41ee700270d70fb2e4140bd39943ad5eceafadd6a38afa84faa761244a4372d7cff7f92347b64e8683140da9626be0a9ffac1dd60f64e814ff18a4dade2aa1330de061e773e8634e034fe0d5d3000b4835333ceb95f1393414cf722e0dd36a6613733617501f3d4ac995637bb659f7a8a6799db8cee2b9b0bc2b7bda64c8ccf2da6b7dcc16f420be76e66c57fe672ffde9b99626626db464e5635ade0b8cc66634dfb5ae2fbfa324ede4adf5de7c61f997d7b601d70ec179a28a46b23452fb8a8a445144a7103fb0d35f930f8c746069fdc68619568451d8399f6828ecb0f9e36c92695b01d6d920a33d748326c7584f686eda3686264ad01e9a8db647b04c02ad4fb78a26559a7ed1f23fdd361a383af58e56e2e916d2d8cd30be8619a8ff7fbb9f803b9b01f1413704803a021cfdcd6fffd2f9dd8ffef6e7ebbffef8575ffffaa7bff9e3cf7ef932fe7df2ed1f7ef8a79ffc20b9f916dcdf4eb81415dc87100c699dc0c5e8bc87f5f69f04df67ff259cfd938028b120d5b148d7051be2a5e1e354db166ce2ae73ada915dfa749505b8a4e037409537e08bf2302168181f4b1a4a5bfff051c26515ae72f5ce4dddf016ff81288, '2017-09-23 19:01:36'),
(129, 128, 'audit/request', 0x789ced58bd8ee3c8110e1c3b7064c08969010476cf92c826c51f51106c0e4569841d895a92f2eed907102db229f1c41f0d49edcddc6233e3928b0c3f8133c370e06770e20770e26730ee215cdd22353f981de0ee6cd8818119b1d9dd555d5df5d5572561030d8cf795a1199d38c5d58e549d113644e3fd87ca40a2d1a96a5c1f2bab884867941892288e2a2ad129c9f59154f525c1112999cc90aa81955d51d51dd835343a6911e2b47da7dac222cf49582745deceec0939f4709abc237446528ccef1b02d41692fc92b121e4bd26b8eaa9888d141ade8b122650f6f497e522fc1daa2f83249532c287d917bb1c06192d745b51b71f3bc262907139ce3716f392406480ad4979c7938a4e40dd9bc4a6a4191b5beac722f5e5dfa8bab2e97267bc2cd48b82f5e72d6ae2c3222a8625feccb08497d8464cec3312e93468c5aa01a1d1c86e4c0ccd1e12635b9a9855d9da55d0ce72421a617176ee8cccf6f1ecf66e9e87a2cf687dd24833b095f90cda119e243beed7e227cc2d675aa5ca3fe8f49494a762e5c7c57d7074310ce0e1742704b89d30dc1e14e88cb021c904754ab50941031e1501621a9aa5f24d15862ee535aeb7b240f8b28c9b76c1a8eda7e991cba5c44001f35e9729bf2d1fe14e7db23184aa707600bc97b6baf4bf293bddd246203b59b556c30e856091b488dd3c2a2d8274c5a56416bab6e0c7ab69b11071828c1a4dbf1da9b8c38c7f26ccf9b4fc6ca2042e15027924e224d1f680a8e3052c8400d47d4567c4ceb711c29fb2db838d3712a659f13f510ab59117d8ed0885b5dae1a4de87a4ff6efc4248b2b29dc6bf24e55a464a81e2b71c4056155c6e3011a84a2126b51a49261ac0d62519562498e354d8d36f250146349c14a1885834d18215dd786e2260af140d18948a448c5bc6c4af0cf6b17093c445ebea8e0a9d029496267c01366e92a6a5665e9b4cceb2a0f9313998e4d9d4788b74dded2aef809bc68bc7ec1eb037e887834e587327f21f212e2958bd7296f9a196f5bbc69f1e284b7241e99bc2867d7748e9dc66b93cee8c3299625a90e0564dcbd8456694223c9e8bcedad8a2f006d51efe2b64d3e701f64990ae9d000d2be39242561492a41eafbbb639743436e59bc83878e38513714c910456eb6f09912d9e858004ed2b3009c65913234c06979d1abeaa204a4c128a43bba5c76ac6ae0817740141103e10130de83a5703f16e10d58a2796930b52af136c32c119946a6e74413702ccb86bae7df1e4eac33b897ab00b81d2e2b528fd7feb4a7b7f7f5480d86b6409564983a6123d290884451d14534c43a221a1a4683588f6324c7f1800c55c042a844b114618528f2505287f126542399281b4912b5ef878dc960cb239b97347e68f11732af23de9af217266f0e00063e80c75cb0e82b11ead16de69442c901b0fc9a2247b4e16fbf3be361c41d70bd1b0b238e324a91a7b70c211420c5b13e79103c9ae11c32b457e34d4a84248fc8cd99005b725768456978e7b3f014e21490f5d982c9fa54d43a4f1bc649724e75bd78d946ea34b9c225ceeed72574ae3f1745747bb7000678b6fb2bdba55332ab6b14dbae3d99bbb6e5079e6ffa6b8f318dd1815ad694a94bdf5f05978ee73f59b6946683e52c97a064ee2c9fae5d14126ce37a3573cd891dcc979e6dad5d3b70edd76bdbf3bd0705ac55bb068b0373662ffdff8d2a469dcb0c332dcb5ef9fff15a46c3ccce73eda9edd2d0fd9b2a9a243eb848602f2d67325fce9e2d6b8f85aecce56c0dd1f94eb5edec4acb715ecdedff57b8ff4e85635de9caf42fdbda241cab52d824b971faa06f151bd14f16b8339104de7cb604d27059f4001c6deeb6cbced47f639e566508b779a0854690fa83bea4712fd67972f3927b582b292a1ae9a5b9b09fe49cbb2de664e2368465188fe5578ecb1214524817db35d75e38befd94200c278eb55e00d704aee39c4441425843275d0950f732424a2c78497d2ae4b4d16fc82bf0ac4bfb64ede0949ced06e045df7eeb072b48e0f9db7b6ea2aadbc56f79ae74effe8bf9b275fa6d71fc25b9c119d05d3f2cb2732c2c770eb93a9d5fd9ad4769f57952fd3334c2ea58ffb03b3cf264eb653849d1912ab6169ecbcadabd627e810dcfa87fba6652269a99befdc6fc140a866fbb53d3b29b96ca9acd05d4478f20b7721ddfb19caba6b9a10473de752f5e0bdbbf74260d0266b6df5a0dabeea75009dd860a5b4ca33bd1b53bffeef741e778b4b190d567f53c70bbce3acbc0b3afa6df5694f625ed0dfcf9c20ea6578e09d78ec079a28a86b22c8a7d4557cfd1bbdb4abfdade6da20d4febb3b6b3a00cc21a847bad46cbea4da7acdf117b831646efcdad5a8e6f02024cdf2cb474cf9202b47e9cf51b5434d4dfeeff78056898e55c065a898f5783c66e46d727c600747cefd200f4f43e31c407bac1dfd4111087affef0f7ce1f7ff4cfbf5dfde3c75ffff6773ffdfd5f7ef69bd7e99fb26ffefcc3bffee407d9f537d07fb62d284d70ef2e041a4d09b8186dc8b0d1fe8a1104ec778c87dd621094a43e96f9ba645f3324ed59583524170449d45a8acebd6d05df4322f8a613b2080ca4c79a3638dcb78ae82f14028eb2246f13e4c3877f0175d331dc, '2017-09-23 19:01:40'),
(130, 129, 'audit/request', 0x789ced58cd6ee3c8117e82ec23245c015ccf6c44894d8a14454140688a9695b1442d45edfc6001a145b6248ef82393d4d8dec11c724d5e21c7dc73c82df79c73481e28d5cda6647b670ccc6637089018b645765757577d5df555b5b0893ae6fbc2ec9a8d758c8b2d291a7d6ccae6fb0f858964b35194b83c14761692463f325559e91774452327d707529497048724676b904af5c0d4362bca0688f5cc469c0538aedfa9ba204b5312945196d6233b42f6128ea377a4c155834c49d2528a49ba29b77454351b8adc61f3f018e0604b242a956731df28c1b712de90814cdf75b391e5d126aaf680b76d59eecd76fb81358a66360efb4d0ef64b515a90e09013897b55b0856603d5461e0a9253fd69e588027393ecfb288e715b6bc9c2b3090ea2b4cc8a6d5f1883f1b10003823b175e09485e2265a93f17acfd3e262fc9ea4554b635b5db5275e1d98b4b7f72d514e2684784110976d973c1dee65942dabadc925b2a424a0b215598e335ce23beacb2e0045379b767d0a9000d864da200537cdbb7d2cdcd8db4cef2443ae4806500671872787010903df3c500184a725bb6b76512371faca723bfbe7d3c9ac4fdeb81dcea35a3040069df90d59e3fe27dba697eddfe9acd1b547997c6c99ae42467fba21f9e443b0017721caf081c6a7b9d339f42aab59de014b44a255ec5a41da521b9659e6bb5f51273294a376c18b6da7c1fed9b4248208e4bd21456f923f918a79b03a8a4c31db085a4d262de2469656f330ad983de4c0af6d06916117b5038684196eda20a6a0db0aed50d40cf66d51720807230e96eb0980ffb826bcf9df97c3c1c689d10053d83280609bb46a7abe110238d74f4a04f6dc587b81cac436db701881303c74af296e8fbb59e64e15b84fac2ec72c635a1eb1dd9bd93a3645d28c1aeab6e754d897afaa190fbc23228f2f520ec2219c9b266c8a8870d44baa81776d6c67a8dd4f5ba437a7a4f5e055ab85642ac114ded297a6fbd0af45025da4a51e42e16554b813fb17b1ec1872caae7057c6a744851d81ef009a37416f15955a9a6c5616723224754ba62cf16cf55d140a27d219e5ba2d51115e42ba2614d447928da5a88242a665d2071a8ba22ba78231ae7a2ecc0ef6e5bed2076878dfe87eafc7252ec3348d17b64a353aea159f04a9a65371061a1747e57672b400669a943fef020746ef7514e58562b4016fef6d014504f9866efe0c340826c989a62cab2309af835cbd88c65ec13cbe8b05b9a494599e5105df0c478a8292487a204e278071c16b2c0db435c4b3015ec0632bc01adf0171e47b31c6f12cc928f69647af8eb5556e5d94f972f60b5cd99c2e74ca174eee53c04ee16e70529070bff423218e814f3ec501e1939cb01f7360e43292a4972e490da509a0db529df715e8ee1a0be73e93afb38609ad51a2b0cc7a0e7d9f3dac06a7886739cdc2f3fe85866ceb3f08e4ea8f5b1739704ff73c90fe43c7cc35090c1b32a6ff6c53299cd0ae3ca4eefd20cbf98ee175162bfc45bfd1ba269f1ccb756f3603a7d5b4cb777d7b3cdea4d472a2163f57dafe35c2ad2b79d99ae447e3cbefeedcd70f4fa6d577da9ae0a4b5487f0fb15584436597eb78cc2c1570c11eabca89d33546154d48603e5c10c45994fa0071339e8a2a30f06afcb3b2659f3e090306f8532134e9032e434ee300b3688b69fc7efc180598268a53eba4e87203579b93e9a4f4d63fd87c1a38c8bc26285272f07e37e49a6fd07aec293eb846305184e321f3e7c60413a77bc6f1d8f0160b0d801083c6738f61cdb5fce7dcb5fcc8f0d86cc8dbbf4fdd9f2d29dfb1f6d62342e60bbd3292819bbd34f773220e33b537f79e54c47fee5a34ec6a81559f6a543d5f99e7bf5b1768622c9245d6f3c1a4f9f6a6a54998b2e6623cf1a3acbf174eed80bcf597ace370b67eecf1f7436b52f0b8069698dc0d4ff9ef6a6c6ce7f3d733e2bc38f7059b6edccfc9fbdc9a1c6b2fd3ce7c2f168b0fd44d4adc80f1c593a53db1d8ea7a327fb9dc78baeace9680147fba39a9e2394b6ebbe183bff6f7dfe73ad0f23b99955b1066d5ada87226fafa2d4acfed1b7823dd1ff35275474b79c8f4753a036cfb9c79034d9eb69f7c27f6955b32a1cb1b5a71d485b69755a4a5778b648a3dbe7c2c3268a46025f3db526ce4799f124620d871e673bd37cbc7ee67a2c29216d8c23bf79cec4f59d8f2d84c7a16b2f26940b3cd7ad96c28af602ee64451b9a9784901cb7e750278a9a7839db2de740ad95b59d2a211f30f32b7f3983a41dbfba0713555d4f7ee6beca3dff279ca701f4bbecf01b728b13e0c7569025c7b3b0bd31e4e7c5188a034754eb7e42fd13d4c1d8a2b5dfee1f2159a30c3b6906d2d5dac263f15b785735273ca1fe879d1f659e91e53b2fadd7505d7cc7bbb06c87976a7b346ea3167a146e33cff55dbbaa6dbce81da5ee9dd5c4f12fdd63e4f3f24b4d8669ef35146b8f735f1dd0e8b476e18d7f9c33e87810f521a8fa933a1ee06db0bbc672ee5c5d7cee525afe6bebfdf1c4595e5cb916b81c0272b28e7aaa2a1bad4ec7e8c1cff1e84ee2f4cb989320edd9214f468e7fea9e8f20fe0ff67eacf5ab6b16bf2c1aa7b2c5f382152f7e8c7505e3faa08ef189ba98b1f407ad9fae69dc645ed86af94fd7370ec7b1c8d52b3e5debb8ddc76344b4ddfbb70b1f10f1fbc8941fe886e0a24040d0fd73f3cbb33ffee5777fffeb9fbef495df4f7ef1372860677f46ff707ff5e60f5f7cb1db02dcf5959152d9fc14805d4a00e0186d9031ccbf6743cb25fb9a917d61c8878a431090a2a0bb4aa8cf2f7ecb654eca439e2e7276f956ba4fa6160f8c258b95ca7874bca216703b0fe1fe1fb043e9288f35ad70b0ab15d12ffa802192283df561f74de4114b2fd0fce6797f964d4401ff7213bc5863618d25aab4e0b20908f210a4a5f78c46b880ce04b8135757b6724b049622c29972c64fbc8cca98d43a69ea54e25fb27bcebf0067789c0c, '2017-09-23 19:01:48'),
(131, 130, 'audit/request', 0x789ced58cd8fe2c815ff0bb27f42e245b27a6603d86563304648711b43a36930b14d6676b59255d80578f107639bd9ee1dcd21d7dd7f21c7dc73c82df79c7348fea0bc2a9769bad533d26c3e9443a46eb0eb7dd4abf7f17bafc006ea19ef4b6360b4b6092ef7a46c8db0211bef3f9406928d5659e1ea545a79445aa3d85064795452895641de9e4859dd101c9182c90037e801d23e2fab16b00d8d5692873869dea9ba30cf321256719e352b07428e1d9cc4ef085b518107877bd201ceaac813ae28c5771dbc236399be2b9ad13a1d77056cdd89b39284a78274b84125d362b450a3ff5492828a66b50d0ad016f90f71926049ebcac28b050ee3accacbfd48986715490458101c4f78232039404ad07f2998c763425e93cdabb8923475d055fbc28b5737fee2b62d24f1810833121ef29782b52ff294487db92b775584942e42aae0e12d2e622e462de81b2d1c86e4c8ccd1e12415b9aba47d95266d0cfbc421a6de91eee8caafef9eaea6c9e8ed58ee0edb710a6792be279b237fc4c76cd7fe4afa8ad175aa7c40a3b4250529d8be70f07d551d0d493a47450ac12d054e36045c2e6d0b7039c922aa554a71065a3b15de24448ab388dc31f7698df51d92857914673bb60c5bed7e888f6d2122904515690b9be2097f82b3dd0954d2e51ed842b2ceda6b93acb6b71d47eca1df4e4bf6d06b97317b50b8d3c23c3fc44c5ad520491a7563d0b3db8c04c881024cba1fafbdc948702ccff6bcf964acf522140e75a2e8241ae8bd8186238c34d2eb87236a2b3e25d5781b69871db838d571a2a4df91fe71db4ff3e83b8446c2ea66c535a1b707727827c7e9b654c2c340ddf735251ef64fa53c1282b02cb6e368806424cb9a2ea321d61119a061d4dbeadb2d52b7db1e19f687f226d4a2ad12618d68ea50e90fb79bb01fa944db288a3cc0a26a2af02f0eae63f89245f5ba846f8d2e290adb03be61955211a7aa4a4d1627bd9d886c511988434bbc56451d89d654bc3645b3272ac85744dd5c88f244b4b40875289b3945e244754434fd46d4af45d986bfc3bede411c4c5aa30f75fc0a521e73a8b28b52d768a523c568bde9acf2ef21c3a2cef57d5370e032a8ac3e94004f42fbee18178415a602a5ecef4f6d010d8565fe0ebe7424c8baa129862c0bb385df6080c530c07ac0803eec96e59db2ca0bc82e786228d116d2535941edbf03048958e21d21af3b400a0f6319de0019f80bcfa35581772966c5c734323d3534c0b6ac02aa8e7f7f646b4aefa23e21c9f6b82849355efbd38ece1c44fd939faa5a814e71eab9b26135df809e46a19697dab71ce51270ecb70b26eb5351ebbc6c18b5e49cea7af1b231b45e5ce102a797808dcec07c9d47f70f0430c0b3dddfd92e5d52ebf081e9ae3d99bbb6e5079e6ffa6b8f1597d10290e7a87be3fbabe0c6f1fc67e15ce30c96b35c8292b9b3fc08a6eb0da369ddd894dd779ddbe7805d9539e77a3573cd891dcc979e6dad5d3b70eddfae6dcff71ea17b63c01ace1698337be9ff6f403c0d0333ccb42c7be5ffc7819e2604dbcfb5a7b64b83fc6f827b457e7490c05e5ace64be9c7d12f39f0add9acbd91aa2f3b380ffec4acb715ecdedffc3ff7f0ffed92cb732fd9b06b8a55359489b3833ea0ffa56b227fac982758699c09bcf9600292e8b18244453af0dd999faafcd9aaa4288cd23456149e9f6baca4078b1cee2bb97c2e3464233814b2fcd85fd2c223db0989389cbe1cc309ecaaf1c971525948d2e3734d75e38befd9c203c4e1c6bbd007c095cc7a94541425ac368594ad01452420a2c79715577393a1f73c00a3c80bcdada5e5d900d038541fb8d1faca068e76f2edc445537c4cfdc57b938ff62be6c9c7e9f9f7e43ee700a10d70df3f41c0bcb9d437d4ee7b776e351da9b9e55ff09e86068d13dee8f4f3cd9781976d274d4571b0bcf4d67edb226d00386cf1f44c1d099e9dbafcdafa149f8b63b352d9bcf1bd66c2ea12e7a92722bd7f11dabee3bbc219db92ee2b5b0fd1b67c2336066fb8dd54075bf863ee972f86b721a3d88aeddf9cf3f0f3ac7a38985daffa49e476ed7d9d81578f6edf4734569776e4ee0cf177630bd754c387604ce93fb68a8aab2ded5d473f01e38e985f081874e438dcb9ab18302089b1e2ee69006c831bcbc67965fde0c34d61f761b7ea806d6793c00dc39a141785613a0f5e340cf9382a37dc3ff71d0e7c07246fe46e2e30d80dbcd10ba060c488e7fb91b003abd8f0df9916ef0377504c4e11fbb5f5efde1cfbfffdb5ffef8a5affcb8f8c55f01d5affe84feeefcea9b9fbef8e2b087e1b4994f697d7b0f2118d08a8083d1698d4ff2b01404ecf6cfeef17ca93cc1c5ad2ceb5df970190405a94e45b62ed850ae0c3e99671cf582208e1adbd179142e616a8fe05e10b298f494a79a36383c348ae81d5ec2511a670f15736921367afcb7878a0fee9754468843fe93039c628b852dee50a525e74d819167206d47570079a980ae04338a482454b950ed89e01470ff11ae942b1ef02aae12d2e89c5309c6fe2538fec3877f02d0043605, '2017-09-23 19:01:48'),
(132, 131, 'audit/request', 0x789ced574f93a3c615ff04f14748b0aa28efda92a01b212154aa984148a3da91500065d72e57512d684958085840eb196fed21d7e42bf8e8bb0fbef9ee730ec907caeb0634dac9ee549cd82e1f523523a05fbfd7efefefbd263aeae9af0b7da0b7b63129f6b4688d882eebafdf143a92f5565192f2549869485ba348c7b23c2a18472ba72f4fb428af290969ce79864c0c50f66951b660d7506fc56940e2e69b490bd224a14119a549b372a034eb90387a45d90a56f5d629dbe520b41325050d4e39edd447159c456fa186f554d0bc437634a9c463a02dd2afa3382692da9585270b1244499916fb91304f4a1a0bb020d8aef04240b28fb0df7f2a185916d3e774f32c2a2555197495bef0e4d9b5b7b8690b7174a0c28c0687f4a960eef3f448a5bedc95bb0a42b88b9022b8644bf2a866631af4f51609029a717534b0a4a4b7a5b42f8f719bc039514098e1d22d5bf9e4f6e1ea311ebd1ccbdd613b3a824dd2577493d5af244b76ed8fa58f395d63c207ccff5b9ad39c9f0b86efcb32d325e9ec702900b7e424de5012eca56d9e8203929049958e2401a99d926c622a4549486fb9fbd446fb0e4d82348c921d5f86a3765f47595b0829e44749dbc2267fb03f26c9ee0422d9720f74a14967edb66952e9db8e42fed26f1f0bfed26b17117fc1b5d382343d449c5b5115489a5adc18e4ec36230172200795eec66b7732126cd3b55c773e19abbd1005438d628d8603ad37504948904a7bfd60c47425a7b81c6f43f5b003171f3512e3e397b49f6dfbc734fc12a191b0ba5ed592d0cb033dbc92a3e3b6c0c161a0ecfb2a8e86fd53218f043f28f2ed381c2019c9b2aac968483444076818f6b6da768b94edb64787fda1bc09d4708b43a2525519e2fe70bb09faa142d50dc6f280888a81e15f1c5c45f09045e5aa80a7ca9630e667c013561915d55405576471d2db89c812f1401c9ae295226a4834a7e295211a3d11230f8b9ab110e58968aa21eab06dc6148913c516d1f47351bb12650bfe0efbea047130698dde54f1cb6991a550651745acb22246586fbde8acd2af20c3c2ced55d5370e032a8ac3e94409d84d66d16e59417268672f7f6a7b68086c2327d050f0d09b2a6ab58976561b6f0b81008af0909493b2624649ec63c03e0b424ed14659a4376c15bc076b485e3a928a1f65f0138843cf132c8eb0e9082c358862f4086faa3cea3554e7647c28b8f4be4722a6880637905941def2eab90a677519f90647b9217b41cafbd6947e30e62fe494f256df44e73f09194e569408be25cee0d94b1c46daaec8ba0322e069f7e613336f3bca0eb15cfaa92f3e469a35fbd4c7272e48140faeb48972bc4c355c4d01975afd2f0ee1ea64111d772fe6c396c49a92208da3bd664ee58a6e7bb9ee1ad5d5e5f204b966b70bef6bc957f6dbbde3bc15aad3798f6720942e6f6f2dd88adc8f5c6f56ae61813cb9f2f5dcb5c3b96ef587f5a5baee7be05db8dd83568ec1b336be9fd36b09b39972b6698a6b5f27e71046721e7e739d6d47258e87e261cc7f25b86f8d6d2b427f3e5ec51307fc874632c676b88ce7f85e867579ab6fd6c6efd1fd77f3d5ce7f3d7caf0ae1b44964e452e6da244af7ed857c1dfd82f0fd6193c7c773e5b0250383c6290104dbd36647bea3d372aaa0221363206af12eef6ba78203c5927d1ed53e1ed0ec132a1e65e1a0beb9d3873bfc5984c9c1aa474fd21ffca76785142d968724373ac85ed59ef6284d7896dae17802fbe63db152b70486b98190b09d0fe48694e24372aabf6c546da1ab07cd7bcb62a6d7b5541361b000b3deb85e7afa068e72f2edcc44437c49f782ebeb07f315f364ebf4b4f9fd25b720488eb06e9f11c0bd399437d4ee73756e35175f01ef18f4007478b6eb6cf1e78b2f1329ca46aa8af341a9e5bc9dab9e17e01bb1f11ff6fad12a30b19e064e733684a4e8d4ae0d8281ce306a06686673d373e833ee259ced430ad7ad63067730975d183ac5c39b6679bf64dddf519ee9c775d84746179d7f6a44e9299e535863da60bba675f3b734e55ff73b3ff7829a70e5b1332a5ffa89cb7a2a3f1b1cb77ad9be94f6545dabd05de7c61f9d31bdb00d34370a0dc474305da6177807be720df6f6577bdfb4d6cfa68fcc627135e8751d8ba1c4f18f2f061e2622c693a00818fd7dc96cbbb82ca1bcb6e539bd9f4833a4ad0156a42d31a782681d4f777883a55ea36d1ec7f7fb7a811e9dc321a8ef7778e5a6f0eed15d24029fccf6d04dc594f7bf7b22100cc11e0e87fee7effd137dfffe5ef3f7cfba187ffbaf8dd8fd00e3efa0efdc3fec3e77ffbe083c31edcdf4cac0c18dcfb100c589d80616c78237a73cff77d7ed3bfb8e723b698d3f29427eb9c0fe578f0689ed5b5e2fb2c092a4dd1791e2e606a0fe15e10f008f4f043491b121c1a41ec0e2f91f01825cd08f3e6cdbf008c4bf707, '2017-09-23 19:01:51'),
(133, 132, 'audit/request', 0x789ced574b8fa35616fe05939f30612ca174676cc305833196955018bbac2e1b0fe0e94e14095dc3b54dccab0177aad2ea45b699bf30cbecb3c82efb59cf62e607cdb917703d545d5232499445a42a73b9e771cf3d8fef1cb08e06fadb521fea9d5d8ccb03293b63ac8bfadb77a58e44bd5356b83a95661692ce38d225511c9754a25390d7275256970487a4603223aa062887acac3ac035d23b7116e0b87da7da822c4d49504559daee1c09c97b388ede10ba23297ae794ef0b50da8bd29204a782f49aa34a26a277502b7a2a49d1c37b92d6ea25a02db3afa338c682d217b9674b1c446995958731b7482b1273b0c1d92ef78a43a28f245f7dce19791e939764fb22aa04451ef665957bf6e2d25b5e75b9383a126e4e8263f69c330f4596104115fb625f4648ea2324732edee1226ac4a805aadec1414072668e0637a9c875251caa24ee6238270a30bdb8704d77fe7afd703789c7af27627fd48d12b893f015d9e6cd12e7e9befbb1f031a36b54f990fa7f470a52b073e1e287aaca7541383b5c08c02d058eb7040707615764e08034a45a85ac808809799105a42c3f89c289c4dca7b4d6f7481a646194eed9361cb5ff3acabb5c48203f2ad2e5b6c503fe18a7fb13184ab707600b497b1bb74bd2dade6e14b285da4d4ab61874cb882da4c66941961d23262d2b32244da36e027af6db31073950804937938d3b1d73b6e95aaebb984e944188829146248d84436d305470889142066a30a6b6e2535c4d76a172dc838b130dc752f22551f39d9a64e197088db9f5e5bad1845e1fc9f18d1825bb520a8e43f9a02a5234524fa538e6fca02c7693708844248a8a26a211d61019a25138d869bb1d9277bb0119a923711b28e14e0ab142147924a9a3dd36504399285b49128798970d09fef9e145040f91972f4a782a744b92d819f0845d4a450d55966a323f1dec7964f1d2901f99fc85cc6b883767fc85c11b035e429ec46bc69217a7bca984a847d98c19e2a7b2cda3d9e7bc76c18b16fc1d0ff509fc70da19bfabe3579032cfa0caee14b1428b18497ae7556f9d7d051916f62e6eda8203974165a950024d125ad779541056981294bb7738753934e256d91b78688813355d917451e4e64b8f2981f09a9090a46742421659cc32004e4bb35e5965056417ac02cad1e592535941edbf01700859e2e590d73d2005c789086f800ccd4b9347eb02ef13cc8a8f69647a6a6880635905543def26af916670a73e21c90eb8284935d978b39ec61c44fd939daa5a01284c700a49d9abf03626429486e4fa5cf32d9e2914449b52fb22a86f188363bf5832598f8a9ae76d5daf251754d7b3e7ada1f5e61a1738b90bc5e80cb9175978734b00035ccbf9bbe5d02d9941390dad634d178e657abeeb19dec665c5a57700be1b64bef4bcb57f69bbdea348ad340ca6bd5a819285bd7a1cae65b161dcace78e31b5fcc5cab5cc8d63f98ef5b78de57aee3dcc6ed56ec062df985b2beff701dcd4b9cc30c334adb5f7abc3370d333bcfb166964343f70b81b824debb886fad4c7bba58cd9f44f2874257c66abe81e8fc2c383fbbd2b4ed170beb0f50ffed409d0d5f6bc3bb6ce158389585b08d52bdfea16f255bd15f16ac3378f8ee62be02a07058c42021da7a6dc9f6cc7b69d45419426ce4145b05a93fe84b43eed9268dae9f73f7db03cd84467a652cad4771e696c5984e9d06a474fda1fcda76585142d968624b73aca5ed598f09c2726a9b9b25e08befd8762d0a12c20606c65200a84f0829b0e04655ddbbe83cdb0096ef9a97566deda02ec89601b0d0b35e79fe1a8a76f1ea8e9ba8ea96f813cf95eedc7fb958b54ebfc94e9f926b9c00c4f5832c39c7c27416509fb3c595d57a94769c47d53f011dac77f5f343fec093ad97e1244543aada5a786e251be78af905189e50ff789fa4e833373ceba5f1193409cf72668669355384395f08a88f1ea4dcdab13ddbb4af9a7e4e41e5cc75275e4bcbbbb4a74d06cc2dafb51aa8ce67d0fd9c06feda9c46b7a21b67f1f3ef83cef1686321ab4feab9e7768d0d53be6b5dcd7eaa289d45da1b788ba5e5cfae6c03ae1d82f344158de481aaf5d170708ede2d2bfd82bb65a2434eebb3769aa008c286823be3458be4185ede32d3ef0efc0a6b10fb6d73ab16d79b8000ba378416e2595180d6f7237d93150ddcb7fcef47fd0659ced0df4abcbf0334763388ae1103b2e3ff6e07004f6f235dbca71bfc4d1d0171f8effecf1ffdf3876ffefde3777ff1a46f977ffa17c0fa47dfa3ffd81f7efe8f0f3e381e60e66cc74e5ae0ee6d0886b424e0627408c37afbb1eefbec73fdfe84e8fb05a94e45ba29d8642d0d9f4cab06e47c3f0a5b4bd1799e2d61f40e61b80f580406d2434d5b1c1c5b45f4435cc06112a56d81bc7bf73f426ae831, '2017-09-23 19:04:28'),
(134, 133, 'audit/request', 0x789ced58cd6ee3c8117e82ec23245c015ccf6c44894d8a12454140688a92155ba286a266ecc102448b6c495cfd502629db9ac11c724d5e21c7dc73c82df79c73481e28d5cda66479c70666b31b044800d922bbabababbeaefaaa5ad84035e3636a348cd26c85d305494b2d6cc8c6c74fa98164a3946638dba5561c92522b32545969a574452921b73b926617048724616b904af5c0d4224eb31288358dd22a0ef0aa78a7ea8278b3214116c59b626449c856c2abe88e94b86a90c9c82693566433cf167454354a8a5c63f3f018e06041242a95c42bbed11a3f48784eda327daf1ba53889e651be07bc2db26c6b54ab27d6289a51da6de709d82f459b9404bb8448dcab942d344aa83072979284eadfe48e283037883f44ab15ae6a15597835c041b4c9e274d112fa60fc4a8001c1190bd702927da4f8f5d782b9ddaec83b32bd8cb2aaa6362a6a5d787579e10daecac22a5a12a1478265fc5ab01649bc26d5ba5c912b2a424a05215518e3194e22be2cb7e00853b6df32e8548006c326518029bed507e9fefe5e9ac5c95ada25806500671872787010902df345071832f2905517d97a553e594f477efdf07474bd6addb6e54ab31cad0190ea3d996ef923de6ee6e56fabdfb2799d2a6fd038999184246c5ff4c393a806e04282575302875a9d25cca7906aadaef106b44a199eae4835da84e48179ae15d64bcca5683367c3b0d5fc43b42d0b218138ce485998264fe4577833df814a3a5c035bc8469a8ccb6493db5b8e42f6502faf53f6502ba7117b503868411c2fa31c6a0db02ed4b541cf7cda122080123069df9e8c3b2dc1b1c6f678dcefb4b55a8882a64e149d840dbdd6d0708891466af5a0456dc5bb55d69e85da720e10af75bc52d6df93fa76565fc7e1f708b584d1c5886b42b74bb2bc93a3f52c558265435dd435256ad677a9dc12fc204d66edb0816424cb9a2ea326d61169a066589be9b3195267b31a69d69bf234d0c29912628d686a53a93767d3a01eaa449b2a8adcc0a26a2af02736ce23f89245f53c856f8d0e290adb03be6194ce223eab2af9b4d8a9cd45648b4a436c5ae2b92aea48b4bae2b9299a3551419e22eae640943ba2a58548a2626617891dd51151f7bda89f8bb20d9fe522df416c744aad4ff9f92524ddc690a28fc8a64eb98666c1b5348aef21c242e97c5f642b4006695987fce141683f6ca384b0ac56802cbcc5ae2ca0a6308cefe04b4782ac1b9a62c8b2d01b7805cb588c65ac23cbd461b74d2ca5599c4074c113e3a1b2b0dea51910c71d7058c8026f0b712dc154b06ccbf006b4c25f781c8d123c5f63967c4c23d3c35fafe23ccf7eba7c01ab2dce141e670aa5f628e7217017384949d69e785d4967a053cce35d7660e43801dcab380ca52823eb03871486d26c284cf98ef3f20a0eea3b87aeb30e038691af31c3b00f7a5ebd2e0ccc874738c1ebc7e5071dcacc791ceee9845a1c3b7749f0be94fc40cec5f70c05193ccbf3e626acbf9f6bde9bd1580e6753b53f373f74a6d3ddddf57562de5df6e3fbb9af7756cbbb9bfd3bb4bb214babe7e8b5dbd9fbcd6ff7fb45accd675032de4a81b7f47743fb1277dfeeedbef746543bf0f9062c22f338d9fb51d8fe8621429d17b573862a8c8a5aa7ad9ccc5094f9043a994840171d3d19bccdf64cb2e0c10e61de0a592c1c2165c869dc61166c106d3f8fdfed36b304d14a7d709d0e416af2727d309f9ac6fa0f9d47191785c50a4f5e0ec6e3924cfb0f9c8727d709c70a301c653e7dfac482746cbb6f6d9701a0b3d801085cbbd3776dcbf3c79ee94dc6870643e6c65d78dec8bf70c6de679b188d0b58ce70084afacef0f94e06643c7be8f957f6b0e75d3ce964f44291695dd8549de73a579f6b6728924cd271fbbdfef0a5a64695b9e864d473cd8eedf78763db9ab8b6efda6f26f6d81b9f7436852f1380c9377b60ea7f4f7b5360e7dd8cec2fcaf0035ca665d923ef676f72a8b16c3fd7eeda2e0db69f88ba15f9c411df1e5a4ea73fecbdd8ef3c5d74650e7b1338da1fd5f41ca0b41ce7b26fffbff5f9cfb53e8ce44666ce1ab469a9eed2a43a8d3646fe8fbea5ec89fe2f3821a73b7fdcef0d81da5cfb1143d2642fa69daef7cecc67553862734b3b90aa52a9559486f06ab2891e5e0ba74d148d04be7a680eeccf32e351c4ec745cce7686f174fdc871595242dae8077e73ed81e3d99f5b088f1dc79a0c2817b88e932f8515d509dcc9d22a342f6b42125c1d439d480be2e56ce78f815a736b6b79429e30f3b5e78f2069fbd78f60a2aa8bc92fdc5779e4ff80f33480be8f77bf210f780dfc5809e2f5e12c2cb70ff9d9ed4371e0886a8d67d4bf401d8c2d2adbc5f6099205cab093a6a3fa81a90ec56fe25e159cf082fa1f767e94797aa667bf336fa0ba78b6db352d9b976aabd7afa20a7a126e23d7f11c2baf6dbce81da41e9dd5c0f62e9c43e4f3f24b4d8669f7068ab5cbb9af0868745c3b71fb3fce19743888e210d4fa8b3a4ef0d6d95dc31fdb57dd2f5d4acb7f61bdd71fd87ef7ca31c1e5109093eba8a9d61a908d4a5396657438baa338fd31e628487b76c8939eed1dbbe70388ff83bd1f6bfd8a9ac52f8bfab16cf1bc60c58b1f6351c1b83ea8637ca228662cfd41ebf3358d9bcc0b5b21ff7c7de3701c8a5cb1e2f95ac7ed3e1c23a2eddebf5df880883f46867ca21b828b020141f7cff92fcffef897dffdfdaf7ffada537e3ff8c5dfa0809dfd19fdc3f9d5fb3f7cf5d57201701757464a65e363003628018063b441c630ff910df93efb9991fd60c887d25d109034a5bb4aa8c52f7ebe9f906c976c2609bb7c2b8d17538b0786cf6225371e1daea829dcce43b8ff07ec506aca534d531c2c0b45f4873e608875b439f6618f4de4114b2fd0fce6f978964d4401ff7113bc9861618625aa34e5b26b10e421484bef198d70019d097027ceaf6cd982082c458433e58c9f7816652b52e8a4a9938b7fcdee39ff023faea0d9, '2017-09-23 19:04:34'),
(135, 134, 'audit/request', 0x789ced584b8fa3d815fe05999f90309650754f6cc30563632c4ba13076595d360ee074cf6824740dd736631e6ec03d55d3ea45b6337f21cbecb3c82efbacb3487e50cebd5c5cae52754b3d79288b485506ee79dc73cfe33b07b0817ac6fbd21818ad6d82cb3d295b236cc8c6fb0fa58164a35556b83a95561e91d6283614591e9554a25590b7275256370447a46032c00d7a80b4cfcbaa056c43a395e4214e9a67aa2eccb38c84559c67cdca8190630727f13bc25654e0c1e19e7480b32af2842b4af15d07efc858a6cf8a66b44ec75d015b77e2ac24e1a9201d6e50c9b4182dd4e83f95a4a0a2596d8302b445fe439c2458d2bab2f06281c338abf2723f12e6594512011604c713de08480e9012f45f0ae6f19890d764f32aae244d1d74d5bef0e2d58dbfb86d0b497c20c28c8487fca560ed8b3c25525feeca5d1521a58b902a78788b8b988b510bfa460b872139327374384945ee2a695fa5491bc33e7188a977a43bbaf2ebbba7ab69327a3b96bbc3769cc299a4efc9e6c86ff131dbb5bf92be62749d2a1fd0286d49410ab62f1c7c5f55474392ce519142704b81930d01974bdb025c4eb2886a95529c81d64e85370991e22c2277cc7d5a637d8764611ec5d98e2dc356bb1fe2635b8808645145dac2a678c29fe06c77029574b907b690acb3f6da24abed6dc711bbe9b7d392ddf4da65cc6e14eeb430cf0f31935635489246dd18f4ec36230172a00093eec76b6f32121ccbb33d6f3e196bbd0885439d283a89067a6fa0e108238df4fae188da8a4f4935de46da61072e4e759c28e977a47fdcf6d33cfa0ea191b0ba59714de8ed811cdec971ba2d95f03050f77d4d8987fd53298f84202c8bed381a2019c9b2a6cb68887544066818f5b6fa768bd4edb64786fda1bc09b568ab4458239a3a54fac3ed26ec472ad1368a220fb0a89a0afc8b83eb182eb2a85e9770d5e892a2b03de00aab948a3855556ab238e9ed44648bca401c5ae2b52aea48b4a6e2b5299a3d5141be22eae6429427a2a545a843d9cc291227aa23a2e937a27e2dca36fc1df6f50ee260d21a7da8e35790f29843955d94ba462b1d2946eb4d67957f0f191675aeef9b8203974165f5a1047812da77c7b820ac301528657f7f6a0b68282cf37770d19120eb86a618b22ccc167e830116c300eb0103fab05b9677ca2a2f20bbe08ea1445b484f6505b5ff0e102462897784bcee00293c8c65780264e00f3c8f5605dea598151fd3c8f4d4d000dbb20aa83afefd91ad29bd8bfa8424dbe3a224d578ed4f3b3a7310f54f7eaa6a053ac5a9e7ca86d57c037a1a855a5e6adf72944bc0b1df2e98ac4f45adf3b261d49273aaebc5cbc6d07a71850b9c5e02363a03f3751edd3f10c000cf767f67bb7449adc307a6bbf664eeda961f78bee9af3d565c460b409ea3ee8defaf821bc7f39f85738d3358ce72094ae6cef22398ae378ca675635376df756e9f037655e69cebd5cc352776305f7ab6b576edc0b57fbbb63ddf7b84ee8d016b385b60ceeca5ffbf01f1340ccc30d3b2ec95ff1f077a9a106c3fd79eda2e0df2bf09ee15f9d141027b693993f972f649cc7f2a746b2e676b88cecf02feb32b2dc77935b7ff0fffff3df867b3dccaf46f1ae0964e65216de2cca87fe853c9eee82f0bd61966026f3e5b02a4b82c6290104dbd366467eabf366baa0a21368f148525a5dbeb2a03e1c53a8bef5e0a8f1b09cd042ebd3417f6b388f4c0624e262e8733c3782abf725c56945036badcd05c7be1f8f67382703b71acf502f025701da7160509690da365294153480929b0e4c555dde5e87ccc012bf000f26a6b7b7541360c1406ed377eb082a29dbfb9701355dd103f735fe5e2fc8bf9b271fa7d7efa0db9c329405c37ccd3732c2c770ef5399ddfda8d47696f7a56fd27a083a145f7b83f3ef164e365d849d351ff8c54e7a6b3765913e801c3e70fa260e8ccf4edd7e6d7d0247cdb9d9a96cde70d6b369750173d49b995ebf88e55f71dde90ce5c17f15ad8fe8d33e11930b3fdc66aa0ba5f439f7439fc35398d1e44d7eefce79f079de3d1c442ed7f52cf23b7eb6cec0a3cfb76fab9a2b43b3727f0e70b3b98de3a261c3b02e7c97d34547b835e57a5c826a373041fd8e95be103231d891abf35b307451136425c0c230d9a637878cfccbf7c3dd05893d86df8c91a6ce7410184e78406e6596180d68fa33dcf0c0ef90dffc7919fa3cb19fe1b898f77016e3783e91a352043fee5960010f53e36e447bac1dfd41110877fec7e79f5873ffffe6f7ff9e397bef2e3e2177f0568bffa13fabbf3ab6f7efae28bc31e26d46648a545ee3d846040cb020e4647363ecec35210b04f00ec659e2f9527787b2bcb7a573e61064141aa5391ad0b36992b834f261b87be2088a3c676749e874b18dd23783908594c7aca534d1b1c1e1a45f4455ec2511a670f65736921367afc0344c5a7f74b2a23c421ffee00a7d862618b3b5469c9795360e419487bd215e05e2aa02bc18c221209552e547b223805bc040957ca150f781557096974cea90463ff121cffe1c33f012cbc36ff, '2017-09-23 19:04:34'),
(136, 135, 'audit/request', 0x789ced574bafa3c815fe05999f902196d0744f6c4381c118cb52b818fb5a7d6d1cc0e99ed148a80c659b310f37e09e7ba7d58b6c93bf9065f65964977dd659243f28a70acaf7a1db2df5e4a12c22dd6b8a3a8f3a751edf3960130dccf79539343bbb1457075275c6d894cdf71f2a13c966a7aa717daeec22269d71622ab23caea844a7246fcfa4aaaf098e49c964801bf400e950547507d84666272d229cf277aa2e2af29c447552e47ce748c8a987d3e41d613b2af0e0e8407ac0599745da2acaf06d0fefc944a6ef8a6676cea77d0947f792bc22d1b924bdd6a08a69313b88eb3f57a4a4a279638302b465f16392a658d2fab2f06289a324af8bea301616794d52013604d717de08480e9112ea2f05eb744ac96bb27d95d492a60efbaa2ebc78751d2c6fba429a1c893027d1b17829d887b2c888a4cb7db9af22a4f41152051fef7099b462d402ddece0282227668e0137a9c96d2d1dea2ced6238278930f58e744b777e79fb74374bc76f27727fd44d32b893f403d99eda253ee5fbeed7d2d78c6e50e5431aa51d2949c9ce858b1feafa644ad2252a52046e2971ba25e072695782cb491e53ad528673d0daabf136255292c7e496b94fe3d6f7481e157192efd9361cb5ff31397585984016d5a42b6ccb27fc29cef7675049b707600bc97b1bbf4bf2c6de6e12b385decd2ab61874ab842d94d66951511c1326ad6a90245cdd04f4ecb7630172a00493ee261b7f3a165cdb777c7f319d68831845238328068987c660a8e118238d0cf4684c6dc5e7b49eec62edb8071767064e95ec7ba29f767a56c4df233416d6d7eb56137a7b24c7777292ed2a253a0ed583ae29c9483f57f25808a3aadc4de22192912c6b868c46d840648846f16067ec7648dded0664a48fe46da4c53b25c61ad1d491a28f76db488f55a26d15451e6251b514f8178757093c6451bdaae0a9d12d456167c013762915b5545569c8e274b01791232a4371648b57aa6820d19e895796680d4405058a68584b519e8ab616a31e65b366489caaae8866df8ac695283bf0773c342788c36967fca1895f49aa530155f6a0d4355ae948313b6f7aebe207c8b0b87775c70b0e5c0695a54309b449e8dc9e9292b0c254a09483c3b92ba091b02adec1c340826c989a62cab2305f061c036c8601f63d06e8705a5ef4aaba2821bb60c550a22b64e7aa86da7f070812b3c43b415ef780141d2732bc0132b42f6d1ead4bbccf302b3ea691e969a0018e651550f782bb13db53060fea1392ec80cb8ad4934d30eb19cc41d43fc5b96e141814a79e2b1b56f31cf4340ab56da97dd7a25c0a8efd6ec964032a6a5fb64db3915c505d2f5e72439bcd352e71f610b0d10598af8af8ee9e0006f88ef71bc7a35b6a133e30dd73a60bcfb183d00fac60e3b3e2323b00f22dea5e07c13abc76fde05938d75a06db5dad40c9c25d7d04d30dce68d9d70e650f3cf7e6396057e59673b39e7bd6d409172bdfb1379e137aceaf378e1ff88fd09d1bb081bb85d6dc5905ff1b104fc3c00cb36cdb5907ff71a0a709c1cef39c99e3d120ff9be05e911f5d247456b63b5dace69fc4fca74237d66abe81e8fc24e0bfb8d276dd570be7fff0ffdf837f36cbadade09a03b774ae4a699be466f343df2ab6a2bf2c58179809fdc57c0590e2b1884142f07ae5647716bcb61aaa0a21b64e148525a53fe82b43e1c5264f6e5f0a8f1b09cd84567a652d9d6711e99ec59a4ebd16ce4cf3a9fcdaf5585142d91832a779ced20d9ce704613975edcd12f025f45cb71105096903a365254153c80829b1e42775d3e5e87cdc0256e803e435d60e9a82e40c14069d3741b886a25dbc79e026aa9a133ff35ce5c1fd978b1577fa5d71fe15b9c519405c3f2ab24b2c6c6f01f5395bdc38dca3b4373dabfe13d0c1d0a27f3a9c9e78927b194ed20c451e700b2f4d67e3b126300086cf1f44c1d0b91538afad6fa049048e37b36ca79d37ecf942427df424e5d69e1bb876d377da8674e17a10afa5135cbbd33603e64ec0ad06aaf70df449af853f9ed3e85e74e32d7efa7dd0251e3c16aafe493d8fdc6eb0b12bf49d9bd9e78ad2eecc6f102c964e38bb712db8760cce937534527543e96bda2578f79cf483f09e874e43dc657ceca000c2a68707730807720c2fef99e50fbf0c34d61ff6dbf6521cd6db7800b8b7048ef0ac2640ebc781be4d8a16ed39ffc741bf05960bf273898f3780d66e86d00d604072fccbdd00d0e97d62ca8f7483bfa923200effd8fffcab3ffcf9b77ffbcb1f7f1128bf5bfeecaf80ea5ffd09fdddfdf2dbdf7ff1c5f100c3299f4f697dfbf72118d28a808bd1690d9bfcdb3f0cd9d7ffe351320c4b529fcb7c53b2115c197e32ab5a8c0bc324e696a2cbe05bc18c1ec35740c42230509e6adae2e8c815d12f7609c75992f3faf8f0e19f5484ffe3, '2017-09-24 00:38:02'),
(137, 136, 'audit/request', 0x789ced58cd6ee3c8117e82ec23245c015ccf6c44894d8a12454140688afac158a24251f387058816d9926889a24c52637b0673d8ebe61572cc3d87dc72cf3987e48152dd6c4a9677c6c06c76830089615b64777575d5d7555f550b1ba8617cc88c9651596e71b62659a5830dd9f8f03133906c54b21ce787cc4a4252e944862a2b9d8caea8a4e4e640b27c48704852b606a9540f4cad932caf8058dba86c93006fcb77aa2e48763b12e451b22b473684ec25bc8dde910a570d3239d9e5d296ec56f99a8eaa4645911b6c1e1e031cac8944a5d264cb378af19d8457a42bd3f7a65149d26815157bc0db3acff746bd7e668da21995c37e9582fd52b4cb48704889c4bdcad842a3824a230f1949a9fe5de1880273e3e47db4dde2ba56938567631c44bb3cc9d61d6104c66f0518109c99f05a40b28f14bff95c30f7fb2d7945162fa2bcaea9ad9ada149ebd187ae3abaab08d3644189060933c17ac759ac4a4de946b724d4548a921a40a33bcc469c49715169c60caeff70c3a15a0c1b04914608a6ffd4ebabdbd9596491a4b8714b00ce00c430e0f0e02b267bee800434eeef2fa3a8fb7d5b3f574e4b7778f47e36de7a62bd7dad5280640eab764b1e78f78bf5b55bfad7fcbe675aabc45e364495292b27dd18f4fa21e800b29de2e081c6a7d99329f42aab51ee31d689572bcd8927ab40bc91df35c2bad97984bd16ec58661abd5fb685f154202719c93aab0481fc96ff16e75009574b801b6909d349f55c9aeb0b71a85eca1598d33f6d0a866117b50386841926ca2026a0db02ed57541cf6ad11120805230e9be3b9ff53a8263cdecd96cd4eb6a8d10056d9d283a095b7aa3a5e110238d349a4187da8a0fdbbcbb0cb5cd0a208e75bc55e26bd2dc2f9b71125e23d411a6c329d7846e3664f34e8ee265a6049b96ba6e6a4ad46e1e32b923f841962ebb610bc94896355d466dac23d242edb0b1d4974ba42e970dd26eb6e545a0854b25c41ad1d4b6d26c2f1741335489b65014b98545d554e04f6c5d46f0218bea65069f1a1d5214b6077cc2289d457c56558a69b1d75889c8169596d8b6c44b55d49168f5c54b53341ba2823c45d4cdb128f7444b0b9144c5cc3e127baa23a2fe5b51bf14651b7e37eb6207b1d5ab743e16e797926c9f408a3e209b26e51a9a05afa569720b11164a97f765b6026490964dc81f1e84f6dd3e4a09cb6a05c8c25b1faa026a0b93e41d7ce848907543530c59160663af64198bb18c75629926ecb64ba42c4f52882e78623c5415e243960371bc030e0b59e0ed21ae25980a365d19de8056f80b8fa3698a573166c9c734323dfcf52a29f2ece7cb17b0dae24ce171a6501a0f721e02778dd38ce4ddb9d79774063ac53c39e447464e52c0bd8ec3508a72121f39a43494664369ca779c97b77050df39749d751c308c628d198623d0f3ec796960313cc5298e1f961f742c339749784f27d4f2d8b94b82f7a5e407722ebe6528c8e0599137bdc5f0e5609f366faee5d570324ced3b7f321d2e837c1ac5debbd1e276b37adfbb5eb5a2ded55b9465edcbcd26d5f7370dfd4a5f6fdf9877591af5d19be1fa568f262f95b83fb97e7dfd6a25aa3df8fd062c22ab24bdf7a3b0fb0d43843a2f6a970c551815b55e57399ba128f309743691822e3a7a367893df33c992077b84792be48970829421a7718759b041b4fd327e77bbcc12442bf5d1753a04a9c9cbf5d17c6a1aeb3f741e655c14162b3c7939180f4b32ed3f70119e5c271c2bc07092f9f8f1230bd299edbeb45d0680ce62072070eddec8b52dcf9f79a6379f1d1b0c991b37f4bca93f7466de279b188d0b58ce64024a46cee4f39d0cc878f6c4f3afecc9c01b3eea64f45291690d6daace739dab4fb533144926e9b8a3c168f25453a3ca5c743e1db866cff64793996dcd5ddb77eddfcfed99373beb6c4a5fe600936f0ec0d4ff9ef6a6c4ce7b33b5bf28c38f709996654fbd5fbcc9a1c6b2fd5cbb6fbb34d87e26ea56e433477c7b6239bdd164f064bff378d1953919cce1687f52d37384d2729c1723fbffadcf7faef5612437350bd6a04d4bfd90a5f545b4338a7ff42d634ff47fc90905ddf9b3d16002d4e6da0f1892267b39edf4bd576631abc2119b7bda81d4955aa3a6b48467f35d74f75c386fa26824f0d513736c7f92194f2266afe772b6338cc7eba78ecb9212d2463ff29b6b8f1dcffed44278ec39d67c4cb9c0759c6229aca8cfe14e96d5a179890949717d0675222b8997b39d3f036a2dac6d140979c6ccaf3d7f0a493b7afd0026aaba9cfcc27d9507fe8f394f03e8f7c9e177e40ec7c08fb520898f6761b923c8cffe088a0347546b7d46fd13d4c1d8a2b65fef1f2159a20c3b69ba82e4d2c263f19bbb5725273ca1fec79d1f659e81e9d9afcc37505d3cdbed9b96cd4bb53518d5510d3d0ab7a9eb788e55d4365ef48e520fce6a6c7b43e718f9bcfc529361da7d03c5dae5dc5706343aad9dbba39fe60c3a1e4479086af3491d6778ebecaee1cfecabfe972ea5e5bfb4de1b8d6dbf7fe598e07208c8c94dd4569b6d1572af4d7f8e477712a75fc69c0469cf0e7932b0bd53f77c04f17fb0f763ad5f59b3f865513f952d9e17ac78f1632c2b18d707758c4f94c58ca53f68fd7c4de326f3c256ca7fbebe71388e45ae5cf1f95ac7ed3e1e23a2eddebf5df880883f44867ca61b828b020141f7cfd5af2ffef897effffed73f7ded293f8c7ff5372860177f46ff707ef3f60f5f7db55903dce5959152d9ec14802d4a00e0186d9031cc7f6043becfbe66645f18f2a1ec100424cbe8ae12eaf08b9fefa7243fa4bb79ca2edf4aebc9d4e281e1b358298c47c72b6a06b7f310eeff013b9486f258d302079b5211fda20f18228e76a73eeca1893c62e9059adf3c1fceb28928e05f6e82174b2c2cb14495665c3606411e82b4f45ed00817d0850077e2e2ca96af89c05244b8502ef889e751be25a54e9a3a85f8d7ec9ef32f995ea048, '2017-09-24 00:38:13'),
(138, 137, 'audit/request', 0x789ced58cd8fe2c815ff0bb27f42e245b27a6603d86563304648711b43a36930b14d6676b59255d80578f107639bd9ee1dcd21d7dd7f21c7dc73c82df79c7348fea0bc2a9769bad533d26c3e9443a46eb0eb7dd4abf7f17bafc006ea19ef4b6360b4b6092ef7a46c8db0211bef3f9406928d5659e1ea545a79445aa3d85064795452895641de9e4859dd101c9182c90037e801d23e2fab16b00d8d5692873869dea9ba30cf321256719e352b07428e1d9cc4ef085b518107877bd201ceaac813ae28c5771dbc236399be2b9ad13a1d77056cdd89b39284a78274b84125d362b450a3ff5492828a66b50d0ad016f90f71926049ebcac28b050ee3accacbfd48986715490458101c4f78232039404ad07f2998c763425e93cdabb8923475d055fbc28b5737fee2b62d24f1810833121ef29782b52ff294487db92b775584942e42aae0e12d2e622e462de81b2d1c86e4c8ccd1e12415b9aba47d95266d0cfbc421a6de91eee8caafef9eaea6c9e8ed58ee0edb710a6792be279b237fc4c76cd7fe4afa8ad175aa7c40a3b4250529d8be70f07d551d0d493a47450ac12d054e36045c2e6d0b7039c922aa554a71065a3b15de24448ab388dc31f7698df51d92857914673bb60c5bed7e888f6d2122904515690b9be2097f82b3dd0954d2e51ed842b2ceda6b93acb6b71d47eca1df4e4bf6d06b97317b50b8d3c23c3fc44c5ad520491a7563d0b3db8c04c881024cba1fafbdc948702ccff6bcf964acf522140e75a2e8241ae8bd8186238c34d2eb87236a2b3e25d5781b69871db838d571a2a4df91fe71db4ff3e83b8446c2ea66c535a1b707727827c7e9b654c2c340ddf735251ef64fa53c1282b02cb6e368806424cb9a2ea321d61119a061d4dbeadb2d52b7db1e19f687f226d4a2ad12618d68ea50e90fb79bb01fa944db288a3cc0a26a2af02f0eae63f89245f5ba846f8d2e290adb03be61955211a7aa4a4d1627bd9d886c511988434bbc56451d89d654bc3645b3272ac85744dd5c88f244b4b40875289b3945e244754434fd46d4af45d986bfc3bede411c4c5aa30f75fc0a521e73a8b28b52d768a523c568bde9acf2ef21c3a2cef57d5370e032a8ac3e94004f42fbee18178415a602a5ecef4f6d010d8565fe0ebe7424c8baa129862c0bb385df6080c530c07ac0803eec96e59db2ca0bc82e786228d116d2535941edbf03048958e21d21af3b400a0f6319de0019f80bcfa35581772966c5c734323d3534c0b6ac02aa8e7f7f646b4aefa23e21c9f6b82849355efbd38ece1c44fd939faa5a814e71eab9b26135df809e46a19697dab71ce51270ecb70b26eb5351ebbc6c18b5e49cea7af1b231b45e5ce102a797808dcec07c9d47f70f0430c0b3dddfd92e5d52ebf081e9ae3d99bbb6e5079e6ffa6b8f1597d10290e7a87be3fbabe0c6f1fc67e15ce30c96b35c8292b9b3fc08a6eb0da369ddd894dd779ddbe7805d9539e77a3573cd891dcc979e6dad5d3b70eddfae6dcff71ea17b63c01ace1698337be9ff6f403c0d0333ccb42c7be5ffc7819e2604dbcfb5a7b64b83fc6f827b457e7490c05e5ace64be9c7d12f39f0add9acbd91aa2f3b380ffec4acb715ecdedffc3ff7f0ffed92cb732fd9b06b8a55359489b3833ea0ffa56b227fac982758699c09bcf9600292e8b18244453af0dd999faafcd9aaa4288cd23456149e9f6baca4078b1cee2bb97c2e3464233814b2fcd85fd2c223db0989389cbe1cc309ecaaf1c971525948d2e3734d75e38befd9c203c4e1c6bbd007c095cc7a94541425ac368594ad01452420a2c79715577393a1f73c00a3c80bcdada5e5d900d038541fb8d1faca068e76f2edc445537c4cfdc57b938ff62be6c9c7e9f9f7e43ee700a10d70df3f41c0bcb9d437d4ee7b776e351da9b9e55ff09e86068d13dee8f4f3cd9781976d27405c98d85e7a6b3765913e801c3e70fa260e8ccf4edd7e6d7d0247cdb9d9a96cde70d6b369750173d49b995ebf88e55f71dde90ce5c17f15ad8fe8d33e11930b3fdc66aa0ba5f439f7439fc35398d1e44d7eefce79f079de3d1c442ed7f52cf23b7eb6cec0a3cfb76fab9a2b43b3727f0e70b3b98de3a261c3b02e7c97d3454fb43b5db937be7e83db0d21be103131d871a9f3573074510363e5c0c220d92637879cf4cbfbc1a68ac41ec36fc540daef38000ba734203f1ac2840ebc7919e670587fb86ffe3a8cf91e50cfd8dc4c73b00b79b41748d18901dff723b00787a1f1bf223dde06fea0888c33f76bfbcfac39f7fffb7bffcf14b5ff971f18bbf02ac5ffd09fdddf9d5373f7df1c5610fd36933a0d202f71e4230a0250107a3e31a1fe5612908d8f59f5de4f95279829b5b59d6bbf2e932080a529d8a6c5db0a95c197c32d138ec05411c35b6a3f32c5cc2d81ec1c5206431e9294f356d70786814d14bbc84a334ce1e4ae6d2426cf4f88f0f159fdc2fa98c1087fc370738c5160b5bdca14a4bce9b0223cf40da8fae00f352015d0966149148a872a1da13c129e002245c29573ce0555c25a4d139a7128cfd4b70fc870fff04b055363c, '2017-09-24 00:38:13'),
(139, 138, 'audit/request', 0x789ced574f93a3c615ff04f14748b0aa28efda92a01b212154aa984148a3da91500065d72e57512d684958085840eb196fed21d7e42bf8e8bb0fbef9ee730ec907caeb0634dac9ee549cd82e1f523523a05fbfd7efefefbd263aeae9af0b7da0b7b63129f6b4688d882eebafdf143a92f5565192f2549869485ba348c7b23c2a18472ba72f4fb428af290969ce79864c0c50f66951b660d7506fc56940e2e69b490bd224a14119a549b372a034eb90387a45d90a56f5d629dbe520b41325050d4e39edd447159c456fa186f554d0bc437634a9c463a02dd2afa3382692da9585270b1244499916fb91304f4a1a0bb020d8aef04240b28fb0df7f2a185916d3e774f32c2a2555197495bef0e4d9b5b7b8690b7174a0c28c0687f4a960eef3f448a5bedc95bb0a42b88b9022b8644bf2a866631af4f51609029a717534b0a4a4b7a5b42f8f719bc039514098e1d22d5bf9e4f6e1ea311ebd1ccbdd613b3a824dd2577493d5af244b76ed8fa58f395d63c207ccff5b9ad39c9f0b86efcb32d325e9ec702900b7e424de5012eca56d9e8203929049958e2401a99d926c622a4549486fb9fbd446fb0e4d82348c921d5f86a3765f47595b0829e44749dbc2267fb03f26c9ee0422d9720f74a14967edb66952e9db8e42fed26f1f0bfed26b17117fc1b5d382343d449c5b5115489a5adc18e4ec36230172200795eec66b7732126cd3b55c773e19abbd1005438d628d8603ad37504948904a7bfd60c47425a7b81c6f43f5b003171f3512e3e397b49f6dfbc734fc12a191b0ba5ed592d0cb033dbc92a3e3b6c0c161a0ecfb2a8e86fd53218f043f28f2ed381c2019c9b2aac968483444076818f6b6da768b94edb64787fda1bc09d4708b43a2525519e2fe70bb09faa142d50dc6f280888a81e15f1c5c45f09045e5aa80a7ca9630e667c013561915d55405576471d2db89c812f1401c9ae295226a4834a7e295211a3d11230f8b9ab110e58968aa21eab06dc6148913c516d1f47351bb12650bfe0efbea047130698dde54f1cb6991a550651745acb22246586fbde8acd2af20c3c2ced55d5370e032a8ac3e94409d84d66d16e59417268672f7f6a7b68086c2327d050f0d09b2a6ab58976561b6f0b81008af0909493b2624649ec63c03e0b424ed14659a4376c15bc076b485e3a928a1f65f0138843cf132c8eb0e9082c358862f4086faa3cea3554e7647c28b8f4be4722a6880637905941def2eab90a677519f90647b9217b41cafbd6947e30e62fe494f256df44e73f09194e569408be25cee0d94b1c46daaec8ba0322e069f7e613336f3bca0eb15cfaa92f3e469a35fbd4c7272e48140faeb48972bc4c355c4d01975afd2f0ee1ea64111d772fe6c396c49a92208da3bd664ee58a6e7bb9ee1ad5d5e5f204b966b70bef6bc957f6dbbde3bc15aad3798f6720942e6f6f2dd88adc8f5c6f56ae61813cb9f2f5dcb5c3b96ef587f5a5baee7be05db8dd83568ec1b336be9fd36b09b39972b6698a6b5f27e71046721e7e739d6d47258e87e261cc7f25b86f8d6d2b427f3e5ec51307fc874632c676b88ce7f85e867579ab6fd6c6efd1fd77f3d5ce7f3d7caf0ae1b44964e452e6da244af7ed857c1dfd82f0fd6193c7c773e5b0250383c6290104dbd36647bea3d372aaa0221363206af12eef6ba78203c5927d1ed53e1ed0ec132a1e65e1a0beb9d3873bfc5984c9c1aa474fd21ffca76785142d968724373ac85ed59ef6284d7896dae17802fbe63db152b70486b98190b09d0fe48694e24372aabf6c546da1ab07cd7bcb62a6d7b5541361b000b3deb85e7afa068e72f2edcc44437c49f782ebeb07f315f364ebf4b4f9fd25b720488eb06e9f11c0bd399437d4ee73756e35175f01ef18f4007478b6eb6cf1e78b2f1329ca46a18a98d86e756b2766eb85fc0ee47c4ff5babc4e8420638d9f90c9a9253a31238360ac7b801a899e159cf8dcfa08f789633354cab9e35ccd95c425df4202b578eedd9a67d53777d863be75d17215d58deb53da9936466798d618fe982eed9d7ce9c53d5ffdcec3f5ecaa9c3d6844ce93f2ae7ade8687cecf25deb66fa535991766f81375f58fef4c636c0f4101c28f7d1501920a52be3738cef77b2abdefd1e367c346ee383092fc3286c5d4e270c78f82c713195340d80c0c76b6ecae55541e57d65b7a9ad6cda411d24680a35a1e90c3c9140eafb1b449d29759768f6bfbf59d48074ee180dc7fb1b47ad3747f60a68a012fee72e02eeac87bd7bd91000e60870f43f77bfffe89beffff2f71fbefdd0c37f5dfcee47e8061f7d87fe61ffe1f3bf7df0c1610fee6f0656860bee7d0806ac4cc03036bb11bdb9e6fb3ebfe85f5cf3115bcc6979ca9375ce67723c7834cdea52f17d960495a6e83c0e1730b487702d0878047af8a1a40d090e8d2076859748788c92668279f3e65fd98bf6d6, '2017-09-24 00:38:33'),
(140, 139, 'audit/request', 0x789ced574f8fa34616ff049b8fb0612da1cc646d4381b1319695d018bbad691b2fe09d49140995a16c136360004fba339a43aed9afb0c7dc73c82df73def61f703edab8272ff514f4bc926510e697537c5fb57afde9f5f3db0817ac6dbd21818ad6d82cb3d295b236cc8c6db77a58164a35556b83a95561691d6283614591e9554a35590d7275256970447a4603a436a0638fbacac5a2035345a4916e284bf536b6196a624ace22ce5940321790727f11b42298a66b44ef9ae00a39d382d49782a48a7d9aa642a460b71d553498a0ede91b436af006f917d1d270996b4ae2c3c5be0304eabacdc8f84795a91440082e078c22b01c9015282fe73c1ccf384bc249b17712569eaa0abf685672f2efdc5555b48e2031166243c64cf056b5f644722f5e5aedc551152ba08a98287b7b8881b35ea41df68e13024397347879354e4ba92f6d5316963d8270e313db8744d297fbd7e483d26a3d763b93b6cc7473893f415d9e4cd12e7e9aefdb1f431e3ebd4f880c67f4b0a52b07de1e0fbaaca0d493a075c0a212c054e3604877b695b64108034a256a5ac808c49799185a42c3f89a3b1c2c2a771ef3b240db3284e778c0c5bedbe8ef3b61011a88f8ab4854df1403ec1e9ee048e52720f7c216967edb5495afbdb8e23b6e8b78f255bf4da65cc164a13b430cb0e31d35635158aa63137063bbbcd48801a28c0a59bf1da9b8c04c7f26ccf9b4fc65a2f42e150278a4ea281de1b6838c24823bd7e38a2bee253528db79176d841888f3a4e94e397a49f6ffbc72cfa12a191b0ba5c3596d0eb0339bc91e3e3b654c2c340ddf735251ef64fa53c1282b02cb6e368806424cb9a2ea321d61119a061d4dbeadb2d52b7db1e19f687f226d4a2ad12618d68ea50e90fb79bb01fa944db288a3cc0a26a2af0270e2e6278c8a27a51c253a32445617bc013a8948b1aaeaad46c71d2db89c816958138b4c40b55d491684dc50b53347ba2827c45d4cd85284f444b8b50878a9953244e544744d3cf45fd42946df83deceb1dc4c1a4357a57e7af20659e4197dd69628d3631528cd6abce2afb0a2a2cea5cdcf08683904167f5a1059a22b4aff3b820ac311568777f7f6a0b68282cb337f0d09120eb86a618b22ccc163e3302e9b5a02049c782822cb2845500ec96669db2ca0aa82e588554a22d1c4f6505bdff06c021628597435d7780151ec632bc0132342f4d1dad0abc3b62d67ccc22b35343036ccb3aa0eaf837798d34bd3bfd0945b6c74549aaf1da9f767416201a9fec54d506c0e011a750949d0a6f1222c56944aecf3dcff14ca320dab4da17617dc20402fbc582e9fa54d53a930da3d69c535bcf9e73476be20a17f878178ad119722fb2e8e696010e78b6fb77dba5249541394dad6b4fe6ae6df981e79bfeda63cd65b400be1b64bef4fd5570e978fea348ad350296b35c8291b9b37c1cae55b9115caf66ae39b183f9d2b3adb56b07aefdb7b5edf9de3dcce666d7e07160ceeca5fffb006e1a5ce6986959f6caffd5e19ba699ede7da53dba5a9fb85405c91ef1d24b0979633992f674f22f943a52b73395b43767e169c9f436939ce8bb9fd07a8ff76a0ce86af95e95f7238964e65216de2d4a8ffd1b792ade87f96ac337804de7cb604a07059c6a02078bf72b633f55f9a355785149b39c55649e9f6baca4078b64ee3ebe7c2fdeb815642a3bd3417f6a338732b624e266e035286f1507fe5b8ac29a16d7499f35c7be1f8f6638ab09c38d67a01f812b88e53ab8286b48681b19400ea8f841458f2e2aabebbe83cdb0056e0599776ed6daf6e482e0058e8dbaffc60054d3b7f75274cd43467fec47d953be75fcc973ce837d9e953728d8f0071dd303b9e7361b973e8cfe9fccae611a537cea3e69f800e767775f37dfe20923ccab093a62b6a8f7b78be4ad6ee158b0b083c61fef17b92a2cfccf4ed97e6677049f8b63b352dbb9922acd95c425df4a0e456aee33b9673d5dce71454ce5277f2b5b0fd4b67d254c0ccf6b9d7c0753f83dbcf6de08fd734ba555dbbf39f7f1e74ce07cf85da7fd2cebdb0eb6c980a3cfb6afa5355e92cc24fe0cf177630bd724c387604c193fb68a8eabade1d227d083fe70cde8ad3afb85b413ae8f0b8f18982a2081b0cee8c181ccd31bcbc65eedf1dfa357649ec36cdc938b6374901846f181ce6596380d5f7a37d53190de473f9f7237f832e67f8e71aefbf051abf194cd7a80115f27f5f0900516f6343be671be24d030179f8efeecf1ffdf3876ffefde3777ff1956f177ffa1740fb47dfa3ff381f7efe8f0f3e38ec61eee4a3276d72ef360503da1670303a8861837fb00701fb64bf3f25064141aa5391ae0b365d2b83274bab01ba208823ee293acfb4258cdf110cf821cb404f79686983c30337443fc6251c1de39437c9bb77ff033160e923, '2017-09-24 00:41:29');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(141, 140, 'audit/request', 0x789ced58cd6ee3c8117e82ec23245c015ccf6cf4c3264589a22060298a92155ba286a232338b058836d99438224599a4fcb38339e49abc428eb9e7905bee39e7903c50aa9b4dc9f6ce1898cd6e1020316c8beceaaeaefabaeaab6a611db5f5f7b9ded56b618cf30dc96b7dac4bfafb0fb98e24bd9617b838e4661a905a3fd21549eee774452d23d7079217e7040724636b9042f5806893e6450da6f5f45a9cfa38aedea93a3fdded885f44e9ae1ad912b26fe038ba2135ae1ae61464573462b25b171b3aaae8355952991c1e7dec6f4883cecad2986f94e0bb065e938144df3b7a2dcda27554ee016f9ba2d8ebadd6236b6455af1df6eb0cec6f44bb9cf8878c34b857395ba8d75065e4212719d5bf2b1d9141364bbf8fe218b7d4a624bc98613fda1569bee90b53303e166040b097c21b01491e92bdce4bc1d8ef63f29a5c5d44454b55ba4da523bcb83877679775218eb64498107f9bbe14cc4d9626a4d5919a525341486e22a4084b1ce22ce2cb4a0b4e3015f77b069d02d060d824f231c5b775d7b8bdbd6d846996340e1960e9c319061c1eecfb64cf7cd1008682dc15ad4d91c4f547ebe9c8afef9e8e2671ff7a20357bf52801405ab7e46acf1ff17eb7ae7fddfa9ac935aabc4be3242419c9d8bee88727d1f2c1850cc757040eb51566cca7806a6d2578075a1b05be8a492bda05e48e79ae56d637984bd16ecd8661abf5f7d1be2e0404e2b82075e12a7b323fc6bbf50154d2e136d842768dd5b24e76a5bdf528600f9d7a92b387763d8fd883cc41f3d3741b9550ab8075a56e007ad6577d0102280393ee07abe5a82fd8e6d25a2ea7a381da0e90dfd388ac91a0abb5bb2a0e305249bbe3f7a9adf81017833050b76b8038d1702c27ef48671f7692347887505f589c2fb82674bd25db1b294ac25cf6b75d65d351e5a8d739e4525ff0fc3c0b074117494892544d423dac21d245bda01d6a618894306c935ea7275df96a10ca015689aaf4e44e2fbcf23b8142d42b5996ba58540c19fec4ee30820f495486397caa744896d91ef009a3548ab854914bb1386aaf4564897257ec99e2501135249a63716888465b94912b8b9a3113a59168aa016ad069c6188923c516d1f85b511b8a9205bfdb4db983d81dd5fa1fcaf3cb48be4f21451f904d87720dcd82378d457a0b11163486f755b6026490961dc81f1e84d6dd3eca08cb6a19c8c2dd1cea02ea09f3f4063e3424489aaecaba240993995bb18cc958c63cb14c0776dba58dbc4833882e78623c541792435e0071dc0087052cf0f610d70d10f9db81046f402bfc85c7d122c3eb04b3e4631a991efe7a999679f6d3e50b586d72a6703953c8ed07390f81bbc1594e8ac1ca1d3734063ac53c3d1447464e33c0bd8583a01115243972486528cd86ca94ef382fc77050dfd9749d791cd0f5728d110453d0f3e265656039bcc0194e1e961f742c33c334b8a702a53a76ee92e07e2ef9c13c07df32142470b3cc9b37e3d7da61fc8a84993324de38bc8ede59bd58990743c31dfdc63636813f7c6574647b3399ceae2fc2fb0bc523de4d281987b769baeb2617f178e12edfa5f1e2e27e7c73695c6e1cf24a5446f0fb155844d66976ef45c1e02b8608755e54870c551815d5d1407e24a12873017a24c840d70f47af8b7b365811e18830778522154e9832e82a8f59b441b8fd3c8e0f06cc12444bf5d1773a04b9c9ebf5d17c6a1a6b40341e667c2a2c9679f672341ed664da80601e9f7c080e1670388d7cf8f08185e9d2727e6b390c018d450f60e058a3a96399aeb7740d77b53cb61812b7eedc7517deb9bd743fdac6a87c8269cfe7a0646acf3fddcbc01cd79abbdea5359fb8e74f7a19ad526498e71655e73af6e5c71a1a0a259b693bd3c974fe5c5ba3487cea6a31718c91e54de74bcb5c3996e758af56d6d25d3eea6d2a5f560093674cc0d4ff9e06a7c2ce7dbbb03e2bc78f7019a6692ddc9fbdcda1c6b2fd1c6b6c3934d87e22f296a5478e78d6dcb447d3f9e4d98ee7e9a24b633e59c1d1fea8b6e708a569db1753ebffcdcf7faef9612cb7304ad6a06d4beb9067adab68a797ffe85bce9ee8ff8a134abaf396d3c91ca8cdb11ed02e4df64a6c8fddd7462955e0888d3ded415a72b3dd94bbc28bd52eba7b293c6ea36824f0d57363667d94194f538cd1c8e16ca7eb4fd72f6c872525a48d76e437c79ad9aef5b185f038b2cdd58c728163dbe55258d15ac1ad2c6f41fb921092e1d6120a455e112f673b6f09d45a5adb2e13f21133bf71bd0524edf4cd0398a8ea4af899fbca0ffc9f719e06d0efd3c337e40e27c08f4d3f4d8e67613a53c8cff1148a034754ed7e42fd33d4c1d8a2b9dfec9f2059a10c3ba99adc962a0b8fc56fe55c569cf08cfa1ff67e947926866bbd36de4275712d676c9816afd5e664da424df424dc168eedda6659db78d13bce7a705633cb3db78f91cfcb2f3519c4ce5b28d60ee7be2aa0d169edca99fe3867d0f120aa43503acfea7884b7c66e1bded2ba1c7fee525afe2bebdde9ccf2c697b6012e07809cd4413d45eb759b6ab7d3839fe3d19da6d3af634e1369d70e7932b1dc53ff7c04f17fb1f963bd5f55b4f87d513bd52d9e18ac7af173ac4a18d707858c0baa6ac6f21fb47ebaa8719b7965abe67fbac0713c8e55ae5af1e962c7ed3e9e23a2fddebf5df98089df47baf4483744170502a2ee9feb5f9efdf12fbffbfb5ffff4a52bff7ef68bbf41053bfb33fa87fdab6ffff0c517db0dc05ddd1a29972d4f11d8a50c008ed10e1983fc3d1bf23cf64d23fbce900fe507df27794e776da03ebffb795e468a43b65b65ecfe2d779fcd2d1e191e0b96d27874bca5e670410fa28cf8ec50daf2534d57d8df568ae8777d401149b43b35620f4de4214befd0fcf2f950ca0491cfbfdf042f422c84b84195e67c6e02137908d2da7b46435c4067025c8bcb4b5bb12102cb11e14c3ee3275e44454c2a9d3477cae95fb28bcebf00e7fd9e0f, '2017-09-24 00:41:37'),
(142, 141, 'audit/request', 0x789ced58cd8fe2c815ff0bb27f42e245b27a6603d86563638c90e2368646d360629bccec6a25abb00bf0e20fc636b3dd3b9a43aebbff428eb9e7905bee39e790fc4179559469bad533d26c3e9443a46eb0eb7dd4abf7f17bafc026ea99ef2bb36fb63629ae76a46a0db1299bef3f542692cd5655e3fa58d9454c5ac3c45464795851895649de1e4955df101c9392c90037e801d2aea8ea16b00dcc565a44386ddea9baa8c87312d54991372b7b420e1d9c26ef085b518107473bd201ceba2c52ae28c3771dbc252399be2b9ad93a1eb6256cdd49f28a44c79274b84115d362b650a3ff5891928ae6271b14a0cd8b1f9234c592d6958517731c25795d54bba130cb6b920ab020b8bef04640728894507f295887434a5e93f5aba49634b5df5575e1c5ab9b607edb16d2644f842989f6c54bc1de954546245deeca5d1521a58b902af87883cb848b510b74b385a3881c9839069ca42677b5b4abb3b48d619f24c2d43bd21d5df9f5ddd3d52c1dbe1dc9dd413bc9e04cd2f7647de08ff8906fdb5f495f31ba4195f7699436a42425db170ebeabeb832949e7a84811b8a5c4e99a80cba54d092e27794cb54a19ce416ba7c6eb9448491e933be63eadb1be43f2a888937ccb9661abed0fc9a12dc404b2a8266d615d3ee14f71be3d824abadc035b48de59f96d929fec6d27317bd0db59c51e7aed2a610f0a775a5414fb8449ab1a2449a36e047ab6eba10039508249f7a3953f1e0aaeed3bbe3f1b8fb45e8ca281411483c47da3d7d7708c91467a7a34a4b6e2635a8f36b1b6df828b3303a74af61dd10f1b3d2be2ef101a0acb9b25d784deeec9fe9d9c649b4a89f67d75a76b4a32d08f953c14c2a82a37a3b88f6424cb9a21a3013610e9a341dcdb189b0d52379b1e19e803791d69f14689b1463475a0e883cd3ad26395686b4591fb58542d05fec5fe75025fb2a85e57f0add12545617bc037ac522ae254553991c5716f2b224754fae2c016af55d140a23d11af2dd1ea890a0a14d1b0e6a23c166d2d461dca664d9038565d114dbe118d6b5176e06fbf3bed20f6c7ade18753fc4a521d0aa8b28b52d768a523c56cbde92c8bef21c3e2cef57d5370e032a82c1d4a8027a17377484ac20a5381520e76c7b68006c2a278075f061264c3d414539685e93c6830c06618603f60800ebbe545a7aa8b12b20b9e184ab485ec58d550fbef004162967807c8eb0e90a2fd4886374006fec2f36859e26d8659f1318d4ccf091a605b56017527b83fb035a577519f90643b5c56a41ead8249c7600ea2fe298ef549814171eab9b26135df809e46a19697dab71ce55270ecb773261b5051fbbc6c9a27c919d5f5e26563e86971894b9c5d02363a03f37511df3f10c000dff17ee77874493d850f4cf79cf1cc73ec20f4032b58f9acb8cc16803c47dd9b20588637ae1f3c0be71a67b0ddc50294ccdcc54730dd68182dfbc6a1ec81e7de3e07ecaacc3957cba9678d9d70b6f01d7be539a1e7fc76e5f881ff08dd1b035670b6d09a3a8be07f03e269189861966d3bcbe03f0ef43421d87e9e33713c1ae47f13dc2bf2a38384cec276c7b3c5f49398ff54e8d65a4c57109d9f05fc6757daaefb6ae6fc1ffeff7bf0cf66b9a515dc34c02d1dab525a27b979faa06f157ba29f2c58679809fdd9740190e2b188414234f5da90dd49f0da3a515508b175a0282c29dd5e57e90b2f567972f75278dc48682670e98535779e45a407166b3cf6389c99e653f9a5ebb1a284b231e486e6397337709e1384c7b16bafe6802fa1e7ba2751909056305a561234858c90124b7e529fba1c9d8f3960853e40dec9dadea9201b060a83ce9b205c42d1cede5cb889aa6e889fb9af7271fef96cd138fdbe38fe86dce10c20ae1b15d93916b63783fa9ccc6e9dc6a3b4373dabfe13d0c1d0a27bd81d9e78b2f132eca4194a4f6e2c3c379d95c79a400f183e7f100543a756e0bcb6be86261138dec4b21d3e6fd8d39984bae849ca2d3d3770ed53dfe10de9cc7511afb913dcb8639e01532768ac06aaf735f4498fc35f93d3e84174e5cd7efe79d0391e4d2c54fd937a1eb9dd606357e83bb793cf15a5ddb93941309b3be1e4d6b5e0d831384fd6d1403506fdaeaea373f41e58e98df081898e438dcf9ab98322081b1f2e069106c931bcbc67a65f5e0d34d620b66b7eaa06d7794000dd39a181785614a0f5e348cfb382c37dc3ff71d4e7c87286fe46e2e31d80dbcd20fa8418901dff723b00787a9f98f223dde06fea0888c33fb6bfbcfac39f7fffb7bffcf1cb40f971fe8bbf02ac5ffd09fdddfdd5373f7df1c57e07d36933a0d202f71f42d0a7250107a3e31a1fe561290cd9f59f5de4f95275849b5b559d76e5d3651896a43e96f9aa6453b9d2ff64a271d80bc3246e6c47e759b882b13d868b41c462d2539e6a5ae368df28a2977809c759923f94cca585d8ecf11f1f6a3eb95f52192189f86f0e708a0d1636b84395569c3703469e81b41f5d01e66502ba12ac3826b1501742bd23825bc20548b852ae78c0eba44e49a373462518fb97e0f80f1ffe09f4cd3650, '2017-09-24 00:41:37'),
(143, 142, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a01b9010aaa9984148a3da91500065d72e57512d684958085840eb196fed21d7e42be498bb0fbef9ee730ec907caeb0634dac9ee549c7f9543aa6604f4ebf7fafdfdbdd7c440aaf1b6348646679b90724fcbce9818b2f1f65d6920d9e89415a94ea59545b4338e0d2ccbe39271740afafa44cbea869288169c67c4c400659f955507768d8c4e92852469bf99b4304b531a567196b62b074af31e49e23794ad60cde89cf25d01427b715ad2f054d05e7354c9598c0e6a594f252d7a6447d35a3c06da22fb364e1222697d5978b620619c5659b91f0bf3b4a289000b82e309af042407080783e78299e7097d49372fe24ad294615f1908cf5edcf88bdbae90c4072acc6878c89e0bd6bec88e541ac87db9af2084fb08298247b6a4881b36a6c1c0e89030a4395747074b2a7a5749fbea9874099c138784192eddb1955fdd3d5e3d26e3d757727fd48d8f6093f40ddde4cd2bc9d35df733e9334ed799f021f3ff9616b4e0e782e1fbaaca0d493a3b5c0ac12d05493694847b695b64e080346252a52349416aaf229b844a711ad13bee3eadd5be47d3308be274c797e1a8ddb771de15220af951d1aeb0291eed4f48ba3b8148b6ac822e34edadbd2e4d6b7dbb71c45f06dd63c95fd46e19f317dc382dccb243ccb9154d81a469c45d819cdd662c400e14a0d2fdd5da9b8c05c7f26ccf9b4fae343542e148a758a7d15057871a8908d2a83a08c74c57724aaaab6da41d76e0e2a34e127cfc9a0ef2ede098455f2334165637ab46127a7da08737727cdc96383c0c95fd40c3f168702ae5b1108465b1bd8a864846b2ace9321a111dd1211a45ea56df6e91b2ddaa743418c99b508bb638221ad594111e8cb69b70102954db602c0f89a89818fec5e1750c0f5954ae4b786a6c09637e063c619551514355704d1627ea4e44b68887e2c812af155147a23515af4dd154458c7c2ceae6429427a2a545a8c7b69953244e144744d32f45fd5a946df83beceb13c4e1a4337e57c7afa0659e41955d14b1c68a1861a3f3aab7cabe810c8b7ad7f76dc181cba0b20650024d12da77795c505e9818cadddf9fba021a09cbec0d3c7424c8baa161439685d9c2e74220bc162424ed5990904596f00c80d3d2ac57565901d9056f21dbd1158ea7b282da7f03e010f1c4cb21af7b400a0f57327c0132341f4d1ead0ab23b125e7c5c22975343031ccb2ba0eaf9f7798d34ea457d4292ed4951d2ea6aed4f7b3a7710f34f76aa68ab7756808fa4bcc8425a96e7726fa18c256e5b655f85b57109f8f42b87b159e705c3a87956b59c67cf5bfd9a655290230f0432dec6865c231eae2386cea87b9d45f70f300d8a78b6fb5bdb654b4a1d41d0deb52773d7b6fcc0f34d7fedf1fa0259b2dc80f38defaf821bc7f33f08d65ab3c172964b103277961f466c456e36ae5733d79cd8c17ce9d9d6dab503d7fecddaf67cef3dd86ec5ae41e3c09cd94bff7f03bb9973b962a665d92bff3f8ee02ce4fc3cd79eda2e0bddbf09c7b1fc9e2181bdb49cc97c397b12cc1f33dd9acbd91aa2f34f21fad99596e3bc98dbffc7f5ff1eaef3f96b65fa372d224ba7b29036716ad43fecabe46fec9707eb0c1e81379f2d01285c1e314888b65e5bb233f55f9a355581109b39835709f7d53e1e0acfd6697cf75c78bf43b04c68b897e6c2fe20ce3c6c312713b70129c378ccbf725c5e945036badcd25c7be1f8f68718e175e258eb05e04be03a4ecd0a1cd21a66c65202b43f525a10c98babba7db191b601acc0b36eec5a5bb52ec8760360a16fbff2831514edfcd5859b98e896f813cfc517f62fe6cbd6e9f7d9e9737a478e0071fd303b9e6361b973a8cfe9fcd66e3daa0d3f22fe09e8e068d1cff7f9234fb65e8693341dab6aabe1b995acdd5bee17b0fb09f17fd72a31ba90014e76bf80a6e436a8048e8da32bdc02d4ccf4ed97e617d0477cdb9d9a96ddcc1ad66c2ea13e7a94952bd7f11dcbb96dba3ec39df3ae8b902e6cffc699344932b3fdd6b0a774410fec6b77cea9da3f6ef6af2fe534616b43a60c9e94f35e74743e76059e7d3bfda9ac487fb0c09f2fec607aeb98607a040e940768a48c64ad3f52d573901fb6b2bbdec326367db47ee39309afc338ea5c8e270c79f830713196b41d80c0c75b6ecbe55d41e38d65b769cc6cfb411325e80a0da16d0d3c9340eac73b44932a4d9b68f77fbc5b3488746e192dc7c73b47a33787f61a69a014fee53602ee6ca6bd07d91000e60870f45f773ffff48fdfffeecf3ffce9973efefde2673f423bf8f43bf417e7175ffee1934f0e7b707f3bb13260f01e423064750286b1e18d18ed3d3f08f84dffe29e8fd86241ab5391ae0b3e94e3e19379d6d44a10b024a83545e779b884a93d827b41c823a0e2c79236243cb482d81d5e22d1314edb11e6ddbbbf01c3d8f71d, '2017-09-24 00:41:46'),
(144, 143, 'audit/request', 0x789ced574b8fa35616fe05939f30612ca174676cc305833196955018bbac2e1b0fe0e94e14095dc3b54dccab0177aad2ea45b699bf30cbecb3c82efb59cf62e607cdb917703d545d5232499445a42a73b9e771cf3d8fef1cb08e06fadb521fea9d5d8ccb03293b63ac8bfadb77a58e44bd5356b83a95661692ce38d225511c9754a25390d7275256970487a4603223aa062887acac3ac035d23b7116e0b87da7da822c4d49504559daee1c09c97b388ede10ba23297ae794ef0b50da8bd29204a782f49aa34a26a277502b7a2a49d1c37b92d6ea25a02db3afa338c682d217b9674b1c446995958731b7482b1273b0c1d92ef78a43a28f245f7dce19791e939764fb22aa04451ef665957bf6e2d25b5e75b9383a126e4e8263f69c330f4596104115fb625f4648ea2324732edee1226ac4a805aadec1414072668e0637a9c875251caa24ee6238270a30bdb8704d77fe7afd703789c7af27627fd48d12b893f015d9e6cd12e7e9befbb1f031a36b54f990fa7f470a52b073e1e287aaca7541383b5c08c02d058eb7040707615764e08034a45a85ac808809799105a42c3f89c289c4dca7b4d6f7481a646194eed9361cb5ff3acabb5c48203f2ad2e5b6c503fe18a7fb13184ab707600b497b1bb74bd2dade6e14b285da4d4ab61874cb882da4c66941961d23262d2b32244da36e027af6db31073950804937938d3b1d73b6e95aaebb984e944188829146248d84436d305470889142066a30a6b6e2535c4d76a172dc838b130dc752f22551f39d9a64e197088db9f5e5bad1845e1fc9f18d1825bb520a8e43f9a02a5234524fa538e6fca02c7693708844248a8a26a211d61019a25138d869bb1d9277bb0119a923711b28e14e0ab142147924a9a3dd36504399285b49128798970d09fef9e145040f91972f4a782a744b92d819f0845d4a450d55966a323f1dec7964f1d2901f99fc85cc6b883767fc85c11b035e429ec46bc69217a7bca984a847d98c19e2a7b2cda3d9e7bc76c18b16fc1d0ff509fc70da19bfabe3579032cfa0caee14b1428b18497ae7556f9d7d051916f62e6eda8203974165a950024d125ad779541056981294bb7738753934e256d91b78688813355d917451e4e64b8f2981f09a9090a46742421659cc32004e4bb35e5965056417ac02cad1e592535941edbf01700859e2e590d73d2005c789086f800ccd4b9347eb02ef13cc8a8f69647a6a6880635905543def26af916670a73e21c90eb8284935d978b39ec61c44fd939daa5a01284c700a49d9abf03626429486e4fa5cf32d9e2914449b52fb22a86f188363bf5832598f8a9ae76d5daf251754d7b3e7ada1f5e61a1738b90bc5e80cb9175978734b00035ccbf9bbe5d02d9941390dad634d178e657abeeb19dec665c5a57700be1b64bef4bcb57f69bbdea348ad340ca6bd5a819285bd7a1cae65b161dcace78e31b5fcc5cab5cc8d63f98ef5b78de57aee3dcc6ed56ec062df985b2beff701dcd4b9cc30c334adb5f7abc3370d333bcfb166964343f70b81b824debb886fad4c7bba58cd9f44f2874257c66abe81e8fc2c383fbbd2b4ed170beb0f50ffed409d0d5f6bc3bb6ce158389585b08d52bdfea16f255bd15f16ac3378f8ee62be02a07058c42021da7a6dc9f6cc7b69d45419426ce4145b05a93fe84b43eed9268dae9f73f7db03cd84467a652cad4771e696c5984e9d06a474fda1fcda76585142d968624b73aca5ed598f09c2726a9b9b25e08befd8762d0a12c20606c65200a84f0829b0e04655ddbbe83cdb0096ef9a97566deda02ec89601b0d0b35e79fe1a8a76f1ea8e9ba8ea96f813cf95eedc7fb958b54ebfc94e9f926b9c00c4f5832c39c7c27416509fb3c595d57a94769c47d53f011dac77f5f343fec093ad97e12445930667a43ab7928d73c5fc020c4fa87fbc4f52f4991b9ef5d2f80c9a84673933c3b49a29c29c2f04d4470f526eedd89e6dda574d3fa7a072e6ba13afa5e55ddad32603e696d75a0d54e733e87e4e037f6d4ea35bd18db3f8f9f741e778b4b190d527f5dc73bbc68629dfb5ae663f5594ce22ed0dbcc5d2f26757b601d70ec179a28a46f26824f6918aced1bb65a55f70b74c74c8697dd64e131441d8507067bc68911cc3cb5b66fadd815f610d62bf6d6ed5e27a131040f786d0423c2b0ad0fa7ea46fb2a281fb96fffda8df20cb19fa5b89f77780c66e06d135624076fcdfed00e0e96da48bf77483bfa923200effddfff9a37ffef0cdbf7ffcee2f9ef4edf24fff0258ffe87bf41ffbc3cffff1c107c703cc9cedd8490bdcbd0dc19096045c8c0e61586f3fd67d9f7daedf9f107dbf20d5a94837059baca5e19369d5809cef47616b293acfb3258cde210cf7018bc0407aa8698b8363ab887e880b384ca2b42d9077effe073cc2e82e, '2017-09-24 00:43:10'),
(145, 144, 'audit/request', 0x789ced58cd6ee3c8117e82ec23248c00eece6c24914d8a14454140688a9695b1440d45cdd883058816d99238224599a4c6f60c7cc83579851c73cf21b7dc73ce2179a054377f6c79c60666930d0224806c35fba7baeaabaaaf8ac23aeae89f32bdab375611ce36246bf4b12eea9fee321d897a23cb717ec8cc24208d7ea84ba2d8cfe889464aae0e24cbcf080e48cace2099ca81a54d92e50dd8d6d31b51e2e3a87aa6e2fc64b7237e1e26bb6a664bc8be85a3f0036994a2614f4e76792b22bb75bea1b3b2de904485adc3d0c7fe86b4e8ae3489ca8b627cd3c26b3210e9b3aa3792345c87c51df0b4c9f3bd2e0847da488ade38ecd729e8df0a7719f10f2969955665eca0de409592878ca454feae304482b549f2318c222c286d917b31c17eb8cb936cd3e7c6a07cc4c10467cfb90b0e891e923cf52567ecf711794b96afc25c50e46e5b56b917afcedcc979938bc22de146c4df262f39739326311154b12db66584a436423237c72b9c86e5b142837b98f2db3d834e0668305c12fa98e22bdcb4aeafaf5bab248d5b8714b0f4c18741090ff67db267b66800434e6e726193c751f3e83c9df9d5cde3d938ea5f0dc476af19c60088704d96fb7288f7bb75f37be17bb6ae51e15d1a272b929294dd8b3ef784e08309298e96049c2aac52665340a50a31de81d4568e971111c25d406e98e54aa57d8b9914eed66c1aae5a7f0cf74d2e2010c7396972cbf4d1fe08efd6071049a73ba00bd9b516f326d915fa36c3800dd4669cb141a799856c2095a0f949b20d0ba815c0ba12370039eb659f83004a41a5dbc1623eec73b639b7e6f3f170a07402e4f734226924e86a9dae82038c14d251fd3ed5151fa27cb00a94ed1a208e351c49f17ba2ee576a9c04ef11ea73b3b35929095d6dc9f68318c6ab4cf2b75d79a32a52d8530f99d8e73c3f4b5783a08b44248a8a26a21ed610e9a25ed05969ab159257ab0ee9a93d71e92bc14a0ab04214b927a9bdd5d2570399284b4912bb98970d09fef8ee49085f222f9f64f0add029496277c037ccd25554aeca52b1cc0f3b6b1e59bcd4e57b267f22f31ae2cd53fec4e08d0e2f2157e23563c28b43de5402d4a2db8c53c40f659b47a7ef78ed84172df86c37c50d7c77d8e8df15fe4b49b64f20451f900de32c9a0517ad59720d1116b44e6eab6c05c8202d55c89f3208ad9b7d981296d5129085bb393439d4e3a6c907f8d210276aba22e9a2c88d266ec532266319f39e6554b86d97b4b23c4921ba60c478a8c9c5872c07e2f8001c16b0c0db435cb760c9df0e4478025a291fca389aa5781d63967c4c2293c38ca5b62687bc66c224057b051c04ad3027719dbb157dd228ac52e687920f2300e8079b9e33eb095d2fce18413006392f5e5614524ccf708ae387b48f6a7a3f49825bba2057709b05e970eed7920eec73f035f380086616f1aa764e6f65d78f6e9657aff1f5e1a235beb016ef9793376ff69178753e6ee54b3214b3a97b9d794afc51bd52de59c13c9dbdca66af869d68a5a99b6d20fea6b7bd39a0dbcbb9e5bc9e6c2faf7979089f6f4123b24ed25b2f0c06df3244a8f1bc72c25085595e190ea4a3158a72b9808e165290f5f9ec557ecb262b021a12662e9727dc3da60cbaca62e674f0fa4f63f860c03441b444d6b6d329c889b24ed6ead749a49561566e85c3529935251a0f6b212dfcb88ccf720a1c0b38dccfdcddddb13005a5de580e434063d1031838d670ec58a6ebcd5dc35dccebd22e96da9db9eecc3bb3e7ee17db07a5dc60dad3290819dbd3a77b08d8e35a53d73bb7a623f7ec510fa155820cf3cca2e25cc73eff522341a1643b6d673c1a4f9f6b2764b1dcba988d1c636879e3e9dc32178ee539d6eb853577e7473d4565cb0260f28c11a8fadfd35854d8b99733ebab72bc86cb304d6be6fee4ed055596dde758a7964383eddfd46448e291219e3535ede1783a7ab6d3787ce8dc988e16e0da1fd56ed4509ab6fd6a6cfdbfe9f8cf351d8ce56646c11ab45d100e592a2cc39d5efca34f191bd1ff15271474e7cdc7a329509b633da05d9aecd5b27deabe358a55195c6cec69ed17a476a72d75b9178b5d78f3923b6e5f682494a7a7c6c4fa2233de6f318643a7643b5d7f7c7e663b2c29216db49adf1c6b62bbd6970ec270689b8b09e502c7b68ba3704258c0db5026f81b1c139262610e8522ab88b7643b6f0ed45a68db2912f288992f5c6f06493bbe780013155d2d7ee5bdd203fb27254f03e8b7c9e1d7e406c7c08f6d3f896b5f98ce18f2f3740cc5a14454e93e21fe19ea606cd1de6ff68f90ac50869b144d523b958675f15b38e715273c23fef3de8f32cfc870adb7c6255417d7724e0dd32a6bb5391a0ba88d1e85dbccb15ddb2c6a5b59f4ea5d0f7c35b1dc33bb8efcb2fc529561d9b98462ed94dc570534ba3fbb70c63fce18543ba27282ac3e2be3086f8d75f9dedc3a3ffddaa3b4fc57dabbe389e59d9edb06981c0072a28a7a72afd76b2b9dda6bf73be92f20f77b68c30e2932b2dcfbd6b9c6ef7fb1ef636d5f55af303c14b73c7ced5658195c2f4b1756d5ab940735ac5ca80a194b7d90fa743d2b752e8b5ab5ffe9da56e25117b8eac4d375aed4bbf623a2addebf5cf480843f85ba78241ba28b020151f78ff5cfbffbc39f7ffbb7bffcf197aef4bbc9cffe0ac5ebbb3fa1bfdbbf78f7fb6fbed96e00eeea8591d2d8fc3e02bb34f9c130da1c979e8629cf633fee1dbfe3795e4af243ba5ba4ecfd56ea3e9b436518782c320a4d51fd369ac10b7000afd83ef340477a2c6989fd6d2588fe9606541087bbaae1babbfb27348f38eb, '2017-09-24 00:43:19'),
(146, 145, 'audit/request', 0x789ced574b8fe3c611fe05f14f88190184771d4964f3215114049b43511a6147a24252d9b5618068912d89165f4b52eb192ff6e0abf31772f4dd07df7ccf3987e407a5ba496a1e981dc08e6df86060466c763dbaba1e5f15b18e14fd6da90ff5ce2ec6e581949d31d645fdedbb5247a2de292b5c9d4a330b49671ce992288e4b2ad129c8eb1329ab4b8243523099115503944356561de01ae99d380b70dcbe536d4196a624a8a22c6d778e84e43d1c476f08dd9154bd73caf70528ed4569498253417acd512513d13ba8153d95a4e8e13d496bf512d096d9d7511c6341ed8bdcb3250ea2b4cacac3985ba4158939d8e06c977bc521d147923f78ce19791e939764fb22aa04551ef6e501f7ecc5a5b7bcea72717424dc9c04c7ec39671e8a2c21c240ec8b7d1921a98f90ccb978878ba811a3160cf40e0e0292337334b84945ae2be150257117c3395180e9c5856bbaf3d7eb87bb493c7e3d11fba36e94c09d84afc8366f96384ff7dd8f858f195da3ca87d4ff3b5290829d0b173f5455ae0bc2d9e142006e2970bc25383808bb220307a421d52a6405444cc88b2c2065f949144e24e63eb5b5be47d2200ba374cfb6e1a8fdd751dee54202f951912eb72d1ef0c738dd9fc050baad802d24ed6ddc2e496b7bbb51c816836e52b285d22d23b6901aa70559768c98b4acca90348dba09e8d96fc71ce4400126dd4c36ee74ccd9a66bb9ee623a51951005238d481a09879a32547188914a944130a6b6e2535c4d76a17adc838b130dc752f22519e4bb4192855f2234e6d697eb46137a7d24c7376294ec4a29380ee5c34095a2d1e0548a63ce0fca623709874844a2a86a221a610d91211a85ca4edbed90bcdb2964341889db400d77528855a2ca236930da6d83412813752b49e210f3b221c13f3fbc88e021f2f245094f956e49123b039eb04ba9a8a1ca524de6a7ca9e47162f0df991c95fc8bc867873c65f18bca1f012f2245e3396bc38e54d35443dca66cc103f956d1ecd3ee7b50b5eb4e0ef78a84fe087d3cef85d1dbf829479065576a788555ac448d23baf7aebec2bc8b0b07771d3161cb80c2a6b0025d024a1759d470561852941b97b87539743236e95bd8187863851d3554917456ebef4981208af0909497a26246491c52c03e0b434eb9555564076c12aa01c5d2e399515d4fe1b008790255e0e79dd0352709c88f006c8d0bc3479b42ef03ec1acf89846a6a7860638965540d5f36ef21a69943bf5094976c04549aac9c69bf534e620ea9fec54d50a4061825348ca5e85b73111a23424d7e79a6ff14ca520da94da17417dc3181cfbc592c97a54d43c6feb7a2db9a0ba9e3d6f0dad37d7b8c0c95d284667c8bdc8c29b5b0218e05acedf2d876ec90cca69681d6bba702cd3f35dcff0362e2b2ebd03f0dd20f3a5e7adfd4bdbf51e456ab56130edd50a942cecd5e3702d8b0de3663d778ca9e52f56ae656e1ccb77acbf6d2cd773ef6176ab760316fbc6dc5a79bf0fe0a6ce658619a669adbd5f1dbe6998d9798e35b31c1aba5f08c425f1de457c6b65dad3c56afe24923f14ba3256f30d44e767c1f9d995a66dbf58587f80fa6f07ea6cf85a1bde650bc7c2a92c846d94eaf50f7d2bd98afeb2609dc1c37717f3150085c3220609d1d66b4bb667de4ba3a6ca106223a7d82a487da52f0db9679b34ba7ecedd6f0f34131ae995b1b41ec5995b16633a751a90d2f587f26bdb61450965a3892dcdb196b6673d2608cba96d6e96802fbe63dbb52848081b18184b01a03e21a4c0821b5575efa2f36c0358be6b5e5ab5b54a5d902d0360a167bdf2fc3514ede2d51d3751d52df1279e2bddb9ff72b16a9d7e939d3e25d7380188eb0759728e85e92ca03e678b2babf528ed388faa7f023a58efeae787fc81275b2fc349aa260dd4d6c2732bd93857cc2fc0f084fac7fb24459fb9e1592f8dcfa049789633334cab9922ccf942407df420e5d68eedd9a67dd5f4730a2a67ae3bf15a5adea53d6d32606e79add540753e83eee734f0d7e634ba15dd388b9f7f1f748e471b0b79f0a49e7b6ed7d830e5bbd6d5eca78ad259a4bd81b7585afeecca36e0da21384f1ca091222ac3bea88cced1bb65a55f70b74c74c8697dd64e131441d8507067bc68911cc3cb5b66fadd815f650d62bf6d6ed5e27a131040f786d0423c2b0ad0fa7ea46fb2a281fb96fffda8df20cb19fa5b89f77780c66e06d135624076fcdfed00e0e96da48bf77483bfa923200effddfff9a37ffef0cdbf7ffcee2f9ef4edf24fff0258ffe87bf41ffbc3cffff1c107c703cc9cedd8490bdcbd0dc19096045c8c0e61586f3fd67d9f7daedf9f107dbf20d5a94837059baca5e19369d5809cef47616b293acfb3258cde210cf7018b80223dd4b4c5c1b155443fc4051c2651da16c8bb77ff032787e826, '2017-09-24 00:44:07'),
(147, 146, 'audit/request', 0x789ced585f8fe2c811ff04b98f903848bedbbd0076db188c11523cc63068074c8cd97f3ac96aec067c609bb1cdceb0ab79b8d7cb57c863def390b7bce7390fc9074a75bbcd0cb3bb23ed2517454a246668f79feaaa5f55fdaa0c3650cbf8901b1da3b6dae17c43f25a0f1bb2f1e12e37906cd4f2021787dc4a4352eb458622cbbd9c9ea865e4fa40f2e292e09064ec0c52a91c58daa47951836d5da3b64b03bcab9ea9b8204d121214519a54335b42f60dbc8bde911a170d7b0a92148d1d49d6c586ceaa464d9135b60ec300071bd2a0bbb274c72f8af16d03af495fa6cf6da39666d13a2aef80a74d51ec0d493ad346d18cda61bfce40ff4694e4243864a4c1adcad941a3862a250f39c9a8fca4344481b549fa3edaedb0a43565e1d904075152a4f9a6278c41f99d00138233175e0b48f691e2b79f0be67ebf23afc8f24554489ada69aa6de1d98b4b6f72551776d1960823126cd3e782b5c9d298486db929375584942642aa30c72b9c45fc58a9c13d4cc571cfa053011a0c974401a6f84ab78d9b9b9bc62acde2c621032c03f061c8e1c14140f6cc161d6028c86d216d8a78573f3b4f677e73fb7836def5aefb72b35b8f620044ba21cb3d1fe27db2ae7f2b7dcbd6752abc43e364453292b17bd1c79e90023021c3bb2501a74aab8cd91452a9528c1390da28f07247a42809c92db35cabb46f3093a264cda6e1aaf5fb685f174202715c90bab0cc1eeddfe1647d009174ba05ba90a4b198d74952ea5b8f423668d7e39c0d5af53c6203858316a4e9362aa1d600eb4a5c1fe4ac973d01022803958efdc57cd0131c6b6ecfe7e3415f6b8528e8ea44d149d8d15b1d0d871869a4d50e7a54577cd815fd55a86dd70071ace39d127f4fdafb553b4ec3ef11ea09b3cb199784aeb764fb4e8ee255ae04db8eba696b4ad46d1f72b927f8419eadfa6107c94896355d465dac23d241ddb0b5d2572ba4ae562dd26d77e565a0852b25c41ad1d4aed2eeae96413b5489b65414b98345d554e04fec5c44f0258bea450edf1a9d521476077cc32c5d457c5555ca6571d05a8bc816958ed8b5c40b55d491680dc50b53345ba2823c45d4cd89280f444b0b51836e3387481ca88e88866f45fd42946df86c37e50d626750ebdd95fecb48be4f21451f900de32c9a05af1bb3f406222c6c5c1cab6c05c8202ddb903f3c08eddb7d941196d50a9085b739d405d415a6e93bf8d29120eb86a618b22c8c265ec532166319eb9e65da705b9236f222cd20ba60c478a82ec487bc00e278071c16b2c0db435c376029d8f66578025ae10f3c8e66195ec798251f93c8e43063a9ade9a13831619a81bd120ec3465490f894bb157dd228ac52e63bce873b00e83b879eb34e1386519e31c3700c729e3daf28a49c9ee10cc70f691f9de8fd220d8f7441ade0b64ad211bc2f251dd8e7e21be60119cc2ce3155f20f9c67eb7f3d5e3cb97d76466ad2f5ebbabadf6c2cb478df7daf5ab5b6cbfca89fd5e9deb24ce1284de36f2a37fdc14792bdaecc7b3a1fc66180d1783ce7661851df7f8e67a7b698aea003e5f8346649d66473f0afb5f3344a8f1a276c1508559511bf495b3158a325f40670b19c8fa78f6ba38b2c98a800684992b14a9708f2983aeb298391dbcfef318deef334d102d9127dbe914e404af9327f54f49a4f330e35be1b0c2b386a3f1b016d2c28f797cf229702ce0703f737777c7c2746ebb2f6d9721a0b3e8010c5c7b30766dcbf3e79ee92de6a7d22e73ed2e3d6fe65f3a73ef93ed83c63758ce740a42c6cef4f33d04ecf1eca9e75fd9d39177f9a887d02b41a6756953719eeb5c7daa91a050b29d8e3b1e8da74fb513aaccb72e6623d71cd8fe783ab7ad856bfbaefdbb853df7e6673d4565cb0260f2cd11a8fadfd35854d8796f66f617e5f8092ed3b2ec99f7b3b7175459769f6b0f6d9706dbbfa9c950e433437c7b6a3983f174f464a7f1f8d095391d2dc0b53fa9dd38416939ce8bb1fdffa6e33fd77430969b99256bd076413ae499b48c12a3fc479f7236a2ff2b4e28e9ce9f8f4753a036d77e40bb34d9ab6567e8bd32cb55155c6cee69ed979466aba97484678b24ba7d2e9cb72f3412f8e9a939b13fc98cf75bccc1c0e56c67188fcfcf1c972525a48d7ee237d79e389efda983301c38d66242b9c0759cf2289c9016f036944bc106c78464589a43a1c82be2e56ce7cf815a4b6d5b65429e31f36bcf9f41d28e5f3f80898aae16bff05ee581fd13ced300fa313dfc96dce218f8b119a4f1c917963b86fc1c8ea1387044b5ce67c43f411d8c2d9afbcdfe119215ca7093a62b6dadd2f054fc16ee55c5094f88ffb8f7a3cc33323dfb95f906aa8b67bb43d3b279adb646630935d1a3709bb98ee758656de345efb4eb81af26b677e99c229f975faa322cbb6fa058bb9cfbaa8046f76717eef8a719834e8ea89ca0b69f947186b7ceba7c7f6e5f0dbff4282dff95f6de7862fbc32bc7049343404e6ea36e4bd650b3052c58b9ed7e2bfd09e47e13edd8214746b677df3b9f00fc5f6cfc58df57152c0c0fe52d0fdfbb355607d74beec3aa7c717950c4f84255c958ee83d4cf1734ae33af6ad5fecf17378ec7a9c255273e5fe8b8de273f22daebfdcb550f58f84364c867b221ba28101075ff58fff29b3ffcf987bffde58fbff6941f27bff82b54af6ffe84feeefceaedefbffa6abb01b8ab3746ca63f3fb08ecd0ec07c36877cc3d0d53becf7edd3b7fc9f3fd8c14872c5964ec0557e93c99443c0c7c1619a5a6e8f43a9ac31b7008efd801f3404b792c6989836d2588fe98065c104749d571ddddfd1373e838d6, '2017-09-24 00:44:11'),
(148, 147, 'audit/request', 0x789ced574b8fa35616fe05939f30612ca174676cc305833196955018bbac2e1b0fe0e94e14095dc3b54dccab0177aad2ea45b699bf30cbecb3c82efb59cf62e607cdb917703d545d5232499445a42a73b9e771cf3d8fef1cb08e06fadb521fea9d5d8ccb03293b63ac8bfadb77a58e44bd5356b83a95661692ce38d225511c9754a25390d7275256970487a4603223aa062887acac3ac035d23b7116e0b87da7da822c4d49504559daee1c09c97b388ede10ba23297ae794ef0b50da8bd29204a782f49aa34a26a277502b7a2a49d1c37b92d6ea25a02db3afa338c682d217b9674b1c446995958731b7482b1273b0c1d92ef78a43a28f245f7dce19791e939764fb22aa04451ef665957bf6e2d25b5e75b9383a126e4e8263f69c330f4596104115fb625f4648ea2324732edee1226ac4a805aadec1414072668e0637a9c875251caa24ee6238270a30bdb8704d77fe7afd703789c7af27627fd48d12b893f015d9e6cd12e7e9befbb1f031a36b54f990fa7f470a52b073e1e287aaca7541383b5c08c02d058eb7040707615764e08034a45a85ac808809799105a42c3f89c289c4dca7b4d6f7481a646194eed9361cb5ff3acabb5c48203f2ad2e5b6c503fe18a7fb13184ab707600b497b1bb74bd2dade6e14b285da4d4ab61874cb882da4c66941961d23262d2b32244da36e027af6db31073950804937938d3b1d73b6e95aaebb984e944188829146248d84436d305470889142066a30a6b6e2535c4d76a172dc838b130dc752f22551f39d9a64e197088db9f5e5bad1845e1fc9f18d1825bb520a8e43f9a02a5234524fa538e6fca02c7693708844248a8a26a211d61019a25138d869bb1d9277bb0119a923711b28e14e0ab142147924a9a3dd36504399285b49128798970d09fef9e145040f91972f4a782a744b92d819f0845d4a450d55966a323f1dec7964f1d2901f99fc85cc6b883767fc85c11b035e429ec46bc69217a7bca984a847d98c19e2a7b2cda3d9e7bc76c18b16fc1d0ff509fc70da19bfabe3579032cfa0caee14b1428b18497ae7556f9d7d051916f62e6eda8203974165a950024d125ad779541056981294bb7738753934e256d91b78688813355d917451e4e64b8f2981f09a9090a46742421659cc32004e4bb35e5965056417ac02cad1e592535941edbf01700859e2e590d73d2005c789086f800ccd4b9347eb02ef13cc8a8f69647a6a6880635905543def26af916670a73e21c90eb8284935d978b39ec61c44fd939daa5a01284c700a49d9abf03626429486e4fa5cf32d9e2914449b52fb22a86f188363bf5832598f8a9ae76d5daf251754d7b3e7ada1f5e61a1738b90bc5e80cb9175978734b00035ccbf9bbe5d02d9941390dad634d178e657abeeb19dec665c5a57700be1b64bef4bcb57f69bbdea348ad340ca6bd5a819285bd7a1cae65b161dcace78e31b5fcc5cab5cc8d63f98ef5b78de57aee3dcc6ed56ec062df985b2beff701dcd4b9cc30c334adb5f7abc3370d333bcfb166964343f70b81b824debb886fad4c7bba58cd9f44f2874257c66abe81e8fc2c383fbbd2b4ed170beb0f50ffed409d0d5f6bc3bb6ce158389585b08d52bdfea16f255bd15f16ac3378f8ee62be02a07058c42021da7a6dc9f6cc7b69d45419426ce4145b05a93fe84b43eed9268dae9f73f7db03cd84467a652cad4771e696c5984e9d06a474fda1fcda76585142d968624b73aca5ed598f09c2726a9b9b25e08befd8762d0a12c20606c65200a84f0829b0e04655ddbbe83cdb0096ef9a97566deda02ec89601b0d0b35e79fe1a8a76f1ea8e9ba8ea96f813cf95eedc7fb958b54ebfc94e9f926b9c00c4f5832c39c7c27416509fb3c595d57a94769c47d53f011dac77f5f343fec093ad97e1244593d433529d5bc9c6b9627e018627d43fde2729facc0dcf7a697c064dc2b39c99615acd1461ce1702eaa30729b7766ccf36edaba69f53503973dd89d7d2f22eed69930173cb6bad06aaf319743fa781bf36a7d1ade8c659fcfcfba0733cda58c8ea937aeeb95d63c394ef5a57b39f2a4a6791f606de6269f9b32bdb806b87e03c5145a381a88efaaaa49ca377cb4abfe06e99e890d3faac9d262882b0a1e0ce78d122398697b7ccf4bb03bfc21ac47edbdcaac5f5262080ee0da185785614a0f5fd48df644503f72dfffb51bf419633f4b712efef008ddd0ca26bc480ecf8bfdb01c0d3db4817efe9067f5347401cfebbfff347fffce19b7ffff8dd5f3ce9dbe59ffe05b0fed1f7e83ff6879fffe3830f8e079839dbb19316b87b1b82212d09b8181dc2b0de7eacfb3efb5cbf3f21fa7e41aa53916e0a36594bc327d3aa0139df8fc2d652749e674b18bd4318ee03168181f450d31607c75611fd1017709844695b20efdefd0f47dee831, '2017-09-24 00:44:29'),
(149, 148, 'audit/request', 0x789ced58cd6ee3c8117e82ec23245c015ccf6c248b4d8a12454140288a9695b1442d45cd78060b082db229d1e28f4c52fed9c11c724d5e21c7dc73c82df79c73481e28d5cda6647b660ccc6637089000b245767557577d5df555b5b08e5afafb5cefe8b520c2f986e4b51ed625fdfd875c47925ecb0b5cec7333f549ad17ea8a24f772baa29691eb3dc98b73827d92b13548a17a40b449f3a206d3ba7a2d4a3d1c55ef549d972609f18a304daa912d21bb068ec21b52e3aa614e4192a21191645d6ce8a8a2d76449657278f4b0b7210d3a2b4b23be518cef1a784dfa127d6febb5340bd761b907bc6d8a62a7379b8fac9155bdb6dfad33b0bf112639f1f6196970af72b650afa1cac87d4e32aa3f291d914136497f08a30837d553497831c15e981469bee90963303e126040b0e7c2a580a4259297ed9782b1db45e40d59bd0a8ba6aa744e95b6f0e2d5b93bb9a80b51b825c28878dbf4a5606eb23426cdb6742a9d2a08c9a70829c21c07380bf9b2d282234cc5fd8e41a700341836093d4cf16dde356e6f6f1b419ac58d7d06587a70863e87077b1ed9315f3480a12077457353c451fdd17a3af2ebbba7a371d4bbee4ba7dd7a180320cd5bb2daf147bc4bd6f56f9bdf32b9469577689c04242319db177d7c124d0f5cc870b42270a8cd20633ef9546b33c609686d147815916698f8e48e79ae56d637984b61b266c3b0d5fa877057177c02715c90bab0ca9ecc8f70b2de834a3adc025b48d258cceb2429edad873e7b68d7e39c3db4ea79c81e640e9a97a6dbb0845a05ac2b757dd0b35ef50408a00c4cbaef2fe6c39e609b736b3e1f0ffb6acb475e5723b246fc8ed6eaa8d8c74825adb6d7a3b6e27d54f4035fddae01e258c3911c5f91f62e68c7a97f85504f989dcfb82674bd25db1b298c835cf6b61d65d356e5b0dbdee7524f587a7916f4fd0e929024a99a84ba5843a483ba7e2bd082002941d022dd76575a79aa1fc83e5689aa74e5763758796d5f21ea4a96a50e161543863fb13308e14b1295410edf2a1d9265b6077cc32895222e55e4522c0e5b6b1159a2dc11bba63850440d89e699383044a325cac89545cd9888d25034551f35e834e30c8943c516d1d93b511b8892059feda6dc41ec0c6bbd0fe5f96524dfa590a20fc8a64db98666c1656396de4284f98dc17d95ad0019a4651bf28707a175b70b33c2b25a06b27037fbba80bac234bd812f0d0992a6abb22e49c268e2562c633296318f2cd386dd92b491176906d1054f8c87ea42bccf0b208e1be0309f05de0ee2ba01226fdb97e00d6885bff0389a65781d63967c4c23d3c35f2fd232cf7eba7c01ab4dce142e670ab9f520e721703738cb49d15fb8670d8d814e314ff7c58191d30c706f62df6f8405890f1c52194ab3a132e57bcecb111cd4f7365d671e0674bd5c63f8fe18f4bc785919580ecf7086e387e5071dcacc20f5efa940a98e9dbb24b85f4a7e30cfc1b70c0509dc2cf3a628aeb706b103655424a3cbf915babd9654efbb77e8b7c3e5ebb7c9c04d3c3588d6ddd7da2ebc59a571707fe7efa672f77500a3b324352e95e8c6bf6aef07e3011ecdd0ebab8996ae4565089f6fc022b24eb3fb65e8f7bf618850e74575c0508551511df6e547128a3217a047820c747d3c7a5ddcb3c18a088784b92b14a970c494415779cca20dc2ede771bcdf6796205aaa0fbed321c84d5eaf0fe653d35803a2f130e35361b1ccb397a3f1b026d30604f3f8e44370b080c371e4c3870f2c4ce796f3da7218021a8b1ec0c0b18663c732dde5dc35dcc5fcd06248dcba73d79d2dcfedb9fbc93646e5134c7b3a0525637bfaf95e06e6b8d6d45d5e58d3917bfea497d12a4586796e5175ae635f7caaa1a150b299b6331e8da7cfb5358ac4a72e6623c7185acbf1746e990bc75a3ad6770b6beece1ff536952f0b8069698cc0d4ff9e06a7c2ce7d3bb3be28c70f7019a669cddc9fbdcda1c6b2fd1cebcc7268b0fd44e42d4b8f1c595a53d31e8ea7a3673b9ea78b2e8ce9680147fba3da9e0394a66dbf1a5bff6f7efe73cd0f63b99951b2066d5b9afb3c6baec2442fffd1b79c3dd1ff15279474b79c8f4753a036c77a40bb34d92bb17de6be314aa902476cec680fd2944f5ba7724778b148c2bb97c2e3368a46025f3d3526d62799f138c5180e1dce76bafe74fdcc76585242da68077e73ac89ed5a9f5a088f43db5c4c281738b65d2e8515cd05dccaf226b42f3121196ecea150e415f172b65bce815a4b6b5b65423e62e64b773983a41d5f3e8089aaae845fb8affcc0ff09e76900fd3eddff86dce118f8f1d44be3c35998ce18f2f36c0cc58123aa763ea3fe19ea606c71badbec9e2059a10c3ba99adc3e30d5a1f82d9c8b8a139e51ff71ef47996764b8d61be32d5417d772ce0cd3e2b5da1c8d9be8143d09b79963bbb659d6365ef40eb31e9cd5c472cfed43e4f3f24b4d06b1f3168ab5c3b9af0a68745cbb70c63fce19743888ea1094f6b33a1ee1adb1dbc6726e5d9c7de9525afe2bebddf1c45a9e5dd806b8ec0372521b755b5207f2b1d53a1cdb712afd29e6388976ec902323cb3df6ce0700ff171b3fd6f755058bdf15b563cde249c12a173fc3aa7c717d50c4b8a0aa642cf741ebe70b1ab79957b56afee78b1bc7e350e1aa159f2f74dceec33922daebfddb550f58f87da84b8f744374512020eafeb9fee5c91ffff2bbbffff54f5fbbf2ef27bff81b54af933fa37fd8bf7af787afbeda6e00eeeac648796c7e8cc00ecd7e708c76c718e4efd9d072c97e6564bf17f2a17cef7924cfe9ae0dd4e3f7bee53223c53e4b1619bb7bcb9d67f38a47c692054b693c3adc5073b89cfb70fdf7d8a1b4e4a79a56d8db568ae8ef7c400f71981c9bb08726f290a5f7677ef17c286582d0e3bf6d8217011602dca04a733e3786893c0469dd3da1212ea01301aec4e585add81081e58870229ff0132fc22222954e9a3be5f4afd925e75ff6249fd4, '2017-09-24 00:44:32'),
(150, 149, 'audit/request', 0x789ced58cd8fe2c815ff0bb27f42e245b27a6603d86563304648711b43a36930b14d6676b59255d80578f107639bd9ee1dcd21d7dd7f21c7dc73c82df79c7348fea0bc2a9769bad533d26c3e9443a46eb0eb7dd4abf7f17bafc006ea19ef4b6360b4b6092ef7a46c8db0211bef3f9406928d5659e1ea545a79445aa3d85064795452895641de9e4859dd101c9182c90037e801d23e2fab16b00d8d5692873869dea9ba30cf321256719e352b07428e1d9cc4ef085b518107877bd201ceaac813ae28c5771dbc236399be2b9ad13a1d77056cdd89b39284a78274b84125d362b450a3ff5492828a66b50d0ad016f90f71926049ebcac28b050ee3accacbfd48986715490458101c4f78232039404ad07f2998c763425e93cdabb8923475d055fbc28b5737fee2b62d24f1810833121ef29782b52ff294487db92b775584942e42aae0e12d2e622e462de81b2d1c86e4c8ccd1e12415b9aba47d95266d0cfbc421a6de91eee8caafef9eaea6c9e8ed58ee0edb710a6792be279b237fc4c76cd7fe4afa8ad175aa7c40a3b4250529d8be70f07d551d0d493a47450ac12d054e36045c2e6d0b7039c922aa554a71065a3b15de24448ab388dc31f7698df51d92857914673bb60c5bed7e888f6d2122904515690b9be2097f82b3dd0954d2e51ed842b2ceda6b93acb6b71d47eca1df4e4bf6d06b97317b50b8d3c23c3fc44c5ad520491a7563d0b3db8c04c881024cba1fafbdc948702ccff6bcf964acf522140e75a2e8241ae8bd8186238c34d2eb87236a2b3e25d5781b69871db838d571a2a4df91fe71db4ff3e83b8446c2ea66c535a1b707727827c7e9b654c2c340ddf735251ef64fa53c1282b02cb6e368806424cb9a2ea321d61119a061d4dbeadb2d52b7db1e19f687f226d4a2ad12618d68ea50e90fb79bb01fa944db288a3cc0a26a2af02f0eae63f89245f5ba846f8d2e290adb03be61955211a7aa4a4d1627bd9d886c511988434bbc56451d89d654bc3645b3272ac85744dd5c88f244b4b40875289b3945e244754434fd46d4af45d986bfc3bede411c4c5aa30f75fc0a521e73a8b28b52d768a523c568bde9acf2ef21c3a2cef57d5370e032a8ac3e94004f42fbee18178415a602a5ecef4f6d010d8565fe0ebe7424c8baa129862c0bb385df6080c530c07ac0803eec96e59db2ca0bc82e786228d116d2535941edbf03048958e21d21af3b400a0f6319de0019f80bcfa35581772966c5c734323d3534c0b6ac02aa8e7f7f646b4aefa23e21c9f6b82849355efbd38ece1c44fd939faa5a814e71eab9b26135df809e46a19697dab71ce51270ecb70b26eb5351ebbc6c18b5e49cea7af1b231b45e5ce102a797808dcec07c9d47f70f0430c0b3dddfd92e5d52ebf081e9ae3d99bbb6e5079e6ffa6b8f1597d10290e7a87be3fbabe0c6f1fc67e15ce30c96b35c8292b9b3fc08a6eb0da369ddd894dd779ddbe7805d9539e77a3573cd891dcc979e6dad5d3b70eddfae6dcff71ea17b63c01ace1698337be9ff6f403c0d0333ccb42c7be5ffc7819e2604dbcfb5a7b64b83fc6f827b457e7490c05e5ace64be9c7d12f39f0add9acbd91aa2f3b380ffec4acb715ecdedffc3ff7f0ffed92cb732fd9b06b8a55359489b3833ea0ffa56b227fac982758699c09bcf9600292e8b18244453af0dd999faafcd9aaa4288cd23456149e9f6baca4078b1cee2bb97c2e3464233814b2fcd85fd2c223db0989389cbe1cc309ecaaf1c971525948d2e3734d75e38befd9c203c4e1c6bbd007c095cc7a94541425ac368594ad01452420a2c79715577393a1f73c00a3c80bcdada5e5d900d038541fb8d1faca068e76f2edc445537c4cfdc57b938ff62be6c9c7e9f9f7e43ee700a10d70df3f41c0bcb9d437d4ee7b776e351da9b9e55ff09e86068d13dee8f4f3cd9781976d274a57f46aa73d359bbac09f480e1f30751307466faf66bf36b6812beed4e4dcbe6f386359b4ba88b9ea4dcca757cc7aafb0e6f4867ae8b782d6cffc699f00c98d97e633550ddafa14fba1cfe9a9c460fa26b77fef3cf83cef16862a1f63fa9e791db753676059e7d3bfd5c51da9d9b13f8f3851d4c6f1d138e1d81f3e43e1af6e481d2d5d0e01cbd07567a237c60a2e350e3b366eea008c2c6878b41a441720c2fef99e99757038d3588dd869faac1751e1040774e68209e150568fd38d2f3ace070dff07f1cf539b29ca1bf91f87807e0763388ae1103b2e35f6e07004fef63437ea41bfc4d1d0171f8c7ee97577ff8f3effff6973f7ee92b3f2e7ef15780f5ab3fa1bf3bbffae6a72fbe38ec613a6d06545ae0de430806b424e060745ce3a33c2c0501bbfeb38b3c5f2a4f70732bcb7a573e5d064141aa5391ad0b36952b834f261a87bd2088a3c676749e854b18db23b818842c263de5a9a60d0e0f8d227a89977094c6d943c95c5a888d1efff1a1e293fb259511e290ffe600a7d862618b3b5469c9795360e41948fbd115605e2aa02bc18c221209552e547b2238055c80842be58a07bc8aab84343ae75482b17f098efff0e19fce44363e, '2017-09-24 00:44:32'),
(151, 150, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a01b8110aaa9984148a3da91500065d72e57512d684958085840eb196fed21d7e42be498bb0fbef9ee730ec907caeb0634dac9ee549c7f9543aa6604f4ebf7fafdfdbdd7c44003e36d690c8dce3621e59e969d313164e3edbbd240b2d1292b529d4a2b8b68671c1b5896c725e3e814f4f58996d50d25112d38cf888901ca3e2bab0eec1a199d240b49d27e33696196a634ace22c6d570e94e63d92c46f285bc1aad139e5bb0284f6e2b4a4e1a9a0bde6a892b3181dd4b29e4a5af4c88ea6b5780cb445f66d9c244452fbb2f06c41c238adb2723f16e6694513011604c7135e09480e100eb4e78299e7097d49372fe24a5295615fd184672f6efcc56d5748e2031566343c64cf056b5f64472a69725fee2b08e13e428ae0912d29e2868d69a0191d128634e7eae8604945ef2a695f1d932e8173e29030c3a53bb6f2abbbc7abc764fcfa4aee8fbaf1116c92bea19bbc792579baeb7e267dc6e93a133e64fedfd28216fc5c307c5f55b9214967874b21b8a520c98692702f6d8b0c1c90464caa74242948ed55649350294e237ac7dda7b6daf7681a66519ceef8321cb5fb36cebb4244213f2ada1536c5a3fd0949772710c99607a00b4d7b6baf4bd35adf6e1cf117ad7b2cf9cba05bc6fc05374e0bb3ec10736e455520691a71572067b7190b900305a8747fb5f62663c1b13cdbf3e6932b7510a170a453acd368a80f862a890852e9400bc74c57724aaaab6da41e76e0e2a34e127cfc9a6af9563b66d1d7088d85d5cdaa91845e1fe8e18d1c1fb7250e0f4365afa9381e69a7521e0b415816dbab68886424cbaa2ea311d1111da25134d8eadb2d52b6db011d69237913aad1164744a5aa32c2da68bb09b548a1ea0663794844c5c4f02f0eaf6378c8a2725dc253654b18f333e009ab8c8a1aaa826bb23819ec44648b78288e2cf15a1175245a53f1da14cd8188918f45dd5c88f244b4d408f5d836738ac489e28868faa5a85f8bb20d7f877d7d82389c74c6efeaf815b4cc33a8b28b22565911236c745ef556d937906151effabe2d38701954960625d024a17d97c705e58589a1dcfdfda92ba091b0ccdec0434782ac1b2a366459982d7c2e04c26b4142d29e0509596409cf00382dcd7a659515905df016b21d5de1782a2ba8fd37000e114fbc1cf2ba07a4f07025c3172043f3d1e4d1aa20bb23e1c5c72572393534c0b1bc02aa9e7f9fd74833b8a84f48b23d294a5a5dadfd694fe70e62fec94e156df5ce0af09194175948cbf25cee2d94b1c46dabecabb0362e019f7ee53036ebbc601835cfaa96f3ec79ab5fb34c0a72e48140c6dbd8906bc4c375c4d01975afb3e8fe01a64111cf767f6bbb6c49a92308dabbf664eeda961f78bee9af3d5e5f204b961b70bef1fd5570e378fe07c15a6d3658ce720942e6cef2c388adc8cdc6f56ae69a133b982f3ddb5abb76e0dabf59db9eefbd07dbadd835681c98337be9ff6f6037732e57ccb42c7be5ffc7119c859c9fe7da53db65a1fb37e13896df3324b0979633992f674f82f963a65b73395b4374fe29443fbbd2729c1773fbffb8fedfc3753e7fad4cffa64564e95416d2264e8dfa877d95fc8dfdf2609dc123f0e6b3250085cb230609d1d66b4b76a6fe4bb3a62a10623367f02ae1fea08f87c2b3751adf3d17deef102c131aeea5b9b03f88330f5bccc9c46d40ca301ef3af1c971725948d2eb734d75e38befd2146789d38d67a01f812b88e53b30287b48699b19400ed8f941644f2e2aa6e5f6ca46d002bf0ac1bbbd676501764bb01b0d0b75ff9c10a8a76feeac24d4c744bfc89e7e20bfb17f365ebf4fbecf439bd234780b87e981dcfb1b0dc39d4e7747e6bb71e55871f11ff047470b4e8e7fbfc91275b2fc349aa8eb533529d5bc9dabde57e01bb9f10ff77ad12a30b19e064f70b684a6e834ae0d838bac22d40cd4cdf7e697e017dc4b7dda969d9cdac61cde612eaa34759b9721ddfb19cdba6eb33dc39efba08e9c2f66f9c49932433db6f0d7b4a17f4c0be76e79caafee366fffa524e13b636648af6a49cf7a2a3f3b12bf0ecdbe94f6545fa8305fe7c6107d35bc704d32370a0aca1d1401eaa7d5d1b9d83fcb095ddf51e36b1e9a3f51b9f4c781dc651e7723c61c8c387898bb1a4ed00043ede725b2eef0a2a6f2cbb4d6366db0f9a28415768086d6be09904523fde219a5469da44bbffe3dda241a473cb68393ede391abd39b4d74803a5f02fb711706733ed3dc88600304780a3ffbafbf9a77ffcfe777ffee14fbff4f1ef173ffb11dac1a7dfa1bf38bff8f20f9f7c72d883fbdb89950183f7108221ab13308c0d6fc468eff941c06ffa17f77cc4160b5a9d8a745df0a11c0f9fccb3a65682802541ad293acfc3254ced11dc0b421e81017e2c6943c2432b88dde125121de3b41d61debdfb1be8f5f727, '2017-09-24 00:44:35'),
(152, 151, 'audit/request', 0x789ced584fb3a2d815ff04998f9010aba8e99ea8704104b1ac191ea2cff4530c60ba676aaaa82b5c94118106ec796fba7a31dbc957c832fb2cb2cb3eeb2c920f94732fa0f6abee974cfe5516a952817bee39f7fcfd9d23584703fd6da9ab7a274a70b92765678c75517ffbaed491a877ca0a57a7d2cc42d219c7ba248ae39272740af2fa44caea96e090148c6744c500659f955507768df44e920538699fa9b4204b5312547196b62b0742f21e4ee23784ae488ade39e5bb0284f6e2b424c1a920bde6a892b1e81dd4b29e4a52f4f08ea4b5780968cbecbb3849b0a0f445eed91207715a65e57ecc2dd28a241c2c70b6cbbde290e823c91f3ee78c3c4fc84bb27d11578222ab7d79c83d7b71eb2defba5c121f083727c1217bce99fb223b126128f6c5be8c90d44748e65c1ce1226ed8a80643bd838380e44c1d0d2ca9c87d25ecab63d2c5704e1c606ab8704f577e71ff78f5988c5f4fc4fea81b1fc126e15bb2cd9b5b9ca7bbee67c2678cae51e12af57f440a52b073c1f07d55e5ba209c1d2e04e09602275b8283bd10151938200da954212b2062425e640129cbcfe3702231f729adf63d92065918a73bb60c47edbe8bf32e1712c88f8a74b96df1687f82d3dd0914a5cb03d085a4bd8ddb2569ad6f370ed9cdb07b2cd9cda05bc6ec466a9c1664d92166dcb22243d234e2262067b71d73900305a8f430d9b8d331679baee5ba8be944198428186944d248a86a0355c121460a190c8331d5159f926a1285ca61072e3e6a38918edf90611e0d8f59f80d42636e7dbb6e24a1d707727823c6c7a89482832aef878a148f86a7521c737e5016d1245491884451d14434c21a222a1a8583488b222447d1808c8623711b2861248558218a3c9286a3681b0c4399285b491255cccb86045f5ebd89e122f2f24d0957852e49123b03aeb04aa9a8a1ca524de6a7831d8f2c5e52f991c9dfc8bc867873c6df18bc31e025e449bc662c7971ca9b4a887a749b3143fc54b67934fb8ad76e78d182cf615f9fc0abd3cef85d1dbf82947906557655c42a2d6224e99d57bd75f62d6458d8bb79680b0e5c0695358412a80b4eef982cafaa9ef7909373565c65751e466c7974d91ac67068199f310048719ac4291973519c90141fc9a4d36124480613d297f4286f91252c450061f2d3164ee872c75359013abc01f808596a1ef13d058489d864d6bac0bb236e1e6aaea67cacfb3c2e08831409347071d5e5a421f7cb53c2a1d148e544451745f870f3a5d7ea7287e1b82594461493f07d4e4003927392885460a7f83818d59ce069eae8ec54d5fe81f268eb2fae718ba146eb0d05e86db17e1dd45627109aaf6dca649e1774bde6595329cf9eb7e1681671818f2c9a487f1beb620d9b521d767486ee9b2c7cb8603da8e15aceaf2d872ec90a4b03d0dcb1a60bc7323ddff50c6fe3b208802c516c10fed6f3d6feaded7a1f447ca5d960daab150859d8ab0fc3be2c361b37ebb9634c2d7fb1722d73e358be63fd6a63b99efb1ef6b76237a0b16fccad95f7bfd100a873996286695a6bef3fde0668c8d9798e35b31c1aba7f533390c4f70cf1ad95694f17abf9931de131d39db19a6f203aff545b38bbd2b4ed170bebffcde1bfd71cd810b736bcdb16e284535908db38d5eb1ffa54b23bfacb8275060fdf5dcc5700140e8b1824445baf2dd99e792f8d9a2a43888d9ce2bb20f5077d49e59e6dd2f8fe39f7a8cda033f7ca585a1fc499cb16633a751a90d2f5c7fc6bdb61450965a3892dcdb196b6677d88116ea7b6b95902bef88e6dd7acc0216c60f02c85600fad8a145870e3aaee24742e6e00cb77cd5babd676501764bb01b0d0b35e79fe1a8a76f1eaca4d54744bfc91e74a57f62f17abd6e90fd9e90b728f8f0071fd203b9e63613a0ba8cfd9e2ce6a3daaa81f11ff0474c46948eefbf93e7fe4c9d6cb7092a241b2b71a9e5bc9c6b9639ed6e0ccbf8f4c4d9b94d0950470b1f325b424a7c12470eb798e054be68667bd34be842ee259cecc30ada6e99bf38580fae8514eae1ddbb34d9be9a4d5a873de7515d0a5e5dddad32645e696d79af5942ee8c2be71168c2affa3467f7e2da509591b2e79f8a494f722a3b1b9cd77adbbd98f6545da457f6fb1b4fcd99d6d80e121b84f1ca2d140d4467d493ec7f7b293fe57bceca18347eb343694b0128cc3cef564424187cd115713490bfe181ede3253aeff6b28aca7ecb68d956d2b6842040da121b45d81a51148fd787368f2a4e910edfe8f378a068ccedda2e5f878d368f466a85e830c54ffbfdc41c09dcda077910d01a08e0047ff75f7d34f7ffb87effffcc7dffddc937e58fee44fd0093efd3dfa8bfdb3af7ef3c927873db8bf1d542926b89710a8b448c0303ab761bd7d4fe0fbec4dc1d57b0244170b529d8a7453b0315d529f4cb3a6507c9f2641ad293a0fc225ccf4214ce7018bc0407a2c698b83432b88be031070788cd33a75c190777f0368ad083b, '2017-09-24 00:44:49'),
(153, 152, 'audit/request', 0x789ced574f93a3c615ff04f14748b0aa28efda92a01b212154aa984148a3da91500065d72e57512d684958085840eb196fed21d7e42bf8e8bb0fbef9ee730ec907caeb0634dac9ee549cd82e1f523523a05fbfd7efefefbd263aeae9af0b7da0b7b63129f6b4688d882eebafdf143a92f5565192f2549869485ba348c7b23c2a18472ba72f4fb428af290969ce79864c0c50f66951b660d7506fc56940e2e69b490bd224a14119a549b372a034eb90387a45d90a56f5d629dbe520b41325050d4e39edd447159c456fa186f554d0bc437634a9c463a02dd2afa3382692da9585270b1244499916fb91304f4a1a0bb020d8aef04240b28fb0df7f2a185916d3e774f32c2a2555197495bef0e4d9b5b7b8690b7174a0c28c0687f4a960eef3f448a5bedc95bb0a42b88b9022b8644bf2a866631af4f51609029a717534b0a4a4b7a5b42f8f719bc039514098e1d22d5bf9e4f6e1ea311ebd1ccbdd613b3a824dd2577493d5af244b76ed8fa58f395d63c207ccff5b9ad39c9f0b86efcb32d325e9ec702900b7e424de5012eca56d9e8203929049958e2401a99d926c622a4549486fb9fbd446fb0e4d82348c921d5f86a3765f47595b0829e44749dbc2267fb03f26c9ee0422d9720f74a14967edb66952e9db8e42fed26f1f0bfed26b17117fc1b5d382343d449c5b5115489a5adc18e4ec36230172200795eec66b7732126cd3b55c773e19abbd1005438d628d8603ad37504948904a7bfd60c47425a7b81c6f43f5b003171f3512e3e397b49f6dfbc734fc12a191b0ba5ed592d0cb033dbc92a3e3b6c0c161a0ecfb2a8e86fd53218f043f28f2ed381c2019c9b2aac968483444076818f6b6da768b94edb64787fda1bc09d4708b43a2525519e2fe70bb09faa142d50dc6f280888a81e15f1c5c45f09045e5aa80a7ca9630e667c013561915d55405576471d2db89c812f1401c9ae295226a4834a7e295211a3d11230f8b9ab110e58968aa21eab06dc6148913c516d1f47351bb12650bfe0efbea047130698dde54f1cb6991a550651745acb22246586fbde8acd2af20c3c2ced55d5370e032a8ac3e94409d84d66d16e59417268672f7f6a7b68086c2327d050f0d09b2a6ab58976561b6f0b81008af0909493b2624649ec63c03e0b424ed14659a4376c15bc076b485e3a928a1f65f0138843cf132c8eb0e9082c358862f4086faa3cea3554e7647c28b8f4be4722a6880637905941def2eab90a677519f90647b9217b41cafbd6947e30e62fe494f256df44e73f09194e569408be25cee0d94b1c46daaec8ba0322e069f7e613336f3bca0eb15cfaa92f3e469a35fbd4c7272e48140faeb48972bc4c355c4d01975afd2f0ee1ea64111d772fe6c396c49a92208da3bd664ee58a6e7bb9ee1ad5d5e5f204b966b70bef6bc957f6dbbde3bc15aad3798f6720942e6f6f2dd88adc8f5c6f56ae61813cb9f2f5dcb5c3b96ef587f5a5baee7be05db8dd83568ec1b336be9fd36b09b39972b6698a6b5f27e71046721e7e739d6d47258e87e261cc7f25b86f8d6d2b427f3e5ec51307fc874632c676b88ce7f85e867579ab6fd6c6efd1fd77f3d5ce7f3d7caf0ae1b44964e452e6da244af7ed857c1dfd82f0fd6193c7c773e5b0250383c6290104dbd36647bea3d372aaa0221363206af12eef6ba78203c5927d1ed53e1ed0ec132a1e65e1a0beb9d3873bfc5984c9c1aa474fd21ffca76785142d968724373ac85ed59ef6284d7896dae17802fbe63db152b70486b98190b09d0fe48694e24372aabf6c546da1ab07cd7bcb62a6d7b5541361b000b3deb85e7afa068e72f2edcc44437c49f782ebeb07f315f364ebf4b4f9fd25b720488eb06e9f11c0bd399437d4ee73756e35175f01ef18f4007478b6eb6cf1e78b2f1329ca46a8a8c1b0dcfad64eddc70bf80dd8f88ffb75689d1850c70b2f3193425a74625706c148e71035033c3b39e1b9f411ff12c676a98563d6b98b3b984bae84156ae1cdbb34dfba6eefa0c77cebb2e42bab0bc6b7b5227c9ccf21ac31ed305ddb3af9d39a7aaffb9d97fbc945387ad0999d27f54ce5bd1d1f8d8e5bbd6cdf4a7b222edde026fbeb0fce98d6d80e9213850eea3614f51d5ae220fcf41bedfcaee7af79bd8f4d1f88d4f26bc0ea3b075399e30e4e1c3c4c558d27400021fafb92d977705953796dda636b3e9077594a02bd484a635f04c02a9efef1075aad46da2d9fffe6e5123d2b965341cefef1cb5de1cda2ba48152f89fdb08b8b39ef6ee6543009823c0d1ffdcfdfea36fbeffcbdf7ff8f6430fff75f1bb1fa11d7cf41dfa87fd87cffff6c107873db8bf99581930b8f72118b03a01c3d8f046f4e69eeffbfca67f71cf476c31a7e5294fd6391fcaf1e0d13cab6bc5f75912549aa2f33c5cc0d41ec2bd20e011e8e187923624383482d81d5e22e1314a9a11e6cd9b7f01a096f713, '2017-09-24 00:49:15');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(154, 153, 'audit/request', 0x789ced574f8fa34616ff049b8fb0612da1cc646d4381b1319695d018bbad691b2fe09d49140995a16c136360004fba339a43aed9afb0c7dc73c82df73def61f703edab8272ff514f4bc926510e69753745bd3ff5eafdf9bd073650cf785b1a03a3b54d70b927656b840dd978fbae34906cb4ca0a57a7d2ca22d21ac58622cba3924ab40af2fa44caea92e088144c6648d500659f95550bb886462bc9429cf077aa2dccd29484559ca57ce74048dec149fc86d01d45335aa77c5780d24e9c96243c15a4d31c553211a385b8e8a9244507ef485aab5780b6c8be8e93044b5a57169e2d7018a75556ee47c23cad4822c086e078c22b01c9015282fe73c1ccf384bc249b17712569eaa0abf685672f2efdc5555b48e2031166243c64cf056b5f644722f5e5aedc551152ba08a98287b7b8881b316a41df68e13024393347879b54e4ba92f6d531696338270e31bdb8744d77fe7afd70f7988c5e8fe5eeb01d1fe14ed2576493374b9ca7bbf6c7d2c78cae53e503eaff2d2948c1ce858befab2a3724e9ec702904b71438d9101ceea56d918103d2886a95b2022226e5451692b2fc248ec60a739fc6adef9034cca238ddb16d386af7759cb78588407e54a42d6c8a07fc094e772730946ef7c0169276d65e9ba4b5bded38628b7efb58b245af5dc66ca1344e0bb3ec103369555321691a7563d0b3db8c04c881024cba19afbdc948702ccff6bcf964acf522140e75a2e8241ae8bd8186238c34d2eb87236a2b3e25d5781b69871db8f8a8e344397e49faf9b67fcca22f111a09abcb55a309bd3e90c31b393e6e4b253c0cd47d5f53e261ff54ca232108cb623b8e064846b2ace9321a621d91011a46bdadbedd2275bbed91617f286f422dda2a11d688a60e95fe70bb09fb914ab48da2c8032caaa6027fe2e02286872caa17253c35baa528ec0c78c22ea5a286aa2a35599cf47622b24565200e2df1421575245a53f1c214cd9ea8205f11757321ca13d1d222d4a16ce6148913d511d1f47351bf10651b7e0ffbfa047130698dded5f12b4899675065778a58a3458c14a3f5aab3cabe820c8b3a1737bce0c06550597d28812609edeb3c2e082b4c05cadddf9fda021a0acbec0d3c7424c8baa129862c0bb385cf9440782d4848d2b120218b2c611900a7a559a7acb202b20b5621e5680bc7535941edbf01708858e2e590d71d208587b10c6f800ccd4b9347ab02ef8e98151fd3c8f4d4d000c7b20aa83afe4d5e234def4e7d4292ed7151926abcf6a71d9d3988fa273b55b5025078c4292465a7c29b8448711a91eb73cd733cd3288836a5f64558df3001c77eb160b23e15b5cedb86514bcea9ae67cfb9a1f5e60a17f878178ad119722fb2e8e696000678b6fb77dba55b2a83721a5ad79ecc5ddbf203cf37fdb5c78acb68017c37c87ce9fbabe0d2f1fc47915a6b182c67b904257367f9385cab72c3b85ecd5c736207f3a5675b6bd70e5cfb6f6bdbf3bd7b98cdd5aec1e2c09cd94bfff701dcd4b9cc30d3b2ec95ffabc3370d333bcfb5a7b64b43f70b81b822dfbb48602f2d67325fce9e44f2874257e672b686e8fc2c383fbbd2729c1773fb0f50ffed409d0d5f2bd3bfe4702c9dca42dac4a951ffa36f255bd1ff2c5867f008bcf96c0940e1b2884142f07ae56467eabf346baa0a2136738aad92d2ed759581f06c9dc6d7cf85fbed81664223bd3417f6a33873cb624e266e035286f1507ee5b8ac28a16c7499d35c7be1f8f66382b09c38d67a01f812b88e538b8284b48681b19400ea8f841458f2e2aaee5d749e6d002bf0ac4bbbb6b657172467002cf4ed577eb082a29dbfbae326aa9a137fe2b9ca9dfb2fe64beef49becf429b9c64780b86e981dcfb1b0dc39d4e7747e65738fd28ef3a8fa27a083f5ae6ebecf1f78927b194ed2745556b885e756b276af985f80e109f58ff7498a3e33d3b75f9a9f4193f06d776a5a76334558b3b984bae841caad5cc7772ce7aae9e71454ce5c77e2b5b0fd4b67d264c0ccf6b9d540753f83eee736f0c7731add8aaeddf9cfbf0f3ac783c742ed3fa9e79edb75364c059e7d35fda9a27416e137f0e70b3b985e39265c3b02e7c97d34eca9da10fada90fe9c2378cb4ebfe26e19e9a0c3fdc6270a8a226c30b833627034c7f0f296997f77e8d75893d86d9a9b716c6f820208df1038ccb3c200adef47fb26331ac8e7fcef47fe065dcef0cf25dedf051abb194cd7a80119f27fb70480a8b7b121dfd30dfea68e8038fc77f7e78ffef9c337fffef1bbbff8cab78b3ffd0ba0fda3efd17f9c0f3fffc7071f1cf63077f2d19316b9771b82012d0bb8181dc4b0c13fd883807db2df9f1283a020d5a948d7059bae95c193a9d5005d10c411b7149d67da12c6ef0806fc9045a0a73cd4b4c1e1812ba21fe3128e8e71ca8be4ddbbff0102cee913, '2017-09-24 00:49:19'),
(155, 154, 'audit/request', 0x789ced57cd8ee3c6117e82f811625a00e15d4712d9a4285114060887a234c28e4485a4b26bc300d1225b122dfe2d49ad67bcd883aff62bf8e8bb0fb9e59eb30fce03a5bac9d6fc606701db4990430633c36657d7d7d5f5f375111b6860bcad8c91d1d925b83a90aa33c1866cbc7d571948363a558deb5365e511e94c624391e54945353a25797d22557d4570444aa633a6302039e455dd815563a393e4214ef83b450bf32c23611de7199f391252f47012bf217446d18ccea9d89700da8bb38a84a792f4daad2aa6627410573d55a4ece13dc91a780564cbfc9b3849b0a4f565e1d912877156e7d561222cb29a24024c088e27bc12901c2025183e17cca248c84bb27d11d792a68efaea5078f6e2ca5f5e7785243e12614ec263fe5cb00e659e126928f7e5be8a90d24748153cbcc365dcaa510b86460787212998393a9ca42637b574a8d3a48b619f38c4f4e0d20d9df9d3cde3d93499bcbe90fbe36e9cc299a4afc9b66887b8c8f6ddcfa4cf985ca7e023eaff1d2949c9f685831feaba3024e9ec702904b79438d9121c1ea45d998303b288a24a29ce00b557e36d42a4388bc80d739fc6adef912ccca338dbb369d86aff4d5c748588407ed4a42b6ccb47eb139ced4f0049a707600bc97a1baf4bb2c6de6e1cb1c1b09b566c30e856311b28add3c23c3fc64c5bd554489a16ee0270f6db890039508249b7171b6f3a111ccbb33d6f31bdd006110ac73a5174128df4c148c311461a190cc309b5159f92fa621769c73db838d571a2a45f9161b11ba679f4154213617db56e91d0eb2339be91e3745729e171a41e869a128f87a74a9e08415895bb8b68846424cb9a2ea331d61119a17134d8e9bb1d5277bb01190fc7f236d4a29d12618d68ea58198e77db7018a944db2a8a3cc2a26a2af0278e2e6378c8a27a59c153a3538ac2f68027cc52296aa5aad288c5e9602f225b5446e2d8122f555147a235132f4dd11c880af215513797a23c152d2d423dbacc9c2171aa3a229a7d21ea97a26cc3eff1d0ec208ea69dc9bb267e25a98a1caaec5e116bb4889162745ef5d6f9d7906151eff296171cb80c2a6b0825d026a17d53c4256185a940b9fb87535740636195bf81878e04593734c5906561bef4190884d78284243d0b12b2cc139601b05b96f7aa3a2f21bb6014d2155d213d5535d4fe1b208788255e0179dd035178bc90e10d98a17d69f3685de27d8a59f1314486d350036ccb2aa0eef9b745c334837bf5094976c06545ea8b8d3febe9cc41d43ff9a93e03e425f5d15dc1b06ae74c06a7ecf022fb326cce96c0f22f1da6659d670ca3515a509867cf397833b9c6254eeff32f3af3ec651eddde09606fcf76ff6abb744a65fc4de3e9dad3856b5b7ee0f9a6bff15845191de0ec968eaf7c7f1d5c399eff5e7ad6da0596b35a01c8c259bd9fa355b95db859cf5d736a078b95675b1bd70e5cfb2f1bdbf3bd0744cd6137607160ceed95ffbfc1d6d4b9cc30d3b2ecb5ff1fe76c1a66b69f6bcf6c9786eedfc4dc8afce02081bdb29ce96235ff207d3f56ba3657f30d44e73771f8d99596e3bc58d8ff67f2ff1e93b38e6b6dfa579c83a553554adb38339a7ff4ad6223fa9f05eb4c1e81b798af80285c163148085eaf5cecccfc9766235521c46641095552fa83be32129e6db2f8e6b9f0f04ea099d06aafcca5fd5e9eb95b624ea76e4b5286f1587fedb8ac28a16c7499cb5c7be9f8f6fb14613875accd12f825701da751050d695351da067e4f0929b1e4c5757361d126b625acc0b3aeecc6da4153907c0170a16fbff2833514ede2d53d3751682efc95fb2af7cebf5cacb8d36ff3d39fc90d4e81e2fa619e9e6361b90ba8cfd9e2dae61ed5464fc07f803a185bf48b43f1c893dccbb093a6abb2c22d3c5f251bf79a799aa6d6d3f08f2f47ca3b73d3b75f9a9fc3f5e0dbeeccb4ecb669b0e60b09f5d1a3645bbb8eef58ce757b7d533a39afba17a9a5ed5f39d336f673dbe7f682d4fd1cee3db7253e9ecde84e75e32e7ecb49d03906dcffeaf083080f5cadb3ae29f0ecebd9af5545fa9dedfe626907b36bc7840347e0367988c6037538e8234d1bc3cf396a77cbe9e7dadd42dad1708ff12e8232076b06eeb5159cc131bcbc65e6dfefee357631ecb7edc9389fb7e100566f059cda593100ead30cdfe6444bf37cfdd36cdf32ca99f2b9c6d3ccdfdacda8b9610ac88ddf7d0d002dbd8d0df90136f89b3a02e2f0cffd1f3ffde16fdffefcf71f3ff195ef967ff807d0f9a73fa15f9c8fbff8fea38f8e076830798f490bdbbb0bc18816041c8c365fd8e05fe641c0becd1f7686415092fa54669b92b5d1cae883a9d5925b10c411b7149d5bd80afaec083af9904560a03c46dae2f0c881e857b784a334ce7891bc7bf72f05a4e150, '2017-09-24 00:49:24'),
(156, 155, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a04120844a95300869543b120a20efdae52aaa052d090b010b6876c65b73f0d5fe0a3efaee836fbefbec43f281f2ba01493bb53b89e34a2a8754cd88ee7efd5ebf7e7f7eef35d6514f7f5be87dbdb58971b123456b8875517ffb50e848d45b4589cb6361a621690d235d12c56141395a39797d2445794d704872c633a06280b24b8bb205bb067a2b4e031c37732a2d48938404659426cdca9e90ac83e3e896d01549d15bc76c9b83d04e94142438e6a4531f553016bd851ad66341f20ede92a4122f016d9e7e15c5311694aec83d9be3204acab4d80db9595292988305ce76b9571c127d24f9ea73cec8b298bc24eb1751292872bf2babdcb317d7defca6cdc5d19e705312ecd3e79cb9cbd3031154b12b766584a42e4232e7e20dcea39a8d6aa0ea2d1c042463ea68709392dc95c2ae3cc46d0ce74401a61717eee8ca9fee1eaf1ee2e1eb91d81db4a303dc497843d6593dc459b26d7f227cc2e81a15dea7f6df909ce474a6c051bbb2cc744138195c08c02c398ed704073b6193a7608024a4528534a71e13a2242477cc704aa3778724411a46c9962dc321dbafa2accd850422a3246d6e9d3fda1fe3647b0415e9720fcc4f92ceca6d93a4d2b41d856ca0b60f051bf4da45c406526dae204df711e3961519c2a516370239dbf59003efe7a0d2fd68e58e879c6dba96ebcec623a517a260a0114923615febf5151c62a4909e1a0ca9aef81897a34da8ecb760dc838663e9f02551b38d7a48c32f111a72cbeb652d09bdde93fdad181d368514ecfbf24e55a468a01e0b71c8f941916f46611f894814154d4403ac21d24783b0b7d1361b246f363d325007e23a50c28d14628528f24052079b75a0863251d69224f6312f1b12fcf3fdab083e222f5f15f055e89224b133e00bab948a6aaa2c55647edcdbf2c8e2a53e3f30f92b99d7106f4ef82b83377abc843c89d78c392f8e79530951876e3326881fcb368f269ff3da152f5af0b7df5527f0fd716bf850f92f274596427e5da4af42d317497aeb556799be81d80a3b57f74daa81c920a75408fe3afcacbb2cca094b490912dddb1ddb1c1a708bf4163e1ae2444d57245d14b9e9dc6342c0bd268422e998108a791ab30880d392b45394690ed105a380ee687387635142d6df022c842cf03288e80e9082fd48841960423da9e36899e3ed01b3b46312999c0a14e05816fb65c7bbcf2a8ce95d642604d90ee70529472b6fd2d19881a87dd263590980a8ae13e636226f4e69de409802f426bbbe08aaabc5b0fb0b9b3199a7155daf983e0529cf9e37ba556b4b9ce3037302d2df46ba78c2b9874a811a00afd2f0fe0ccea0866b399f5a0e5d922bef81e68e359e3996e9f9ae67782b97e596de02dcae21f9daf396feb5ed7aef8568a5de60da8b050899d98bf7e3b42cd61b57cba9638c2d7fb6702d73e558be63fd7565b99efb0e58376257a0b16f4cad85f7bf81d8d4b84c31c334ada5f71fc76dea72769e634d2c87baee37a3b724be7305df5a98f678b6983e09e18f996e8cc574057ef9b770fc6444d3b65fccacffa3f97f0fcd59bfb534bceb06878563910beb28d1ab1f3a2bd888fe32679d60c37767d3054084c33c0601d1646a43b627de4ba3a2cae06223a3a02a48dd5e57ea73cf564974f79c7bb72ed048a8b917c6dc7a2fc29cb718e3b153c393ae3fe65fda0e4b4748184d6c688e35b73deb7d8c301cdbe66a0ec8e23bb65db10287b02a68b600c61f08c9b1e0466555b4680b5b4395ef9ad756a56daf4ac56603a0a067bdf2fc25a4ebecd58599a8e886f82bcf952eee3f9f2d1aa3dfa7c7bf903b7c0070eb06e9e1e40bd399417e4e6637566351a5ff01f14f8006438b6eb6cb1e59b2b1329ca468b228351a9e8ac8cab9619686b2facf31a9299012ba900026763e8362e4d49804668dc2116ae0696a78d64be333a81f9ee54c0cd3aafb0b733a1350173d8ac9a5637bb669dfd4959ea2ce69d78543e796776d8feb10995a5e73ada7744167f695336354f95fbdf49f2fa5d42e6bdc25ab4f4a79c7331a6bb47cd7ba99fc5a56a49df5f76673cb9fdcd8065c3c04f3892a1af464158a5e4f3939f8bc95beebce9b68cfd1588df5232c07a3f05ccf1f2ad4612dc44533d2a03f86c95b7697cbd781c28aca765d5fb3a905b58fa022d484a62cb03802a91fae0e75a0d425a2d9ffe14a51a3d1a95c341c1fae1ab5de0cd62b9481f4ffcd2504cc59f77867d9e0006a0830f4dfb7bffff8bb1fbffee5a7efffe849dfcc7ff73394828f7f407fb3fff0f9b71f7db4df81f99b1e9582827b76419f66095c8cb66c586fdef4becf5ef5176f7a441773521ef36495b3365cea3f196775a6f83e0d824a5374ea810be8d343780904cc033de9b1a4350ef68d20fa5e1770788892a67d7978f8076f64efb9, '2017-09-24 00:49:27'),
(157, 156, 'audit/request', 0x789ced584f93a3c615ff04f14748b0aa28ef3a92a041480895ca6110d2a876241440d9b5cb55540b5a12160216d0ec8cb7f6906bf21572f4dd87dc72f7d987e403e575d348b353bb93d8f95339a46a4640bf7eafdfdfdf7b800dd433de96c6c0686d135cee49d91a614336debe2b0d241badb2c2d5a9b4b288b446b1a1cacaa8a41cad82bc3e91b2ba26382205e319523140d96765d5825d43a39564214e9a672a2dccd29484559ca5cdca8190bc8393f896d01545335aa77c5780d04e9c96243c15a4c38f2a198bd1420deba9244507ef485a8b5780b6c8be8d93044b5a57169e2d7018a75556ee47c23cad4822c082e078c22b01c9015282fe73c1ccf384bc249b17712569eaa0abf685672faefdc54d5b48e2031166243c64cf056b5f644722f5e5aedc551152ba08a98287b7b888391bd5a06fb47018929ca9a3832515b9aba47d754cda18ce89434c0d97eee8caafef1eaf1e93d1ebb1dc1db6e323d824bd219b9cdfe23cddb53f973e67749d0a1f50ff6f49410afaa481a7f755951b927476b814825b0a9c6c080ef7d2b6c8c0016944a54a59412326ddc6e4cd177134aedda935ba77481a66519ceed8321cb4fb36cedb4244203b2ad21636c5a3fd094e772750932ef7200424edacbd36496b6ddb71c46efaed63c96e7aed3266370a77599865879871ab9a0a29c3c58d41ce6e331220030a50e97ebcf62623c1b13cdbf3e693b1d68b5038d489a29368a0f7061a8e30d248af1f8ea8aef89454e36da41d76e0e0a38e13e5f80de9e7dbfe318bbe416824acae575c127a7d20875b393e6e4b253c0cd47d5f53e261ff54ca232108cb623b8e064846b2ace9321a621d91011a46bdadbedd2275bbed91617f286f422dda2a11d688a60e95fe70bb09fb914ab48da2c8032caaa602ffe2e02a868b2caa57255c35baa428ec0cb8c22aa5224e55959a2c4e7a3b11d9a23210879678a58a3a12ada978658a664f5490af88bab910e589686911ead06de6148913d511d1f42b51bf12651bfe0efbfa047130698dded5f12b48996750630f4ab84f4b182946eb556795bd81fc8a3a57f74db981cba0aefa50003c05edbb3c2e082b4b0552d0df9fda021a0acbec162e3a1264ddd014439685d9c2674220bc16a423e958908e4596b00c80d3d2ac53565901d9057721ddd1168ea7b282cabf05688858e2e590d51d208587b10c4f800bfc81e7d1aac0bb2366a5c7243239fcf126abab8c558bf673aa254e237257c30c18c1e855c7bfcf6bd4ea3da87548d93d2e4a528dd7feb4a33377536f67a78a345ee0424f3935ed0c1d670d6147a3c3d761edaa04f67fed3036ebbc621835d39ac979f6bcd1af5e5de1021f595891f13636e4337ad2f8a333825f65d1fd05f24111cf767f67bb7449d5583e80f6ae3d99bbb6e5079e6ffa6b8f55abd152649903fdb5efaf826bc7f33f08fc1adf6039cb2508993bcb0fa3bf2af38debd5cc352776305f7ab6b576edc0b57fbbb63ddf7baf053462d7a07160ceeca5ffbfd107a8739962a665d92bff3fde0d68c8d979ae3db55d1aba7f4b4f50e4f7cc08eca5e54ce6cbd9938de131d38db99cad21363fab3b9c1d6939ce8bb9fdff1ef1dfeb116c925b99fe7583eed2a92ca44d9c1af50f7d2ad91dfd65c13a4347e0cd674b800997450c12a2a9d686ec4cfd97664d5521c4664ea15a52babdae32109eadd3f8eeb9f07eb7a199c0b997e6c2fe20ca5cb6989389cb21ca301ef3af1c979524148d2e3734d75e38befd2146b89d38d67a01e812b88e53b30287b42e69c500d61f0929b0e4c555dd0ae970cce12af0ac6bbbd6b6579763b30190d0b75ff9c10a4a76feea819ba8e886f813cf551ed8bf982f1ba7df67a7df903b7c0480eb86d9f11c0bcb9d437d4ee73776e3516df011f14f0007eb8bdd7c9f3ff264e3653849d3e1ada1d1f0dc48d6ee0df30bd8fd8f71e9d22815f4400638d9fd125a92cb51091c7b1e68c19699e9db2fcd2fa18bf8b63b352d9bcf2dd66c2ea12e7a94952bd7f11dcbb9e12303c59df3ae07215dd8feb533e14932b3fdc6b0a7744117f6b53b6754ed9f37fb8b877278d89a90a9fd27e5bc171d9d8d708167df4c7f2a2bd22f16f8f3851d4c6f1c134c8fc081721f0d7bea0075873acc03323a07fab29dbe395e36d2f9a3f11d9b4d582dc6d1a5b7bfabd1878d130f0693a60bf03955bf34029e69ac1d70539b9ec023059d81139af6c0b209a47ebc4bf074e1ada2d9fff18ec151e9dc361a8e8f770fae3783f71a6da01cfee55602eee4f3de453604803a021cfdb7dd2f3ffbd39f7fffe35fbefbd457feb0f8c50fd0123efb1efdd5f9d5577ffce493c31edcdfccac141cbc4b0806b456c0303abe6143e35f0d82807d3738c792c6a128b2829ed941cdb0190405a94e45ba2ed8d4af0c9e4c3e5e404140b3a2561d9d47e4125e0b2278f10859487aca63491b1c1e1a41f4138184a3639c5e26f88b8235bcb3a95ab092ac24d1a760fabbbf034cd520e8, '2017-09-24 00:49:32'),
(158, 157, 'audit/request', 0x789ced574b8fa35616fe05939f30c35842e9ced8860be6612c6b4261ecb2ba6c3c80a73b5124740dd73631061a7075555abd986df217b2cc7e16b3cb3eeb59243f68cebd80eba1ee8ef2541653aa2a2ee775cf3d8fef1eb08106c6ebd2d08cce36c1e59e949d113644e3f59bd240a2d1292b5c9d4a2b8b4867141b92288e4aaad129c8cb1329ab4b822352309d2135039c7d56561d901a1a9d240b71d2be536b6196a624ace22c6d290742f21e4ee26b42299262744ef9ae00a3bd382d49782a48afd9aa642a4607b5aaa792143dbc23696d5e02de22fb224e122c287d917bb2c0619c5659b91f71f3b422090704cef1b8171c12032405ea53ceccf3843c279b67712528b2d69755eec9b34b7f71d5e592f840b819090fd953ceda17d99108aad817fb3242521f2199f3f0161771a3463d508d0e0e43923377743849456e2a615f1d932e867de210d3830b3794f2b79bc7d463327a3916fbc36e7c843309afc8266f96384f77dd8f848f185fa7c6351aff2d294841df1488f4beaa724310ce011742084b81930dc1e15ed8161904208da855212b68c684eb98bcfa7b1c8deb702aadef3d92865914a73b46868d765fc479978b08544745badca678249fe0747702372979002920696fed75495a7bdb8d23b650bbc7922d06dd32660ba909599865879869cb8a0c25d3981b839ddd66c4410514e0d2ed78ed4d469c6379b6e7cd27636510a170a813492791a60f340547182964a08623ea2b3e25d5781b29871d04f8a8e3443a7e4ed47cab1eb3e8738446dcea72d558422f0fe4702dc6c76d2985074ddeab8a140fd553298eb8202c8bed38d290884451d14534c43a221a1a4683adbedd2279bb1d90a13a1437a1126da5082b449187923adc6e42359289b2912451c3bc6c4af0c76b17313c445ebe28e1a9509224b13de00954ca450d57966a363f19ec7864f392c60f2dfe42e675c45b53fec2e4cd012f215fe27573c18b13de5222d4a362e614f113d9e1d1f4535ebfe0451b7e0ffb7a075e9b74466feafc15a4cc33e8b17b2dacd0164692d179d15b65afa0bea2dec56ddb6e1032e82b151aa02941fb268f0bc2da528212f4f7a72e8786dc32bb86878e38513714c910456eb6f0991148af05e5487a1694639125ac0260b734eb9555564075c12aa4125dee782a2be8fc6b808688155e0e55dd035678188bf006b8d0bc3475b42af0ee8859eb318bcc4e0d0cb02dabffaae7dfe635ce0cee752714d91e1725a9c66b7fdad35980687cb2537536d0344d9c46e4e6dceb2d8ec1293b6d8b7d16d6674b40fc33876959678a61d44a736ae6c9d3d6784d5ce1021fefa32f3aa3ec4516ddde31606fcf76ff69bb942433f4a6f974edc9dcb52d3ff07cd35f7baca38c0e207603c697bebf0a2e1dcf7f2b382b8d80e52c976064ee2cdf8ed0b2d808ae5733d79cd8c17ce9d9d6dab503d7fec7daf67cef014cb766d7e07160ceeca5ffc7c06a1a5ce6986959f6caffcd119ba699ede7da53dba5a9fb55705b121f1c23b0979633992f67ef05efc74a57e672b686dcfc2c043f07d2729c6773fbff38fefbe1389bb656a67fd922b0702a0b6113a746fd8fbe956c45ffb3649da123f0e6b325c084cb320605d1766bcb76a6fe73b3e6ca906233a7702a48fd415fd2b827eb34be79ca3dbc11682534da4b7361bf1565ee44ccc9c46d20ca301eebaf1c97b524348d2eb63cd75e38befd3645584e1c6bbd0074095cc7a95541435897b46300dd8f841458f0e2aabeaee800dbc055e0599776ededa06ec7560090d0b75ff8c10a5a76fee25e98a8e996f913f795ee9d7f315fb641bfcd4e1f931b7c0480eb87d9f19c0bcb9d437f4ee757761b51457b87f9f70007bbb4faf93e7f14c936cab093a2cba2d47a78be48d6ee158b342dad1fc5a5f3d548716766faf673f313b81c7cdb9d9a96dd8c0cd66c2ea03e7a546c2bd7f11dcbb96a2e6f0a2767a97b995ad8fea53369723fb3fdd65fe0ba9fc0ade736c0d75633ba535dbbf39f731274ce411b7f597daf8507a1d6d9cc1478f6d5f4a7aa22fdce777fbeb083e99563c28123089ba8a2e140d6a4be385087f073ceda9d38fd54bb13a4f34c1bb17686a0c8c146817b43458be0185e5e33f7efcff60abb18769be6642d9e37e900546f182db4b36600abef46f8a6261a986fe5df8df60da29c21bfd57837f2377e3368ae91026ae3175f03004baf63437c601be24d030179f861f7e70fbffecfbffefbed377ff5a52f177ffa0ee0fcc37fa3ef9dbf7cfad5071f1cf6305eb613266d6cef2e051a6d0838181dbdb0d17e950701fb2e7f3817064141aa5391ae0b36444bda7b4bab01b72088a3d653741e604b98b22398e343968181f4d8d2068787d610fde21670748cd3b649debcf91f0e71df77, '2017-09-24 00:49:32'),
(159, 158, 'audit/request', 0x789ced574fafa34612ff049b8fb02196506612dbd0600cc67ad2f230f6b3e6d93880339328126a43db26c6c0009ebc97d11cf6baf90a39e69ec3def69e730ed90fb4d50dedf74733234da2acf6b0d27ba6e9eaaaaeaeaadfaf0b6ca281f9ba3275b3b34d71b52755678c4dd97cfda632916c76aa1ad7a7cace63d21927a622cbe38a6a744af2f244aafa8ae098944c6744cd80649f577507568dcc4e9a4738e5efd45a94671989ea24cff8cc8190a287d3e415a1338a66764ec5ae04a3bd24ab48742a49afddaa622a660771d55345ca1ede91ac31af806c917f9fa42996b4be2c3c59e028c9eabcda8f85795693548009c1f58517029243a484c3a782551429794e36cf925ad254bdaf0e8527cfae82c575574893031166243ae44f057b5fe647220de5bedc571152fa08a9828fb7b84c5a35eac1d0ece028220573c78093d4e4a696f6f531ed62d82789303db87443673ebf793c7b4cc72f2fe4fea89b1ce14cd2776453b4435c64bbee67d2674c6e50e33a8dff9694a4a46f1a6cb5afebc294a473c0a508c252e2744370b497b6650e01c8626a55ca4b9a3129c96272c302a771bf7b248bf238c9766c1a36d97d9f145d2126501935e90a9bf2d1fa1467bb13b848a707107e92f5d67e97648da7dd24668361f758b1c1a05b256ca0b4e18af2fc90306d5553a15c5a73176067b7190b90fd125cbabd58fb93b1e0dabee3fbf3c9853688513432886290583706ba86638c3432184663ea2b3ea5f5c536d60e3b08eed1c0a972fc960c8bedf098c7df2234165657abd6127a792087577272dc564a74d0d5fd505392d1f054c963218caa727b11eb4846b2ac19321a6103111d8de2c1d6d86e91badd0ec86838923791166f95186b445347ca70b4dd44c35825da4651641d8baaa5c0bfa85f26f09045f5b282a746a71485ed014f98a552d44a55a5118b93c14e448ea8e8e2c8162f55d140a23d152f2dd11a880a0a14d1b016a23c116d2d463dbacc9a2271a2ba229a7e2d1a97a2ecc0df61dfec20ea93cef84d93bf9254450ef8ba075f8dc2172966e7456f957f07b515f72e6f39d4206480a921147f5b7ece4d919484415201a007fb535740236199bf82878104d93035c5946561b608981148af0da5487a36946299a7ac0260b72cef55755e4275c128a22bbac2f154d580fa57400b312bbc022aba07a2e87021c31b7042fbd2d6d1aac4bb2366b06316999d8614605b56fb752fb82d1a8e19dc432614d91e9715a92fd6c1b467b000d1f8e4a7fa6ce0316018ce3987c1293b1c5edf44cdd95258fe8dcbb4ecf38c69364a736ae6c9536ebc995ce1121fef332f3a33ec651edfde09606fdff1be743c3aa532e6a6f9f49cc9dc73ec20f4032b58fb0c516607d8ba25e2ab20588557ae1fbc9598b57681ed2e976064ee2edfceceaadc2e5caf669e3571c2f9d277ecb5e7849ef3c5daf103ff014573b36bf038b466ce32f8dfe0691a5ce69865dbce2af8d3d99aa699ede73953c7a3a9fbc39cadc80f8e103a4bdb9dcc97b3f712f763a56b6b395b435e7e177b9f8368bbeeb3b9f37f0effef7138ebb2565670c5d9573a55a5b44932b3f9a16f151bd15f96ac336d84fe7cb6048af058c6a0203852b9d89d06cfad46aa428aad8252a9a4f4077d45179eacb3e4e6a9f0f036a095d06a2fad85f35686b95b624d265e4b4fa6f9587fe57a0c8e001843e632cf59b881f33645184e5c7bbd0066093dd76d5441435a57142dc0ec47424a2cf949dd5c55b4716da92af4ed2ba7f176d040912f00160c9c1741b802b8ce5fdc0b1335cd851fb8af72effc8bf99207fd363ffd8ddce023905b3fca8fe75cd8de1cf0399d5f3b3ca29afe0ef3ef210dc616fd625f3c8a248f32eca419aaac700fcf97c8dabb6691a6a5f5017d24b838b302e7b9f5155c0c81e34d2ddb69db057b3697501f3d2ab695e706aeed5eb71737a593f3aa7b995a38c1953b69733f7302ee2f48bdafe0c6f35ae2e3d58cee54d7defcf79c049d73c0e3af0edf6be141a80dd62f85be733dfd505564dcf91ecc174e38bd762d38700c61938768345075809daa9d3376b7947e9edd2da27d0c8f16ef1d286bb016e05e33c1d91bc3cb6be6fafd9e5e6397c26ed39e8a73799b0a60f456c0699d0101acbe9bdddb7a68299eaf7f37d3b76c72a67baef16ed66ffd66b4dcb004d4c51fbe0280925e27a6fcc036c49b0602f2f0efdd5f3ffdf19f7ffff55f3f7d1228ff58fce517a0f24f7f46bfb91f7ffdc3471f1df6d056f2ce9282dabf4b814ec10007a32d1736f9977818b26ff187fd601896a43e95d9ba64cdb3a2bfb7ac5a620bc324e69ea273e35a41771d43ff1eb10c0c94c79636383a7043f42b5bc2f131c93840debcf90fbb0bdc5a, '2017-09-24 00:49:36'),
(160, 159, 'audit/request', 0x789ced584f93a3c615ff04f14748b0aa28efda92a0414808952a6610d2a876241440deb5cb55540b5a12160216d07ac65b7bc8d5fe0a39e69e436eb9e79c43f281fcba69a4d9a9dd711cff291f32a511d0ddeff5ebdf7beff71ec206ea19af4b6360b4b6092ef7a46c8db0211bafdf9406928d5659e1ea545a59445aa3d850656554528956415e9e48595d131c9182c90ca91a98d96765d5825543a39564214e9a67aa2dccd29484559ca5cdc88190bc8393f815a1238a66b44ef9ae00a59d382d49782a48876f553211a3851ad153498a0ede91b456afc0dc22fb264e122c695d5978b2c0619c5659b91f09f3b42289000382e3092f0424074809fa4f0533cf13f29c6c9ec595a4a983aeda179e3cbbf617376d21890f449891f0903d15ac7d911d89d497bb72574548e922a40a1edee222e662d482bed1c2614872668e0e27a9c86d25edab63d2c6b04f1c627a70e9968e7c72fb70f4988c5e8ee5eeb01d1fe14cd2d76493f35b9ca7bbf6c7d2c76c5ea7ca0714ff2d2948419f34d86a5f55b9214967c0a510602970b22138dc4bdb220300d2886a95b2827a4c8ad388dc32e0b4c6ee0e49c32c8ad31d1b864d76dfc4795b8808444645dac2a678b03ec1e9ee0426d2e11ec04fd2ceda6b93b4b6b41d47eca6df3e96eca6d72e6376a370b8c22c3bc44c5ad5540817ae6e0c7a769b9100de2fc0a4bbf1da9b8c04c7f26ccf9b4fc65a2f42e150278a4ea281de1b6838c24823bd7e38a2b6e253528db79176d801b8471d27caf12bd2cfb7fd63167d85d048585dafb826f4f2400eafe4f8b82d95f03050f77d4d8987fd53298f84202c8bed381a2019c9b2a6cb68887544066818f5b6fa768bd4edb64786fda1bc09b568ab4458239a3a54fac3ed26ec472ad1368a220fb0a89a0afc8b83ab182eb2a85e9570d5e890a2b03de00aa37416f15955a9a7c5496f27225b5406e2d012af545147a23515af4cd1ec890af215513717a23c112d2d421dbacc9c2271a23a229a7e21ea57a26cc3e7b0af77100793d6e84dedbf82947906f9752f7dfb347d9162b45e7456d9d7105b51e7eaae4935800c72aa0fc1cfc3cfbecde382b0945420d1fdfda92da0a1b0cc5ec1454782ac1b9a62c8b2305bf84c09b8d78250241d0b42b1c8121601b05b9a75ca2a2b20bae02ea42bdac2f1545690f5af801622167839447407a6c2c3588627e004fec0e36855e0dd11b3b4631a991efe7893d519f673640ad86bb1f9aae3dfe53563f5eee53984ec1e1725a9c66b7fdad119dc14edec54910605aef494d3a39d69e36c21ac686cf832aca14a60fd970e13b3ce2386510bad999e274f1bfbead1152ef091b91519af63433e3327f53f3ab3f75516dd5de81e0cf16cf733dba543aac6e201ac77edc9dcb52d3ff07cd35f7b2c5b8d9622cb9ce4af7d7f155c3b9eff4ed2d7f802cb592e41c9dc59be9bf955992f5caf66ae39b183f9d2b3adb56b07aefda7b5edf9de5bf4dfa85d83c58139b397fe6fa30650709961a665d92bff17af04d4e56c3fd79eda2e75dd4f8e72457eeb0881bdb49cc97c397bb4283c14ba3197b335f8e57faa0c67102dc77936b7ff5f1f7ebdfac03ab895e95f37cc2e9dca42dac4a9517fd1a792ddd16fe6ac336d04de7cb6048a7099c720209a4c6da69da9ffdcac675570b199539a96946eafab0c8427eb34be7d2abc5d69682470e9a5b9b0dfc9309725e664e2727a328c87f22bc765e90809a3cbcd9c6b2f1cdf7e9720dc4e1c6bbd0066095cc7a94541425a97345b80e78f841458f2e2aa2e83b429e6541578d6b55d5bdbab53b159002ce8db2ffc6005e93a7f710f26aaba99fc91fb2af7cebf982f1bd0efb2d3a7e4161f81dcba61763cfbc272e7909fd3f98ddd20aa0ddea3fe11d2606cd1cdf7f903241b9461274d87b785c6c2731159bb370c1738f70f73d2a5482ae89e0e00d9fd1cca91cb5909808da3316a086a66faf673f373a820beed4e4dcbe63d8b359b4ba88b1e44e5ca757cc7726e78bb4079e7bcea9e4b17b67fed4c7890cc6cbf39d863b6a08bf8da9db359edbf3ff61fefebe16e6b5ca6f61fd5f3967774d6be059e7d33fdb1a248bf9cc09f2fec607ae39870f4080094fb68d853077ab7d74343f83b3bfab29cbe315e16d2dea3c18ef5252c17e3e852d7dfd4ecc35a897b4d495305788faa5f0a018f34560ef8519b9ac03d0595814f34e5814513687d7f95e0e1c24b45b3fefd1583b3d2b96c3412efaf1edc6e46ef35db403afce4520270f25eefa21b1c408100a0ffb3fbfd477ff9fb9ffff58fbf7ee82bdf2e7ef74f28091ffd0dfddbf9c317df7df0c1610ff037fd2a2507efe28201cd1538186dddb0a1f15f0b8280fd5e70f625f543516405ddb3839a4633080a529d8a745db08e5f193c1a7c3c81828046456d3a3ab7c725bc1244f0d2113297f494879a36383c348ae84f03128e8e717ae96b2e06d6f4ce3a6ac14ab292441fc2d1df7c0f01d81ecd, '2017-09-24 00:49:38'),
(161, 160, 'audit/request', 0x789ced574d8fa3461afe059b9fb02196506612db50600cc66a69698cddd6b48d0338338922a132946d620c0ce049774673d8ebe62fe4987b0e7bdb7bce39647fd0be5550ee0fcd8c3489b2dac34adda6a8f7b3de8fa75eb08906e6ebcad4cdce36c5d59e549d313665f3f59bca44b2d9a96a5c9f2a3b8f49679c988a2c8f2b2ad129c9cb13a9ea2b8263523299115503947d5ed51de01a999d348f70cadfa9b628cf3212d5499ef19d0321450fa7c92b427714cdec9c8a5d094a7b495691e854925e6baa6222660771d15345ca1ede91ac51af006d917f9fa42996b4be2c3c59e028c9eabcda8f8579569354800dc1f58517029243a484c3a782551429794e36cf925ad254bdaf0e8527cfae82c575574893031166243ae44f057b5fe647220de5bedc571152fa08a9828fb7b84c5a31eac1d0ece028220573c78093d4e4a696f6f531ed62b09344981e5cbaa13b9fdf3cde3da6e39717727fd44d8e7026e93bb229da252eb25df733e9334637a8729dc67f4b4a52d2370d4cedebba3025e91c702982b09438dd101ceda56d994300b2986a95f292664c4ab298dcb0c069dcef1ec9a23c4eb21ddb0623bbef93a22bc4042aa3265d61533ee24f71b63b818b747b00e127596fed7749d678da4d62b618768f155b0cba55c2164a1bae28cf0f0993563515caa55577017a769bb100d92fc1a5db8bb53f190baeed3bbe3f9f5c6883184523832806897563a06b38c64823836134a6bee2535a5f6c63edb083e01e0d9c2ac76fc9b0d80e8f79fc2d42636175b56a35a1970772782527c76da544075ddd0f3525190d4f953c16c2a82ab717b18e6424cb9a21a3113610d1d1281e6c8ded16a9dbed808c8623791369f15689b1463475a40c47db4d348c55a26d1445d6b1a85a0afc8bfa65020f59542f2b786a744b51980d78c22ea5a296aa2a0d599c0c76227244451747b678a98a0612eda9786989d6405450a08886b510e589686b31ea51366b8ac489ea8a68fab5685c8ab2037f877d6341d4279df19b267f25a98a1cfaeb5efb6ab47d9162765ef456f977505b71eff296b71a840c7a6a08c5df969f73532425612da940a307fb535740236199bf82878104d93035c5946561b608981248af0da5487a36946299a7ac02c05a96f7aa3a2fa1ba6015518eae703c553574fd2b808598155e0115dd035274b890e10d30a17d69eb6855e2dd11b3b6631a999e0614c02cabfdba17dc160dc60cee752614d91e9715a92fd6c1b467b000d1f8e4a7faace071c3b03ee71806a7ecf0f6fa266ace9602fb372e93b2cf3ba6d908cda99a274fb9f26673854b7cbc8fbce88cb097797c7b4700dbbee37de978744b65c84df3e93993b9e7d841e80756b0f65947991d40eb1688af8260155eb97ef05660d65a06db5d2e41c9dc5dbe1d9d55b9655caf669e3571c2f9d277ecb5e7849ef3c5daf103ff014473b56bf038b466ce32f8dfc0691a5ce69865dbce2af8d3d19aa699d9f39ca9e3d1d4fd61cc56e40747089da5ed4ee6cbd97b81fbb1d0b5b59cad212fbf0bbdcf41b45df7d9dcf93f86fff7309c4d592b2bb8e2e82b9daa52da2499d9fcd0b78aade82f4bd61936427f3e5b0244782c635010bc5339d99d06cfad86aa428aad8242a9a4f4077d45179eacb3e4e6a9f0f036a095d04a2fad85f35684b963b12613af8527d37c2cbf723dd68ed03086cc699eb37003e76d82b09cb8f67a01c8127aaedb888284b4ae68b700b21f0929b1e427757355d1c1b585aad0b7af9cc6db41d38a9c015030705e04e10ada75fee25e98a86a4efc40bbcabdf32fe64b1ef4dbfcf43772838f006efd283f9e73617b73e8cfe9fcdae111d5f477a87f0f6830b4e817fbe251247994c19266a8b2c23d3c5f226bef9a459a96d607cc91e0e2cc0a9ce7d6577031048e37b56ca71d17ecd95c427df4a8d8569e1bb8b67bdd5edc144ece5cf732b570822b77d2e67ee604dc5fa07a5fc18de7b5c0c7ab19dd89aebdf9ef39093ae780c75f1dbe57c383501b6c5e0a7de77afaa1a2c8b8f33d982f9c707aed5a70e018c2260fd168a0ea465f93d573c6ee58e9e7d91d139d6378b4f8ec4051838d00f786098ede185e5e33d7efcff41abb14769bf6541ccbdb5400a2b7040eebac1140ebbbd1bdad8716e239ffbb91be459333dc738977a37eeb3783e50625a02efef0150090f43a31e507ba21de341090877feffefae98ffffcfbaffffae99340f9c7e22fbf00947ffa33facdfdf8eb1f3efae8b087b1924f96b4a9fdbb14e8b419e06074e4c226ff120f43f62dfe701e0cc392d4a7325b976c7856f4f796550b6c6198c4dc53741e5c2b98ae6398df23968181f258d3064707ae887e654b383e26196f90376ffe03bd52dc5b, '2017-09-24 00:49:38'),
(162, 161, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a04120844a95300869543b120a20efdae52aaa052d090b010b6876c65b73f0d5fe0a3efaee836fbefbec43f281f2ba01493bb53b89e34a2a8754cd88ee7efd5ebf7e7f7eef35d6514f7f5be87dbdb58971b123456b8875517ffb50e848d45b4589cb6361a621690d235d12c56141395a39797d2445794d704872c633a06280b24b8bb205bb067a2b4e031c37732a2d48938404659426cdca9e90ac83e3e896d01549d15bc76c9b83d04e94142438e6a4531f553016bd851ad66341f20ede92a4122f016d9e7e15c5311694aec83d9be3204acab4d80db9595292988305ce76b9571c127d24f9ea73cec8b298bc24eb1751292872bf2babdcb317d7defca6cdc5d19e705312ecd3e79cb9cbd3031154b12b766584a42e4232e7e20dcea39a8d6aa0ea2d1c042463ea68709392dc95c2ae3cc46d0ce74401a61717eee8ca9fee1eaf1ee2e1eb91d81db4a303dc497843d6593dc459b26d7f227cc2e81a15dea7f6df909ce474a6c051bbb2cc744138195c08c02c398ed704073b6193a7608024a4528534a71e13a2242477cc704aa3778724411a46c9962dc321dbafa2accd850422a3246d6e9d3fda1fe3647b0415e9720fcc4f92ceca6d93a4d2b41d856ca0b60f051bf4da45c406526dae204df711e3961519c2a516370239dbf59003efe7a0d2fd68e58e879c6dba96ebcec623a517a260a0114923615febf5151c62a4909e1a0ca9aef81897a34da8ecb760dc838663e9f02551b38d7a48c32f111a72cbeb652d09bdde93fdad181d368514ecfbf24e55a468a01e0b71c8f941916f46611f894814154d4403ac21d24783b0b7d1361b246f363d325007e23a50c28d14628528f24052079b75a0863251d69224f6312f1b12fcf3fdab083e222f5f15f055e89224b133e00bab948a6aaa2c55647edcdbf2c8e2a53e3f30f92b99d7106f4ef82b83377abc843c89d78c392f8e79530951876e3326881fcb368f269ff3da152f5af0b7df5527f0fd716bf850f92f274596427e5da4af42d317497aeb556799be81d80a3b57f74daa81c920a75408fe3afcacbb2cca094b490912dddb1ddb1c1a708bf4163e1ae2444d57245d14b9e9dc6342c0bd268422e998108a791ab30880d392b45394690ed105a380ee687387635142d6df022c842cf03288e80e9082fd48841960423da9e36899e3ed01b3b46312999c0a14e05816fb65c7bbcf2a8ce95d642604d90ee70529472b6fd2d19881a87dd263590980a8ae13e636226f4e69de409802f426bbbe08aaabc5b0fb0b9b3199a7155daf983e0529cf9e37ba556b4b9ce3037302d2df46ba78c2b9874a811a00afd2f0fe0ccea0866b399f5a0e5d922bef81e68e359e3996e9f9ae67782b97e596de02dcae21f9daf396feb5ed7aef8568a5de60da8b050899d98bf7e3b42cd61b57cba9638c2d7fb6702d73e558be63fd7565b99efb0e58376257a0b16f4cad85f7bf81d8d4b84c31c334ada5f71fc76dea72769e634d2c87baee37a3b724be7305df5a98f678b6983e09e18f996e8cc574057ef9b770fc6444d3b65fccacffa3f97f0fcd59bfb534bceb06878563910beb28d1ab1f3a2bd888fe32679d60c37767d3054084c33c0601d1646a43b627de4ba3a2cae06223a3a02a48dd5e57ea73cf564974f79c7bb72ed048a8b917c6dc7a2fc29cb718e3b153c393ae3fe65fda0e4b4748184d6c688e35b73deb7d8c301cdbe66a0ec8e23bb65db10287b02a68b600c61f08c9b1e0466555b4680b5b4395ef9ad756a56daf4ac56603a0a067bdf2fc25a4ebecd58599a8e886f82bcf952eee3f9f2d1aa3dfa7c7bf903b7c0070eb06e9e1e40bd399417e4e6637566351a5ff01f14f8006438b6eb6cb1e59b2b1329ca468b228351a9e8ac8cab9619686b2facf31a9299012ba900026763e8362e4d49804668dc2116ae0696a78d64be333a81f9ee54c0cd3aafb0b733a1350173d8ac9a5637bb669dfd4959ea2ce69d78543e796776d8feb10995a5e73ada7744167f695336354f95fbdf49f2fa5d42e6bdc25ab4f4a79c7331a6bb47cd7ba99fc5a56a49df5f76673cb9fdcd8065c3c04f3892a1af4640d7535553939f8bc95beebce9b68cfd1588df5232c07a3f05ccf1f2ad4612dc44533d2a03f86c95b7697cbd781c28aca765d5fb3a905b58fa022d484a62cb03802a91fae0e75a0d425a2d9ffe14a51a3d1a95c341c1fae1ab5de0cd62b9481f4ffcd2504cc59f77867d9e0006a0830f4dfb7bffff8bb1fbffee5a7efffe849dfcc7ff73394828f7f407fb3fff0f9b71f7db4df81f99b1e9582827b76419f66095c8cb66c586fdef4becf5ef5176f7a441773521ef36495b3365cea3f196775a6f83e0d824a5374ea810be8d343780904cc033de9b1a4350ef68d20fa5e1770788892a67d7978f8076d57efb8, '2017-09-24 00:49:41'),
(163, 162, 'audit/request', 0x789ced58cd92e2c8117e02ef23d832118a9d590352490884888eb55a081a4f83b0243cb31b1ba128a4026a1192461233dd3bd1075fed57f0d1771f7cf3dd671fec0772564902a663babdebbff0c111dd202a2bb3b2befcf912b0817ac687c21818ad4d8c8b1d295a236cc8c68787c240b2d12a4a5c1e0b2b8d486b440d45964705d368e5e4ed9114e50dc111c9b90eec063b20daa545d9826d43a315a7218e9bcfcc5c982609094b9a26cdca9e90ac8363fa8eb01545335ac76c9b83d50e4d0a121e73d2a9cf2ab88ad1428deab12079076f4952995740364fbfa3718c25ad2b0b2fe638a4499916bb91304b4a120bb020389ef04640728094a0ff5230b32c26afc9fa152d254d1d74d5bef0e2d58d3fbf6d0b31dd13614ac27dfa52b076797a20525feeca5d1521a58b902a787883735aab310ffa460b8721c9b83b3adca42477a5b42b0f711bc33934c4ece2d21d5bf9d9dde3d5433c7a7b2577876d7a803b49efc93aab1f71966cdb5f485f70b9ce8c0f580036242739fba401d2bbb2cc0c493a012e85004b8ee335c1e14edae429009044ccaa94e62c64d23b4ade7f49a3ab0a4eadf1bd4392308d68b2e5cb70d0f63b9ab58588407a94a42dacf347fb639c6c8fe0265bee410848d259796d9254deb669c41ffaed43c11f7aed82f207a5862c4cd33de5daaaa642cad4e6aec0ce763d1220037270e9fe6ae58d47826379b6e7cdc6575a2f42e150278a4ea281de1b6838c24823bd7e3862bee2635c5e6d226dbf05800f3a8e95c3b7a49f6dfa8734fa16a191b0bc59d696d0db3dd9bf93e9615328e17ea0eefa9a4287fd63218f84202cf2cd5534403292654d97d110eb880cd030ea6df4cd06a99b4d8f0cfb43791d6ad14689b0463475a8f4879b75d88f54a2ad15451e60513515f81707d714de6451bd2ee05d634b8ac2cf8077586552544b55a5128be3de5644b6a80cc4a1255eaba28e446b225e9ba2d91315e42ba26ece45792c5a5a843a6c9b3941e258754434f95ad4af45d986bffdae3a411c8c9bb8d24d07c0a01b4aa24e4193b0aa3f48250f976d4181fc2699a0c8682020dd5075439685e9dc6f8d1eaae8e7a4c852a8d08b0e30600d002946eb4d6799be87ec8c3ad7f74db102e050957d289faa588d96c573b2ecf8f71939e5d4454564d1862f0fcf5b230a8716f4d43f404493982664246c684c127c2057ad1617412a5990faa4c374f334e60906dd293baee184b670381625749677d07a229ed8077cc79ac9955ce7e532c7db03ae3f545a75e9d97719cd49f1315e7de117c75840c3e140903500eb8457e5cb2d86e3e635de4f233d6477eaa927a419d0e9b1acf081e2e2b52b6539ad7a1eef380d1a1ac89b42ff26ac6e1d4368be719892755a308c4a67c9acbc78d984a35ec4393e54fddcf8400df9d4721f2a07ea5e7c9d46f767a200373cdbfd95edb225b5cfd3003c77edf1ccb52d3ff07cd35f793c02460b38a466871bdf5f06378ee77f922db47a83e52c166064e62c3e4d19aa5c6f5c2da7ae39b683d9c2b3ad956b07aefdcb95edf9de47bcd1985d81c78139b517feff06793070b963a665d94bff3f4e212ce4fc3cd79ed82e0bddbf854814f9a36b04f6c272c6b3c5f4593679ac746b2ea62b88cd3f452927202dc77935b3ff4f2cff4d62519aac9a4d8239047e32b3c781375b58f6f764173e412e4dffa6d92f1d8b5c5ad3c4a85ed8a7823fb1571eef53f78183a60be8342e3f0c72aa29f846ec4cfcd7662555214bcc8c1184a4747b5d6520bc5825f4eea5f088a7d0497b61ceed4f36aaf316733c76eb2e67188ff5978ecbef0708e9722373edb9e3db9f5284c7b163ade6d0a002d7712a55d09056052bba70075c47722c79b4aca8884de575c70b3cebc6aebced5515dd6c8066eadb6ffc6009553f7b73011333dd087fe0b9cac5fde7b34503fa7d7afc39b9c307e891dd303d9c6261b93328f1c9ecd66e10d5064f987fa6f7d0242277dd6c973d42b241194ed27455561a0f4f5cb4726f39d23a9cf90f5adb9967157461012076bf024e73ebb606b09ec668b8c9d4f4edd7e6574043beed4ecc2af361dd9ace24d4458f7272e93abe6339dc27bdaa9dd3ae8b80ce6dffc619d72932b5fde65acff982ceea2b77c6a5eaf7bdf4979756ea9035e102827fceca4791d1f9e01778f6ede487aa425f38f9efcfe67630b9754cb87804f0c97d34eca9badaeda9bd5380cf5bd957d5f32636ba34a8f1b186d7208dce63c143d575f8247231d33404820d3ed2e8670ea9338c33497dcd864eea1801a9d4828659781e81d5a709a64e949a659afd4f934ddd8d4e8cd3683c4d3cb5df9c19aa2e03e5ff2fb310c0598f8a67db1000060400fdb7ed8f3fffdd1f7ffd973ffdfea7bef29bf98ffe0c6cf2f91fd05f9d9f7cfddbcf3edbef00fe66d4654dc13b8760c0aa042ec6263f6c343f530401ffa1e2e2670ac41673521ef36495f3415f193c9b6775a504014b82ca53741aa50bf85610c17c1ff208f494c796d638dc3786d82f10128e0e34a972172ef2f0773c7f28f7, '2017-09-24 00:49:43'),
(164, 163, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a04120844a95300869543b120a20efdae52aaa052d090b010b6876c65b73f0d5fe0a3efaee836fbefbec43f281f2ba01493bb53b89e34a2a8754cd88ee7efd5ebf7e7f7eef35d6514f7f5be87dbdb58971b123456b8875517ffb50e848d45b4589cb6361a621690d235d12c56141395a39797d2445794d704872c633a06280b24b8bb205bb067a2b4e031c37732a2d48938404659426cdca9e90ac83e3e896d01549d15bc76c9b83d04e94142438e6a4531f553016bd851ad66341f20ede92a4122f016d9e7e15c5311694aec83d9be3204acab4d80db9595292988305ce76b9571c127d24f9ea73cec8b298bc24eb1751292872bf2babdcb317d7defca6cdc5d19e705312ecd3e79cb9cbd3031154b12b766584a42e4232e7e20dcea39a8d6aa0ea2d1c042463ea68709392dc95c2ae3cc46d0ce74401a61717eee8ca9fee1eaf1ee2e1eb91d81db4a303dc497843d6593dc459b26d7f227cc2e81a15dea7f6df909ce474a6c051bbb2cc744138195c08c02c398ed704073b6193a7608024a4528534a71e13a2242477cc704aa3778724411a46c9962dc321dbafa2accd850422a3246d6e9d3fda1fe3647b0415e9720fcc4f92ceca6d93a4d2b41d856ca0b60f051bf4da45c406526dae204df711e3961519c2a516370239dbf59003efe7a0d2fd68e58e879c6dba96ebcec623a517a260a0114923615febf5151c62a4909e1a0ca9aef81897a34da8ecb760dc838663e9f02551b38d7a48c32f111a72cbeb652d09bdde93fdad181d368514ecfbf24e55a468a01e0b71c8f941916f46611f894814154d4403ac21d24783b0b7d1361b246f363d325007e23a50c28d14628528f24052079b75a0863251d69224f6312f1b12fcf3fdab083e222f5f15f055e89224b133e00bab948a6aaa2c55647edcdbf2c8e2a53e3f30f92b99d7106f4ef82b83377abc843c89d78c392f8e79530951876e3326881fcb368f269ff3da152f5af0b7df5527f0fd716bf850f92f274596427e5da4af42d317497aeb556799be81d80a3b57f74daa81c920a75408fe3afcacbb2cca094b490912dddb1ddb1c1a708bf4163e1ae2444d57245d14b9e9dc6342c0bd268422e998108a791ab30880d392b45394690ed105a380ee687387635142d6df022c842cf03288e80e9082fd48841960423da9e36899e3ed01b3b46312999c0a14e05816fb65c7bbcf2a8ce95d642604d90ee70529472b6fd2d19881a87dd263590980a8ae13e636226f4e69de409802f426bbbe08aaabc5b0fb0b9b3199a7155daf983e0529cf9e37ba556b4b9ce3037302d2df46ba78c2b9874a811a00afd2f0fe0ccea0866b399f5a0e5d922bef81e68e359e3996e9f9ae67782b97e596de02dcae21f9daf396feb5ed7aef8568a5de60da8b050899d98bf7e3b42cd61b57cba9638c2d7fb6702d73e558be63fd7565b99efb0e58376257a0b16f4cad85f7bf81d8d4b84c31c334ada5f71fc76dea72769e634d2c87baee37a3b724be7305df5a98f678b6983e09e18f996e8cc574057ef9b770fc6444d3b65fccacffa3f97f0fcd59bfb534bceb06878563910beb28d1ab1f3a2bd888fe32679d60c37767d3054084c33c0601d1646a43b627de4ba3a2cae06223a3a02a48dd5e57ea73cf564974f79c7bb72ed048a8b917c6dc7a2fc29cb718e3b153c393ae3fe65fda0e4b4748184d6c688e35b73deb7d8c301cdbe66a0ec8e23bb65db10287b02a68b600c61f08c9b1e0466555b4680b5b4395ef9ad756a56daf4ac56603a0a067bdf2fc25a4ebecd58599a8e886f82bcf952eee3f9f2d1aa3dfa7c7bf903b7c0070eb06e9e1e40bd399417e4e6637566351a5ff01f14f8006438b6eb6cb1e59b2b1329ca468b228351a9e8ac8cab9619686b2facf31a9299012ba900026763e8362e4d49804668dc2116ae0696a78d64be333a81f9ee54c0cd3aafb0b733a1350173d8ac9a5637bb669dfd4959ea2ce69d78543e796776d8feb10995a5e73ada7744167f695336354f95fbdf49f2fa5d42e6bdc25ab4f4a79c7331a6bb47cd7ba99fc5a56a49df5f76673cb9fdcd8065c3c04f3892a1af4644ded0eb4937fcf3be9b3eebc87b61c8dd1583bc252300acfe5fca1021dd6415cf4220df86398bc6557b97c1c28aca66cd7f52d9b5250bb080a424d68aa020b2390fae1e250c7495d219afd1f2e1435189daa45c3f1e1a251ebcd50bd0219c8fedf5c41c09c758b77960d0ea0860043ff7dfbfb8fbffbf1eb5f7efafe8f9ef4cdfc773f4325f8f807f437fb0f9f7ffbd147fb1d98bf69512926b86717f46992c0c568c786f5e649effbec517ff1a447743127e5314f5639ebc2a5fe936156278aefd320a83445a716b880363d848740c03cd0931e4b5ae360df08a2cf750187872869ba9787877f00dceaef90, '2017-09-24 00:49:47'),
(165, 164, 'audit/request', 0x789ced574d8fa3461afe059b9fb02196506612db54813118aba5a531765bd3360ee0cc248a84ca50b68931308027dd19cd61af9bbf9063ee39ec6def39e790fd41fb5601ee0fcd8c3489b2dac34adda6a8f7b3de8fa75e888107c6ebd2d08cce3621e59e969d313190f1fa4d69606474ca8a54a7d2ca22da19c7868cd0b864129d82be3cd1b2baa224a2059719313540d96765d501ae91d149b29024ed3bd31666694ac32aced276e74069de2349fc8ab21d59353aa77c5780d25e9c96343c15b4d7982ab988d1c1ade8a9a4458fec685aab9781b6c8be8f9384486a1f094f16248cd32a2bf763619e5634116043703ce185805180e560f85430f33ca1cfe9e6595c49aaa2f595a1f0e4d995bfb8ee0a497ca0c28c8687eca960ed8bec48a521eaa3be82b1dcc758113cb22545dc88310f8646878421cdb93b3a9ca4a23795b4af8e4997809d3824ece0d20ddbf9fce6f1ee3119bfbc40fd51373ec299a4efe8266f96244f77ddcfa4cf385d67ca3516ff2d2d68c1de5430b5afaadc90a473c0a510c25290644349b897b64506014823a655ca0a9631294e237ac303a7b67ef7681a66519ceef83618d97d1fe75d21a2501915ed0a9be2117f42d2dd095c64db03083f4d7b6baf4bd3dad36e1cf1c5b07b2cf962d02d63be909b7085597688b9b4a22a502e8dba0bd0b3db8c05c87e012edd5eacbdc958702ccff6bcf9e4421d44381ce954d669a4e9034d2511c12a1d0cc331f3959c92ea621ba9871d04f7a893443e7e4b87f97678cca26f311e0babab55a309bf3cd0c32b141fb7a51c1e34653f54e578343c95682c0461596c2f220d238c90aa233c223aa61a1e4583adbedd6265bb1dd0d1708436a11a6de588a8545546f270b4dd84c348a1ea4696914644c594e15fd42e63782051b92ce1a9b22d59e636e009bb8c8a1baa22d7647132d889d816654d1c59e2a522ea58b4a6e2a5299a0351c6be2ceae6424413d15223dc636ce6148b13c511f1f46b51bf14910d7f877d6d41d4269df19b3a7f052df30cfaeb5efbaaac7db16c745ef456d977505b51eff2b66d350819f4d4108abf293ffb268f0bca5b528646f7f7a7ae8047c2327b050f1d0b483754d94048982d7cae04d26b4129d29e05a5586409af00b09666bdb2ca0aa82e58858ca32b1c4f65055dff0a6021e285974345f780141e2e10bc0126342f4d1dad0ab23b12de765c23d753830298e5b55ff5fcdbbcc698c1bdce8422db93a2a4d5c5da9ff6741e20169fec549d153c6e18dee72d86c1293b6d7b7d13d6674b80fd1b874b59e71dc3a885e64ccd93a7adf27a73450a72bc8fbcf88cb09759747b4700db9eed7e69bb6c4be1c8cdf2e9da93b96b5b7ee0f9a6bff67847191d40eb0688af7c7f155c399eff5660561b06cb592e41c9dc59be1d9d15d430ae5733d79cd8c17ce9d9d6dab503d7fe626d7bbef700a25bb56bf0383067f6d2ffdfc069165cee986959f6caffd3d19aa599db73eda9edb2d4fd61cc96d1832304f6d27226f3e5ecbdc0fd58e8da5cced69097df85dee7205a8ef36c6eff1fc3ff7b18cea7ac95e95fb5e82b9dca42dac4a951ffb0b792afd82f4fd61936026f3e5b0244b83c6350106da7b66467ea3f376baa0229367306a592dc1ff4654d78b24ee39ba7c2c3db80554223bd3417f65b11e68ec59c4cdc069e0ce3b1fcca71793b42c3e8a8a5b9f6c2f1edb709c272e258eb05204be03a4e2d0a12d2ba64dd02c87ea4b420921757f555c506d706aa02cfbab26b6f07752bb60c8082befdc20f56d0aef317f7c2c454b7c40fb42bdf3bff62be6c837e9b9dfe466fc811c0ad1f66c7732e2c770efd399d5fdb6d4455ed1deadf031a1c2dfaf93e7f14c936ca6049d51524b71e9e2f91b57bcd23cd4aeb03e648707166faf673f32bb8187cdb9d9a96dd8c0bd66c2ee13e7e546c2bd7f11dcbb96e2e6e062767ae7b995ad8fe953369723fb3fdd65fa0ba5fc18de736c0d75633be135dbbf3df73127cce411b7f65f85e0d0f42adf37929f0ecebe9878a62fdce777fbeb083e9b563c28123081b1ae2d140d1b5be861484103e67ed8e9d7da2dd31b259a68d583b3f30e4e063c0bd81a24570022fafb9fbf7e77a955f0cbb4d73b216cf9b7400aa378416da793380d677237c53130dccb7fcef46fb0651ce90df4abc1bf91bbf3934d74801b5f187af0180a5d7b1811ee88678b340401efebdfbeba73ffef3efbffeeba74f7cf91f8bbffc0270fee9cff837e7e3af7ff8e8a3c31e46cb76ba648deddda540630d010763631731daaff120e0dfe30f67c2202868752ad275c10768597b6f6935e0160471d47a8acfc36b09137604337cc83330901f6bda90f0d02a625fda12898e71da36c99b37ff010eb1dd1e, '2017-09-24 00:49:47'),
(166, 165, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d94d51a228080987a234c28e4485a4bc6bc300d1225b122d8ae492d4ec8c177bf0d57e051f73cf21b7dc7df62179a05437498d76b03b896324c821c08cd8ddd5555d5d3f5f55131df5f4b7853ed05bdb98147b5ab4464497f5b7ef0a1dc97aab2849792acc34a4ad51a463591e158ca395d3d7275a94d7948434e73c43260628fbb4285bb06ba8b7e23420713367d282344968504669d2ac1c28cd3a248e6e295bc1aade3a65bb1c8476a2a4a0c129a79dfaa882b3e82dd4b09e0a9a77c88e2695780cb445fa4d14c74452bbb2f06c41822829d3623f12e6494963011604db155e0948f611f6fbcf0523cb62fa926e5e44a5a42a83aed2179ebdb8f616376d218e0e5498d1e0903e17cc7d9e1ea9d497bb7257410877115204976c491ed56c4c83bede22414033ae8e063729e95d29edcb63dc26704e14107671e98eadfceeeef1ea311ebd1ecbdd613b3ac29da4377493d5439225bbf667d2679cae31e10366ff2dcd69ce662a1cb52fcb4c97a4b3c1a500cc9293784349b097b6790a06484226554a73e631294a427ac70da7367a776812a46194ecf8321cb2fb26cada424821324ada1636f9a3fd3149762750912df7c0fc34e9acdd364d2a4ddb51c807fdf6b1e0835ebb88f800d7e60ad2f410716e4555205c6a716390b3db8c04f07e0e2add8fd7ee6424d8a66bb9ee7c32567b210a861ac51a0d075a6fa092902095f6fac188e94a4e7139de86ea6107c63d6a24c6c7af693fdbf68f69f83542236175bdaa25a1d7077ab895a3e3b6c0c161a0ecfb2a8e86fd53218f043f28f2ed381c2019c9b2aac968483444076818f6b6da768b94edb64787fda1bc09d4708b43a2525519e2fe70bb09faa142d50dc6f280888a81e15f1c5c45f09145e5aa80afca9630e667c017561915d55405576471d2db89c812f1401c9ae295226a4834a7e295211a3d11230f8b9ab110e58968aa21eab06dc6148913c516d1f44b51bb12650bfe0efbea047130698dde55fecb6991a5905f17e9abb2f445586fbdeaacd237105b61e7eabe49353019e4541f82bf0e3feb2e8b72ca531243a27bfb535b40436199dec2474382ace92ad66559982d3c2e04dc6b4228d28e09a198a7318f00382d493b4599e6105d300ad88eb6703c152564fd2dc042c8032f8388ee0029388c65980126d4933a8e5639d91d094f3b2e91cba940018ee5b15f76bcfbacc298de45664290ed495ed072bcf6a61d8d1b88d9273d95950088ea3a616e23fae69ce60d84a9406fb2ebaba0ba5a0cbbbfb23993795ed1f58ae97390f2ec79a35bb5b6223939722720fd6da4cb15cee1ca5be88cb5576978ff00cea0866b399f5b0e5b522aef81e68e35993b96e9f9ae67786b97e716c892e51a92af3d6fe55fdbaef7418856eb0da6bd5c8290b9bdfc304e2b72bd71bd9a39c6c4f2e74bd732d78ee53bd61fd796ebb9ef817523760d1afbc6cc5a7aff1b88cd8ccb15334cd35a79ff71dc662ee7e739d6d47298eb7e317a63f9bd2bf8d6d2b427f3e5ec49087fcc74632c676bf0cbbf85e367239ab6fd626efd1fcdff7b68cefbad95e15d37382c9d8a5cda44895efdb059c147ec973beb0c1bbe3b9f2d01221cee31088826531bb23df55e1a155501171b19035509777b5d3c109ead93e8eeb9f07e5d609150732f8d85f5418479d8624c264e0d4fbafe987f653b3c1d216134b9a139d6c2f6ac0f31c270629beb05208befd876c50a1cd2ba60d902187fa43427921b9555d1622d6c0d55be6b5e5b95b6bd2a159b0d80829ef5caf35790aef357176662a21be2cf3c175fdc7f315f3646bf4f4f7fa077e408e0d60dd2e3d917a63387fc9cce6facc6a2eae023e29f000d8e16dd6c9f3db26463653849d51419371a9e8bc8dab9e19686b2facf31a92990185d4800133b5f4031726a4c02b346e11837f034333ceba5f105d40fcf72a68669d5fd85399b4ba88b1ec5e4cab13ddbb46fea4acf50e7bcebc2a10bcbbbb6277588cc2cafb9d653baa007f6b533e754e55fbdf4ef2fa5d42e6bdca5f49f94f29e6734de68f9ae7533fdb9ac487bd0df9b2f2c7f7a631b70f110cc27f7d1b0a70c5117e3b37f1f76b267ddc31ed6723446e3ed084fc1286c5df6240c74780771d18b34e04f60f2965fe5f271a0f29ab2dbd4b76c4a41ed22280835a1a90a3c8c40eac78b431d27758568f67fbc50d46074ae160dc7c78b46ad3747f50a6420fb7f71050173d62dde836c7000330418faefbb5f7ffac35fbefde9af7ffaad87bf5bfcea47a8049ffe19fdcdfecd97df7ff2c9610fe66f5a548609ee830b062c49e062ac63237af3a4f77dfea8bf78d223b698d3f29427eb9c77e178f06498d589e2fb2c082a4dd1b9052ea04d0fe12110700ff4f063491b121c1a41ecb92e91f018254df7f2eedd3f00bf66ef80, '2017-09-24 00:49:51'),
(167, 166, 'audit/request', 0x789ced58cd92a3c8117e02ef23d85811c4ceac254181100245c79a46482d4f4bc8803cb31b1b4194a024d50a010368a67b27e6e0abfd0a3efaee836fbefbec83fd40ce2a40eae99869effa2f7c70875a40556556d6973f5f0a6ca281f9ae3475b3b34d70b92765678c4dd97cf7be34916c76ca0a57a7d2ce62d219535391e571c9243a05797d22657543704c0a2e03ab410f4cedb3b2eac032c3ec24598493f699a98bb234255145b3b41d391092f77042df1036a26866e794ef0ad0daa36949a253417acd5e2517313ba8153d95a4e8e11d496bf50acc2db2ef68926049ebcbc2b3058e685a65e57e2cccd38a24020c08ae2fbc12901c22251c3e17ac3c4fc84bb279412b4953f5be3a149ebdb80916b75d21a10722cc4874c89e0bf6bec88e441aca7db9af22a4f41152051f6f71411b3166c1d0ece028223937670427a9c85d25edab63d2c5b00f8d303bb874c7467e76f778f4988c5f5fc97da34b8f7026e92dd9e4cd2dced35df70be90b3e3f62ca75e6802d2948c19e34407a5f55b9294967c0a508602970b22138da4bdb220300d2986995b282b94c7a43c9db2f697ca570f0b4d6f61e49a32ca6e98e0fc346bbef68de156202e15191aeb0291ead4f70ba3b81996c78002e20696fed77495a5bdba531bf19768f25bf19744bca6f9406b228cb0e944bab9a0a21d3a8bb023dbbcd58800828c0a4fbabb53f190baeed3bbe3f9f5c69831845c688282312eba381aee118238d0c86d198d98a4f4975b58db5c30e003e8e70a21cbf25c37c3b3c66f1b7088d85d5cdaad1845e1fc8e18d4c8fdb52890ebaba1f6a0a3586a7521e0b615416dbab58473292656d2423038f10d191110fb6a3ed16a9dbed80184343de445abc5562ac114d3594a1b1dd44c35825da4651641d8baaa5c0bfa85f53b8c8a27a5dc25563438ac2f7802b8cb259d4ccaa4a3d2d4e063b1139a2a28b862d5eabe20889f654bcb6446b202a2850c491b510e589686b31eab165d6148913d515d1f46b71742dca0e7c0efb7a07519fb47ea5db1e8041b794c4bd92a6519d7f104a3eaeba8202f14d724191912e2083a5fcc010668ba0337e5f7bbf20659e41863ea8003a2b0048313baf7aabec2d4467dcbbbe6f93150087ac1c42fad4c96a766c1e93552fb8cfc939a61e64441e6ff9b071591a53d8b4a4e7fa0153344d684ac6c2962624c54772d5e9f02908251b429ff4986c91253cc0a03ae5a70decd0158ea7b282caf2064a4fcc03fb88ef5831b9929bb85c157877c4cd432dd5a49e7397d382941fe235147e714a002a431764cd9465f8d478d5b6dc62d86ed1e0fd24d286a90dce4833a0b35355e303c9c57357ca0b5ad73c5e715a3434986f13fd9ba83e7502aef9c66542f679c0346b9915d3f2ec79eb8e661017f858d773f31d35e5bae42ab5dbd1b9ee5f67f1fd8528c00cdff17ee5786c481df23000cb3d6732f71c3b08fdc00ad63ef700e892e5861d6e826015deb87ef051b6d09a05b6bb5c8292b9bbfc3865a872b370bd9a79d6c409e74bdfb1d79e137ace2fd78e1ff81ff046ab760d1687d6cc5906ff1be4c1c0e58659b6edac82ff38853097f3fd3c67ea78cc75ff162251e40f8e113a4bdb9dcc97b327d9e4b1d0adb59cadc137ff14a59c81b45df7c5dcf93fb1fc37894569a36a3e0d17e0f8e9dc9984fe7c693bdf935d7807b9b2829b76bd742a0b694353b3fe624f25bf63dfdcdfe7ea031bcd9650693cbe19c4549bf0edb43b0d5e5af5ac0a5162e58c2024a53fe82bbaf06c9dd2bbe7c2239e4267e9a5b5703e5aa82e4bacc9c46baa9c693e965fb91e3f1f203492db39cf59b881f33141b89db8f67a01052af45cb7160509695db2a48bf6c075a4c0924fab9a8a5857de54bcd0b76f9cdada419dd1ed0228a681f32a085790f5f3570f6062aadbc91fb8aff2e0fc8bf9b205fd3e3bfd9cdce123d4c87e941dcfbeb0bd39a4f8747eebb4886afa27d43f517b681a93bb7ebecf1f21d9a20c3b692355565a0bcf5cb4f66e39d223d8f31f94b60bcf2ae8810680d8fb0a38cd6bca1ac07a6ea3e124332b705e5a5f010d058e37b5eac887717b3697501f3d8ac995e706aeed729b4675ee9c573d70e8c2096edc4913223327688ff5942de822bef6e67c56fdbe87fef2a196c665adbb80e09fd2f2816746bcf10b7de776fa4345d1e8627f305f38e1f4d6b5e0e031c0270f9131500db56f68ba017f67275f96b39fab9785ac7d6991e3ad0dcf431a771ef637acf2f06ee4415fd3920836795b33baf04813659c4d9aa3b694d2f80988a59968d985c71268fd34c934c1d2304dbbfed384d354a433ebb4129f269fc66ece0e75a58112f02f3311c0d9b48b17dde000060400fdb7dd8f3fffdd1f7ffd973ffdfea781f29bc58ffe0c8cf2f91fd05fdd9f7cfddbcf3e3bec01feb6dd6585c1bfb8406799020763dd1f36db571561c85f563c785581d86041aa5391ae0bdeec2bfa93b1d6644b18b220a82d45e776ba845f0631f4f811f7c04079ac6983a343ab88bd8590707ca4691dbf7090f77f0718142a00, '2017-09-24 00:49:54');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(168, 167, 'audit/request', 0x789ced574f93a3c615ff04f1474888aa28ef3a92a01b212154aa844148a3da91500079d72e57512d684958085840b333deda83aff657f031f71c72cbdd671f920f94d70d68b453bb9338aea472c8d4ccd0ddafdfebd7efcfefbd263aeae96f0b7da0b7b63129f6b4688d882eeb6fdf153a92f5565192f2549869485ba348c7b23c2a18472ba7af4fb428af290969ce79864c0c50f66951b660d7506fc56940e266cea4056992d0a08cd2a45939509a75481cdd52b68255bd75ca763908ed44494183534e3bf5510567d15ba8613d1534ef901d4d2af118688bf49b288e89a47665e1d982045152a6c57e24cc9392c6022c08b62bbc1290ec23ecf79f0b4696c5f425ddbc884a4955065da52f3c7b71ed2d6eda421c1da830a3c1217d2e98fb3c3d52a92f77e5ae8210ee22a4082ed9923caad998067dbd458280665c1d0d6e52d2bb52da97c7b84de09c2820ece2d21d5bf9dddde3d5633c7a3d96bbc37674843b496fe826ab87244b76edcfa4cf385d63c207ccfe5b9ad39ccd54386a5f96992e4967834b01982527f18692602f6df3140c90844caa94e6cc63529484f48e1b4e6df4eed02448c328d9f1653864f74d94b58590426494b42d6cf247fb6392ec4ea0225bee81f969d259bb6d9a549ab6a3900ffaed63c107bd7611f101aecd15a4e921e2dc8aaa40b8d4e2c62067b71909e0fd1c54ba1fafddc948b04dd772ddf964acf642140c358a351a0eb4de402521412aedf58311d3959ce272bc0dd5c30e8c7bd4488c8f5fd37eb6ed1fd3f06b8446c2ea7a554b42af0ff4702b47c76d8183c340d9f7551c0dfba7421e097e50e4db7138403292655593d19068880ed030ec6db5ed1629db6d8f0efb437913a8e1168744a5aa32c4fde17613f44385aa1b8ce501111503c39f38b88ae0238bca55015f952d61cccf802fac322aaaa90aaec8e2a4b7139125e2813834c52b45d490684ec52b43347a22461e16356321ca13d15443d461db8c2912278a2da2e997a27625ca16fc1ef6d509e260d21abdabfc97d3224b21bf2ed25765e98bb0de7ad559a56f20b6c2ced57d936a6032c8a93e047f1d7ed65d16e594a7248644f7f6a7b68086c232bd858f860459d355accbb2305b785c08b8d78450a41d1342314f631e01705a92768a32cd21ba6014b01d6de1782a4ac8fa5b808590075e0611dd01527018cb30034ca827751cad72b23b129e765c22975381021ccb63bfec78f7598531bd8bcc8420db93bca0e578ed4d3b1a3710b34f7a2a2b0110d575c2dc46f4cd39cd1b085381de64d7574175b518767f657326f3bca2eb15d3e720e5d9f346b76a6d457272e44e40fadb48972b9cc395b7d0196bafd2f0fe019c410dd7723eb71cb6a454de03cd1d6b32772cd3f35dcff0d62ecf2d9025cb35245f7bdecabfb65def8310add61b4c7bb90421737bf9619c56e47ae37a35738c89e5cf97ae65ae1dcb77ac3fae2dd773df03eb46ec1a34f68d99b5f4fe37109b19972b6698a6b5f2fee3b8cd5ccecf73aca9e530d7fd62f4c6f27b57f0ada5694fe6cbd99310fe98e9c658ced6e0977f0bc7cf46346dfbc5dcfa3f9afff7d09cf75b2bc3bb6e70583a15b9b48912bdfac766051fb1ffdc5967d8f0ddf96c0910e1708f41403499da90eda9f7d2a8a80ab8d8c818a84ab8dbebe281f06c9d4477cf85f7eb028b849a7b692cac0f22ccc3166332716a78d2f5c7fc2bdbe1e90809a3c90dcdb116b6677d88118613db5c2f00597cc7b62b56e090d605cb16c0f823a53991dca8ac8a166b616ba8f25df3daaab4ed55a9d86c0014f4ac579ebf82749dbfba301313dd107fe6b9f8e2fe8bf9b231fa7d7afa03bd234700b76e901ecfbe309d39e4e7747e63351655071f11ff046870b4e866fbec91251b2bc349aa36c4c346c37311593b37dcd25056ff3926350512a30b096062e70b28464e8d4960d6281ce3069e668667bd34be80fae159ced430adbabf3067730975d1a3985c39b6679bf64d5de919ea9c775d38746179d7f6a40e9199e535d77a4a17f4c0be76e69caafcab97fefda594da658dbb94fe9352def38cc61b2ddfb56ea63f9715690ffa7bf385e54f6f6c032e1e82f9e43e967b8085dd7e4f861f7476f2c376f6b67bd8c8fa8ec672bc27e1791885adcbc684210f6f232e1a92a6021098bce5f7b97c21a8bcb0ec36f5559b7a50fb09aa424d684a038f2590faf10a51074b5d269afd1faf1635229d4b46c3f1f1ca51ebcda1bd421a80805f5c46c09c759ff7201b1cc00c0186fefbeed79ffef0976f7ffaeb9f7eebe1ef16bffa11cac1a77f467fb37ff3e5f79f7c72d883f99b3e950183fbe08201cb14b8186bdb88debceb7d9fbfec2fdef5882de6b43ce5c93ae7ad381e3c196b75b6f83e0b824a5374ee830be8d543780d04dc033dfc58d286048746107bb34b243c4649d3c2bc7bf70f239cf076, '2017-09-24 03:40:52'),
(169, 168, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d9fc91280a42c2a1288db0235111a9ecda3040b4c896448b22b924353be3c51e724d5e2147df7dc82d779f7d481e28d54db64633d859c4f9430e0166c4eeaeaeeaeaafaa3e16b18934f37d69f6cdd636c1e59e94ad213665f3fd87d244b2d92a2b5c9d4a3b8b486b189b8a2c0f4baad12ac8db1329ab6b822352309d013503927d56562dd835305b4916e284cfa9b5304b5312567196f2950321790727f12da12b8a6eb64ef9ae00a39d382d49782a48a739aa642a660b71d553498a0ede91b436af806c9e7d1b270996f4ae2cbc98e3304eabacdc0f85595a91448005c1f58437029203a404bd978295e709794d36afe24ad2d57e57ed092f5e5dfbf39bb690c407224c4978c85e0af6bec88e44eac95db9ab22a4741152050f6f7111376ad4839ed9c2614872e68e0137a9c85d25edab63d2c6704e1c627a71e98eaefceaeee9ea3119be1dc9dd413b3ec29da477649337439ca7bbf617d2174c6e50e37d8aff9614a4a0331d90de57556e4ad219702904580a9c6c080ef7d2b6c8008034a256a5aca011936e63f2eed771345218783af7bd43d2308be274c796e1a0ddb771de162202d95191b6b0299eec4f70ba3b819b7459831090b4b3f6da24adbd6dc7111bf4dac7920db47619b381d2401666d92166daaaae42ca34e6466067b7190a900105b8743f5a7be3a1e0da9ee379b3f148d722140e0ca21824ea1b5a5fc711463ad17ae190fa8a4f4935da46fa6107001f0d9c28c76f482fdff68e59f40d42436179bd6c2ca1b70772b895e3e3b654c2435fddf774251ef44ea53c1482b02cb6a3a88f6424cbba21a3013610e9a341a46d8ded16a9dbad4606bd81bc09f568ab445827ba3a507a83ed26ec452ad1378a22f7b1a85a0afc8bfdab181eb2a85e95f0d4e992a2b033e009ab548a1aa9aad46271aced44e4884a5f1cd8e2952a1a48b427e295255a9aa8205f110d6b2eca63d1d623d4a1dbac0912c7aa2ba2c957a27125ca0efc1df6f509627fdc1a7ea8e3579032cfa0c62e4a58a7258c14b3f5a6b3ccde417e459dab7b5e6e0019d4550f0aa04941e72e8f0bc2ca528114f4f7a7b68006c222bb85878104d93075c59465613af7991108af0de9483a36a46391252c03e0b434eb9455564076c128a43bdac2f1545650f9b7400d114bbc1cb2ba03a2f030926106bcd04c9a3c5a167877c4acf4984566a726063896e57fd5f1eff39a67b48bea8424dbe3a224d568ed4f3a060388e2939d2ac22f5fc61591e2342277e74ae72ca6839817d8d7617db30400fdda031dfb3c37cd5a65468dbc78c93dab1797b8c0c74be6456786bdcaa2fb07019cec39abdf392bbaa42a345e00fdb5ef2f836bd7f33fcabb7ab3c176170bc7f667eee2e3e4abcacdc6f572bab2c64e305b788ebd5e39c1caf9eddaf17cef110373b36b7028b0a6cec2ffdfa0618a1d73ccb26d67e9ffc7c99846919db77226ce8a46e6df42c98afce81a81b3b0ddf16c31fd242f3f55bab116d335c4e69f22e73390b6ebbe9a39ffa7e8ff1e45b3466a69f9d79c5ca55359489b3835eb1f3a2bd988feb2609d9921f066d385e543ddd27548085ead5cec4efcd7562d5521c4564e995252ba5a57e90b2fd6697cf752784cf634131aed8535773eca320f5bacf1981501a48a693ed55fba2b5692503486cc652b67eefacec714613876edf51cd82558b96ead0a1ad2baa41503c47d24a4c012e5daba41d4a839465781675f3bb5b75a5d8e7c0330a1efbcf1832594ececcd054cd43417fec473958bfbcf670b0efa7d76fa0db9c34720b86e981dcfb1b05733a8cfc9ecc6e188eafd67cc7f8238d81ba99beff327487294e124dd18a832278da9e53bafad2f81d97d6735b16ca77995dbd39984bae849a62c57aeefdaee4df352a55c70de7501f3dcf1afdd7113b8a9e3733840bafa32f0fc55c35a3c15d183ea7a3563c8d2ab3f7fcb730ad5a071c0d4de27b51e6163b0fe25f09c9bc94f5545c683bffe6cee04931bd7824b460095dc5364ada76b5ddd00fa915173f3cbedf4b3e96123ed2d384afc9d4e4b9dbdbb2f5ef29c72314cde33f72ffb6c9d31f96ed3dc8c13701302a0e146c0b998610c569fa7e4260f1a5ee6fb9fa7e78602ce1ccd359ea7eac66fc6a57569433efccbbc0d3cf23e36e547b6016f0a04c4e16fbb9f7ffea73ffffec7bf7cf74b5ff9c3fc673f00ff7efe3dfaabfb8baffef8d967873db47abcdba395e83d84a04f8b002e467b256cf22fe42060dfc88ffbb4202848752ad27591fc83b9ac51a538e29ea2733b5942c71b414f1db20868ca534b1b1c1eb821faf52be1e818a7bc2ffdf0e1ef61f3b9ed, '2017-09-24 03:40:54'),
(170, 169, 'audit/request', 0x789ced574f8fa3c815ff04d98f90104b686736b6a1c0608cd552688cddd6b48d033833bb5a0995a16cb3c6c0009eedded11c72ddfd0a7bdc7b0eb9ed7dcf39241f28af0acafd473d2ded44897288d46d8a7af55ebdfabdf77ef5c0261a98ef2b736876b629aef6a4ea8cb1299bef3f542692cd4e55e3fa54d9794c3ae3c45464795c518d4e49de9e48555f111c9392e98ca81990ecf3aaeec0aa91d949f308a7fc9d5a8bf22c23519de4199f391052f4709abc237446d1cccea9d89560b4976415894e25e9b55b554cc5ec20ae7aaa48d9c33b9235e615902df2ef9234c592d69785170b1c25599d57fbb130cf6a920a3021b8bef04640728894507f2958459192d764f32aa9254d1df6555d78f1ea2a585c77853439106146a243fe52b0f7657e24922ef7e5be8a90d24748157cbcc565d2aa510f74b383a38814cc1d034e52939b5adad7c7b48b619f24c2f4e0d20d9df9c3cde3d9633a7e7b21f747dde4086792be259ba21de222db75bf90be6072831a1f52fcb7a424257d1ba8007a5d17a6249d01972280a5c4e986e0682f6dcb1c00c8626a55626069dcd71ec9a23c4eb21d9b06c3bbef92a22bc404b2a1265d61533e5a9fe26c7702b7d8ce0039c97a6bbf4bb2c6bb6e12b381de3d566c30e856091b282d44519e1f12a6ad6ae03837770176769bb100112fc1a5db8bb53f190baeed3bbe3f9f5c68831845238328068987c660a8e118238d0cf4684c7dc5a7b4bed8c6da6107801e0d9c2ac76f885e6cf5631e7f83d058585dad5a4be8ed811cdec9c9715b29d161a8ee754d4946faa992c7421855e5f6221e2219c9b266c868840d448668140fb6c6768bd4ed764046fa48de445abc5562ac114d1d29fa68bb89f45825da4651e42116554b817f717899c04316d5cb0a9e1a9d5214b6073c61964a512b5595462c4e063b1139a2321447b678a98a0612eda9786989d6405450a08886b510e589686b31ead165d6148913d515d1f42bd1b8146507fe0efb66077138e98c3f34f12b4955e45053f74a56a3258b14b3f3a6b7cabf857c8a7b97b7bcbc0032a8231d12be4d39e7a6484ac2ca5081e20ef6a7ae8046c2327f070f0309b2616a8a29cbc26c113023105e1bd28ff46c48bf324f5906c06e59deabeabc84ec825144577485e3a9aaa1d2df0115c42cf10ac8e21e88a2c3850c6fc003ed4b9b47ab12ef8e98951ab3c8ec344400dbb27caf7bc16dd1f0cae05e354292ed715991fa621d4c7b060388e2939feac600183ce20c92b257e34d4aa4248bc9cdb9c2397b699432dbc2fa3a6a4e9802b05f2f986e4055edf3b469369a736aebc54bee6833b9c2253ede275e7426d8cb3cbebd138003bee3fdd9f1e894ca889b86d6732673cfb183d00fac60edb3e2323b40d62d0f5f05c12abc72fde0495ed6da05b6bb5c8291b9bb7c9a9c55b95db85ecd3c6be284f3a5efd86bcf093de74f6bc70ffc070ccdcdaec1e3d09a39cbe07f83a629b8cc31cbb69d55f01f276b1a66b69fe74c1d8f86ee93285b911fb81d3a4bdb9dcc97b36779fbb1d2b5b59cad21169f44de67e06cd77d3577fe4fe1ff3d0a678dd5ca0aae38f94aa7aa94364966363ff4ad6223facb8275a68ad09fcf96400b1e8b182404af4e2e76a7c16bab91aa1062aba04c2a29fd415f190a2fd65972f352787819d04c68b597d6c2799255ee96589389d75292693ed65fb91e2b41281243e632cf59b881f394220c27aebd5e009b849eeb36aaa021ada119ac2420f623212596fca46e6e2adaabb6f414faf695d3783b68ca8f2f00e60b9c3741b882129dbfb9071335cd85bf725fe5def917f32507fd363ffd91dce023105a3fca8fe758d8de1cea733abf7638a2f47e79d2fc3344c16eaa7eb12f1e21c951869d3463a4cadcc3f3c5b1f6ae192eb0e019f34fdf8a947d6656e0bcb6be842b2170bca9653b6dcf60cfe612eaa34729b7f2dcc0b5ddebf6f6a6a4725e752f5e0b27b872276d06cc9c807b0d52ef4bb8ebbc96fe784ea33bd5b537fff4f3a0733c782c54fd593b0f603758eb14facef5f4d7aad2ce839f20982f9c707aed5a70ec18c09375451ee89aded7e4912ccbe81cc1bbe5f40bed6e216d6b386ebc7fa02cc2da807b0d0567730c2fef99fbf75b7c8d5d12bb4d7b32ceed6d5080e15b01a779561860f5e36cdf66464bf97cfdc799bf659733fd738d8fdf02addf8ca61bd6800cf9b7af04a0a8f789293fb00d785320200effdcfdf6f31ffff697bffffcd3ef03e5fbc56f7e016afffcafe81feeefbefae1b3cf0e7be83279a3498bdcbf0bc19096051c8cb65dd8e41fe361c83ec71ff684615892fa5466eb92f5d2caf0d9d46a892e0c93987b8ace1d6c05cd760ced7cc42230501e5bdae0e8c00dd10f6d09c7c724e345f2e1c3bf0085dddb59, '2017-09-24 03:40:56'),
(171, 170, 'audit/request', 0x789ced57cd8edbc8117e82ec23248c0062ed8d24b249f14714060887a2348247a24252b177b100d1225b1257fc33497967d6f021d7dd57c831f71c72cb3de71c92074a7593d468061e03ce1f7208302336bbbaaaabbfaafaba880d3432de578666f47609ae0ea4ea4db0211aef3f5406128d5e55e3fa545979447a93d81889f2a4a21abd92bc3d91aabe21382225d31953332039e455dd835563a397e4214eba776a2dccb38c84759c67ddcc9190628093f81da1339262f44ec5be04a38338ab48782ac9a0ddaa622a460f75aaa78a9403bc2759635e02d932ff214e122c2843917bb1c4619cd5797598708bac260907139ce3716f382406480ad4979c591409794db6afe25a50646d28abdc8b5737fef2b6cf25f1917073121ef3979c7528f39408aa3814873242d2102199f3f00e9771ab463d508d1e0e435230777438494dee6ae150a7491fc33e7188e9c1853b3af3abbba7b36932797b250ec7fd38853309df936dd10e7191edfb5f095f31b94e8d6b14ff1d2949c9f685831feaba3004e10cb810022c254eb60487076157e600401651ab428a33b03aa8f13621429c45e48ec1a774de0f4816e6519cedd9346cb5ff212efa5c44203f6ad2e7b6e593f509cef6273049a747e00bc9061baf4fb2c6df7e1cb181da4f2b3618f5ab980da416b430cf8f31d396151992a635770576f6db09073950824bf7571b6f3ae11ccbb33d6f31bd5246110ac73a91741269fa485370849142466a38a1bee253525fed22e5b80788531d2752fa1d518b9d9ae6d177084db8f5cdbab584de1ec9f19d18a7bb4a0a8f9a7c5015291eaba74a9c70415895bbab48432212454517d118eb8868681c8d76fa6e87e4dd6e44c6ea58dc864ab49322ac10451e4bea78b70dd54826ca5692440df3b229c13faf5dc7f01079f9ba82a742a72489ed014f98a552d44a65a911f3d3d19e47362f69fcd8e2af655e47bc35e3af4dde1cf112f2255e3797bc38e52d254203bacc9c217e2a3b3c9a7dc3ebd7bc68c3dff1d0ecc06bd3dee44313bf9254450e557651c40a2d622419bd378375fe3d645834b8beef0a0e2083ca52a104da24b4ef8ab824ac30252877ff70ea7368ccadf277f0d01127ea862219a2c8cd973e3302e1b52021c9c082842cf3846500ec96e583aace4bc82e188574459f4b4f550db5ff0ec821628957405e0f40141eaf44780366685fda3c5a97789f62567ccc22b3d350036ccb2aa01ef8f745c334a38bfa84243be0b222f5d5c69f0d740610c5273fd5a43b7c15d7508a5b983ad77ac7630a88bb12fb366c4e9600a0df7aa0639ddf0da35131a991172f3bcf9ac9352e717ac9bde8ccb1d77974ff20809d3ddbfdadedd2299971378da56b4f17ae6df981e79bfec663d564f424516ca9f8c6f7d7c18de3f91fa566a55d6039ab15185938ab8ff3b32cb60b37ebb96b4eed60b1f26c6be3da816bff66637bbef788a43bb31bf03830e7f6caffdf606a0a2e73ccb42c7bedffc7f99a8699ede7da33dba5a1fb37b1b6243e3a4860af2c67ba58cd3f49dd4f956ecdd57c03d1f9a7f8fb0ca5e538af16f6ff59fcbfc7e2acdb5a9bfe4dc7bfc2a92a856d9c19cd0f7dabd888feb2609dc923f016f3151085cb220609d1d56b277666fe6bb391ca1062b3a0642a48c3d150d2b8179b2cbe7bc93dbe0f6826b4da2b73697f94671e9698d3a9db9294613cd55f3b2e2b4a281b5dec64aebd747cfb638a309c3ad66609fc12b88ed3a88286b0810eb11280db53424a2c503a6ebac81135c7082bf0ac1bbbf176d41464b700b8d0b7dff8c11a8a76f1e602266aba137ee6bed2c5f9978b5507fa7d7efa35b9c32950dc30ccd3732c2c7701f5395bdcda1da28af68cf94f5007638b6171289e20d9a10c3b29fab86546e9e22ad9b8b70c69bae7f3e61f5f8c9475e6a66fbf36bf86cbc1b7dd9969d96dbb60cd17021aa227a9b6761ddfb19cdbf6e2a664725e7511a7a5eddf38d336f273dbefbc05a9fb35dc7a6e4b7b5d2ea307d58dbbf8fc73a033fe1df6b2fa49fd4730ebac5b0a3cfb76f6b9aa487ff0dc5f2ced6076eb9870dc08401355491ca99a36d4c670b58be81cb187e5f433ed6121ed643abcba0e82b2066b042e5a8a8ebd31bcbc67ee5f76f50abb14f6dbf6641d97b7c100466f051dadb34200abcfb37b9b112dc577eb9f67fa964dce74df693ccffaaddf8c961b9680ccf897af00a0a4f7b1213eb20d785320200e7fdffffccbdfffe9777ffdf31f7ee94b3f2e7ff617a0f22fff88fee6fce29b9fbef8e27880c6b2eb2d69517b0f21d06839c0c168e3858dee8b3c08d837f9e3ae30084a529fca6c53b2f659fa7456b7c4160471d4798acecd6b05fd75041d7cc82230929e5adae2f0d819a25fdb028ed238ebda8f0f1ffe01f8d6dde0, '2017-09-24 03:41:17'),
(172, 170, 'audit/request', 0x789ced57cd8edbc8117e82ec23248c0062ed8d24b249f14714060887a2348247a24252b177b100d1225b1257fc33497967d6f021d7dd57c831f71c72cb3de71c92074a7593d468061e03ce1f7208302336bbbaaaabbfaafaba880d3432de578666f47609ae0ea4ea4db0211aef3f5406128d5e55e3fa545979447a93d81889f2a4a21abd92bc3d91aabe21382225d31953332039e455dd835563a397e4214eba776a2dccb38c84759c67ddcc9190628093f81da1339262f44ec5be04a38338ab48782ac9a0ddaa622a460f75aaa78a9403bc2759635e02d932ff214e122c2843917bb1c4619cd5797598708bac260907139ce3716f382406480ad4979c591409794db6afe25a50646d28abdc8b5737fef2b6cf25f1917073121ef3979c7528f39408aa3814873242d2102199f3f00e9771ab463d508d1e0e435230777438494dee6ae150a7491fc33e7188e9c1853b3af3abbba7b36932797b250ec7fd38853309df936dd10e7191edfb5f095f31b94e8d6b14ff1d2949c9f685831feaba3004e10cb810022c254eb60487076157e600401651ab428a33b03aa8f13621429c45e48ec1a774de0f4816e6519cedd9346cb5ff212efa5c44203f6ad2e7b6e593f509cef6273049a747e00bc9061baf4fb2c6df7e1cb181da4f2b3618f5ab980da416b430cf8f31d396151992a635770576f6db09073950824bf7571b6f3ae11ccbb33d6f31bd5246110ac73a91741269fa485370849142466a38a1bee253525fed22e5b80788531d2752fa1d518b9d9ae6d177084db8f5cdbab584de1ec9f19d18a7bb4a0a8f9a7c5015291eaba74a9c70415895bbab48432212454517d118eb8868681c8d76fa6e87e4dd6e44c6ea58dc864ab49322ac10451e4bea78b70dd54826ca5692440df3b229c13faf5dc7f01079f9ba82a742a72489ed014f98a552d44a65a911f3d3d19e47362f69fcd8e2af655e47bc35e3af4dde1cf112f2255e3797bc38e52d254203bacc9c217e2a3b3c9a7dc3ebd7bc68c3dff1d0ecc06bd3dee44313bf9254450e557651c40a2d622419bd378375fe3d645834b8beef0a0e2083ca52a104da24b4ef8ab824ac30252877ff70ea7368ccadf277f0d01127ea862219a2c8cd973e3302e1b52021c9c082842cf3846500ec96e583aace4bc82e188574459f4b4f550db5ff0ec821628957405e0f40141eaf44780366685fda3c5a97789f62567ccc22b3d350036ccb2aa01ef8f745c334a38bfa84243be0b222f5d5c69f0d740610c5273fd5a43b7c15d7508a5b983ad77ac7630a88bb12fb366c4e9600a0df7aa0639ddf0da35131a991172f3bcf9ac9352e717ac9bde8ccb1d77974ff20809d3ddbfdadedd2299971378da56b4f17ae6df981e79bfec663d564f424516ca9f8c6f7d7c18de3f91fa566a55d6039ab15185938ab8ff3b32cb60b37ebb96b4eed60b1f26c6be3da816bff66637bbef788a43bb31bf03830e7f6caffdf606a0a2e73ccb42c7bedffc7f99a8699ede7da33dba5a1fb37b1b6243e3a4860af2c67ba58cd3f49dd4f956ecdd57c03d1f9a7f8fb0ca5e538af16f6ff59fcbfc7e2acdb5a9bfe4dc7bfc2a92a856d9c19cd0f7dabd888feb2609dc923f016f3151085cb220609d1d56b277666fe6bb391ca1062b3a0642a48c3d150d2b8179b2cbe7bc93dbe0f6826b4da2b73697f94671e9698d3a9db9294613cd55f3b2e2b4a281b5dec64aebd747cfb638a309c3ad66609fc12b88ed3a88286b0810eb11280db53424a2c503a6ebac81135c7082bf0ac1bbbf176d41464b700b8d0b7dff8c11a8a76f1e602266aba137ee6bed2c5f9978b5507fa7d7efa35b9c32950dc30ccd3732c2c7701f5395bdcda1da28af68cf94f5007638b6171289e20d9a10c3b29fab86546e9e22ad9b8b70c69bae7f3e61f5f8c9475e6a66fbf36bf86cbc1b7dd9969d96dbb60cd17021aa227a9b6761ddfb19cdbf6e2a664725e7511a7a5eddf38d336f273dbefbc05a9fb35dc7a6e4b7b5d2ea307d58dbbf8fc73a033fe1df6b2fa49fd4730ebac5b0a3cfb76f6b9aa487ff0dc5f2ced6076eb9870dc08401355491ca99a36d4c670b58be81cb187e5f433ed6121ed643abcba0e82b2066b042e5a8a8ebd31bcbc67ee5f76f50abb14f6dbf6641d97b7c100466f051dadb34200abcfb37b9b112dc577eb9f67fa964dce74df693ccffaaddf8c961b9680ccf897af00a0a4f7b1213eb20d785320200e7fdffffccbdfffe9777ffdf31f7ee94b3f2e7ff617a0f22fff88fee6fce29b9fbef8e27880c6b2eb2d69517b0f21d06839c0c168e3858dee8b3c08d837f9e3ae30084a529fca6c53b2f659fa7456b7c4160471d4798acecd6b05fd75041d7cc82230929e5adae2f0d819a25fdb028ed238ebda8f0f1ffe01f8d6dde0, '2017-09-24 03:41:17'),
(173, 171, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d9cd1f5114063087a234c28e4485a4b26bc300d1225b122d89e492d47ac68b3de46abf428eb9fbe05bee39e7903c50aa9ba44633d8ddc03612e46060466c767555577f55f57591984835df96e6c0ec6c0ea4dcd1b23322a66cbe7d579a48363b6545aa53696731ed8c1253959551c9343a057d7da2657543494c0bae33646640b2cbcaaa03ab8666e79045e4d0be336b5196a634aa922c6d67f694e63d7248de50368335b373cab70518ed256949a353417bcd562557313ba8553d95b4e8912d4d6bf31864f3ecdbe4702092d6978567731225699595bb91304b2b7a106042707de19580e410e1507f2e58797ea02fe9fa4552499a32e82bbaf0ecc54d30bfed0a87644f85298df6d973c1de15d9914abadc97fb0a42b88f9022f864438aa451631ee866874411cdb93b069ca4a27795b4ab8e872e817d9288b0834b776ce60f774f678f87d1eb2bb93fec26473893f40d5de7cd90e4e9b6fb99f419971bccf880e1bfa1052dd89ba600e855959b9274065c8a0096821cd694443b69536400401a33ab52995460739d9d6ad8b4d6eb1e4da32c4ed22d9f862db6df2679578829e44545bbc2ba78b2fe40d2ed091c64d32a804fd3decaefd2b4f6b39bc47ca0778f251fa8dd32e103dc801565d93ee1da0a3b426bee0aec6cd72301625f804bf7572b7f3c125cdb777c7f36bed2d4184543836283c603431d68242648a3aa1e8d98afe474a8ae36b1b6df02b447831cf0f16baae71bfd98c55f2334129637cbc6127abda7fb377272dc9438da0f949daee164a89f4a79248451596caee20192912c6b868c86c440748086b1ba31361ba46c362a1dea43791d69f106c744a39a32c4fa70b38ef458a1da1a63794044c5c2f02f0eae1378c8a2725dc253635318f33de009b34c8a1aa9826bb13856b72272443c1087b678ad880612ed89786d89962a621460d1b0e6a23c166d2d463db6cc9a2071acb8229a7c291ad7a2ecc0df7e57ef200ec69dd1bb3a7e052df30caaeba2783556bc089b9d57bd65f60d6456dcbbbe6f0b0d20838ad221f59be473eef2a4a0bc20319479b03b7505341416d91b781848900d53c3a62c0bd379c08d40786d4844dab321118becc03300764bb35e59650564178c22b6a22b1c4f650535ff064821e68997433ef74014edaf64780346685e9a3c5a16647b24bce8b8456ea7a604d896677ed50beef39a61d48bba8424db91a2a4d5d52a98f40c0e10c3076ae36c80970bf05645a2ea5ce52d83c1293b6d717d15d5673b00a45ff9a0659fdf4db356b16b33cf9eb7c6ebe92529c8f19277d1995fafb3f8fe41007bfb8ef727c763530ae76d164fcf19cf3cc70e423fb08295cf2bcaec60596e68f8260896e18deb07efa565ad5960bb8b051899b98bf773b322370b57cba9678d9d70b6f01d7be539a1e7fc71e5f881ff88a05bb32bf038b4a6ce22f8ff6069062e77ccb26d6719fcd7b99a8599efe73913c763a1fb858c8de54707089d85ed8e678be94769fba9d2adb598ae202a3f8bbbcf10daaefb62e6fccae0ff3b06e71dd6d20a6e5aee954e6521ad93d4ac7fd85bc947ec9707eb4c1aa13f9b2e80203c1e314888b64e5bb13b095e5ab55481105b39235209f7d53e1e08cf566972f75c787c17b04c68b417d6dc792fbf3c2cb1c663af2127d37caabf743d5e8c502e86dcca3c67ee06cefb14613876edd51c7825f45cb756050d69055d612901af1f292d88c488b8ee1c55668e1355e8db374eedad5a1762bb003830705e05e1128a75f6ea022666ba15fec47df1c5f9e7b3450bfa7d76fa9cde9123505b3fca8ee758d8de0cea7332bb755a44b5c107cc7f84329234a677fd7c973f41b2451976d28c61c388f8e20a5979b71c69965aff81912e2e45c63b532b705e5a5fc0b51038dec4b29da659b0a73309f5d193645b7a6ee0daee6d736d333a39afba88d4dc096edc7113fba913b4fe82d4fb02ee3baf21be369bd183eaca9bfd9c93a0730c5afc15fda3161e416df06e29f49ddbc94f5545c683efc16cee84935bd78203c7009bac6359d50ddc97d573c01e56b22fb38735ac8969c16a1b07461afcfebfe8245af226f0f2967b7ed9d06bfc4ed8ae9b43b554de440208bd11b4acceeb00ac7e98dc9b746818be5dff61a26fc8e4ccf6adc68749bff19bb3724d129016bff80600467a9b98f223db80370302e2f0afed6f3ffdcb8f7ffec7dffefafb007f37ffcddf81c93ffd01fdd3fddd97df7ff2c97e073d65db56b29af61f423060b5000763fd1631db8ff030e49fe18f9bc1302c68752ad255c13b673cf8685635bc168649dc7a8ace5d6b09ad750ccd7b9ded2a7e6a694da27d6b887d604b243e26699da9709077ff068182da5b, '2017-09-24 03:41:22'),
(174, 171, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d9cd1f5114063087a234c28e4485a4b26bc300d1225b122d89e492d47ac68b3de46abf428eb9fbe05bee39e7903c50aa9ba44633d8ddc03612e46060466c767555577f55f57591984835df96e6c0ec6c0ea4dcd1b23322a66cbe7d579a48363b6545aa53696731ed8c1253959551c9343a057d7da2657543494c0bae33646640b2cbcaaa03ab8666e79045e4d0be336b5196a634aa922c6d67f694e63d7248de50368335b373cab70518ed256949a353417bcd562557313ba8553d95b4e8912d4d6bf31864f3ecdbe4702092d6978567731225699595bb91304b2b7a106042707de19580e410e1507f2e58797ea02fe9fa4552499a32e82bbaf0ecc54d30bfed0a87644f85298df6d973c1de15d9914abadc97fb0a42b88f9022f864438aa451631ee866874411cdb93b069ca4a27795b4ab8e872e817d9288b0834b776ce60f774f678f87d1eb2bb93fec26473893f40d5de7cd90e4e9b6fb99f419971bccf880e1bfa1052dd89ba600e855959b9274065c8a0096821cd694443b69536400401a33ab52995460739d9d6ad8b4d6eb1e4da32c4ed22d9f862db6df2679578829e44545bbc2ba78b2fe40d2ed091c64d32a804fd3decaefd2b4f6b39bc47ca0778f251fa8dd32e103dc801565d93ee1da0a3b426bee0aec6cd72301625f804bf7572b7f3c125cdb777c7f36bed2d4184543836283c603431d68242648a3aa1e8d98afe474a8ae36b1b6df02b447831cf0f16baae71bfd98c55f2334129637cbc6127abda7fb377272dc9438da0f949daee164a89f4a79248451596caee20192912c6b868c86c440748086b1ba31361ba46c362a1dea43791d69f106c744a39a32c4fa70b38ef458a1da1a63794044c5c2f02f0eae1378c8a2725dc253635318f33de009b34c8a1aa9826bb13856b72272443c1087b678ad880612ed89786d89962a621460d1b0e6a23c166d2d463db6cc9a2071acb8229a7c291ad7a2ecc0df7e57ef200ec69dd1bb3a7e052df30caaeba2783556bc089b9d57bd65f60d6456dcbbbe6f0b0d20838ad221f59be473eef2a4a0bc20319479b03b7505341416d91b781848900d53c3a62c0bd379c08d40786d4844dab321118becc03300764bb35e59650564178c22b6a22b1c4f650535ff064821e68997433ef74014edaf64780346685e9a3c5a16647b24bce8b8456ea7a604d896677ed50beef39a61d48bba8424db91a2a4d5d52a98f40c0e10c3076ae36c80970bf05645a2ea5ce52d83c1293b6d717d15d5673b00a45ff9a0659fdf4db356b16b33cf9eb7c6ebe92529c8f19277d1995fafb3f8fe41007bfb8ef727c763530ae76d164fcf19cf3cc70e423fb08295cf2bcaec60596e68f8260896e18deb07efa565ad5960bb8b051899b98bf773b322370b57cba9678d9d70b6f01d7be539a1e7fc71e5f881ff88a05bb32bf038b4a6ce22f8ff6069062e77ccb26d6719fcd7b99a8599efe73913c763a1fb858c8de54707089d85ed8e678be94769fba9d2adb598ae202a3f8bbbcf10daaefb62e6fccae0ff3b06e71dd6d20a6e5aee954e6521ad93d4ac7fd85bc947ec9707eb4c1aa13f9b2e80203c1e314888b64e5bb13b095e5ab55481105b39235209f7d53e1e08cf566972f75c787c17b04c68b417d6dc792fbf3c2cb1c663af2127d37caabf743d5e8c502e86dcca3c67ee06cefb14613876edd51c7825f45cb756050d69055d612901af1f292d88c488b8ee1c55668e1355e8db374eedad5a1762bb003830705e05e1128a75f6ea022666ba15fec47df1c5f9e7b3450bfa7d76fa9cde9123505b3fca8ee758d8de0cea7332bb755a44b5c107cc7f84329234a677fd7c973f41b2451976d28c61c388f8e20a5979b71c69965aff81912e2e45c63b532b705e5a5fc0b51038dec4b29da659b0a73309f5d193645b7a6ee0daee6d736d333a39afba88d4dc096edc7113fba913b4fe82d4fb02ee3baf21be369bd183eaca9bfd9c93a0730c5afc15fda3161e416df06e29f49ddbc94f5545c683efc16cee84935bd78203c7009bac6359d50ddc97d573c01e56b22fb38735ac8969c16a1b07461afcfebfe8245af226f0f2967b7ed9d06bfc4ed8ae9b43b554de440208bd11b4acceeb00ac7e98dc9b746818be5dff61a26fc8e4ccf6adc68749bff19bb3724d129016bff80600467a9b98f223db80370302e2f0afed6f3ffdcb8f7ffec7dffefafb007f37ffcddf81c93ffd01fdd3fddd97df7ff2c97e073d65db56b29af61f423060b5000763fd1631db8ff030e49fe18f9bc1302c68752ad255c13b673cf8685635bc168649dc7a8ace5d6b09ad750ccd7b9ded2a7e6a694da27d6b887d604b243e26699da9709077ff068182da5b, '2017-09-24 03:41:22'),
(175, 172, 'audit/request', 0x789ced57cd8edb46127e82e41112ae00c2765612d9fc13456180e5509446f04854486aed18068816d9926851244d52f64c0c1f72cdbec21ef7be87dc72cf3987ec036d7593d46806b617de60177b5860466c767555577f55f575111b4831de95c6c0e86c125cee48d919614334debd2f0d241a9db2c2d5b1b4b2887446b1a188f2a8a41a9d82bc3e92b2ba22382205d319523320d96565d5815543a39364214eda776a2dccd29484559ca5edcc9e90bc8793f80da133926a748ef9b600a3bd382d49782c48afd9aa642a4607b5aac792143dbc25696d5e02d93cfb3e4e122ca87d917b3cc7619c5659b91b71b3b4220907139ce371cf392406480ab4279c99e7097946d64fe34a50e5415fd6b8c74faffcf975974be23de1a624dc674f386b5764072268625feccb08497d8464cec31b5cc48d1af540333a380c49cedcd1e12415b9a9845d7548ba18f689434c0f2edcd0993fde3c9c3d24a3d717627fd88d0f7026e12d59e7cd10e7e9b6fb8df00d93ebd4f880e2bf210529e89b0a5bedaa2a3704e104b810022c054ed604873b61536400401a51ab4219574480405438ac81535bbf7b240db3284eb76c1a36d97e1fe75d2e22901915e972ebe2c1fa04a7db23b848a715809fa4bd95d72569ed69378ed840eb1e4a3650ba65cc065203579865fb9869cbaa0ce9d298bb003bdbf58883e817e0d2edc5ca1b8f38c7f26ccf9b8d2f542542e15027924ea281ae0c541c61a412450b47d4577c4caa8b4da4eeb700ee41c789747845b47ca31db2e81542236e79b56c2ca1d77bb27f23c6874d2985fb81bcd354291e6ac7521c714158169b8b688044248aaa2ea221d61119a061a46cf4cd06c99b8d4286da505c876ab49122ac12551e4ada70b30eb54826ea5a92c401e66553827f7e7019c343e4e5cb129e2a9d9224b6073c61964a512395a55acc8f952d8f6c5e1af0438bbf94791df1d684bf347953e125e44bbc6ece7971cc5b6a847a74993941fc5876783479c1eb97bc68c3df7e57efc00fc69dd1fb3a7e0529f30ceaebac7c555abe48323acf7bcbec2de456d4bbbc6d4b0d20839ad220f99bf4b36ff2b820ac242528747f77ec7268c82db237f0d01127ea862a19a2c84de73e3302e1b5201549cf82cc2bb2846500ec9666bdb2ca0ac82e18857445973b1ccb0aaafe0dd042c4122f878cee8128dc5f88f0069cd0bc3479b42cf0f68059d9318bcc4e4d0ab02dcbfdaae7dfe635c72867950949b6c34549aa8b953fe9e90c208a4f76ac487b785630780d53a72a6f194c05715b5c2fc3fa640900fad2031debf46e18b58a498d3c7ed27a564f2e71810fe7ac8b4eec7a9945b77702d8d9b3dd3fdb2e9d92196bd358baf678e6da961f78bee9af3c564d464712c58684af7c7f195c399eff4152569b0596b358809199b3f83033cb62b370b59cbae6d80e660bcfb656ae1db8f6b72bdbf3bd7bf4dc9a5d81c78139b517feff064753709963a665d94bff3fced434cc6c3fd79ed82e0dddefe66b49bc7784c05e58ce78b6987e92b41f2a5d9b8be90ae2f26f31f70944cb719eceecfff3f77f8fbf5987b534fdab967985635908eb3835ea1ffa56b211fd65c13ad146e0cda60ba00897450c12a2add456ec4cfc67662d9521c4664e695490fa4a5f1a708f57697cf384bb7f13d04c68b417e6dcfe20c3dc2d31c763b7a127c378a8bf745c568e5030bad8ca5c7beef8f68714613876acd51c9825701da756050d61055d612900ab1f0829b04089b8ee1c156a8e5155e0595776edad529762bb0058d0b79ffbc112ca75f6fc0c266aba157ee6bed2d9f9e7b3450bfa6d76fc13b9c10720b77e981d4eb1b0dc19d4e764766db788aa838f98ff0469c469446efaf92e7f80648b32eca4eac38613a5b34b64e55e33a4e99eff82934e5722659da9e9dbcfccefe05af06d77625a76d32858d39980fae841aa2d5dc7772ce7bab9b229999c569dc5696efb57ceb889fcd4f65b6f41ea7e07f79ddbd05e9bcbe84e75e5ce3eff1ce8847f8bbdac7d52ff1ecc3aeb9302cfbe9e7cae2ad2ef3cf767733b985c3b261c3702d0444d12154d57fa037d788ad6dd52fa5976b788f62f2d566ddf4019835dff678d44cbdc185ede31d7cf7b79955d08db7573aa96c79b40009b378296d2591180d58f337b930d0dbdb7eb3fcef20d939ca8bed5f838e3377e334aae1902b2e277d33fd0d1bbd810efd906bc291010877f6cbf7af4d79f7ef8f5e7bffdc1977e9c7ff10bd0f8a3bfa3df9caf5ffce5cb2ff73b6827db8e9216b4771782012d0538186db7b0d17e810701fb06bfdf0b064141aa6391ae0ad6344b9fcee886d482208e5a4fd1a9652da1ab8ea06faf1b09457a68698dc37d6b887e5d0b383ac4699daa7090f7ff04a336d8fd, '2017-09-24 03:41:24'),
(176, 172, 'audit/request', 0x789ced57cd8edb46127e82e41112ae00c2765612d9fc13456180e5509446f04854486aed18068816d9926851244d52f64c0c1f72cdbec21ef7be87dc72cf3987ec036d7593d46806b617de60177b5860466c767555577f55f575111b4831de95c6c0e86c125cee48d919614334debd2f0d241a9db2c2d5b1b4b2887446b1a188f2a8a41a9d82bc3e92b2ba22382205d319523320d96565d5815543a39364214eda776a2dccd29484559ca5edcc9e90bc8793f80da133926a748ef9b600a3bd382d49782c48afd9aa642a4607b5aac792143dbc25696d5e02d93cfb3e4e122ca87d917b3cc7619c5659b91b71b3b4220907139ce371cf392406480ab4279c99e7097946d64fe34a50e5415fd6b8c74faffcf975974be23de1a624dc674f386b5764072268625feccb08497d8464cec31b5cc48d1af540333a380c49cedcd1e12415b9a9845d7548ba18f689434c0f2edcd0993fde3c9c3d24a3d717627fd88d0f7026e12d59e7cd10e7e9b6fb8df00d93ebd4f880e2bf210529e89b0a5bedaa2a3704e104b810022c054ed604873b61536400401a51ab4219574480405438ac81535bbf7b240db3284eb76c1a36d97e1fe75d2e22901915e972ebe2c1fa04a7db23b848a715809fa4bd95d72569ed69378ed840eb1e4a3650ba65cc065203579865fb9869cbaa0ce9d298bb003bdbf58883e817e0d2edc5ca1b8f38c7f26ccf9b8d2f542542e15027924ea281ae0c541c61a412450b47d4577c4caa8b4da4eeb700ee41c789747845b47ca31db2e81542236e79b56c2ca1d77bb27f23c6874d2985fb81bcd354291e6ac7521c714158169b8b688044248aaa2ea221d61119a061a46cf4cd06c99b8d4286da505c876ab49122ac12551e4ada70b30eb54826ea5a92c401e66553827f7e7019c343e4e5cb129e2a9d9224b6073c61964a512395a55acc8f952d8f6c5e1af0438bbf94791df1d684bf347953e125e44bbc6ece7971cc5b6a847a74993941fc5876783479c1eb97bc68c3df7e57efc00fc69dd1fb3a7e0529f30ceaebac7c555abe48323acf7bcbec2de456d4bbbc6d4b0d20839ad220f99bf4b36ff2b820ac242528747f77ec7268c82db237f0d01127ea862a19a2c84de73e3302e1b5201549cf82cc2bb2846500ec9666bdb2ca0ac82e18857445973b1ccb0aaafe0dd042c4122f878cee8128dc5f88f0069cd0bc3479b42cf0f68059d9318bcc4e4d0ab02dcbfdaae7dfe635c72867950949b6c34549aa8b953fe9e90c208a4f76ac487b785630780d53a72a6f194c05715b5c2fc3fa640900fad2031debf46e18b58a498d3c7ed27a564f2e71810fe7ac8b4eec7a9945b77702d8d9b3dd3fdb2e9d92196bd358baf678e6da961f78bee9af3c564d464712c58684af7c7f195c399eff4152569b0596b358809199b3f83033cb62b370b59cbae6d80e660bcfb656ae1db8f6b72bdbf3bd7bf4dc9a5d81c78139b517feff064753709963a665d94bff3fced434cc6c3fd79ed82e0dddefe66b49bc7784c05e58ce78b6987e92b41f2a5d9b8be90ae2f26f31f70944cb719eceecfff3f77f8fbf5987b534fdab967985635908eb3835ea1ffa56b211fd65c13ad146e0cda60ba00897450c12a2add456ec4cfc67662d9521c4664e695490fa4a5f1a708f57697cf384bb7f13d04c68b417e6dcfe20c3dc2d31c763b7a127c378a8bf745c568e5030bad8ca5c7beef8f68714613876acd51c9825701da756050d61055d612900ab1f0829b04089b8ee1c156a8e5155e0595776edad529762bb0058d0b79ffbc112ca75f6fc0c266aba157ee6bed2d9f9e7b3450bfa6d76fc13b9c10720b77e981d4eb1b0dc19d4e764766db788aa838f98ff0469c469446efaf92e7f80648b32eca4eac38613a5b34b64e55e33a4e99eff82934e5722659da9e9dbcfccefe05af06d77625a76d32858d39980fae841aa2d5dc7772ce7bab9b229999c569dc5696efb57ceb889fcd4f65b6f41ea7e07f79ddbd05e9bcbe84e75e5ce3eff1ce8847f8bbdac7d52ff1ecc3aeb9302cfbe9e7cae2ad2ef3cf767733b985c3b261c3702d0444d12154d57fa037d788ad6dd52fa5976b788f62f2d566ddf4019835dff678d44cbdc185ede31d7cf7b79955d08db7573aa96c79b40009b378296d2591180d58f337b930d0dbdb7eb3fcef20d939ca8bed5f838e3377e334aae1902b2e277d33fd0d1bbd810efd906bc291010877f6cbf7af4d79f7ef8f5e7bffdc1977e9c7ff10bd0f8a3bfa3df9caf5ffce5cb2ff73b6827db8e9216b4771782012d0538186db7b0d17e810701fb06bfdf0b064141aa6391ae0ad6344b9fcee886d482208e5a4fd1a9652da1ab8ea06faf1b09457a68698dc37d6b887e5d0b383ac4699daa7090f7ff04a336d8fd, '2017-09-24 03:41:24'),
(177, 173, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d9fc178501cca1288db0235121a9ecda3040b4c896448b22b924b59ef1620fb9daaf9063ee3ef8967bce39240f94ea26a9d10c7637b08d04391898119b5d5dd5d55f557d5dc42652ccb795a99bbd6d8aab3da97a636c8ae6db77958944b357d5b83e55761e93de383115511e5754a35792d72752d53704c7a4643a236a0624fbbcaa7bb06a64f6d23cc269f74ead45799691a84ef2ac9b3910520c709abc21744652cddea9d8956074906415894e2519b45b554cc5eca14ef55491728077246bcc4b205be4df26698a05752872cf16384ab23aaff6636e9ed524e56082737dee1587c41049a1f69cb38a22252fc9e645520baaac0f658d7bf6e22658dcf6b93439106e46a243fe9cb3f7657e2482260ec5a18c90344448e67cbcc565d2aa510f34b387a38814cc1d034e5293bb5ad8d7c7b48f619f24c2f4e0c21d9df9c3ddd3d9633a7e7d250e47fde4086712be219ba21de222dbf53f133e6372831ad729fe5b529292bea932805ed785290867c08508602971ba2138da0bdb320700b2985a15aaa4069b9bfcd4c0a6765e0f4816e57192edd8346cb1fb3629fa5c4c202f6ad2e736e593f529ce762770904e2b003ec9066bbf4fb2c6cf7e12b381d63f566ca0f4ab840da416ac28cf0f09d396e9113a73576067b7197310fb125cbabf5afb9331e7dabee3fbf3c995aac4281a19443248ac1b8aaee2182395285a34a6bee2535a5f6d63f5b003688f064ea5e3d7442bb6da318fbf4668ccad6e56ad25f4fa400e6fc4e4b8ada4e8a0cb7b4d95929176aac431174655b9bd8a75242251540d118db081888e46b1b235b65b246fb70a1969237113a9f1568ab14a54792469a3ed26d26299a81b491275cccb9604ffbc7e9dc043e4e5eb0a9e2a9d9224b6073c61964a512b95a546cc4f941d8f1c5ed2f991cd5fcbbc81787bca5f5bbca5f0120a24deb016bc38e16d354603bacc9a227e22bb3c9a7ec91bd7bce8c0df61dfecc0eb93def85d13bf9254450ed57551bc2a2d5e2499bd578355fe0d64563cb8beef0a0d20838ad220f5dbe473ee8aa424ac202528f3607fea7368c42df337f03010271aa62a99a2c8cd16013302e1b52111c9c086442cf3946500ec96e583aace4bc82e184574459f3b9eaa1a6afe0d9042cc12af807c1e80283a5c89f0068cd0beb479b42af1ee8859d1318bcc4e4309b02dcbfc7a10dc170dc32817750949b6c76545eaab75301d180c208a0fd4c6d9002b17e0ad1a47f5b9ca3b068353f6bae2fa2a6ace9602a45ff9a0659fdf4db351b11b33cf9e77c69be9152ef1f19277d1995faff3f8fe41007bfb8ef727c7a35332e36d1a4fcf99cc3dc70e423fb082b5cf2acaec49a2d8d2f04d10acc21bd70fde4bcb6abbc076974b30327797efe766596c17ae5733cf9a38e17ce93bf6da7342cff9e3daf103ff11417766d7e07168cd9c65f0ffc1d2145ce69865dbce2af8af73350d33dbcf73a68e4743f70b195b121f1d207496b63b992f671fa5eda74ab7d672b686a8fc2cee3e4368bbee8bb9f32b83ffef189c75582b2bb8e9b8573855a5b04932b3f9a16f151bd15f16ac336984fe7cb60482f058c42021ba3aedc4ee347869355219426c1594480569a80c259d7bb6ce92bbe7dce3bb806642abbdb416ce7bf9e561893599782d3999e653fd95ebb162847231c44ee6390b3770dea708c3896baf17c02ba1e7ba8d2a68086be80a2b0178fd484889054ac44de7a850738ca842dfbe711a6f95a610bb05c08181f32a085750acf357173051d39df027ee2b5d9c7f315f76a0dfe7a7cfc91d3e02b50da3fc788e85edcda13ea7f35ba74354d53f60fe2394916431b91b16fbe209921dcab0936a8c5a46942eae90b577cb90a6a9f51f18e9e252a4bc33b302e7a5f5055c0b81e34d2ddb699b057b3617d0103d49b695e706aeeddeb6d736a593f3aa8b482d9ce0c69db4b19f3941e72f48bd2fe0bef35ae2ebb2193da8aebdf9cf39093ac7a0c35fd63e6ae111d406eb9642dfb99dfe5455643cf81ecc174e38bd752d38700cb0899a242a9aa10e75740ed8c34afa65f6b08636311d585de3404983ddff179d4447de185ede32cf2f1b7a95dd09bb4d7ba88ecadb4800a1b7828ed5591d80d50f937b9b0e2dc377eb3f4cf42d999cd9bed3f830e9b77e33566e4802d2e217df00c0486f13537c641bf0a640401cfeb5fbeda77ff9f1cffff8db5f7f1f48df2d7ef37760f24f7f40ff747ff7e5f79f7c72d8434fd9b595b4a6fd8710e8b416e060b4dfc266f7111e86ec33fc7133188625a94f65b62e59e72ce91fcdaa96d7c230893b4fd1b96bada0b58ea1796fb25d919e5adae0e8d019a21fd8028e8f49d6642a1ce4ddbf019a2fda65, '2017-09-24 03:41:25'),
(178, 173, 'audit/request', 0x789ced57cd8ee3c6117e82f811124600e15d4712d9fc178501cca1288db0235121a9ecda3040b4c896448b22b924b59ef1620fb9daaf9063ee3ef8967bce39240f94ea26a9d10c7637b08d04391898119b5d5dd5d55f557d5dc42652ccb795a99bbd6d8aab3da97a636c8ae6db77958944b357d5b83e55761e93de383115511e5754a35792d72752d53704c7a4643a236a0624fbbcaa7bb06a64f6d23cc269f74ead45799691a84ef2ac9b3910520c709abc21744652cddea9d8956074906415894e2519b45b554cc5eca14ef55491728077246bcc4b205be4df26698a05752872cf16384ab23aaff6636e9ed524e56082737dee1587c41049a1f69cb38a22252fc9e645520baaac0f658d7bf6e22658dcf6b93439106e46a243fe9cb3f7657e2482260ec5a18c90344448e67cbcc565d2aa510f34b387a38814cc1d034e5293bb5ad8d7c7b48f619f24c2f4e0c21d9df9c3ddd3d9633a7e7d250e47fde4086712be219ba21de222dbf53f133e6372831ad729fe5b529292bea932805ed785290867c08508602971ba2138da0bdb320700b2985a15aaa4069b9bfcd4c0a6765e0f4816e57192edd8346cb1fb3629fa5c4c202f6ad2e736e593f529ce762770904e2b003ec9066bbf4fb2c6cf7e12b381d63f566ca0f4ab840da416ac28cf0f09d396e9113a73576067b7197310fb125cbabf5afb9331e7dabee3fbf3c995aac4281a19443248ac1b8aaee2182395285a34a6bee2535a5f6d63f5b003688f064ea5e3d7442bb6da318fbf4668ccad6e56ad25f4fa400e6fc4e4b8ada4e8a0cb7b4d95929176aac431174655b9bd8a75242251540d118db081888e46b1b235b65b246fb70a1969237113a9f1568ab14a54792469a3ed26d26299a81b491275cccb9604ffbc7e9dc043e4e5eb0a9e2a9d9224b6073c61964a512b95a546cc4f941d8f1c5ed2f991cd5fcbbc81787bca5f5bbca5f0120a24deb016bc38e16d354603bacc9a227e22bb3c9a7ec91bd7bce8c0df61dfecc0eb93def85d13bf9254450ed57551bc2a2d5e2499bd578355fe0d64563cb8beef0a0d20838ad220f5dbe473ee8aa424ac202528f3607fea7368c42df337f03010271aa62a99a2c8cd16013302e1b52111c9c086442cf3946500ec96e583aace4bc82e184574459f3b9eaa1a6afe0d9042cc12af807c1e80283a5c89f0068cd0beb479b42af1ee8859d1318bcc4e4309b02dcbfc7a10dc170dc32817750949b6c76545eaab75301d180c208a0fd4c6d9002b17e0ad1a47f5b9ca3b068353f6bae2fa2a6ace9602a45ff9a0659fdf4db351b11b33cf9e77c69be9152ef1f19277d1995faff3f8fe41007bfb8ef727c7a35332e36d1a4fcf99cc3dc70e423fb082b5cf2acaec49a2d8d2f04d10acc21bd70fde4bcb6abbc076974b30327797efe766596c17ae5733cf9a38e17ce93bf6da7342cff9e3daf103ff11417766d7e07168cd9c65f0ffc1d2145ce69865dbce2af8af73350d33dbcf73a68e4743f70b195b121f1d207496b63b992f671fa5eda74ab7d672b686a8fc2cee3e4368bbee8bb9f32b83ffef189c75582b2bb8e9b8573855a5b04932b3f9a16f151bd15f16ac336984fe7cb60482f058c42021ba3aedc4ee347869355219426c1594480569a80c259d7bb6ce92bbe7dce3bb806642abbdb416ce7bf9e561893599782d3999e653fd95ebb162847231c44ee6390b3770dea708c3896baf17c02ba1e7ba8d2a68086be80a2b0178fd484889054ac44de7a850738ca842dfbe711a6f95a610bb05c08181f32a085750acf357173051d39df027ee2b5d9c7f315f76a0dfe7a7cfc91d3e02b50da3fc788e85edcda13ea7f35ba74354d53f60fe2394916431b91b16fbe209921dcab0936a8c5a46942eae90b577cb90a6a9f51f18e9e252a4bc33b302e7a5f5055c0b81e34d2ddb699b057b3617d0103d49b695e706aeeddeb6d736a593f3aa8b482d9ce0c69db4b19f3941e72f48bd2fe0bef35ae2ebb2193da8aebdf9cf39093ac7a0c35fd63e6ae111d406eb9642dfb99dfe5455643cf81ecc174e38bd752d38700cb0899a242a9aa10e75740ed8c34afa65f6b08636311d585de3404983ddff179d4447de185ede32cf2f1b7a95dd09bb4d7ba88ecadb4800a1b7828ed5591d80d50f937b9b0e2dc377eb3f4cf42d999cd9bed3f830e9b77e33566e4802d2e217df00c0486f13537c641bf0a640401cfeb5fbeda77ff9f1cffff8db5f7f1f48df2d7ef37760f24f7f40ff747ff7e5f79f7c72d8434fd9b595b4a6fd8710e8b416e060b4dfc266f7111e86ec33fc7133188625a94f65b62e59e72ce91fcdaa96d7c230893b4fd1b96bada0b58ea1796fb25d919e5adae0e8d019a21fd8028e8f49d6642a1ce4ddbf019a2fda65, '2017-09-24 03:41:25'),
(179, 174, 'audit/request', 0x789ced57cd92e2c8117e02ef23d832118a9d5923a49290102288b05aa8819906b192d8f98989200aa9000d02d192e89f99e883aff62bf8e8bb0fbef9eeb30ff60339ab54a27f3c3311b31bbbe1833b6850556565657d99f9650a5ba86d7d2cac8ed558a5b8d890a2d1c396627dbc2b2ca4588da2c4e5b170b298347a89a5296aafa03b1a39b93c92a21c111c939ced411ad5034b9bac281b20d6b51a6916e1b41e537551b6df93a84cb27d3db325e420e134b9220dae1a644ab22fa594ecd7e586ceaa56a36bb2650d9671b4211215cab3949fb3c337125e93be42c786d5c8f2649d5447c0685396074b961f19a3ea56e37858e760be94ec0b121d7322f14b156ca3d540b58dc782e454ffbeba870a6b93ec4392a658d65b8af06c82a3645f66c5a6278cc1f6548009c10b84d7025216485d18cf05fb7048c92bb27c9994b2ae755a9a213c7b390a27174d214db6441892689b3d179c4d9eed886c282da5a521a4b610d28400af709ef06d9505f72895b707869c06d060382489308557be91aeafafa55596efa4630e5046e0c298c383a3881cd85d4c80a12437a5bc297769f3d17e3af3bb9ba7b3bbb477d9575add66b20340e46bb23cf0477cd8af9bdfc9dfb175e6ad0e0d9315c9494e47bafedf9e9023b8428ed32501a7caab9cdd29a65ae52229894c2f89a30a75bdb65b629749f66b360d87ac3f2487a6101308e092348565fe443ec5fbf5114ca4d36df01dd94bf3a049f695a5cd24660f467357b08776b348d883cae18ab26c9b5420eb8072adae0f7ad6cb9e00a1938349b7fd7930e8099e13b841301ef4f5768ca2ae495493c41db3ddd1718c914eda46d4a3b6e2635af657b1be5d03b83b13a7eaee3d310e2b6397c5ef11ea09b3d18c6b42975bb2bd5292ddaa50a36d47db18ba9a748d63a1f4844554e4ab7edc410a5214dd5450179b887450376eafccd50a69ab559b748daeb28cf478a5c65827bad6558dee6a1919b146f4a5aa2a1d2c6ab60aff62e72c811f45d4ce0af8d5e994aab233e01766e92ae2ab9a5a2d8b83f65a44aea876c4ae239e69a28944e75c3cb345bb2daa285445d39e88ca4074f4184954cc3e47e240f34474fe5634cf44c585cf76539d2076068dde5de5bf9c14870c92f301cb7428c9d0f87f2dcdb26b88ad583abbadf314208384342073ea99809492c3dd8781473e26964263b1cd8439beefd36e77a91bea065feef524c3ed64635eae012ff0c201979bbedc134610b9de3ebda52c8878e22c9218c237296ffb31494949e29e406e0e0958dd0f37c7a6a020e905de4ba8db510445b1e80709c349d8037eb8916cca57f707d0d4c8d801772c73dc4a13e32a6038a61075856976053f261214d3d255d04915d6d4e8306a74eea9d100a0f6995494590e89014f8c3c9bc2ee5894c07657c0bb31cb990324a3044bd1b6afc008b8900f780acc72bcde61c6184c23d3c3871759450e2cbdb4af4af29acc1c4e66212733b5fd809620c336382f48d99f87e792c900a2c1911dcb4a9833b4cc581cdc0147af61f14476b5710608c6645be6c971f78eee78c7ab480ac1f52ee0bb9dd39c65557b2f98ba67cf6b6babd919cef1ee61b544a7aa7896c5b77441ab8395df4f08bf96ac41cec7d7acca01d255b22f77e660bf9acfbef7e7c16470ed1c374b6db490ae36b86ca72fde0e2649b27b7b313b5bcd0dc339530dbcfc60ab97c97cf4031ec35d02af382a9bd4ec1cf4b3ee74f1e1ea2a325fbd588bda003e35a50e0833412833e1fe9e885e47e76630e7834d3f8f35fd3eb8f98ef92f70fd1f5c9fc169323cc102df1d8c7dd70917416887f38023a52a0aef074661385b8cbc20fc641fa27301c79b4e41c9d89b7ebe190199d09d868b0b773a0c478f9b11b3d6633b23976a0b7defe2531d090d0d26e9f9e3e178faa5be4453b8e87c36f4ed81bb184f03d799fbeec277bf9fbb41183c6a4eeaabcc01a5853d044bff773a941abaf0cdccfdaaa03fc1653b8e3b0b7ff63e851acbcef3dd73d7a7b1f693bb1555797485853b75bcc1783afc62cbf274d3853d1dcec1a93faa6f3981e878decbb1fbffeee597eb5ed85bd0cce6740164201f8b5c5e267babfaa2a3823dd1ef9a0d2a9e5b04e3e11438cd671e8380a8d3bc5ef6cec35776b5aa818bed03adc4b2da6ab7d48ef06cbe4f6e9e0b4ffa2074da3db527ee2729f15ec41e0c7ccea796f574ffccf343ce81e689d97c77e285eea736c2e3c073e613ca02bee7555b61873c87e25bc850d67784e4580e207b8a9a7139cf2d0220d5cada76958a8f28f975b89841ba8e5f3f8089aaae17bff25cf5c1fd279ca101f4dbecf87b728377c08cad28db9d7ce1f863c8cff33154058ea8def98cfa2f9046b28fc94debb0393c41b246194ed2cdaed6a92d3c55bdb9cfca0cd4c3c617d4b39ee8be15a2b433b443f795fd068a4ae8fae7b6e3f2d734673896510b3d89b599ef859e5395345eeb4e520f1c3571c391770a7b5e74a9bdb0ecbf8112ed73e2aba319ddef9dfbe31f71137472410dbf667c51c123a44dd6fb2f02f7e2fc6bb7d2925f9b1e8e27eee2fcc2b3e1be31c0a618aad236baa8a574b42efc9d9c762fce5e1e4e82b48f850c19bae17d137942f097efb658b355170b0c838f0caa872fcf3aab41eb2547b12e1d3ceba180f085ba8ab0bc03ad9f2f263cfe7845a9e53f5f5838799daa4bbde3f34586db7d4211d10eeb27579c07af9227ddd58ba1063efff7fad7dffef96f7ff8e7dffff2db50fde3e457ff80caf1ed5fd1bfbcdfbcfdd337df6c378076fd16433924b8f77f87261f5c8cb6a4d5dcdd7f00a9c8f3ae, '2017-09-24 03:41:31'),
(180, 175, 'audit/request', 0x789ced57cb8ee3c615fd02fb136c460031338e24b2f812454180d914a516a6252a2495796000a24496244e532487a4c6dd1eccc25bfb17bcf43e8becbcf73a8be48372ab48aa1f989e6432489085816e9155f751b7cebdf754111b4831de95c6c0e86c135cee49d919614334debd2f0d241a9db2c2d5b1b4b2887446b1218bd2a8a4169d82bc3992b23a27382205b3016df003a27d56561d501b1a9d240b71d28ea9bb304b5312567196b6339784e43d9cc46f099b914107877bd203cdaac892c6d1015ff5f08e8c453a9654a373cc77052cdd8bd39284c782f49a804ae6c5e8a0d6ffb12405354deb1824902db2efe324c182da17b9c70b1cc6699595fb11374f2b927030c1391ef79c436280a4407bc299799e906764f334ae04551ef4658d7bfcf4dc5f5c74b924be24dc8c8497d913ceda17d981089ad817fb3242521f2199f3f0161771634623d08c0e0e4392b37074d84945ae2a615f1d922e8675e2105374842b3af3c7abfbb38764f4662cf687ddf8007b12be239bbc79c579baeb7e237cc3e43a753ea059da92821474a4c252fbaaca0d4138654508019602271b02900bdb0220276944bd0a655c1181e6008735706a1b778fa46116c5e98e4dc322bbefe3bccb4504eaa7225d6e53dcd34f70ba3b4288745a01f849da5b7b5d92d69176e388bd68dd43c95e946e19b317a9812bccb2cb9859cb2a9447eb6e0c7e769b1107d92f20a4ebf1da9b8c38c7f26ccf9b4fc6aa12a170a8134927d14057062a8e305289a285231a2b3e26d5781ba9973b00f7a0e3443abc265abed50e59f41aa111178465b11d47032422515475110db18ec8000d2365ab6fb748de6e1532d486e22654a3ad146195a8f250d286db4da84532513792240e302f9b12fcf383b3181e222f9f95f054e99424b135e009b3548a1aa92cd5627ea2ec7864f3d2801f5afc99cceb88b7a6fc99c99b0a2f215fe27573c18b13de5223d4a36ae614f113d9e1d1f425af9ff1a20d7f97fb7a057e00f0acce570d3eaf93e170a36ad21ebf49d538c34abcd7dfec602fd039efebfc15a4cc33e8af5b4daed11e4792d179de5b65df416d45bdb3ebb6d5c039f49406c5df949f7d95c705612d294113fbfb639743436e99bd85878e38513754c910456eb6f0dbeeb758f75b37ddafc16a69d62babac80ea8237c60f5dee702c2be8fab7c01d112bbc1c2aba07a2f0722cc20838a1193475b42af0ee8059db318fcc4f33bcc8ea0e639d227f52a7508201c55d5c531a446b3169d5f3af73e65f526e753914ec1e1725a9c66b7fdad319d814ebec58911648d67c711a91ab13639c820371bbfcab86231348ce2b0f6cacd3d8306a933975f2f8491b593db9c2053e40569674169db8fc2c8bae6fc81f56f56cf7cfb64ba76499e61d5278eefbabe0dcf1fc0f12bcda2858ce72695bfedc593ec0f27aab685ae73655f75de7e243542f8b8de67a3573cd891dcc979e6dad5d3b70ed3fad6dcff7eef07d1bc01a420fcc99bdf4ff3f489fa2cc02332dcb5ef9ff75eaa7b966ebb9f6d476690e3ffb0090c43b5b08eca5e54ce6cbd9474f81fb4617e672b686bcfc4747c10944cb719eceeddf0f84ffdd81c0ee752bd33f6fa91c58af1036716ad43f7454b237facb9275e28fc09bcf96a60f3d4be7a120da4e6dc5ced47f66d65219526ce6949705a9aff4a501f7789dc6574fb8bb470bad84c67a692eec0f72d18d8a3999b0068052318cfbf62bc765ed080da38badccb5178e6f7fc8105e278eb55e00b304aee3d4a66021ace1142805a0f603210516281bd7575185ba63541578407675b44add8aad022540fbb91faca05de7cf6fc1445db7c24f5c57bab5ffc57cd9827e9d1dbf2557f800e4d60fb3c32917963b87fe9cce2fec165175f080fb8f90063bb3faf93ebf87648b32aca4ea4379d092c6ccf4ed67e60b6075df76a7a6653717076b3617501fddab9495ebf88e551f14cd0972d2ba05f3c2f6cf9d4993b899edb77080d47d1178bedbb0565b8ae8c674edce19b274eb0feff2544235682d60b2f651ab3bd8e8ecb61478f6c5f4534de9e1d9c6ebcf177630bd704cd8640450899a242ada104051a466d7b755e927dc8d12bd79b408b5a73e6d7376badfba06b474dbdcfef41bc66d52ca78b7d9554bbe0dfc40c18da0e561862f787d988e9b1a6838b9d57f989a9b281877d64d0a99fd6c9e064678171be21ddf801edd16a0fa8fdd578f7efeeb0f7ffbf5973ff8d28f8b2f7e03be7df417f477e7eb973f7df9e5e51eae750d2b9d08b6ddc8bfb878c36ab40bbd9b140c680380077a9b6261b1a92060dfebb7bed6119d2c48752cd27591fc5b75fcfefd3f017dffca2f, '2017-09-24 03:41:31'),
(181, 176, 'audit/request', 0x789ced574d8fa3461afe059b9fb0612da1cc646d4381c180652934c66e6bdac601bc338946426528db8c31308027dd19cd61afbb7f618f7bdfc3def69e730ec90fca5b05b83f343dab4994288748dda678bfebfd78aac0061a186f4b636874b6092ef7a4ec8cb0211a6fdf9506128d4e59e1ea545a59443aa3d890447154528d4e415e9f48595d121c9182e98034d801d63e2bab0e88e94627c9429cb4efd45c98a52909ab384b5bca8190bc8793f80d6114196470b8273d90ac8a2c690c1df1750fefc858a4ef9262744ef9ae00d7bd382d49782a48af09a864568c0e6aed9f4a5250d5b48e4102de22fb364e122c287d917bb2c0619c5659b91f71f3b422090704cef1b8171c12032405ea53ceccf3843c279b67712528f2b02fabdc936797fee2aacb25f1817033121eb2a79cb52fb2231154b12ff66584a43e4232e7e12d2ee2468d46a01a1d1c862467e168b0938a5c57c2be3a265d0c7ee210d3ec08d794f2d7eb87d463327a3d16fb7a373ec29e846fc8266f96384f77ddcf85cf195fa3c687b44a5b529082be29e06a5f55b92108e7aa0821a4a5c0c98640ca856d0129276944ad0a655c1181d6008775e29436ee1e49c32c8ad31d238393ddb771dee52202fd53912eb7291ec82738dd9d20444a1e40fa49da5b7b5d92d69176e3882dd4eeb1648b41b78cd9426ad21566d92166dab202edd19a1b839ddd66c441f50b08e966bcf62623ceb13cdbf3e693b1328850a86b44d24834d406430547182964a086231a2b3e25d5781b29871d24f7a8e1443abe226abe558f59f40aa111178465b11d4743242251543411e958436488f468b0d5b65b246fb703a2abbab80995682b4558218aac4baabedd846a2413652349e210f3b229c13f3fbc88e121f2f245094f85922489f98027502917355c59aad9fc64b0e391cd4b435eb7f80b99d7106f4df90b933707bc847c89d7cc052f4e784b89508f8a9953c44f648747d3af79ed82176df83bec6b0ffc10d2b3ba5c35f97995e8fa4651a53d7e9d2a718607f15e7bbd83bdc0e4bcabeb579032cf60beee0cb942671c4946e7456f957d03bd15f52e6eda5103e330532a347fd37ef6751e17848da40443ecef4f5d0ee9dc327b030f0d71a2662892218adc6ce1b7d36fb1e9b76ea75f056f69d62babac80ee8215c3872e773c95154cfd1bc08e88355e0e1ddd035678188bf00698d0bc347db42af0ee88d9d8318bcc4e0d0ae096f57ed5f36f724693067726139a6c8f8b9254e3b53fed692c41343fd9a9aa0de835ce080c8be2ea06466c17a7e7716ff14e01b9881caa223e1d5f5285970dca2590de975ea36c9d698651eb5e516b4f9eb6b1d6c4152ef0f12e5aa3332a5f64d1cd2d0342f06cf76fb64b49725d4188deb52773d7b6fcc0f34d7fedb1f9323a80f00de45efafe2ab8743cffbd58ae340296b35c8291b9b37c04d0b556d0b42e6d2aeebbced5fb505d161bc9f56ae69a133b982f3ddb5abb76e0da5fae6dcff7ee417b1bc01af61698337be9ff3ef09d968105665a96bdf27f7594a70dc1fcb9f6d47669917f31d64be2bd2d04f6d27226f3e5ec8380ff50e9ca5cced650979f85fae7245a8ef36c6eff81fdbf1df6b32bdccaf42f5bd4164e65216ce2d4a87fe85bc956f49715eb0c3081379f2d014c5c5631688876525bb633f59f9b355786129b39856041ea0ffad2907bb24ee3eba7dcfd53847642a3bd3417f67bb1e856c49c4cdc06c80ce3a1feca71d938c2c06862cb73ed85e3dbef5384e5c4b1d60b4096c0759c5a15348435007729c0897024a4c08207d353df3a07d41c83aac003b0aba31dd4a3d80a5000b45ff8c10ac675fee24e9aa8e996f9917ea53bfb5fcc976dd26fb2d317e41a1f01dcfa61763cd7c272e7309fd3f995dd6654193e62fe03a011a711b9eee7fbfc4126db2c832745d3e5611be1f9b859bb0cfe65eaf371f3ec383d9fa2147566a66f3f37bf8263c1b7dda969d9cd25c39acd05d4470f5a6de53abe63d5274d73049da5eed46961fb97cea4a9fcccf6db6881eb7e0527a3dbc05edbcbe85675edce3f7e1fe89cff36f7b2fa41fd7b69d6d81d2bf0ecabe9c7aad273b88ddc9f2fec607ae598b0dd089226aa92385075488fae8aa288ce15bb15a71f7fb782f4fed3e6abbd6550d46097853bd78e16bd31bcbc65e1dffd1650d8a1b0db343b6bb1bc2906207ac368619d0d02587d1cdd9b8e6820be957f1ce99b281814d7330f75fec5b00f00f33636c47bb6217b745b90d51f777ffeec5ffffdfbf7fffbf75f7ce91f8b3f7d07f0fdd97fd00fcea75ffff3934f0e7bb85c362077c6eb7623ffe7ca0edee8507bb72518d271000bf472c6c262a420605ffaf76f8e415090ea54a4eb825dbaa50f7735f87bf713229bdb1e, '2017-09-24 03:41:31');
INSERT INTO `audit_data` (`id`, `entry_id`, `type`, `data`, `created`) VALUES
(182, 177, 'audit/request', 0x789ced57cd6edb46107e82e6115a5600113b95442e294a140503a5294a1662892a49354e108058912b893145d22495d83172e8b57d851e7befa1b7de7beea17da0ce2e49f907718ab468d143015bdaddd9999dfd66e6db11d65047bbceb59ed6584538df90bc31c09aa85dbfcb35246a8dbcc0c52e3792803406a12689e220a71a8d8c5cec485e9c101c908ce9f4a919906c92bc68c0aebed688121f47f59c5af39338267e112671bd724e48dac251f89ad01549d11abb749d81d15618e7c4df65a4551d953315ad816ad55d4eb2165e93b8342f816c9abc0da3080b4a5be40ea6d80fe322c937036e121724e26081b31cee8c43a28724af7bc8e9691a916764f9342c0445eeb5e52e77f0f4c49d9e36b9283c27dc98f8e7c921676cb2644b84aed816db3242521b219973f00a6761a5463de86a0decfb2465eea87093825c16c2a6d8464d0ce7843ea617172ee9ca1797f757b7d1e0e2486cf79be116ee24bc21cbb41ae2345e379f084f985ca5c67b14ff15c94846678a0ca01745aa09c21e70c10758321c2d09f637c22a4b008038a056050a1b6c5c87650c94daeb1689fd2408e3355b8623d66fc3b4c90504f2a2204d6e99dddb1fe178bd0307e97207c027716be134495cfad90c0336e836b7391b749a79c8065205969f24e721d396e9156a73476067bd1c7010fb0c5cba3a5a38c30167198ee93893e191d20990df5789a492a0a7767a0a0e305248a7eb0fa8af78171547ab40395f03b45b1547d2f615e9a6abee36095e2134e03c3fcf5647410f8948141555447dac22d243fda0b352572b24af561dd2eff6c5a5af042b29c00a51e4bed4edaf967e379089b29424b187795997e09fef1d87f025f2f2710edf0a5d922476067cc32a95a24a2a4ba5981f76d63c3279a9c7f70dfe58e655c41b23fe58e7f50e2f2157e2557dca8b43de5002d4a2dbf411e287b2c5a3d10b5e3de64513fece37e5097c0fe0999fcc2b7c5e45fdfe52e94a1b7c112b61823be146bd58c35da06ede95f1cb489e26505db78a57a1c58b24ad71d69a276f20b382d6f1555d68601c2aaa0ba95f259f799986196105294199bb9b5d93437d6e96bc862f1571a2aa2992268adc78ea3223105e031291b40c48c42c895806c06971d2ca8b2483ec82914f7734b9ed2e2fa0e65f0329042cf152c8e71688fcf3231166c008d5a4caa37986d75bcc8a8e5964764a4a806359e6172df72a2d19a673ab2e21c93638cb4971b470472d950144f1497605a92f9f870594e01296f6355ef39702e2bab45efae5cd2200f4a5033ac67eae69a58a4e8d1c1cd69e958b739ce1ed6dce457b6e3d4e82ab1b019cec98f6d7a64d9764c6d93496b6399cd8a6e17a8eabbb0b875593d6009eae28f8c475e7de89e5b8efa564a5da6058b319189958b3f7f3b22c561b17f3b1ad0f4d6f32734c63619b9e6d7eb5301dd7b943ceb5d90578ece96373e6fe37189a82cb1cd30dc39cbbff384fd330b3f36c7364da34747f93ad25f1ce053c736658c3c96cfc41cabeaf74aacfc60b88ca5fe2ed3d8486653d9d98ffb3f7bfc7deacbb9aebee49cdbb901c99b00c63adfca0b39c8de8270bd69e343c67329e0141d82c629010759dd6626be43ed34ba90c21d6534aa282d4eeb4a51e77b088c3cb43eeee3b4033a1d29ee953f3bdfc72b3451f0eed8a9c34edbefedcb2593142b9a8622db3cda9e59aef5384e1d0321653e015cfb6ac5215348405144b2e00a76f09c9b04069b8ec1a3bd41c232acf314eccd2db4e5988f506e040d73c73bd3914ebe4ec164cd4742dfcc873a55bf79f4e6635e857c9ee4b7289b7406d6d3fd9ee6361d813a8cfd1e4d4ac11557a0f98ff00658471402edbe926bd87648d329ca4a87db9577bb87f4216f629439a9ef9b0f9bb0f22659db1ee9acff4e7f028b8a63dd20db36a138cf144406d742fd5e6b6e55a86755a3dd8944cf6bb6ec5696aba27d6b08afcd8746b6f416a3f87d7ceae68afce6574a3bab0271f7f0fb4c7bfc65eee7e50ff0ecc2aeb923cc73c1d7dac2a526f3c772753d31b9d5a3a5c3700d0c4ae2476ba7da9ad00e38922da47ec663bfd5976b3917630355e75e74059833500b75a899abd314cae99fbb7bb79853d0aeb6575b39acbab6000a357829ad6592180d587d9bdca888ae2ebfd0f337de505a3e2b2e621ce7f9bf68160ae434dbc631bd0a3d702547f5f7ffaf8fb9fbef9f5e71f3e77a56fa79ffc02f4fdf847f49bf5d98bef1e3d3adf407b5891dc9eafeb8bfc49d30da7d1a2766e42d0a3e5001668c3c5dc624b9ec77e83dfed063d2f23c52e8b17196b9ba50f67359cf7ee0f7137ba26, '2017-09-24 03:41:32'),
(183, 178, 'audit/request', 0x789ced57cd8edbc8117e82f811b25c01c4da5e496493e28f280c100e4569048f4485a4d63f588068912d891e8aa449ca3b63c387bd6e5e21c7dc73d8dbde73ce2179a05437498d6630b6e15d6c9043801991ddd5555dfd55d5d7456ca081f1be3434a3b34970b9236567840dd178ffa134906874ca0a5787d2ca22d219c586248aa3926a740af2e640caea82e088144c6748cd806497955507560d8d4e92853869c7d45a98a52909ab384bdb992b42f21e4ee2b784ce488ad139e4db028cf6e2b424e1a120bd66ab92a9181dd4aa1e4a52f4f096a4b5790964f3ec5d9c245850fa22f7788ec338adb27237e2666945120e2638c7e35e70480c9014a84f3833cf13f29cac9fc595a0c85a5f56b9c7cf2efcf965974be22bc24d4978953de1ac5d91ed89a08a7db12f2324f51192390f6f7011376ad403d5e8e03024397347879354e4ba1276d53ee962d8270e313db8704d67bebdbe3fbb4f466fcec4feb01befe14cc20f649d37af384fb7dda7c25326d7a9718de2bf210529e8489101f4aaca0d4138022e84004b819335c1e14ed81419009046d4aa50c615d85c67871a36a5f5ba47d2308be274cba6618bedbb38ef721181bca848975b17f7d62738dd1ec0413a3d00f049da5b795d92d67e76e388bda8dd7dc95e06dd32662f52035698655731d396e9115a73676067bb1e7110fb025cba395b79e311e7589eed79b3f19932885038d489a49348d3079a82238c143250c311f5151f92ea6c1329575b8076afe344dabf266abe51f759f41aa111178465b1398b342422515474110db18e888686d160a36f3648de6c0664a80ec575a8441b29c20a51e4a1a40e37eb508d64a2ac2549d4302f9b12fcf3da790c0f9197cf4b782a744a92d81ef084592a458d54966a313f1e6c7964f392c60f2dfe5ce675c45b13fedce4cd012f215fe27573ce8b63de5222d4a3cbcc09e2c7b2c3a3c92b5e3fe7451bfeae76f50ebc06f02c2f960d3eaf93e170ada8d20ebf499538c38378a7bfd9c259a06e3ed4f12b489967505d27c5abd0e24592d179d15b663f406645bdf39bb6d0c03854940aa9df249f7d9dc7056105294199fbbb439743436e91bd85878e38513714c910456e3af7991108af0589487a16246291252c0360b734eb9555564076c15b485774b9fda1aca0e6df0229442cf172c8e71e88c2ab331146c008cda0c9a36581b77bcc8a8e5964766a4a806d59e6573dff26af196670529790643b5c94a43a5bf9939ece00a2f8406d1c0db07201deaa70581dabbc65303865a72daeefc3fa6c0940fabd075ad6716c18b58a559b79fca4355e4f2f7181f7a7bc8b8efc7a9e4537b702d8dbb3ddef6c974ec98cb7693c5d7b3c736dcb0f3cdff4571eab28a3035cddd0f085ef2f830bc7f31fa465a55960398b051899398b87b959169b85abe5d435c776305b78b6b572edc0b5ffbcb23ddfbb43d0add915781c98537be1ff6fb034059739665a96bdf47f77aea66166fbb9f6c47669e87e23634be29d0304f6c272c6b3c5f493b47d5fe9d25c4c5710955fc5dd47082dc77936b3ffcfe0ff3d06671dd6d2f42f5aee150e6521ace3d4a87fe8a8646ff49705eb481a81379b2e80205c16314888b64e5bb133f19f9bb55486109b39255241ea0ffa92c63d5ea5f1f513eeee5d4033a1d15e9873fb417eb95d628ec76e434e86715f7fe9b8ac18a15c74b195b9f6dcf1ed8714e175ec58ab39f04ae03a4ead0a1ac20abac252005edf135260811271dd390ea839465481675dd8b5b783ba10db05c081befdc20f9650acb317273051d3adf00bf7954ece3f9f2d5ad06fb2c39fc835de03b5f5c36c7f8c85e5cea03e27b34bbb4554d13e62fe139411a711b9eee7bbfc1e922dcab093a20f65adf5f07885acdc4b86344dadcf30d2c9a54879676afaf673f3255c0bbeed4e4ccb6e9a056b3a13501fdd4bb6a5ebf88ee55c36d736a593e3aa9348cd6dffc21937b19fda7eeb2f48dd9770dfb90df1b5d98c6e5557eeecd79c041d63d0e22fab9fb470076a9d754b81675f4ebe5415e9b7befbb3b91d4c2e1d130e1c016ca22a89037528f735511545111da376bb9c7e9edd2ea49d4c8b58db3d50e6604dc0493bd1323886c17be6fe6957afb08b61bb6e4ed6f279130e60f546d0523b2b06b0fa71866f72a2a1f976fdc7d9bef182d1715df710e9df4cfd4032ef6343bc631bd0a3c70254ffbdfde3377ffdf9c77ffef2b7af7de9a7f91ffe0114fecddfd1bf9caf5efde5d1a3ab1db4890dd11d39bb3dc8679a6fd88d16b6771b028d160458a04d1736da2ff12060dfe2773bc22028487528d255c1da6749fb646ab12512d50a715e016f34995e0f9a30c4e1bb789f15adb987d786d9817e61537c3e7cf80ff7e6d9c3, '2017-09-24 03:41:33'),
(184, 179, 'audit/request', 0x789ced57cd92a346127e82f523acb12208cf4c48820221010ac52e8d905a312d2123e4193b1c4194a024318d800134ee9e893eec75fd0a3efaeec3def6eeb30fde07daac8252ff787afc17e1d8c376743745556656d697995f16d8443df35d690eccd636c1e59e94ad213665f3dd4d6922d96c9515ae8ea59d45a4358ccd9eac0e4baad12ac8eb2329ab73822352301d9d9a81957d56562d9032cc56928538e1efd45a98a52909ab384bf9cc2521790727f11bc2678e25293a7847d25a4b41666b9ebd8d93044b5a57169ecc7118a75556ee87c22cad4822c084e0ae8497029203a404fda78295e709794136cfe34ad2d44157ed0b4f9e9ffbf38bb690c497449892f0327b2ad8fb223b10a92f77e5ae8a90d245481556788b8bb851a31ef4cd160e439233775438557c00efa4afc9266fd7439ca7bb66f8acfd4c7a367c3d92bb3a151f50a0b6a420057dd33440a7aa7253924ec848211cb4c0c986e0702f6d8b0c8e9446d4ba54c6159100b10a8735141af7a443d2308be274c7a66193dddb386f0b11811056a42d6c8a07f2094e7747f08f4ef700509276d6ab36496b4fdb71c406fdf6a164835ebb8cd940690008b3ec3266daaaa6425c1b7323b0b3db0c85f05814e0d2f568bd1a0f05d75e39abd56c3cd27a110a0d9d283a89067a6fa0e108238df4fae190fa8a8f4935da46dae52e89c3838e13e5f08af4f36dff9045af101a0a415816db5134403292654d979181754406c8887a5b7dbb45ea76db2346df9037a1166d95086b44530da56f6c37613f5289b65114798045d552e04f1c9cc5f09045f5ac84a746a71485ed014f98a5aba85955957a591cf77622724465201ab678a68a3a12ed89786689564f5490af88ba3517e5b1686b11ea50316b82c4b1ea8a68f2a5a89f89b203bf97fb7a077100f02ccf970d3eaf12c3d8687d658f5fa75a9ce15ebcd75fefe02ca835bca9e3579032cfd292dca9338dd61952ccd6cbce32fb1a722bea9c5df3e201e350257d48e726fd9cab3c2e685197a602b9ebef8f6d0119c2227b030f1d09b26e6a8a29cbc274ee3323105e1b5291746cc8bc224b5806c06e69d629abac80ec82514825dac2e158569d82bc81fa8d58e2e590d11d580a2f4732bc1584bf3479b42cf0ee80e98bce2c323b7599c3b62cf7ab8e7f9db33905c8a4225795b4af0e0924d91e1725a9466b7fd2d11940149fec589d0cd40583f30a444f95cbc9460581eb38feaa59ffcaae9f161330cde2983e79ca0dd55a4b5ce0c35d3a4427da3bcba2ebdb05d867e5789f3b1e9d52199dd2d879ce78e639b61fac7ccb5faf9813664b91e5861dcf7d7f199cbb2bffbd6ca93502b6bb58809199bb788432b9e01a7c08aca9b3f0ff377893c2c51cb36cdb59fabf833d69289805cf99381e85f70f73a822df732a7016b63b9e2da61f24d2874a17d662ba06a47f179b9e60b15df7f9ccf93fa7fe799ccaae274bcb3fe76c281dcb42dac4a959ffa36f251bd1ff2c58a7d20e56b3e902cad863118384e0b5c797dd89ffc2aa575508b195536a93946eafab0c8427eb34be7a2adc67679a098df6c29a3bef65815b116b3cf61a0a31cd87fa4bd763050605a3cb7ccd73e6aeefbc4f118663d75ecf812b02cf756b55d090d670f72a25a0c50321059656503dac75d01b9fe77cb67656c066f6b9537bdbab4b910b0053f9ce4b3f5842b9ce5ede81899ae68bbf715fe5cef9e7b30507fd3a3bfe9d5ce103d05537cc0ea758d8de0cea7332bb7038a2dae011f31f208d388dc85537dfe70f90e428c34e9a6ea806f7f044f46bef82d3dc2f72d26d9b52d01d1380b1f705740c8f93126cf666a419507c21d23634b539574d2ddf79617d11cc00596f62d94ed3f2ede94c425df42041979eebbbb67bd1345f4a4127a93bd19d3bfeb93b6ef265eaf8fc8cbfd62f746b6aedcd3863ff4a34fef688c526ae3ca66aff8316ef854f6777a260e55c4c7eab2ad26fcfe2cfe64e30b9702d002482c3cb7d45eef50db53bd065037e4e99702b4ebf976e05e97d85238a4dc4ee0880202fc707c7bea9a98add0deedc3278cbc0f0f28e9dedeec55e639d68b7698ecd1b48134b6823cd02ef252cf7c0eae32da549a8a6af70f9c7db4be305e3fffa64c0007fb8d700abbd8b4df99e6d80b6b9d3fd67f7d74fbffdd73f7efcf7779ff8ca3fe77ff9017ac6a7dfa39fdc8fbffce6a38f2ef70066c3aca726c10ff20bf76fd88d32c9ea3604035a4d6081dec5b0c9bf9b83807d39dfbf28064141aa6391ae0b768356061fcc3b26a250ada6127e4612a01f876fe343567073ef970db323fd70a6f8dcdcfc176a4bb3b3, '2017-09-24 03:41:33'),
(185, 179, 'audit/request', 0x789ced57cd92a346127e82f523acb12208cf4c48820221010ac52e8d905a312d2123e4193b1c4194a024318d800134ee9e893eec75fd0a3efaeec3def6eeb30fde07daac8252ff787afc17e1d8c376743745556656d697995f16d8443df35d690eccd636c1e59e94ad213665f3dd4d6922d96c9515ae8ea59d45a4358ccd9eac0e4baad12ac8eb2329ab73822352301d9d9a81957d56562d9032cc56928538e1efd45a98a52909ab384bf9cc2521790727f11bc2678e25293a7847d25a4b41666b9ebd8d93044b5a57169ecc7118a75556ee87c22cad4822c084e0ae8497029203a404fda78295e709794136cfe34ad2d44157ed0b4f9e9ffbf38bb690c497449892f0327b2ad8fb223b10a92f77e5ae8a90d245481556788b8bb851a31ef4cd160e439233775438557c00efa4afc9266fd7439ca7bb66f8acfd4c7a367c3d92bb3a151f50a0b6a420057dd33440a7aa7253924ec848211cb4c0c986e0702f6d8b0c8e9446d4ba54c6159100b10a8735141af7a443d2308be274c7a66193dddb386f0b11811056a42d6c8a07f2094e7747f08f4ef700509276d6ab36496b4fdb71c406fdf6a164835ebb8cd940690008b3ec3266daaaa6425c1b7323b0b3db0c85f05814e0d2f568bd1a0f05d75e39abd56c3cd27a110a0d9d283a89067a6fa0e108238df4fae190fa8a8f4935da46dae52e89c3838e13e5f08af4f36dff9045af101a0a415816db5134403292654d979181754406c8887a5b7dbb45ea76db2346df9037a1166d95086b44530da56f6c37613f5289b65114798045d552e04f1c9cc5f09045f5ac84a746a71485ed014f98a5aba85955957a591cf77622724465201ab678a68a3a12ed89786689564f5490af88ba3517e5b1686b11ea50316b82c4b1ea8a68f2a5a89f89b203bf97fb7a077100f02ccf970d3eaf12c3d8687d658f5fa75a9ce15ebcd75fefe02ca835bca9e3579032cfd292dca9338dd61952ccd6cbce32fb1a722bea9c5df3e201e350257d48e726fd9cab3c2e685197a602b9ebef8f6d0119c2227b030f1d09b26e6a8a29cbc274ee3323105e1b5291746cc8bc224b5806c06e69d629abac80ec82514825dac2e158569d82bc81fa8d58e2e590d11d580a2f4732bc1584bf3479b42cf0ee80e98bce2c323b7599c3b62cf7ab8e7f9db33905c8a4225795b4af0e0924d91e1725a9466b7fd2d11940149fec589d0cd40583f30a444f95cbc9460581eb38feaa59ffcaae9f161330cde2983e79ca0dd55a4b5ce0c35d3a4427da3bcba2ebdb05d867e5789f3b1e9d52199dd2d879ce78e639b61fac7ccb5faf9813664b91e5861dcf7d7f199cbb2bffbd6ca93502b6bb58809199bb788432b9e01a7c08aca9b3f0ff377893c2c51cb36cdb59fabf833d69289805cf99381e85f70f73a822df732a7016b63b9e2da61f24d2874a17d662ba06a47f179b9e60b15df7f9ccf93fa7fe799ccaae274bcb3fe76c281dcb42dac4a959ffa36f251bd1ff2c58a7d20e56b3e902cad863118384e0b5c797dd89ffc2aa575508b195536a93946eafab0c8427eb34be7a2adc67679a098df6c29a3bef65815b116b3cf61a0a31cd87fa4bd763050605a3cb7ccd73e6aeefbc4f118663d75ecf812b02cf756b55d090d670f72a25a0c50321059656503dac75d01b9fe77cb67656c066f6b9537bdbab4b910b0053f9ce4b3f5842b9ce5ede81899ae68bbf715fe5cef9e7b30507fd3a3bfe9d5ce103d05537cc0ea758d8de0cea7332bb7038a2dae011f31f208d388dc85537dfe70f90e428c34e9a6ea806f7f044f46bef82d3dc2f72d26d9b52d01d1380b1f705740c8f93126cf666a419507c21d23634b539574d2ddf79617d11cc00596f62d94ed3f2ede94c425df42041979eebbbb67bd1345f4a4127a93bd19d3bfeb93b6ef265eaf8fc8cbfd62f746b6aedcd3863ff4a34fef688c526ae3ca66aff8316ef854f6777a260e55c4c7eab2ad26fcfe2cfe64e30b9702d002482c3cb7d45eef50db53bd065037e4e99702b4ebf976e05e97d85238a4dc4ee0880202fc707c7bea9a98add0deedc3278cbc0f0f28e9dedeec55e639d68b7698ecd1b48134b6823cd02ef252cf7c0eae32da549a8a6af70f9c7db4be305e3fffa64c0007fb8d700abbd8b4df99e6d80b6b9d3fd67f7d74fbffdd73f7efcf7779ff8ca3fe77ff9017ac6a7dfa39fdc8fbffce6a38f2ef70066c3aca726c10ff20bf76fd88d32c9ea3604035a4d6081dec5b0c9bf9b83807d39dfbf28064141aa6391ae0b768356061fcc3b26a250ada6127e4612a01f876fe343567073ef970db323fd70a6f8dcdcfc176a4bb3b3, '2017-09-24 03:41:33');
-- --------------------------------------------------------
--
-- Table structure for table `audit_entry`
--
CREATE TABLE `audit_entry` (
`id` int(11) NOT NULL,
`created` datetime NOT NULL,
`user_id` int(11) DEFAULT '0',
`duration` float DEFAULT NULL,
`ip` varchar(45) DEFAULT NULL,
`request_method` varchar(16) DEFAULT NULL,
`ajax` int(1) NOT NULL DEFAULT '0',
`route` varchar(255) DEFAULT NULL,
`memory_max` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `audit_entry`
--
INSERT INTO `audit_entry` (`id`, `created`, `user_id`, `duration`, `ip`, `request_method`, `ajax`, `route`, `memory_max`) VALUES
(1, '2017-09-23 18:35:53', 2, 0.0541999, '::1', 'GET', 0, 'order/process', 10450608),
(2, '2017-09-23 18:35:58', 2, 0.0911419, '::1', 'GET', 0, 'manage-table/index', 12526592),
(3, '2017-09-23 18:36:02', 2, 0.053308, '::1', 'POST', 0, 'order/create', 9875160),
(4, '2017-09-23 18:36:02', 2, 0.0929189, '::1', 'GET', 0, 'manage-table/index', 12742256),
(5, '2017-09-23 18:36:19', 2, 0.076287, '::1', 'GET', 0, 'user/settings/profile', 11054600),
(6, '2017-09-23 18:36:21', 2, 0.0558031, '::1', 'GET', 0, 'user/settings/account', 11078488),
(7, '2017-09-23 18:36:27', 2, 0.0548429, '::1', 'POST', 1, 'user/settings/account', 10095360),
(8, '2017-09-23 18:37:32', 2, 0.087332, '::1', 'GET', 0, 'orders/index', 14937128),
(9, '2017-09-23 18:37:47', 2, 0.0637841, '::1', 'GET', 0, 'orders/update', 10932104),
(10, '2017-09-23 18:37:56', 2, 0.057698, '::1', 'GET', 0, 'orders/view', 10481200),
(11, '2017-09-23 18:37:59', 2, NULL, '::1', 'GET', 0, 'order/print', NULL),
(12, '2017-09-23 18:38:45', 2, 0.0541861, '::1', 'GET', 0, 'orders/view', 10479448),
(13, '2017-09-23 18:38:49', 2, 0.0899701, '::1', 'GET', 0, 'manage-table/index', 12589744),
(14, '2017-09-23 18:38:53', 2, 0.0797698, '::1', 'GET', 0, 'orders/index', 14189552),
(15, '2017-09-23 18:38:57', 2, 0.0432019, '::1', 'GET', 0, 'orders/update', 8982280),
(16, '2017-09-23 18:38:57', 2, 0.0740929, '::1', 'GET', 0, 'orders/index', 14324880),
(17, '2017-09-23 18:39:00', 2, 0.0529649, '::1', 'GET', 0, 'orders/view', 10478896),
(18, '2017-09-23 18:39:08', 2, 0.0421169, '::1', 'GET', 0, 'orders/update', 8982280),
(19, '2017-09-23 18:39:08', 2, 0.0753191, '::1', 'GET', 0, 'orders/index', 14324248),
(20, '2017-09-23 18:39:30', 2, 0.045074, '::1', 'POST', 0, 'user/security/logout', 8945512),
(21, '2017-09-23 18:39:30', NULL, 0.0384028, '::1', 'GET', 0, 'site/index', 8654544),
(22, '2017-09-23 18:39:30', NULL, 0.048893, '::1', 'GET', 0, 'user/security/login', 10631424),
(23, '2017-09-23 18:39:36', NULL, 0.107103, '::1', 'POST', 1, 'user/security/login', 9482912),
(24, '2017-09-23 18:39:36', 1, 0.107817, '::1', 'POST', 0, 'user/security/login', 9258760),
(25, '2017-09-23 18:39:36', 1, 0.052125, '::1', 'GET', 0, 'site/index', 9989080),
(26, '2017-09-23 18:39:43', 1, 0.087548, '::1', 'GET', 0, 'user/admin/index', 14467840),
(27, '2017-09-23 18:40:17', 1, 0.0687449, '::1', 'GET', 0, 'setting/index', 11606216),
(28, '2017-09-23 18:40:21', 1, 0.0538099, '::1', 'GET', 0, 'setting/update', 10884856),
(29, '2017-09-23 18:40:23', 1, 0.0590811, '::1', 'GET', 0, 'setting/index', 11606632),
(30, '2017-09-23 18:40:46', 1, 0.0697539, '::1', 'GET', 0, 'setting/update', 10884528),
(31, '2017-09-23 18:40:48', 1, 0.0463591, '::1', 'POST', 0, 'setting/update', 9331040),
(32, '2017-09-23 18:40:48', 1, 0.0559101, '::1', 'GET', 0, 'setting/view', 10472848),
(33, '2017-09-23 18:40:51', 1, 0.0590191, '::1', 'GET', 0, 'setting/index', 11606632),
(34, '2017-09-23 18:41:41', 1, 0.0480042, '::1', 'POST', 0, 'audit/js-log/index', 9274968),
(35, '2017-09-23 18:41:41', 1, 0.045517, '::1', 'POST', 0, 'audit/js-log/index', 9274144),
(36, '2017-09-23 18:41:49', 1, 0.0664339, '::1', 'POST', 0, 'audit/js-log/index', 9273936),
(37, '2017-09-23 18:41:49', 1, 0.0711639, '::1', 'POST', 0, 'audit/js-log/index', 9274704),
(38, '2017-09-23 18:42:30', 1, 0.051069, '::1', 'POST', 0, 'audit/js-log/index', 9273936),
(39, '2017-09-23 18:42:30', 1, 0.0427501, '::1', 'POST', 0, 'audit/js-log/index', 9274704),
(40, '2017-09-23 18:42:36', 1, 0.065572, '::1', 'POST', 0, 'audit/js-log/index', 9274472),
(41, '2017-09-23 18:42:36', 1, 0.056335, '::1', 'POST', 0, 'audit/js-log/index', 9273584),
(42, '2017-09-23 18:42:57', 1, 0.0638981, '::1', 'POST', 0, 'audit/js-log/index', 9274448),
(43, '2017-09-23 18:42:57', 1, 0.073458, '::1', 'POST', 0, 'audit/js-log/index', 9273664),
(44, '2017-09-23 18:43:13', 1, 0.050808, '::1', 'GET', 0, 'site/index', 10147592),
(45, '2017-09-23 18:43:18', 1, 0.059284, '::1', 'GET', 0, 'category/index', 11361560),
(46, '2017-09-23 18:43:22', 1, 0.054605, '::1', 'GET', 0, 'category/create', 10877480),
(47, '2017-09-23 18:43:28', 1, 0.0492499, '::1', 'POST', 0, 'category/create', 9436504),
(48, '2017-09-23 18:43:28', 1, 0.051234, '::1', 'GET', 0, 'category/view', 10480976),
(49, '2017-09-23 18:43:33', 1, 0.055403, '::1', 'GET', 0, 'item/index', 11477608),
(50, '2017-09-23 18:43:34', 1, 0.055198, '::1', 'GET', 0, 'item/create', 11016944),
(51, '2017-09-23 18:43:49', 1, 0.049232, '::1', 'POST', 0, 'item/create', 9447544),
(52, '2017-09-23 18:43:49', 1, 0.05141, '::1', 'GET', 0, 'item/view', 10487080),
(53, '2017-09-23 18:43:57', 1, 0.101272, '::1', 'GET', 0, 'manage-table/index', 12628408),
(54, '2017-09-23 18:44:01', 1, 0.0468869, '::1', 'POST', 1, 'order/category-item', 9039368),
(55, '2017-09-23 18:44:14', 1, 0.0539579, '::1', 'POST', 0, 'order/add-item', 10131680),
(56, '2017-09-23 18:44:14', 1, 0.0941141, '::1', 'GET', 0, 'manage-table/index', 12767488),
(57, '2017-09-23 18:44:25', 1, 0.0552351, '::1', 'GET', 0, 'order/process', 10624664),
(58, '2017-09-23 18:45:27', 1, 0.0773151, '::1', 'GET', 0, 'orders/index', 14187904),
(59, '2017-09-23 18:45:30', 1, 0.055501, '::1', 'GET', 0, 'orders/view', 10481672),
(60, '2017-09-23 18:45:35', 1, 0.0542209, '::1', 'GET', 0, 'orders/update', 10931312),
(61, '2017-09-23 18:45:45', 1, 0.048414, '::1', 'POST', 0, 'orders/update', 9487792),
(62, '2017-09-23 18:45:45', 1, 0.0486889, '::1', 'GET', 0, 'orders/view', 10481200),
(63, '2017-09-23 18:45:49', 1, 0.0786359, '::1', 'GET', 0, 'orders/index', 14184448),
(64, '2017-09-23 18:45:54', 1, 0.055202, '::1', 'GET', 0, 'orders/update', 10931576),
(65, '2017-09-23 18:45:58', 1, 0.0930891, '::1', 'GET', 0, 'manage-table/index', 12625648),
(66, '2017-09-23 18:45:59', 1, 0.0500848, '::1', 'GET', 0, 'site/index', 9987408),
(67, '2017-09-23 18:46:00', 1, 0.0937932, '::1', 'GET', 0, 'manage-table/index', 12627272),
(68, '2017-09-23 18:46:17', 1, 0.0592189, '::1', 'POST', 0, 'order/create', 9876928),
(69, '2017-09-23 18:46:17', 1, 0.0966721, '::1', 'GET', 0, 'manage-table/index', 12867176),
(70, '2017-09-23 18:46:26', 1, 0.0491419, '::1', 'POST', 0, 'order/create', 9875872),
(71, '2017-09-23 18:46:26', 1, 0.0947888, '::1', 'GET', 0, 'manage-table/index', 12963616),
(72, '2017-09-23 18:46:41', 1, 0.0449181, '::1', 'POST', 1, 'order/category-item', 9040392),
(73, '2017-09-23 18:46:52', 1, 0.0535738, '::1', 'POST', 0, 'order/add-item', 10132456),
(74, '2017-09-23 18:46:52', 1, 0.09603, '::1', 'GET', 0, 'manage-table/index', 12964120),
(75, '2017-09-23 18:47:08', 1, 0.054883, '::1', 'GET', 0, 'order/process', 10624384),
(76, '2017-09-23 18:47:36', 1, 0.057955, '::1', 'GET', 0, 'setting/index', 11608048),
(77, '2017-09-23 18:47:38', 1, 0.0560501, '::1', 'GET', 0, 'setting/update', 10885312),
(78, '2017-09-23 18:47:42', 1, 0.048167, '::1', 'POST', 0, 'setting/update', 9465952),
(79, '2017-09-23 18:47:42', 1, 0.0500269, '::1', 'GET', 0, 'setting/view', 10472936),
(80, '2017-09-23 18:47:45', 1, 0.0610158, '::1', 'GET', 0, 'setting/index', 11606688),
(81, '2017-09-23 18:48:42', 1, 0.096776, '::1', 'GET', 0, 'manage-table/index', 12826352),
(82, '2017-09-23 18:48:46', 1, 0.0469511, '::1', 'POST', 1, 'order/category-item', 9040480),
(83, '2017-09-23 18:48:53', 1, 0.0617728, '::1', 'POST', 0, 'order/add-item', 10131376),
(84, '2017-09-23 18:48:53', 1, 0.105018, '::1', 'GET', 0, 'manage-table/index', 12964120),
(85, '2017-09-23 18:48:57', 1, 0.0558031, '::1', 'GET', 0, 'order/process', 10691312),
(86, '2017-09-23 18:49:23', 1, 0.0605881, '::1', 'GET', 0, 'setting/update', 10886184),
(87, '2017-09-23 18:49:28', 1, 0.0506949, '::1', 'POST', 0, 'setting/update', 9466096),
(88, '2017-09-23 18:49:28', 1, 0.0541799, '::1', 'GET', 0, 'setting/view', 10473280),
(89, '2017-09-23 18:49:32', 1, 0.0610991, '::1', 'GET', 0, 'setting/index', 11606632),
(90, '2017-09-23 18:49:43', 1, 0.101224, '::1', 'GET', 0, 'manage-table/index', 12826144),
(91, '2017-09-23 18:49:47', 1, 0.0430491, '::1', 'POST', 1, 'order/category-item', 9038888),
(92, '2017-09-23 18:49:53', 1, 0.0548069, '::1', 'POST', 0, 'order/add-item', 10131456),
(93, '2017-09-23 18:49:53', 1, 0.106662, '::1', 'GET', 0, 'manage-table/index', 12964840),
(94, '2017-09-23 18:49:56', 1, 0.0561831, '::1', 'GET', 0, 'order/process', 10733352),
(95, '2017-09-23 18:50:17', 1, 0.0548551, '::1', 'GET', 0, 'setting/update', 10884544),
(96, '2017-09-23 18:50:24', 1, 0.0500832, '::1', 'POST', 0, 'setting/update', 9467048),
(97, '2017-09-23 18:50:24', 1, 0.0502009, '::1', 'GET', 0, 'setting/view', 10472848),
(98, '2017-09-23 18:50:27', 1, 0.0627799, '::1', 'GET', 0, 'order/edit', 11972032),
(99, '2017-09-23 18:50:33', 1, 0.060482, '::1', 'GET', 0, 'order/process', 10733696),
(100, '2017-09-23 18:50:34', 1, 0.0997541, '::1', 'GET', 0, 'manage-table/index', 12824288),
(101, '2017-09-23 18:50:38', 1, 0.0431399, '::1', 'POST', 1, 'order/category-item', 9038944),
(102, '2017-09-23 18:50:43', 1, 0.0590472, '::1', 'POST', 0, 'order/add-item', 10148880),
(103, '2017-09-23 18:51:14', 1, 0.058012, '::1', 'GET', 0, 'setting/index', 11608048),
(104, '2017-09-23 18:51:27', 1, 0.0541801, '::1', 'GET', 0, 'setting/create', 10877792),
(105, '2017-09-23 18:52:00', 1, 0.0687139, '::1', 'GET', 0, 'setting/index', 11606216),
(106, '2017-09-23 18:52:11', 1, 0.04427, '::1', 'POST', 0, 'setting/delete', 8982752),
(107, '2017-09-23 18:52:11', 1, 0.0576401, '::1', 'GET', 0, 'setting/index', 11644144),
(108, '2017-09-23 18:52:20', 1, 0.0518341, '::1', 'GET', 0, 'setting/update', 10885064),
(109, '2017-09-23 18:52:24', 1, 0.0573409, '::1', 'GET', 0, 'setting/index', 11606736),
(110, '2017-09-23 18:52:42', 1, 0.058465, '::1', 'GET', 0, 'setting/create', 10876336),
(111, '2017-09-23 18:52:49', 1, 0.0478091, '::1', 'POST', 0, 'setting/create', 9448592),
(112, '2017-09-23 18:52:49', 1, 0.052422, '::1', 'GET', 0, 'setting/view', 10473464),
(113, '2017-09-23 18:52:52', 1, 0.0579031, '::1', 'GET', 0, 'setting/index', 11616360),
(114, '2017-09-23 18:52:53', 1, 0.0575829, '::1', 'GET', 0, 'setting/create', 10876976),
(115, '2017-09-23 18:56:07', 1, 0.061595, '::1', 'GET', 0, 'setting/index', 11616784),
(116, '2017-09-23 18:56:52', 1, 0.0450299, '::1', 'POST', 0, 'setting/delete', 8982632),
(117, '2017-09-23 18:56:52', 1, 0.056922, '::1', 'GET', 0, 'setting/index', 11655280),
(118, '2017-09-23 19:01:03', 1, 0.0569639, '::1', 'GET', 0, 'setting/index', 11606824),
(119, '2017-09-23 19:01:07', 1, 0.047518, '::1', 'POST', 0, 'setting/delete', 8982072),
(120, '2017-09-23 19:01:07', 1, 0.056566, '::1', 'GET', 0, 'setting/index', 11646472),
(121, '2017-09-23 19:01:14', 1, 0.097569, '::1', 'GET', 0, 'manage-table/index', 12825824),
(122, '2017-09-23 19:01:19', 1, 0.0543599, '::1', 'POST', 0, 'order/add-item', 10131488),
(123, '2017-09-23 19:01:19', 1, 0.103742, '::1', 'GET', 0, 'manage-table/index', 12963160),
(124, '2017-09-23 19:01:23', 1, 0.0585439, '::1', 'GET', 0, 'order/process', 10777864),
(125, '2017-09-23 19:01:32', 1, 0.0609078, '::1', 'GET', 0, 'setting/update', 10885768),
(126, '2017-09-23 19:01:36', 1, 0.0472651, '::1', 'POST', 0, 'setting/update', 9466760),
(127, '2017-09-23 19:01:36', 1, 0.0547009, '::1', 'GET', 0, 'setting/view', 10472376),
(128, '2017-09-23 19:01:40', 1, 0.0991719, '::1', 'GET', 0, 'manage-table/index', 12825768),
(129, '2017-09-23 19:01:48', 1, 0.061553, '::1', 'POST', 0, 'order/add-item', 10131360),
(130, '2017-09-23 19:01:48', 1, 0.0978491, '::1', 'GET', 0, 'manage-table/index', 12964432),
(131, '2017-09-23 19:01:51', 1, 0.059025, '::1', 'GET', 0, 'order/process', 10820328),
(132, '2017-09-23 19:04:28', 1, 0.0970831, '::1', 'GET', 0, 'manage-table/index', 12824096),
(133, '2017-09-23 19:04:34', 1, 0.054496, '::1', 'POST', 0, 'order/add-item', 10130208),
(134, '2017-09-23 19:04:34', 1, 0.098057, '::1', 'GET', 0, 'manage-table/index', 12963920),
(135, '2017-09-24 00:38:02', 1, 0.105476, '::1', 'GET', 0, 'manage-table/index', 12825968),
(136, '2017-09-24 00:38:13', 1, 0.062413, '::1', 'POST', 0, 'order/add-item', 10131600),
(137, '2017-09-24 00:38:13', 1, 0.0957789, '::1', 'GET', 0, 'manage-table/index', 12964928),
(138, '2017-09-24 00:38:33', 1, 0.069927, '::1', 'GET', 0, 'order/process', 10906544),
(139, '2017-09-24 00:41:28', 1, 0.103237, '::1', 'GET', 0, 'manage-table/index', 12825768),
(140, '2017-09-24 00:41:37', 1, 0.0606718, '::1', 'POST', 0, 'order/add-item', 10130816),
(141, '2017-09-24 00:41:37', 1, 0.0960009, '::1', 'GET', 0, 'manage-table/index', 12964928),
(142, '2017-09-24 00:41:45', 1, 0.067137, '::1', 'GET', 0, 'order/process', 10950960),
(143, '2017-09-24 00:43:10', 1, 0.097996, '::1', 'GET', 0, 'manage-table/index', 12825088),
(144, '2017-09-24 00:43:19', 1, NULL, '::1', 'POST', 0, 'order/add-item', NULL),
(145, '2017-09-24 00:44:07', 1, 0.09816, '::1', 'GET', 0, 'manage-table/index', 12824016),
(146, '2017-09-24 00:44:11', 1, NULL, '::1', 'POST', 0, 'order/add-item', NULL),
(147, '2017-09-24 00:44:29', 1, 0.0966048, '::1', 'GET', 0, 'manage-table/index', 12824016),
(148, '2017-09-24 00:44:32', 1, 0.05513, '::1', 'POST', 0, 'order/add-item', 10163920),
(149, '2017-09-24 00:44:32', 1, 0.0978742, '::1', 'GET', 0, 'manage-table/index', 12964928),
(150, '2017-09-24 00:44:35', 1, 0.0601048, '::1', 'GET', 0, 'order/process', 10993968),
(151, '2017-09-24 00:44:49', 1, NULL, '::1', 'GET', 0, 'order/print', NULL),
(152, '2017-09-24 00:49:15', 1, 0.0627692, '::1', 'GET', 0, 'order/process', 10992984),
(153, '2017-09-24 00:49:19', 1, 0.104326, '::1', 'GET', 0, 'manage-table/index', 12726280),
(154, '2017-09-24 00:49:24', 1, 0.084698, '::1', 'GET', 0, 'orders/index', 14263096),
(155, '2017-09-24 00:49:27', 1, 0.051506, '::1', 'GET', 0, 'orders/view', 10480464),
(156, '2017-09-24 00:49:32', 1, 0.0458491, '::1', 'GET', 0, 'orders/update', 8983096),
(157, '2017-09-24 00:49:32', 1, 0.080333, '::1', 'GET', 0, 'orders/index', 14402304),
(158, '2017-09-24 00:49:36', 1, 0.0840669, '::1', 'GET', 0, 'orders/index', 14260184),
(159, '2017-09-24 00:49:38', 1, 0.0434921, '::1', 'GET', 0, 'orders/update', 8983624),
(160, '2017-09-24 00:49:38', 1, 0.080724, '::1', 'GET', 0, 'orders/index', 14406208),
(161, '2017-09-24 00:49:41', 1, 0.053879, '::1', 'GET', 0, 'orders/view', 10480208),
(162, '2017-09-24 00:49:43', 1, NULL, '::1', 'GET', 0, 'order/print', NULL),
(163, '2017-09-24 00:49:47', 1, 0.052212, '::1', 'GET', 0, 'orders/view', 10480208),
(164, '2017-09-24 00:49:47', 1, 0.0856371, '::1', 'GET', 0, 'orders/index', 14260184),
(165, '2017-09-24 00:49:51', 1, 0.0564899, '::1', 'GET', 0, 'orders/view', 10481120),
(166, '2017-09-24 00:49:54', 1, NULL, '::1', 'GET', 0, 'order/print', NULL),
(167, '2017-09-24 03:40:52', 1, 0.116894, '::1', 'GET', 0, 'orders/view', 10479944),
(168, '2017-09-24 03:40:54', 1, 0.050441, '::1', 'GET', 0, 'site/index', 9986976),
(169, '2017-09-24 03:40:56', 1, 0.115214, '::1', 'GET', 0, 'manage-table/index', 12726464),
(170, '2017-09-24 03:41:17', 1, 0.0488319, '::1', 'GET', 0, 'site/about', 9445320),
(171, '2017-09-24 03:41:22', 1, 0.047534, '::1', 'GET', 0, 'site/contact', 9445528),
(172, '2017-09-24 03:41:24', 1, 0.0483079, '::1', 'GET', 0, 'site/about', 9445360),
(173, '2017-09-24 03:41:25', 1, 0.0449572, '::1', 'GET', 0, 'site/contact', 9445528),
(174, '2017-09-24 03:41:31', 1, 0.049726, '::1', 'POST', 0, 'user/security/logout', 8944544),
(175, '2017-09-24 03:41:31', NULL, 0.038713, '::1', 'GET', 0, 'site/index', 8653136),
(176, '2017-09-24 03:41:31', NULL, 0.052948, '::1', 'GET', 0, 'user/security/login', 10629192),
(177, '2017-09-24 03:41:32', NULL, 0.053936, '::1', 'GET', 0, 'site/about', 9749120),
(178, '2017-09-24 03:41:33', NULL, 0.0598011, '::1', 'GET', 0, 'site/contact', 10783784),
(179, '2017-09-24 03:41:33', NULL, 0.054384, '::1', 'GET', 0, 'site/captcha', 9366016);
-- --------------------------------------------------------
--
-- Table structure for table `audit_error`
--
CREATE TABLE `audit_error` (
`id` int(11) NOT NULL,
`entry_id` int(11) NOT NULL,
`created` datetime NOT NULL,
`message` text NOT NULL,
`code` int(11) DEFAULT '0',
`file` varchar(512) DEFAULT NULL,
`line` int(11) DEFAULT NULL,
`trace` blob,
`hash` varchar(32) DEFAULT NULL,
`emailed` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `audit_error`
--
INSERT INTO `audit_error` (`id`, `entry_id`, `created`, `message`, `code`, `file`, `line`, `trace`, `hash`, `emailed`) VALUES
(1, 102, '2017-09-23 18:50:43', 'Trying to get property of non-object', 8, '/Users/chameera/Sites/centralbeach/frontend/controllers/OrderController.php', 180, 0x789cb557db6ee33610fd15434fdd07d7b61c5fc200050c63b79bb649da4dd2ed83018396689b0d4d6a492a1b21c8bf7786a264c95252bbbbf58b255e66ce9c3933a4289992674efa17948cc9b32167245873c1820b43262312f4ee0dd3a6176de98e314d7bb7dc327865d26a2a568c46dbde5a2b69998c7b11fc6b25046eb8d131d3f372e0c7649ba049b02eb804eb9c0ca67d189882bb5446962b89f3830109b654c682bdd75a691c021091a0c6e07308d319e78b15356ce1567c748bb5b76db3c4210f49d0fdc98f51bd81bd14ecb8303999a273981b8e4970a7332e371dab3a1b663b895609d336eba875472ad955abbf5964116cf87fd0c1c9d0f3c0c919201c22ffe064a76226822221c090c2dd4b1e3b864810bae490007ceff6a3031fafa6d671d02701fe0d49f0c566d5356030e62652a974a1f57363cbe59e65b0b2a2d10304b17058ccc2e1bf047fc1c58b21e798a424c93eaa5423ce33c4099c23160cc5797d60b9d762f1720bab977bcf2ed4472a52e6c18d822692b081e496590b297338066105c89cda2696c95b5822606aa374d68265702216f8a1a8f629ab891a1050f7368be39cc4baac5189856c1615d92c0e647384cafbe4f9a55ec42448e583545fe541fdf52f5e50d79eb1ea8ef1513a7f04b04af7a01c8d5a5bfc0f7b5897bd4b892e662ee096ba1f4d9a651f8258232ac43205b74b9c5952ad6976105c5874aaf261eab20dbb99a42bc1e646afffa482c734b7bc72858e32c9f9ff9d6abaabf0e475e2b2e18a0c9fc7ae0253248362c779ce2dc46c4d53613fa934af2fc06578fe3845f436dace0494ed357ac478ea6983e537ae9dfc704ca6df1572ddafb98654988446ac20accd8e072661adb300cf57596796248247b4601b240189d5861555787ff7a13bf581082a3729dd303fc564f7feb63065a06a22f6db2b2bc6b839037a3c881de5b2d8a9d9979419cbe2923e1c7594f7681c77b9af8ac1a8b276b6d7c779c95ed9feab327bd7d85b64da419c155ac2bcb02720cdc0a6c62c385929650d683c399c8367635d67c5ae9dd7b4503466f195d34ac318b091b4622835e7649924dd228f07dabbf65ef6d9bd6ac2aab728140cf2f395ad16b59cbfe4a6bc84f7bc82292e63f67490beebfc95fa75be45eccbe88ad9ad8a5f6d6d658420a75a72bf4b551c74e5ea8da02a0917747dedf16df625bf21b444e7db3cb60f6cf9c3b66bd3d9b7f5cfb76f4da371cbad0970ea547ee6765bd3fd312cfdeb8932287a6d11f3595bccfd6f8b392fa2b6d3221c36e33d77e1d664dca80117ea4947a73f540e645bcff7e8fbe61b0ab55729d4b67cf7c313e31f55e2bff2bde4f8d8dbda729d82f17fff527835fd6f73306cfd5218165f0a9ff29eff9a101acdf078c59f1f73bbc0431a265ce1790c4b1c283b1e3ccf957ae0ccdb76a16cad4d6ea4c8722bd89fc75537c586dc055e3dfd9c1b6fb9e2b8ab427deed7fcd23b84cdf30fe2ee8fa7c7fb9fadd96e2e533e7de8f3f524bc91d79fc52fefffe2c5a7d7ce35f632146c9fbbb2d74fdc8966dc2da3b8401d9c3fa33de565569c68262da2194d4efb9ec26271a755ebc764532179536cb4c27ea53e4ed3455e01ff00ad9a0139, '8T0TnN', 0),
(2, 170, '2017-09-24 03:41:17', 'You are not allowed to perform this action.', 0, '/Users/chameera/Sites/centralbeach/vendor/yiisoft/yii2/filters/AccessControl.php', 154, 0x789ced5beb6fe24610ff572a3ef554a56083813852258492eada4bd2e6d1f603125aec05dc2cb6eb5d5f4011ff7b6776d7ef4d8e708f5e75fe14f0cece7b7eb3b338c4b52cf729707b67c41dba4fdc1db89d65c068e78cbbe39edbe9de739af0aeb7261b4a13d2bd0d0485af341409610b4abc75f73d0dfd28e9ee8280474b817fed2eb010b86fe27994f36904e411fb315ec7c81744b0200411816bf547280864a6a1278228c4750be4fa34dca9cdf8c4713b1e23eab30d5f40c64c8b98554468f662174b0b6cb773f2937e469215ec276e6eaee5a0bd56dfed04204d0462372dcbf0e983488274334bc103b34de453c667e80da92210d0902c189da4227a17ad02d07ce15a678aa15aba05bda4496a01ac6448789fb0921e200cdd8c42ba9c7a69027a749962b8076e83927a51f41050dc6beb4885101554e7d4edcc33aa8e12b51622be0ed94e49474e16f82015ebbb6043a35474ceaeb4b24439704dbd07344e3e068664c123960a34b0b6c7918ca21b1ad2c74c2765e20895fd8d2464a39d3e07b5a4bf8615e139c91849e8360e1215af81516e4e8e6ce6f38ce23cdf875e4aa84813746e416d2175fe5c0ad0f6c6020374437d60e0893b4817aefdaa6202f60bba15ddb5d83099a7b8171d18c72cf008666a778b8b3f6c91602f4d9fcff324b56c95a48f74a17366bfdf239b66958d864757d982700a2586da5cc86a3054d8c831141868b7a0cb28a193fcd96729b181ac301b7d8e722ea958477e161af56cb290892519a95cc1f4ca1e2214784a2e432f1230e549958caab1294f967f1016f844944aad102993412ad5739ff62529a02e072fe34708009477ca54695999ce3e5d9294891b5085d676803f2109bcf584315d13353d811a32ed7af13764d7f7cb0456207cb38282cf30c4d3fcfb9b8eaeba82e40a7281c7c4535e06fe26365aaf0c07b00e2e77df4d8a2ceda8aa84cc4a3815dabdf7771727636d0723e12a252baa976878727f9bb1e2519a78f4dd331443dcbcd38102ea0d09c2a218ff492917d4cfbd871e42f7758bd83a25ba2211edd3dc71988398e3b3b721a6b3a279d3d89bc5380b04142e0d1179b3de314912b2d338b98822c1a1ace2fa1a7ce6820859347d0d8d2c223ef52f6572349881fdb1965c5dc8734ca6611c9f6491ab255b06c0453c2f9b6ad570e5b4c0954a94f78a95ced94a5907a14fb7b5805da9af44d37d864a3daa02aac622e01a53c000b87dc75c203529869d2f4941ccb633cc7e164415f63640b4ccb70cd2af015089769f37504743ea33496f0656201855eaba96c1aaaa8fcfe00371e34b248dd42ba11cac506ae2a9884b8f66ce2c43b6a117c37e0e2ab50daf6d786dc36b1bdea768786b12fa8c4a00eaa9ec050021393e9595e835fad6390c1f02db617570713b69f810468f616de4e89ded31a3b48fcb3bfa1f37ea4ca34d1c85406a98739c8169d019206e3136c7f17a8e2bb5466b678dd6ae745ca048b982dffff496a05a19a6bb801a453be37f60c67f116b9a437bd618c3dd14d26841bc87027513c03428b465b0d247b6daf9cf360dd1371208f7923451204bdc7e76edd0ef555a4173eb9bec32e2304afb404a55d891bc2ed24849b7e8c1e21c01fa42a5b707c6630f8c2f5fa9ec83dc67d599425f1ab573c0571ad6760e68e780760e68e7806f6b0e80ae3430fd9431f8d8f37da6aee1806f8fecb3c6011f5486e3f76ad5bc7eb3c625f5f3c141f37ce9ee2dff0da889c86d2f6e7b71db8bdb5edcf6e2b6177f4dbdd831f5e2e3efda20ae2fb7626b3868b6e20fbd5490658d6ec89520b5af13b448de22798be4ff57247fc5eb04c32f3d3759ce31603d2e12a3c5ea16ab5bac6eb1fadbc3ea9109ab8f7f295e62b5ca28d30fd876bf89d3a7f82b61f8a90fd4f91557114575b5854089868f3f6d93c281a294b2a626d5b35f69bc5332fe32bfd03af86eaf064955f34f4de63b1ff99af68bf6f7c73d4393ee6733e28dc2bbe732a0010987b7e9d3437a2a362758c87f74071de6f8202f7ef85cfc7382a55f966cfe07c2b02ca6fa5601fe5aaed7e4734363972db2baf62b9540d987cdd30b76f7fbf6fdfdcf82af576fd360fcd00b9623fb3abcfa93fd72fe579001da46c25b6e0a02c22647bc91c4752ebb6b766ca8a1b053b83c8f8a7ab7dff42f34cee8a0acc9e04b568a046d538d8c9b29d2972552cf8bea75c1ab124395c0bf31d94079, '8tQtNk', 0),
(3, 171, '2017-09-24 03:41:22', 'You are not allowed to perform this action.', 0, '/Users/chameera/Sites/centralbeach/vendor/yiisoft/yii2/filters/AccessControl.php', 154, 0x789ced5beb6fdb3610ff57067f5a3064b624cb7614604060b443b726ddd264db0703062dd3b6165ad244aab511f87fdf1d1f7a3269e23ed6a1fa14473cdefb7ec7a36512384e701f058373128c827b1e0c83de2a62b477ce83c920e8f56f39cd783fdc902da519e9bf8d04857f692c32c21694849bfe3b1a2f93acbf8f229eac04fe75fbc042e0be8b30a49c4f13204fd88fe92645be20824531888802c71ba3209099c7a1889218d71d90bba4f15e6dc6277ed00b19519f5df80764ccb488594d84662ff6a9b4c00d7aa73fe967245bc37e1214e63a3edaeb78412f02692212fb6955c692de892ccab7b31c3c30db264bcaf80cbd215504021a9305a317b9485e27eb08345f04ceb962a896de825ed224b500563224bccd58450f10866e46217d4ec33c033dfa4c313c00b76145bd24b98b28ee7575a462880aaa7316f4e686aaa7446d8448dfc46cafa42327077c908bcd4db4a5492e7ae7575a59a21cb8a1e11d1a271f0343b2e009cb051ad8d8e34b46c9358de97ba39332718ccafe4632b2d54e9f835ad25fa39af082648224749746998ad7d02ab7204736f3b9a17851ec432f6554e4193ab7a47690ba782e05687b538101baa64b60108a1b4817aefdaa6202f60bba13fd8dd83299a7b8171d98a62c0a09666a7f878b3fec90e0204d9fcf8b24755c95a4efe942e7cce1704036ed2a1b8f8eaeb205e1144a0cb57929abc1526163df5260a0dd82ae928c5e14cf3e4b890d6585b9e873947349c52651f9e09967c8153e69562a5bc09761f918e12054b2197a928039f7aa6c549d4d79b6fa83b0684944a5dc4ab13221a46283e0fe5091032a73f0347e84204089e74c959763f45ed215c999b88624a48d1de05348847073c198ae8b869e400d56be59fc0d19f6fd2a831508e1aca4e0330cf3b4f8ffa4a72baf24b9827ce0290995a781bf8d8dd6cb6001d6c2e5febb8b32538d4b3724e354e860dfdebc3c9d683b1889d7395953bd44e3d3dbb786154ff22ca4af1fa018e1e6bd8406a9c49644715990ffe4940bba2cbc871e45f7f5abd1f52b94653aba6785eb301331d367af624c6a4573d2da6ba26c4201e54b63c45fd3412eb28cec355a2e92447028aeb4b9069fb92042968ea713952564499797323d5accc003a9965c5f28b24c26629a9e9ad835d2cdc07019d1cbb65a0d74392bd1a516e78362a5b3b656dc51bca4bb46c8aed4bf44d37da67a3daa0eea0623f45ad3c002bd9e6f2f938614cbcec7a4207abb06bd1f845385c22d38adf2adc2f573a05462dee70fd6d1e0fa40f2db211608c6b5fa6e64f28931e3c84c7e227e7c89c4917a659483154a4d3c2371e951e3cc2a785b3a33ece7a052d7fabad6d7b5beaef57dbad6b721f1925109430395c30023a440a9aa128356077b010389c0c6581f66825e1edfc5c9fbb831860cce0f9855dacfd51ddec78d3fd3649b2631905a661f7f681b7e86885e8ccd71e49ee34aa3e5baa6e5bab5de0b14395720fc9fde1cd4abc3763fd0a0e8e6fe0fccfd8fe24d7b9037ed31de4f218d1624bc2b9137035c83425b456b7d786b9c045ddb607d2dc1f020493305b424f0cc558437a8b583f6d6137341f1344af78994aab0137985a4d192eed083e56902f4854aef8e8dc71e1b1fbf66394485cfead385be48ea2682af38b4dd44d04d04dd44d04d04dfe24400fd6968fba263f8b1277da3aee5a8ef8eddf3d6511f548683f87addbe92732615f58b1142f37cec3eaef886a88dcb5d57eeba72d795bbaedc75e5ae2b7f9d5dd9b775e5e3efdf20b68f376567346c37e50fbd7c603247b7e65a90bad70e3a4cef30bdc3f4ff3fa63fe3b583d1979ea51cff18d89e94c9d1a17687da1d6a77a8fd2da3f6d886dac7bf502f515b6595ed8b6ed76b23f6197e9b187fea43767101568da3bafa42c044d3279fb661e19851495c5bc31ab8cf34dfaf987f595c763de7eeaf0e4d75079cd91ce07fe46bde8f7ac09b0c2c2ddb33b3e3b5c2bd87b2a0050d4f6fda674fe9aed8a660a1f8821e7498e3830200e073f9e30647bf62d9fe05c3a82aa6fe06027eb3aed7e4734b8b97cdb2bef62b9580e9c1e6e94b76f3fbeeddedcf826fd6aff2687237885663f74d7cf527fbe5c55f91d4156a7e2b61ae300541615b20df58e23b977dd61c201a68ec972e2fa2a27e1b60fb098e3f7e52d6180893b522c1db562593768a78b2489a7951bf46785662a812f81749625ad9, '8tQtNk', 0),
(4, 172, '2017-09-24 03:41:24', 'You are not allowed to perform this action.', 0, '/Users/chameera/Sites/centralbeach/vendor/yiisoft/yii2/filters/AccessControl.php', 154, 0x789ced5beb6fe24610ff572a3ef554a56083813852258492eada4bd2e6d1f603125aec05dc2cb6eb5d5f4011ff7b6776d7ef4d8e708f5e75fe14f0cece7b7eb3b338c4b52cf729707b67c41dba4fdc1db89d65c068e78cbbe39edbe9de739af0aeb7261b4a13d2bd0d0485af341409610b4abc75f73d0dfd28e9ee8280474b817fed2eb010b86fe27994f36904e411fb315ec7c81744b0200411816bf547280864a6a1278228c4750be4fa34dca9cdf8c4713b1e23eab30d5f40c64c8b98554468f662174b0b6cb773f2937e469215ec276e6eaee5a0bd56dfed04204d0462372dcbf0e983488274334bc103b34de453c667e80da92210d0902c189da4227a17ad02d07ce15a678aa15aba05bda4496a01ac6448789fb0921e200cdd8c42ba9c7a69027a749962b8076e83927a51f41050dc6beb4885101554e7d4edcc33aa8e12b51622be0ed94e49474e16f82015ebbb6043a35474ceaeb4b24439704dbd07344e3e068664c123960a34b0b6c7918ca21b1ad2c74c2765e20895fd8d2464a39d3e07b5a4bf8615e139c91849e8360e1215af81516e4e8e6ce6f38ce23cdf875e4aa84813746e416d2175fe5c0ad0f6c6020374437d60e0893b4817aefdaa6202f60bba15ddb5d83099a7b8171d18c72cf008666a778b8b3f6c91602f4d9fcff324b56c95a48f74a17366bfdf239b66958d864757d982700a2586da5cc86a3054d8c831141868b7a0cb28a193fcd96729b181ac301b7d8e722ea958477e161af56cb290892519a95cc1f4ca1e2214784a2e432f1230e549958caab1294f967f1016f844944aad102993412ad5739ff62529a02e072fe34708009477ca54695999ce3e5d9294891b5085d676803f2109bcf584315d13353d811a32ed7af13764d7f7cb0456207cb38282cf30c4d3fcfb9b8eaeba82e40a7281c7c4535e06fe26365aaf0c07b00e2e77df4d8a2ceda8aa84cc4a3815dabdf7771727636d0723e12a252baa976878727f9bb1e2519a78f4dd331443dcbcd38102ea0d09c2a218ff492917d4cfbd871e42f7758bd83a25ba2211edd3dc71988398e3b3b721a6b3a279d3d89bc5380b04142e0d1179b3de314912b2d338b98822c1a1ace2fa1a7ce6820859347d0d8d2c223ef52f6572349881fdb1965c5dc8734ca6611c9f6491ab255b06c0453c2f9b6ad570e5b4c0954a94f78a95ced94a5907a14fb7b5805da9af44d37d864a3daa02aac622e01a53c000b87dc75c203529869d2f4941ccb633cc7e164415f63640b4ccb70cd2af015089769f37504743ea33496f0656201855eaba96c1aaaa8fcfe00371e34b248dd42ba11cac506ae2a9884b8f66ce2c43b6a117c37e0e2ab50daf6d786dc36b1bdea768786b12fa8c4a00eaa9ec050021393e9595e835fad6390c1f02db617570713b69f810468f616de4e89ded31a3b48fcb3bfa1f37ea4ca34d1c85406a98739c8169d019206e3136c7f17a8e2bb5466b678dd6ae745ca048b982dffff496a05a19a6bb801a453be37f60c67f116b9a437bd618c3dd14d26841bc87027513c03428b465b0d247b6daf9cf360dd1371208f7923451204bdc7e76edd0ef555a4173eb9bec32e2304afb404a55d891bc2ed24849b7e8c1e21c01fa42a5b707c6630f8c2f5fa9ec83dc67d599425f1ab573c0571ad6760e68e780760e68e7806f6b0e80ae3430fd9431f8d8f37da6aee1806f8fecb3c6011f5486e3f76ad5bc7eb3c625f5f3c141f37ce9ee2dff0da889c86d2f6e7b71db8bdb5edcf6e2b6177f4dbdd831f5e2e3efda20ae2fb7626b3868b6e20fbd5490658d6ec89520b5af13b448de22798be4ff57247fc5eb04c32f3d3759ce31603d2e12a3c5ea16ab5bac6eb1fadbc3ea9109ab8f7f295e62b5ca28d30fd876bf89d3a7f82b61f8a90fd4f91557114575b5854089868f3f6d93c281a294b2a626d5b35f69bc5332fe32bfd03af86eaf064955f34f4de63b1ff99af68bf6f7c73d4393ee6733e28dc2bbe732a0010987b7e9d3437a2a362758c87f74071de6f8202f7ef85cfc7382a55f966cfe07c2b02ca6fa5601fe5aaed7e4734363972db2baf62b9540d987cdd30b76f7fbf6fdfdcf82af576fd360fcd00b9623fb3abcfa93fd72fe579001da46c25b6e0a02c22647bc91c4752ebb6b766ca8a1b053b83c8f8a7ab7dff42f34cee8a0acc9e04b568a046d538d8c9b29d2972552cf8bea75c1ab124395c0bf31d94079, '8tQtNk', 0),
(5, 173, '2017-09-24 03:41:25', 'You are not allowed to perform this action.', 0, '/Users/chameera/Sites/centralbeach/vendor/yiisoft/yii2/filters/AccessControl.php', 154, 0x789ced5beb6fdb3610ff57067f5a3064b624cb7614604060b443b726ddd264db0703062dd3b6165ad244aab511f87fdf1d1f7a3269e23ed6a1fa14473cdefb7ec7a36512384e701f058373128c827b1e0c83de2a62b477ce83c920e8f56f39cd783fdc902da519e9bf8d04857f692c32c21694849bfe3b1a2f93acbf8f229eac04fe75fbc042e0be8b30a49c4f13204fd88fe92645be20824531888802c71ba3209099c7a1889218d71d90bba4f15e6dc6277ed00b19519f5df80764ccb488594d84662ff6a9b4c00d7aa73fe967245bc37e1214e63a3edaeb78412f02692212fb6955c692de892ccab7b31c3c30db264bcaf80cbd215504021a9305a317b9485e27eb08345f04ceb962a896de825ed224b500563224bccd58450f10866e46217d4ec33c033dfa4c313c00b76145bd24b98b28ee7575a462880aaa7316f4e686aaa7446d8448dfc46cafa42327077c908bcd4db4a5492e7ae7575a59a21cb8a1e11d1a271f0343b2e009cb051ad8d8e34b46c9358de97ba39332718ccafe4632b2d54e9f835ad25fa39af082648224749746998ad7d02ab7204736f3b9a17851ec432f6554e4193ab7a47690ba782e05687b538101baa64b60108a1b4817aefdaa6202f60bba13fd8dd83299a7b8171d98a62c0a09666a7f878b3fec90e0204d9fcf8b24755c95a4efe942e7cce1704036ed2a1b8f8eaeb205e1144a0cb57929abc1526163df5260a0dd82ae928c5e14cf3e4b890d6585b9e873947349c52651f9e09967c8153e69562a5bc09761f918e12054b2197a928039f7aa6c549d4d79b6fa83b0684944a5dc4ab13221a46283e0fe5091032a73f0347e84204089e74c959763f45ed215c999b88624a48d1de05348847073c198ae8b869e400d56be59fc0d19f6fd2a831508e1aca4e0330cf3b4f8ffa4a72baf24b9827ce0290995a781bf8d8dd6cb6001d6c2e5febb8b32538d4b3724e354e860dfdebc3c9d683b1889d7395953bd44e3d3dbb786154ff22ca4af1fa018e1e6bd8406a9c49644715990ffe4940bba2cbc871e45f7f5abd1f52b94653aba6785eb301331d367af624c6a4573d2da6ba26c4201e54b63c45fd3412eb28cec355a2e92447028aeb4b9069fb92042968ea713952564499797323d5accc003a9965c5f28b24c26629a9e9ad835d2cdc07019d1cbb65a0d74392bd1a516e78362a5b3b656dc51bca4bb46c8aed4bf44d37da67a3daa0eea0623f45ad3c002bd9e6f2f938614cbcec7a4207abb06bd1f845385c22d38adf2adc2f573a05462dee70fd6d1e0fa40f2db211608c6b5fa6e64f28931e3c84c7e227e7c89c4917a659483154a4d3c2371e951e3cc2a785b3a33ece7a052d7fabad6d7b5beaef57dbad6b721f1925109430395c30023a440a9aa128356077b010389c0c6581f66825e1edfc5c9fbb831860cce0f9855dacfd51ddec78d3fd3649b2631905a661f7f681b7e86885e8ccd71e49ee34aa3e5baa6e5bab5de0b14395720fc9fde1cd4abc3763fd0a0e8e6fe0fccfd8fe24d7b9037ed31de4f218d1624bc2b9137035c83425b456b7d786b9c045ddb607d2dc1f020493305b424f0cc558437a8b583f6d6137341f1344af78994aab0137985a4d192eed083e56902f4854aef8e8dc71e1b1fbf66394485cfead385be48ea2682af38b4dd44d04d04dd44d04d04dfe24400fd6968fba263f8b1277da3aee5a8ef8eddf3d6511f548683f87addbe92732615f58b1142f37cec3eaef886a88dcb5d57eeba72d795bbaedc75e5ae2b7f9d5dd9b775e5e3efdf20b68f376567346c37e50fbd7c603247b7e65a90bad70e3a4cef30bdc3f4ff3fa63fe3b583d1979ea51cff18d89e94c9d1a17687da1d6a77a8fd2da3f6d886dac7bf502f515b6595ed8b6ed76b23f6197e9b187fea43767101568da3bafa42c044d3279fb661e19851495c5bc31ab8cf34dfaf987f595c763de7eeaf0e4d75079cd91ce07fe46bde8f7ac09b0c2c2ddb33b3e3b5c2bd87b2a0050d4f6fda674fe9aed8a660a1f8821e7498e3830200e073f9e30647bf62d9fe05c3a82aa6fe06027eb3aed7e4734b8b97cdb2bef62b9580e9c1e6e94b76f3fbeeddedcf826fd6aff2687237885663f74d7cf527fbe5c55f91d4156a7e2b61ae300541615b20df58e23b977dd61c201a68ec972e2fa2a27e1b60fb098e3f7e52d6180893b522c1db562593768a78b2489a7951bf46785662a812f81749625ad9, '8tQtNk', 0),
(6, 179, '2017-09-24 03:41:33', 'Login Required', 0, '/Users/chameera/Sites/centralbeach/vendor/yiisoft/yii2/web/User.php', 427, 0x789ced5c596fe33610fe2b859e1a14595bb2653b0a5020303645db24dbe6d8f6c180414bb4cd469654894a6c04feef9de1a1cb4a36c77637bbe1536272c819cef971249b78b6e3dd31af7b48bc817797797dcf9ab3905a879937ea7a56e72aa369d6f1976445694a3a178c53f848239e92704689bfecdcd02888d3ce86b12c9e73fceb74600b8eeb8e7c9f66d93806f2387c972c13dc1758842c0216ccb35d071901cf3cf2398b239cb77b40102f58744effcd594a031c743dcb0f49960902c7b380cde496ce26289fda946f122137cceeffacc648ba8025c4eb7a77db2df0fb4ac7ec0d5b8e097c031a6de4e2e6191d579e51b198d4583ce2c0b6b6aaede27951a70cb871c637e32a8f805ef394e5ab490e1a98ace2808659a154586bd188cc427a94f3f8046d621dce408b7243397501728923c9899132de551a56e40066a86664d2c9a89fa7204727941b6e61b77e45bc38be6614d73aca52115805c539f0aca9a6b224ab25e7c98728dc48eeb8930d3ac8f9f292ad689c73ebf04c094ba40297d4bfc6c38961d890ccb238cc391eb0b1c6151bc5e734a2b75a2679c4210afb0749c94a297d0a62097d0d6acc0b921192d07502ce2cf4de6fe55b90e336d3a9a6785fac432da594e7292ab7a4b691ba18170cd479138e063aa7016ce0f34b70974ce955da04cecfe99a77967c150a3fc5b5a8c02409994fd0533b6b9cfc698d045b71f4e9f48140dc6294392d51361c3c3bca6624a3106228cdb1888696081bba2d0106d2cde83c4ee95131f6ff849838ac5066c64fd88a7114a927d9ddb2802f85721d5439a86149d9622948dcaef4a68404018b1638e448b3cc887f3d8ec338152b07c3e1d0b15d3985072aa61cdbee0d0e06ca0d408f51969014348abeaa4cbc62d1098d16528a811a23eb726c28e58ae7f38c0ab9f67556065d1cbfdc803e4938ace95c24ccdf9c339fbee37caef3cb9cad69f091a66c0e911f50157ca06fb6220b7ac266294937721407459c81cad49e3a91fad26a21fa2001d1ef64c291196a9ca5f38f246401e19544853c88700c114a4599a8f001636770444bea0792631ecac4648b9cea60fa9c933ce4e710beb4b1628442828c4761a80ed59013a8214e3fccfe81d8fc719ec20ce86e52526413d4efb8f8bc67a99c55929c8121c0e0bef451d8bf6d1b2597cea298454e373f1c9531ae55ba24a97000e1b75797c7fb23758e90448b1caca1a668b47f75a1b7cae23cf5e9c93d14035cbc11495508b1222c2a53d9bf39040c0d0aeda146517d9daa75dd0a6519c8bd527518c36ac1642cff4ababd9df5dad2da1c90fc6884d54bd7dfa334251b556b6671cc33f0eca43907ff679c70aaa35c021612d0e054b8c8ce66030c71c9b93e51789a70c624d9d7f66bb89c2e62a5554f77c56ae4e6833237d76cbd955b29cfada546160574dd30db99fc48149dc976af2cdb3d2b8bd45d4517c2d6206a29fb3db73dd13438b5acfc1427440f3d8d1eee2de71205ec94735bee8d706152850b4f29e5a27218777fbdeefeece27e4fe26d2ff14030acd5974616ddd3f7d46766d127d4af2f157a42be9466701a292ede7232a159add42a8868c1d6b03e03b10c043310cc403003c1de4e4d7afd106c49a220a481b611443e246252e4f9aa20dd1d14f5fe469877bbad37743c2b8faea3f836527945b762ba8700e2fae0a5fd660ba8f7b216d0385e257104a42dfd1fb7dfd600eaa3d9c2708a6dc729ce34605fd1fa766af80f28f24c96b1afda3dade796b61e6983c2f43e3fd1fb7c305bef363335c088366370234c9165dd4aa12a40a0cdd9425d201ab711a7adb9782e4ac95690a6b24c11afa7dbb1bd6eada0ee2eddd34ddac7513a8fa494811d8b36baaa35748d1a2cf118c80b916e00f86700e0f7b49bb7acd05bfd96ab1e5b999be92b47012630cccdd4dc4ccdcdd4dc4c4d4d7a2d35e9addc4c0123b96d2f1df45f7ae3d4e2b65c399da1768dca9573889ec7168bddc713f6a8227e7195557b3ef46ca2785b63b7b21964f84d44a1418606191a646890a14186a626bd969af48690e1a00d193eff590444c6c3c0d01ef47781e1a75e46d571a7e061cd50e635d46f31c20c9e3078c2e0098327de46b67bfd78e289afa10ebf743fc9769f031b46657819d4f01dc491410d063518d46050c3dbc876df1d6a18b5a186e77fc15ca00619976d2f3d3abd5dc470806f96459fbbc9503c84aada533e7e92e5c4b36e2c15e7ee813f087cdb9dcddc81a3f472f079d114f6602a79a10d4d759d27eac6ade8e6b478a6f2948773f5ecff04edd86d3fbf30745ff88de907f5d31b755bd0664fb7ddce65d1b9cf8176f2f2e3f1e6c163e00de2049828def30419a63850e410f8bffc9d005b7d5b6cf7c700065536f51759f1054d3527c65b3096402bf5b9dfa9a8563d583c3e0e2fff5cdf5cfdc2b3e5e2d79c8daebb6c3e743e44677f85bfbdff9b592ad3af285fc6e52bb39853e490a52b4a9a09a0a3115ca314baa5ca0bab48af69fb350b77f828afd119504492a89c6d3134da75919e08a1a65fd43bb04f720cf1cb1cdbff006ccf8f40, '6H2hWN', 0);
-- --------------------------------------------------------
--
-- Table structure for table `audit_javascript`
--
CREATE TABLE `audit_javascript` (
`id` int(11) NOT NULL,
`entry_id` int(11) NOT NULL,
`created` datetime NOT NULL,
`type` varchar(20) NOT NULL,
`message` text NOT NULL,
`origin` varchar(512) DEFAULT NULL,
`data` blob
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `audit_javascript`
--
INSERT INTO `audit_javascript` (`id`, `entry_id`, `created`, `type`, `message`, `origin`, `data`) VALUES
(1, 34, '2017-09-23 18:41:41', 'onerror', 'Uncaught TypeError: Cannot read property \'push\' of undefined', 'http://localhost/centralbeach/backend/web/assets/7a84889b/jquery.pjax.js:981:16', 0x789cb5cf3b0ec2301004d0ab58dbd0a058e19b6c4ac40d286936ce4208c136de8d2042dc9d70031aa61d69468f30c797e01a81530a092ac1459923bc4094dc15100e63e4fdb743b323ef839ac4d4989842e4a4a399c541da99092733f8864f17cfcdd19b29a4a6558d686d1f1cf56d10b58ebd26ea6b26d7da7a3a60dfd807d7964458c56ea958154559dbee3e701ab3d8d133eb04cb22c77cf387ddc9ba8439dc5884ce3c717f35c21baaf70763716cbc),
(2, 35, '2017-09-23 18:41:41', 'onerror', 'Uncaught TypeError: jQuery(...).pjax is not a function', 'http://localhost/centralbeach/backend/web/assets/1612e4a7/jquery.js:3869:3', 0x789cad903d4fc3301086ff8ae5a991908d9da6942b1f0b480c30206564b93a47e390d8c1760851d5ff4eb2c08890b8f53d3dcfdd8ba0e018a1004e21f8c07711d6e71af891c784e68d032fa79eee970c58f33c50985642884cf40d7e321b99f389217b1d9c49d6bb17c7e6c1c41ecaa7c73b6f868e5c1257e8bc9b3a3fc41bb6aa53ea41cad61b6c6b1f9334f34ac0764f686ab99fa5e42a39d25ee250d9249774921f96c65b5b5de7a0b456a0b6d9b7aab3873a9575f0e39fe031528a526d94a6355ec8e67df94d3411f2629b83befc11f4c11b8af19fe89b623e5f67fc8c7733140f3477fc7bb1fcc477a72f80dd904e),
(3, 36, '2017-09-23 18:41:49', 'onerror', 'Uncaught TypeError: Cannot read property \'push\' of undefined', 'http://localhost/centralbeach/backend/web/assets/7a84889b/jquery.pjax.js:981:16', 0x789cb5cf3b0ec2301004d0ab58dbd0a058e19b6c4ac40d286936ce4208c136de8d2042dc9d70031aa61d69468f30c797e01a81530a092ac1459923bc4094dc15100e63e4fdb743b323ef839ac4d4989842e4a4a399c541da99092733f8864f17cfcdd19b29a4a6558d686d1f1cf56d10b58ebd26ea6b26d7da7a3a60dfd807d7964458c56ea958154559dbee3e701ab3d8d133eb04cb22c77cf387ddc9ba8439dc5884ce3c717f35c21baaf70763716cbc),
(4, 37, '2017-09-23 18:41:49', 'onerror', 'Uncaught TypeError: jQuery(...).pjax is not a function', 'http://localhost/centralbeach/backend/web/assets/1612e4a7/jquery.js:3869:3', 0x789cad904d4f84301086ff4ad344b324865ad80f9c75f5a2c6831e4c387a19cab814a1c5b68864b3ff5df0a04763e25c9f99f7c9bc08120e1e56c0c939ebf8d6c33291c00fdc0754af1c783e76743b3360f5534f6e5cc4711cc55d8d1f4c7b666c60c85e7aa382b6e6d9b06930b0fbfcf1e1c6aabe2513e24b34d68cadedfd155b542174204463153695f541a869c5615310aa4a1493944c29062a04f6a50e62a6a378d7345ceb72979e7668a8d97db193e46ebad40d6cb2739059f46d6ff5be0a79e5ecf0279ff714bc906b99d01237a27e9bdf8d6b0fe92a4b21b9f81174ce2af2fe9fd2d72b093289f8196fa750dcd354fbef5df323df1e3f014c88976b),
(5, 38, '2017-09-23 18:42:30', 'onerror', 'Uncaught TypeError: Cannot read property \'push\' of undefined', 'http://localhost/centralbeach/backend/web/assets/7a84889b/jquery.pjax.js:981:16', 0x789cb5cf3b0ec2301004d0ab58dbd0a058e19b6c4ac40d286936ce4208c136de8d2042dc9d70031aa61d69468f30c797e01a81530a092ac1459923bc4094dc15100e63e4fdb743b323ef839ac4d4989842e4a4a399c541da99092733f8864f17cfcdd19b29a4a6558d686d1f1cf56d10b58ebd26ea6b26d7da7a3a60dfd807d7964458c56ea958154559dbee3e701ab3d8d133eb04cb22c77cf387ddc9ba8439dc5884ce3c717f35c21baaf70763716cbc),
(6, 39, '2017-09-23 18:42:30', 'onerror', 'Uncaught TypeError: jQuery(...).pjax is not a function', 'http://localhost/centralbeach/backend/web/assets/1612e4a7/jquery.js:3869:3', 0x789cad904d4f84301086ff4ad344b324865ad80f9c75f5a2c6831e4c387a19cab814a1c5b68864b3ff5df0a04763e25c9f99f7c9bc08120e1e56c0c939ebf8d6c33291c00fdc0754af1c783e76743b3360f5534f6e5cc4711cc55d8d1f4c7b666c60c85e7aa382b6e6d9b06930b0fbfcf1e1c6aabe2513e24b34d68cadedfd155b542174204463153695f541a869c5615310aa4a1493944c29062a04f6a50e62a6a378d7345ceb72979e7668a8d97db193e46ebad40d6cb2739059f46d6ff5be0a79e5ecf0279ff714bc906b99d01237a27e9bdf8d6b0fe92a4b21b9f81174ce2af2fe9fd2d72b093289f8196fa750dcd354fbef5df323df1e3f014c88976b),
(7, 40, '2017-09-23 18:42:36', 'onerror', 'Uncaught TypeError: Cannot read property \'push\' of undefined', 'http://localhost/centralbeach/backend/web/assets/7a84889b/jquery.pjax.js:981:16', 0x789cb5cf3b0ec2301004d0ab58dbd0a058e19b6c4ac40d286936ce4208c136de8d2042dc9d70031aa61d69468f30c797e01a81530a092ac1459923bc4094dc15100e63e4fdb743b323ef839ac4d4989842e4a4a399c541da99092733f8864f17cfcdd19b29a4a6558d686d1f1cf56d10b58ebd26ea6b26d7da7a3a60dfd807d7964458c56ea958154559dbee3e701ab3d8d133eb04cb22c77cf387ddc9ba8439dc5884ce3c717f35c21baaf70763716cbc),
(8, 41, '2017-09-23 18:42:36', 'onerror', 'Uncaught TypeError: jQuery(...).pjax is not a function', 'http://localhost/centralbeach/backend/web/assets/1612e4a7/jquery.js:3869:3', 0x789cad903d4fc3301086ff8ae5a991908d9da6942b1f0b480c30206564b93a47e390d8c1760851d5ff4eb2c08890b8f53d3dcfdd8ba0e018a1004e21f8c07711d6e71af891c784e68d032fa79eee970c58f33c50985642884cf40d7e321b99f389217b1d9c49d6bb17c7e6c1c41ecaa7c73b6f868e5c1257e8bc9b3a3fc41bb6aa53ea41cad61b6c6b1f9334f34ac0764f686ab99fa5e42a39d25ee250d9249774921f96c65b5b5de7a0b456a0b6d9b7aab3873a9575f0e39fe031528a526d94a6355ec8e67df94d3411f2629b83befc11f4c11b8af19fe89b623e5f67fc8c7733140f3477fc7bb1fcc477a72f80dd904e),
(9, 42, '2017-09-23 18:42:57', 'onerror', 'Uncaught TypeError: Cannot read property \'push\' of undefined', 'http://localhost/centralbeach/backend/web/assets/7a84889b/jquery.pjax.js:981:16', 0x789cb5cf3b0ec2301004d0ab58dbd0a058e19b6c4ac40d286936ce4208c136de8d2042dc9d70031aa61d69468f30c797e01a81530a092ac1459923bc4094dc15100e63e4fdb743b323ef839ac4d4989842e4a4a399c541da99092733f8864f17cfcdd19b29a4a6558d686d1f1cf56d10b58ebd26ea6b26d7da7a3a60dfd807d7964458c56ea958154559dbee3e701ab3d8d133eb04cb22c77cf387ddc9ba8439dc5884ce3c717f35c21baaf70763716cbc),
(10, 43, '2017-09-23 18:42:57', 'onerror', 'Uncaught TypeError: jQuery(...).pjax is not a function', 'http://localhost/centralbeach/backend/web/assets/1612e4a7/jquery.js:3869:3', 0x789cad904d4f84301445ff4ad3d59098d6c230e21b3f369ab8d085094b378ff21c8ad0625b443299ff2e6c74694c7cdbfb724eee4550700c900327ef9de7fb00dbf30cf8918788fa8d032fe781eed70c58fb3c929f374288440c2d7e3213987591217b1dad8ec6d917cb96c3c81ecaa7c73ba7c79e6c1457689d9d7b37861bb669621c40cace69ec1a17a2d4cb8bc7ae22d48dac1629d95a4e54491c6b13e59acef2c3d0746bea6b5580527906aa48be5dbd3934b16cbc9bfe440f8162906aa752dae2856cdfd772a20d90e54506e9e58f60f04e5308ff44dfe50a549af033de2f503cd032f2efcbf213df9fbe00f8a99089);
-- --------------------------------------------------------
--
-- Table structure for table `audit_mail`
--
CREATE TABLE `audit_mail` (
`id` int(11) NOT NULL,
`entry_id` int(11) NOT NULL,
`created` datetime NOT NULL,
`successful` int(11) NOT NULL,
`from` varchar(255) DEFAULT NULL,
`to` varchar(255) DEFAULT NULL,
`reply` varchar(255) DEFAULT NULL,
`cc` varchar(255) DEFAULT NULL,
`bcc` varchar(255) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`text` blob,
`html` blob,
`data` longblob
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `audit_trail`
--
CREATE TABLE `audit_trail` (
`id` int(11) NOT NULL,
`entry_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`action` varchar(255) NOT NULL,
`model` varchar(255) NOT NULL,
`model_id` varchar(255) NOT NULL,
`field` varchar(255) DEFAULT NULL,
`old_value` text,
`new_value` text,
`created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `audit_trail`
--
INSERT INTO `audit_trail` (`id`, `entry_id`, `user_id`, `action`, `model`, `model_id`, `field`, `old_value`, `new_value`, `created`) VALUES
(1, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'id', '', '2', '2017-09-23 18:36:02'),
(2, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'table', '', '2', '2017-09-23 18:36:02'),
(3, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'opened_at', '', '2017-09-23 18:36:02', '2017-09-23 18:36:02'),
(4, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'status', '', 'OPEN', '2017-09-23 18:36:02'),
(5, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'inhouse', '', '0', '2017-09-23 18:36:02'),
(6, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'created_at', '', '1506191762', '2017-09-23 18:36:02'),
(7, 3, 2, 'CREATE', 'backend\\models\\Order', '2', 'updated_at', '', '1506191762', '2017-09-23 18:36:02'),
(8, 11, 2, 'UPDATE', 'backend\\models\\Order', '1', 'closed_at', '', '2017-09-23 18:37:59', '2017-09-23 18:37:59'),
(9, 11, 2, 'UPDATE', 'backend\\models\\Order', '1', 'status', 'OPEN', 'CLOSED', '2017-09-23 18:37:59'),
(10, 11, 2, 'UPDATE', 'backend\\models\\Order', '1', 'updated_at', '1506191665', '1506191879', '2017-09-23 18:37:59'),
(11, 47, 1, 'CREATE', 'backend\\models\\Category', '1', 'id', '', '1', '2017-09-23 18:43:28'),
(12, 47, 1, 'CREATE', 'backend\\models\\Category', '1', 'name', '', 'cat 1', '2017-09-23 18:43:28'),
(13, 47, 1, 'CREATE', 'backend\\models\\Category', '1', 'created_at', '', '1506192208', '2017-09-23 18:43:28'),
(14, 47, 1, 'CREATE', 'backend\\models\\Category', '1', 'updated_at', '', '1506192208', '2017-09-23 18:43:28'),
(15, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'id', '', '1', '2017-09-23 18:43:49'),
(16, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'category_id', '', '1', '2017-09-23 18:43:49'),
(17, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'name', '', 'item 1', '2017-09-23 18:43:49'),
(18, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'price', '', '12', '2017-09-23 18:43:49'),
(19, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'created_at', '', '1506192229', '2017-09-23 18:43:49'),
(20, 51, 1, 'CREATE', 'backend\\models\\Item', '1', 'updated_at', '', '1506192229', '2017-09-23 18:43:49'),
(21, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'id', '', '1', '2017-09-23 18:44:14'),
(22, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'order_id', '', '2', '2017-09-23 18:44:14'),
(23, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'item_id', '', '1', '2017-09-23 18:44:14'),
(24, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'rate', '', '12.00', '2017-09-23 18:44:14'),
(25, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'qty', '', '1', '2017-09-23 18:44:14'),
(26, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'total', '', '12', '2017-09-23 18:44:14'),
(27, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'created_at', '', '1506192254', '2017-09-23 18:44:14'),
(28, 55, 1, 'CREATE', 'backend\\models\\OrderItem', '1', 'updated_at', '', '1506192254', '2017-09-23 18:44:14'),
(29, 61, 1, 'UPDATE', 'backend\\models\\Order', '2', 'inhouse', '0', '1', '2017-09-23 18:45:45'),
(30, 61, 1, 'UPDATE', 'backend\\models\\Order', '2', 'updated_at', '1506191762', '1506192345', '2017-09-23 18:45:45'),
(31, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'id', '', '3', '2017-09-23 18:46:17'),
(32, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'table', '', '24', '2017-09-23 18:46:17'),
(33, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'opened_at', '', '2017-09-23 18:46:17', '2017-09-23 18:46:17'),
(34, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'status', '', 'OPEN', '2017-09-23 18:46:17'),
(35, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'inhouse', '', '0', '2017-09-23 18:46:17'),
(36, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'created_at', '', '1506192377', '2017-09-23 18:46:17'),
(37, 68, 1, 'CREATE', 'backend\\models\\Order', '3', 'updated_at', '', '1506192377', '2017-09-23 18:46:17'),
(38, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'id', '', '4', '2017-09-23 18:46:26'),
(39, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'table', '', '20', '2017-09-23 18:46:26'),
(40, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'opened_at', '', '2017-09-23 18:46:26', '2017-09-23 18:46:26'),
(41, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'status', '', 'OPEN', '2017-09-23 18:46:26'),
(42, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'inhouse', '', '0', '2017-09-23 18:46:26'),
(43, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'created_at', '', '1506192386', '2017-09-23 18:46:26'),
(44, 70, 1, 'CREATE', 'backend\\models\\Order', '4', 'updated_at', '', '1506192386', '2017-09-23 18:46:26'),
(45, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'id', '', '2', '2017-09-23 18:46:52'),
(46, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'order_id', '', '4', '2017-09-23 18:46:52'),
(47, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'item_id', '', '1', '2017-09-23 18:46:52'),
(48, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'rate', '', '232323', '2017-09-23 18:46:52'),
(49, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'qty', '', '2', '2017-09-23 18:46:52'),
(50, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'total', '', '464646', '2017-09-23 18:46:52'),
(51, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'created_at', '', '1506192412', '2017-09-23 18:46:52'),
(52, 73, 1, 'CREATE', 'backend\\models\\OrderItem', '2', 'updated_at', '', '1506192412', '2017-09-23 18:46:52'),
(53, 78, 1, 'UPDATE', 'backend\\models\\Setting', '7', 'value', '9', '1', '2017-09-23 18:47:42'),
(54, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'id', '', '3', '2017-09-23 18:48:53'),
(55, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'order_id', '', '2', '2017-09-23 18:48:53'),
(56, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'item_id', '', '1', '2017-09-23 18:48:53'),
(57, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'rate', '', '12.00', '2017-09-23 18:48:53'),
(58, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'qty', '', '1', '2017-09-23 18:48:53'),
(59, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'total', '', '12', '2017-09-23 18:48:53'),
(60, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'created_at', '', '1506192533', '2017-09-23 18:48:53'),
(61, 83, 1, 'CREATE', 'backend\\models\\OrderItem', '3', 'updated_at', '', '1506192533', '2017-09-23 18:48:53'),
(62, 87, 1, 'UPDATE', 'backend\\models\\Setting', '2', 'value', '12:00', '00:00', '2017-09-23 18:49:28'),
(63, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'id', '', '4', '2017-09-23 18:49:53'),
(64, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'order_id', '', '2', '2017-09-23 18:49:53'),
(65, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'item_id', '', '1', '2017-09-23 18:49:53'),
(66, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'rate', '', '12.00', '2017-09-23 18:49:53'),
(67, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'qty', '', '2', '2017-09-23 18:49:53'),
(68, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'total', '', '24', '2017-09-23 18:49:53'),
(69, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'created_at', '', '1506192593', '2017-09-23 18:49:53'),
(70, 92, 1, 'CREATE', 'backend\\models\\OrderItem', '4', 'updated_at', '', '1506192593', '2017-09-23 18:49:53'),
(71, 96, 1, 'UPDATE', 'backend\\models\\Setting', '4', 'value', '', '5', '2017-09-23 18:50:24'),
(72, 111, 1, 'CREATE', 'backend\\models\\Setting', '8', 'id', '', '8', '2017-09-23 18:52:49'),
(73, 111, 1, 'CREATE', 'backend\\models\\Setting', '8', 'key', '', 'happy_hour_day', '2017-09-23 18:52:49'),
(74, 111, 1, 'CREATE', 'backend\\models\\Setting', '8', 'value', '', '5', '2017-09-23 18:52:49'),
(75, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'id', '', '5', '2017-09-23 19:01:19'),
(76, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'order_id', '', '2', '2017-09-23 19:01:19'),
(77, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'item_id', '', '1', '2017-09-23 19:01:19'),
(78, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'rate', '', '12.00', '2017-09-23 19:01:19'),
(79, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'qty', '', '1', '2017-09-23 19:01:19'),
(80, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'total', '', '12', '2017-09-23 19:01:19'),
(81, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'created_at', '', '1506193279', '2017-09-23 19:01:19'),
(82, 122, 1, 'CREATE', 'backend\\models\\OrderItem', '5', 'updated_at', '', '1506193279', '2017-09-23 19:01:19'),
(83, 126, 1, 'UPDATE', 'backend\\models\\Setting', '4', 'value', '', '10', '2017-09-23 19:01:36'),
(84, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'id', '', '6', '2017-09-23 19:01:48'),
(85, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'order_id', '', '2', '2017-09-23 19:01:48'),
(86, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'item_id', '', '1', '2017-09-23 19:01:48'),
(87, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'rate', '', '12.00', '2017-09-23 19:01:48'),
(88, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'qty', '', '1', '2017-09-23 19:01:48'),
(89, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'total', '', '12', '2017-09-23 19:01:48'),
(90, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'created_at', '', '1506193308', '2017-09-23 19:01:48'),
(91, 129, 1, 'CREATE', 'backend\\models\\OrderItem', '6', 'updated_at', '', '1506193308', '2017-09-23 19:01:48'),
(92, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'id', '', '7', '2017-09-23 19:04:34'),
(93, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'order_id', '', '2', '2017-09-23 19:04:34'),
(94, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'item_id', '', '1', '2017-09-23 19:04:34'),
(95, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'rate', '', '12.00', '2017-09-23 19:04:34'),
(96, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'qty', '', '1', '2017-09-23 19:04:34'),
(97, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'total', '', '12', '2017-09-23 19:04:34'),
(98, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'created_at', '', '1506193474', '2017-09-23 19:04:34'),
(99, 133, 1, 'CREATE', 'backend\\models\\OrderItem', '7', 'updated_at', '', '1506193474', '2017-09-23 19:04:34'),
(100, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'id', '', '8', '2017-09-24 00:38:13'),
(101, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'order_id', '', '2', '2017-09-24 00:38:13'),
(102, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'item_id', '', '1', '2017-09-24 00:38:13'),
(103, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'rate', '', '12.00', '2017-09-24 00:38:13'),
(104, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'qty', '', '1', '2017-09-24 00:38:13'),
(105, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'total', '', '12', '2017-09-24 00:38:13'),
(106, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'created_at', '', '1506193693', '2017-09-24 00:38:13'),
(107, 136, 1, 'CREATE', 'backend\\models\\OrderItem', '8', 'updated_at', '', '1506193693', '2017-09-24 00:38:13'),
(108, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'id', '', '9', '2017-09-24 00:41:37'),
(109, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'order_id', '', '2', '2017-09-24 00:41:37'),
(110, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'item_id', '', '1', '2017-09-24 00:41:37'),
(111, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'rate', '', '1', '2017-09-24 00:41:37'),
(112, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'qty', '', '1', '2017-09-24 00:41:37'),
(113, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'total', '', '1', '2017-09-24 00:41:37'),
(114, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'created_at', '', '1506193897', '2017-09-24 00:41:37'),
(115, 140, 1, 'CREATE', 'backend\\models\\OrderItem', '9', 'updated_at', '', '1506193897', '2017-09-24 00:41:37'),
(116, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'id', '', '10', '2017-09-24 00:44:32'),
(117, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'order_id', '', '2', '2017-09-24 00:44:32'),
(118, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'item_id', '', '1', '2017-09-24 00:44:32'),
(119, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'rate', '', '1', '2017-09-24 00:44:32'),
(120, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'qty', '', '1', '2017-09-24 00:44:32'),
(121, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'discount', '', '10', '2017-09-24 00:44:32'),
(122, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'total', '', '0.9', '2017-09-24 00:44:32'),
(123, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'created_at', '', '1506194072', '2017-09-24 00:44:32'),
(124, 148, 1, 'CREATE', 'backend\\models\\OrderItem', '10', 'updated_at', '', '1506194072', '2017-09-24 00:44:32'),
(125, 151, 1, 'UPDATE', 'backend\\models\\Order', '2', 'closed_at', '', '2017-09-24 00:44:49', '2017-09-24 00:44:49'),
(126, 151, 1, 'UPDATE', 'backend\\models\\Order', '2', 'status', 'OPEN', 'CLOSED', '2017-09-24 00:44:49'),
(127, 151, 1, 'UPDATE', 'backend\\models\\Order', '2', 'total', '0.00', '88.11', '2017-09-24 00:44:49'),
(128, 151, 1, 'UPDATE', 'backend\\models\\Order', '2', 'updated_at', '1506192345', '1506194089', '2017-09-24 00:44:49');
-- --------------------------------------------------------
--
-- Table structure for table `category`
--
CREATE TABLE `category` (
`id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`description` text COLLATE utf8_unicode_ci,
`created_at` int(11) NOT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `category`
--
INSERT INTO `category` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES
(1, 'cat 1', '', 1506192208, 1506192208);
-- --------------------------------------------------------
--
-- Table structure for table `item`
--
CREATE TABLE `item` (
`id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
`description` text COLLATE utf8_unicode_ci,
`created_at` int(11) NOT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `item`
--
INSERT INTO `item` (`id`, `category_id`, `name`, `price`, `description`, `created_at`, `updated_at`) VALUES
(1, 1, 'item 1', 12.00, '', 1506192229, 1506192229);
-- --------------------------------------------------------
--
-- Table structure for table `migration`
--
CREATE TABLE `migration` (
`version` varchar(180) COLLATE utf8_unicode_ci NOT NULL,
`apply_time` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `migration`
--
INSERT INTO `migration` (`version`, `apply_time`) VALUES
('m000000_000000_base', 1506190645),
('m140209_132017_init', 1506190740),
('m140403_174025_create_account_table', 1506190740),
('m140504_113157_update_tables', 1506190740),
('m140504_130429_create_token_table', 1506190740),
('m140830_171933_fix_ip_field', 1506190740),
('m140830_172703_change_account_table_name', 1506190740),
('m141222_110026_update_ip_field', 1506190740),
('m141222_135246_alter_username_length', 1506190740),
('m150614_103145_update_social_account_table', 1506190740),
('m150623_212711_fix_username_notnull', 1506190740),
('m150626_000001_create_audit_entry', 1506191742),
('m150626_000002_create_audit_data', 1506191742),
('m150626_000003_create_audit_error', 1506191743),
('m150626_000004_create_audit_trail', 1506191743),
('m150626_000005_create_audit_javascript', 1506191743),
('m150626_000006_create_audit_mail', 1506191743),
('m150714_000001_alter_audit_data', 1506191743),
('m150721_113302_settings', 1506190653),
('m150724_043425_create_tables', 1506190653),
('m151218_234654_add_timezone_to_profile', 1506190740),
('m160929_103127_add_last_login_at_to_user_table', 1506190740),
('m170126_000001_alter_audit_mail', 1506191743);
-- --------------------------------------------------------
--
-- Table structure for table `order`
--
CREATE TABLE `order` (
`id` int(11) NOT NULL,
`table` int(11) NOT NULL,
`opened_at` datetime DEFAULT NULL,
`closed_at` datetime DEFAULT NULL,
`status` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`total` decimal(10,2) NOT NULL DEFAULT '0.00',
`inhouse` tinyint(1) DEFAULT '0',
`created_at` int(11) NOT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `order`
--
INSERT INTO `order` (`id`, `table`, `opened_at`, `closed_at`, `status`, `total`, `inhouse`, `created_at`, `updated_at`) VALUES
(1, 1, '2017-09-23 18:34:25', '2017-09-23 18:37:59', 'CLOSED', 0.00, 0, 1506191665, 1506191879),
(2, 2, '2017-09-23 18:36:02', '2017-09-24 00:44:49', 'CLOSED', 88.11, 1, 1506191762, 1506194089),
(3, 24, '2017-09-23 18:46:17', NULL, 'OPEN', 0.00, 0, 1506192377, 1506192377),
(4, 20, '2017-09-23 18:46:26', NULL, 'OPEN', 0.00, 0, 1506192386, 1506192386);
-- --------------------------------------------------------
--
-- Table structure for table `order_item`
--
CREATE TABLE `order_item` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`item_id` int(11) NOT NULL,
`rate` decimal(10,2) DEFAULT NULL,
`qty` int(11) NOT NULL DEFAULT '1',
`discount` decimal(10,2) NOT NULL DEFAULT '0.00',
`total` decimal(10,2) NOT NULL DEFAULT '0.00',
`created_at` int(11) NOT NULL,
`updated_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `order_item`
--
INSERT INTO `order_item` (`id`, `order_id`, `item_id`, `rate`, `qty`, `discount`, `total`, `created_at`, `updated_at`) VALUES
(1, 2, 1, 12.00, 1, 0.00, 12.00, 1506192254, 1506192254),
(2, 4, 1, 232323.00, 2, 0.00, 464646.00, 1506192412, 1506192412),
(3, 2, 1, 12.00, 1, 0.00, 12.00, 1506192533, 1506192533),
(4, 2, 1, 12.00, 2, 0.00, 24.00, 1506192593, 1506192593),
(5, 2, 1, 12.00, 1, 0.00, 12.00, 1506193279, 1506193279),
(6, 2, 1, 12.00, 1, 0.00, 12.00, 1506193308, 1506193308),
(7, 2, 1, 12.00, 1, 0.00, 12.00, 1506193474, 1506193474),
(8, 2, 1, 12.00, 1, 0.00, 12.00, 1506193693, 1506193693),
(9, 2, 1, 1.00, 1, 0.00, 1.00, 1506193897, 1506193897),
(10, 2, 1, 1.00, 1, 10.00, 0.90, 1506194072, 1506194072);
-- --------------------------------------------------------
--
-- Table structure for table `profile`
--
CREATE TABLE `profile` (
`user_id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`public_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`gravatar_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`gravatar_id` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`location` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`website` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`bio` text COLLATE utf8_unicode_ci,
`timezone` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `profile`
--
INSERT INTO `profile` (`user_id`, `name`, `public_email`, `gravatar_email`, `gravatar_id`, `location`, `website`, `bio`, `timezone`) VALUES
(1, '', '', '', 'd41d8cd98f00b204e9800998ecf8427e', '', '', '', 'Asia/Colombo'),
(2, '', '', '', 'd41d8cd98f00b204e9800998ecf8427e', '', '', '', 'Asia/Colombo');
-- --------------------------------------------------------
--
-- Table structure for table `setting`
--
CREATE TABLE `setting` (
`id` int(11) NOT NULL,
`key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `setting`
--
INSERT INTO `setting` (`id`, `key`, `value`) VALUES
(1, 'tables', '24'),
(2, 'happy_hour_day', '12:00-15:00'),
(3, 'happy_hour_night', '00:00-01:00'),
(4, 'happy_hour_discount', '10'),
(5, 'service_charge', '0'),
(6, 'inhouse_discount', '10'),
(7, 'happy_hour_category', '1');
-- --------------------------------------------------------
--
-- Table structure for table `social_account`
--
CREATE TABLE `social_account` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`provider` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`client_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`data` text COLLATE utf8_unicode_ci,
`code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` int(11) DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`username` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `token`
--
CREATE TABLE `token` (
`user_id` int(11) NOT NULL,
`code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`created_at` int(11) NOT NULL,
`type` smallint(6) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password_hash` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
`auth_key` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`confirmed_at` int(11) DEFAULT NULL,
`unconfirmed_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`blocked_at` int(11) DEFAULT NULL,
`registration_ip` varchar(45) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`flags` int(11) NOT NULL DEFAULT '0',
`last_login_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user`
--
INSERT INTO `user` (`id`, `username`, `email`, `password_hash`, `auth_key`, `confirmed_at`, `unconfirmed_email`, `blocked_at`, `registration_ip`, `created_at`, `updated_at`, `flags`, `last_login_at`) VALUES
(1, 'admin', '<EMAIL>', <PASSWORD>', '<PASSWORD>', 1506190946, NULL, NULL, NULL, 1506190946, 1506190946, 0, 1506191976),
(2, 'udara', '<EMAIL>', <PASSWORD>', '<PASSWORD>', 1506191114, NULL, NULL, '::1', 1506191114, 1506191114, 0, 1506191146);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `audit_data`
--
ALTER TABLE `audit_data`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_audit_data_entry_id` (`entry_id`);
--
-- Indexes for table `audit_entry`
--
ALTER TABLE `audit_entry`
ADD PRIMARY KEY (`id`),
ADD KEY `idx_user_id` (`user_id`),
ADD KEY `idx_route` (`route`);
--
-- Indexes for table `audit_error`
--
ALTER TABLE `audit_error`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_audit_error_entry_id` (`entry_id`),
ADD KEY `idx_file` (`file`(180)),
ADD KEY `idx_emailed` (`emailed`);
--
-- Indexes for table `audit_javascript`
--
ALTER TABLE `audit_javascript`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_audit_javascript_entry_id` (`entry_id`);
--
-- Indexes for table `audit_mail`
--
ALTER TABLE `audit_mail`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_audit_mail_entry_id` (`entry_id`);
--
-- Indexes for table `audit_trail`
--
ALTER TABLE `audit_trail`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_audit_trail_entry_id` (`entry_id`),
ADD KEY `idx_audit_user_id` (`user_id`),
ADD KEY `idx_audit_trail_field` (`model`,`model_id`,`field`),
ADD KEY `idx_audit_trail_action` (`action`);
--
-- Indexes for table `category`
--
ALTER TABLE `category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `item`
--
ALTER TABLE `item`
ADD PRIMARY KEY (`id`),
ADD KEY `fk1` (`category_id`);
--
-- Indexes for table `migration`
--
ALTER TABLE `migration`
ADD PRIMARY KEY (`version`);
--
-- Indexes for table `order`
--
ALTER TABLE `order`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_item`
--
ALTER TABLE `order_item`
ADD PRIMARY KEY (`id`),
ADD KEY `fk2` (`order_id`),
ADD KEY `fk3` (`item_id`);
--
-- Indexes for table `profile`
--
ALTER TABLE `profile`
ADD PRIMARY KEY (`user_id`);
--
-- Indexes for table `setting`
--
ALTER TABLE `setting`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `social_account`
--
ALTER TABLE `social_account`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `account_unique` (`provider`,`client_id`),
ADD UNIQUE KEY `account_unique_code` (`code`),
ADD KEY `fk_user_account` (`user_id`);
--
-- Indexes for table `token`
--
ALTER TABLE `token`
ADD UNIQUE KEY `token_unique` (`user_id`,`code`,`type`);
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `user_unique_username` (`username`),
ADD UNIQUE KEY `user_unique_email` (`email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `audit_data`
--
ALTER TABLE `audit_data`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=186;
--
-- AUTO_INCREMENT for table `audit_entry`
--
ALTER TABLE `audit_entry`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=180;
--
-- AUTO_INCREMENT for table `audit_error`
--
ALTER TABLE `audit_error`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `audit_javascript`
--
ALTER TABLE `audit_javascript`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `audit_mail`
--
ALTER TABLE `audit_mail`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `audit_trail`
--
ALTER TABLE `audit_trail`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;
--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `item`
--
ALTER TABLE `item`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `order`
--
ALTER TABLE `order`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `order_item`
--
ALTER TABLE `order_item`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `setting`
--
ALTER TABLE `setting`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `social_account`
--
ALTER TABLE `social_account`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `audit_data`
--
ALTER TABLE `audit_data`
ADD CONSTRAINT `fk_audit_data_entry_id` FOREIGN KEY (`entry_id`) REFERENCES `audit_entry` (`id`);
--
-- Constraints for table `audit_error`
--
ALTER TABLE `audit_error`
ADD CONSTRAINT `fk_audit_error_entry_id` FOREIGN KEY (`entry_id`) REFERENCES `audit_entry` (`id`);
--
-- Constraints for table `audit_javascript`
--
ALTER TABLE `audit_javascript`
ADD CONSTRAINT `fk_audit_javascript_entry_id` FOREIGN KEY (`entry_id`) REFERENCES `audit_entry` (`id`);
--
-- Constraints for table `audit_mail`
--
ALTER TABLE `audit_mail`
ADD CONSTRAINT `fk_audit_mail_entry_id` FOREIGN KEY (`entry_id`) REFERENCES `audit_entry` (`id`);
--
-- Constraints for table `audit_trail`
--
ALTER TABLE `audit_trail`
ADD CONSTRAINT `fk_audit_trail_entry_id` FOREIGN KEY (`entry_id`) REFERENCES `audit_entry` (`id`);
--
-- Constraints for table `item`
--
ALTER TABLE `item`
ADD CONSTRAINT `fk1` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `order_item`
--
ALTER TABLE `order_item`
ADD CONSTRAINT `fk2` FOREIGN KEY (`order_id`) REFERENCES `order` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk3` FOREIGN KEY (`item_id`) REFERENCES `item` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `profile`
--
ALTER TABLE `profile`
ADD CONSTRAINT `fk_user_profile` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `social_account`
--
ALTER TABLE `social_account`
ADD CONSTRAINT `fk_user_account` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `token`
--
ALTER TABLE `token`
ADD CONSTRAINT `fk_user_token` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- -------------------------------------------
-- 运行本项目的 DDL 脚本
-- -------------------------------------------
-- 创建数据表 user
CREATE TABLE IF NOT EXISTS user (
id INT IDENTITY NOT NULL COMMENT '主键ID',
name VARCHAR(30) NOT NULL COMMENT '姓名',
age INT NULL DEFAULT 0 COMMENT '年龄',
address VARCHAR(50) NULL DEFAULT '' COMMENT '地址',
email VARCHAR(50) NULL DEFAULT '' COMMENT '邮箱',
PRIMARY KEY (id)
);
|
<reponame>abdulghani28/Web-Penerimaan-Pegawai
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Waktu pembuatan: 23 Nov 2019 pada 07.44
-- Versi server: 10.4.6-MariaDB
-- Versi PHP: 7.3.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `perusahaan`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `form`
--
CREATE TABLE `form` (
`form_id` int(5) NOT NULL,
`nama_lengkap` varchar(40) DEFAULT NULL,
`nama_panggilan` varchar(40) DEFAULT NULL,
`ttl` varchar(50) DEFAULT NULL,
`alamat` text DEFAULT NULL,
`kewarganegaraan` text DEFAULT NULL,
`no_hp` varchar(12) DEFAULT NULL,
`lowongan` varchar(25) DEFAULT NULL,
`ktp` varchar(45) DEFAULT NULL,
`pas_foto` varchar(49) DEFAULT NULL,
`transkrip` varchar(51) DEFAULT NULL,
`ijazah` varchar(48) DEFAULT NULL,
`acc_form` tinyint(1) DEFAULT NULL,
`acc_wawancara` tinyint(1) DEFAULT NULL,
`user_id` int(5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `form`
--
INSERT INTO `form` (`form_id`, `nama_lengkap`, `nama_panggilan`, `ttl`, `alamat`, `kewarganegaraan`, `no_hp`, `lowongan`, `ktp`, `pas_foto`, `transkrip`, `ijazah`, `acc_form`, `acc_wawancara`, `user_id`) VALUES
(1, '<NAME>', 'Ghani', 'Sleman, 2 Agustus 1999', 'Yogyakarta', 'Indonesia', '085643705846', 'Web Developer', 'img/KTP/c4ca4238a0b923820dcc509a6f75849bK.png', 'img/PasFoto/c4ca4238a0b923820dcc509a6f75849bP.png', 'img/Transkrip/c4ca4238a0b923820dcc509a6f75849bT.png', 'img/Ijazah/c4ca4238a0b923820dcc509a6f75849bI.png', 1, 1, 1),
(2, 'Williaaaaaaaaaan', 'wil', 'Sleman, 2 Agustus 1999', 'Yogyakarta', 'Indonesia', '085643705846', 'IT Support', 'img/KTP/eccbc87e4b5ce2fe28308fd9f2a7baf3K.png', 'img/PasFoto/eccbc87e4b5ce2fe28308fd9f2a7baf3P.png', 'img/Transkrip/eccbc87e4b5ce2fe28308fd9f2a7baf3T.png', 'img/Ijazah/eccbc87e4b5ce2fe28308fd9f2a7baf3I.png', 1, 1, 3),
(3, 'sqwd', 'eq', 'Sleman, 2 Agustus 1999', 'Yogyakarta', 'Indonesia', '085643705846', 'UI/UX Designer', 'img/KTP/a87ff679a2f3e71d9181a67b7542122cK.png', 'img/PasFoto/a87ff679a2f3e71d9181a67b7542122cP.png', 'img/Transkrip/a87ff679a2f3e71d9181a67b7542122cT.png', 'img/Ijazah/a87ff679a2f3e71d9181a67b7542122cI.png', 1, 1, 4);
-- --------------------------------------------------------
--
-- Struktur dari tabel `role`
--
CREATE TABLE `role` (
`role_id` char(1) NOT NULL,
`role_details` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `role`
--
INSERT INTO `role` (`role_id`, `role_details`) VALUES
('1', 'HRD'),
('2', 'Admin'),
('3', 'Karyawan'),
('4', 'Pelamar');
-- --------------------------------------------------------
--
-- Struktur dari tabel `user`
--
CREATE TABLE `user` (
`user_id` int(5) NOT NULL,
`email` varchar(30) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`username` varchar(30) DEFAULT NULL,
`role_id` char(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `user`
--
INSERT INTO `user` (`user_id`, `email`, `password`, `username`, `role_id`) VALUES
(1, '<EMAIL>', '<PASSWORD>', 'ghani', '3'),
(2, '<EMAIL>', '12345', 'Ghani', '2'),
(3, '<EMAIL>', '12345', 'willian', '3'),
(4, '<EMAIL>', '12345', 'b', '3');
-- --------------------------------------------------------
--
-- Struktur dari tabel `wawancara`
--
CREATE TABLE `wawancara` (
`wawancara_id` int(5) NOT NULL,
`lokasi` text DEFAULT NULL,
`waktu` time DEFAULT NULL,
`user_id` int(5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `wawancara`
--
INSERT INTO `wawancara` (`wawancara_id`, `lokasi`, `waktu`, `user_id`) VALUES
(3, 'Ruang Seminar Informatika UPN Veteran Yogyakarta Kampus 2', '08:00:00', 1),
(4, 'Ruang Seminar Informatika UPN Veteran Yogyakarta Kampus 2', '08:00:00', 3),
(5, 'Ruang Seminar Informatika UPN Veteran Yogyakarta Kampus 2', '08:00:00', 4);
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `form`
--
ALTER TABLE `form`
ADD PRIMARY KEY (`form_id`),
ADD KEY `user_id` (`user_id`);
--
-- Indeks untuk tabel `role`
--
ALTER TABLE `role`
ADD PRIMARY KEY (`role_id`);
--
-- Indeks untuk tabel `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`user_id`),
ADD UNIQUE KEY `email` (`email`),
ADD KEY `role_id` (`role_id`);
--
-- Indeks untuk tabel `wawancara`
--
ALTER TABLE `wawancara`
ADD PRIMARY KEY (`wawancara_id`),
ADD KEY `user_id` (`user_id`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `form`
--
ALTER TABLE `form`
MODIFY `form_id` int(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT untuk tabel `user`
--
ALTER TABLE `user`
MODIFY `user_id` int(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT untuk tabel `wawancara`
--
ALTER TABLE `wawancara`
MODIFY `wawancara_id` int(5) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)
--
--
-- Ketidakleluasaan untuk tabel `form`
--
ALTER TABLE `form`
ADD CONSTRAINT `form_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Ketidakleluasaan untuk tabel `user`
--
ALTER TABLE `user`
ADD CONSTRAINT `user_ibfk_1` FOREIGN KEY (`role_id`) REFERENCES `role` (`role_id`),
ADD CONSTRAINT `user_ibfk_2` FOREIGN KEY (`role_id`) REFERENCES `role` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Ketidakleluasaan untuk tabel `wawancara`
--
ALTER TABLE `wawancara`
ADD CONSTRAINT `wawancara_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
<filename>src/test/resources/sql-data.sql
INSERT INTO `imstest`.`customers` (`first_name`, `surname`) VALUES ('jordan', 'harrison');
INSERT INTO `imstest`.`items` (`name`, `price`) VALUES ('<NAME>', '5.4');
INSERT INTO `imstest`.`items` (`name`, `price`) VALUES ('Adapter', '3.50');
INSERT INTO `imstest`.`items` (`name`, `price`) VALUES ('Sausage', '4.00');
INSERT INTO `imstest`.`items` (`name`, `price`) VALUES ('EMG humbuckers', '145.23');
INSERT INTO `imstest`.`orders`(`customer_id`) VALUES (1);
INSERT INTO `imstest`.`orders_items`(`orders_id`, `item_id`) VALUES (1,1); |
<filename>db/seeds.sql<gh_stars>0
USE employee_db;
INSERT INTO department(department_name)
VALUES
("Legal"),
("Accounting"),
("R&D"),
("Sales");
INSERT INTO emp_role(emp_title,emp_salary,department_id)
-- WRITE down all the roles and link then to the department
-- Then link them with the role_id so it will show department name, title of employee as well as salary for the different roles
VALUES
("Engineer", 60000, 3),
("Lawyer",70000,1),
("Sales Rep", 50000, 4),
("Accountant", 70000, 2),
("Lead Engineer",80000,3),
("Sales Manager",70000,4),
("Paralegal", 45000, 1);
INSERT INTO employee(first_name,last_name,emp_role,manager_id)
VALUES
('Ronald', 'Firbank', 1, 11),
('Virginia', 'Woolf', 1, NULL),
('Piers', 'Gaveston', 2, NULL),
('Charles', 'LeRoi', 3, NULL),
('Katherine', 'Mansfield', 4, NULL),
('Dora', 'Carrington', 2, NULL),
('Edward', 'Bellamy', 3, 31),
('Montague', 'Summers', 4, 41),
('Octavia', 'Butler', 4, 41),
('Unica', 'Zurn', 3, 31);
INSERT INTO management(id,first_name,last_name)
VALUES
(11,'Virginia', 'Woolf'),
(31,'Charles', 'LeRoi'),
(41,'Katherine', 'Mansfield'); |
-- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 07, 2018 at 11:01 PM
-- Server version: 5.6.38
-- PHP Version: 7.2.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `wom`
--
-- --------------------------------------------------------
--
-- Table structure for table `orders`
--
CREATE TABLE `orders` (
`id` int(11) NOT NULL,
`item` varchar(100) NOT NULL,
`amount` int(11) NOT NULL,
`creator` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `orders`
--
INSERT INTO `orders` (`id`, `item`, `amount`, `creator`) VALUES
(18, 'dr pepper', 5, 'iPanja');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
|
<gh_stars>0
CREATE TABLE Login (
clientID TEXT PRIMARY KEY,
ip TEXT
);
|
<reponame>skyvory/big-cast<filename>database/cast-1.1.sql
-- phpMyAdmin SQL Dump
-- version 4.1.12
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: May 29, 2015 at 12:01 AM
-- Server version: 5.6.16
-- PHP Version: 5.5.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `cast`
--
-- --------------------------------------------------------
--
-- Table structure for table `choice`
--
CREATE TABLE IF NOT EXISTS `choice` (
`choice_id` int(16) NOT NULL AUTO_INCREMENT,
`content` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`jumpto_line_id` int(16) DEFAULT NULL,
`fk_line_id` int(16) NOT NULL,
PRIMARY KEY (`choice_id`),
KEY `choice_id` (`choice_id`),
KEY `jumpto_line_id` (`jumpto_line_id`),
KEY `fk_line_id` (`fk_line_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `choice`
--
INSERT INTO `choice` (`choice_id`, `content`, `jumpto_line_id`, `fk_line_id`) VALUES
(1, 'Yes', 10, 8),
(2, 'Why do you ask?', 9, 8);
-- --------------------------------------------------------
--
-- Table structure for table `configuration`
--
CREATE TABLE IF NOT EXISTS `configuration` (
`configuration_id` int(16) NOT NULL AUTO_INCREMENT,
`fk_fonttype_id` int(8) NOT NULL,
`text_speed` int(16) NOT NULL COMMENT 'delay per character',
`bgm_volume` float NOT NULL,
`voice_volume` float NOT NULL,
`sfx_volume` float NOT NULL,
`fk_user_id` int(16) NOT NULL,
`fk_project_id` int(16) NOT NULL,
PRIMARY KEY (`configuration_id`),
KEY `configuration_id` (`configuration_id`),
KEY `fk_fonttype_id` (`fk_fonttype_id`),
KEY `fk_user_id` (`fk_user_id`),
KEY `fk_project_id` (`fk_project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `configuration`
--
INSERT INTO `configuration` (`configuration_id`, `fk_fonttype_id`, `text_speed`, `bgm_volume`, `voice_volume`, `sfx_volume`, `fk_user_id`, `fk_project_id`) VALUES
(1, 4, 1, 1, 1, 1, 2, 1);
-- --------------------------------------------------------
--
-- Table structure for table `effect`
--
CREATE TABLE IF NOT EXISTS `effect` (
`effect_id` int(16) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`effect_id`),
KEY `effect_id` (`effect_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=12 ;
--
-- Dumping data for table `effect`
--
INSERT INTO `effect` (`effect_id`, `name`) VALUES
(1, 'no effect'),
(2, 'fade in (default)'),
(3, 'fade out (default)'),
(4, 'move in from left'),
(5, 'move out to left'),
(6, 'move in from right'),
(7, 'move out to right'),
(8, 'move in from above'),
(9, 'move out to above'),
(10, 'move in from below'),
(11, 'move out to below');
-- --------------------------------------------------------
--
-- Table structure for table `fonttype`
--
CREATE TABLE IF NOT EXISTS `fonttype` (
`fonttype_id` int(16) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`fonttype_id`),
KEY `fonttype_id` (`fonttype_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=8 ;
--
-- Dumping data for table `fonttype`
--
INSERT INTO `fonttype` (`fonttype_id`, `name`) VALUES
(1, 'Arial'),
(2, 'Helvetica'),
(3, 'Times New Roman'),
(4, 'MS UI Gothic'),
(5, 'Verdana'),
(6, 'Tahoma'),
(7, 'Comic Sans MS');
-- --------------------------------------------------------
--
-- Table structure for table `line`
--
CREATE TABLE IF NOT EXISTS `line` (
`line_id` int(16) NOT NULL AUTO_INCREMENT,
`sequence` int(16) NOT NULL,
`label` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`speaker` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`content` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
`jumpto_line_id` int(11) DEFAULT NULL,
`fk_linetype_id` int(8) NOT NULL,
`fk_project_id` int(16) NOT NULL,
PRIMARY KEY (`line_id`),
KEY `line_id` (`line_id`),
KEY `jumpto_line_id` (`jumpto_line_id`),
KEY `fk_linetype_id` (`fk_linetype_id`),
KEY `fk_project_id` (`fk_project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=17 ;
--
-- Dumping data for table `line`
--
INSERT INTO `line` (`line_id`, `sequence`, `label`, `speaker`, `content`, `jumpto_line_id`, `fk_linetype_id`, `fk_project_id`) VALUES
(1, 1, 'first line', 'Gentleman', 'Look here, boy, can you hold my horse a few minutes?', NULL, 1, 1),
(2, 2, NULL, 'Jack', 'Yes, sir, I''ll hold him as long as you like.', NULL, 1, 1),
(3, 3, NULL, 'Gentleman', 'All right! I''m going in at No. 39; I won''t be long.', NULL, 1, 1),
(4, 4, NULL, 'Frank', 'Have you set up a carriage, Jack?', NULL, 1, 1),
(8, 5, NULL, NULL, NULL, NULL, 2, 1),
(9, 6, 'asking answer', 'Frank', 'No real reason, just curious', 11, 1, 1),
(10, 7, 'yes answer', 'Jack', 'but it ain''t for long. I shall set down again pretty soon.', 11, 1, 1),
(11, 9, 'continue', 'Frank', 'I thought your grandmother had left you a fortune, and you had set up a team.', NULL, 1, 1),
(12, 8, NULL, 'Jack', 'No such good news. It belongs to a gentleman that''s inside.', NULL, 1, 1),
(13, 10, NULL, NULL, NULL, NULL, 3, 1),
(15, 11, NULL, 'Jack', '...', NULL, 1, 1),
(16, 12, NULL, NULL, NULL, NULL, 4, 1);
-- --------------------------------------------------------
--
-- Table structure for table `lineres`
--
CREATE TABLE IF NOT EXISTS `lineres` (
`fk_line_id` int(16) NOT NULL,
`fk_resource_id` int(16) NOT NULL,
KEY `fk_line_id` (`fk_line_id`),
KEY `fk_resource_id` (`fk_resource_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `lineres`
--
INSERT INTO `lineres` (`fk_line_id`, `fk_resource_id`) VALUES
(1, 50),
(1, 51),
(1, 57),
(1, 70),
(2, 50),
(2, 51),
(2, 75),
(3, 50),
(3, 51),
(3, 72),
(4, 50),
(4, 51),
(4, 74),
(9, 50),
(9, 51),
(9, 73),
(10, 50),
(10, 51),
(10, 66),
(11, 50),
(11, 51),
(11, 68),
(12, 50),
(12, 51),
(12, 67),
(13, 76),
(15, 50),
(15, 51),
(15, 67);
-- --------------------------------------------------------
--
-- Table structure for table `linetype`
--
CREATE TABLE IF NOT EXISTS `linetype` (
`linetype_id` int(8) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`linetype_id`),
KEY `linetype_id` (`linetype_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
--
-- Dumping data for table `linetype`
--
INSERT INTO `linetype` (`linetype_id`, `name`) VALUES
(1, 'text'),
(2, 'choice'),
(3, 'video'),
(4, 'end');
-- --------------------------------------------------------
--
-- Table structure for table `permission`
--
CREATE TABLE IF NOT EXISTS `permission` (
`permission_id` int(8) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`permission_id`),
KEY `permission_id` (`permission_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `permission`
--
INSERT INTO `permission` (`permission_id`, `name`) VALUES
(1, 'administrator'),
(2, 'member');
-- --------------------------------------------------------
--
-- Table structure for table `project`
--
CREATE TABLE IF NOT EXISTS `project` (
`project_id` int(16) NOT NULL AUTO_INCREMENT,
`title` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`description` varchar(512) COLLATE utf8_unicode_ci DEFAULT NULL,
`cover` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_date` datetime NOT NULL,
`published_date` datetime DEFAULT NULL,
`updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`fk_user_id` int(16) NOT NULL,
`fk_projectstatus_id` int(8) NOT NULL,
PRIMARY KEY (`project_id`),
KEY `project_id` (`project_id`),
KEY `fk_user_id` (`fk_user_id`,`fk_projectstatus_id`),
KEY `fk_projectstatus_id` (`fk_projectstatus_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `project`
--
INSERT INTO `project` (`project_id`, `title`, `description`, `cover`, `created_date`, `published_date`, `updated_date`, `fk_user_id`, `fk_projectstatus_id`) VALUES
(1, 'Jack''<NAME>', 'Story of the boy guardian.', '1', '2015-05-28 17:45:09', '2015-05-28 22:22:32', '2015-05-28 20:22:32', 2, 2);
-- --------------------------------------------------------
--
-- Table structure for table `projectstatus`
--
CREATE TABLE IF NOT EXISTS `projectstatus` (
`projectstatus_id` int(8) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`projectstatus_id`),
KEY `projectstatus_id` (`projectstatus_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `projectstatus`
--
INSERT INTO `projectstatus` (`projectstatus_id`, `name`) VALUES
(1, 'unpublished'),
(2, 'published');
-- --------------------------------------------------------
--
-- Table structure for table `resource`
--
CREATE TABLE IF NOT EXISTS `resource` (
`resource_id` int(16) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`file_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`character_name` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`figure_name` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`expression_name` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`fk_resourcetype_id` int(8) NOT NULL,
`fk_project_id` int(16) NOT NULL,
PRIMARY KEY (`resource_id`),
KEY `resource_id` (`resource_id`),
KEY `fk_resourcetype_id` (`fk_resourcetype_id`,`fk_project_id`),
KEY `fk_project_id` (`fk_project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=77 ;
--
-- Dumping data for table `resource`
--
INSERT INTO `resource` (`resource_id`, `name`, `file_name`, `character_name`, `figure_name`, `expression_name`, `fk_resourcetype_id`, `fk_project_id`) VALUES
(1, 'jack0007', '4d86f7fd6fea7f50b937c7869cee89ac.png', 'Jack', 'Standing', 'Normal', 1, 1),
(2, 'jack0008', '1692743ca6db3936d244640039d5b182.png', 'Jack', 'Standing', 'Angry', 1, 1),
(3, 'jack0009', 'c46173cf066f6fb0f84604a7a8db95d0.png', 'Jack', 'Standing', 'Flat', 1, 1),
(5, 'jack0005', '8f77068ec5a499b2f1423fc4e493cad9.png', 'Jack', 'Standing', 'Smile', 1, 1),
(6, 'jack0010', 'f098c5f5cc6143ae21fd1d07993c4092.png', 'Jack', 'Standing', 'Confused', 1, 1),
(11, 'jack0015', 'e0a4623d8ebe9cdccb99624d97d7abe4.png', 'Jack', 'Standing', 'Dislike', 1, 1),
(13, 'jack0002', 'f9650c0001bee6cd2a9b93442404d40e.png', 'Jack', 'Standing', 'Reflect', 1, 1),
(14, 'jack0004', '68165b7b60ded522a180fd8bf64c58b6.png', 'Jack', 'Standing', 'Wonder', 1, 1),
(15, 'jack0003', 'e9a6215e2f4f937e18b223a458c88e9f.png', 'Jack', 'Standing', 'Close', 1, 1),
(16, 'frank0005', 'a15a6474663055f2cb04b63ccbe139a1.png', 'Frank', 'Standing', 'Normal', 1, 1),
(17, 'frank0002', '8db762376cec13dd3f2d748890f3e7be.png', 'Frank', 'Standing', 'Happy', 1, 1),
(18, 'frank0003', '06bd8b91f567b704d4b3065bd597ffdd.png', 'Frank', 'Standing', 'Poker', 1, 1),
(19, 'frank0006', '45bee2ca8044206baa58d9d9fb5beb58.png', 'Frank', 'Standing', 'Angry', 1, 1),
(23, 'frank0008', 'e112bf82438337786a4bd947a4aa7b41.png', 'Frank', 'Standing', 'Confident', 1, 1),
(25, 'frank0010', 'beae17999990eaf2ab7452013b99da9b.png', 'Frank', 'Standing', 'Dislike', 1, 1),
(26, 'gentleman0006', '45b0eb9291f2f3e21be041977d9e6c07.png', 'Gentleman', 'Standing', 'Normal', 1, 1),
(27, 'gentleman0004', '63ef42031f80bf805cd12d0eabddfe69.png', 'Gentleman', 'Standing', 'Open Mouth', 1, 1),
(28, 'gentleman0007', 'f435a013ab73ff2bf1e07be026dbe8ae.png', 'Gentleman', 'Standing', 'Stare', 1, 1),
(29, 'gentleman0005', '0454ad46976123c98d75c5cf3402d8ec.png', 'Gentleman', 'Standing', 'Happy', 1, 1),
(30, 'gentleman0003', '1beb6de3efcd3ba538b28a27349499f4.png', 'Gentleman', 'Standing', 'Smile', 1, 1),
(31, 'gentleman0002', 'f9a9cfc5058ec6a50ba121d086b236a1.png', 'Gentleman', 'Standing', 'Dislike', 1, 1),
(33, 'harding0006', 'd5f86713d9da080a199e42a9e20ddb6f.png', 'Harding', 'Standing', 'Normal', 1, 1),
(34, 'harding0008', '16b29a41921a9634cddd22cf90958e64.png', 'Harding', 'Standing', 'Frown', 1, 1),
(35, 'harding0005', '5d9ac0fb8cb81e4a91ba0822ac393be5.png', 'Harding', 'Standing', 'Happy Closed Eyes', 1, 1),
(36, 'harding0009', '98eb48f27c5cd76ecbc79804e2016309.png', 'Harding', 'Standing', 'Big Smile', 1, 1),
(37, 'harding0007', '6d9e5b379b9fabc2db9e51719774fcd5.png', 'Harding', 'Standing', 'Open Mouth', 1, 1),
(38, 'harding0001', '983aab5b3e1e8f48f74b2688d58a2a51.png', 'Harding', 'Standing', 'Normal Closed Eyes', 1, 1),
(39, 'harding0002', 'ae18b3738b5986b6dbc3c610b222dfa9.png', 'Harding', 'Standing', 'Normal Smile', 1, 1),
(40, 'harding0003', '956281233452c0251a4f7fcff2c69b98.png', 'Harding', 'Standing', 'Smile', 1, 1),
(42, 'rachel0001', '3bdf0fc2fdd4290fbc1086f88715cfa0.png', 'Rachel', 'Standing', 'Normal', 1, 1),
(43, 'rachel0005', '4c212de2d306c1a8cf54fc6a62f6d809.png', 'Rachel', 'Standing', 'Big Smile', 1, 1),
(44, 'rachel0006', '5969e9abb71ec90d48812e805cad2053.png', 'Rachel', 'Standing', 'Smile', 1, 1),
(45, 'rachel0003', 'ce0f49770eea3dc4066f42833d446acd.png', 'Rachel', 'Standing', 'Frown', 1, 1),
(46, 'rachel0002', '8f1b7afe2d73838b4a899f900e49110b.png', 'Rachel', 'Standing', 'Open Mouth', 1, 1),
(47, 'rachel0004', '7031c89fb9cab5511c14a342d6e55444.png', 'Rachel', 'Standing', 'Frown', 1, 1),
(48, 'road', '0fce49b565c8b5a784421712bcf9a4a0.jpg', NULL, NULL, NULL, 2, 1),
(49, 'house', '6f75d7c9aa6348c50fce0601e121740e.jpg', NULL, NULL, NULL, 2, 1),
(50, 'crossing', '411f8094607bb894ae52ec217231a7bb.jpg', NULL, NULL, NULL, 2, 1),
(51, 'Active', '527795851f43374529e8744f70b1421d.mp3', NULL, NULL, NULL, 3, 1),
(52, 'Clam', '667adbed3a185ca14b92e1275b4457b9.mp3', NULL, NULL, NULL, 3, 1),
(53, 'Gentle', 'fd6b3b2798da36c935cd1963e77d0aa5.mp3', NULL, NULL, NULL, 3, 1),
(54, 'Eventide', '9fa892950c5838d3624f3c5d7272371a.mp3', NULL, NULL, NULL, 3, 1),
(55, 'Bound', 'e3420e097dfc2dbe4ef50ddd27dbf362.mp3', NULL, NULL, NULL, 3, 1),
(56, 'punch 2', 'dc97115f17c340e667957c07cd4aff59.ogg', NULL, NULL, NULL, 4, 1),
(57, 'bell', '30073d41848c8df8bd2d561260f145fd.ogg', NULL, NULL, NULL, 4, 1),
(59, 'door close hard', '6b63a5d4baa83a580a6439f2e3278f1d.ogg', NULL, NULL, NULL, 4, 1),
(60, 'shower', 'd44b34a2eee73528a64fd54022673d21.ogg', NULL, NULL, NULL, 4, 1),
(61, 'footstep', '9a8f39ce2c31ec1a953654d7be97cafd.ogg', NULL, NULL, NULL, 4, 1),
(62, 'door open', '8b7efd0bf843ed37e6331d8dde4f8b5c.ogg', NULL, NULL, NULL, 4, 1),
(63, 'drop', 'eca82571356ffcc5f0d0814e3fba05c8.ogg', NULL, NULL, NULL, 4, 1),
(64, 'punch', 'a4b37782c6600fa5302b6eb748597660.ogg', NULL, NULL, NULL, 4, 1),
(65, 'hit', '21c80624cf39230cf7e23e21e343f6bc.ogg', NULL, NULL, NULL, 4, 1),
(66, 'voice_000006', '0f7d736a91f1382042aa34a76794b0d0.ogg', NULL, NULL, NULL, 5, 1),
(67, 'voice_000008', 'ad5415c84c699b2257e72f2d98775a38.ogg', NULL, NULL, NULL, 5, 1),
(68, 'voice_000007', '50447c38137cc2096355bdee1412ce94.ogg', NULL, NULL, NULL, 5, 1),
(69, 'voice_000010', '3ef6871a8499cd0066e79bf4a7c4c205.ogg', NULL, NULL, NULL, 5, 1),
(70, 'voice_000001', '3b6d2764357daad486a3f7fb8de4cbb4.ogg', NULL, NULL, NULL, 5, 1),
(71, 'voice_000009', '49c109204a38f8d1fcf53c115ec6d02c.ogg', NULL, NULL, NULL, 5, 1),
(72, 'voice_000003', '28bbe5edfe9a7e78798d50f4b4c4b494.ogg', NULL, NULL, NULL, 5, 1),
(73, 'voice_000005', 'ec9cc517d897a13f5bb3807bdc2292e6.ogg', NULL, NULL, NULL, 5, 1),
(74, 'voice_000004', 'aea2407b81520dad25785ae52b90b8d1.ogg', NULL, NULL, NULL, 5, 1),
(75, 'voice_000002', '3e79dda34f4519ec116d9c48f689cd6a.ogg', NULL, NULL, NULL, 5, 1),
(76, 'video', 'ddcfe18eae1e38b8677f8fcc82cfbbd2.mp4', NULL, NULL, NULL, 6, 1);
-- --------------------------------------------------------
--
-- Table structure for table `resourcetype`
--
CREATE TABLE IF NOT EXISTS `resourcetype` (
`resourcetype_id` int(8) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`resourcetype_id`),
KEY `resourcetype_id` (`resourcetype_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;
--
-- Dumping data for table `resourcetype`
--
INSERT INTO `resourcetype` (`resourcetype_id`, `name`) VALUES
(1, 'sprite'),
(2, 'background image'),
(3, 'background music'),
(4, 'sound effect'),
(5, 'character voice'),
(6, 'video');
-- --------------------------------------------------------
--
-- Table structure for table `savedata`
--
CREATE TABLE IF NOT EXISTS `savedata` (
`savedata_id` int(16) NOT NULL AUTO_INCREMENT,
`save_date` datetime NOT NULL,
`fk_line_id` int(16) NOT NULL,
`fk_user_id` int(16) NOT NULL,
`fk_savedatatype_id` int(8) NOT NULL,
`fk_project_id` int(16) NOT NULL,
PRIMARY KEY (`savedata_id`),
KEY `savedata_id` (`savedata_id`),
KEY `fk_line_id` (`fk_line_id`),
KEY `fk_user_id` (`fk_user_id`),
KEY `fk_savedatatype_id` (`fk_savedatatype_id`),
KEY `fk_project_id` (`fk_project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
--
-- Dumping data for table `savedata`
--
INSERT INTO `savedata` (`savedata_id`, `save_date`, `fk_line_id`, `fk_user_id`, `fk_savedatatype_id`, `fk_project_id`) VALUES
(1, '2015-05-28 22:51:24', 1, 2, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `savedatatype`
--
CREATE TABLE IF NOT EXISTS `savedatatype` (
`savedatatype_id` int(16) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`savedatatype_id`),
KEY `savedatatype_id` (`savedatatype_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `savedatatype`
--
INSERT INTO `savedatatype` (`savedatatype_id`, `name`) VALUES
(1, 'normal'),
(2, 'quick');
-- --------------------------------------------------------
--
-- Table structure for table `sprite`
--
CREATE TABLE IF NOT EXISTS `sprite` (
`sprite_id` int(16) NOT NULL AUTO_INCREMENT,
`fk_resource_id` int(16) DEFAULT NULL,
`position_x` int(16) DEFAULT NULL,
`position_y` int(16) DEFAULT NULL,
`position_z` int(16) DEFAULT NULL,
`fk_effect_id` int(8) DEFAULT NULL,
`fk_line_id` int(16) NOT NULL,
PRIMARY KEY (`sprite_id`),
KEY `sprite_id` (`sprite_id`),
KEY `fk_resource_id` (`fk_resource_id`),
KEY `fk_effect_id` (`fk_effect_id`),
KEY `fk_line_id` (`fk_line_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ;
--
-- Dumping data for table `sprite`
--
INSERT INTO `sprite` (`sprite_id`, `fk_resource_id`, `position_x`, `position_y`, `position_z`, `fk_effect_id`, `fk_line_id`) VALUES
(1, 26, 0, 0, 0, NULL, 1),
(2, 26, 0, 0, 0, NULL, 2),
(3, 1, 4, 1, 0, 6, 2),
(4, 27, 0, 0, 0, 7, 3),
(5, 1, 4, 1, 0, NULL, 3),
(6, 1, 4, 1, 0, NULL, 4),
(7, 16, 0, 1, 0, NULL, 4),
(14, 1, 4, 1, 0, NULL, 9),
(15, 16, 0, 1, 0, NULL, 9),
(16, 11, 4, 1, 0, NULL, 10),
(17, 16, 4, 1, 0, NULL, 10),
(18, 1, 4, 1, 0, NULL, 11),
(19, 25, 0, 1, 0, NULL, 11),
(20, 11, 4, 1, 0, NULL, 12),
(21, 16, 0, 1, 0, NULL, 12),
(22, 3, 2, 1, 0, NULL, 15);
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE IF NOT EXISTS `user` (
`user_id` int(16) NOT NULL AUTO_INCREMENT,
`username` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`password` char(255) COLLATE utf8_unicode_ci NOT NULL,
`salt` char(255) COLLATE utf8_unicode_ci NOT NULL,
`created_date` datetime NOT NULL,
`updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`fk_permission_id` int(8) NOT NULL,
PRIMARY KEY (`user_id`),
KEY `user_id` (`user_id`),
KEY `fk_permission_id` (`fk_permission_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `user`
--
INSERT INTO `user` (`user_id`, `username`, `password`, `salt`, `created_date`, `updated_date`, `fk_permission_id`) VALUES
(1, 'admin', <PASSWORD>', <PASSWORD>$', '2015-05-28 17:20:32', '2015-05-28 15:20:46', 1),
(2, 'fourleaves', '$2a$07$eedc5708261c69588b422uCfWdVFhlNd8PcobQLOt6c2OFyirkheq', '$2a$07$eedc5708261c69588b4223725e61fb59d222f13eec491c067d20bd2d0a627db73eb0eb8da4e9a591e508b53e5546bb27cde13cbb60e40135a388da76d9f0c7ec$', '2015-05-28 17:32:42', '2015-05-28 15:32:42', 2);
--
-- Constraints for dumped tables
--
--
-- Constraints for table `choice`
--
ALTER TABLE `choice`
ADD CONSTRAINT `choice_ibfk_1` FOREIGN KEY (`jumpto_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `choice_ibfk_2` FOREIGN KEY (`fk_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `configuration`
--
ALTER TABLE `configuration`
ADD CONSTRAINT `configuration_ibfk_1` FOREIGN KEY (`fk_fonttype_id`) REFERENCES `fonttype` (`fonttype_id`) ON UPDATE NO ACTION,
ADD CONSTRAINT `configuration_ibfk_2` FOREIGN KEY (`fk_user_id`) REFERENCES `user` (`user_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `configuration_ibfk_3` FOREIGN KEY (`fk_project_id`) REFERENCES `project` (`project_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `line`
--
ALTER TABLE `line`
ADD CONSTRAINT `line_ibfk_1` FOREIGN KEY (`jumpto_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `line_ibfk_2` FOREIGN KEY (`fk_linetype_id`) REFERENCES `linetype` (`linetype_id`) ON UPDATE NO ACTION,
ADD CONSTRAINT `line_ibfk_3` FOREIGN KEY (`fk_project_id`) REFERENCES `project` (`project_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `lineres`
--
ALTER TABLE `lineres`
ADD CONSTRAINT `lineres_ibfk_1` FOREIGN KEY (`fk_resource_id`) REFERENCES `resource` (`resource_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `lineres_ibfk_2` FOREIGN KEY (`fk_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `project`
--
ALTER TABLE `project`
ADD CONSTRAINT `project_ibfk_1` FOREIGN KEY (`fk_user_id`) REFERENCES `user` (`user_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `project_ibfk_2` FOREIGN KEY (`fk_projectstatus_id`) REFERENCES `projectstatus` (`projectstatus_id`) ON UPDATE NO ACTION;
--
-- Constraints for table `resource`
--
ALTER TABLE `resource`
ADD CONSTRAINT `resource_ibfk_1` FOREIGN KEY (`fk_resourcetype_id`) REFERENCES `resourcetype` (`resourcetype_id`) ON UPDATE NO ACTION,
ADD CONSTRAINT `resource_ibfk_2` FOREIGN KEY (`fk_project_id`) REFERENCES `project` (`project_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `savedata`
--
ALTER TABLE `savedata`
ADD CONSTRAINT `savedata_ibfk_1` FOREIGN KEY (`fk_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `savedata_ibfk_2` FOREIGN KEY (`fk_user_id`) REFERENCES `user` (`user_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
ADD CONSTRAINT `savedata_ibfk_3` FOREIGN KEY (`fk_savedatatype_id`) REFERENCES `savedatatype` (`savedatatype_id`) ON UPDATE NO ACTION,
ADD CONSTRAINT `savedata_ibfk_4` FOREIGN KEY (`fk_project_id`) REFERENCES `project` (`project_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
--
-- Constraints for table `sprite`
--
ALTER TABLE `sprite`
ADD CONSTRAINT `sprite_ibfk_1` FOREIGN KEY (`fk_resource_id`) REFERENCES `resource` (`resource_id`) ON DELETE CASCADE,
ADD CONSTRAINT `sprite_ibfk_2` FOREIGN KEY (`fk_effect_id`) REFERENCES `effect` (`effect_id`),
ADD CONSTRAINT `sprite_ibfk_3` FOREIGN KEY (`fk_line_id`) REFERENCES `line` (`line_id`) ON DELETE CASCADE;
--
-- Constraints for table `user`
--
ALTER TABLE `user`
ADD CONSTRAINT `user_ibfk_1` FOREIGN KEY (`fk_permission_id`) REFERENCES `permission` (`permission_id`);
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
<gh_stars>0
-- MySQL dump 10.13 Distrib 5.7.27, for Linux (x86_64)
--
-- Host: localhost Database: users
-- ------------------------------------------------------
-- Server version 5.7.27
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `Users`
--
DROP TABLE IF EXISTS `Users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `Users` (
`email` varchar(255) NOT NULL,
`firstname` varchar(255) NOT NULL,
`lastname` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`isAdmin` tinyint(4) NOT NULL,
PRIMARY KEY (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
INSERT INTO `Users` (`email`, `firstname`, `lastname`, `password`, `isAdmin`) VALUES
('email1', 'firstname1', 'lastname1', '<PASSWORD>', 1593),
('email2', 'firstname2', 'lastname2', 'password2', 4960),
('email3', 'firstname3', 'lastname3', 'password3', 1523),
('email4', 'firstname4', 'lastname4', 'password4', 6470),
('email5', 'firstname5', 'lastname5', 'password5', 1898),
('email6', 'firstname6', 'lastname6', 'password6', 990),
('email7', 'firstname7', 'lastname7', 'password7', 1885),
('email8', 'firstname8', 'lastname8', 'password8', 2273),
('email9', 'firstname9', 'lastname9', 'password9', 7270),
('email10', 'firstname10', 'lastname10', 'password10', 9396),
('email11', 'firstname11', 'lastname11', 'password11', 1756),
('email12', 'firstname12', 'lastname12', 'password12', 6687),
('email13', 'firstname13', 'lastname13', 'password13', 1772),
('email14', 'firstname14', 'lastname14', 'password14', 271),
('email15', 'firstname15', 'lastname15', 'password15', 8080),
('email16', 'firstname16', 'lastname16', 'password16', 8898),
('email17', 'firstname17', 'lastname17', '<PASSWORD>', 4226),
('email18', 'firstname18', 'lastname18', 'password18', 662),
('email19', 'firstname19', 'lastname19', 'password19', 9417),
('email20', 'firstname20', 'lastname20', 'password20', 6490),
('email21', 'firstname21', 'lastname21', 'password21', 6529),
('email22', 'firstname22', 'lastname22', '<PASSWORD>', 3418),
('email23', 'firstname23', 'lastname23', 'password23', 9090),
('email24', 'firstname24', 'lastname24', 'password24', 7454),
('email25', 'firstname25', 'lastname25', 'password25', 6521),
('email26', 'firstname26', 'lastname26', 'password26', 1994),
('email27', 'firstname27', 'lastname27', 'password27', 3326),
('email28', 'firstname28', 'lastname28', 'password28', 7805),
('email29', 'firstname29', 'lastname29', 'password29', 7198),
('email30', 'firstname30', 'lastname30', 'password30', 4871),
('email31', 'firstname31', 'lastname31', 'password31', 8695),
('email32', 'firstname32', 'lastname32', 'password32', 2665),
('email33', 'firstname33', 'lastname33', 'password33', 2896),
('email34', 'firstname34', 'lastname34', 'password34', 6853),
('email35', 'firstname35', 'lastname35', 'password35', 8800),
('email36', 'firstname36', 'lastname36', 'password36', 2585),
('email37', 'firstname37', 'lastname37', 'password37', 426),
('email38', 'firstname38', 'lastname38', 'password38', 9457),
('email39', 'firstname39', 'lastname39', 'password39', 3430),
('email40', 'firstname40', 'lastname40', 'password40', 5447),
('email41', 'firstname41', 'lastname41', '<PASSWORD>', 6449),
('email42', 'firstname42', 'lastname42', 'password42', 1741),
('email43', 'firstname43', 'lastname43', 'password43', 669),
('email44', 'firstname44', 'lastname44', 'password44', 722),
('email45', 'firstname45', 'lastname45', 'password45', 4489),
('email46', 'firstname46', 'lastname46', 'password46', 9215),
('email47', 'firstname47', 'lastname47', 'password47', 1643),
('email48', 'firstname48', 'lastname48', 'password48', 7064),
('email49', 'firstname49', 'lastname49', 'password49', <PASSWORD>),
('email50', 'firstname50', 'lastname50', 'password50', 7402),
('email51', 'firstname51', 'lastname51', 'password51', 2334),
('email52', 'firstname52', 'lastname52', 'password52', 5207),
('email53', 'firstname53', 'lastname53', 'password53', 5043),
('email54', 'firstname54', 'lastname54', 'password54', 6974),
('email55', 'firstname55', 'lastname55', 'password55', 745),
('email56', 'firstname56', 'lastname56', 'password56', 4954),
('email57', 'firstname57', 'lastname57', 'password57', 2689),
('email58', 'firstname58', 'lastname58', 'password58', 450),
('email59', 'firstname59', 'lastname59', 'password59', 6050),
('email60', 'firstname60', 'lastname60', 'password60', 1423),
('email61', 'firstname61', 'lastname61', 'password61', 5902),
('email62', 'firstname62', 'lastname62', 'password62', 1034),
('email63', 'firstname63', 'lastname63', 'password63', 8370),
('email64', 'firstname64', 'lastname64', 'password64', 9489),
('email65', 'firstname65', 'lastname65', 'password65', 9580),
('email66', 'firstname66', 'lastname66', 'password66', 3034),
('email67', 'firstname67', 'lastname67', 'password67', 3757),
('email68', 'firstname68', 'lastname68', 'password68', <PASSWORD>0),
('email69', 'firstname69', 'lastname69', 'password69', 412),
('email70', 'firstname70', 'lastname70', 'password70', 3748),
('email71', 'firstname71', 'lastname71', 'password71', 612),
('email72', 'firstname72', 'lastname72', 'password72', 334),
('email73', 'firstname73', 'lastname73', 'password73', 8325),
('email74', 'firstname74', 'lastname74', 'password74', 9205),
('email75', 'firstname75', 'lastname75', 'password75', 7890),
('email76', 'firstname76', 'lastname76', 'password76', 3000),
('email77', 'firstname77', 'lastname77', 'password77', 5457),
('email78', 'firstname78', 'lastname78', 'password78', 8594),
('email79', 'firstname79', 'lastname79', 'password79', 1847),
('email80', 'firstname80', 'lastname80', 'password80', 57),
('email81', 'firstname81', 'lastname81', 'password81', 2244),
('email82', 'firstname82', 'lastname82', 'password82', 3366),
('email83', 'firstname83', 'lastname83', 'password83', 8669),
('email84', 'firstname84', 'lastname84', 'password84', 9037),
('email85', 'firstname85', 'lastname85', 'password85', 2336),
('email86', 'firstname86', 'lastname86', 'password86', 8619),
('email87', 'firstname87', 'lastname87', 'password87', 6244),
('email88', 'firstname88', 'lastname88', 'password88', 5361),
('email89', 'firstname89', 'lastname89', 'password89', 2908),
('email90', 'firstname90', 'lastname90', 'password90', 649),
('email91', 'firstname91', 'lastname91', 'password91', 9769),
('email92', 'firstname92', 'lastname92', 'password92', 595),
('email93', 'firstname93', 'lastname93', 'password93', 8361),
('email94', 'firstname94', 'lastname94', 'password94', 9558),
('email95', 'firstname95', 'lastname95', 'password95', 9147),
('email96', 'firstname96', 'lastname96', 'password96', 9183),
('email97', 'firstname97', 'lastname97', 'password97', 9721),
('email98', 'firstname98', 'lastname98', 'password98', 8192),
('email99', 'firstname99', 'lastname99', '<PASSWORD>', 8332),
('email100', 'firstname100', 'lastname100', '<PASSWORD>', 5930);
--
-- Dumping data for table `Users`
--
LOCK TABLES `Users` WRITE;
/*!40000 ALTER TABLE `Users` DISABLE KEYS */;
/*!40000 ALTER TABLE `Users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-01-18 9:04:23
|
CREATE DATABASE agenda;
USE agenda;
CREATE TABLE pessoa (
id INTEGER AUTO_INCREMENT PRIMARY KEY,
nome VARCHAR(50) NOT NULL
);
INSERT INTO pessoa(nome) VALUES ("mateus"),("mateus2"),("mateus3"); |
CREATE TABLE `weddingdb`.`purchase` (
`purchase_id` INT NOT NULL AUTO_INCREMENT,
`registry_item_id` INT NOT NULL,
`purchased_by_names` VARCHAR(75) NOT NULL,
`purchased_by_email` VARCHAR(60) NOT NULL,
`custom_description` VARCHAR(60) NOT NULL,
`price` DECIMAL(10,2) NOT NULL,
`delivery_method` VARCHAR(10) NOT NULL,
`create_dt` TIMESTAMP(2) NOT NULL,
PRIMARY KEY (`purchase_id`)); |
<filename>sqitch/verify/data/politics-in-programming.sql
-- Verify ovid:data/politics-in-programming on sqlite
BEGIN;
-- XXX Add verifications here.
ROLLBACK;
|
<filename>Dka.Net5.IdentityWithDapper/Infrastructure/Migrations/MSSQL/202107291317-create_table_users.sql
BEGIN TRY
BEGIN TRANSACTION;
IF NOT EXISTS(SELECT * FROM Information_Schema.Tables WHERE Table_Name='Users')
BEGIN
CREATE TABLE [Users] (
[Id] UNIQUEIDENTIFIER NOT NULL CONSTRAINT [PK_Users] PRIMARY KEY CLUSTERED,
[UserName] NVARCHAR(256) NOT NULL,
[NormalizedUserName] NVARCHAR(256) NOT NULL CONSTRAINT [IX_Users_NormalizedUserName] UNIQUE NONCLUSTERED,
[Email] NVARCHAR(256) NOT NULL,
[NormalizedEmail] NVARCHAR(256) NOT NULL CONSTRAINT [IX_Users_NormalizedEmail] UNIQUE NONCLUSTERED,
[EmailConfirmed] BIT NOT NULL,
[PasswordHash] NVARCHAR(max) NOT NULL,
[SecurityStamp] NVARCHAR(max) NULL,
[ConcurrencyStamp] NVARCHAR(max) NOT NULL,
[PhoneNumber] NVARCHAR(50) NULL,
[PhoneNumberConfirmed] BIT NOT NULL,
[TwoFactorEnabled] BIT NOT NULL,
[LockoutEnd] DATETIME NULL,
[LockoutEnabled] BIT NOT NULL,
[AccessFailedCount] INT NOT NULL
);
END;
IF @@TRANCOUNT > 0
BEGIN
COMMIT TRANSACTION;
END;
END TRY
BEGIN CATCH
IF @@TRANCOUNT > 0
BEGIN
ROLLBACK TRANSACTION;
END;
DECLARE @ErrorMessage nvarchar(max), @ErrorSeverity int, @ErrorState int;
SELECT @ErrorMessage = ERROR_MESSAGE() + ' Line ' + cast(ERROR_LINE() as nvarchar(5)), @ErrorSeverity = ERROR_SEVERITY(), @ErrorState = ERROR_STATE();
RAISERROR (@ErrorMessage, @ErrorSeverity, @ErrorState);
END CATCH; |
--
-- Version: Each entry records a person's assessment of their mood and a sentiment score on the response on a day in time. Supports Azure SQL Server.
-- URL: http://ostlog.org/schema/Sleep_log.json
--
CREATE TABLE [dbo].[Mood log]
(
[id] INT IDENTITY (1,1) NOT NULL,
[meta_id] INT NULL,
[calendar_date_id] INT DEFAULT CONVERT (char(8), GETDATE(), 112) NOT NULL,
[timestamp] TIME (0) NOT NULL,
[location_id] INT NULL,
[person_id] INT NOT NULL,
[feeling_term] NVARCHAR(50) NULL,
[high_energy] NVARCHAR (20) NULL,
[remarks] NVARCHAR(4000) NULL,
CONSTRAINT [PK_Mood log] PRIMARY KEY CLUSTERED ([id] ASC),
CONSTRAINT [FK_Mood log-Calendar_date1] FOREIGN KEY ([calendar_date_id]) REFERENCES [dbo].[Calendar dates] ([date_id]),
CONSTRAINT [FK_Mood log-People] FOREIGN KEY ([person_id]) REFERENCES [dbo].[People] ([id]),
CONSTRAINT [FK_Mood log-Location] FOREIGN KEY ([location_id]) REFERENCES [dbo].[Location] ([location_id]),
CONSTRAINT [FK_Mood log-Meta log] FOREIGN KEY ([meta_id]) REFERENCES [dbo].[Meta log] ([id]),
CHECK ([high_energy] = 'strongly disagree' OR [high_energy] = 'disagree' OR [high_energy] = 'neutral' OR [high_energy] = 'agree' OR [high_energy] = 'strongly agree')
)
|
-- file:hs_standby_allowed.sql ln:103 expect:true
DEALLOCATE hsp
|
<reponame>obi-two/GameServer
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET FOREIGN_KEY_CHECKS=0 */;
DROP PROCEDURE IF EXISTS `sp_CreateService`;
DELIMITER //
CREATE PROCEDURE `sp_CreateService`(IN `in_galaxy_id` INT, IN `in_name` VARCHAR(50), IN `in_type` VARCHAR(50), IN `in_version` INT, IN `in_address` VARCHAR(50), IN `in_tcp_port` INT, IN `in_udp_port` INT, IN `in_ping_port` INT, IN `in_status` INT)
BEGIN
INSERT INTO service (galaxy_id, name,type,version,address,tcp_port,udp_port,ping_port,status,last_pulse,created_at,updated_at)
VALUES(in_galaxy_id, in_name, in_type, in_version, INET_ATON(in_address), in_tcp_port, in_udp_port, in_ping_port, in_status, NOW(), NOW(), NOW());
SELECT id, status, CONVERT(TIMESTAMP(last_pulse), CHAR) as last_pulse_timestamp from service where id = LAST_INSERT_ID();
END//
DELIMITER ;
/*!40014 SET FOREIGN_KEY_CHECKS=1 */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
CREATE TABLE [dbo].[User] (
[Id] UNIQUEIDENTIFIER NOT NULL,
[DisplayName] NVARCHAR (256) CONSTRAINT [DF_User_DisplayName] DEFAULT ('') NOT NULL,
[EmailAddress] NVARCHAR (256) CONSTRAINT [DF_User_EmailAddress] DEFAULT ('') NOT NULL,
[IsActive] BIT CONSTRAINT [DF_User_IsActive] DEFAULT ((1)) NOT NULL,
CONSTRAINT [PK_User] PRIMARY KEY CLUSTERED ([Id] ASC),
CONSTRAINT [UK_User_DisplayName] UNIQUE NONCLUSTERED ([DisplayName] ASC),
CONSTRAINT [UK_User_EmailAddress] UNIQUE NONCLUSTERED ([EmailAddress] ASC)
);
GO
GO
|
<reponame>Falumpaset/handson-ml2
Drop table landlord.property_custom_question;
Alter table shared.custom_question Drop column importance;
create table shared.property_custom_question
(
id bigint not null,
property_id bigint not null,
custom_question_id bigint not null,
importance bigint not null default 0,
constraint fk_property_custom_question_1 foreign key (property_id)
REFERENCES landlord.property (id) MATCH SIMPLE
ON UPDATE CASCADE
ON DELETE CASCADE,
constraint fk_property_custom_question_2 foreign key (custom_question_id)
REFERENCES shared.custom_question (id) MATCH SIMPLE
ON UPDATE CASCADE
ON DELETE CASCADE,
CONSTRAINT uq_property_custom_question UNIQUE (property_id, custom_question_id)
);
|
<gh_stars>0
--
-- Copyright 2016 <NAME>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
INSERT INTO "OAIRunResult" VALUES (1, '2016-07-19 11:11:40.74+02', '2011-01-03 12:00:23-03', '', NULL, NULL);
INSERT INTO "OAIRunResult" VALUES (2, '2016-07-20 13:18:40.038+02', '2011-01-03 12:00:23-03', '', NULL, '2016-07-19 11:11:40.74+02');
INSERT INTO "OAIRunResult" VALUES (3, '2016-07-20 13:22:57.137+02', '2011-01-03 12:00:23-03', '140225245500000', '2014-06-09 20:34:15+04', '2016-07-20 13:18:40.038+02');
SELECT pg_catalog.setval('"oairunresult_ID_seq"', 3, true); |
Use PeopleSalesWH
GO
PRINT '<<< USING PeoplesSalesWH >>>'
PRINT ''
set nocount ON
go
DECLARE @SPName VarChar(100)
SET @SPName = 'ufn_GetValidBusinessDateID'
IF NOT EXISTS(SELECT * FROM sysobjects WHERE name = @SPName)
BEGIN
DECLARE @SQL VarChar(1000)
SET @SQL = 'CREATE FUNCTION ' + @SPName + '() returns DateTime
AS
begin
return(0)
end'
EXECUTE(@SQL)
END
PRINT 'Updating Function ' + @SPName
GO
ALTER FUNCTION dbo.ufn_GetValidBusinessDateID(@DateID AS Int) RETURNS Int
AS
BEGIN
DECLARE @BusinessDateID Int
SELECT @BusinessDateID = MAX(TD.DateID)
FROM MasterDates TD
WHERE TD.IsUSHoliday = 0
AND TD.IsWeekend =0
AND TD.DateID <= @DateID
RETURN @BusinessDateID
END
GO
PRINT '<<< Finished Updating Function >>>'
DECLARE @SystemDate DATETIME
DECLARE @Days INT
IF EXISTS (SELECT * FROM MasterDates)
BEGIN
PRINT '<<< Delete Data if it Exists >>>'
DELETE FROM MasterDates
DBCC CHECKIDENT (MasterDates, RESEED, 0)
PRINT '<<< Finished Deleting Data >>>'
END
DECLARE @WDate datetime
SET @WDate = '1/1/1900'
PRINT '<<< Starting Insert of Date Information >>>'
WHILE @WDate <= '12/31/2095'
BEGIN
INSERT INTO [MasterDates](
[CalendarDate]
, [DayOfWeekNum]
, [DayOfWeekName]
, [DayOfMonthNum]
, [DayOfYearNum]
, [WeekInYearNum]
, [MonthInYearNum]
, [MonthName]
, [YearNum]
, [IsFiscalFirstQuarter]
, [IsFiscalSecondQuarter]
, [IsFiscalThirdQuarter]
, [IsFiscalFourthQuarter]
-- , [IsUSHoliday]
-- , [IsLondonHoliday]
-- , [IsWeekend]
-- , [IsEOM]
, [IsEOQ]
, [IsEOY]
)
SELECT
CalendarDate = @WDate
,DayOfWeekNum = DATEPART(dw, @WDate)
,[DayOfWeekName] = DATENAME(dw, @WDate)
,[DayOfMonthNum] = DAY(@WDate)
,[DayOfYearNum] = DATEPART(dy, @WDate)
,[WeekInYearNum] = DATEPART(wk, @WDate)
,[MonthInYearNum] = MONTH(@WDate)
,[MonthName] = DATENAME(mm, @WDate)
,[YearNum] = YEAR(@WDate)
,[IsFiscalFirstQuarter] = 0
,[IsFiscalSecondQuarter] = 0
,[IsFiscalThirdQuarter] = 0
,[IsFiscalFourthQuarter] = 0
-- ,[IsUSHoliday] = (
-- CASE
-- WHEN Enterprise.dbo.ufn_Flames_IsUSHoliday_DMBuildOnly(@WDate) > '' THEN 1
-- ELSE 0
-- END)
-- ,[IsLondonHoliday] = (
-- CASE
-- WHEN Enterprise.dbo.ufn_FHLB_IsUKHoliday(@WDate) > '' THEN 1
-- ELSE 0
-- END )
-- ,[IsWeekend] = (
-- CASE DATEPART(dw, @WDate)
-- WHEN 1 THEN 1
-- WHEN 7 THEN 1
-- ELSE 0
-- END )
-- ,[IsEOM] = (
-- CASE
-- WHEN @WDate = Enterprise.dbo.ufn_FHLB_GetEOM(@WDate) THEN 1
-- ELSE 0
-- END )
,[IsEOQ] = 0
,[IsEOY] = 0
SET @WDate = @WDate + 1
END
PRINT '<<< Finishing Insert of Date Information >>>'
DECLARE @Records BigInt
SELECT @Records = COUNT(*) FROM MasterDates
Print 'MasterDates - Total Records: ' + CAST(@Records AS VARCHAR)
PRINT ''
-- End Load the DMTradeDates table
-- ***********************************************************************************************************************
-- START Load - The Business EOM, EOQ, and EOY Updates
-- ****************************************************************************************************
PRINT '<<< Starting Update of Business Date Information >>>'
--1 Update all dates where the Weekend & USHoliday are both 0
UPDATE MasterDates
SET IsBusinessEOM = 1
WHERE
IsEOM = 1
AND (
IsWeekend = 0
AND
IsUSHoliday = 0
)
UPDATE MasterDates
SET IsBusinessEOQ = 1
WHERE
IsEOQ = 1
AND (
IsWeekend = 0
AND
IsUSHoliday = 0
)
UPDATE MasterDates
SET IsBusinessEOY = 1
WHERE
IsEOY = 1
AND (
IsWeekend = 0
AND
IsUSHoliday = 0
)
--2 Get all of the dates where the EOM is on a Weekend or Holiday (into a temp table)
CREATE TABLE #DateBusinessTemp
(
DateID Int
,CalendarDate DateTime
,[MonthName] VarChar(20)
,DayOfMonthNum TinyInt
,IsUSHoliday Bit
,IsWeekend Bit
,IsEOM Bit
,IsEOQ Bit
,IsEOY Bit
,PreviousBusinessDateID Int
)
INSERT INTO #DateBusinessTemp
(
DateID
,CalendarDate
,[MonthName]
,DayOfMonthNum
,IsUSHoliday
,IsWeekend
,IsEOM
,IsEOQ
,IsEOY
)
SELECT
DateID
,CalendarDate
,[MonthName]
,DayOfMonthNum
,IsUSHoliday
,IsWeekend
,IsEOM
,IsEOQ
,IsEOY
FROM MasterDates TD
WHERE
TD.IsEOM = 1
AND (
TD.IsWeekend = 1
OR
TD.IsUSHoliday = 1
)
--3 Insert the closest prior business date into the PreviousBusinessDateID column for that Temp table
UPDATE #DateBusinessTemp
SET PreviousBusinessDateID = dbo.ufn_GetValidBusinessDateID(DateID)
--4 Update the actual table with the EOMBusinessDate
UPDATE MasterDates
SET IsBusinessEOM = 1
WHERE
DateID IN (
Select PreviousBusinessDateID
From #DateBusinessTemp
)
UPDATE MasterDates
SET IsBusinessEOQ = 1
WHERE
DateID IN (
Select PreviousBusinessDateID
From #DateBusinessTemp
Where IsEOQ = 1
)
UPDATE MasterDates
SET IsBusinessEOY = 1
WHERE
DateID IN (
Select PreviousBusinessDateID
From #DateBusinessTemp
Where IsEOY = 1
)
PRINT '<<< Finished Update of Business Date Information >>>'
--5 Delete the TempTable
DROP TABLE #DateBusinessTemp
DROP FUNCTION dbo.ufn_GetValidBusinessDateID
GO |
CREATE TABLE [edfi].[SchoolYearType] (
[OES_Litho] BIGINT NULL,
[SAID] VARCHAR (8) NULL,
[SchoolYear] SMALLINT NULL,
[SchoolYearDescription] NVARCHAR (50) NULL,
[CurrentSchoolYear] BIT NULL,
[Id] UNIQUEIDENTIFIER NULL,
[LastModifiedDate] DATETIME NULL,
[CreateDate] DATETIME NULL
);
|
SELECT * FROM test22 ORDER BY id;
|
<reponame>javier00vela/coupon-rfid
-- MySQL Script generated by MySQL Workbench
-- Mon Jul 19 17:07:36 2021
-- Model: New Model Version: 1.0
-- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
-- -----------------------------------------------------
-- Schema coupon_db
-- -----------------------------------------------------
-- -----------------------------------------------------
-- Schema coupon_db
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `coupon_db` DEFAULT CHARACTER SET utf8 ;
USE `coupon_db` ;
-- -----------------------------------------------------
-- Table `coupon_db`.`rol`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`rol` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(20) NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`person`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`person` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(45) NOT NULL,
`lastname` VARCHAR(45) NOT NULL,
`type_document` VARCHAR(2) NOT NULL,
`document` INT NOT NULL,
`phone` VARCHAR(45) NOT NULL,
`state` INT NOT NULL,
`rfid` TEXT NULL,
`rol_id` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`user`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`user` (
`id` INT NOT NULL AUTO_INCREMENT,
`email` VARCHAR(50) NOT NULL,
`password` LONGTEXT NOT NULL,
`person_id` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`cupon_kit`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`cupon_kit` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(45) NOT NULL,
`description` VARCHAR(45) NOT NULL,
`state` TINYINT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`store`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`store` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(45) NOT NULL,
`address` VARCHAR(60) NOT NULL,
`phone` VARCHAR(45) NOT NULL,
`state` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`product`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`product` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(100) NOT NULL,
`description` TEXT NOT NULL,
`image` TEXT NULL,
`state` TINYINT ZEROFILL NOT NULL,
`store_id` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`coupon_product`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`coupon_product` (
`id` INT NOT NULL AUTO_INCREMENT,
`cupon_id` INT NOT NULL,
`amount` INT NOT NULL,
`created_at` TIMESTAMP NOT NULL,
`product_id` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `coupon_db`.`coupon_person`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `coupon_db`.`coupon_person` (
`id` INT NOT NULL AUTO_INCREMENT,
`person_id` INT NOT NULL,
`coupon_product_id` INT NOT NULL,
`amount` INT NOT NULL,
PRIMARY KEY (`id`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Data for table `coupon_db`.`rol`
-- -----------------------------------------------------
START TRANSACTION;
USE `coupon_db`;
INSERT INTO `coupon_db`.`rol` (`id`, `name`) VALUES (1, 'administrador');
INSERT INTO `coupon_db`.`rol` (`id`, `name`) VALUES (2, 'cliente');
COMMIT;
-- -----------------------------------------------------
-- Data for table `coupon_db`.`person`
-- -----------------------------------------------------
START TRANSACTION;
USE `coupon_db`;
INSERT INTO `coupon_db`.`person` (`id`, `name`, `lastname`, `type_document`, `document`, `phone`, `state`, `rfid`, `rol_id`) VALUES (1, 'javier ', 'vela', 'cc', 100061440, '3058500461', 1, '0', 1);
COMMIT;
-- -----------------------------------------------------
-- Data for table `coupon_db`.`user`
-- -----------------------------------------------------
START TRANSACTION;
USE `coupon_db`;
INSERT INTO `coupon_db`.`user` (`id`, `email`, `password`, `person_id`) VALUES (1, '<EMAIL>', 'password', 1);
/* Agregar aqui nuevos usuarios administradores*/
COMMIT;
-- -----------------------------------------------------
-- Data for table `coupon_db`.`store`
-- -----------------------------------------------------
START TRANSACTION;
USE `coupon_db`;
INSERT INTO `coupon_db`.`store` (`id`, `name`, `address`, `phone`, `state`) VALUES (DEFAULT, 'mcdonalds', 'calle 105 - av 35 - 15a', '3058500123', 1);
COMMIT;
SET SQL_MODE=@OLD_SQL_MODE;
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
|
<filename>table.sql
CREATE TABLE IF NOT EXISTS teams (
teamName varchar(100) NOT NULL,
teamid integer NOT NULL PRIMARY KEY,
teamtwitter varchar(100),
teamno integer NOT NULL
);
CREATE TABLE IF NOT EXISTS scores (
league varchar(40) NOT NULL,
gamedate varchar(100) NOT NULL,
team1 integer NOT NULL,
team2 integer NOT NULL,
score1 integer,
score2 integer,
CONSTRAINT key PRIMARY KEY(league, gamedate, team1, team2, score1, score2),
FOREIGN KEY (team1) REFERENCES teams(teamid),
FOREIGN KEY (team2) REFERENCES teams(teamid)
);
|
SELECT _marker_key, _organism_key, _marker_status_key, symbol, name, latinname, markertype
FROM mrk_marker_view
|
ALTER TABLE "public"."Room" ADD COLUMN "originatingEventId" uuid NULL UNIQUE;
|
<gh_stars>0
-- @testpoint: 在普通表关键字limit作为列名的字段上创建索引
drop table if exists test_limit_008;
create table test_limit_008 ("LIMIT" int);
create index index_limit_001 on test_limit_008("LIMIT" );
--清理环境
drop table if exists test_limit_008; |
--
-- create tables
--
CREATE TABLE products (
id INTEGER PRIMARY KEY AUTOINCREMENT,
code VARCHAR(15),
name VARCHAR(255),
price NUMERIC(10, 2),
description TEXT,
geslacht TEXT,
maten_id INTEGER,
categorie_id INTEGER,
materiaal_id INTEGER,
recycled_id INTEGER
);
CREATE TABLE maat (
id INTEGER PRIMARY KEY AUTOINCREMENT,
maten VARCHAR(255)
);
CREATE TABLE categorie (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name VARCHAR(255)
);
CREATE TABLE materiaal (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name VARCHAR(255)
);
CREATE TABLE recycled (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name VARCHAR(255)
);
--
-- populate with data
--
-- generared using
-- curl "https://api.mockaroo.com/api/910b6c20?count=100&key=90eac760" > seed.sql
--
-- want different data? check: https://www.mockaroo.com/910b6c20
--
-- TABLE maat
insert into maat (maten) values ('S');
insert into maat (maten) values ('M');
insert into maat (maten) values ('L');
insert into maat (maten) values ('XL');
insert into maat (maten) values ('VEERTIG');
-- TABLE products
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('custom
Unicorn x Rainbow', 60.00, 'this sweater is perfect for your children. the sweater is really comfortable and the material has a resistance against liquids, so if your child spills a drink it will bouns right off this amazing unicorn sweater!', 'Man & Vrouw', '816905633-0', 1, 1, 2, 2);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('Jordan 1 high x <NAME> ', 2238.00, 'The Travis Scott x Air Jordan 1 High OG is the limited edition collaboration from the rap superstar and Jordan Brand on the iconic silhouette that features a major twist.', 'Man', '077030122-3', 5, 2, 4, 1);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('Off white vasity jacket', 1650.00, 'Off-White’s industrial themes collide with preppy Americana for AW20 to deliver this green varsity jacket. Made using a combination of virgin wool and white leather, it’s decorated with bold collegiate appliqués throughout, and completed with sporty striped ribbed knits.', 'Man', '445924201-X', 3, 1, 1, 2);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('custom Angel jeans', 80.99, 'the custom Angel jeans is designed with our new V fit which is relaxed throughout and features a full color angel heat press artwork at the leg opening and finished with an unconstructed hem.', 'Man', '693155505-7', 4, 2, 3, 1);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('custom Skeleton jeans', 80.99, 'the custom Skeleton jeans is designed with our new D fit which is relaxed throughout with an extended inseam for stacking and features sewn-on skeleton artwork in fleece on both legs and is constructed from light wash denim with a raw leg opening.','Man', '686928463-6', 1, 2, 3, 1);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values (' Essential T shirt ' , 160.99, 'Essential T shirt is a super soft, oversized T that’s perfect for lounging around the house or wearing out and about.It’s made of our signature cotton-blend fabric with the right amount of stretch so you can move freely without restriction.','Man & Vrouw', '492662523-7', 2, 1, 1, 2);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('cargo pants', 40.00, 'these cargo pants are special for people in the army. it has a lot of pockets and the material is indestructable. ', 'Man', '816905633-0', 4, 2, 2, 1);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('New Balance 550 pine green', 260.00, 'Aimé Leon Dores New Balance P550 is seen in four white-based colourways, with yellowed accents that give it a vintage feel.' , 'Man & Vrouw', '816905633-0', 5, 2, 4, 1);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('King Letterman jacket', 660.00, 'The King Letterman jacket is made from a premium wool blend with contrasting leather sleeves. The regular fit bomber jacket is fully lined on the inside', 'Man & Vrouw', '816905633-0', 2, 1, 1, 2);
insert into products (name, price, description, geslacht, code, maten_id, categorie_id, materiaal_id, recycled_id) values ('Essential hoodie', 330.00, 'Essential hoodie is a super soft, oversized hoodie that’s perfect for lounging around the house or wearing out and about.', 'Man & Vrouw', '816905633-0', 3, 1, 1, 2);
-- TABLE categorie
insert into categorie (name) values ('top');
insert into categorie (name) values ('bottom');
-- TABLE materiaal
insert into materiaal (name) values ('cotton');
insert into materiaal (name) values ('nylon');
insert into materiaal (name) values ('denim');
insert into materiaal (name) values ('leather');
-- TABLE recycled
insert into recycled (name) values ('yes');
insert into recycled (name) values ('no');
|
CREATE MATERIALIZED VIEW statistics AS (
SELECT
(SELECT SUM(1) FROM transactions) AS transaction_count,
(SELECT SUM(amount) FROM transactions) AS transaction_sum,
(SELECT SUM(amount) FROM transactions WHERE memo='tip') AS tip_sum,
(SELECT SUM(amount) FROM transactions WHERE memo='soak') AS soak_sum,
(SELECT SUM(amount) FROM transactions WHERE memo='rain') as rain_sum
);
|
CREATE TABLE guilds (
GuildID INTEGER,
Prefix TEXT DEFAULT ".",
welcomeMSG TEXT,
welcomeChannel TEXT,
loggingChannel TEXT,
levelingStatus TEXT DEFAULT "Enabled",
PRIMARY KEY (GuildID)
); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.