sql stringlengths 6 1.05M |
|---|
<filename>yoo-master-dc2492330d5d46b48f1ceca891e0f9f7e1593fee/module/yoomath/ym-task/src/main/java/tpl/sql/Teacher.sql
##分页获取teacher
#macro($taskGetAllByPage())
SELECT * FROM teacher WHERE id < :next ORDER BY id DESC
#end
|
<gh_stars>10-100
with days_data as
(select user_id
, player_start_date as install_date
, event_date
from fact_user_sessions_day
where player_start_date >= CURRENT_DATE - 30
group by user_id, player_start_date, event_date
)
, aggregated_data as
( select DATEDIFF ('day', install_date, event_date) as DaysSinceInstall
, count(distinct user_id) as UniqueUsers
from days_data
group by 1
)
select DaysSinceInstall, UniqueUsers
, ROUND(UniqueUsers / FIRST_VALUE(UniqueUsers) OVER (order by DaysSinceInstall) *100,2)::float as Percentage
from aggregated_data
order by DaysSinceInstall |
-- Copyright 2019 <NAME>. All rights reserved. More info at https://blog.tanelpoder.com
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
-- this demos that a SQL Plan Baseline will still apply, even a synonym repoints to a different table.
-- the table has to have the same name (as otherwise the plan hash value changes), but the schema
-- is not part of plan hash value.
PROMPT This script will drop some tables called "T".
PROMPT Hit enter to continue, CTRL+C to cancel...
PAUSE
ALTER SESSION SET optimizer_use_sql_plan_baselines=TRUE;
DROP TABLE system.t;
DROP TABLE scott.t;
DROP SYNONYM syn;
CREATE TABLE system.t AS SELECT * FROM dba_objects;
CREATE TABLE scott.t AS SELECT * FROM system.t;
CREATE INDEX system.i ON system.t (object_id);
CREATE INDEX scott.i ON scott.t (object_id);
EXEC DBMS_STATS.GATHER_TABLE_STATS('SYSTEM','T', cascade=>TRUE);
EXEC DBMS_STATS.GATHER_TABLE_STATS('SCOTT' ,'T', cascade=>TRUE);
-- First point SYN to system schema
CREATE SYNONYM syn FOR system.t;
SELECT COUNT(owner) FROM syn t WHERE object_id = 12345;
@x
SELECT /*+ FULL(t) */ COUNT(owner) FROM syn t WHERE object_id = 12345;
@x
@create_sql_baseline bfwpapz4cfwz2 2966233522 3v3yzqv6dp704
SELECT COUNT(owner) FROM syn t WHERE object_id = 12345;
@x
-- Then point SYN to scott schema and run the same query text
DROP SYNONYM syn;
CREATE SYNONYM syn FOR scott.t;
SELECT COUNT(owner) FROM syn t WHERE object_id = 12345;
@x
@drop_sql_baseline SQL_547b571057dbd3d4
|
-- @testpoint: 数字操作函数,正切函数,参数为''或者参数为null
drop table if exists tan_T1;
create table tan_T1(f1 int,f2 bigint,f3 integer,f4 binary_integer,f5 bigint);
insert into tan_T1(f1,f2,f3,f4,f5) values(0,22,33,44,55);
select tan(null) from tan_T1;
select tan(cast(null as number)) from tan_T1;
select tan(cast('' as number)) from tan_T1;
drop table if exists tan_T1;
|
/*
DROP DATABASE IF EXISTS booklibrary
CREATE DATABASE booklibrary;
CREATE USER me
WITH ENCRYPTED PASSWORD 'x';
\c newarrival;
*/
DROP TABLE IF EXISTS newarrival;
CREATE TABLE newarrival(
id numeric null,
title text null,
author text null,
year varchar null,
publisher text null,
synopsis text null,
coverimg text null
);
INSERT INTO newarrival (id,title,author,"year",publisher,synopsis,coverimg) VALUES
(102,'Indianapolis: The True Story of the Worst Sea Disaster in U.S. Naval History and the Fifty-Year Fight to Exonerate an Innocent Man','<NAME>, <NAME>','2018','<NAME>','As anyone who''s ever watched Jaws remembers, many of the Indianapolis''s sailors were eaten by sharks in the four days before they were discovered adrift in the Pacific during World War II. While the horrifying shark scenes will spark many readers to pick up the book, the rest of the Indianapolis''s story is equally as tense, from its top-secret mission to deliver materials for the first atomic bomb dropped on Japan, to the sailors'' frantic attempts to get out a distress call after they were torpedoed at night, to the court-martial of the captain—a court-martial that his crew fought against even after McVay''s suicide.','https://images-na.ssl-images-amazon.com/images/I/81EOTq-nUaL._AC_SR201,266_.jpg')
,(103,'Elevation','<NAME>','2018','Scribner','When we first meet <NAME>, he is knocking on the door of a doctor’s condo. Carey discloses to the doctor that he is experiencing a unique condition: he is losing weight but not mass. Every day he is a little lighter and no one can tell the difference. When the doctor points out that this is likely not a condition treatable by modern medicine, Carey appears to concur. So if he is possibly running out of time, what’s next? ','https://images-na.ssl-images-amazon.com/images/I/71tXuzNDDmL._AC_SR201,266_.jpg')
,(100,'Educated: A Memoir','<NAME>','2018','Random House','<NAME> wasn’t your garden variety college student. When the Holocaust was mentioned in a history class, she didn’t know what it was (no, really). That’s because she didn’t see the inside of a classroom until the age of seventeen. Public education was one of the many things her religious fanatic father was dubious of, believing it a means for the government to brainwash its gullible citizens, and her mother wasn’t diligent on the homeschooling front. If it wasn’t for a brother who managed to extricate himself from their isolated—and often dangerous--world, Westover might still be in rural Idaho, trying to survive her survivalist upbringing. It’s a miraculous story she tells in her memoir Educated. For those of us who took our educations for granted, who occasionally fell asleep in large lecture halls (and inconveniently small ones), it’s hard to grasp the level of grit—not to mention intellect—required to pull off what Westover did. But eventually earning a PhD from Cambridge University may have been the easy part, at least compared to what she had to sacrifice to attain it. The courage it took to make that sacrifice was the truest indicator of how far she’d come, and how much she’d learned. Educated is an inspiring reminder that knowledge is, indeed, power ','https://images-na.ssl-images-amazon.com/images/I/81WojUxbbFL._AC_SR201,266_.jpg')
,(101,'Washington Black: A novel ','<NAME>','2018','Knopf','The story begins as an antebellum novel about Wash, an 11-year-old slave working on a Barbados plantation run by a sadistic master. When Christopher, the master’s brother, takes Wash under his wing and teaches him to read, the novel turns more toward adventure and scientific exploration. There are inventions, twists, and turns; there is danger and intrigue; there is travel and growth. ','https://images-na.ssl-images-amazon.com/images/I/8192PLY5ggL._AC_SR201,266_.jpg')
,(104,'The Line Becomes a River: Dispatches from the Border','<NAME>','2018','Riverhead Books','These days, mention of “the Border” stirs both imagination and emotion, what you see and feel depending on how you perceive the world. But how many of us understand this real-world interzone where actual borders shift and bleed, and hard scenes of death, drug smuggling, and human suffering unfold daily? The son of a park ranger, <NAME> grew up in the southwest. When he joined the Border Patrol, he became witness to the stark realities of the desert, where the obligations of his job weighed heavy against his sense of humanity. Dark material for sure, but Cantú is a good no-nonsense writer, and his direct, stoic prose makes The Line Becomes a River a weighty and timely document on one of our most divisive arguments','https://images-na.ssl-images-amazon.com/images/I/81SNfjMBWJL._AC_SR201,266_.jpg')
,(107,'Children of Blood and Bone (Legacy of Orisha)','<NAME>','2018','<NAME> and Co.','The Children of Blood and Bone is told from multiple points of view, as Inan and Amari, children of the iron-fisted king, and Zélie and Tzain, siblings who have suffered greatly under the king’s regime, find themselves on a dark, magic-filled quest for power. Their journey is accompanied by violence and betrayal, but friendship and even star-crossed love also play a part. Enriched with themes that resonate in today’s social and political landscape, The Children of Blood and Bone takes on injustice, discrimination, and a struggle for change.','https://images-na.ssl-images-amazon.com/images/I/A1agLFsWkOL._AC_SR201,266_.jpg')
,(108,'<NAME>','<NAME>','2018','Grove Press','It’s an endearing yarn, set in a sleepy town near Lake Superior, inhabited by a quirky cast of characters (and even quirkier raccoon and sturgeon). But you quickly discover that all is not quiet on the Midwestern front: The town is in decline; the novel’s namesake has just been in a harrowing car crash; an enigmatic kite enthusiast arrives, searching for his missing son; and, unbeknownst to all, a heartbroken handyman has embarked on a sinister project','https://images-na.ssl-images-amazon.com/images/I/91mHEJDPV-L._AC_SR201,266_.jpg')
,(110,'The Great Alone: A Novel','<NAME>','2018','St. Martin''s Press','A damaged vet named <NAME> returns from Vietnam and moves his family to the wilds of Alaska to start their lives anew. Initially it''s a welcome change, but as winter approaches, and Ernt''s mental state deteriorates, his wife and daughter find themselves in an increasingly precarious position','https://images-na.ssl-images-amazon.com/images/I/511Dl74cE9L._AC_SR201,266_.jpg')
,(111,'Dopesick: Dealers, Doctors, and the Drug Company that Addicted America','<NAME>','2018','Little, Brown, and Company','Beth Macy’s book revealed the greed that drove OxyContin to be America’s drug of choice, and it opened my eyes to the shame of addiction that kept this epidemic hidden until far too late. Opioid addiction has touched nearly all of us in the 20 years since OxyContin came to market, and it’s something that didn’t have to happen. Money--absurdly huge sums of it--encouraged doctors, politicians, and the pharmaceutical industry to accept claims about the safety of this painkiller even when it was in conflict with what they saw in their practices and communities','https://images-na.ssl-images-amazon.com/images/I/51btuIO7E2L._AC_SR201,266_.jpg')
,(113,'My Year of Rest and Relaxation','<NAME>','2018','Penguin Press','My Year of Rest and Relaxation takes place in 2001, when a pretty young Columbia graduate with an easy job at an art gallery decides to take a year off just to sleep. She has access to a quack psychiatrist willing to prescribe her an arsenal of pills, and she has money that she inherited from her deceased parents. She also has a terrible older boyfriend who works on Wall Street and a best friend, Reva, with whom she shares a thorny, complicated relationship.','https://images-na.ssl-images-amazon.com/images/I/513uyAYdssL._AC_SR201,266_.jpg')
;
INSERT INTO newarrival (id,title,author,"year",publisher,synopsis,coverimg) VALUES
(114,'<NAME>: Prophet of Freedom ','<NAME>','2018','Simon and Schuster','As a young man <NAME> (1818–1895) escaped from slavery in Baltimore, Maryland. He was fortunate to have been taught to read by his slave owner mistress, and he would go on to become one of the major literary figures of his time. He wrote three versions of his autobiography over the course of his lifetime and published his own newspaper. His very existence gave the lie to slave owners: with dignity and great intelligence he bore witness to the brutality of slavery','https://images-na.ssl-images-amazon.com/images/I/810ygjggs-L._AC_SR201,266_.jpg')
,(115,'21 Lessons for the 21st Century ','<NAME>','2018','Spiegel and Grau','How do computers and robots change the meaning of being human? How do we deal with the epidemic of fake news? Are nations and religions still relevant? What should we teach our children? Y<NAME>’s 21 Lessons for the 21st Century is a probing and visionary investigation into today’s most urgent issues as we move into the uncharted territory of the future. As technology advances faster than our understanding of it, hacking becomes a tactic of war, and the world feels more polarized than ever, Harari addresses the challenge of navigating life in the face of constant and disorienting change and raises the important questions we need to ask ourselves in order to survive.','https://images-na.ssl-images-amazon.com/images/I/81o9vblSjmL._AC_SR201,266_.jpg')
,(116,'The Witch Elm: A Novel','Tana French','2018','Viking','Toby is a happy-go-lucky charmer who''s dodged a scrape at work and is celebrating with friends when the night takes a turn that will change his life - he surprises two burglars who beat him and leave him for dead. Struggling to recover from his injuries, beginning to understand that he might never be the same man again, he takes refuge at his family''s ancestral home to care for his dying uncle Hugo. Then a skull is found in the trunk of an elm tree in the garden - and as detectives close in, Toby is forced to face the possibility that his past may not be what he has always believed.','https://images-na.ssl-images-amazon.com/images/I/A1MJ4CJOigL._AC_SR201,266_.jpg')
,(106,'Once Upon a River: A Novel','<NAME>','2018','Atria/<NAME> Books','When a man bursts into a riverside inn on the longest night of the year, covered in blood and carrying a dead child, the patrons of the Swan are beyond thrilled to find themselves in the middle of a swiftly unfolding tale—especially when the child is determined to actually be alive. Is the mute girl the long-missing daughter of a nearby wealthy family, or the bastard child of woman who threw herself in the Thames only a day or so earlier?','https://images-na.ssl-images-amazon.com/images/I/81l5GH15D%2BL._AC_SR201,266_.jpg')
,(105,'The Woman in the Window: A Novel ','<NAME>','2018','<NAME>','The Woman in the Window is a seductive and unpredictable novel, like the Hitchcock movies to which author <NAME> pays homage. Finn’s protagonist <NAME> is a child psychologist who lives alone in a New York suburb with a case of agoraphobia so debilitating she hasn’t left the house in months. To occupy her time Anna watches film noir classics from her vast collection, interacts with people online, and sometimes spies on her neighbors. It’s all very innocuous until she sees a horrible crime take place in the house across the park, recently inhabited by a new family','https://images-na.ssl-images-amazon.com/images/I/91wr7Rq7ZaL._AC_SR201,266_.jpg')
,(117,'Girls Burn Brighter: A Novel','<NAME>','2018','Flatiron books','Poornima and Savitha have three strikes against them: they are poor, they are ambitious, and they are girls. After her mother’s death, Poornima has very little kindness in her life. She is left to care for her siblings until her father can find her a suitable match. So when Savitha enters their household, Poornima is intrigued by the joyful, independent-minded girl. Suddenly their Indian village doesn''t feel quite so claustrophobic, and Poornima begins to imagine a life beyond arranged marriage. But when a devastating act of cruelty drives Savitha away, Poornima leaves behind everything she has ever known to find her friend. ','https://images-na.ssl-images-amazon.com/images/I/51a4LsvOXSL._AC_SR201,266_.jpg')
,(118,'The Tattooist of Auschwitz: A Novel ','<NAME>','2018','<NAME>','In April 1942, <NAME>, a Slovakian Jew, is forcibly transported to the concentration camps at Auschwitz-Birkenau. When his captors discover that he speaks several languages, he is put to work as a Tätowierer (the German word for tattooist), tasked with permanently marking his fellow prisoners. Imprisoned for over two and a half years, Lale witnesses horrific atrocities and barbarism—but also incredible acts of bravery and compassion. Risking his own life, he uses his privileged position to exchange jewels and money from murdered Jews for food to keep his fellow prisoners alive. One day in July 1942, Lale, prisoner 32407, comforts a trembling young woman waiting in line to have the number 34902 tattooed onto her arm. Her name is Gita, and in that first encounter, Lale vows to somehow survive the camp and marry her.','https://images-na.ssl-images-amazon.com/images/I/81XAhkfzn-L._AC_SR201,266_.jpg')
,(119,'Bad Blood: Secrets and Lies in a Silicon Valley Startup','<NAME>','2018','Knopf','In 2014, Theranos founder and CEO <NAME> was widely seen as the female <NAME>: a brilliant Stanford dropout whose startup “unicorn” promised to revolutionize the medical industry with a machine that would make blood testing significantly faster and easier. Backed by investors such as <NAME> and <NAME>, Theranos sold shares in a fundraising round that valued the company at more than $9 billion, putting Holmes’s worth at an estimated $4.7 billion. There was just one problem: The technology didn’t work.','https://images-na.ssl-images-amazon.com/images/I/71rtQvf5UVL._AC_SR201,266_.jpg')
,(109,'There There: A novel ','<NAME>','2018','Knopf','What does it really mean to be an Indian/Native American/American Indian/Native? Orange''s vivid debut novel allows a unique cast—ranging from teenagers to elders—to pull this question apart even as they add a modern layer of complexity: They live in the urban landscape of Oakland, California. The thrust of Orange''s cross-cut storytelling is not to force his characters onto a strict plot line but to explore the varied ways of being an Indian and, more important, of feeling like an Indian. Fractured families, Oakland itself, and detachment from tradition make an Indian identity seem even more elusive to the younger characters, but it''s a feeling that they unknowingly share—and that Orange wants to expose. ','https://images-na.ssl-images-amazon.com/images/I/81FHAZWBpeL._AC_SR201,266_.jpg')
,(112,'Wolves of Eden: A Novel ','<NAME>','2018','<NAME>on and Company','The setting is post-Civil War in the Dakota Territory, where the U.S. Army has established forts and its soldiers’ time is mostly spent fighting the Native Americans whose land they keep poaching. McCarthy’s characters come alive on the page, particularly his narrators: the long-suffering and quite clever Corporal <NAME>, and Irish immigrant <NAME> who, along with his brother Thomas, re-joined the army when they ran out of options. After a politically connected brothel owner and his wife are murdered outside Fort <NAME>, Corporal Kohn, along with his superior, a drunk Lieutenant named Molloy, are sent to find the killer—or at least “a neck for the noose” to appease their bosses in Washington.','https://images-na.ssl-images-amazon.com/images/I/81O8doEYnqL._AC_SR201,266_.jpg')
;
/*
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO postgres;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO postgres;
GRANT ALL PRIVILEGES ON DATABASE portal TO postgres;
*/ |
<filename>import_excel_ci.sql<gh_stars>0
-- phpMyAdmin SQL Dump
-- version 4.7.9
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: Sep 01, 2020 at 02:08 PM
-- Server version: 5.7.21
-- PHP Version: 5.6.35
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: `import_excel_ci`
--
-- --------------------------------------------------------
--
-- Table structure for table `user_info`
--
DROP TABLE IF EXISTS `user_info`;
CREATE TABLE IF NOT EXISTS `user_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`full_name` varchar(250) NOT NULL,
`dob` date NOT NULL,
`address` varchar(250) NOT NULL,
`gender` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `user_info`
--
INSERT INTO `user_info` (`id`, `full_name`, `dob`, `address`, `gender`) VALUES
(1, 'sanjay', '0000-00-00', 'mysore', 'male'),
(2, 'bhavya', '0000-00-00', 'bangalore ', 'female'),
(3, 'manju', '0000-00-00', 'bangalore ', 'male'),
(4, 'bhuvnesh', '0000-00-00', 'bangalore ', 'male'),
(5, 'ilyaz', '0000-00-00', 'bangalore ', 'male'),
(6, 'sameer', '0000-00-00', 'shimoga', 'male'),
(7, 'sanjay', '0000-00-00', 'mysore', 'male'),
(8, 'bhavya', '0000-00-00', 'bangalore ', 'female'),
(9, 'manju', '0000-00-00', 'bangalore ', 'male'),
(10, 'bhuvnesh', '0000-00-00', 'bangalore ', 'male'),
(11, 'ilyaz', '0000-00-00', 'bangalore ', 'male'),
(12, 'sameer', '0000-00-00', 'shimoga', 'male'),
(13, 'sanjay', '0000-00-00', 'mysore', 'male'),
(14, 'bhavya', '0000-00-00', 'bangalore ', 'female'),
(15, 'manju', '0000-00-00', 'bangalore ', 'male'),
(16, 'bhuvnesh', '0000-00-00', 'bangalore ', 'male'),
(17, 'ilyaz', '0000-00-00', 'bangalore ', 'male'),
(18, 'sameer', '0000-00-00', 'shimoga', 'male'),
(19, 'sanjay', '1970-01-01', 'mysore', 'male'),
(20, 'bhavya', '1970-01-01', 'bangalore ', 'female'),
(21, 'manju', '1970-01-01', 'bangalore ', 'male'),
(22, 'bhuvnesh', '1970-01-01', 'bangalore ', 'male'),
(23, 'ilyaz', '1970-01-01', 'bangalore ', 'male'),
(24, 'sameer', '1970-01-01', 'shimoga', 'male');
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 */;
|
CREATE TABLE IF NOT EXISTS followers (
follower int REFERENCES users (id),
followee int REFERENCES users (id),
UNIQUE(follower, followee)
);
|
<filename>database/mymarkproduct_insert_data.sql<gh_stars>0
-- PRODUCTS
INSERT INTO PRODUCT (product_code, name, price, short_desc, long_desc) value ("PROD-001","Widget A", 19.99, "A simple widget", "Lorem ipsum ipso facto.");
INSERT INTO PRODUCT (product_code, name, price, short_desc, long_desc) value ("PROD-002","Widget B", 29.99, "An even better widget", "Lorem ipsum ipso facto.");
-- INVENTORY
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-001","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-002","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-003","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-004","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-005","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-006","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-007","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-008","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-009","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-010","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-020","SOLD", '2017-05-10');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-021","SOLD", '2017-11-05');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-022","SOLD", '2018-01-21');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-023","SOLD", '2018-02-14');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-024","SOLD", '2018-03-01');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-025","SOLD", '2018-05-13');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-030","IN_PROCESS",'2018-04-05');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-031","IN_PROCESS",'2018-05-24');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-032","IN_PROCESS",'2018-06-10');
INSERT INTO INVENTORY (product_id, sku, status, return_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-040","RETURNED", '2018-03-23');
INSERT INTO INVENTORY (product_id, sku, status, return_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-001"),"PROD-001-041","RETURNED", '2018-05-02');
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-070","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-071","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-072","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-073","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-074","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-075","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-076","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-077","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-078","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-079","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-080","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-081","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-082","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-083","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-084","AVAILABLE");
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-001","SOLD", '2017-05-10');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-002","SOLD", '2018-01-09');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-003","SOLD", '2018-01-15');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-004","SOLD", '2017-02-03');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-005","SOLD", '2017-03-14');
INSERT INTO INVENTORY (product_id, sku, status, sell_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-006","SOLD", '2017-06-02');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-010","IN_PROCESS",'2018-06-05');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-011","IN_PROCESS",'2018-07-02');
INSERT INTO INVENTORY (product_id, sku, status, in_process_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-012","IN_PROCESS",'2018-07-05');
INSERT INTO INVENTORY (product_id, sku, status, return_date) values ((SELECT p.id from PRODUCT p where p.product_code = "PROD-002"),"PROD-002-030","RETURNED", '2018-06-27');
|
-- --------------------------------------------------
-- Creating all tables
-- --------------------------------------------------
-- Creating table 'C__EFMigrationsHistory'
CREATE TABLE [dbo].[C__EFMigrationsHistory] (
[MigrationId] nvarchar(150) NOT NULL,
[ProductVersion] nvarchar(32) NOT NULL
);
GO
-- Creating table 'Chatbot'
CREATE TABLE [dbo].[Chatbot] (
[IdChatBot] bigint IDENTITY(1,1) NOT NULL,
[Activo] bit NOT NULL,
[Pregunta] varchar(max) NULL,
[Respuesta] varchar(max) NULL,
[OpcionSistema] varchar(100) NULL
);
GO
-- Creating table 'Cita'
CREATE TABLE [dbo].[Cita] (
[IdCita] bigint IDENTITY(1,1) NOT NULL,
[Fecha] datetime NOT NULL,
[Hora] time NOT NULL,
[IdPaciente] bigint NOT NULL,
[IdMedico] bigint NOT NULL
);
GO
-- Creating table 'ClaseTarifaria'
CREATE TABLE [dbo].[ClaseTarifaria] (
[IdClaseTarifaria] int IDENTITY(1,1) NOT NULL,
[UsuarioCrea] varchar(50) NOT NULL,
[FechaCrea] datetime NOT NULL,
[Estado] bit NOT NULL,
[NombreClase] varchar(50) NOT NULL,
[IdPrograma] int NULL
);
GO
-- Creating table 'Client'
CREATE TABLE [dbo].[Client] (
[ClientId] uniqueidentifier NOT NULL,
[Code] varchar(5) NOT NULL,
[IdentificationType] smallint NOT NULL,
[IdentificationNumber] varchar(50) NOT NULL,
[Name] varchar(150) NOT NULL,
[Logo] varchar(max) NULL,
[IsOwner] bit NOT NULL,
[IsActive] bit NOT NULL
);
GO
-- Creating table 'Consulta'
CREATE TABLE [dbo].[Consulta] (
[IdConsulta] bigint IDENTITY(1,1) NOT NULL,
[IdMedico] bigint NOT NULL,
[IdPaciente] bigint NOT NULL,
[IdCita] bigint NULL,
[FehaCita] datetime NOT NULL,
[HoraInicio] time NOT NULL,
[HoraFin] time NULL,
[Calificacion] varchar(50) NULL,
[Comentarios] varchar(max) NULL
);
GO
-- Creating table 'Convenio'
CREATE TABLE [dbo].[Convenio] (
[Convenio1] int IDENTITY(1,1) NOT NULL,
[IdPrograma] int NOT NULL,
[Nombre] varchar(50) NOT NULL,
[Estado] bit NOT NULL,
[Co] varchar(50) NULL
);
GO
-- Creating table 'Credito'
CREATE TABLE [dbo].[Credito] (
[IdCredito] bigint IDENTITY(1,1) NOT NULL,
[Saldo] decimal(18,2) NOT NULL,
[AFavor] bit NOT NULL,
[IdUsuario] nvarchar(450) NOT NULL
);
GO
-- Creating table 'Cuidad'
CREATE TABLE [dbo].[Cuidad] (
[IdCiudad] smallint IDENTITY(1,1) NOT NULL,
[Nombre] varchar(100) NOT NULL,
[CodCiu] varchar(50) NOT NULL,
[IdDepartamento] int NOT NULL
);
GO
-- Creating table 'DatosMedico'
CREATE TABLE [dbo].[DatosMedico] (
[IdMedico] bigint IDENTITY(1,1) NOT NULL,
[IdUsuario] nvarchar(450) NOT NULL,
[TarjetaProfesional] varchar(50) NULL,
[PolizaResponsabilidad] varchar(50) NULL,
[IdEspecialidad] int NOT NULL
);
GO
-- Creating table 'DatosPaciente'
CREATE TABLE [dbo].[DatosPaciente] (
[IdPaciente] bigint IDENTITY(1,1) NOT NULL,
[NitPaciente] varchar(50) NOT NULL,
[IdUsuario] nvarchar(450) NOT NULL,
[FechaNacimiento] datetime NOT NULL
);
GO
-- Creating table 'Departamento'
CREATE TABLE [dbo].[Departamento] (
[IdDepartamento] int IDENTITY(1,1) NOT NULL,
[Nombre] varchar(100) NOT NULL,
[CodDep] varchar(50) NOT NULL,
[CodTel] varchar(50) NOT NULL,
[IdPais] int NOT NULL
);
GO
-- Creating table 'Especialidad'
CREATE TABLE [dbo].[Especialidad] (
[IdEspecialidad] smallint IDENTITY(1,1) NOT NULL,
[Nombre] varchar(50) NOT NULL,
[Estado] bit NOT NULL,
[CodEspecialidad] varchar(50) NOT NULL
);
GO
-- Creating table 'Formulario'
CREATE TABLE [dbo].[Formulario] (
[IdFormulario] smallint NOT NULL,
[Detalle] varchar(100) NOT NULL,
[Codigo] varchar(100) NOT NULL,
[Activo] bit NOT NULL
);
GO
-- Creating table 'HistoriaClinica'
CREATE TABLE [dbo].[HistoriaClinica] (
[IdHistoriaClinica] bigint IDENTITY(1,1) NOT NULL,
[IdConsulta] bigint NOT NULL,
[Nota] varchar(max) NOT NULL
);
GO
-- Creating table 'Horario'
CREATE TABLE [dbo].[Horario] (
[IdHorario] bigint IDENTITY(1,1) NOT NULL,
[Fecha] datetime NOT NULL,
[IdUsuario] nvarchar(450) NOT NULL
);
GO
-- Creating table 'HorasHorario'
CREATE TABLE [dbo].[HorasHorario] (
[IdHorasHorario] bigint IDENTITY(1,1) NOT NULL,
[horaInicio] time NOT NULL,
[horaFin] time NOT NULL,
[IdHorario] bigint NOT NULL
);
GO
-- Creating table 'Idioma'
CREATE TABLE [dbo].[Idioma] (
[IdIdioma] smallint IDENTITY(1,1) NOT NULL,
[Descripcion] varchar(50) NOT NULL,
[Activo] bit NOT NULL
);
GO
-- Creating table 'MedioPago'
CREATE TABLE [dbo].[MedioPago] (
[IdMedioPago] smallint IDENTITY(1,1) NOT NULL,
[Descripcion] varchar(100) NOT NULL,
[Activo] bit NOT NULL
);
GO
-- Creating table 'Menu'
CREATE TABLE [dbo].[Menu] (
[Id] int IDENTITY(1,1) NOT NULL,
[Codigo] int NOT NULL,
[Nombre] nvarchar(50) NOT NULL,
[Descripcion] nvarchar(100) NULL,
[Activo] bigint NOT NULL
);
GO
-- Creating table 'MenuGrupo'
CREATE TABLE [dbo].[MenuGrupo] (
[Id] int IDENTITY(1,1) NOT NULL,
[idRol] int NOT NULL,
[idMenu] int NOT NULL
);
GO
-- Creating table 'Moneda'
CREATE TABLE [dbo].[Moneda] (
[IdMoneda] int IDENTITY(1,1) NOT NULL,
[CodigoISO] varchar(10) NULL,
[Nombre] varchar(100) NULL,
[Activo] bit NOT NULL,
[IdPais] int NULL
);
GO
-- Creating table 'Operation'
CREATE TABLE [dbo].[Operation] (
[OperationId] int IDENTITY(1,1) NOT NULL,
[Name] varchar(100) NOT NULL,
[Description] varchar(200) NULL,
[ControllerName] varchar(50) NOT NULL,
[ActionName] varchar(50) NOT NULL,
[ParentNode] int NULL,
[GroupName] nvarchar(50) NULL
);
GO
-- Creating table 'Pago'
CREATE TABLE [dbo].[Pago] (
[IdPago] bigint IDENTITY(1,1) NOT NULL,
[Fecha] varchar(50) NOT NULL,
[Valor] decimal(18,2) NOT NULL,
[IdMedioPago] smallint NOT NULL,
[IdCredito] bigint NOT NULL
);
GO
-- Creating table 'Pais'
CREATE TABLE [dbo].[Pais] (
[IdPais] int IDENTITY(1,1) NOT NULL,
[Nombre] varchar(100) NOT NULL,
[CodPais] varchar(50) NOT NULL,
[CodTelefonico] varchar(50) NULL,
[Sigla] char(2) NOT NULL,
[Activo] bit NOT NULL,
[IdMoneda] int NOT NULL
);
GO
-- Creating table 'PoliticaResponsabilidad'
CREATE TABLE [dbo].[PoliticaResponsabilidad] (
[IdPoliticaResponsibilidad] int NOT NULL,
[cuerpo] varchar(8000) NULL
);
GO
-- Creating table 'PQRS'
CREATE TABLE [dbo].[PQRS] (
[IdPQRS] bigint NOT NULL,
[Detalle] varchar(max) NOT NULL,
[FechaRadicacion] datetime NOT NULL,
[Tramitado] bit NULL,
[IdUsuario] nvarchar(450) NOT NULL
);
GO
-- Creating table 'Procedimiento'
CREATE TABLE [dbo].[Procedimiento] (
[IdProcedimiento] int IDENTITY(1,1) NOT NULL,
[Nombre] varchar(50) NOT NULL,
[CodProcedimiento] varchar(50) NOT NULL,
[Estado] bit NOT NULL
);
GO
-- Creating table 'Programa'
CREATE TABLE [dbo].[Programa] (
[IdPrograma] int IDENTITY(1,1) NOT NULL,
[CodPrograma] varchar(50) NOT NULL,
[Nombre] varchar(150) NOT NULL,
[FechaCrea] datetime NOT NULL,
[UsuarioCrea] varchar(50) NOT NULL
);
GO
-- Creating table 'RoleClaims'
CREATE TABLE [dbo].[RoleClaims] (
[Id] int IDENTITY(1,1) NOT NULL,
[ClaimType] nvarchar(max) NULL,
[ClaimValue] nvarchar(max) NULL,
[RoleId] nvarchar(450) NOT NULL
);
GO
-- Creating table 'Roles'
CREATE TABLE [dbo].[Roles] (
[Id] nvarchar(450) NOT NULL,
[ConcurrencyStamp] nvarchar(max) NULL,
[Name] nvarchar(256) NULL,
[NormalizedName] nvarchar(256) NULL,
[ClientId] uniqueidentifier NULL
);
GO
-- Creating table 'Soporte'
CREATE TABLE [dbo].[Soporte] (
[IdSoporte] bigint NOT NULL,
[IdConsulta] bigint NOT NULL,
[IdTipoSoporte] smallint NOT NULL,
[Nombre] varchar(100) NOT NULL,
[Tamanio] smallint NOT NULL,
[TipoArchivo] varchar(50) NOT NULL,
[Ruta] varchar(100) NULL
);
GO
-- Creating table 'sysdiagrams'
CREATE TABLE [dbo].[sysdiagrams] (
[name] nvarchar(128) NOT NULL,
[principal_id] int NOT NULL,
[diagram_id] int IDENTITY(1,1) NOT NULL,
[version] int NULL,
[definition] varbinary(max) NULL
);
GO
-- Creating table 'TarifaProcedimiento'
CREATE TABLE [dbo].[TarifaProcedimiento] (
[IdTarifa] smallint NOT NULL,
[Valor] bigint NOT NULL,
[CodProcedimiento] varchar(50) NOT NULL
);
GO
-- Creating table 'TarifaProcedimientos'
CREATE TABLE [dbo].[TarifaProcedimientos] (
[IdClaseTarifa] int NOT NULL,
[IdProcedimiento] int NOT NULL,
[Tarifa] int NOT NULL,
[FechaCrea] datetime NOT NULL,
[FechaInicio] datetime NOT NULL,
[IdTarifaProcedimientos] int IDENTITY(1,1) NOT NULL,
[IdClaseTarifaria] int NULL
);
GO
-- Creating table 'TipoSoporte'
CREATE TABLE [dbo].[TipoSoporte] (
[IdTipoSoporte] smallint IDENTITY(1,1) NOT NULL,
[Descripcion] nvarchar(100) NOT NULL,
[Activo] bit NOT NULL
);
GO
-- Creating table 'TipSalud'
CREATE TABLE [dbo].[TipSalud] (
[IdTipSalud] smallint NOT NULL,
[Detalle] nvarchar(max) NOT NULL,
[FechaIngreso] datetime NOT NULL,
[FechaDeBaja] datetime NULL
);
GO
-- Creating table 'UserClaims'
CREATE TABLE [dbo].[UserClaims] (
[Id] int IDENTITY(1,1) NOT NULL,
[ClaimType] nvarchar(max) NULL,
[ClaimValue] nvarchar(max) NULL,
[UserId] nvarchar(450) NOT NULL
);
GO
-- Creating table 'UserLogins'
CREATE TABLE [dbo].[UserLogins] (
[LoginProvider] nvarchar(450) NOT NULL,
[ProviderKey] nvarchar(450) NOT NULL,
[ProviderDisplayName] nvarchar(max) NULL,
[UserId] nvarchar(450) NOT NULL
);
GO
-- Creating table 'UserProfile'
CREATE TABLE [dbo].[UserProfile] (
[UserProfileId] int IDENTITY(1,1) NOT NULL,
[ApplicationUserId] nvarchar(max) NULL,
[ConfirmPassword] nvarchar(max) NULL,
[Email] nvarchar(max) NULL,
[FirstName] nvarchar(max) NULL,
[LastName] nvarchar(max) NULL,
[OldPassword] nvarchar(max) NULL,
[Password] nvarchar(max) NULL,
[ProfilePicture] nvarchar(max) NULL
);
GO
-- Creating table 'Users'
CREATE TABLE [dbo].[Users] (
[Id] nvarchar(450) NOT NULL,
[AccessFailedCount] int NOT NULL,
[ConcurrencyStamp] nvarchar(max) NULL,
[Email] nvarchar(256) NULL,
[EmailConfirmed] bit NOT NULL,
[LockoutEnabled] bit NOT NULL,
[LockoutEnd] datetimeoffset NULL,
[NormalizedEmail] nvarchar(256) NULL,
[NormalizedUserName] nvarchar(256) NULL,
[PasswordHash] nvarchar(max) NULL,
[PhoneNumber] nvarchar(max) NULL,
[PhoneNumberConfirmed] bit NOT NULL,
[SecurityStamp] nvarchar(max) NULL,
[TwoFactorEnabled] bit NOT NULL,
[IdCiudad] smallint NULL,
[IdPrograma] int NULL,
[UserName] nvarchar(256) NULL
);
GO
-- Creating table 'UserTokens'
CREATE TABLE [dbo].[UserTokens] (
[UserId] nvarchar(450) NOT NULL,
[LoginProvider] nvarchar(450) NOT NULL,
[Name] nvarchar(450) NOT NULL,
[Value] nvarchar(max) NULL
);
GO
-- Creating table 'EspecialidadMedica'
CREATE TABLE [dbo].[EspecialidadMedica] (
[DatosMedico_IdMedico] bigint NOT NULL,
[Especialidad_IdEspecialidad] smallint NOT NULL
);
GO
-- Creating table 'RoleOperations'
CREATE TABLE [dbo].[RoleOperations] (
[Operation_OperationId] int NOT NULL,
[Roles_Id] nvarchar(450) NOT NULL
);
GO
-- Creating table 'UserRoles'
CREATE TABLE [dbo].[UserRoles] (
[Roles_Id] nvarchar(450) NOT NULL,
[Users_Id] nvarchar(450) NOT NULL
);
GO
-- --------------------------------------------------
-- Creating all PRIMARY KEY constraints
-- --------------------------------------------------
-- Creating primary key on [MigrationId] in table 'C__EFMigrationsHistory'
ALTER TABLE [dbo].[C__EFMigrationsHistory]
ADD CONSTRAINT [PK_C__EFMigrationsHistory]
PRIMARY KEY CLUSTERED ([MigrationId] ASC);
GO
-- Creating primary key on [IdChatBot] in table 'Chatbot'
ALTER TABLE [dbo].[Chatbot]
ADD CONSTRAINT [PK_Chatbot]
PRIMARY KEY CLUSTERED ([IdChatBot] ASC);
GO
-- Creating primary key on [IdCita] in table 'Cita'
ALTER TABLE [dbo].[Cita]
ADD CONSTRAINT [PK_Cita]
PRIMARY KEY CLUSTERED ([IdCita] ASC);
GO
-- Creating primary key on [IdClaseTarifaria] in table 'ClaseTarifaria'
ALTER TABLE [dbo].[ClaseTarifaria]
ADD CONSTRAINT [PK_ClaseTarifaria]
PRIMARY KEY CLUSTERED ([IdClaseTarifaria] ASC);
GO
-- Creating primary key on [ClientId] in table 'Client'
ALTER TABLE [dbo].[Client]
ADD CONSTRAINT [PK_Client]
PRIMARY KEY CLUSTERED ([ClientId] ASC);
GO
-- Creating primary key on [IdConsulta] in table 'Consulta'
ALTER TABLE [dbo].[Consulta]
ADD CONSTRAINT [PK_Consulta]
PRIMARY KEY CLUSTERED ([IdConsulta] ASC);
GO
-- Creating primary key on [Convenio1] in table 'Convenio'
ALTER TABLE [dbo].[Convenio]
ADD CONSTRAINT [PK_Convenio]
PRIMARY KEY CLUSTERED ([Convenio1] ASC);
GO
-- Creating primary key on [IdCredito] in table 'Credito'
ALTER TABLE [dbo].[Credito]
ADD CONSTRAINT [PK_Credito]
PRIMARY KEY CLUSTERED ([IdCredito] ASC);
GO
-- Creating primary key on [IdCiudad] in table 'Cuidad'
ALTER TABLE [dbo].[Cuidad]
ADD CONSTRAINT [PK_Cuidad]
PRIMARY KEY CLUSTERED ([IdCiudad] ASC);
GO
-- Creating primary key on [IdMedico] in table 'DatosMedico'
ALTER TABLE [dbo].[DatosMedico]
ADD CONSTRAINT [PK_DatosMedico]
PRIMARY KEY CLUSTERED ([IdMedico] ASC);
GO
-- Creating primary key on [IdPaciente] in table 'DatosPaciente'
ALTER TABLE [dbo].[DatosPaciente]
ADD CONSTRAINT [PK_DatosPaciente]
PRIMARY KEY CLUSTERED ([IdPaciente] ASC);
GO
-- Creating primary key on [IdDepartamento] in table 'Departamento'
ALTER TABLE [dbo].[Departamento]
ADD CONSTRAINT [PK_Departamento]
PRIMARY KEY CLUSTERED ([IdDepartamento] ASC);
GO
-- Creating primary key on [IdEspecialidad] in table 'Especialidad'
ALTER TABLE [dbo].[Especialidad]
ADD CONSTRAINT [PK_Especialidad]
PRIMARY KEY CLUSTERED ([IdEspecialidad] ASC);
GO
-- Creating primary key on [IdFormulario], [Detalle], [Codigo], [Activo] in table 'Formulario'
ALTER TABLE [dbo].[Formulario]
ADD CONSTRAINT [PK_Formulario]
PRIMARY KEY CLUSTERED ([IdFormulario], [Detalle], [Codigo], [Activo] ASC);
GO
-- Creating primary key on [IdHistoriaClinica] in table 'HistoriaClinica'
ALTER TABLE [dbo].[HistoriaClinica]
ADD CONSTRAINT [PK_HistoriaClinica]
PRIMARY KEY CLUSTERED ([IdHistoriaClinica] ASC);
GO
-- Creating primary key on [IdHorario] in table 'Horario'
ALTER TABLE [dbo].[Horario]
ADD CONSTRAINT [PK_Horario]
PRIMARY KEY CLUSTERED ([IdHorario] ASC);
GO
-- Creating primary key on [IdHorasHorario] in table 'HorasHorario'
ALTER TABLE [dbo].[HorasHorario]
ADD CONSTRAINT [PK_HorasHorario]
PRIMARY KEY CLUSTERED ([IdHorasHorario] ASC);
GO
-- Creating primary key on [IdIdioma] in table 'Idioma'
ALTER TABLE [dbo].[Idioma]
ADD CONSTRAINT [PK_Idioma]
PRIMARY KEY CLUSTERED ([IdIdioma] ASC);
GO
-- Creating primary key on [IdMedioPago] in table 'MedioPago'
ALTER TABLE [dbo].[MedioPago]
ADD CONSTRAINT [PK_MedioPago]
PRIMARY KEY CLUSTERED ([IdMedioPago] ASC);
GO
-- Creating primary key on [Id] in table 'Menu'
ALTER TABLE [dbo].[Menu]
ADD CONSTRAINT [PK_Menu]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [Id] in table 'MenuGrupo'
ALTER TABLE [dbo].[MenuGrupo]
ADD CONSTRAINT [PK_MenuGrupo]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [IdMoneda] in table 'Moneda'
ALTER TABLE [dbo].[Moneda]
ADD CONSTRAINT [PK_Moneda]
PRIMARY KEY CLUSTERED ([IdMoneda] ASC);
GO
-- Creating primary key on [OperationId] in table 'Operation'
ALTER TABLE [dbo].[Operation]
ADD CONSTRAINT [PK_Operation]
PRIMARY KEY CLUSTERED ([OperationId] ASC);
GO
-- Creating primary key on [IdPago] in table 'Pago'
ALTER TABLE [dbo].[Pago]
ADD CONSTRAINT [PK_Pago]
PRIMARY KEY CLUSTERED ([IdPago] ASC);
GO
-- Creating primary key on [IdPais] in table 'Pais'
ALTER TABLE [dbo].[Pais]
ADD CONSTRAINT [PK_Pais]
PRIMARY KEY CLUSTERED ([IdPais] ASC);
GO
-- Creating primary key on [IdPoliticaResponsibilidad] in table 'PoliticaResponsabilidad'
ALTER TABLE [dbo].[PoliticaResponsabilidad]
ADD CONSTRAINT [PK_PoliticaResponsabilidad]
PRIMARY KEY CLUSTERED ([IdPoliticaResponsibilidad] ASC);
GO
-- Creating primary key on [IdPQRS] in table 'PQRS'
ALTER TABLE [dbo].[PQRS]
ADD CONSTRAINT [PK_PQRS]
PRIMARY KEY CLUSTERED ([IdPQRS] ASC);
GO
-- Creating primary key on [IdProcedimiento] in table 'Procedimiento'
ALTER TABLE [dbo].[Procedimiento]
ADD CONSTRAINT [PK_Procedimiento]
PRIMARY KEY CLUSTERED ([IdProcedimiento] ASC);
GO
-- Creating primary key on [IdPrograma] in table 'Programa'
ALTER TABLE [dbo].[Programa]
ADD CONSTRAINT [PK_Programa]
PRIMARY KEY CLUSTERED ([IdPrograma] ASC);
GO
-- Creating primary key on [Id] in table 'RoleClaims'
ALTER TABLE [dbo].[RoleClaims]
ADD CONSTRAINT [PK_RoleClaims]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [Id] in table 'Roles'
ALTER TABLE [dbo].[Roles]
ADD CONSTRAINT [PK_Roles]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [IdSoporte], [IdConsulta], [IdTipoSoporte], [Nombre], [Tamanio], [TipoArchivo] in table 'Soporte'
ALTER TABLE [dbo].[Soporte]
ADD CONSTRAINT [PK_Soporte]
PRIMARY KEY CLUSTERED ([IdSoporte], [IdConsulta], [IdTipoSoporte], [Nombre], [Tamanio], [TipoArchivo] ASC);
GO
-- Creating primary key on [diagram_id] in table 'sysdiagrams'
ALTER TABLE [dbo].[sysdiagrams]
ADD CONSTRAINT [PK_sysdiagrams]
PRIMARY KEY CLUSTERED ([diagram_id] ASC);
GO
-- Creating primary key on [IdTarifa] in table 'TarifaProcedimiento'
ALTER TABLE [dbo].[TarifaProcedimiento]
ADD CONSTRAINT [PK_TarifaProcedimiento]
PRIMARY KEY CLUSTERED ([IdTarifa] ASC);
GO
-- Creating primary key on [IdTarifaProcedimientos] in table 'TarifaProcedimientos'
ALTER TABLE [dbo].[TarifaProcedimientos]
ADD CONSTRAINT [PK_TarifaProcedimientos]
PRIMARY KEY CLUSTERED ([IdTarifaProcedimientos] ASC);
GO
-- Creating primary key on [IdTipoSoporte] in table 'TipoSoporte'
ALTER TABLE [dbo].[TipoSoporte]
ADD CONSTRAINT [PK_TipoSoporte]
PRIMARY KEY CLUSTERED ([IdTipoSoporte] ASC);
GO
-- Creating primary key on [IdTipSalud] in table 'TipSalud'
ALTER TABLE [dbo].[TipSalud]
ADD CONSTRAINT [PK_TipSalud]
PRIMARY KEY CLUSTERED ([IdTipSalud] ASC);
GO
-- Creating primary key on [Id] in table 'UserClaims'
ALTER TABLE [dbo].[UserClaims]
ADD CONSTRAINT [PK_UserClaims]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [LoginProvider], [ProviderKey] in table 'UserLogins'
ALTER TABLE [dbo].[UserLogins]
ADD CONSTRAINT [PK_UserLogins]
PRIMARY KEY CLUSTERED ([LoginProvider], [ProviderKey] ASC);
GO
-- Creating primary key on [UserProfileId] in table 'UserProfile'
ALTER TABLE [dbo].[UserProfile]
ADD CONSTRAINT [PK_UserProfile]
PRIMARY KEY CLUSTERED ([UserProfileId] ASC);
GO
-- Creating primary key on [Id] in table 'Users'
ALTER TABLE [dbo].[Users]
ADD CONSTRAINT [PK_Users]
PRIMARY KEY CLUSTERED ([Id] ASC);
GO
-- Creating primary key on [UserId], [LoginProvider], [Name] in table 'UserTokens'
ALTER TABLE [dbo].[UserTokens]
ADD CONSTRAINT [PK_UserTokens]
PRIMARY KEY CLUSTERED ([UserId], [LoginProvider], [Name] ASC);
GO
-- Creating primary key on [DatosMedico_IdMedico], [Especialidad_IdEspecialidad] in table 'EspecialidadMedica'
ALTER TABLE [dbo].[EspecialidadMedica]
ADD CONSTRAINT [PK_EspecialidadMedica]
PRIMARY KEY CLUSTERED ([DatosMedico_IdMedico], [Especialidad_IdEspecialidad] ASC);
GO
-- Creating primary key on [Operation_OperationId], [Roles_Id] in table 'RoleOperations'
ALTER TABLE [dbo].[RoleOperations]
ADD CONSTRAINT [PK_RoleOperations]
PRIMARY KEY CLUSTERED ([Operation_OperationId], [Roles_Id] ASC);
GO
-- Creating primary key on [Roles_Id], [Users_Id] in table 'UserRoles'
ALTER TABLE [dbo].[UserRoles]
ADD CONSTRAINT [PK_UserRoles]
PRIMARY KEY CLUSTERED ([Roles_Id], [Users_Id] ASC);
GO
-- --------------------------------------------------
-- Creating all FOREIGN KEY constraints
-- --------------------------------------------------
-- Creating foreign key on [IdMedico] in table 'Cita'
ALTER TABLE [dbo].[Cita]
ADD CONSTRAINT [FK_Cita_DatosMedico]
FOREIGN KEY ([IdMedico])
REFERENCES [dbo].[DatosMedico]
([IdMedico])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Cita_DatosMedico'
CREATE INDEX [IX_FK_Cita_DatosMedico]
ON [dbo].[Cita]
([IdMedico]);
GO
-- Creating foreign key on [IdPaciente] in table 'Cita'
ALTER TABLE [dbo].[Cita]
ADD CONSTRAINT [FK_Cita_DatosPaciente]
FOREIGN KEY ([IdPaciente])
REFERENCES [dbo].[DatosPaciente]
([IdPaciente])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Cita_DatosPaciente'
CREATE INDEX [IX_FK_Cita_DatosPaciente]
ON [dbo].[Cita]
([IdPaciente]);
GO
-- Creating foreign key on [IdCita] in table 'Consulta'
ALTER TABLE [dbo].[Consulta]
ADD CONSTRAINT [FK_Consulta_Cita]
FOREIGN KEY ([IdCita])
REFERENCES [dbo].[Cita]
([IdCita])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Consulta_Cita'
CREATE INDEX [IX_FK_Consulta_Cita]
ON [dbo].[Consulta]
([IdCita]);
GO
-- Creating foreign key on [IdPrograma] in table 'ClaseTarifaria'
ALTER TABLE [dbo].[ClaseTarifaria]
ADD CONSTRAINT [FK_ClaseTarifaria_Programa]
FOREIGN KEY ([IdPrograma])
REFERENCES [dbo].[Programa]
([IdPrograma])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_ClaseTarifaria_Programa'
CREATE INDEX [IX_FK_ClaseTarifaria_Programa]
ON [dbo].[ClaseTarifaria]
([IdPrograma]);
GO
-- Creating foreign key on [IdClaseTarifa] in table 'TarifaProcedimientos'
ALTER TABLE [dbo].[TarifaProcedimientos]
ADD CONSTRAINT [FK_TarifaProcedimientos_ClaseTarifaria]
FOREIGN KEY ([IdClaseTarifa])
REFERENCES [dbo].[ClaseTarifaria]
([IdClaseTarifaria])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_TarifaProcedimientos_ClaseTarifaria'
CREATE INDEX [IX_FK_TarifaProcedimientos_ClaseTarifaria]
ON [dbo].[TarifaProcedimientos]
([IdClaseTarifa]);
GO
-- Creating foreign key on [ClientId] in table 'Roles'
ALTER TABLE [dbo].[Roles]
ADD CONSTRAINT [FK_Roles_Client]
FOREIGN KEY ([ClientId])
REFERENCES [dbo].[Client]
([ClientId])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Roles_Client'
CREATE INDEX [IX_FK_Roles_Client]
ON [dbo].[Roles]
([ClientId]);
GO
-- Creating foreign key on [IdMedico] in table 'Consulta'
ALTER TABLE [dbo].[Consulta]
ADD CONSTRAINT [FK_Consulta_DatosMedico]
FOREIGN KEY ([IdMedico])
REFERENCES [dbo].[DatosMedico]
([IdMedico])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Consulta_DatosMedico'
CREATE INDEX [IX_FK_Consulta_DatosMedico]
ON [dbo].[Consulta]
([IdMedico]);
GO
-- Creating foreign key on [IdPaciente] in table 'Consulta'
ALTER TABLE [dbo].[Consulta]
ADD CONSTRAINT [FK_Consulta_DatosPaciente]
FOREIGN KEY ([IdPaciente])
REFERENCES [dbo].[DatosPaciente]
([IdPaciente])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Consulta_DatosPaciente'
CREATE INDEX [IX_FK_Consulta_DatosPaciente]
ON [dbo].[Consulta]
([IdPaciente]);
GO
-- Creating foreign key on [IdConsulta] in table 'HistoriaClinica'
ALTER TABLE [dbo].[HistoriaClinica]
ADD CONSTRAINT [FK_HistoriaClinica_Consulta]
FOREIGN KEY ([IdConsulta])
REFERENCES [dbo].[Consulta]
([IdConsulta])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_HistoriaClinica_Consulta'
CREATE INDEX [IX_FK_HistoriaClinica_Consulta]
ON [dbo].[HistoriaClinica]
([IdConsulta]);
GO
-- Creating foreign key on [IdConsulta] in table 'Soporte'
ALTER TABLE [dbo].[Soporte]
ADD CONSTRAINT [FK_Soporteo_Consulta]
FOREIGN KEY ([IdConsulta])
REFERENCES [dbo].[Consulta]
([IdConsulta])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Soporteo_Consulta'
CREATE INDEX [IX_FK_Soporteo_Consulta]
ON [dbo].[Soporte]
([IdConsulta]);
GO
-- Creating foreign key on [IdPrograma] in table 'Convenio'
ALTER TABLE [dbo].[Convenio]
ADD CONSTRAINT [FK_ConvenioPrograma]
FOREIGN KEY ([IdPrograma])
REFERENCES [dbo].[Programa]
([IdPrograma])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_ConvenioPrograma'
CREATE INDEX [IX_FK_ConvenioPrograma]
ON [dbo].[Convenio]
([IdPrograma]);
GO
-- Creating foreign key on [IdUsuario] in table 'Credito'
ALTER TABLE [dbo].[Credito]
ADD CONSTRAINT [FK_CreditoUsers]
FOREIGN KEY ([IdUsuario])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_CreditoUsers'
CREATE INDEX [IX_FK_CreditoUsers]
ON [dbo].[Credito]
([IdUsuario]);
GO
-- Creating foreign key on [IdCredito] in table 'Pago'
ALTER TABLE [dbo].[Pago]
ADD CONSTRAINT [FK_Pago_Credito]
FOREIGN KEY ([IdCredito])
REFERENCES [dbo].[Credito]
([IdCredito])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Pago_Credito'
CREATE INDEX [IX_FK_Pago_Credito]
ON [dbo].[Pago]
([IdCredito]);
GO
-- Creating foreign key on [IdDepartamento] in table 'Cuidad'
ALTER TABLE [dbo].[Cuidad]
ADD CONSTRAINT [FK_Cuidad_Departamento]
FOREIGN KEY ([IdDepartamento])
REFERENCES [dbo].[Departamento]
([IdDepartamento])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Cuidad_Departamento'
CREATE INDEX [IX_FK_Cuidad_Departamento]
ON [dbo].[Cuidad]
([IdDepartamento]);
GO
-- Creating foreign key on [IdCiudad] in table 'Users'
ALTER TABLE [dbo].[Users]
ADD CONSTRAINT [FK_Users_Cuidad]
FOREIGN KEY ([IdCiudad])
REFERENCES [dbo].[Cuidad]
([IdCiudad])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Users_Cuidad'
CREATE INDEX [IX_FK_Users_Cuidad]
ON [dbo].[Users]
([IdCiudad]);
GO
-- Creating foreign key on [IdUsuario] in table 'DatosMedico'
ALTER TABLE [dbo].[DatosMedico]
ADD CONSTRAINT [FK_DatosMedico_Users]
FOREIGN KEY ([IdUsuario])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_DatosMedico_Users'
CREATE INDEX [IX_FK_DatosMedico_Users]
ON [dbo].[DatosMedico]
([IdUsuario]);
GO
-- Creating foreign key on [IdUsuario] in table 'DatosPaciente'
ALTER TABLE [dbo].[DatosPaciente]
ADD CONSTRAINT [FK_DatosPaciente_Users]
FOREIGN KEY ([IdUsuario])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_DatosPaciente_Users'
CREATE INDEX [IX_FK_DatosPaciente_Users]
ON [dbo].[DatosPaciente]
([IdUsuario]);
GO
-- Creating foreign key on [IdPais] in table 'Departamento'
ALTER TABLE [dbo].[Departamento]
ADD CONSTRAINT [FK_Departamento_Pais]
FOREIGN KEY ([IdPais])
REFERENCES [dbo].[Pais]
([IdPais])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Departamento_Pais'
CREATE INDEX [IX_FK_Departamento_Pais]
ON [dbo].[Departamento]
([IdPais]);
GO
-- Creating foreign key on [IdHorario] in table 'HorasHorario'
ALTER TABLE [dbo].[HorasHorario]
ADD CONSTRAINT [FK_Horario_HorasHorario]
FOREIGN KEY ([IdHorario])
REFERENCES [dbo].[Horario]
([IdHorario])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Horario_HorasHorario'
CREATE INDEX [IX_FK_Horario_HorasHorario]
ON [dbo].[HorasHorario]
([IdHorario]);
GO
-- Creating foreign key on [IdUsuario] in table 'Horario'
ALTER TABLE [dbo].[Horario]
ADD CONSTRAINT [FK_Horario_Users]
FOREIGN KEY ([IdUsuario])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Horario_Users'
CREATE INDEX [IX_FK_Horario_Users]
ON [dbo].[Horario]
([IdUsuario]);
GO
-- Creating foreign key on [IdMedioPago] in table 'Pago'
ALTER TABLE [dbo].[Pago]
ADD CONSTRAINT [FK_Pago_MedioPago]
FOREIGN KEY ([IdMedioPago])
REFERENCES [dbo].[MedioPago]
([IdMedioPago])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Pago_MedioPago'
CREATE INDEX [IX_FK_Pago_MedioPago]
ON [dbo].[Pago]
([IdMedioPago]);
GO
-- Creating foreign key on [idMenu] in table 'MenuGrupo'
ALTER TABLE [dbo].[MenuGrupo]
ADD CONSTRAINT [FK_menugrupo_menu]
FOREIGN KEY ([idMenu])
REFERENCES [dbo].[Menu]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_menugrupo_menu'
CREATE INDEX [IX_FK_menugrupo_menu]
ON [dbo].[MenuGrupo]
([idMenu]);
GO
-- Creating foreign key on [ParentNode] in table 'Operation'
ALTER TABLE [dbo].[Operation]
ADD CONSTRAINT [FK_Operation_Operation_ParentNode]
FOREIGN KEY ([ParentNode])
REFERENCES [dbo].[Operation]
([OperationId])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Operation_Operation_ParentNode'
CREATE INDEX [IX_FK_Operation_Operation_ParentNode]
ON [dbo].[Operation]
([ParentNode]);
GO
-- Creating foreign key on [IdUsuario] in table 'PQRS'
ALTER TABLE [dbo].[PQRS]
ADD CONSTRAINT [FK_PQRS_Users]
FOREIGN KEY ([IdUsuario])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_PQRS_Users'
CREATE INDEX [IX_FK_PQRS_Users]
ON [dbo].[PQRS]
([IdUsuario]);
GO
-- Creating foreign key on [IdPrograma] in table 'Users'
ALTER TABLE [dbo].[Users]
ADD CONSTRAINT [FK_Users_Programa]
FOREIGN KEY ([IdPrograma])
REFERENCES [dbo].[Programa]
([IdPrograma])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Users_Programa'
CREATE INDEX [IX_FK_Users_Programa]
ON [dbo].[Users]
([IdPrograma]);
GO
-- Creating foreign key on [RoleId] in table 'RoleClaims'
ALTER TABLE [dbo].[RoleClaims]
ADD CONSTRAINT [FK_RoleClaims_Roles_RoleId]
FOREIGN KEY ([RoleId])
REFERENCES [dbo].[Roles]
([Id])
ON DELETE CASCADE ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_RoleClaims_Roles_RoleId'
CREATE INDEX [IX_FK_RoleClaims_Roles_RoleId]
ON [dbo].[RoleClaims]
([RoleId]);
GO
-- Creating foreign key on [IdTipoSoporte] in table 'Soporte'
ALTER TABLE [dbo].[Soporte]
ADD CONSTRAINT [FK_Soporteo_TipoSoporte]
FOREIGN KEY ([IdTipoSoporte])
REFERENCES [dbo].[TipoSoporte]
([IdTipoSoporte])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_Soporteo_TipoSoporte'
CREATE INDEX [IX_FK_Soporteo_TipoSoporte]
ON [dbo].[Soporte]
([IdTipoSoporte]);
GO
-- Creating foreign key on [UserId] in table 'UserClaims'
ALTER TABLE [dbo].[UserClaims]
ADD CONSTRAINT [FK_UserClaims_Users_UserId]
FOREIGN KEY ([UserId])
REFERENCES [dbo].[Users]
([Id])
ON DELETE CASCADE ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_UserClaims_Users_UserId'
CREATE INDEX [IX_FK_UserClaims_Users_UserId]
ON [dbo].[UserClaims]
([UserId]);
GO
-- Creating foreign key on [UserId] in table 'UserLogins'
ALTER TABLE [dbo].[UserLogins]
ADD CONSTRAINT [FK_UserLogins_Users_UserId]
FOREIGN KEY ([UserId])
REFERENCES [dbo].[Users]
([Id])
ON DELETE CASCADE ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_UserLogins_Users_UserId'
CREATE INDEX [IX_FK_UserLogins_Users_UserId]
ON [dbo].[UserLogins]
([UserId]);
GO
-- Creating foreign key on [UserId] in table 'UserTokens'
ALTER TABLE [dbo].[UserTokens]
ADD CONSTRAINT [FK_UserTokens_Users_UserId]
FOREIGN KEY ([UserId])
REFERENCES [dbo].[Users]
([Id])
ON DELETE CASCADE ON UPDATE NO ACTION;
GO
-- Creating foreign key on [DatosMedico_IdMedico] in table 'EspecialidadMedica'
ALTER TABLE [dbo].[EspecialidadMedica]
ADD CONSTRAINT [FK_EspecialidadMedica_DatosMedico]
FOREIGN KEY ([DatosMedico_IdMedico])
REFERENCES [dbo].[DatosMedico]
([IdMedico])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating foreign key on [Especialidad_IdEspecialidad] in table 'EspecialidadMedica'
ALTER TABLE [dbo].[EspecialidadMedica]
ADD CONSTRAINT [FK_EspecialidadMedica_Especialidad]
FOREIGN KEY ([Especialidad_IdEspecialidad])
REFERENCES [dbo].[Especialidad]
([IdEspecialidad])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_EspecialidadMedica_Especialidad'
CREATE INDEX [IX_FK_EspecialidadMedica_Especialidad]
ON [dbo].[EspecialidadMedica]
([Especialidad_IdEspecialidad]);
GO
-- Creating foreign key on [Operation_OperationId] in table 'RoleOperations'
ALTER TABLE [dbo].[RoleOperations]
ADD CONSTRAINT [FK_RoleOperations_Operation]
FOREIGN KEY ([Operation_OperationId])
REFERENCES [dbo].[Operation]
([OperationId])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating foreign key on [Roles_Id] in table 'RoleOperations'
ALTER TABLE [dbo].[RoleOperations]
ADD CONSTRAINT [FK_RoleOperations_Roles]
FOREIGN KEY ([Roles_Id])
REFERENCES [dbo].[Roles]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_RoleOperations_Roles'
CREATE INDEX [IX_FK_RoleOperations_Roles]
ON [dbo].[RoleOperations]
([Roles_Id]);
GO
-- Creating foreign key on [Roles_Id] in table 'UserRoles'
ALTER TABLE [dbo].[UserRoles]
ADD CONSTRAINT [FK_UserRoles_Roles]
FOREIGN KEY ([Roles_Id])
REFERENCES [dbo].[Roles]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating foreign key on [Users_Id] in table 'UserRoles'
ALTER TABLE [dbo].[UserRoles]
ADD CONSTRAINT [FK_UserRoles_Users]
FOREIGN KEY ([Users_Id])
REFERENCES [dbo].[Users]
([Id])
ON DELETE NO ACTION ON UPDATE NO ACTION;
GO
-- Creating non-clustered index for FOREIGN KEY 'FK_UserRoles_Users'
CREATE INDEX [IX_FK_UserRoles_Users]
ON [dbo].[UserRoles]
([Users_Id]);
GO
-- --------------------------------------------------
-- Script has ended
-- ---------------- |
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `people` (
`ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Class` enum('Emergence\\People\\Person','Emergence\\People\\User','Slate\\People\\Student') NOT NULL,
`Created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`CreatorID` int(11) DEFAULT NULL,
`Modified` timestamp NULL DEFAULT NULL,
`ModifierID` int(10) unsigned DEFAULT NULL,
`FirstName` varchar(255) NOT NULL,
`LastName` varchar(255) NOT NULL,
`MiddleName` varchar(255) DEFAULT NULL,
`PreferredName` varchar(255) DEFAULT NULL,
`Gender` enum('Male','Female') DEFAULT NULL,
`BirthDate` date DEFAULT NULL,
`Location` varchar(255) DEFAULT NULL,
`About` text,
`PrimaryPhotoID` int(10) unsigned DEFAULT NULL,
`PrimaryEmailID` int(10) unsigned DEFAULT NULL,
`PrimaryPhoneID` int(10) unsigned DEFAULT NULL,
`PrimaryPostalID` int(10) unsigned DEFAULT NULL,
`Username` varchar(255) DEFAULT NULL,
`Password` varchar(255) DEFAULT NULL,
`AccountLevel` enum('Disabled','Contact','User','Student','Staff','Teacher','Administrator','Developer') DEFAULT 'User',
`TemporaryPassword` varchar(255) DEFAULT NULL,
`StudentNumber` varchar(255) DEFAULT NULL,
`AdvisorID` int(10) unsigned DEFAULT NULL,
`GraduationYear` year(4) DEFAULT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `Username` (`Username`),
UNIQUE KEY `StudentNumber` (`StudentNumber`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
INSERT INTO `people` VALUES (1,'Emergence\\People\\User','2019-01-02 03:04:05',NULL,NULL,NULL,'System','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'system','$2y$10$Ap2JdhW3.PK9j9NGhhnvQO6aU55rNiKB/fgcpiEvtWDNUkj54T7uS','Developer',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (2,'Emergence\\People\\User','2019-01-02 03:04:05',NULL,NULL,NULL,'Admin','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,'admin','$2y$10$4GG7HXbLKMrm84TiRhl40eWpMgip2XPnDh9ykBYtiOjtXRP2bsFj.','Administrator',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (3,'Emergence\\People\\User','2019-01-02 03:04:05',NULL,NULL,NULL,'Teacher','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,NULL,'teacher','$2y$10$x0vsiK0qdmZoW5m2NMoU.egE4trq1Gi2MtZdWVrXqbYVfE9Yrs0RG','Staff',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (4,'Slate\\People\\Student','2019-01-02 03:04:05',NULL,NULL,NULL,'Student','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,'student','$2y$10$W9fLEczomvifOJS0CYIi5O0KC4aPjSGv.Wpu3KGdDNPpA2fD8.Rkq','User',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (5,'Emergence\\People\\User','2019-01-02 03:04:05',NULL,NULL,NULL,'Teacher2','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,'teacher2','$2y$10$tpADYt1RCQsQASt3W2VQO.yZ5CairGZjO4/KGNfwQoN5juIplqzLy','Staff',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (6,'Slate\\People\\Student','2019-01-02 03:04:05',NULL,NULL,NULL,'Student2','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,NULL,NULL,'student2','$2y$10$tsqGd1oYRSO/xG.ZPy84r.EjjG4vd7ReEq7UcuUhorAL8/yso/kPq','User',NULL,NULL,NULL,NULL);
INSERT INTO `people` VALUES (7,'Slate\\People\\Student','2019-01-02 03:04:05',NULL,NULL,NULL,'Student3','Slate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,NULL,NULL,'student3','$2y$10$xQTWRIk1glWFdS5emIGoX.ARfHGScW48aI7oKTNRUJPKdv4d.3HD2','User',NULL,NULL,NULL,NULL);
CREATE TABLE `history_people` (
`RevisionID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ID` int(10) unsigned NOT NULL,
`Class` enum('Emergence\\People\\Person','Emergence\\People\\User','Slate\\People\\Student') NOT NULL,
`Created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`CreatorID` int(11) DEFAULT NULL,
`Modified` timestamp NULL DEFAULT NULL,
`ModifierID` int(10) unsigned DEFAULT NULL,
`FirstName` varchar(255) NOT NULL,
`LastName` varchar(255) NOT NULL,
`MiddleName` varchar(255) DEFAULT NULL,
`PreferredName` varchar(255) DEFAULT NULL,
`Gender` enum('Male','Female') DEFAULT NULL,
`BirthDate` date DEFAULT NULL,
`Location` varchar(255) DEFAULT NULL,
`About` text,
`PrimaryPhotoID` int(10) unsigned DEFAULT NULL,
`PrimaryEmailID` int(10) unsigned DEFAULT NULL,
`PrimaryPhoneID` int(10) unsigned DEFAULT NULL,
`PrimaryPostalID` int(10) unsigned DEFAULT NULL,
`Username` varchar(255) DEFAULT NULL,
`Password` varchar(255) DEFAULT NULL,
`AccountLevel` enum('Disabled','Contact','User','Student','Staff','Teacher','Administrator','Developer') DEFAULT 'User',
`TemporaryPassword` varchar(255) DEFAULT NULL,
`StudentNumber` varchar(255) DEFAULT NULL,
`AdvisorID` int(10) unsigned DEFAULT NULL,
`GraduationYear` year(4) DEFAULT NULL,
PRIMARY KEY (`RevisionID`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `history_people` SELECT NULL AS RevisionID, `people`.* FROM `people`;
|
<reponame>hugo180/Mysql_Employeetracker<gh_stars>0
USE employee_db;
INSERT INTO departments (`name`)
VALUES ("Marketing");
INSERT INTO departments (`name`)
VALUES ("Leadership");
INSERT INTO departments (`name`)
VALUES ("Accounting");
INSERT INTO departments (`name`)
VALUES ("R&D");
INSERT INTO roles (`title`, `salary`, `department_id`)
VALUES ("Engineer", 80000, 01);
INSERT INTO roles (`title`, `salary`, `department_id`)
VALUES ("Manager", 60000, 02);
INSERT INTO roles (`title`, `salary`, `department_id`)
VALUES ("Accountant", 40000, 03);
INSERT INTO employees (`first_name`, `last_name`, `role_id`, `manager_id`)
VALUES ('Hugo', 'One', 1, 1);
INSERT INTO employees (`first_name`, `last_name`, `role_id`, `manager_id`)
VALUES ('Rubio', 'Two', 2, 2);
INSERT INTO employees (`first_name`, `last_name`, `role_id`, `manager_id`)
VALUES ('Blanco', 'Three', 3, 3);
INSERT INTO employees (`first_name`, `last_name`, `role_id`, `manager_id`)
VALUES ('Andrea', 'Four', 4 ,4);
INSERT INTO employees (`first_name`, `last_name`, `role_id`, `manager_id`)
VALUES ('Luz', 'Five', 5, 5);
|
ALTER TABLE AdminSettings ADD COLUMN RequirePassword BOOLEAN;
|
alter table public.phones
add constraint phones_users_id_fk
foreign key (user_id) references public.users (id);
|
<filename>forum.sql<gh_stars>1-10
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Sep 19, 2019 at 10:31 AM
-- Server version: 10.2.26-MariaDB-cll-lve
-- PHP Version: 5.5.38
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: `u54899p52177_forum`
--
-- --------------------------------------------------------
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`categoryID` int(8) NOT NULL,
`categoryName` varchar(255) NOT NULL,
`categoryDesc` varchar(255) NOT NULL,
`categoryBy` int(8) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `categories`
--
INSERT INTO `categories` (`categoryID`, `categoryName`, `categoryDesc`, `categoryBy`) VALUES
(6, 'Old School RuneScape', 'RuneScape is a fantasy massively multiplayer online role-playing game (MMORPG) developed and published by Jagex', 12),
(7, 'Death Stranding', 'Kojima\'s new game.', 15),
(8, 'Nier Automata', 'Yoko Taro\'s most popular title.', 15),
(9, 'Anime UwU', 'Weebs in', 14),
(11, 'Little Big Planet', 'LBP, LBP2, LBP3', 15);
-- --------------------------------------------------------
--
-- Table structure for table `nametags`
--
CREATE TABLE `nametags` (
`nametagID` int(11) NOT NULL,
`nametagName` varchar(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `nametags`
--
INSERT INTO `nametags` (`nametagID`, `nametagName`) VALUES
(1, 'Fresh'),
(2, 'Spicy'),
(3, 'Mild'),
(4, 'Banned');
-- --------------------------------------------------------
--
-- Table structure for table `posts`
--
CREATE TABLE `posts` (
`postID` int(8) NOT NULL,
`postTitle` varchar(32) NOT NULL,
`postContent` text NOT NULL,
`postDate` datetime NOT NULL,
`postKarma` int(32) NOT NULL,
`postTopic` int(8) NOT NULL,
`postBy` int(8) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `posts`
--
INSERT INTO `posts` (`postID`, `postTitle`, `postContent`, `postDate`, `postKarma`, `postTopic`, `postBy`) VALUES
(11, 'Runecrafting is so slow!', 'I have been runecrafting for hours and I am still not even halfway to level 99!', '0000-00-00 00:00:00', -93, 9, 12),
(12, 'How big is the world?', 'Guys? How big do you think the world in Death Stranding is?', '0000-00-00 00:00:00', 1, 7, 15),
(13, 'Here\'s for a sequel with the tri', '2B, 9S and A2 need to star together in a sequel in the new world.', '0000-00-00 00:00:00', 0, 10, 15),
(14, '<NAME> is love', '<NAME> is love, Minda Asido is life.', '0000-00-00 00:00:00', 0, 11, 15),
(15, 'WHAT ARE THEY?', 'They are like some weird baby demon sensor thing?', '0000-00-00 00:00:00', 0, 8, 15),
(16, 'Cop Craft sucks', 'Seriously, it sucks.', '0000-00-00 00:00:00', 0, 14, 15),
(17, 'Runescape Cheats', 'Sssssssh! This is a secret post for RuneScape cheats! Comment all your hacks and cheats!', '0000-00-00 00:00:00', 0, 12, 12),
(19, 'How do I runescape', 'How is it done, please explain', '0000-00-00 00:00:00', 98, 9, 18),
(21, 'How to NOT get bored of Runecraf', 'Step 1. Try, Step 2. Stop trying after an hour and do another skill.', '0000-00-00 00:00:00', 26493, 9, 21);
-- --------------------------------------------------------
--
-- Table structure for table `reactions`
--
CREATE TABLE `reactions` (
`reactionID` int(8) NOT NULL,
`reactionTitle` varchar(100) NOT NULL,
`reactionContent` text NOT NULL,
`reactionKarma` int(32) NOT NULL,
`reactionDate` datetime NOT NULL,
`reactionPost` int(8) NOT NULL,
`reactionBy` int(8) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `reactions`
--
INSERT INTO `reactions` (`reactionID`, `reactionTitle`, `reactionContent`, `reactionKarma`, `reactionDate`, `reactionPost`, `reactionBy`) VALUES
(15, 'I agree!', 'I have gotten to 99 runecrafting, but it took me a massive 500 hours! way too slow, fix it JaGeX!', -51, '0000-00-00 00:00:00', 11, 16),
(16, 'Please', 'How', -24, '0000-00-00 00:00:00', 19, 18),
(18, 'Agree', 'Fishing more exciting?', -50, '0000-00-00 00:00:00', 11, 21),
(19, 'Good suggestion', 'Very good suggestion JoeriH! Thanks.', 3, '0000-00-00 00:00:00', 21, 12),
(20, '10.000 upvotes! We did it!', 'Thanks. This was easier to grind than runecrafting. We did it boys!', 6, '0000-00-00 00:00:00', 21, 21),
(21, 'Google', 'Use google noob', 2, '0000-00-00 00:00:00', 19, 12),
(23, 'Runscape is good but...', 'It needs better graphics.', 1, '0000-00-00 00:00:00', 17, 15);
-- --------------------------------------------------------
--
-- Table structure for table `topics`
--
CREATE TABLE `topics` (
`topicId` int(8) NOT NULL,
`topicSubject` varchar(255) NOT NULL,
`topicDate` datetime NOT NULL,
`topicCategory` int(8) NOT NULL,
`topicBy` int(8) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `topics`
--
INSERT INTO `topics` (`topicId`, `topicSubject`, `topicDate`, `topicCategory`, `topicBy`) VALUES
(7, 'World Size', '0000-00-00 00:00:00', 7, 15),
(8, 'What are the BBs?', '0000-00-00 00:00:00', 7, 15),
(9, 'Runecrafting', '0000-00-00 00:00:00', 6, 12),
(10, 'Sequel Ideas', '0000-00-00 00:00:00', 8, 15),
(11, 'Imagine being a My Hero Academia fan', '0000-00-00 00:00:00', 9, 14),
(12, 'How to Play FF XIV instead.', '0000-00-00 00:00:00', 6, 15),
(14, 'Cop Craft', '0000-00-00 00:00:00', 9, 15);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(255) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`createdate` datetime(6) NOT NULL,
`lastpostdate` datetime NOT NULL,
`accountstatus` varchar(255) NOT NULL,
`karma` bigint(20) NOT NULL,
`userlevel` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `password`, `email`, `createdate`, `lastpostdate`, `accountstatus`, `karma`, `userlevel`) VALUES
(12, 'Mattsora', '$2y$12$mHyJVNPxstfwN7uonfP3DOdQK8uEe7mXu7MUKAt.TBv91FvNcrG5W', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 666),
(13, 'KillTehBunny', '$2y$12$pbRJLxysGGicfUkM2PxW5uRfLyemMIexvdBw3QFyrzKpwkCnHP/NW', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 666),
(14, 'Weebsout', '$2y$12$hBhMBGbhr59cmOSsq9IaQeTahdFUpaZ.7Kkd2e0WE24P6LbRRPCIG', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 666),
(15, 'BadcyborgTheLord', '$2y$12$1BPcKM3QXop.o2aPZO1YvuVSz.nu5coS9xHqw04E7GThj5VXi23Te', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 666),
(16, 'ikbenaaron', '$2y$12$c4Qb.fIGsoFdLbn1Fu8K4.0m.EzwSnqam3mctBXsGlV3UVTO7pEk.', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0),
(17, 'GeMaykeVlak', '$2y$12$A8JymP8xBU/SqCMiDq454emVjhnbg9kXK3UQLYVj1gBvEDDZM0MUe', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0),
(18, 'Homolomo', '$2y$12$2cRRzsx4t7Esq7E88Xa.FewDXSomqiDoAfVEwz8YmFa1/dlLov5X.', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0),
(19, 'Geitkipj', '$2y$12$zSVOTDv6v574gJlLD8NmuOXQnBUuJBPIQ6u8boD2mzSJop1wSz4q6', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0),
(20, 'Harigebilnaad', '$2y$12$3oSDlPiwavm/SI5rMihyKekPgL8A61FKiwuKmfgEQ7NNLd2MklwVK', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0),
(21, 'JoeriH', '$2y$12$yWRfbF60mZCpTy/FdNzdZeD7qMR1424XBYGh7FpzU6HYoou6F5XUK', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, -420),
(22, 'Roelsande', '$2y$12$h.rVpQXWybD498NPdkjMEu8kjJBCQMEI.E7OuAvmP029ySTCLpnmq', '', '0000-00-00 00:00:00.000000', '0000-00-00 00:00:00', '', 0, 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`categoryID`),
ADD UNIQUE KEY `categoryNameUnique` (`categoryName`),
ADD KEY `categories_ibfk_1` (`categoryBy`);
--
-- Indexes for table `nametags`
--
ALTER TABLE `nametags`
ADD PRIMARY KEY (`nametagID`);
--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
ADD PRIMARY KEY (`postID`),
ADD KEY `postTopic` (`postTopic`),
ADD KEY `postBy` (`postBy`);
--
-- Indexes for table `reactions`
--
ALTER TABLE `reactions`
ADD PRIMARY KEY (`reactionID`),
ADD KEY `foreignPostID` (`reactionPost`),
ADD KEY `foreignPostByID` (`reactionBy`);
--
-- Indexes for table `topics`
--
ALTER TABLE `topics`
ADD PRIMARY KEY (`topicId`),
ADD KEY `topicCategory` (`topicCategory`),
ADD KEY `topicBy` (`topicBy`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `usernameForeign` (`username`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
MODIFY `categoryID` int(8) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `nametags`
--
ALTER TABLE `nametags`
MODIFY `nametagID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
MODIFY `postID` int(8) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=123;
--
-- AUTO_INCREMENT for table `reactions`
--
ALTER TABLE `reactions`
MODIFY `reactionID` int(8) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;
--
-- AUTO_INCREMENT for table `topics`
--
ALTER TABLE `topics`
MODIFY `topicId` int(8) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `categories`
--
ALTER TABLE `categories`
ADD CONSTRAINT `categories_ibfk_1` FOREIGN KEY (`categoryBy`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `posts`
--
ALTER TABLE `posts`
ADD CONSTRAINT `posts_ibfk_1` FOREIGN KEY (`postTopic`) REFERENCES `topics` (`topicId`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `posts_ibfk_2` FOREIGN KEY (`postBy`) REFERENCES `users` (`id`) ON UPDATE CASCADE;
--
-- Constraints for table `reactions`
--
ALTER TABLE `reactions`
ADD CONSTRAINT `foreignPostByID` FOREIGN KEY (`reactionBy`) REFERENCES `users` (`id`),
ADD CONSTRAINT `foreignPostID` FOREIGN KEY (`reactionPost`) REFERENCES `posts` (`postID`);
--
-- Constraints for table `topics`
--
ALTER TABLE `topics`
ADD CONSTRAINT `topics_ibfk_1` FOREIGN KEY (`topicCategory`) REFERENCES `categories` (`categoryID`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `topics_ibfk_2` FOREIGN KEY (`topicBy`) REFERENCES `users` (`id`) 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 */;
|
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION cidr" to load this file. \quit
CREATE OR REPLACE FUNCTION pg_catalog.cidr(inet, inet) RETURNS TABLE (cidr cidr) AS $$
DECLARE
minmask CONSTANT inet := netmask(set_masklen($1, 0));
maxmask CONSTANT inet := ~minmask;
maxlen CONSTANT int := masklen(maxmask);
len int;
BEGIN
IF family($1) <> family($2) THEN
RAISE EXCEPTION 'cannot merge addresses from different families' USING ERRCODE = 'invalid_parameter_value';
END IF;
IF masklen($1) <> maxlen OR masklen($1) <> maxlen THEN
RAISE EXCEPTION 'cannot merge networks' USING ERRCODE = 'invalid_parameter_value';
END IF;
IF $2 < $1 THEN
RAISE EXCEPTION 'result is out of range' USING ERRCODE = 'numeric_value_out_of_range';
END IF;
WHILE $1 <= $2 LOOP
len := CASE WHEN $1 = minmask THEN 0 ELSE masklen(inet_merge(~$1 & $1 - 1, minmask)) END;
cidr := set_masklen($1, len);
WHILE set_masklen(broadcast(cidr), maxlen) > $2 LOOP
len := len + 1;
cidr := set_masklen($1, len);
END LOOP;
RETURN NEXT;
$1 := set_masklen(broadcast(cidr), maxlen);
EXIT WHEN $1 = maxmask;
$1 := $1 + 1;
END LOOP;
END;
$$ LANGUAGE plpgsql IMMUTABLE STRICT PARALLEL SAFE;
|
<filename>API/DNS/api_dns_get.sql
/* API - get_dns_mx */
CREATE OR REPLACE FUNCTION "api"."get_dns_mx"(input_address inet) RETURNS SETOF "dns"."mx" AS $$
BEGIN
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."mx" ORDER BY "preference");
ELSE
RETURN QUERY (SELECT * FROM "dns"."mx" WHERE "address" = input_address ORDER BY "preference");
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_mx"(inet) IS 'Get all data pertanent to DNS MX records for an address';
/* API - get_dns_zone_ns */
CREATE OR REPLACE FUNCTION "api"."get_dns_ns"(input_zone text) RETURNS SETOF "dns"."ns" AS $$
BEGIN
IF input_zone IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."ns" ORDER BY "nameserver");
ELSE
RETURN QUERY (SELECT * FROM "dns"."ns" WHERE "zone" = input_zone ORDER BY "nameserver");
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_ns"(text) IS 'Get all DNS NS records for a zone';
/* API - get_dns_text */
CREATE OR REPLACE FUNCTION "api"."get_dns_txt"(input_address inet) RETURNS SETOF "dns"."txt" AS $$
BEGIN
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."txt" ORDER BY "text");
ELSE
RETURN QUERY (SELECT * FROM "dns"."txt" WHERE "address" = input_address ORDER BY "text");
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_txt"(inet) IS 'Get all DNS TXT records for an address';
/* API - get_dns_srv */
CREATE OR REPLACE FUNCTION "api"."get_dns_srv"(input_address inet) RETURNS SETOF "dns"."srv" AS $$
BEGIN
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."srv" ORDER BY "alias");
ELSE
RETURN QUERY (SELECT * FROM "dns"."srv" WHERE "address" = input_address ORDER BY "alias" ASC);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_srv"(inet) IS 'Get all DNS SRV records for an address';
/* API - get_dns_cname */
CREATE OR REPLACE FUNCTION "api"."get_dns_cname"(input_address inet) RETURNS SETOF "dns"."cname" AS $$
BEGIN
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."cname" ORDER BY "alias");
ELSE
RETURN QUERY (SELECT * FROM "dns"."cname" WHERE "address" = input_address ORDER BY "alias" ASC);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_cname"(inet) IS 'Get all DNS CNAME records for an address';
/* API - get_dns_a */
CREATE OR REPLACE FUNCTION "api"."get_dns_a"(input_address inet, input_zone text) RETURNS SETOF "dns"."a" AS $$
BEGIN
IF input_zone IS NULL THEN
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."a" ORDER BY "address");
ELSE
RETURN QUERY (SELECT * FROM "dns"."a" WHERE "address" = input_address ORDER BY "zone" ASC);
END IF;
ELSE
IF input_address IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."a" ORDER BY "address");
ELSE
RETURN QUERY (SELECT * FROM "dns"."a" WHERE "address" = input_address AND "zone" = input_zone ORDER BY "zone");
END IF;
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_a"(inet,text) IS 'Get all DNS address records for an address';
/* API - get_record_types */
CREATE OR REPLACE FUNCTION "api"."get_record_types"() RETURNS SETOF TEXT AS $$
BEGIN
RETURN QUERY (SELECT "type" FROM "dns"."types" ORDER BY "type" ASC);
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_record_types"() IS 'Get all of the valid DNS types for this application';
/* API - get_dns_zones*/
CREATE OR REPLACE FUNCTION "api"."get_dns_zones"(input_username text) RETURNS SETOF "dns"."zones" AS $$
BEGIN
IF input_username IS NULL THEN
RETURN QUERY(SELECT * FROM "dns"."zones" ORDER BY CASE WHEN "zone" = (SELECT api.get_site_configuration('DNS_DEFAULT_ZONE')) THEN 1 ELSE 2 END, "forward" DESC, "zone" ASC);
ELSE
RETURN QUERY(SELECT * FROM "dns"."zones" WHERE "shared" = TRUE OR "owner" = input_username ORDER BY CASE WHEN "zone" = (SELECT api.get_site_configuration('DNS_DEFAULT_ZONE')) THEN 1 ELSE 2 END, "forward" DESC, "zone" ASC);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_zones"(text) IS 'Get the available zones to a user';
/* API - get_dns_zone*/
CREATE OR REPLACE FUNCTION "api"."get_dns_zone"(input_zone text) RETURNS SETOF "dns"."zones" AS $$
BEGIN
IF input_zone IS NULL THEN
RETURN QUERY(SELECT * FROM "dns"."zones" ORDER BY "zone");
ELSE
RETURN QUERY(SELECT * FROM "dns"."zones" WHERE "zone" = input_zone ORDER BY "zone");
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_zone"(text) IS 'Get detailed dns zone information';
/* API - get_dns_keys */
CREATE OR REPLACE FUNCTION "api"."get_dns_keys"(input_username text) RETURNS SETOF "dns"."keys" AS $$
BEGIN
IF input_username IS NULL THEN
IF api.get_current_user_level() !~* 'ADMIN' THEN
RAISE EXCEPTION 'Permission to get DNS keys denied: You are not admin';
END IF;
RETURN QUERY (SELECT * FROM "dns"."keys" ORDER BY "keyname");
ELSE
IF api.get_current_user_level() !~* 'ADMIN' THEN
IF input_username != api.get_current_user() THEN
RAISE EXCEPTION 'Permission to get DNS keys denied: You are not admin or owner';
END IF;
END IF;
RETURN QUERY (SELECT * FROM "dns"."keys" WHERE "owner" = input_username ORDER BY "keyname" ASC);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_keys"(text) IS 'Get DNS key data';
/* API - get_dns_key */
CREATE OR REPLACE FUNCTION "api"."get_dns_key"(input_keyname text) RETURNS SETOF "dns"."keys" AS $$
BEGIN
IF api.get_current_user_level() !~* 'ADMIN' THEN
IF (SELECT "owner" FROM "dns"."keys" WHERE "keyname" = input_keyname) != api.get_current_user() THEN
RAISE EXCEPTION 'Permission to get DNS key denied: You are not admin or owner';
END IF;
END IF;
RETURN QUERY (SELECT * FROM "dns"."keys" WHERE "keyname" = input_keyname);
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_key"(text) IS 'Get DNS key data';
CREATE OR REPLACE FUNCTION "api"."get_dns_soa"(input_zone text) RETURNS SETOF "dns"."soa" AS $$
BEGIN
IF input_zone IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."soa" ORDER BY "zone");
ELSE
RETURN QUERY (SELECT * FROM "dns"."soa" WHERE "dns"."soa"."zone" = input_zone);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_soa"(text) IS 'Get the SOA record of a DNS zone';
/* API - get_dns_text */
CREATE OR REPLACE FUNCTION "api"."get_dns_zone_txt"(input_zone text) RETURNS SETOF "dns"."zone_txt" AS $$
BEGIN
IF input_zone IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."zone_txt" ORDER BY "hostname");
ELSE
RETURN QUERY (SELECT * FROM "dns"."zone_txt" WHERE "zone" = input_zone ORDER BY "hostname" ASC);
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_zone_txt"(text) IS 'Get all DNS TXT records specifically for a zone';
CREATE OR REPLACE FUNCTION "api"."get_dns_zone_a"(input_zone text) RETURNS SETOF "dns"."zone_a" AS $$
BEGIN
IF input_zone IS NULL THEN
RETURN QUERY (SELECT * FROM "dns"."zone_a" ORDER BY "address");
ELSE
RETURN QUERY (SELECT * FROM "dns"."zone_a" WHERE "zone" = input_zone ORDER BY "address");
END IF;
END;
$$ LANGUAGE 'plpgsql';
COMMENT ON FUNCTION "api"."get_dns_zone_a"(text) IS 'Get all DNS address records for a zone';
|
CREATE SCHEMA [dll]
AUTHORIZATION [dbo];
GO
EXECUTE sp_addextendedproperty @name = N'MS_Description', @value = N'Объекты схемы dll подгружаются из сторонних библиотек', @level0type = N'SCHEMA', @level0name = N'dll';
|
<reponame>isabella232/Ore-1
# --- !Ups
alter table projects add column topic_id bigint;
# --- !Downs
alter table projects drop column topic_id;
|
<reponame>3nprob/vector
-- CreateTable
CREATE TABLE "QueuedUpdate" (
"id" TEXT NOT NULL PRIMARY KEY,
"type" TEXT NOT NULL,
"channelAddress" TEXT NOT NULL,
"updateData" TEXT NOT NULL,
"status" TEXT NOT NULL,
"context" TEXT
);
|
-- randexpr1.test
--
-- db eval {SELECT ((select cast(avg(case a when t1.d then (abs(coalesce((select coalesce((select coalesce((select e-a from t1 where not exists(select 1 from t1 where t1.f>11 or t1.a= -f)), -t1.a) from t1 where 11<= -t1.f),t1.f)-13 from t1 where not exists(select 1 from t1 where t1.e in (f,t1.b,d))),t1.d))/abs(11)) else (17) end) AS integer)+abs( -count(distinct e)+count(*)) | -count(*)*+min(e)*count(distinct b)*cast(avg(11) AS integer) from t1)) FROM t1 WHERE NOT (d= -19)}
SELECT ((select cast(avg(case a when t1.d then (abs(coalesce((select coalesce((select coalesce((select e-a from t1 where not exists(select 1 from t1 where t1.f>11 or t1.a= -f)), -t1.a) from t1 where 11<= -t1.f),t1.f)-13 from t1 where not exists(select 1 from t1 where t1.e in (f,t1.b,d))),t1.d))/abs(11)) else (17) end) AS integer)+abs( -count(distinct e)+count(*)) | -count(*)*+min(e)*count(distinct b)*cast(avg(11) AS integer) from t1)) FROM t1 WHERE NOT (d= -19) |
<gh_stars>1-10
SELECT
CASE 原字頭 = 異體字頭 WHEN true THEN '' ELSE 原字頭 END AS 原字頭,
異體字頭, 攝 || 開合 || 等漢字 || 韻賅上去入 AS 音韻, 聲, 母,
-- 出現次數,
粵語音, 解釋
FROM (
SELECT *, 字頭 AS 原字頭, ifnull(異體字, 字頭) AS 異體字頭
FROM (
SELECT * FROM 廣韻字頭全
INNER JOIN (SELECT 字頭, count(*) AS 出現次數 FROM 廣韻字頭 GROUP BY 字頭)
USING (字頭)
)
LEFT JOIN (
SELECT 字頭, 字頭 AS 異體字 FROM 異體字 GROUP BY 字頭
UNION SELECT 字頭, 異體字 FROM 異體字
)
USING (字頭)
) AS 中古音
INNER JOIN 粵語音
ON 中古音.異體字頭 = 粵語音.字頭
WHERE 出現次數 = 1
ORDER BY 攝號, 開合, 等, 韻賅上去入, 母號, 小韻號;
|
<reponame>mpi2/exportlibrary<filename>exportlibrary.exporter/src/main/resources/from_overviews_to_resources.sql
--
-- Copyright (C) 2013 <NAME> <j.atienza at har.mrc.ac.uk>
--
-- MEDICAL RESEARCH COUNCIL UK MRC
--
-- Harwell Mammalian Genetics Unit
--
-- http://www.har.mrc.ac.uk
--
-- 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.
--
CREATE TABLE centre
(
centre_id INT NOT NULL ,
full_name VARCHAR(255),
short_name VARCHAR(20) NOT NULL,
address VARCHAR(1024),
telephone_number VARCHAR(20),
contact_name VARCHAR(255),
url VARCHAR(255),
imits_name VARCHAR(55),
PRIMARY KEY (centre_id)
);
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (1, 'Baylor College of Medicine', 'Bay', '', null, null, null, 'BCM');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (2, 'Centre for Modeling Human Disease', 'Cmhd', '', null, null, null, '');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (3, 'German Mouse clinic', 'Gmc', '', null, null, null, '');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (4, 'MRC Harwell', 'H', 'Harwell Science and Innovation Campus, OX11 0RD', null, null, null, 'HARWELL');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (5, '<NAME>', 'Hmgu', '', null, null, null, 'HMGU');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (6, 'Institut Clinique de la Souris', 'Ics', '', null, null, null, 'ICS');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (7, 'The Jackson Laboratory', 'J', '', null, null, null, 'JAX');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (8, 'The Toronto Centre for Phenogenomics', 'Tcp', '', null, null, null, 'TCP');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (9, 'Nanjing University', 'Ning', '', null, null, null, '');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (10, 'RIKEN Tsukuba Institute, BioResource Center', 'Rbrc', '', null, null, null, '');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (11, 'University of California, Davis', 'Ucd', '', null, null, null, 'UCD');
INSERT INTO centre (centre_id, full_name, short_name, address, telephone_number, contact_name, url, imits_name) VALUES (12, 'Welcome Trust Sanger Institute', 'Wtsi', 'Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SA, UK', null, null, null, 'WTSI');
CREATE TABLE strain
(
strain_id INT NOT NULL ,
strain VARCHAR(255),
mgi_strain_id VARCHAR(255),
PRIMARY KEY (strain_id)
)
;
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (15, 'C57BL/6J-Tyr<c-Brd>;C57BL/6N', 'C57BL/6JTyr;C57BL/6N');
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (18, 'C57BL/6N', 'MGI:2159965');
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (19, 'C57BL/6NCrl', 'MGI:2683688');
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (35, 'C57BL/6NTac', 'MGI:2164831');
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (44, 'C57BL/6Dnk', 'MGI:4830588');
INSERT INTO strain (strain_id, strain, mgi_strain_id) VALUES (61, 'C57BL/6NJ', 'MGI:3056279');
CREATE TABLE genotype_new
(
genotype_id INT NOT NULL ,
genotype VARCHAR(255),
source VARCHAR(255),
allele_name VARCHAR(255),
allele_type VARCHAR(255),
gene_id VARCHAR(255),
gene_name VARCHAR(255),
gene_symbol VARCHAR(255),
definative_name VARCHAR(255),
emma_id VARCHAR(15),
komp_id VARCHAR(15),
jax_id VARCHAR(15),
international_strain_name VARCHAR(512),
ensembl_id VARCHAR(255),
show_this BOOLEAN,
allele_id VARCHAR(15),
epd_id VARCHAR(45),
stocklist_id VARCHAR(15),
HTGT_project_id VARCHAR(15),
centre_id INT,
strain_id INT,
MGI_strain_id VARCHAR(45),
PRIMARY KEY (genotype_id)
);
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (93, 'BL1487', 'Ube2e2<sup>tm1b(KOMP)Wtsi</sup>', 11, 35, 'MGI:2384997', 'Ube2e2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (116, 'BL1512', 'Htra4<sup>tm1b(KOMP)Wtsi</sup>', 11, 35, 'MGI:3036260', 'Htra4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1154, 'BL1601', 'D17Wsu92e<sup>Gt(IST12471H5)Tigm</sup>', 11, null, 'MGI:106281', 'D17Wsu92e');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (86, 'BL1690', 'Fam210b<sup>tm1b(KOMP)Mbp</sup>', 11, 35, 'MGI:1914267', 'Fam210b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (66, 'BL1997', 'Mtnr1b<sup>tm1.1(KOMP)Vlcg</sup>', 11, 19, 'MGI:2181726', 'Mtnr1b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (26, 'BL2067', 'Slc9b2<sup>tm1.1(KOMP)Vlcg</sup>', 11, 19, 'MGI:2140077', 'Slc9b2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (126, 'BL2226', 'Abca8b<sup>tm1b(EUCOMM)Wtsi</sup>', 11, 35, 'MGI:1351668', 'Abca8b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (125, 'BL2227', 'Fgfbp3<sup>tm1b(KOMP)Wtsi</sup>', 11, 35, 'MGI:1919764', 'Fgfbp3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (84, 'BL2273', 'Tm4sf4<sup>tm1.1(KOMP)Vlcg</sup>', 11, 19, 'MGI:2385173', 'Tm4sf4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (31, 'BL2275', 'Ttc30a2<sup>tm1.1(KOMP)Vlcg</sup>', 11, 19, 'MGI:3700200', 'Ttc30a2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (8, 'BL2277', 'Hpcal4<sup>tm1.1(KOMP)Vlcg</sup>', 11, 35, 'MGI:2157521', 'Hpcal4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (29, 'BL2301', 'Nudt14<sup>tm1.1(KOMP)Vlcg</sup>', 11, 35, 'MGI:1913424', 'Nudt14');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (96, 'BL2321', 'Rabl6<sup>tm1b(KOMP)Wtsi</sup>', 11, 35, 'MGI:2442633', 'Rabl6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (20, 'BL2327', 'Scarf2<sup>tm1.1(KOMP)Vlcg</sup>', 11, 35, 'MGI:1858430', 'Scarf2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (90, 'BL2351', 'Uts2b<sup>tm1b(KOMP)Mbp</sup>', 11, 35, 'MGI:2677064', 'Uts2b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (110, 'BL2359', 'Lypd6b<sup>tm1b(KOMP)Wtsi</sup>', 11, 35, 'MGI:1919147', 'Lypd6b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (137, 'BL2398', 'A330021E22Rik<sup>tm1b(KOMP)Wtsi</sup>', 11, 19, 'MGI:2443778', 'A330021E22Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (97, 'BL2428', 'Olah<sup>tm1b(KOMP)Wtsi</sup>', 11, 19, 'MGI:2139018', 'Olah');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (136, 'BL2461', 'Asb15<sup>tm1b(KOMP)Wtsi</sup>', 11, 19, 'MGI:1926160', 'Asb15');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (594, 'E105JM8N4-70', 'Ino80<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:1915392', 'Ino80');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (884, 'E112JM8N4-2', '4933430I17Rik<sup>tm1b(EUCOMM)Wtsi</sup>', 6, 35, 'MGI:3045314', '4933430I17Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1157, 'E184JM8N4-12', 'Laptm4a<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:108017', 'Laptm4a');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1182, 'E201JM8N4-54', 'Iah1<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:1914982', 'Iah1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1152, 'E202JM8N4-24', 'Baiap2l2<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:2652819', 'Baiap2l2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1181, 'E203JM8N4-28', 'Rnf144b<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:2384986', 'Rnf144b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1524, 'IP00004326a', '4933430I17Rik<sup>tm1a(EUCOMM)Wtsi</sup>', 6, 35, 'MGI:3045314', '4933430I17Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1350, 'IP00004675a', 'Plscr1<sup>tm1b(EUCOMM)Hmgu</sup>', 6, 35, 'MGI:893575', 'Plscr1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1115, 'GSF-EPD0227_6_F12-1-2', 'Car4<sup>tm1b(EUCOMM)Wtsi</sup>', 5, 35, 'MGI:1096574', 'Car4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (181, 'GSF-EPD0243_5_D11-1-1', 'Rxfp2<sup>tm1b(EUCOMM)Wtsi</sup>', 5, 35, 'MGI:2153463', 'Rxfp2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (180, 'GSF-EPD0369_6_A06-1-1', 'P2rx7<sup>tm1b(EUCOMM)Wtsi</sup>', 5, 35, 'MGI:1339957', 'P2rx7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (179, 'GSF-HEPD0550_6_G09-1-1', 'Ndfip2<sup>tm1b(EUCOMM)Hmgu</sup>', 5, 35, 'MGI:1923523', 'Ndfip2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (188, 'HMGU-EPD0445_2_D06-1-1', 'Efna5<sup>tm1b(EUCOMM)Wtsi</sup>', 5, 35, 'MGI:107444', 'Efna5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (370, 'H-Adh5-G04-TM1B', 'Adh5<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:87929', 'Adh5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (375, 'H-Agl-E12-TM1B-2', 'Agl<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:1924809', 'Agl');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (377, 'H-CIB2-D04-TM1B', 'Cib2<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:1929293', 'Cib2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (366, 'H-Creld2-F05-TM1B', 'Creld2<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:1923987', 'Creld2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (355, 'H-Cttn-D11-TM1B', 'Cttn<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:99695', 'Cttn');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (382, 'H-CYB5R2-C08-TM1B', 'Cyb5r2<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:2444415', 'Cyb5r2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (387, 'H-EAF1-E07-TM1B', 'Eaf1<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:1921677', 'Eaf1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (386, 'H-ELMOD1-E10-TM1B', 'Elmod1<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:3583900', 'Elmod1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (374, 'H-Fam151b-C08-TM1B', 'Fam151b<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:1921192', 'Fam151b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (385, 'H-GPR33-A05-TM1B', 'Gpr33<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:1277106', 'Gpr33');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (359, 'H-Il17rd-G11-TM1B', 'Il17rd<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:2159727', 'Il17rd');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (388, 'H-ITGA2-G06-TM1B', 'Itga2<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:96600', 'Itga2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (376, 'H-Kdm8-A04-TM1B', 'Kdm8<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:1924285', 'Kdm8');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (384, 'H-MAPKBP1-H02-TM1B', 'Mapkbp1<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:1347004', 'Mapkbp1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (373, 'H-Mxra7-G06-TM1B', 'Mxra7<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:1914872', 'Mxra7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (412, 'H-Rhbdl3-C11-TM1B', 'Rhbdl3<sup>tm1b(EUCOMM)Wtsi</sup>', 4, 35, 'MGI:2179276', 'Rhbdl3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (356, 'H-Slc40a1-A07-TM1B', 'Slc40a1<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:1315204', 'Slc40a1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (229, 'H-Tpcn2-C10-TM1B', 'Tpcn2<sup>tm1b(EUCOMM)Hmgu</sup>', 4, 35, 'MGI:2385297', 'Tpcn2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (152, 'JR18553', 'Trip13<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:1916966', 'Trip13');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (214, 'JR18556', 'Cbln3<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:1889286', 'Cbln3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (150, 'JR18557', 'Slc1a3<sup>tm1.1(KOMP)Mbp</sup>', 7, 61, 'MGI:99917', 'Slc1a3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (151, 'JR18561', 'Ahrr<sup>tm1b(KOMP)Wtsi</sup>', 7, 61, 'MGI:1333776', 'Ahrr');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (213, 'JR18562', 'C1qtnf5<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:2385958', 'C1qtnf5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (492, 'JR18563', 'Loxl1<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:106096', 'Loxl1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (621, 'JR18565', 'Dmap1<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:1913483', 'Dmap1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (422, 'JR18568', 'Prokr1<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:1929676', 'Prokr1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (493, 'JR18570', 'Macrod2<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:1920149', 'Macrod2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (494, 'JR18572', 'Resp18<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:1098222', 'Resp18');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (579, 'JR18576', 'Prom2<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:2138997', 'Prom2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (746, 'JR18584', 'Dixdc1<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:2679721', 'Dixdc1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (745, 'JR18592', 'Adora2b<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:99403', 'Adora2b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (604, 'JR18594', 'H1fx<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:2685307', 'H1fx');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (605, 'JR18607', 'Arrdc1<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:2446136', 'Arrdc1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (597, 'JR18608', 'Arrb2<sup>tm1.1(KOMP)Vlcg</sup>', 7, 18, 'MGI:99474', 'Arrb2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (600, 'JR18611', 'Stk16<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:1313271', 'Stk16');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (724, 'JR18640', 'Kcnh3<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:1341723', 'Kcnh3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (721, 'JR18646', 'Nsf<sup>tm1b(KOMP)Mbp</sup>', 7, 61, 'MGI:104560', 'Nsf');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (791, 'JR18657', 'Arsk<sup>tm1b(KOMP)Wtsi</sup>', 7, 18, 'MGI:1924291', 'Arsk');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (722, 'JR19073', 'Hspa5<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:95835', 'Hspa5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (596, 'JR19459', 'Ghrhr<sup>tm1.1(KOMP)Vlcg</sup>', 7, 61, 'MGI:95710', 'Ghrhr');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (965, 'MAOH', 'Pfn1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:97549', 'Pfn1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (966, 'MBCZ', 'Tmem189<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:2142624', 'Tmem189');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (968, 'MBGS', 'Acsl4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1354713', 'Acsl4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (969, 'MBWA', 'Aldh16a1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1916998', 'Aldh16a1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (970, 'MCBN', 'Rtbdn<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:2443686', 'Rtbdn');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1227, 'MCKW', 'Kifap3<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:107566', 'Kifap3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (972, 'MCMM', '1500011B03Rik<sup>tm2(KOMP)Wtsi</sup>', 12, null, 'MGI:1913486', '1500011B03Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (973, 'MCND', 'Aff3<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:106927', 'Aff3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (974, 'MCQP', 'Cnot6<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:2144529', 'Cnot6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (975, 'MCRQ', 'Ocm<sup>tm1e(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:97401', 'Ocm');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (396, 'MCSQ', 'Pld5<sup>tm1b(KOMP)Wtsi</sup>', 12, 15, 'MGI:2442056', 'Pld5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (976, 'MCSZ', 'Dynll1<sup>tm1(KOMP)Wtsi</sup>', 12, 18, 'MGI:1861457', 'Dynll1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (977, 'MCTN', 'Cbx5<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:109372', 'Cbx5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (978, 'MCTQ', 'Cbx6<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:3512628', 'Cbx6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (979, 'MCUU', 'Prps1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:97775', 'Prps1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (980, 'MCVS', 'Tmc6<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1098686', 'Tmc6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (981, 'MCWY', 'Alg13<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1914824', 'Alg13');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (982, 'MCXD', 'Myo15<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1261811', 'Myo15');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (983, 'MCXN', 'Gle1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1921662', 'Gle1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (984, 'MCYF', 'Kng2<sup>tm2a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:3027157', 'Kng2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (985, 'MCZD', 'Wdr37<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1920393', 'Wdr37');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (986, 'MCZT', 'Abca4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:109424', 'Abca4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (987, 'MCZU', 'Actn4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1890773', 'Actn4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1243, 'MCZX', 'Coq4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1098826', 'Coq4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (988, 'MDCL', 'Sirt3<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1927665', 'Sirt3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (989, 'MDCM', 'Gpc5<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1194894', 'Gpc5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (990, 'MDDP', 'Rufy2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1917682', 'Rufy2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (991, 'MDDR', 'Sag<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:98227', 'Sag');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (992, 'MDDY', 'Map3k1<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1346872', 'Map3k1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (993, 'MDEF', 'Ppp1r42<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1921138', 'Ppp1r42');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (994, 'MDEQ', 'Snap47<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1915076', 'Snap47');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (995, 'MDFF', 'Tsfm<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1913649', 'Tsfm');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (996, 'MDGG', 'Kdm4d<sup>tm2a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:3606484', 'Kdm4d');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1251, 'MDGH', 'Tnik<sup>tm3a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1916264', 'Tnik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (997, 'MDGP', 'Oas1g<sup>tm3e(KOMP)Wtsi</sup>', 12, 18, 'MGI:97429', 'Oas1g');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (998, 'MDGW', 'Tm9sf4<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:2139220', 'Tm9sf4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (999, 'MDHD', 'Calcoco2<sup>tm1(KOMP)Wtsi</sup>', 12, null, 'MGI:1343177', 'Calcoco2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1000, 'MDHP', 'Gm13547<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:3650473', 'Gm13547');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1252, 'MDHR', 'Skida1<sup>tm1(KOMP)Wtsi</sup>', 12, null, 'MGI:1919918', 'Skida1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1001, 'MDJD', 'Glt8d2<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1922032', 'Glt8d2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1253, 'MDJF', 'Glg1<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:104967', 'Glg1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1002, 'MDJJ', 'Orc3<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1354944', 'Orc3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1003, 'MDJL', 'Seh1l<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1919374', 'Seh1l');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1004, 'MDJV', 'Wnt3<sup>tm2a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:98955', 'Wnt3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1005, 'MDJZ', 'Vps53<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1915549', 'Vps53');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1006, 'MDKE', 'Ccdc77<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1914450', 'Ccdc77');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1007, 'MDKG', 'Dph2<sup>tm2(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1914978', 'Dph2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1008, 'MDKN', 'Cand2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1914338', 'Cand2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1009, 'MDKQ', 'Wfdc18<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:107506', 'Wfdc18');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1010, 'MDKX', 'Tff1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:88135', 'Tff1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1011, 'MDKZ', 'Slc25a4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1353495', 'Slc25a4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1012, 'MDLF', 'Lztr1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1914113', 'Lztr1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1257, 'MDLQ', 'Cmtm4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2142888', 'Cmtm4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1013, 'MDLT', 'Fam96a<sup>tm2a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1915500', 'Fam96a');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1014, 'MDLW', 'Rpgrip1l<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1920563', 'Rpgrip1l');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1015, 'MDLX', 'Dlg2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1344351', 'Dlg2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1259, 'MDML', 'Ccl22<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1306779', 'Ccl22');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1016, 'MDMP', 'Mapk10<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1346863', 'Mapk10');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1017, 'MDNC', 'Zscan10<sup>tm2a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:3040700', 'Zscan10');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1018, 'MDNJ', 'Syt1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:99667', 'Syt1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1019, 'MDNQ', 'Naga<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1261422', 'Naga');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1020, 'MDNU', 'Il10rb<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:109380', 'Il10rb');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1021, 'MDRA', 'Fbxl7<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:3052506', 'Fbxl7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1022, 'MDRB', 'Fggy<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1922828', 'Fggy');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1023, 'MDRQ', 'Hacl1<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1929657', 'Hacl1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1024, 'MDRV', 'Farsa<sup>tm2a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1913840', 'Farsa');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1025, 'MDRZ', 'Gbf1<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1861607', 'Gbf1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1026, 'MDSU', 'Mrap2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:3609239', 'Mrap2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1027, 'MDTN', 'Phtf2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1916020', 'Phtf2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1028, 'MDTQ', 'Ralb<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1927244', 'Ralb');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1029, 'MDTX', 'Dmxl2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2444630', 'Dmxl2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1030, 'MDTZ', 'Fbxo47<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1920223', 'Fbxo47');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1031, 'MDUH', 'Trpc2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:109527', 'Trpc2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1261, 'MDUJ', 'Setd4<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:2136890', 'Setd4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1032, 'MDUP', 'Rnaseh2c<sup>tm1(KOMP)Wtsi</sup>', 12, 18, 'MGI:1915459', 'Rnaseh2c');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1033, 'MDUQ', 'Pacsin3<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1891410', 'Pacsin3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (207, 'MDUS', 'Dusp3<sup>tm1b(KOMP)Wtsi</sup>', 12, 15, 'MGI:1919599', 'Dusp3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1034, 'MDUU', '4932438H23Rik<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1921637', '4932438H23Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1035, 'MDUV', 'Dynlrb1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1914318', 'Dynlrb1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1262, 'MDUW', 'Usp22<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:2144157', 'Usp22');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1263, 'MDVB', 'Aspm<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1334448', 'Aspm');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1264, 'MDVQ', 'Fyn<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:95602', 'Fyn');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1036, 'MDVT', 'Jhdm1d<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2443388', 'Jhdm1d');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1037, 'MDWB', 'Apol7a<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1923011', 'Apol7a');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1265, 'MDWE', 'Dctn1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:107745', 'Dctn1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1038, 'MDWK', 'Arpc1b<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1343142', 'Arpc1b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1266, 'MDWN', 'G3bp2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2442040', 'G3bp2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1039, 'MDWP', 'Dars2<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:2442510', 'Dars2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1040, 'MDXJ', 'Myrfl<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2685085', 'Myrfl');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1041, 'MDXK', 'Mlec<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1924015', 'Mlec');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1269, 'MDXN', 'Map2k7<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1346871', 'Map2k7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1042, 'MDXP', 'Tcf4<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:98506', 'Tcf4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1043, 'MDXZ', 'Cmtm6<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2447165', 'Cmtm6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1044, 'MDYB', 'Ezr<sup>tm2a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:98931', 'Ezr');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1045, 'MDYD', 'Cabp1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1352750', 'Cabp1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1046, 'MDYN', 'Kcnv2<sup>tm1Wtsi</sup>', 12, null, 'MGI:2670981', 'Kcnv2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1273, 'MDYQ', 'Fam175b<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1926116', 'Fam175b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1047, 'MDYT', 'Gprc5b<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1927596', 'Gprc5b');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1048, 'MDYU', 'Dopey2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1917278', 'Dopey2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1049, 'MDYY', 'Sel1l<sup>tm1e(KOMP)Wtsi</sup>', 12, null, 'MGI:1329016', 'Sel1l');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1050, 'MDZE', 'Lamc3<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1344394', 'Lamc3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1051, 'MEAC', 'Actr6<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1914269', 'Actr6');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1279, 'MEAH', 'Rala<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1927243', 'Rala');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1280, 'MEAL', 'Spopl<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1924107', 'Spopl');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1282, 'MEBJ', 'Rasal2<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:2443881', 'Rasal2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1283, 'MEBN', 'Irf7<sup>tm1(KOMP)Wtsi</sup>', 12, 18, 'MGI:1859212', 'Irf7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1284, 'MEBR', 'Smyd5<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:108048', 'Smyd5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1052, 'MEBV', 'Fbxo7<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1917004', 'Fbxo7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1053, 'MEBW', 'Oxr1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:2179326', 'Oxr1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1054, 'MEBX', 'Myo7a<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:104510', 'Myo7a');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1055, 'MEBY', 'Arhgef7<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1860493', 'Arhgef7');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1056, 'MECG', 'Casp12<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1312922', 'Casp12');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1286, 'MECR', 'Ido2<sup>tm3a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2142489', 'Ido2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1057, 'MECV', 'Apool<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1915367', 'Apool');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1288, 'MECY', '3830417A13Rik<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1917946', '3830417A13Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1289, 'MEDH', 'Pdxk<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1351869', 'Pdxk');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1058, 'MEDS', 'Ccdc160<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:3588225', 'Ccdc160');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1059, 'MEDY', 'Arsg<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1921258', 'Arsg');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1060, 'MEEC', 'Trim17<sup>tm1e(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1861440', 'Trim17');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (141, 'MEEK', 'Rhox13<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1920864', 'Rhox13');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1294, 'MEFL', 'Ints2<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1917672', 'Ints2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1295, 'MEFU', 'Elmo1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:2153044', 'Elmo1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1299, 'MEGM', 'Wbp5<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:109567', 'Wbp5');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1061, 'MEHR', 'Zfp182<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:2442220', 'Zfp182');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (673, 'MEJH', 'Rbmx<sup>tm2a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1343044', 'Rbmx');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (254, 'MEJY', 'Tomm20l<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:1922516', 'Tomm20l');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1062, 'MEKD', 'Tatdn3<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1916222', 'Tatdn3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1063, 'MEKG', 'Dennd1c<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1918035', 'Dennd1c');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (677, 'MEKM', 'Exoc3l2<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1921713', 'Exoc3l2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1301, 'MELC', 'Ttll11<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1921660', 'Ttll11');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1302, 'MELE', 'Rundc1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2144506', 'Rundc1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1304, 'MEMY', 'Sec1<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:1928893', 'Sec1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (264, 'MENA', 'Zfp719<sup>tm1a(EUCOMM)Wtsi</sup>', 12, 18, 'MGI:2444708', 'Zfp719');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1305, 'MENG', 'A830019P07Rik<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:3028035', 'A830019P07Rik');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1064, 'MENP', 'Leprot<sup>tm2a(KOMP)Wtsi</sup>', 12, null, 'MGI:2687005', 'Leprot');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1306, 'MENZ', 'Slc1a4<sup>tm1e(KOMP)Wtsi</sup>', 12, null, 'MGI:2135601', 'Slc1a4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1065, 'MEQD', 'Daam2<sup>tm1a(KOMP)Wtsi</sup>', 12, null, 'MGI:1923691', 'Daam2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1308, 'MEQF', 'Ninj2<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1352751', 'Ninj2');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1312, 'MEQZ', 'Rasgrp4<sup>tm2a(KOMP)Wtsi</sup>', 12, null, 'MGI:2386851', 'Rasgrp4');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1066, 'MERM', 'Dcdc2c<sup>tm1a(KOMP)Wtsi</sup>', 12, 18, 'MGI:1915761', 'Dcdc2c');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1324, 'MFGY', 'Fanci<sup>tm1a(EUCOMM)Wtsi</sup>', 12, null, 'MGI:2384790', 'Fanci');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (205, 'MLFC', 'Crlf3<sup>tm1b(KOMP)Wtsi</sup>', 12, 15, 'MGI:1860086', 'Crlf3');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (398, 'MNPP', 'Inpp1<sup>tm1b(KOMP)Wtsi</sup>', 12, 15, 'MGI:104848', 'Inpp1');
INSERT INTO genotype_new (genotype_id, genotype, allele_name, centre_id, strain_id, gene_id, gene_symbol) VALUES (1067, 'MSEV', 'Ywhae<sup>tm1e(EUCOMM)Wtsi</sup>', 12, null, 'MGI:894689', 'Ywhae');
|
"""
link: https://leetcode.com/problems/employees-earning-more-than-their-managers
problem: 数据查找
"""
SELECT
a.Name AS 'Employee'
FROM
Employee AS a,
Employee AS b
WHERE
a.Salary > b.Salary
AND a.ManagerId = b.Id
---
SELECT a.Name as Employee
FROM Employee a
LEFT JOIN Employee b ON a.ManagerId = b.Id
WHERE a.Salary > b.Salary |
<reponame>uoregon-libraries/newspaper-curation-app<gh_stars>1-10
-- +goose Up
ALTER TABLE `issues` MODIFY `page_labels_csv` MEDIUMTEXT COLLATE utf8_bin;
-- +goose Down
ALTER TABLE `issues` MODIFY `page_labels_csv` TINYTEXT COLLATE utf8_bin;
|
<filename>test.sql<gh_stars>10-100
/*
SQLyog Ultimate v12.09 (64 bit)
MySQL - 5.7.17-log : Database - test
*********************************************************************
*/
/*!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*/`test` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `test`;
/*Table structure for table `account` */
DROP TABLE IF EXISTS `account`;
CREATE TABLE `account` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`account` varchar(20) DEFAULT NULL,
`nick_name` varchar(30) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*Data for the table `account` */
insert into `account`(`id`,`account`,`nick_name`,`password`) values (1,'wlz','小吴','<PASSWORD>'),(2,'zhangsan','张三','<PASSWORD>'),(3,'<PASSWORD>','<PASSWORD>','<PASSWORD>');
/*Table structure for table `author` */
DROP TABLE IF EXISTS `author`;
CREATE TABLE `author` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(20) DEFAULT NULL,
`account_id` int(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*Data for the table `author` */
insert into `author`(`id`,`name`,`account_id`) values (1,'小吴',1),(2,'张三',2),(3,'李四',3);
/*Table structure for table `blog` */
DROP TABLE IF EXISTS `blog`;
CREATE TABLE `blog` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(20) DEFAULT NULL,
`content` varchar(10000) DEFAULT NULL,
`author_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*Data for the table `blog` */
insert into `blog`(`id`,`title`,`content`,`author_id`) values (5,'插入测试',NULL,3),(6,'插入测试',NULL,4),(7,'插入测试',NULL,5),(8,'插入测试',NULL,1),(9,'插入测试',NULL,2),(10,'插入测试',NULL,3),(11,'插入测试11',NULL,1),(12,'插入测试12',NULL,1),(13,'插入测试',NULL,1);
/*Table structure for table `course` */
DROP TABLE IF EXISTS `course`;
CREATE TABLE `course` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*Data for the table `course` */
insert into `course`(`id`,`name`) values (1,'JAVA程序设计'),(2,'C/C++程序设计'),(3,'大学英语'),(4,'高等数学'),(5,'电影欣赏');
/*Table structure for table `student` */
DROP TABLE IF EXISTS `student`;
CREATE TABLE `student` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*Data for the table `student` */
insert into `student`(`id`,`name`) values (1,'张三'),(2,'李四'),(3,'王五');
/*Table structure for table `student_course` */
DROP TABLE IF EXISTS `student_course`;
CREATE TABLE `student_course` (
`student_id` int(11) NOT NULL,
`course_id` int(11) NOT NULL,
PRIMARY KEY (`student_id`,`course_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `student_course` */
insert into `student_course`(`student_id`,`course_id`) values (1,1),(1,2),(1,4),(2,1),(2,3),(2,5),(3,1),(3,2),(3,3),(3,4);
/*Table structure for table `users` */
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键id',
`userName` varchar(32) DEFAULT NULL COMMENT '用户名',
`passWord` varchar(32) DEFAULT NULL COMMENT '密码',
`user_sex` varchar(32) DEFAULT NULL,
`nick_name` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*Data for the table `users` */
insert into `users`(`id`,`userName`,`passWord`,`user_sex`,`nick_name`) values (28,'aa','a<PASSWORD>','MAN',NULL),(29,'bb','b<PASSWORD>','WOMAN',NULL),(30,'cc','b123456','WOMAN',NULL);
/*!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 */;
|
CREATE OR REPLACE TABLE dummy_v${parentIndex}_0 (
id INT64 NOT NULL,
type_id INT64 NOT NULL,
name STRING
);
CREATE OR REPLACE TABLE dummy_v${parentIndex}_1 (
id INT64 NOT NULL,
type_id INT64 NOT NULL,
name STRING
);
|
show tables;
DROP TABLE IF EXISTS oxyforum_topic_watch CASCADE;
DROP TABLE IF EXISTS oxyforum_topic CASCADE;
DROP TABLE IF EXISTS oxyforum_post CASCADE;
DROP TABLE IF EXISTS oxyforum_forum CASCADE;
DROP TABLE IF EXISTS oxyforum_user CASCADE;
DROP TABLE IF EXISTS oxyforum_misc CASCADE;
DROP TABLE IF EXISTS openjpa_sequence_table CASCADE;
commit;
show tables;
CREATE TABLE oxyforum_misc (
f_key VARCHAR(255) NOT NULL,
f_value VARCHAR(255) NOT NULL,
PRIMARY KEY (f_key)
) ENGINE = INNODB;
CREATE TABLE oxyforum_user (
f_id BIGINT NOT NULL AUTO_INCREMENT,
f_active BIT NOT NULL,
f_lastvisit DATETIME NOT NULL,
f_name VARCHAR(255) NOT NULL,
f_regdate DATETIME NOT NULL,
f_version INTEGER,
PRIMARY KEY (f_id)
) ENGINE = INNODB;
CREATE TABLE oxyforum_forum (
f_id BIGINT NOT NULL AUTO_INCREMENT,
f_date DATETIME NOT NULL,
f_details TEXT NOT NULL,
f_highvisibility BIT NOT NULL,
f_order INTEGER NOT NULL,
f_read BIT NOT NULL,
f_title VARCHAR(255) NOT NULL,
f_write BIT NOT NULL,
f_prunedays INTEGER NOT NULL,
f_version INTEGER,
f_author BIGINT NOT NULL,
f_parent_id BIGINT,
PRIMARY KEY (f_id),
FOREIGN KEY (f_parent_id) REFERENCES oxyforum_forum(f_id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = INNODB;
CREATE TABLE oxyforum_post (
f_id BIGINT NOT NULL AUTO_INCREMENT,
f_date DATETIME NOT NULL,
f_details TEXT NOT NULL,
f_highvisibility BIT NOT NULL,
f_order INTEGER NOT NULL,
f_read BIT NOT NULL,
f_title VARCHAR(255) NOT NULL,
f_write BIT NOT NULL,
f_ip VARCHAR(255) DEFAULT '255.255.255.255',
f_version INTEGER,
f_author BIGINT NOT NULL,
f_parent_post_id BIGINT,
f_topic_id BIGINT NOT NULL,
PRIMARY KEY (f_id),
FOREIGN KEY (f_author) REFERENCES oxyforum_user(f_id) ON DELETE CASCADE ON UPDATE CASCADE,
FOREIGN KEY (f_parent_post_id) REFERENCES oxyforum_post(f_id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = INNODB;
CREATE TABLE oxyforum_topic (
f_post_id BIGINT NOT NULL,
f_forum_id BIGINT NOT NULL,
f_numviews INTEGER NOT NULL,
FOREIGN KEY (f_forum_id) REFERENCES oxyforum_forum(f_id) ON DELETE CASCADE ON UPDATE CASCADE,
FOREIGN KEY (f_post_id) REFERENCES oxyforum_post(f_id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = INNODB;
CREATE TABLE oxyforum_topic_watch (
f_topic_id BIGINT NOT NULL,
f_user_id BIGINT NOT NULL,
FOREIGN KEY (f_topic_id) REFERENCES oxyforum_topic(f_post_id) ON DELETE CASCADE ON UPDATE CASCADE,
FOREIGN KEY (f_user_id) REFERENCES oxyforum_user(f_id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = INNODB;
-- This table is needed for the GenerationType.SEQUENCE entities
CREATE TABLE openjpa_sequence_table (
ID tinyint(4) NOT NULL,
SEQUENCE_VALUE bigint(20) DEFAULT NULL,
PRIMARY KEY (ID)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
commit;
show tables;
|
-- phpMyAdmin SQL Dump
-- version 4.8.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 08, 2018 at 12:27 PM
-- Server version: 10.1.34-MariaDB
-- PHP Version: 7.2.7
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: `aaahome`
--
-- --------------------------------------------------------
--
-- Table structure for table `about`
--
CREATE TABLE `about` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`photo` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`link` text COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`com` text COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `about`
--
INSERT INTO `about` (`id`, `user_id`, `name`, `alias`, `photo`, `mota`, `link`, `content`, `status`, `title`, `keyword`, `description`, `com`, `created_at`, `updated_at`) VALUES
(1, 8, NULL, '', '1531707289_about-home.png', NULL, NULL, '<p>Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo đem đến sự hài lòng cho khách hàng. Với đam mê mãnh liệt và sự chuyên nghiệp trong bộ máy công ty, AAA HOME hướng tới chinh phục những khách hàng khó tính nhất, không chỉ trong nước mà còn vươn ra thế giới. Hơn ai hết, chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, thẩm mỹ cao và sự an tâm cho QÚY KHÁCH HÀNG</p>', 0, NULL, NULL, NULL, 'gioi-thieu', '2018-08-06 06:45:49', '2018-08-05 23:45:49'),
(6, 8, NULL, '', NULL, NULL, NULL, '<p>Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo đem đến sự hài lòng cho khách hàng. Với đam mê mãnh liệt và sự chuyên nghiệp trong bộ máy công ty, AAA HOME hướng tới chinh phục những khách hàng khó tính nhất, không chỉ trong nước mà còn vươn ra thế giới. Hơn ai hết, chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, thẩm mỹ cao và sự an tâm cho QÚY KHÁCH HÀNG</p>', 0, NULL, NULL, NULL, 'tamnhin', '2018-08-06 06:49:07', '2018-08-05 23:49:07'),
(7, 8, NULL, '', NULL, NULL, NULL, '<p>Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo đem đến sự hài lòng cho khách hàng. Với đam mê mãnh liệt và sự chuyên nghiệp trong bộ máy công ty, AAA HOME hướng tới chinh phục những khách hàng khó tính nhất, không chỉ trong nước mà còn vươn ra thế giới. Hơn ai hết, chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, thẩm mỹ cao và sự an tâm cho QÚY KHÁCH HÀNG</p>', 0, NULL, NULL, NULL, 'dinhuong', '2018-08-06 06:50:25', '2018-08-05 23:50:25'),
(2, 8, NULL, '', NULL, '<p>Từ ngày đầu thành lập với những khó khăn về nguồn vốn và nhân lực, giờ đây, GCO Group đã xây dựng cho mình một đội ngũ hơn 150 nhân sự chuyên nghiệp, hệ thống văn phòng khang trang hơn, đầu tư trang thiết phục cho nhu cầu công việc, mở rộng các phòng ban theo từng lĩnh vực hoạt động, chuyên biệt về chức năng. Trên mỗi lĩnh vực hoạt động GCO Group đều đạt được những thành tựu đáng nhớ. Hoạt động với phương châm “GCO GROUP – Niềm tin cho doanh nghiệp”, tất cả thành viên GCO Group luôn nỗ lực phát triển năng lực bản thân hướng đến cung cấp dịch vụ chuyên nghiệp hơn, hiệu quả hơn cho quý khách hàng.</p>', NULL, NULL, 0, NULL, NULL, NULL, 'quy-trinh-seo', '2018-07-16 02:32:26', '2018-07-15 19:32:26'),
(3, 8, NULL, '', NULL, '<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>', NULL, NULL, 0, NULL, NULL, NULL, 'slogan-content', '2018-07-17 02:54:25', '2018-07-16 19:54:25'),
(4, 8, NULL, '', NULL, NULL, NULL, '<p>Hiện nay có rất nhiều nơi cung cấp dịch vụ này, chính vì thế mà bạn cần phải tìm hiểu <br />thật kĩ trước khi quyết định, cần thống nhất về mặt chi phí</p>', 0, NULL, NULL, NULL, 'taisao', '2018-08-07 04:36:01', '2018-08-06 21:36:01'),
(5, 8, NULL, '', NULL, NULL, NULL, 'Chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, mang tính thẩm mỹ cao và mang đến sự an tâm, hài lòng cho Quý khách hàng.', 0, NULL, NULL, NULL, 'tin-tuc', '2018-08-06 04:42:54', '2018-08-05 21:42:54'),
(8, 8, NULL, '', NULL, NULL, NULL, '<p>Chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, mang tính thẩm mỹ cao và mang đến sự an tâm, hài lòng cho Quý khách hàng.</p>', 0, NULL, NULL, NULL, 'vatlieu', '2018-08-06 07:58:45', '2018-08-06 00:58:45'),
(9, 8, NULL, '', NULL, NULL, NULL, '<p>Hiện nay có rất nhiều nơi cung cấp dịch vụ này, chính vì thế mà bạn cần phải tìm hiểu <br />thật kĩ trước khi quyết định, cần thống nhất về mặt chi phí</p>', 0, NULL, NULL, NULL, 'ykien', '2018-08-07 04:52:47', '2018-08-06 21:52:47');
-- --------------------------------------------------------
--
-- Table structure for table `bank_account`
--
CREATE TABLE `bank_account` (
`id` int(11) NOT NULL,
`img` varchar(255) DEFAULT NULL,
`info` text,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `bank_account`
--
INSERT INTO `bank_account` (`id`, `img`, `info`, `created_at`, `updated_at`) VALUES
(1, '1507946485_logobidv.png', '<p>Số tài khoản: 001234646870</p>\r\n<p>Chủ tài khoản: <span class=\"text-uppercase\">NGUYỄN HẢI YẾN</span></p>\r\n<p>Ngân hàng: Ngân hàng TMCP Ngoại thương Việt Nam Chi nhánh Đống Đa</p>', '2017-10-14 02:01:25', '2017-10-13 19:01:25'),
(3, '1507946490_logobidv.png', '<p>Số tài khoản: 001234646870</p>\r\n<p>Chủ tài khoản: <span class=\"text-uppercase\">NGUYỄN Hoàng Hải</span></p>\r\n<p>Ngân hàng: Ngân hàng TMCP Ngoại thương Việt Nam Chi nhánh Hà Nội</p>\r\n<p> </p>', '2017-10-14 02:01:30', '2017-10-13 19:01:30');
-- --------------------------------------------------------
--
-- Table structure for table `banner`
--
CREATE TABLE `banner` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`photo` text COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`image_path` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`stt` int(11) NOT NULL DEFAULT '0',
`com` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `banner_content`
--
CREATE TABLE `banner_content` (
`id` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`link` varchar(255) DEFAULT NULL,
`position` int(11) DEFAULT NULL,
`title` varchar(250) CHARACTER SET utf8 DEFAULT NULL,
`mota` text CHARACTER SET utf8,
`updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `banner_content`
--
INSERT INTO `banner_content` (`id`, `image`, `link`, `position`, `title`, `mota`, `updated_at`, `created_at`) VALUES
(8, '1533529600_banner-1.jpg', NULL, 3, NULL, NULL, '2018-08-05 21:26:40', '2018-07-09 01:35:30'),
(9, '1533610867_banner-1.jpg', NULL, 4, NULL, NULL, '2018-08-06 20:01:07', '2018-07-11 06:55:58'),
(13, '1532916175_banner.jpg', NULL, 5, NULL, NULL, '2018-07-29 19:02:55', '2018-07-09 01:39:20'),
(14, '1533530781_banner-1.jpg', NULL, 8, NULL, NULL, '2018-08-05 21:46:21', '2018-07-09 01:56:17'),
(19, '1533529553_banner-1.jpg', NULL, 2, NULL, NULL, '2018-08-05 21:25:53', '2018-07-15 20:17:16'),
(20, '1533542111_banner-2.jpg', NULL, 9, NULL, NULL, '2018-08-06 00:55:11', '2018-07-30 19:17:36');
-- --------------------------------------------------------
--
-- Table structure for table `banner_position`
--
CREATE TABLE `banner_position` (
`id` int(11) NOT NULL,
`name` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `banner_position`
--
INSERT INTO `banner_position` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Trang chủ', '2017-09-20 08:29:24', '2017-09-20 01:29:24'),
(2, 'Tin tức', '2018-08-06 04:26:10', '2018-08-05 21:26:10'),
(3, 'Trang giới thiệu', '2017-11-08 02:03:36', '2017-11-07 19:03:36'),
(4, 'Trang dự án', '2018-07-09 01:38:06', '2018-07-08 18:38:06'),
(5, 'Trang liên hệ', '2018-07-09 01:38:30', '2018-07-08 18:38:30'),
(8, 'Trang chi tiết tin tức', '2018-08-06 04:45:13', '2018-08-05 21:45:13'),
(9, 'Trang vật liệu', '2018-08-06 07:53:19', '2018-08-06 00:53:19');
-- --------------------------------------------------------
--
-- Table structure for table `bills`
--
CREATE TABLE `bills` (
`id` int(11) NOT NULL,
`full_name` varchar(250) DEFAULT NULL,
`email` varchar(250) DEFAULT NULL,
`phone` varchar(11) DEFAULT NULL,
`address` varchar(250) DEFAULT NULL,
`province` varchar(250) DEFAULT NULL,
`district` varchar(250) DEFAULT NULL,
`note` text,
`status` tinyint(2) DEFAULT '0',
`total` int(11) DEFAULT NULL,
`detail` text,
`created_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT '0000-00-00 00:00:00',
`card_code` varchar(250) DEFAULT NULL,
`payment` int(2) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `bills`
--
INSERT INTO `bills` (`id`, `full_name`, `email`, `phone`, `address`, `province`, `district`, `note`, `status`, `total`, `detail`, `created_at`, `updated_at`, `card_code`, `payment`) VALUES
(8, '<NAME>', '<EMAIL>', '987654321', 'Hà Nội', NULL, NULL, 'dgdg', 0, 1200000, '[{\"product_name\":\"S\\u1ea3n ph\\u1ea9m 1\",\"product_numb\":1,\"product_price\":500000,\"product_img\":\"1521003014_1.jpg\",\"product_code\":null},{\"product_name\":\"S\\u1ea3n ph\\u1ea9m 2\",\"product_numb\":1,\"product_price\":700000,\"product_img\":\"1521003043_2.jpg\",\"product_code\":null}]', '2018-03-14 18:54:48', '2018-03-14 18:54:48', NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `campaigns`
--
CREATE TABLE `campaigns` (
`id` int(11) NOT NULL,
`campaign_name` varchar(100) CHARACTER SET utf8 NOT NULL,
`campaign_type` int(2) DEFAULT NULL,
`campaign_value` int(10) DEFAULT NULL,
`campaign_expired` date DEFAULT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`del_flg` int(1) NOT NULL DEFAULT '0',
`card_numb` int(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `campaigns`
--
INSERT INTO `campaigns` (`id`, `campaign_name`, `campaign_type`, `campaign_value`, `campaign_expired`, `created_at`, `updated_at`, `del_flg`, `card_numb`) VALUES
(1, 'Chào mừng giáng sinh', 1, 100000, '2017-09-30', '2017-09-21 18:56:44', '2017-09-21 18:56:44', 0, 7),
(2, 'Chào thu', 2, 10, '2017-09-30', '2017-09-22 18:43:02', '2017-09-22 18:43:02', 0, 4);
-- --------------------------------------------------------
--
-- Table structure for table `campaign_cards`
--
CREATE TABLE `campaign_cards` (
`id` int(10) NOT NULL,
`campaign_id` int(10) NOT NULL,
`card_code` varchar(100) NOT NULL,
`is_active` int(1) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL,
`del_flg` int(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `campaign_cards`
--
INSERT INTO `campaign_cards` (`id`, `campaign_id`, `card_code`, `is_active`, `created_at`, `updated_at`, `del_flg`) VALUES
(1, 1, 'hDXoOAI7BpxYJ', 0, '2017-09-21 18:55:29', '2017-09-21 18:55:29', 0),
(2, 1, 'FepHYPARhlTbe', 0, '2017-09-21 18:55:29', '2017-09-21 18:55:29', 0),
(3, 1, 'bpDe0nb31sZiN', 0, '2017-09-21 18:55:29', '2017-09-21 18:55:29', 0),
(4, 1, '0DK0VoB53JeJj', 0, '2017-09-21 18:55:29', '2017-09-21 18:55:29', 0),
(5, 1, 'hF3Ad1g7J411w', 0, '2017-09-21 18:55:29', '2017-09-21 18:55:29', 0),
(6, 1, '8PyZN6OTyAIwZ', 0, '2017-09-21 18:56:44', '2017-09-21 18:56:44', 0),
(7, 1, 'Zqy0atJII1nzS', 0, '2017-09-21 18:56:44', '2017-09-21 18:56:44', 0),
(8, 2, '3Qe06mci6qmMc', 0, '2017-09-22 18:43:02', '2017-09-22 18:43:02', 0),
(9, 2, 'vUrrWre9EN6iR', 0, '2017-09-22 18:43:02', '2017-09-22 18:43:02', 0),
(10, 2, 'IGzmLXBT9pDk5', 0, '2017-09-22 18:43:02', '2017-09-22 18:43:02', 0),
(11, 2, 'OXSiH6ooCzJj7', 0, '2017-09-22 18:43:02', '2017-09-22 18:43:02', 0);
-- --------------------------------------------------------
--
-- Table structure for table `chinhanh`
--
CREATE TABLE `chinhanh` (
`id` int(11) NOT NULL,
`name` varchar(250) DEFAULT NULL,
`website` varchar(250) DEFAULT NULL,
`phone` varchar(250) DEFAULT NULL,
`address` varchar(250) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `chinhanh`
--
INSERT INTO `chinhanh` (`id`, `name`, `website`, `phone`, `address`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', NULL, NULL, 'Tầng 6, nhà C, số 22 Thành Công, Ba Đình', '2018-08-06 04:21:59', '2018-08-05 21:21:59'),
(2, '<NAME>', NULL, NULL, 'Ô 15-16, Lô B32 KĐT Cao Xanh - TP Hạ Long', '2018-08-06 04:22:19', '2018-08-05 21:22:19'),
(3, 'Xưởng nội thất', NULL, NULL, 'KCN Bình Phú, Canh Nậu, Thạch Thất, Hà Tây', '2018-08-06 04:22:33', '2018-08-05 21:22:33');
-- --------------------------------------------------------
--
-- Table structure for table `contacts`
--
CREATE TABLE `contacts` (
`id` int(11) NOT NULL,
`province_id` int(10) DEFAULT NULL,
`slogan_id` int(10) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`email` varchar(255) CHARACTER SET latin1 DEFAULT NULL,
`phone` varchar(11) CHARACTER SET latin1 DEFAULT NULL,
`address` text,
`content` text CHARACTER SET latin1,
`website` varchar(250) DEFAULT NULL,
`status` tinyint(2) DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `contacts`
--
INSERT INTO `contacts` (`id`, `province_id`, `slogan_id`, `name`, `email`, `phone`, `address`, `content`, `website`, `status`, `created_at`, `updated_at`) VALUES
(1, 2, 1, '<NAME>', '<EMAIL>', '0987654321', NULL, NULL, NULL, 0, '2018-08-07 19:17:08', '2018-08-07 19:18:03');
-- --------------------------------------------------------
--
-- Table structure for table `counter`
--
CREATE TABLE `counter` (
`id` int(10) UNSIGNED NOT NULL,
`tm` int(11) NOT NULL,
`ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `district`
--
CREATE TABLE `district` (
`id` int(11) NOT NULL,
`district_name` varchar(250) DEFAULT NULL,
`province_id` int(11) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `district`
--
INSERT INTO `district` (`id`, `district_name`, `province_id`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', 4, '2017-09-24 18:03:47', '2017-09-24 18:03:47'),
(2, 'Từ Liêm', 4, '2017-09-24 18:04:29', '2017-09-24 18:04:29'),
(3, 'Hoàn Kiếm', 4, '2017-09-24 18:04:40', '2017-09-24 18:04:40'),
(4, 'Cầu giấy', 4, '2017-09-25 00:14:58', '2017-09-25 00:14:58');
-- --------------------------------------------------------
--
-- Table structure for table `feedback`
--
CREATE TABLE `feedback` (
`id` int(11) NOT NULL,
`name` varchar(250) DEFAULT NULL,
`photo` text,
`position` varchar(250) DEFAULT NULL,
`content` text,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `feedback`
--
INSERT INTO `feedback` (`id`, `name`, `photo`, `position`, `content`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', '1533538517_about-3.jpg', 'Giám đốc nhân sự', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentumLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum</p>', '2018-08-06 06:55:17', '2018-08-05 23:55:17'),
(2, '<NAME>', '1533538528_about-3.jpg', 'Thiết kế', '<div class=\"member-text\">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentumLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum</p>\r\n</div>', '2018-08-06 06:55:28', '2018-08-05 23:55:28'),
(3, '<NAME>', '1533538536_about-3.jpg', 'Thiết kế', '<div class=\"member-text\">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentumLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer condimentum Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n</div>', '2018-08-06 06:56:38', '2018-08-05 23:56:38');
-- --------------------------------------------------------
--
-- Table structure for table `footer`
--
CREATE TABLE `footer` (
`id` int(10) UNSIGNED NOT NULL,
`name` text COLLATE utf8_unicode_ci NOT NULL,
`title` text COLLATE utf8_unicode_ci NOT NULL,
`photo` text COLLATE utf8_unicode_ci,
`codemap` longtext COLLATE utf8_unicode_ci,
`desc` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL,
`stt` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `gioithieu`
--
CREATE TABLE `gioithieu` (
`id` int(11) NOT NULL,
`name` varchar(250) DEFAULT NULL,
`alias` varchar(250) DEFAULT NULL,
`image` text,
`mota` text,
`content` text,
`title` varchar(250) DEFAULT NULL,
`keyword` varchar(250) DEFAULT NULL,
`description` text,
`status` int(2) DEFAULT '1',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `gioithieu`
--
INSERT INTO `gioithieu` (`id`, `name`, `alias`, `image`, `mota`, `content`, `title`, `keyword`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Về công ty', 've-cong-ty', '1509935372_home-1.png', '<h3 class=\"vk-about__title text-uppercase animation fadeIn animation-active\">CÔNG TY TNHH SẢN XUẤT NHỰA CHÂU ÂU</h3>\r\n<p class=\"animation fadeIn delay1 animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>', '<p class=\"animation fadeIn animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n<p class=\"animation fadeIn animation-active\">Tại Công ty TNHH sản xuất nhựa Châu Âu chúng tôi tin tưởng rằng chỉ có nghiêm ngặt tuân theo quy trình quản lý chất lượng để tạo ra những sản phẩm đạt chất lượng cao và dịch vụ tốt, chúng tôi mới chiếm được lòng tin của khách hàng đồng thời xác lập vị trí của mình trên thị trường, để người Việt có thể tin dùng hàng Việt</p>\r\n<div class=\"row\">\r\n<div class=\"col-lg-9\">\r\n<p class=\"animation fadeIn delay1 animation-active\"><strong>Lịch sử hình thành</strong></p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Công ty TNHH Thiết Bị Điện Nước Hà Thành được chính thức thành lập và đi vào hoạt động từ tháng 3 năm 2009. Ngành nghề chính của chúng tôi là sản xuất thiết bị điện nước mang thương hiệu HATHACO. Nhà máy sản xuất phụ kiện ống nhựa HDPE đặt tại Thành phố Hải Dương. Với nhiều máy ép phun, máy ép gioăng cao su và hơn 200 bộ khuôn sản phẩm khác nhau, chúng tôi đã và đang sản xuất cung cấp cho thị trường các loại phụ kiện HDPE vặn ren và đai khởi thủy kích thước từ D20 đến D110 mang thương hiệu HATHACO đạt tiêu chuẩn Dụng cụ bằng nhựa tiếp xúc trực tiếp thực phẩm của Bộ Y Tế: QCVN 12-1:2011/BYT và tuân theo Quy trình quản lý chất lượng TCVN ISO 9001:2008.</p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n</div>\r\n</div>', NULL, NULL, NULL, 1, '2017-11-06 02:33:45', '2017-11-05 19:33:45'),
(2, 'Về nhà xưởng', 've-nha-xuong', NULL, NULL, '<p class=\"animation fadeIn animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n<p class=\"animation fadeIn animation-active\">Tại Công ty TNHH sản xuất nhựa Châu Âu chúng tôi tin tưởng rằng chỉ có nghiêm ngặt tuân theo quy trình quản lý chất lượng để tạo ra những sản phẩm đạt chất lượng cao và dịch vụ tốt, chúng tôi mới chiếm được lòng tin của khách hàng đồng thời xác lập vị trí của mình trên thị trường, để người Việt có thể tin dùng hàng Việt</p>\r\n<div class=\"row\">\r\n<div class=\"col-lg-9\">\r\n<p class=\"animation fadeIn delay1 animation-active\"><strong>Lịch sử hình thành</strong></p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Công ty TNHH Thiết Bị Điện Nước Hà Thành được chính thức thành lập và đi vào hoạt động từ tháng 3 năm 2009. Ngành nghề chính của chúng tôi là sản xuất thiết bị điện nước mang thương hiệu HATHACO. Nhà máy sản xuất phụ kiện ống nhựa HDPE đặt tại Thành phố Hải Dương. Với nhiều máy ép phun, máy ép gioăng cao su và hơn 200 bộ khuôn sản phẩm khác nhau, chúng tôi đã và đang sản xuất cung cấp cho thị trường các loại phụ kiện HDPE vặn ren và đai khởi thủy kích thước từ D20 đến D110 mang thương hiệu HATHACO đạt tiêu chuẩn Dụng cụ bằng nhựa tiếp xúc trực tiếp thực phẩm của Bộ Y Tế: QCVN 12-1:2011/BYT và tuân theo Quy trình quản lý chất lượng TCVN ISO 9001:2008.</p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n</div>\r\n</div>', NULL, NULL, NULL, 1, '2017-11-08 02:12:34', '2017-11-07 19:12:34'),
(3, 'Về chi nhánh', 've-chi-nhanh', NULL, NULL, '<p class=\"animation fadeIn animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n<p class=\"animation fadeIn animation-active\">Tại Công ty TNHH sản xuất nhựa Châu Âu chúng tôi tin tưởng rằng chỉ có nghiêm ngặt tuân theo quy trình quản lý chất lượng để tạo ra những sản phẩm đạt chất lượng cao và dịch vụ tốt, chúng tôi mới chiếm được lòng tin của khách hàng đồng thời xác lập vị trí của mình trên thị trường, để người Việt có thể tin dùng hàng Việt</p>\r\n<div class=\"row\">\r\n<div class=\"col-lg-9\">\r\n<p class=\"animation fadeIn delay1 animation-active\"><strong>Lịch sử hình thành</strong></p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Công ty TNHH Thiết Bị Điện Nước Hà Thành được chính thức thành lập và đi vào hoạt động từ tháng 3 năm 2009. Ngành nghề chính của chúng tôi là sản xuất thiết bị điện nước mang thương hiệu HATHACO. Nhà máy sản xuất phụ kiện ống nhựa HDPE đặt tại Thành phố Hải Dương. Với nhiều máy ép phun, máy ép gioăng cao su và hơn 200 bộ khuôn sản phẩm khác nhau, chúng tôi đã và đang sản xuất cung cấp cho thị trường các loại phụ kiện HDPE vặn ren và đai khởi thủy kích thước từ D20 đến D110 mang thương hiệu HATHACO đạt tiêu chuẩn Dụng cụ bằng nhựa tiếp xúc trực tiếp thực phẩm của Bộ Y Tế: QCVN 12-1:2011/BYT và tuân theo Quy trình quản lý chất lượng TCVN ISO 9001:2008.</p>\r\n<p class=\"animation fadeIn delay1 animation-active\">Bên cạnh việc sản xuất, chúng tôi còn nhập khẩu và phân phối các sản phẩm như: phụ kiện HDPE hàn nối đầu, phụ kiện HDPE hàn điện trở, các loại máy hàn ống nhựa HDPE, máy thử áp lực…</p>\r\n</div>\r\n</div>', 'Chi nhánh', 'chi nhánh', 'sf s', 1, '2017-11-08 02:12:39', '2017-11-07 19:12:39');
-- --------------------------------------------------------
--
-- Table structure for table `images`
--
CREATE TABLE `images` (
`id` int(10) UNSIGNED NOT NULL,
`product_id` int(10) UNSIGNED DEFAULT '0',
`news_id` int(10) DEFAULT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`photo` text COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`image_path` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`stt` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `images`
--
INSERT INTO `images` (`id`, `product_id`, `news_id`, `name`, `alias`, `photo`, `status`, `image_path`, `alt`, `stt`, `created_at`, `updated_at`) VALUES
(8, 0, 43, NULL, NULL, '1532937692_cate4.jpg', 1, NULL, NULL, 0, '2018-07-30 08:01:32', '2018-07-30 08:01:32'),
(7, 0, 43, NULL, NULL, '1532937692_cate3.jpg', 1, NULL, NULL, 0, '2018-07-30 08:01:32', '2018-07-30 08:01:32'),
(6, 0, 43, NULL, NULL, '1532937692_cate2.jpg', 1, NULL, NULL, 0, '2018-07-30 08:01:32', '2018-07-30 08:01:32'),
(5, 0, 43, NULL, NULL, '1532937692_cate1.jpg', 1, NULL, NULL, 0, '2018-07-30 08:01:32', '2018-07-30 08:01:32'),
(9, 0, 45, NULL, NULL, '1533615564_p-detail-1.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(10, 0, 45, NULL, NULL, '1533615564_p-detail-2.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(11, 0, 45, NULL, NULL, '1533615564_p-detail-3.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(12, 0, 45, NULL, NULL, '1533615564_p-detail-4.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(13, 0, 45, NULL, NULL, '1533615564_p-detail-5.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(14, 0, 45, NULL, NULL, '1533615564_p-detail-6.jpg', 1, NULL, NULL, 0, '2018-08-07 04:19:24', '2018-08-07 04:19:24'),
(15, 0, 39, NULL, NULL, '1533634432_p-detail-2.jpg', 1, NULL, NULL, 0, '2018-08-07 09:33:52', '2018-08-07 09:33:52'),
(16, 0, 39, NULL, NULL, '1533634432_p-detail-3.jpg', 1, NULL, NULL, 0, '2018-08-07 09:33:52', '2018-08-07 09:33:52'),
(17, 0, 39, NULL, NULL, '1533634432_p-detail-7.jpg', 1, NULL, NULL, 0, '2018-08-07 09:33:52', '2018-08-07 09:33:52'),
(18, 0, 39, NULL, NULL, '1533634432_p-detail-8.jpg', 1, NULL, NULL, 0, '2018-08-07 09:33:52', '2018-08-07 09:33:52');
-- --------------------------------------------------------
--
-- Table structure for table `lienket`
--
CREATE TABLE `lienket` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`name` text COLLATE utf8_unicode_ci NOT NULL,
`link` text COLLATE utf8_unicode_ci,
`photo` text COLLATE utf8_unicode_ci,
`photo2` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`noibat` int(11) NOT NULL DEFAULT '0',
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `lienket`
--
INSERT INTO `lienket` (`id`, `user_id`, `name`, `link`, `photo`, `photo2`, `mota`, `content`, `status`, `noibat`, `com`, `stt`, `created_at`, `updated_at`) VALUES
(1, 8, '<NAME>', NULL, '1533546096_p-1.jpg', '1533546096_material-detail.jpg', 'Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo', NULL, 1, 0, 'vatlieu', 1, '2018-08-06 09:13:30', '2018-08-06 02:13:30'),
(2, 8, '<NAME>', NULL, '1533547671_p-2.jpg', '1533547671_material-detail.jpg', 'Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo', NULL, 1, 0, 'vatlieu', 2, '2018-08-06 02:27:51', '2018-08-06 02:27:51'),
(3, 8, '<NAME>', NULL, '1533547763_p-3.jpg', '1533547763_material-detail.jpg', 'Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo', NULL, 1, 0, 'vatlieu', 3, '2018-08-06 02:29:23', '2018-08-06 02:29:23'),
(4, 8, '<NAME>', NULL, '1533548477_p-4.jpg', '1533548477_material-detail.jpg', 'Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo', NULL, 1, 0, 'vatlieu', 4, '2018-08-06 02:41:17', '2018-08-06 02:41:17'),
(5, 8, '<NAME>', NULL, '1533550001_p-6.jpg', '1533550001_material-detail.jpg', 'Được thành lập bởi nhiều chuyên gia, kiến trúc sư 10 năm kinh nghiệm thực tế và đội ngũ thi công vững vàng, tay nghề cao, AAA HOME luôn có khát vọng tạo nên những công trình độc đáo, đầy sáng tạo', NULL, 1, 0, 'vatlieu', 5, '2018-08-06 03:06:41', '2018-08-06 03:06:41'),
(6, 8, '<NAME>', NULL, '1533616618_icon-5.png', '', 'Nguồn nhân lực với chuyên môn vững vàng, năng động và tâm huyết với sự phát triển của công ty.', NULL, 1, 0, 'taisao', 1, '2018-08-06 21:36:58', '2018-08-06 21:36:58'),
(7, 8, '<NAME>', NULL, '1533616643_icon-6.png', '', 'Công ty chúng tôi có nhiều năm kinh nghiệm trong lĩnh vực thiết kế và thi công công trình và nội thất.', NULL, 1, 0, 'taisao', 2, '2018-08-06 21:37:23', '2018-08-06 21:37:23'),
(8, 8, 'Công nghệ', NULL, '1533616672_icon-7.png', '', 'Chúng tôi luôn luốn cập nhật và sử dụng những công nghệ tiên tiến và mới nhất.', NULL, 1, 0, 'taisao', 3, '2018-08-06 21:37:52', '2018-08-06 21:37:52'),
(9, 8, '<NAME>', NULL, '1533616692_icon-8.png', '', 'Nguồn nhân lực với chuyên môn vững vàng, năng động và tâm huyết với sự phát triển của công ty.', NULL, 1, 0, 'taisao', 4, '2018-08-06 21:38:12', '2018-08-06 21:38:12');
-- --------------------------------------------------------
--
-- Table structure for table `menu`
--
CREATE TABLE `menu` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`alias` text COLLATE utf8_unicode_ci,
`photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`status` int(11) NOT NULL DEFAULT '0',
`lever` int(11) NOT NULL DEFAULT '0',
`parent_id` int(11) NOT NULL DEFAULT '0',
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `menu`
--
INSERT INTO `menu` (`id`, `name`, `alias`, `photo`, `status`, `lever`, `parent_id`, `title`, `keyword`, `description`, `com`, `stt`, `created_at`, `updated_at`) VALUES
(3, 'Trang chủ', NULL, NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 1, '2017-08-24 04:42:40', '2017-08-23 21:42:40'),
(2, 'Giới thiệu', 'gioi-thieu', NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 2, '2017-09-01 01:33:58', '2017-08-31 18:33:58'),
(12, 'Sản phẩm', 'http://localhost/eu/san-pham', NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 3, '2017-11-08 02:41:38', '2017-11-07 19:41:38'),
(13, 'Tin tức', 'http://localhost/eu/tin-tuc', NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 6, '2017-11-08 03:44:27', '2017-11-07 20:44:27'),
(18, 'Bảng giá', 'http://localhost/eu/bang-gia', NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 4, '2017-11-08 01:54:33', '2017-11-07 18:54:33'),
(19, 'Chứng chỉ kĩ thuật', 'http://localhost/eu/chung-chi-ki-thuat', NULL, 1, 0, 0, NULL, NULL, NULL, 'menu-top', 5, '2017-11-08 01:13:44', '2017-11-07 18:13:44'),
(20, 'Về chi nhánh', 'http://localhost/eu/gioi-thieu/ve-chi-nhanh', NULL, 1, 0, 2, NULL, NULL, NULL, 'menu-top', 7, '2017-11-08 01:37:27', '2017-11-07 18:37:27'),
(21, 'Về nhà xưởng', 'http://localhost/eu/gioi-thieu/ve-nha-xuong', NULL, 1, 0, 2, NULL, NULL, NULL, 'menu-top', 8, '2017-11-07 18:15:34', '2017-11-07 18:15:34'),
(23, 'Hàng vặn ren', 'http://localhost/eu/san-pham/hang-van-ren', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 9, '2017-11-07 18:43:17', '2017-11-07 18:43:17'),
(24, 'Đai khởi thủy', 'http://localhost/eu/san-pham/dai-khoi-thuy', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 10, '2017-11-07 18:43:39', '2017-11-07 18:43:39'),
(25, 'Van', 'http://localhost/eu/san-pham/van', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 11, '2017-11-07 18:43:54', '2017-11-07 18:43:54'),
(26, 'Phụ kiện HDPE hàn đối đầu', 'http://localhost/eu/san-pham/phu-kien-hdpe-han-doi-dau', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 12, '2017-11-07 18:44:22', '2017-11-07 18:44:22'),
(27, 'Phụ kiện HDPE hàn điện trở', 'https://developer6.gco.vn/euplastic/san-pham/phu-kien-hdpe-han-dien-tro', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 13, '2017-11-07 18:45:09', '2017-11-07 18:45:09'),
(28, 'Phụ kiện HDPE hàn lồng', 'http://localhost/eu/san-pham/phu-kien-hdpe-han-long', NULL, 1, 0, 12, NULL, NULL, NULL, 'menu-top', 14, '2017-11-07 18:45:43', '2017-11-07 18:45:43'),
(29, 'Bảng giá tại Hà Nội', 'http://localhost/eu/bang-gia/bang-gia-tai-ha-noi.html', NULL, 1, 0, 18, NULL, NULL, NULL, 'menu-top', 15, '2017-11-07 18:46:20', '2017-11-07 18:46:20'),
(30, 'Bảng giá tại TP.Hồ Chí Minh', 'http://localhost/eu/bang-gia/bang-gia-tai-tpho-chi-minh.html', NULL, 1, 0, 18, NULL, NULL, NULL, 'menu-top', 16, '2017-11-07 18:46:40', '2017-11-07 18:46:40'),
(31, 'Về công ty', 'http://localhost/eu/gioi-thieu/ve-cong-ty', NULL, 1, 0, 2, NULL, NULL, NULL, 'menu-top', 17, '2017-11-07 19:09:40', '2017-11-07 19:09:40');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`migration`, `batch`) VALUES
('2014_10_12_000000_create_users_table', 1),
('2014_10_12_100000_create_password_resets_table', 1),
('2017_06_05_042524_create_products_table', 1),
('2017_06_05_045215_create_images_table', 1),
('2017_06_07_033057_create_news_categories_table', 1),
('2017_06_07_033135_create_news_table', 1),
('2017_06_07_033425_create_setting_table', 1),
('2017_06_07_033619_create_pages_table', 1),
('2017_06_07_033944_create_contact_table', 1),
('2017_06_07_034012_create_footer_table', 1),
('2017_06_07_034035_create_slider_table', 1),
('2017_06_07_034117_create_useronline_table', 1),
('2017_06_07_034335_create_order_table', 1),
('2017_06_07_034407_create_order_detail_table', 1),
('2017_06_07_034448_create_newsletter_table', 1),
('2017_06_07_034655_create_order_status_table', 1),
('2017_06_07_064339_create_counter_table', 1),
('2017_06_07_070934_create_partner_table', 1);
-- --------------------------------------------------------
--
-- Table structure for table `news`
--
CREATE TABLE `news` (
`id` int(10) UNSIGNED NOT NULL,
`cate_id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`photo` text COLLATE utf8_unicode_ci,
`icon` text COLLATE utf8_unicode_ci,
`background` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL,
`noibat` int(11) DEFAULT '0',
`home` int(11) DEFAULT NULL,
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `news`
--
INSERT INTO `news` (`id`, `cate_id`, `user_id`, `name`, `alias`, `photo`, `icon`, `background`, `mota`, `content`, `status`, `noibat`, `home`, `title`, `keyword`, `description`, `com`, `stt`, `created_at`, `updated_at`) VALUES
(37, 0, 8, 'Dự án 10', 'du-an-10', '1531964106_1531470341_news-3.png', NULL, '1531964160_banner-du-an.png', 'Theo nguồn tin từ Cnet, Apple đang sản xuất những thiết bị VR và AR vô cùng ấn tượng với màn hình độ phân giải 8K (7680 x 4320) mỗi mắt. Theo như Cnet thì đây là thông tin đáng tin cậy từ nội bộ Apple.', '<p>Theo nguồn tin từ Cnet, Apple đang sản xuất những thiết bị VR và AR vô cùng ấn tượng với màn hình độ phân giải 8K (7680 x 4320) mỗi mắt. Theo như Cnet thì đây là thông tin đáng tin cậy từ nội bộ Apple.</p>\r\n<p>Hiện nay kính thực tế ảo độ phân giải cao nhất thuộc về HTC là HTC Vive Pro với mỗi mắt chỉ có độ phân giải 4K 2880 x 1600 đã cho trải nghiệm rất tốt. Giờ đây với độ phân giải 8K các hình ảnh sẽ còn trung thực và mịn màng hơn nữa.</p>\r\n<p><img title=\"Chỉ có thể là Apple mới có kính thực tế ảo 8K siêu nét\" src=\"http://cache.media.techz.vn/upload/2018/04/28/image-1524908498-applevrheadset.jpg\" alt=\"Chỉ có thể là Apple mới có kính thực tế ảo 8K siêu nét\" /></p>\r\n<p>Không giống như HTC Vivo Pro và Oculus Rift, tai nghe được đồn đại của Apple sẽ không không cần kết nối với PC. Hơn nữa, Apple sẽ làm cho kính thực tế ảo của hộ một màn hình riêng không cần một điện thoại thông minh để sử dụng, như Google Daydream View và Samsung Gear VR.</p>\r\n<p>Cũng theo nguồn tin từ Apple các thiết bị thực tế ảo này sẽ có chip sử lí riêng do Apple tự sản xuất. Các chip này cũng nằm trong chiến lược tự sản xuất chip cho máy MAC của Apple trong giai đoạn từ giờ tới năm 2020. Thậm chí Apple có thể sẽ trang bị chip tiến trình 5 nm hiện đại nhất hiện nay (iPhone X hiện vẫn chỉ sử dụng chip A11 Bionic tiến trình 10 nm) cho các thiết bị AR và VR để đủ sức xử lí hình ảnh và kết nối không dây.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><img title=\"Chỉ có thể là Apple mới có kính thực tế ảo 8K siêu nét\" src=\"http://cache.media.techz.vn/upload/2018/04/28/image-1524908503-apple_may_finally_be_making_ar_headset_according_their_new_patent.1280x600%20(1).jpg\" alt=\"Chỉ có thể là Apple mới có kính thực tế ảo 8K siêu nét\" /></p>', 1, 0, 0, NULL, NULL, NULL, 'du-an-marketing', 4, '2018-07-19 01:36:00', '2018-07-18 18:36:00'),
(38, 21, 8, 'Kiến trúc đẹp 1', 'kien-truc-dep-1', '1533540396_p-1.jpg', NULL, '', 'Bằng việc sử dụng hiệu quả các loại vật liệu và kinh nghiệm của mình, đội ngũ KTS của AAA Home đã mang đến vẻ đẹp hoàn mỹ cho các công trình mà vẫn tối ưu hóa, phù hợp với tiềm lực kinh tế cũng như công năng sử dụng của từng gia đình.', NULL, 1, 1, 0, NULL, NULL, NULL, 'du-an', 1, '2018-08-07 08:10:58', '2018-08-07 01:10:58'),
(39, 20, 8, 'Kiến trúc đẹp 2', 'kien-truc-dep-2', '1533612016_p-2.jpg', '1533634394_p-detail-1.jpg', '', NULL, '<div class=\"row justify-content-center\">\r\n<div class=\"col-lg-10\">\r\n<h1 class=\"vk-project-detail__title\">Biệt thự Mr.Huy</h1>\r\n<div class=\"vk-project-detail__des\">\r\n<p><strong>Địa chỉ:</strong> Hưng Yên</p>\r\n<p><strong>Ngày hoàn thành:</strong> 2018</p>\r\n<p><strong>Mô tả</strong></p>\r\n<p>Diện tích: 206 m2</p>\r\n<p>Chi phí dự tính: 1,15 tỉ</p>\r\n<p>Bằng việc sử dụng hiệu quả các loại vật liệu và kinh nghiệm của mình, đội ngũ KTS của AAA Home đã mang đến vẻ đẹp hoàn mỹ cho các công trình mà vẫn tối ưu hóa, phù hợp với tiềm lực kinh tế cũng như công năng sử dụng của từng gia đình.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pt-5 row vk-project__list\"> </div>\r\n<p> </p>', 1, 1, 0, NULL, NULL, NULL, 'du-an', 24, '2018-08-07 09:33:52', '2018-08-07 02:33:52'),
(46, 3, 8, 'Kiến trúc biệt thự 1', 'kien-truc-biet-thu-1', '1533002734_kt1.jpg', NULL, '', 'Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ', NULL, 1, 0, 0, NULL, NULL, NULL, 'kien-truc', 1, '2018-07-30 19:05:34', '2018-07-30 19:05:34'),
(40, 20, 8, 'Kiến trúc đẹp 3', 'kien-truc-dep-3', '1533612033_p-3.jpg', NULL, '', NULL, NULL, 1, 1, 0, NULL, NULL, NULL, 'du-an', 3, '2018-08-07 07:33:36', '2018-08-07 00:33:36'),
(41, 22, 8, 'Kiến trúc đẹp 4', 'kien-truc-dep-4', '1533612047_p-4.jpg', NULL, '', NULL, NULL, 1, 1, 0, NULL, NULL, NULL, 'du-an', 4, '2018-08-07 08:11:20', '2018-08-07 01:11:20'),
(42, 21, 8, 'Kiến trúc đẹp 5', 'kien-truc-dep-5', '1533612059_p-5.jpg', NULL, '', NULL, NULL, 1, 1, 0, NULL, NULL, NULL, 'du-an', 5, '2018-08-07 08:09:21', '2018-08-07 01:09:21'),
(43, 19, 8, 'Nội thất đẹp 1', 'noi-that-dep-1', '1533612102_p-6.jpg', NULL, '', NULL, NULL, 1, 1, 0, NULL, NULL, NULL, 'du-an', 6, '2018-08-07 08:26:43', '2018-08-07 01:26:43'),
(44, 2, 8, 'Nội thất đẹp 2', 'noi-that-dep-2', '1533613844_p-15.jpg', NULL, '', NULL, NULL, 1, 0, 0, NULL, NULL, NULL, 'du-an', 7, '2018-08-07 03:50:44', '2018-08-06 20:50:44'),
(45, 24, 8, 'Nội thất đẹp 3', 'noi-that-dep-3', '1533614506_p-18.jpg', '1533615425_p-detail-1.jpg', '', NULL, '<p>Nội dung dự án</p>', 1, 1, 0, NULL, NULL, NULL, 'du-an', 8, '2018-08-08 04:37:43', '2018-08-07 21:37:43'),
(47, 3, 8, 'Kiến trúc biệt thự 2', 'kien-truc-biet-thu-2', '1533002758_kt2.jpg', NULL, '', 'Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ', '<p>Nhật Bản không chỉ được biết đến là một đất nước phát triển về công nghệ mà kiến trúc đặc sắc của Nhật Bản cũng chính là một yếu tố nổi bật. Nhắc đến kiến trúc Nhật, người ta thường nghĩ đến ngay những căn nhà gỗ mộc mạc, đậm chất phong cách truyền thống nhưng vẫn ẩn chứa trong đó nét hiện đại vốn có. Chắc hẳn bất kì ai khi nhìn thấy những căn nhà Nhật Bản đều phải thốt lên những lời thán phục. Mỗi căn nhà sở hữu một phong cách, nét đẹp riêng, qua đó giúp ta phần nào thấy được sự sáng tạo trong thiết kế của các chuyên gia Nhật Bản.</p>\r\n<p>Nhật Bản không chỉ được biết đến là một đất nước phát triển về công nghệ mà kiến trúc đặc sắc của Nhật Bản cũng chính là một yếu tố nổi bật. Nhắc đến kiến trúc Nhật, người ta thường nghĩ đến ngay những căn nhà gỗ mộc mạc, đậm chất phong cách truyền thống nhưng vẫn ẩn chứa trong đó nét hiện đại vốn có. Chắc hẳn bất kì ai khi nhìn thấy những căn nhà Nhật Bản đều phải thốt lên những lời thán phục. Mỗi căn nhà sở hữu một phong cách, nét đẹp riêng, qua đó giúp ta phần nào thấy được sự sáng tạo trong thiết kế của các chuyên gia Nhật Bản.</p>', 1, 0, 0, NULL, NULL, NULL, 'kien-truc', 2, '2018-07-31 02:11:23', '2018-07-30 19:11:23'),
(48, 3, 8, 'Kiến trúc biệt thự 3', 'kien-truc-biet-thu-3', '1533002771_kt3.jpg', NULL, '', 'Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ', NULL, 1, 0, 0, NULL, NULL, NULL, 'kien-truc', 3, '2018-07-30 19:06:11', '2018-07-30 19:06:11'),
(49, 7, 8, 'Nội thất đẹp 1', 'noi-that-dep-1', '1533003739_kt3.jpg', NULL, '', NULL, NULL, 1, 0, 0, NULL, NULL, NULL, 'noi-that', 1, '2018-07-31 02:22:25', '2018-07-30 19:22:25'),
(50, 7, 8, 'Căn hộ cao cấp 1', 'can-ho-cao-cap-1', '1533003808_kt8.jpg', NULL, '', 'Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ', NULL, 1, 0, 0, NULL, NULL, NULL, 'noi-that', 2, '2018-07-31 02:23:28', '2018-07-30 19:23:28'),
(51, 8, 8, 'Nội thất văn phòng 1', 'noi-that-van-phong-1', '1533003832_kt6.jpg', NULL, '', 'Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ', '<p>Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ Xã hội ngày càng phát triền theo nhu cầu của con người ngày càng nâng lên. Đặc biệt với các chị em phụ nữ, nhu cầu làm đẹp càng trở nên thiết yếu hơn bao giờ </p>', 1, 0, 0, NULL, NULL, NULL, 'noi-that', 3, '2018-07-30 19:23:52', '2018-07-30 19:23:52'),
(52, 13, 8, 'Biệt thự nội thất 2', 'biet-thu-noi-that-2', '1533027583_kt6.jpg', NULL, '', NULL, NULL, 1, 0, 0, NULL, NULL, NULL, 'noi-that', 4, '2018-07-31 01:59:43', '2018-07-31 01:59:43'),
(53, 0, 8, 'Tin tức 1', 'tin-tuc-1', '1533529843_blog-1.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 1, '2018-08-06 04:34:47', '2018-08-05 21:34:47'),
(54, 0, 8, 'Tin tức 2', 'tin-tuc-2', '1533530223_blog-3.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 2, '2018-08-05 21:37:03', '2018-08-05 21:37:03'),
(55, 0, 8, 'tin tức 3', 'tin-tuc-3', '1533530235_blog-2.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 3, '2018-08-05 21:37:15', '2018-08-05 21:37:15'),
(56, 0, 8, 'Tin tức 4', 'tin-tuc-4', '1533530264_blog-4.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', '<p>Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn. Sử dụng các chi tiết gỗ màu sáng là một trong những cách thiết kế nội thất giúp căn phòng trông sáng sủa và không gian sinh hoạt trông rộng rãi hơn.</p>\r\n<p>Sự kết hợp giữa những đồ nội thất màu tươi sáng như trắng, đỏ, cam...là cách làm không gian sáng sủa.</p>\r\n<p>Những bức tranh dán tường hoặc rèm cửa chủ để biển xanh cũng góp phần giúp căn phòng tươi mới và rộng hơn.</p>\r\n<p>Cây xanh luôn làm cho ngôi nhà có thêm khí sắc tươi tắn hơn. Nội thất màu trắng luôn là cách hiệu quả nhất giúp căn phòng rộng rãi và tươi sáng. <br />Cửa sổ bằng kính lớn cũng khiến ngôi nhà trông rộng bởi hiệu ứng chiều sâu Trần nhà cao cũng tạo cảm giác ngôi nhà sáng sủa, rộng lớn.<br />Sử dụng những đồ nội thất màu pastel dịu nhẹ sẽ giúp không gian tươi tắn, thoáng mát.<br />Sử dụng những món đồ nhỏ giúp không gian sinh hoạt thoải mái và rộng rãi hơn.<br />Sơn tường với các màu dịu nhẹ cũng là một cách hiệu quả giúp căn phòng tươi mới và rộng lớn hơn.</p>\r\n<p><img src=\"http://tpl.gco.vn/aaahome/images/blog-detail-1.jpg\" alt=\"\" /></p>\r\n<p>Hiện tại, mọi người thường do dự trong việc kết hợp các phong cách nội thất khác nhau, đặc biệt là khi họ mới bước chân vào thế giới thiết kế nội thất.</p>\r\n<p>Mọi người thường lo lắng rằng, khi kết hợp nhiều phong cách với nhau nếu không có một kế hoạch tỉ mỉ thì sẽ kéo theo là sản phẩm họ thiết kế ra trong như một mớ hỗn độn và cẩu thả.</p>\r\n<p>Nếu bạn thấy lo lắng, xin hãy đọc bài viết này bạn sẽ thấy mọi chuyện không có gì đáng để lo lắng cả. Có rất nhiều cách kết hợp các phong cách nội thất khác nhau mà vẫn đảm bảo tính gắn kết trong công trình mà bạn đang thực hiện.</p>\r\n<p>Sau đây là những thứ bạn cần biết để dễ dàng kết hợp các phong cách nội thất một cách tốt nhất, bạn có thể hoàn tự tin vào tính thẩm mỹ của mình.</p>\r\n<p>Dùng các màu tương phản Thử tưởng tượng bạn bước vào một căn phòng và mọi thứ đều được bao phủ bởi một gam màu giống nhau. Sau khi vượt qua sự ngỡ ngàng ban đầu bạn sẽ nhanh chóng cảm thấy nhàm chán. Trong kịch bản như thế này căn phòng không có bất cứ một điểm nhấn nào để bạn chú ý, nó khiến bạn nhanh chóng tìm kiếm những gì thú vị hơn. Ngược lại, nếu pha trộn nhiều gam màu nội thất khác nhau sẽ mang đến cái nhìn thú vị. Chúng ta có xu hướng bị cuốn hút bởi những không gian có nhiều yếu tố để chúng ta xem xét trong một tổng thể gắn kết, vì vậy hãy giữ mục tiêu này trong tâm trí khi mua sắm đồ nội thất cho ngôi nhà thân yêu của bạn. Tuy nhiên, cần tránh lạm dụng sự tương phản, một căn phòng quá nhiều sự tương phản trong màu sắc thì sẽ có quá nhiều chỗ để mắt chú ý và thị giác gần như quá tải, khi đó thì cần phải thiết lập lại nội thất. Không gian được thiết kế tốt là một không gian có sự cân bằng giữa hai thái cực nhằm tạo sự hài hòa cho người sử dụng.</p>', 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 4, '2018-08-06 04:49:19', '2018-08-05 21:49:19'),
(57, 0, 8, 'Tin tức 5', 'tin-tuc-5', '1533530278_blog-5.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 5, '2018-08-05 21:37:58', '2018-08-05 21:37:58'),
(58, 0, 8, 'Tin tức 6', 'tin-tuc-6', '1533530293_blog-6.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 6, '2018-08-05 21:38:13', '2018-08-05 21:38:13'),
(59, 0, 8, 'Tin tức 7', 'tin-tuc-7', '1533530326_blog-7.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 7, '2018-08-05 21:38:46', '2018-08-05 21:38:46'),
(60, 0, 8, 'Tin tức 8', 'tin-tuc-8', '1533530339_blog-8.jpg', NULL, '', 'Dưới đây là một số gợi ý giúp bạn thiết kế nội thất giúp ngôi nhà của mình trông sáng sủa, rộng rãi và thoáng mát hơn.', NULL, 1, 0, 0, NULL, NULL, NULL, 'tin-tuc', 8, '2018-08-05 21:38:59', '2018-08-05 21:38:59');
-- --------------------------------------------------------
--
-- Table structure for table `newsletter`
--
CREATE TABLE `newsletter` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL DEFAULT '0',
`name` text COLLATE utf8_unicode_ci,
`link` text COLLATE utf8_unicode_ci,
`email` text COLLATE utf8_unicode_ci,
`phone` text COLLATE utf8_unicode_ci,
`photo` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`noibat` int(11) NOT NULL DEFAULT '0',
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `newsletter`
--
INSERT INTO `newsletter` (`id`, `user_id`, `name`, `link`, `email`, `phone`, `photo`, `mota`, `content`, `status`, `noibat`, `com`, `stt`, `created_at`, `updated_at`) VALUES
(47, 0, NULL, NULL, '<EMAIL>', NULL, NULL, NULL, NULL, 1, 0, 'newsletter', 0, '2018-07-13 19:46:51', '2018-07-13 19:46:51'),
(48, 0, NULL, NULL, '<EMAIL>', NULL, NULL, NULL, NULL, 1, 0, 'newsletter', 0, '2018-07-17 01:42:49', '2018-07-17 01:42:49');
-- --------------------------------------------------------
--
-- Table structure for table `news_categories`
--
CREATE TABLE `news_categories` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`icon` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`mota` text COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '0',
`noibat` int(11) DEFAULT '0',
`home` int(1) DEFAULT '0',
`lever` int(11) NOT NULL DEFAULT '0',
`parent_id` int(11) NOT NULL DEFAULT '0',
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`background` text COLLATE utf8_unicode_ci,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `news_categories`
--
INSERT INTO `news_categories` (`id`, `name`, `alias`, `photo`, `icon`, `mota`, `status`, `noibat`, `home`, `lever`, `parent_id`, `title`, `keyword`, `description`, `com`, `stt`, `created_at`, `background`, `updated_at`) VALUES
(1, 'Thiết kế và thi công trọn gói', 'thiet-ke-va-thi-cong-tron-goi', '1533630100_s1.jpg', NULL, 'Chúng tôi hiểu rõ cả ưu và nhược điểm của từng loại vật liệu để có thể sử dụng chúng một cách hiệu quả nhất nhằm tạo nên những công trình ấn tượng, mang tính thẩm mỹ cao và mang đến sự an tâm, hài lòng cho Quý khách hàng.', 1, 0, 0, 0, 0, NULL, NULL, NULL, 'du-an', 1, '2018-08-07 08:21:40', '1533611888_icon-3.png', '2018-08-07 01:21:40'),
(2, 'Thi công nội thất', 'thi-cong-noi-that', '1533631278_s4.jpg', NULL, NULL, 1, 0, 1, 0, 0, NULL, NULL, NULL, 'du-an', 2, '2018-08-07 08:41:18', '', '2018-08-07 01:41:18'),
(17, 'Thiết kế và thi công nội thất', 'thiet-ke-va-thi-cong-noi-that', '1533631830_s5.jpg', NULL, NULL, 1, 1, 1, 0, 0, NULL, NULL, NULL, 'du-an', 3, '2018-08-07 08:50:30', '', '2018-08-07 01:50:30'),
(18, 'Sửa chữa và cải tạo', 'sua-chua-va-cai-tao', '1533631758_s2.jpg', NULL, NULL, 1, 0, 1, 0, 0, NULL, NULL, NULL, 'du-an', 4, '2018-08-07 08:49:18', '', '2018-08-07 01:49:18'),
(19, 'Thi công biệt thự cao cấp', 'thi-cong-biet-thu-cao-cap', '1533631799_s1.jpg', NULL, NULL, 1, 0, 1, 0, 17, NULL, NULL, NULL, 'du-an', 1, '2018-08-07 08:49:59', '1533611936_icon-3.png', '2018-08-07 01:49:59'),
(20, 'Thi công chung cư', 'thi-cong-chung-cu', '', NULL, NULL, 1, 1, 0, 0, 17, NULL, NULL, NULL, 'du-an', 6, '2018-08-07 07:03:19', 'icon-3.png', '2018-08-07 00:03:19'),
(21, 'Nhà hàng, khách sạn', 'nha-hang-khach-san', '', NULL, NULL, 1, 1, 0, 0, 2, NULL, NULL, NULL, 'du-an', 7, '2018-08-07 09:02:02', '1533632522_icon-3.png', '2018-08-07 02:02:02'),
(22, '<NAME>', 'biet-thu', '1533630900_s5.jpg', NULL, NULL, 1, 1, 1, 0, 2, NULL, NULL, NULL, 'du-an', 8, '2018-08-07 08:35:03', '', '2018-08-07 01:35:03'),
(23, 'Nhà phố liền kề', 'nha-pho-lien-ke', '', NULL, NULL, 1, 1, 0, 0, 1, NULL, NULL, NULL, 'du-an', 9, '2018-08-07 07:02:41', '', '2018-08-07 00:02:41'),
(24, '<NAME>', 'van-phong', '', NULL, NULL, 1, 1, 0, 0, 1, NULL, NULL, NULL, 'du-an', 10, '2018-08-07 07:06:21', '', '2018-08-07 00:06:21');
-- --------------------------------------------------------
--
-- Table structure for table `pages`
--
CREATE TABLE `pages` (
`id` int(10) UNSIGNED NOT NULL,
`name` text COLLATE utf8_unicode_ci NOT NULL,
`title` text COLLATE utf8_unicode_ci NOT NULL,
`photo` text COLLATE utf8_unicode_ci,
`desc` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL,
`com` text COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `partner`
--
CREATE TABLE `partner` (
`id` int(10) UNSIGNED NOT NULL,
`name` text COLLATE utf8_unicode_ci NOT NULL,
`url` text COLLATE utf8_unicode_ci,
`photo` text COLLATE utf8_unicode_ci,
`desc` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`com` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`status` int(11) NOT NULL DEFAULT '1',
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `partner`
--
INSERT INTO `partner` (`id`, `name`, `url`, `photo`, `desc`, `content`, `com`, `status`, `created_at`, `updated_at`) VALUES
(1, '1', NULL, '1533607983_band-1.png', NULL, 'Công ty hiện kinh doanh trong các lĩnh vực tài chính, bất động sản và thương mại.', 'doi-tac', 1, '2018-08-06 19:13:03', '2018-08-06 19:13:03'),
(2, '2', NULL, '1533608012_band-2.png', NULL, 'Công ty hiện kinh doanh trong các lĩnh vực tài chính, bất động sản và thương mại.', 'doi-tac', 1, '2018-08-06 19:13:32', '2018-08-06 19:13:32'),
(3, '3', NULL, '1533608020_band-3.png', NULL, 'Công ty hiện kinh doanh trong các lĩnh vực tài chính, bất động sản và thương mại.', 'doi-tac', 1, '2018-08-06 19:13:40', '2018-08-06 19:13:40'),
(4, '4', NULL, '1533608030_band-4.png', NULL, 'Công ty hiện kinh doanh trong các lĩnh vực tài chính, bất động sản và thương mại.', 'doi-tac', 1, '2018-08-06 19:13:50', '2018-08-06 19:13:50'),
(5, '5', NULL, '1533617430_band-2.png', NULL, 'Công ty hiện kinh doanh trong các lĩnh vực tài chính, bất động sản và thương mại.', 'doi-tac', 1, '2018-08-06 21:50:30', '2018-08-06 21:50:30');
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL DEFAULT '0',
`cate_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`code` text COLLATE utf8_unicode_ci,
`stt` int(11) DEFAULT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`photo` text COLLATE utf8_unicode_ci,
`price` int(11) NOT NULL DEFAULT '0',
`sale` int(11) DEFAULT '0',
`price_old` int(11) DEFAULT '0',
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`thuonghieu` text COLLATE utf8_unicode_ci,
`tinhtrang` int(11) NOT NULL DEFAULT '1',
`baohanh` text COLLATE utf8_unicode_ci,
`properties` text CHARACTER SET utf8,
`model` text COLLATE utf8_unicode_ci,
`namsanxuat` text COLLATE utf8_unicode_ci,
`ratepoint` int(2) DEFAULT NULL,
`quatang` text COLLATE utf8_unicode_ci,
`huongdan` text COLLATE utf8_unicode_ci,
`vanchuyen` text COLLATE utf8_unicode_ci,
`noibat` int(11) NOT NULL DEFAULT '0',
`spbc` int(11) NOT NULL DEFAULT '0',
`status` int(11) NOT NULL DEFAULT '1',
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`id`, `user_id`, `cate_id`, `code`, `stt`, `name`, `alias`, `photo`, `price`, `sale`, `price_old`, `mota`, `content`, `thuonghieu`, `tinhtrang`, `baohanh`, `properties`, `model`, `namsanxuat`, `ratepoint`, `quatang`, `huongdan`, `vanchuyen`, `noibat`, `spbc`, `status`, `title`, `keyword`, `description`, `created_at`, `updated_at`) VALUES
(1, 5, 9, NULL, 1, 'Sản phẩm 1', 'san-pham-1', '1527820153_sp1.png', 3000000, 0, 0, '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam lau</p>', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, NULL, NULL, NULL, '2018-06-05 14:27:42', '2018-06-05 07:27:42'),
(2, 5, 9, NULL, 2, 'Sản phẩm 2', 'san-pham-2', '1527844629_sp2.png', 400000, 0, 0, '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>\r\n<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quaerat, reiciendis. Harum expedita libero temporibus atque suscipit maiores voluptatibus, illum molestias. Nesciunt unde, obcaecati itaque, enim nisi voluptatum quisquam laudantium!</p>', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, NULL, NULL, NULL, '2018-06-05 14:26:27', '2018-06-05 07:26:27');
-- --------------------------------------------------------
--
-- Table structure for table `product_categories`
--
CREATE TABLE `product_categories` (
`id` int(10) UNSIGNED NOT NULL,
`parent_id` int(11) NOT NULL DEFAULT '0',
`stt` int(11) DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`photo` text COLLATE utf8_unicode_ci,
`noibat` int(2) DEFAULT '0',
`status` int(11) NOT NULL,
`lever` int(11) NOT NULL DEFAULT '0',
`title` text COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product_categories`
--
INSERT INTO `product_categories` (`id`, `parent_id`, `stt`, `name`, `alias`, `photo`, `noibat`, `status`, `lever`, `title`, `keyword`, `description`, `created_at`, `updated_at`) VALUES
(9, 0, NULL, 'Danh mục sản phẩm 2', 'danh-muc-san-pham-2', '', 0, 1, 0, NULL, NULL, NULL, '2018-05-31 19:23:49', '2018-05-31 19:23:49'),
(8, 0, NULL, 'Danh mục sản phẩm 1', 'danh-muc-san-pham-1', '', 0, 1, 0, NULL, NULL, NULL, '2018-05-31 19:23:00', '2018-05-31 19:23:00'),
(10, 0, NULL, 'Danh mục sản phẩm 3', 'danh-muc-san-pham-3', '', 0, 1, 0, NULL, NULL, NULL, '2018-05-31 19:23:55', '2018-05-31 19:23:55');
-- --------------------------------------------------------
--
-- Table structure for table `province`
--
CREATE TABLE `province` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`tenkhongdau` varchar(255) DEFAULT NULL,
`mota_vi` text,
`mota_en` text,
`photo` varchar(255) DEFAULT NULL,
`thumb` varchar(255) DEFAULT NULL,
`stt` int(11) DEFAULT NULL,
`status` int(11) DEFAULT '1',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `province`
--
INSERT INTO `province` (`id`, `name`, `tenkhongdau`, `mota_vi`, `mota_en`, `photo`, `thumb`, `stt`, `status`, `created_at`, `updated_at`) VALUES
(1, '<NAME>', '', '', '', '', '', 30, 1, '0000-00-00 00:00:00', '2017-11-23 21:04:04'),
(2, '<NAME>', '', '', '', '', '', 24, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, '<NAME>', '', '', '', '', '', 28, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, '<NAME>', '', '', '', '', '', 1, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, '<NAME>', '', '', '', '', '', 2, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, '<NAME>', '', '', '', '', '', 3, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, '<NAME>', '', '', '', '', '', 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, '<NAME>', '', '', '', '', '', 5, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, '<NAME>', '', '', '', '', '', 6, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, '<NAME>', '', '', '', '', '', 7, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, '<NAME>', '', '', '', '', '', 8, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, '<NAME>', '', '', '', '', '', 9, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, '<NAME>', '', '', '', '', '', 10, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, '<NAME>', '', '', '', '', '', 11, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, '<NAME>', '', '', '', '', '', 12, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(18, '<NAME>', '', '', '', '', '', 13, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(19, '<NAME>', '', '', '', '', '', 14, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(20, '<NAME>', '', '', '', '', '', 15, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(21, '<NAME> ', '', '', '', '', '', 16, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(22, '<NAME>', '', '', '', '', '', 17, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(23, '<NAME>', '', '', '', '', '', 18, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(24, '<NAME>', '', '', '', '', '', 19, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(25, '<NAME>', '', '', '', '', '', 20, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(26, '<NAME>', '', '', '', '', '', 21, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(27, '<NAME>', '', '', '', '', '', 22, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(28, '<NAME>', '', '', '', '', '', 23, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(29, '<NAME>', '', '', '', '', '', 25, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(30, '<NAME>', '', '', '', '', '', 26, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(31, '<NAME>', '', '', '', '', '', 27, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(32, '<NAME>', '', '', '', '', '', 29, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(33, '<NAME>', '', '', '', '', '', 31, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(34, '<NAME>', '', '', '', '', '', 32, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(35, '<NAME>', '', '', '', '', '', 33, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(36, '<NAME>', '', '', '', '', '', 34, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(37, '<NAME>', '', '', '', '', '', 35, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(38, '<NAME>', '', '', '', '', '', 36, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(39, '<NAME>', '', '', '', '', '', 37, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(40, '<NAME>', '', '', '', '', '', 38, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(41, '<NAME> ', '', '', '', '', '', 39, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(42, '<NAME>', '', '', '', '', '', 40, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(43, '<NAME>', '', '', '', '', '', 41, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(44, '<NAME>', '', '', '', '', '', 42, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(45, '<NAME>', '', '', '', '', '', 43, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(46, '<NAME>', '', '', '', '', '', 44, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(47, '<NAME>', '', '', '', '', '', 45, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(48, '<NAME>', '', '', '', '', '', 46, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(49, '<NAME> ', '', '', '', '', '', 47, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(50, '<NAME>', '', '', '', '', '', 48, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(51, '<NAME>', '', '', '', '', '', 49, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(52, '<NAME>', '', '', '', '', '', 50, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(53, '<NAME>', '', '', '', '', '', 51, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(54, '<NAME>', '', '', '', '', '', 52, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(55, '<NAME>', '', '', '', '', '', 53, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(56, '<NAME>', '', '', '', '', '', 54, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(57, '<NAME>', '', '', '', '', '', 55, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(58, '<NAME>', '', '', '', '', '', 56, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(59, '<NAME>', '', '', '', '', '', 57, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(60, '<NAME>', '', '', '', '', '', 58, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(61, '<NAME>', '', '', '', '', '', 59, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(62, '<NAME>', '', '', '', '', '', 60, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(63, '<NAME>', '', '', '', '', '', 61, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(64, '<NAME>', '', '', '', '', '', 62, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(65, '<NAME>', '', '', '', '', '', 63, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(66, '<NAME>', '', '', '', '', '', 64, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `recruitment`
--
CREATE TABLE `recruitment` (
`id` int(11) NOT NULL,
`name` varchar(250) CHARACTER SET utf8 DEFAULT NULL,
`address` varchar(250) CHARACTER SET utf8 DEFAULT NULL,
`phone` varchar(11) DEFAULT NULL,
`email` varchar(250) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
`status` tinyint(2) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `setting`
--
CREATE TABLE `setting` (
`id` int(10) UNSIGNED NOT NULL,
`name` text COLLATE utf8_unicode_ci,
`title` text COLLATE utf8_unicode_ci,
`company` text COLLATE utf8_unicode_ci,
`website` text COLLATE utf8_unicode_ci,
`address` text COLLATE utf8_unicode_ci,
`phone` text COLLATE utf8_unicode_ci,
`hotline` text COLLATE utf8_unicode_ci,
`fax` text COLLATE utf8_unicode_ci,
`email` text COLLATE utf8_unicode_ci,
`photo` text COLLATE utf8_unicode_ci,
`photo_footer` varchar(250) CHARACTER SET utf8 DEFAULT NULL,
`photo_page` varchar(250) CHARACTER SET utf8 DEFAULT NULL,
`favico` text COLLATE utf8_unicode_ci,
`title_index` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`facebook` text COLLATE utf8_unicode_ci,
`twitter` text COLLATE utf8_unicode_ci,
`skype` text COLLATE utf8_unicode_ci,
`google` text COLLATE utf8_unicode_ci,
`youtube` text COLLATE utf8_unicode_ci,
`status` int(11) DEFAULT '0',
`toado` text COLLATE utf8_unicode_ci,
`copyright` text COLLATE utf8_unicode_ci,
`iframemap` text COLLATE utf8_unicode_ci,
`codechat` longtext COLLATE utf8_unicode_ci,
`analytics` longtext COLLATE utf8_unicode_ci,
`keyword` longtext COLLATE utf8_unicode_ci,
`description` longtext COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `setting`
--
INSERT INTO `setting` (`id`, `name`, `title`, `company`, `website`, `address`, `phone`, `hotline`, `fax`, `email`, `photo`, `photo_footer`, `photo_page`, `favico`, `title_index`, `mota`, `content`, `facebook`, `twitter`, `skype`, `google`, `youtube`, `status`, `toado`, `copyright`, `iframemap`, `codechat`, `analytics`, `keyword`, `description`, `created_at`, `updated_at`) VALUES
(1, 'AAA Home', 'AAA Home', 'AAA Home', 'http://developer6.gco.vn/gcoads/', 'Tầng 8, Tòa nhà TOYOTA Thanh Xuân 315 Trường Chinh, Thanh Xuân, Hà Nội', '(024)7 309 8885', '0985632147', NULL, '<EMAIL>', '1533525799_logo-1.png', '1533550038_logo-2.png', '1530871000_logo-page.png', '1533525799_logo-1.png', 'http://abc.com.vn', NULL, NULL, 'https://www.facebook.com/FacebookforDevelopers/', 'https://twitter.com/?lang=vi', NULL, 'https://plus.google.com/?hl=vi', 'https://www.youtube.com/', 1, NULL, '© GCO GROUP 2018. All rights reserved', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.7749747466096!2d105.82069491439643!3d21.00165548601309!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac8429ac32cb%3A0x592668996cef591f!2zMzE1IFRyxrDhu51uZyBDaGluaCwgS2jGsMahbmcgVGjGsOG7o25nLCDEkOG7kW5nIMSQYSwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1531887013298\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>', NULL, NULL, NULL, NULL, '2018-08-06 10:07:18', '2018-08-06 03:07:18');
-- --------------------------------------------------------
--
-- Table structure for table `slider`
--
CREATE TABLE `slider` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) DEFAULT NULL,
`name` text COLLATE utf8_unicode_ci,
`link` text COLLATE utf8_unicode_ci,
`photo` text COLLATE utf8_unicode_ci,
`photo1` text CHARACTER SET utf8,
`photo2` text CHARACTER SET utf8,
`icon` text COLLATE utf8_unicode_ci,
`mota` longtext COLLATE utf8_unicode_ci,
`content` longtext COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`noibat` int(11) NOT NULL DEFAULT '0',
`com` text COLLATE utf8_unicode_ci,
`stt` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `slider`
--
INSERT INTO `slider` (`id`, `user_id`, `name`, `link`, `photo`, `photo1`, `photo2`, `icon`, `mota`, `content`, `status`, `noibat`, `com`, `stt`, `created_at`, `updated_at`) VALUES
(1, 8, '1', NULL, '1533526393_slider-1.jpg', '', '', NULL, NULL, NULL, 1, 0, 'gioi-thieu', 1, '2018-08-06 03:33:13', '2018-08-05 20:33:13'),
(2, 8, '2', NULL, '1533526406_slider-1.jpg', '', '', NULL, NULL, NULL, 1, 0, 'gioi-thieu', 2, '2018-08-06 03:33:26', '2018-08-05 20:33:26');
-- --------------------------------------------------------
--
-- Table structure for table `slogan`
--
CREATE TABLE `slogan` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`link` varchar(250) DEFAULT NULL,
`photo` text,
`photo2` text,
`stt` int(11) DEFAULT NULL,
`content` text,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `slogan`
--
INSERT INTO `slogan` (`id`, `name`, `link`, `photo`, `photo2`, `stt`, `content`, `created_at`, `updated_at`) VALUES
(1, 'Nội dung cần tư vấn 1', NULL, '', '', 1, NULL, '2018-08-08 02:03:35', '2018-08-07 19:03:35'),
(2, 'Nội dung cần tư vấn 2', NULL, '', '', 2, NULL, '2018-08-07 19:02:23', '2018-08-07 19:02:23'),
(3, 'Nội dung cần tư vấn 3', NULL, '', '', 3, NULL, '2018-08-07 19:02:31', '2018-08-07 19:02:31'),
(4, 'Nội dung cần tư vấn 4', NULL, '', '', 4, NULL, '2018-08-07 19:02:38', '2018-08-07 19:02:38');
-- --------------------------------------------------------
--
-- Table structure for table `useronline`
--
CREATE TABLE `useronline` (
`id` int(10) UNSIGNED NOT NULL,
`session` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`time` int(11) NOT NULL,
`ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`address` text COLLATE utf8_unicode_ci,
`level` int(11) NOT NULL DEFAULT '2',
`photo` text COLLATE utf8_unicode_ci,
`status` int(11) NOT NULL DEFAULT '1',
`remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `password`, `name`, `email`, `phone`, `address`, `level`, `photo`, `status`, `remember_token`, `created_at`, `updated_at`) VALUES
(3, 'tuanduy2012', '$2y$10$DceYJxR4ALmUW.Vt6k9En.1ubJhJGvWX1HISRloBERLNJ8Qq85itO', '<NAME>', '<EMAIL>', '', '', 1, NULL, 1, 'X37mpbjW1WDCjwH3s4Vq1Jkv3WRNJceXZlbLwHaa', '2017-06-14 23:42:39', '2017-06-14 23:42:39'),
(4, 'evernigh', '$2y$10$pprRO9LhYKADS60bvetRnOYoS3L74giVWf3D/wNZXlDLDRRx0bH6e', '<NAME>', '<EMAIL>', '', '', 0, NULL, 1, '6CirvIekDhWLx3xFrnv7v39bFmalTsH21F4WABTq', '2017-06-16 02:51:34', '2017-06-16 02:51:34'),
(5, 'gco_admin', '$2y$10$IP3633RgCQNAfs6J8cic9.XRNb4v7KxvcI0oF1HpWBQKqPT4v.JYG', 'Admin', '<EMAIL>', '0985431797', '315 Trường chinh, Thanh Xuân, Hà Nội', 1, '5.jpg', 1, 'Ljivi1hsYgR59Oy0OVCKjGS9jXPufymhqIPUw5KmqOOltNBeg2cHsAjOZ4Ve', '2018-07-13 09:06:16', '2018-07-13 02:06:16'),
(7, 'hoangchuong', '$2y$10$PnaSJxmZdL0x0wRtj4q0tODPWKtxI85VefEFNZWDQKEH6q8rxjLc6', 'chuong', '<EMAIL>', NULL, NULL, 1, NULL, 1, 'DSYV3dr0q7IjUiVKsa4tl4ApOSuDPybd17EupcaO', '2017-11-07 01:31:10', '2017-11-07 01:31:10'),
(8, 'admin', '$2y$10$54bF9zCcwvAY1oDKCLsN3O/sEUOF/a0Q8Zz/UKti5CzFogRactG3O', 'admin', '<EMAIL>', NULL, NULL, 1, 'logo-home-2.png', 1, 'mS5uzAq1WyDCrcyi3bXIxntb7nQh8B2kw1g5RUF8C6WgLiKti1XIT3vDzzCz', '2018-07-16 08:16:31', '2018-07-13 18:38:17');
-- --------------------------------------------------------
--
-- Table structure for table `video`
--
CREATE TABLE `video` (
`id` int(11) NOT NULL,
`link` text,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `video`
--
INSERT INTO `video` (`id`, `link`, `created_at`, `updated_at`) VALUES
(1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/nvy3XBg-tmU\" frameborder=\"0\" allowfullscreen></iframe>', '2017-10-15 20:31:58', '2017-10-15 20:34:30');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `about`
--
ALTER TABLE `about`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `bank_account`
--
ALTER TABLE `bank_account`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `banner`
--
ALTER TABLE `banner`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `banner_content`
--
ALTER TABLE `banner_content`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `banner_position`
--
ALTER TABLE `banner_position`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `bills`
--
ALTER TABLE `bills`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `campaigns`
--
ALTER TABLE `campaigns`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `campaign_cards`
--
ALTER TABLE `campaign_cards`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `chinhanh`
--
ALTER TABLE `chinhanh`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `contacts`
--
ALTER TABLE `contacts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `counter`
--
ALTER TABLE `counter`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `district`
--
ALTER TABLE `district`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `feedback`
--
ALTER TABLE `feedback`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `footer`
--
ALTER TABLE `footer`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `gioithieu`
--
ALTER TABLE `gioithieu`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `images`
--
ALTER TABLE `images`
ADD PRIMARY KEY (`id`),
ADD KEY `images_product_id_foreign` (`product_id`);
--
-- Indexes for table `lienket`
--
ALTER TABLE `lienket`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `menu`
--
ALTER TABLE `menu`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `news_categories_name_unique` (`name`);
--
-- Indexes for table `news`
--
ALTER TABLE `news`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `newsletter`
--
ALTER TABLE `newsletter`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `news_categories`
--
ALTER TABLE `news_categories`
ADD PRIMARY KEY (`id`);
ALTER TABLE `news_categories` ADD FULLTEXT KEY `name1` (`name`);
--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `partner`
--
ALTER TABLE `partner`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`),
ADD KEY `password_resets_token_index` (`token`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `product_categories`
--
ALTER TABLE `product_categories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `province`
--
ALTER TABLE `province`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `recruitment`
--
ALTER TABLE `recruitment`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `setting`
--
ALTER TABLE `setting`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `slider`
--
ALTER TABLE `slider`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `slogan`
--
ALTER TABLE `slogan`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `useronline`
--
ALTER TABLE `useronline`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_username_unique` (`username`);
--
-- Indexes for table `video`
--
ALTER TABLE `video`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `about`
--
ALTER TABLE `about`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `bank_account`
--
ALTER TABLE `bank_account`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `banner`
--
ALTER TABLE `banner`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `banner_content`
--
ALTER TABLE `banner_content`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `banner_position`
--
ALTER TABLE `banner_position`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `bills`
--
ALTER TABLE `bills`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `campaigns`
--
ALTER TABLE `campaigns`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `campaign_cards`
--
ALTER TABLE `campaign_cards`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `chinhanh`
--
ALTER TABLE `chinhanh`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `contacts`
--
ALTER TABLE `contacts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `counter`
--
ALTER TABLE `counter`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `district`
--
ALTER TABLE `district`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `feedback`
--
ALTER TABLE `feedback`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `footer`
--
ALTER TABLE `footer`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `gioithieu`
--
ALTER TABLE `gioithieu`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `images`
--
ALTER TABLE `images`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `lienket`
--
ALTER TABLE `lienket`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `menu`
--
ALTER TABLE `menu`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;
--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;
--
-- AUTO_INCREMENT for table `newsletter`
--
ALTER TABLE `newsletter`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;
--
-- AUTO_INCREMENT for table `news_categories`
--
ALTER TABLE `news_categories`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `partner`
--
ALTER TABLE `partner`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `product_categories`
--
ALTER TABLE `product_categories`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `province`
--
ALTER TABLE `province`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69;
--
-- AUTO_INCREMENT for table `recruitment`
--
ALTER TABLE `recruitment`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `setting`
--
ALTER TABLE `setting`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `slider`
--
ALTER TABLE `slider`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `slogan`
--
ALTER TABLE `slogan`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `useronline`
--
ALTER TABLE `useronline`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `video`
--
ALTER TABLE `video`
MODIFY `id` int(11) 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 */;
|
DROP TABLE IF EXISTS task_core;
-- 通用表 task_core 通用的业务表结构,用json作为一个业务对象存在表字段
CREATE TABLE `task_core` (
`id` varchar(128) NOT NULL, -- taskID
`contents` varchar(4000), -- 业务内容
`message_id` varchar(128) NOT NULL, -- 消息唯一ID
`schedule_time` DATETIME DEFAULT NULL, -- 定时任务执行时间
`create_time` DATETIME, -- 创建时间
`update_time` DATETIME, -- 更新时间
PRIMARY KEY (`id`)
);
DROP TABLE IF EXISTS broker_message_log;
-- 表 broker_message_log 消息记录结构
CREATE TABLE `broker_message_log` (
`id` varchar(128) NOT NULL, -- 消息唯一ID
`message` varchar(4000) DEFAULT NULL, -- 消息内容
`try_count` int(4) DEFAULT '0', -- 重试次数
`status` varchar(10) DEFAULT '', -- 消息投递状态 0 投递中 1 投递成功 2 投递失败
`next_retry` DATETIME , -- 下一次重试时间 或 超时时间
`create_time` DATETIME , -- 创建时间
`update_time` DATETIME , -- 更新时间
PRIMARY KEY (`id`)
); |
<reponame>kodema5/iot.sql<filename>app/raw/index.sql
\ir put.sql
\ir get.sql
\ir partition.sql |
CREATE SCHEMA [Logarithm] |
-- phpMyAdmin SQL Dump
-- version 3.4.11.1
-- http://www.phpmyadmin.net
--
-- Gazda: localhost
-- Timp de generare: 21 Noi 2012 la 18:41
-- Versiune server: 5.1.65
-- Versiune PHP: 5.2.6
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 */;
--
-- Baza de date: `workallr_cms`
--
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `trampz_categorii`
--
CREATE TABLE IF NOT EXISTS `trampz_categorii` (
`id` smallint(6) NOT NULL,
`nume_en` text NOT NULL,
`nume_de` int(11) NOT NULL,
`nume` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `trampz_fisiere`
--
CREATE TABLE IF NOT EXISTS `trampz_fisiere` (
`id` int(4) NOT NULL AUTO_INCREMENT,
`tip` text NOT NULL,
`numefisier` text NOT NULL,
`descrierefisier` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;
--
-- Salvarea datelor din tabel `trampz_fisiere`
--
INSERT INTO `trampz_fisiere` (`id`, `tip`, `numefisier`, `descrierefisier`) VALUES
(35, '5', '50a7955b4a86e5.jpg', ''),
(34, '5', '50a7955b4a4834.jpg', ''),
(32, '5', '50a7955b49cb81.jpg', ''),
(33, '5', '50a7955b4a09c2.jpg', ''),
(30, '4', '50a794e396f247.jpg', ''),
(31, '4', '50a794e39730f8.jpg', ''),
(27, '4', '50a794e3963771.jpg', ''),
(22, '3', '50a78efee2d681.jpg', ''),
(28, '4', '50a794e3967572.jpg', ''),
(29, '4', '50a794e396b4b3.jpg', ''),
(23, '3', '50a78efee314b2.jpg', ''),
(24, '3', '50a78efee35323.jpg', ''),
(25, '3', '50a78efee391c4.jpg', ''),
(26, '3', '50a78efee3d057.jpg', ''),
(36, '5', '50a7955b4ac537.jpg', ''),
(37, '1', '50abbd150a3d2Jellyfish.jpg', '');
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `trampz_pagini`
--
CREATE TABLE IF NOT EXISTS `trampz_pagini` (
`pagina_id` smallint(6) NOT NULL AUTO_INCREMENT,
`pagina_parent` smallint(6) NOT NULL,
`nume_en` varchar(255) NOT NULL,
`nume_de` text NOT NULL,
`nume_es` text NOT NULL,
`nume_fr` text NOT NULL,
`pagina_ordine` smallint(6) NOT NULL,
`continut_en` text NOT NULL,
`continut_de` text NOT NULL,
`continut_es` text NOT NULL,
`continut_fr` text NOT NULL,
`pagina_title` text NOT NULL,
`pagina_keywords` text NOT NULL,
`pagina_subject` text NOT NULL,
`pagina_description` text NOT NULL,
`pagina_abstract` text NOT NULL,
`pagina_copyright` text NOT NULL,
PRIMARY KEY (`pagina_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
--
-- Salvarea datelor din tabel `trampz_pagini`
--
INSERT INTO `trampz_pagini` (`pagina_id`, `pagina_parent`, `nume_en`, `nume_de`, `nume_es`, `nume_fr`, `pagina_ordine`, `continut_en`, `continut_de`, `continut_es`, `continut_fr`, `pagina_title`, `pagina_keywords`, `pagina_subject`, `pagina_description`, `pagina_abstract`, `pagina_copyright`) VALUES
(11, 0, 'Home', 'Home', 'Home', 'Home', 0, '<p>TEST</p>', '<p>Gruw</p>', '<p>Testo</p>', '<p>Tezst</p>', '', '', '', '', '', ''),
(12, 0, 'Stocklist', 'Stocklist DE', 'Stocklist ES', 'Stocklist FR', 0, '', '', '', '', '', '', '', '', '', ''),
(13, 0, 'Rental Services', 'Rental Services DE', 'Rental Services ES', 'Rental Services FR', 0, '', '', '', '', '', '', '', '', '', ''),
(14, 0, 'About Us', 'About Us DE', 'About Us ES', 'About Us FR', 0, '<h1>about us en.</h1>\r\n<p>what about us,about us en. what about us,. about us en. what about us,</p>\r\n<p> </p>\r\n<div style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; ">\r\n<p style="text-align: justify; ">about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us,about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us, about us en. what about us,</p>\r\n</div>\r\n<p> </p>', '<p>about us de</p>', '<p>about us es</p>', '<p>about us fr</p>\r\n<p> </p>', '', '', '', '', '', ''),
(15, 0, 'Contact', 'Kontakt ', 'Contacto', 'Contacter', 0, '', '', '', '', '', '', '', '', '', ''),
(16, 999, 'Backhoe Loaders', 'Backhoe Loaders DE', 'Backhoe Loaders ES', 'Backhoe Loaders FR', 0, '', '', '', '', '', '', '', '', '', ''),
(17, 999, 'Tracked Excavators', 'Tracked Excavators DE', 'Tracked Excavators ES', 'Tracked Excavators FR', 0, '', '', '', '', '', '', '', '', '', ''),
(18, 999, 'Wheeled Excavators', 'Wheeled Excavators DE', 'Wheeled Excavators ES', 'Wheeled Excavators FR', 0, '', '', '', '', '', '', '', '', '', ''),
(19, 999, 'Telescopic Loaders', 'Telescopic Loaders DE', 'Telescopic Loaders ES', 'Telescopic Loaders FR', 0, '', '', '', '', '', '', '', '', '', ''),
(20, 999, 'Mini Excavators', 'Mini Excavators', 'Mini Excavators', 'Mini Excavators', 0, '', '', '', '', '', '', '', '', '', '');
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `trampz_produse`
--
CREATE TABLE IF NOT EXISTS `trampz_produse` (
`id` smallint(6) NOT NULL AUTO_INCREMENT,
`nume_en` varchar(255) NOT NULL,
`stock` varchar(255) NOT NULL,
`model` varchar(255) NOT NULL,
`make` varchar(255) NOT NULL,
`year` varchar(255) NOT NULL,
`hours` smallint(6) NOT NULL,
`price` varchar(255) NOT NULL,
`location` text NOT NULL,
`specs_en` text NOT NULL,
`specs_de` text NOT NULL,
`specs_fr` text NOT NULL,
`specs_es` text NOT NULL,
`parinte` varchar(255) NOT NULL,
`featured` smallint(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--
-- Salvarea datelor din tabel `trampz_produse`
--
INSERT INTO `trampz_produse` (`id`, `nume_en`, `stock`, `model`, `make`, `year`, `hours`, `price`, `location`, `specs_en`, `specs_de`, `specs_fr`, `specs_es`, `parinte`, `featured`) VALUES
(1, 'JCB 8025 TZS', '19241241824124', '8025 TZS', 'JCB', '2012', 8, '67800', 'London', '<p>jcb 8025 engleza</p>', '<p>jcb 8025 germana</p>\r\n<p> </p>', '<p>jcb 8025 franceza</p>', '<p>jcb 8025 spaniola</p>', '16', 1),
(3, '2004 VOLVO EC55B', '109009', 'EC55B', 'VOLVO ', '2004 ', 3333, 'POA', 'United KIngdom', '<p>\r\n<object width="325" height="250" data="http://www.youtube.com/v/R5mV3a8i7fs" type="application/x-shockwave-flash">\r\n<param name="src" value="http://www.youtube.com/v/R5mV3a8i7fs" />\r\n</object>\r\n</p>\r\n<p>Well Maintained, Serviced Regularly, Priced to Sell. Must See!!!<br />Twist o Wrist, 1'' bucket, 2'' bucket and Clean out bucket available!! Low Hours!</p>', '', '', '', '20', 0),
(2, '2004 BOBCAT 442', '109009', '442', 'BOBCAT ', '2004 ', 3221, 'POA', 'United Kingdom', '', '', '', '', '16', 0),
(4, '2008 JCB 4CX', '12201', '4CX', 'JCB ', '2008 ', 815, 'POA', 'United Kingdom', '', '', '', '', '16', 1),
(5, '2007 VOLVO BL70', '12202', 'BL70', 'VOLVO ', '2007 ', 1700, 'POA', 'United Kingdom', '', '', '', '', '16', 1);
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `trampz_utilizator`
--
CREATE TABLE IF NOT EXISTS `trampz_utilizator` (
`nume` text NOT NULL,
`parola` text NOT NULL,
`email_contact` text NOT NULL,
`firma_nume` text NOT NULL,
`firma_slogan` text NOT NULL,
`numar_contact` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Salvarea datelor din tabel `trampz_utilizator`
--
INSERT INTO `trampz_utilizator` (`nume`, `parola`, `email_contact`, `firma_nume`, `firma_slogan`, `numar_contact`) VALUES
('admin', '<PASSWORD>', '<EMAIL>', '', '', '098765232424');
/*!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 */;
|
create table if not exists `test` (`test` varchar(100) not null); |
-- =============================================
-- Author: <NAME>
-- Create date: 3/18/17
-- Description: Delete a Group in DOMO and track the association between DOMO and external objects
-- =============================================
create PROCEDURE GroupsDeleteWithTracking
@domain varchar(200),
@DOMOGroupId int
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
-- remove any existing members from the group (since we can't delete the group til it has no members)
begin
select
m.*,
ROW_NUMBER() OVER (order by m.domain) as RowNum
into #MembersToBeRemoved
from dbo.ActualDOMOGroupMembership m
where
m.domain = @domain
and m.groupId = @DOMOGroupId
declare @CurRowNum int = 1
declare @MaxRowNum int = (select isnull(max(RowNum), 0) from #MembersToBeRemoved)
while (@CurRowNum <= @MaxRowNum)
begin
declare @UserIdToRemove int = (select m.userId from #MembersToBeRemoved m where m.RowNum = @CurRowNum)
exec GroupsRemoveMember @domain, @DOMOGroupId, @UserIdToRemove
set @CurRowNum = @CurRowNum + 1
end
drop table #MembersToBeRemoved
end
exec dbo.GroupsDelete @domain, @DOMOGroupId
delete m
from dbo.GroupRecordMappings m
where
m.domain = @domain
and m.DOMOGroupId = @DOMOGroupId
END |
<gh_stars>10-100
SELECT
a.attname AS attribute_name
, format_type( a.atttypid, a.atttypmod ) AS attribute_type
FROM pg_attribute a
JOIN pg_class c ON c.oid = a.attrelid
JOIN pg_type t ON t.oid = c.reltype
WHERE t.typname = 't_repository'::name
AND t.typtype = 'c'
AND c.relkind = t.typtype;
|
<reponame>microsoft/ProcBench
--Report the total catalog sales for customers from a given state who made purchases of
-- more than a given amount in a given year and quarter.
create or alter function totalLargePurchases(@givenState char (2), @amount decimal(7, 2), @yr int, @qtr int)
returns decimal(15, 2)
as
begin
return
(select sum(cs_net_paid_inc_ship_tax)
from catalog_sales_history, customer, customer_address, date_dim
where cs_bill_customer_sk = c_customer_sk and
c_current_addr_sk = ca_address_sk and
d_date_sk = cs_sold_date_sk and
ca_state = @givenState and
cs_net_paid_inc_ship_tax >= @amount and
d_year = @yr and d_qoy = @qtr
)
end
go
--invocation query
select ca_state, d_year, d_qoy, dbo.totalLargePurchases(ca_state, 1000, d_year, d_qoy)
from customer_address, date_dim
where d_year in (1998, 1999, 2000) and ca_state is not NULL
group by ca_state, d_year, d_qoy
order by ca_state, d_year, d_qoy; |
SELECT `results`.`browser_version`, `results`.`browser`, `results`.`feature_id`, `results`.`os_version`, `results`.`os`, `results`.`test`, `results`.`hash`, `results`.`priority`, `results`.`score`
FROM `results`
JOIN `user_agents` ON
`results`.`browser_version`=`user_agents`.`browser_version`
AND `results`.`browser`=`user_agents`.`browser`
AND `results`.`os_version`=`user_agents`.`os_version`
AND `results`.`os`=`user_agents`.`os`
AND `user_agents`.`ua` = ?
JOIN `features` ON
`results`.`feature_id` = `features`.`id`
AND `features`.`polyfill_io_list` LIKE ?
|
DROP DATABASE navigatio;
CREATE DATABASE navigatio;
USE navigatio;
CREATE TABLE countries(
id int unsigned NOT NULL auto_increment,
code varchar(2) NOT NULL,
name varchar(100) NOT NULL,
date_entered DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY (id)
) ENGINE=INNODB DEFAULT CHARSET=utf8;
INSERT INTO countries(id, code, name) VALUES
(null, 'IN', 'India'),
(null, 'AQ', 'China'),
(null, 'AG', 'Japan');
create table cities(
id int unsigned not null auto_increment,
country_id int unsigned not null,
name VARCHAR(200) NOT NULL,
date_entered DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY(id),
FOREIGN KEY (country_id) REFERENCES countries(id)
)ENGINE=INNODB DEFAULT CHARSET=utf8;
INSERT INTO cities(id, country_id, name) VALUES
(null, 1, 'lucknow'),
(null, 1, 'tanda'),
(null, 1, 'varanasi'),
(null, 1, 'mumbai'),
(null, 1, 'delhi'),
(null, 1, 'bangalore'),
(null, 1, 'kolkata');
CREATE TABLE meals_categories(
id INT UNSIGNED NOT NULL auto_increment,
category VARCHAR(100) NOT NULL,
date_entered DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY(id)
) ENGINE=INNODB DEFAULT CHARSET=utf8;
INSERT INTO meals_categories(id, category) VALUES
(null, 'breakfast'),
(null, 'brunch'),
(null, 'elevenses'),
(null, 'lunch'),
(null, 'tea'),
(null, 'supper'),
(null, 'dinner');
CREATE TABLE meals(
id INT UNSIGNED NOT NULL auto_increment,
city_id INT UNSIGNED NOT NULL,
category_id INT UNSIGNED NOT NULL,
name VARCHAR(100) NOT NULL,
description VARCHAR(500) NOT NULL,
price DECIMAL(5,2) NOT NULL,
date_entered DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY(id),
FOREIGN KEY(city_id) REFERENCES cities(id),
FOREIGN KEY(category_id) REFERENCES meals_categories(id)
);
INSERT INTO meals(id, city_id, category_id, name, description, price) VALUES
(null, 1, 4, 'Galawati Kebab', 'Galawati Kebab or Galauti Kebab is a special delicacy which was once made exclusively for a Nawab in Lucknow. Galawati means melt in your mouth, and the dish does exactly that. Once finely ground meat and unripe papaya is marinated, a mixture of spices is added to the dish. This one must be high on your must try list when in Lucknow!', 550),
(null, 1, 4, '<NAME>abab', 'Tender pieces of meat heated under intense heat, Boti Kabab is one finger-licking starter you should definitely not miss! A popular Mughlai recipe, this is one the many famous kababs that Lucknow has to offer.', 200),
(null, 1, 7, 'Tunday Kebab', " Over a 100 masalas go into the making of this royal kebab and they ensure that you don't feel uneasy after having them. They literally melt in your mouth like ice cream and are best served with rumali roti. ", 150),
(null, 1, 7, '<NAME>', "R<NAME> - even the words make you go weak in the knees! Soft meat in spicy curry, this delicacy warms you up from the inside. Even though you might get it in Delhi or Mumbai, you haven't really tasted it if you haven't tried it in the City of Nawabs!", 400)
;
CREATE TABLE meals_orders(
id INT UNSIGNED NOT NULL auto_increment,
country_id INT UNSIGNED NOT NULL,
city_id INT UNSIGNED NOT NULL,
meals_categories_id INT UNSIGNED NOT NULL,
order_datetime DATETIME NOT NULL DEFAULT now(),
adult INT UNSIGNED NOT NULL,
date_entered DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY(id),
FOREIGN KEY(country_id) REFERENCES countries(id),
FOREIGN KEY(meals_categories_id) REFERENCES meals_categories(id),
FOREIGN KEY(city_id) REFERENCES cities(id)
);
INSERT INTO meals_orders(id, country_id, city_id, meals_categories_id, order_datetime,adult)VALUES
(null, 1, 1, 1, '2018-09-03', 2)
;
|
CREATE TABLE [dbo].[TValueTable]
(
--From MergedXSDs XSD
--From 'genericRailML' Namespace
[TValueTableId] BIGINT NOT NULL,
[ColumnHeader] BIGINT NOT NULL,
[ValueLine] BIGINT NOT NULL,
[XValueName] NVARCHAR(MAX) NOT NULL,
[XValueUnit] NVARCHAR(MAX) NOT NULL,
[YValueName] NVARCHAR(MAX) NOT NULL,
[YValueUnit] NVARCHAR(MAX) NOT NULL,
[ZValueName] NVARCHAR(MAX) NOT NULL,
[ZValueUnit] NVARCHAR(MAX) NOT NULL,
CONSTRAINT [PK_TValueTableId] PRIMARY KEY CLUSTERED ([TValueTableId] ASC),
CONSTRAINT [FK_TValueTable_TValueTableColumnHeader] FOREIGN KEY ([ColumnHeader]) REFERENCES [dbo].[TValueTableColumnHeader] ([TValueTableColumnHeaderId]), --ON UPDATE CASCADE, ON DELETE CASCADE,
CONSTRAINT [FK_TValueTable_TValueTableValueLine] FOREIGN KEY ([ValueLine]) REFERENCES [dbo].[TValueTableValueLine] ([TValueTableValueLineId]) --ON UPDATE CASCADE, ON DELETE CASCADE,
);
|
<filename>Four2One/Four2One/Scripts/DBUpdate/2000/18_SO_Add_Lookups_Endoctrine.sql
-- Endoctrine
IF NOT EXISTS(SELECT * FROM LookupItem WHERE Name='Skin Changes')BEGIN INSERT INTO LookupItem(Name,DisplayName) VALUES('Skin Changes','Skin Changes') END
IF NOT EXISTS(SELECT * FROM LookupItem WHERE Name='Fatigue')BEGIN INSERT INTO LookupItem(Name,DisplayName) VALUES('Fatigue','Fatigue') END
IF NOT EXISTS(SELECT * FROM LookupItem WHERE Name='Stomach upset')BEGIN INSERT INTO LookupItem(Name,DisplayName) VALUES('Stomach upset','Stomach upset') END
IF NOT EXISTS(SELECT * FROM LookupItem WHERE Name='Dehydration')BEGIN INSERT INTO LookupItem(Name,DisplayName) VALUES('Dehydration','Dehydration') END
IF NOT EXISTS(SELECT * FROM LookupItemView v WHERE v.MasterName='Endocrine' AND v.ItemName='Skin Changes')
BEGIN
INSERT INTO LookupMasterItem(LookupMasterId,LookupItemId,DisplayName,OrdRank) VALUES((SELECT top 1 l.Id FROM LookupMaster l WHERE l.Name='Endocrine'),(SELECT top 1 i.Id FROM LookupItem i WHERE i.Name='Skin Changes' ),'Skin Changes',1)
END
IF NOT EXISTS(SELECT * FROM LookupItemView v WHERE v.MasterName='Endocrine' AND v.ItemName='Fatigue')
BEGIN
INSERT INTO LookupMasterItem(LookupMasterId,LookupItemId,DisplayName,OrdRank) VALUES((SELECT top 1 l.Id FROM LookupMaster l WHERE l.Name='Endocrine'),(SELECT top 1 i.Id FROM LookupItem i WHERE i.Name='Fatigue' ),'Fatigue',1)
END
IF NOT EXISTS(SELECT * FROM LookupItemView v WHERE v.MasterName='Endocrine' AND v.ItemName='Stomach upset')
BEGIN
INSERT INTO LookupMasterItem(LookupMasterId,LookupItemId,DisplayName,OrdRank) VALUES((SELECT top 1 l.Id FROM LookupMaster l WHERE l.Name='Endocrine'),(SELECT top 1 i.Id FROM LookupItem i WHERE i.Name='Stomach upset' ),'Stomach upset',1)
END
IF NOT EXISTS(SELECT * FROM LookupItemView v WHERE v.MasterName='Endocrine' AND v.ItemName='Dehydration')
BEGIN
INSERT INTO LookupMasterItem(LookupMasterId,LookupItemId,DisplayName,OrdRank) VALUES((SELECT top 1 l.Id FROM LookupMaster l WHERE l.Name='Endocrine'),(SELECT top 1 i.Id FROM LookupItem i WHERE i.Name='Dehydration' ),'Dehydration',1)
END |
INSERT INTO student (protocol_id, duration_of_study_id, group_id, family_name, given_name, date_of_birth, family_name_tr, given_name_tr, mode_of_study_id, previous_document_id)
VALUES
(3, 1, 3, 'Бабій', '<NAME>', '1997-01-22', 'Babii', 'Uliana', 2, 1),
(2, 1, 1, 'Бендус', '<NAME>', '1997-03-26', 'Bendus', 'Pavlo', 1, 2),
(2, 1, 2, 'Білусяк', '<NAME>', '1996-11-29', 'Bilusiak', 'Andrii', 1, 3),
(4, 1, 1, 'Близнюк', '<NAME>', '1997-06-06', 'Blyznyuk', 'Oleksandr', 1, 4),
(2, 1, 2, 'Бойчук', '<NAME>', '1996-12-13', 'Boichuk', 'Andrii', 1, 5),
(1, 1, 1, 'Величко', '<NAME>', '1995-03-24', 'Velychko', 'Darii', 1, 6),
(1, 1, 2, 'Вовк', '<NAME>', '1997-04-26', 'Vovk', 'Viktor', 1, 7),
(1, 1, 1, 'Гавриляк', '<NAME>', '1996-10-31', 'Havryliak', 'Dmytro', 1, 8),
(2, 1, 2, 'Гоголь', '<NAME>', '1997-07-21', 'Hohol', 'Andrii', 1, 9),
(3, 1, 2, 'Гринкевич', '<NAME>', '1996-12-08', 'Hrynkevych', 'Mykola', 1, 10),
(1, 1, 1, 'Дарчин', '<NAME>', '1997-07-15', 'Darchyn', 'Pavlo', 1, 11),
(4, 1, 1, 'Демчук', '<NAME>', '1997-07-30', 'Demchuk', 'Liubomyr', 1, 12),
(1, 1, 1, 'Депутат', '<NAME>', '1997-04-06', 'Deputat', 'Andrii', 1, 13),
(4, 1, 1, 'Дівнич', '<NAME>', '1992-06-17', 'Divnych', 'Ihor', 1, 14),
(2, 1, 3, 'Діденко', '<NAME>', '1997-10-06', 'Didenko', 'Vitalii', 2, 15),
(1, 1, 1, 'Йосипенко', '<NAME>', '1996-10-30', 'Yosypenko', 'Mykhailo', 1, 16),
(1, 1, 1, 'Кісільов', '<NAME>', '1997-06-25', 'Kisilov', 'Oleh', 1, 17),
(1, 1, 1, 'Колінко', '<NAME>', '1997-10-15', 'Kolinko', 'Vladyslav', 1, 18),
(1, 1, 1, 'Космірак', '<NAME>', '1997-02-03', 'Kosmirak', 'Rostyslav', 1, 19),
(2, 1, 1, 'Кравців', '<NAME>', '1997-04-23', 'Kravtsiv', 'Kostiantyn', 1, 20),
(4, 1, 3, 'Куцанюк', '<NAME>', '1996-11-08', 'Kutsaniuk', 'Dmytro', 2, 21),
(3, 1, 3, 'Лундяк', '<NAME>', '1995-01-16', 'Lundiak', 'Vasyl', 2, 22),
(3, 1, 3, 'Монюк', '<NAME>', '1997-04-16', 'Moniuk', 'Yuliia', 2, 23),
(4, 1, 2, 'Микитин', '<NAME>', '1997-12-27', 'Mykytyn', 'Andrii', 1, 24),
(1, 1, 2, 'Мимоход', '<NAME>', '1996-11-21', 'Mymokhod', 'Mykhailo', 1, 25),
(4, 1, 3, 'Мицкан', '<NAME>', '1996-03-02', 'Mytskan', 'Nazarii', 2, 26),
(4, 1, 2, 'Мучка', '<NAME>', '1997-07-03', 'Muchka', 'Oleh', 1, 27),
(2, 1, 1, 'Навроцький', '<NAME>', '1997-11-22', 'Navrotskyi', 'Bohdan', 1, 28),
(2, 1, 1, 'Овчарук', '<NAME>', '1996-11-30', 'Ovcharuk', 'Svitlana', 1, 29),
(4, 1, 3, 'Опацький', '<NAME>', '1996-12-02', 'Opatskyi', 'Roman', 2, 30),
(2, 1, 2, 'Острижнюк', '<NAME>', '1996-09-16', 'Ostryzhniuk', 'Andrii', 1, 31),
(3, 1, 1, 'Пазюк', '<NAME>', '1997-04-06', 'Paziuk', 'Volodymyr', 1, 32),
(3, 1, 1, 'Рубашний', '<NAME>', '1997-02-18', 'Rubashnyi', 'Mykola', 1, 33),
(1, 1, 2, 'Сапіжак', '<NAME>', '1997-01-18', 'Sapizhak', 'Ivanna', 1, 34),
(2, 1, 2, 'Слюсар', '<NAME>', '1996-12-13', 'Sliusar', 'Andrii', 1, 35),
(2, 1, 2, 'Стецюк', '<NAME>', '1997-08-10', 'Stetsiuk', 'Taras', 1, 36),
(1, 1, 3, 'Худик', '<NAME>', '1997-07-03', 'Khudyk', 'Nazar', 2, 37),
(3, 1, 1, 'Цюцьмаць', '<NAME>', '1996-03-20', 'Tsiutsmats', 'Andrii', 1, 38),
(3, 1, 1, 'Швець', '<NAME>', '1998-02-13', 'Shvets', 'Bohdan', 1, 39),
(3, 1, 1, 'Шологон', '<NAME>', '1997-04-16', 'Sholohon', 'Oleh', 1, 40),
(3, 1, 1, 'Якимів', '<NAME>', '1997-05-21', 'Yakymiv', 'Nataliia', 1, 41); |
<gh_stars>10-100
CREATE TABLE `project_credential` (
`project_id` VARCHAR(50) NOT NULL,
`credential_id` VARCHAR(255) NOT NULL,
`domain` VARCHAR(255) NOT NULL,
`creator` VARCHAR(50) NOT NULL,
`create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`project_id`, `credential_id`, `domain`)
);
|
-- Verify set_roles
BEGIN;
SELECT has_function_privilege(
'set_roles(text, text, text, text, text, text[])',
'execute');
ROLLBACK;
|
<filename>sql/fixed.sql<gh_stars>10-100
-------------------------------------------------------------------------------
--
-- PLEASE NOTE
--
-- No warranty, no liability, no support.
--
-- This script is 100% at your own risk to use.
--
-------------------------------------------------------------------------------
select view_name
from sys.v_$fixed_view_definition
where view_name like '%'||upper('&partial_name')||'%'
order by 1;
|
<gh_stars>10-100
DROP TABLE IF EXISTS classifications;
CREATE TABLE IF NOT EXISTS classifications (
type_name TEXT NOT NULL,
uid TEXT NOT NULL,
classification BYTEA NOT NULL,
PRIMARY KEY (uid, type_name)
);
|
<filename>hg/lib/encode/wgEncodeGencodeClasses.sql<gh_stars>0
# wgEncodeGencodeClasses.sql was originally generated by the autoSql program, which also
# generated wgEncodeGencodeClasses.c and wgEncodeGencodeClasses.h. This creates the database representation of
# an object which can be loaded and saved from RAM in a fairly
# automatic way.
#Class for Gencode genes
CREATE TABLE wgEncodeGencodeClasses (
geneId varchar(255) not null,
transcriptId varchar(255) not null,
geneName varchar(255) not null,
transcriptName varchar(255) not null,
geneType varchar(255) not null,
transcriptType varchar(255) not null,
geneStatus varchar(255) not null,
transcriptStatus varchar(255) not null,
level integer,
class enum('Undefined','Validated_coding','Validated_processed','Validated_processed_pseudogene','Validated_unprocessed_pseudogene','Validated_pseudogene','Havana_coding','Havana_nonsense','Havana_non_coding','Havana_processed_pseudogene','Havana_unprocessed_pseudogene','Havana_pseudogene','Havana_TEC','Havana_polyA','Ensembl_coding','Ensembl_RNA','Ensembl_pseudogene') not null default 'Undefined',
name varchar(255) not null,
# indexes
INDEX(transcriptType),
INDEX(level,class),
PRIMARY KEY(name)
);
|
<filename>src/basic_select/higher_than_75_marks.sql<gh_stars>0
SELECT
NAME
FROM
STUDENTS
WHERE
MARKS > 75
ORDER BY
SUBSTR(NAME, -3),
ID ASC;
|
create trigger trg_on_achievements_ad after
delete
on
achievements_hunt.achievements for each row execute procedure achievements_hunt.f_on_achievements_del(); |
<reponame>NimbusServices/SAEON.ObservationsDatabase
CREATE VIEW [dbo].[vVariables]
AS
Select distinct
PhenomenonID, PhenomenonName, PhenomenonUrl,
PhenomenonOfferingID, OfferingID, OfferingName,
PhenomenonUOMID, UnitOfMeasureID, UnitOfMeasureUnit
from
vDatasetsExpansion
|
/*
Navicat MySQL Data Transfer
Source Server : LOCALHOST
Source Server Version : 80018
Source Host : localhost:3306
Source Database : pw3_vestidos
Target Server Type : MYSQL
Target Server Version : 80018
File Encoding : 65001
Date: 2021-06-01 22:06:31
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `appapi_apikeys`
-- ----------------------------
DROP TABLE IF EXISTS `appapi_apikeys`;
CREATE TABLE `appapi_apikeys` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`application_id` int(11) NOT NULL,
`created` datetime NOT NULL,
`created_user_id` int(11) NOT NULL,
`modified` datetime NOT NULL,
`modified_user_id` int(11) NOT NULL,
`key` varchar(100) NOT NULL,
`version` varchar(100) NOT NULL,
`description` text,
`accessable_until` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of appapi_apikeys
-- ----------------------------
INSERT INTO `appapi_apikeys` VALUES ('2', '1', '2021-05-26 10:37:02', '41', '2021-05-26 10:37:02', '41', 'DWe1uCOpIllGxEwFridl9', '1.0.0', '', '1969-12-31 18:00:00');
-- ----------------------------
-- Table structure for `appapi_applications`
-- ----------------------------
DROP TABLE IF EXISTS `appapi_applications`;
CREATE TABLE `appapi_applications` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`created` datetime NOT NULL,
`created_user_id` int(11) NOT NULL,
`modified` datetime NOT NULL,
`modified_user_id` int(11) NOT NULL,
`title` varchar(100) NOT NULL,
`description` text,
`authtype` int(11) NOT NULL,
`token_secret` varchar(100) NOT NULL,
`expires_in` int(11) NOT NULL,
`accesstoken_secret` varchar(100) NOT NULL,
`default_application` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of appapi_applications
-- ----------------------------
INSERT INTO `appapi_applications` VALUES ('1', '2021-05-26 10:11:42', '41', '2021-05-26 10:44:20', '41', 'Vestidos', '', '0', 'A4sxBilviEU2R4H9V1UBCPk5AEPKkywA9pI2EH+k4ZJPvgCwj6D2OzUg', '2592000', 'HXJADi4HCCz3M5p4Pfjo3IU0Om3WDxGFByJKIG5b', '1');
-- ----------------------------
-- Table structure for `appapi_apptokens`
-- ----------------------------
DROP TABLE IF EXISTS `appapi_apptokens`;
CREATE TABLE `appapi_apptokens` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`application_id` int(11) NOT NULL,
`created` datetime NOT NULL,
`created_user_id` int(11) NOT NULL,
`modified` datetime NOT NULL,
`modified_user_id` int(11) NOT NULL,
`token_id` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`last_used` datetime DEFAULT NULL,
`expiration_time` datetime DEFAULT NULL,
`not_before_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of appapi_apptokens
-- ----------------------------
-- ----------------------------
-- Table structure for `caches`
-- ----------------------------
DROP TABLE IF EXISTS `caches`;
CREATE TABLE `caches` (
`name` varchar(250) NOT NULL,
`data` mediumtext NOT NULL,
`expires` datetime NOT NULL,
PRIMARY KEY (`name`),
KEY `expires` (`expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of caches
-- ----------------------------
INSERT INTO `caches` VALUES ('Modules.wire/modules/', 'AdminTheme/AdminThemeDefault/AdminThemeDefault.module\nAdminTheme/AdminThemeReno/AdminThemeReno.module\nAdminTheme/AdminThemeUikit/AdminThemeUikit.module\nFieldtype/FieldtypeCache.module\nFieldtype/FieldtypeCheckbox.module\nFieldtype/FieldtypeComments/CommentFilterAkismet.module\nFieldtype/FieldtypeComments/FieldtypeComments.module\nFieldtype/FieldtypeComments/InputfieldCommentsAdmin.module\nFieldtype/FieldtypeDatetime.module\nFieldtype/FieldtypeEmail.module\nFieldtype/FieldtypeFieldsetClose.module\nFieldtype/FieldtypeFieldsetOpen.module\nFieldtype/FieldtypeFieldsetTabOpen.module\nFieldtype/FieldtypeFile.module\nFieldtype/FieldtypeFloat.module\nFieldtype/FieldtypeImage.module\nFieldtype/FieldtypeInteger.module\nFieldtype/FieldtypeModule.module\nFieldtype/FieldtypeOptions/FieldtypeOptions.module\nFieldtype/FieldtypePage.module\nFieldtype/FieldtypePageTable.module\nFieldtype/FieldtypePageTitle.module\nFieldtype/FieldtypePassword.module\nFieldtype/FieldtypeRepeater/FieldtypeFieldsetPage.module\nFieldtype/FieldtypeRepeater/FieldtypeRepeater.module\nFieldtype/FieldtypeRepeater/InputfieldRepeater.module\nFieldtype/FieldtypeSelector.module\nFieldtype/FieldtypeText.module\nFieldtype/FieldtypeTextarea.module\nFieldtype/FieldtypeToggle.module\nFieldtype/FieldtypeURL.module\nFileCompilerTags.module\nImage/ImageSizerEngineAnimatedGif/ImageSizerEngineAnimatedGif.module\nImage/ImageSizerEngineIMagick/ImageSizerEngineIMagick.module\nInputfield/InputfieldAsmSelect/InputfieldAsmSelect.module\nInputfield/InputfieldButton.module\nInputfield/InputfieldCheckbox.module\nInputfield/InputfieldCheckboxes/InputfieldCheckboxes.module\nInputfield/InputfieldCKEditor/InputfieldCKEditor.module\nInputfield/InputfieldDatetime/InputfieldDatetime.module\nInputfield/InputfieldEmail.module\nInputfield/InputfieldFieldset.module\nInputfield/InputfieldFile/InputfieldFile.module\nInputfield/InputfieldFloat.module\nInputfield/InputfieldForm.module\nInputfield/InputfieldHidden.module\nInputfield/InputfieldIcon/InputfieldIcon.module\nInputfield/InputfieldImage/InputfieldImage.module\nInputfield/InputfieldInteger.module\nInputfield/InputfieldMarkup.module\nInputfield/InputfieldName.module\nInputfield/InputfieldPage/InputfieldPage.module\nInputfield/InputfieldPageAutocomplete/InputfieldPageAutocomplete.module\nInputfield/InputfieldPageListSelect/InputfieldPageListSelect.module\nInputfield/InputfieldPageListSelect/InputfieldPageListSelectMultiple.module\nInputfield/InputfieldPageName/InputfieldPageName.module\nInputfield/InputfieldPageTable/InputfieldPageTable.module\nInputfield/InputfieldPageTitle/InputfieldPageTitle.module\nInputfield/InputfieldPassword/InputfieldPassword.module\nInputfield/InputfieldRadios/InputfieldRadios.module\nInputfield/InputfieldSelect.module\nInputfield/InputfieldSelectMultiple.module\nInputfield/InputfieldSelector/InputfieldSelector.module\nInputfield/InputfieldSubmit/InputfieldSubmit.module\nInputfield/InputfieldText.module\nInputfield/InputfieldTextarea.module\nInputfield/InputfieldToggle/InputfieldToggle.module\nInputfield/InputfieldURL.module\nJquery/JqueryCore/JqueryCore.module\nJquery/JqueryMagnific/JqueryMagnific.module\nJquery/JqueryTableSorter/JqueryTableSorter.module\nJquery/JqueryUI/JqueryUI.module\nJquery/JqueryWireTabs/JqueryWireTabs.module\nLanguageSupport/FieldtypePageTitleLanguage.module\nLanguageSupport/FieldtypeTextareaLanguage.module\nLanguageSupport/FieldtypeTextLanguage.module\nLanguageSupport/LanguageSupport.module\nLanguageSupport/LanguageSupportFields.module\nLanguageSupport/LanguageSupportPageNames.module\nLanguageSupport/LanguageTabs.module\nLanguageSupport/ProcessLanguage.module\nLanguageSupport/ProcessLanguageTranslator.module\nLazyCron.module\nMarkup/MarkupAdminDataTable/MarkupAdminDataTable.module\nMarkup/MarkupCache.module\nMarkup/MarkupHTMLPurifier/MarkupHTMLPurifier.module\nMarkup/MarkupPageArray.module\nMarkup/MarkupPageFields.module\nMarkup/MarkupPagerNav/MarkupPagerNav.module\nMarkup/MarkupRSS.module\nPage/PageFrontEdit/PageFrontEdit.module\nPagePathHistory.module\nPagePaths.module\nPagePermissions.module\nPageRender.module\nProcess/ProcessCommentsManager/ProcessCommentsManager.module\nProcess/ProcessField/ProcessField.module\nProcess/ProcessForgotPassword.module\nProcess/ProcessHome.module\nProcess/ProcessList.module\nProcess/ProcessLogger/ProcessLogger.module\nProcess/ProcessLogin/ProcessLogin.module\nProcess/ProcessModule/ProcessModule.module\nProcess/ProcessPageAdd/ProcessPageAdd.module\nProcess/ProcessPageClone.module\nProcess/ProcessPageEdit/ProcessPageEdit.module\nProcess/ProcessPageEditImageSelect/ProcessPageEditImageSelect.module\nProcess/ProcessPageEditLink/ProcessPageEditLink.module\nProcess/ProcessPageList/ProcessPageList.module\nProcess/ProcessPageLister/ProcessPageLister.module\nProcess/ProcessPageSearch/ProcessPageSearch.module\nProcess/ProcessPagesExportImport/ProcessPagesExportImport.module\nProcess/ProcessPageSort.module\nProcess/ProcessPageTrash.module\nProcess/ProcessPageType/ProcessPageType.module\nProcess/ProcessPageView.module\nProcess/ProcessPermission/ProcessPermission.module\nProcess/ProcessProfile/ProcessProfile.module\nProcess/ProcessRecentPages/ProcessRecentPages.module\nProcess/ProcessRole/ProcessRole.module\nProcess/ProcessTemplate/ProcessTemplate.module\nProcess/ProcessUser/ProcessUser.module\nSession/SessionHandlerDB/ProcessSessionDB.module\nSession/SessionHandlerDB/SessionHandlerDB.module\nSession/SessionLoginThrottle/SessionLoginThrottle.module\nSystem/SystemNotifications/FieldtypeNotifications.module\nSystem/SystemNotifications/SystemNotifications.module\nSystem/SystemUpdater/SystemUpdater.module\nTextformatter/TextformatterEntities.module\nTextformatter/TextformatterMarkdownExtra/TextformatterMarkdownExtra.module\nTextformatter/TextformatterNewlineBR.module\nTextformatter/TextformatterNewlineUL.module\nTextformatter/TextformatterPstripper.module\nTextformatter/TextformatterSmartypants/TextformatterSmartypants.module\nTextformatter/TextformatterStripTags.module', '2010-04-08 03:10:01');
INSERT INTO `caches` VALUES ('ModulesVerbose.info', '{\"148\":{\"summary\":\"Minimal admin theme that supports all ProcessWire features.\",\"core\":true,\"versionStr\":\"0.1.4\"},\"160\":{\"summary\":\"Uikit v3 admin theme\",\"core\":true,\"versionStr\":\"0.3.1\"},\"97\":{\"summary\":\"This Fieldtype stores an ON\\/OFF toggle via a single checkbox. The ON value is 1 and OFF value is 0.\",\"core\":true,\"versionStr\":\"1.0.1\"},\"28\":{\"summary\":\"Field that stores a date and optionally time\",\"core\":true,\"versionStr\":\"1.0.5\"},\"29\":{\"summary\":\"Field that stores an e-mail address\",\"core\":true,\"versionStr\":\"1.0.1\"},\"106\":{\"summary\":\"Close a fieldset opened by FieldsetOpen. \",\"core\":true,\"versionStr\":\"1.0.0\"},\"105\":{\"summary\":\"Open a fieldset to group fields. Should be followed by a Fieldset (Close) after one or more fields.\",\"core\":true,\"versionStr\":\"1.0.1\"},\"107\":{\"summary\":\"Open a fieldset to group fields. Same as Fieldset (Open) except that it displays in a tab instead.\",\"core\":true,\"versionStr\":\"1.0.0\"},\"6\":{\"summary\":\"Field that stores one or more files\",\"core\":true,\"versionStr\":\"1.0.6\"},\"89\":{\"summary\":\"Field that stores a floating point (decimal) number\",\"core\":true,\"versionStr\":\"1.0.6\"},\"57\":{\"summary\":\"Field that stores one or more GIF, JPG, or PNG images\",\"core\":true,\"versionStr\":\"1.0.2\"},\"84\":{\"summary\":\"Field that stores an integer\",\"core\":true,\"versionStr\":\"1.0.2\"},\"27\":{\"summary\":\"Field that stores a reference to another module\",\"core\":true,\"versionStr\":\"1.0.1\"},\"173\":{\"summary\":\"Field that stores single and multi select options.\",\"core\":true,\"versionStr\":\"0.0.1\"},\"4\":{\"summary\":\"Field that stores one or more references to ProcessWire pages\",\"core\":true,\"versionStr\":\"1.0.5\"},\"175\":{\"summary\":\"A fieldtype containing a group of editable pages.\",\"core\":true,\"versionStr\":\"0.0.8\"},\"111\":{\"summary\":\"Field that stores a page title\",\"core\":true,\"versionStr\":\"1.0.0\"},\"133\":{\"summary\":\"Field that stores a hashed and salted password\",\"core\":true,\"versionStr\":\"1.0.1\"},\"171\":{\"summary\":\"Maintains a collection of fields that are repeated for any number of times.\",\"core\":true,\"versionStr\":\"1.0.6\"},\"181\":{\"summary\":\"Fieldset with fields isolated to separate namespace (page), enabling re-use of fields.\",\"core\":true,\"versionStr\":\"0.0.1\"},\"172\":{\"summary\":\"Repeats fields from another template. Provides the input for FieldtypeRepeater.\",\"core\":true,\"versionStr\":\"1.0.6\"},\"3\":{\"summary\":\"Field that stores a single line of text\",\"core\":true,\"versionStr\":\"1.0.1\"},\"1\":{\"summary\":\"Field that stores multiple lines of text\",\"core\":true,\"versionStr\":\"1.0.7\"},\"170\":{\"summary\":\"Configurable yes\\/no, on\\/off toggle alternative to a checkbox, plus optional \\u201cother\\u201d option.\",\"core\":true,\"versionStr\":\"0.0.1\"},\"135\":{\"summary\":\"Field that stores a URL\",\"core\":true,\"versionStr\":\"1.0.1\"},\"25\":{\"summary\":\"Multiple selection, progressive enhancement to select multiple\",\"core\":true,\"versionStr\":\"2.0.2\"},\"131\":{\"summary\":\"Form button element that you can optionally pass an href attribute to.\",\"core\":true,\"versionStr\":\"1.0.0\"},\"37\":{\"summary\":\"Single checkbox toggle\",\"core\":true,\"versionStr\":\"1.0.6\"},\"38\":{\"summary\":\"Multiple checkbox toggles\",\"core\":true,\"versionStr\":\"1.0.7\"},\"155\":{\"summary\":\"CKEditor textarea rich text editor.\",\"core\":true,\"versionStr\":\"1.6.3\"},\"94\":{\"summary\":\"Inputfield that accepts date and optionally time\",\"core\":true,\"versionStr\":\"1.0.7\"},\"80\":{\"summary\":\"E-Mail address in valid format\",\"core\":true,\"versionStr\":\"1.0.1\"},\"78\":{\"summary\":\"Groups one or more fields together in a container\",\"core\":true,\"versionStr\":\"1.0.1\"},\"55\":{\"summary\":\"One or more file uploads (sortable)\",\"core\":true,\"versionStr\":\"1.2.6\"},\"90\":{\"summary\":\"Floating point number with precision\",\"core\":true,\"versionStr\":\"1.0.4\"},\"30\":{\"summary\":\"Contains one or more fields in a form\",\"core\":true,\"versionStr\":\"1.0.7\"},\"40\":{\"summary\":\"Hidden value in a form\",\"core\":true,\"versionStr\":\"1.0.1\"},\"162\":{\"summary\":\"Select an icon\",\"core\":true,\"versionStr\":\"0.0.2\"},\"56\":{\"summary\":\"One or more image uploads (sortable)\",\"core\":true,\"versionStr\":\"1.2.3\"},\"85\":{\"summary\":\"Integer (positive or negative)\",\"core\":true,\"versionStr\":\"1.0.5\"},\"79\":{\"summary\":\"Contains any other markup and optionally child Inputfields\",\"core\":true,\"versionStr\":\"1.0.2\"},\"41\":{\"summary\":\"Text input validated as a ProcessWire name field\",\"core\":true,\"versionStr\":\"1.0.0\"},\"60\":{\"summary\":\"Select one or more pages\",\"core\":true,\"versionStr\":\"1.0.7\"},\"174\":{\"summary\":\"Multiple Page selection using auto completion and sorting capability. Intended for use as an input field for Page reference fields.\",\"core\":true,\"versionStr\":\"1.1.2\"},\"15\":{\"summary\":\"Selection of a single page from a ProcessWire page tree list\",\"core\":true,\"versionStr\":\"1.0.1\"},\"137\":{\"summary\":\"Selection of multiple pages from a ProcessWire page tree list\",\"core\":true,\"versionStr\":\"1.0.2\"},\"86\":{\"summary\":\"Text input validated as a ProcessWire Page name field\",\"core\":true,\"versionStr\":\"1.0.6\"},\"176\":{\"summary\":\"Inputfield to accompany FieldtypePageTable\",\"core\":true,\"versionStr\":\"0.1.3\"},\"112\":{\"summary\":\"Handles input of Page Title and auto-generation of Page Name (when name is blank)\",\"core\":true,\"versionStr\":\"1.0.2\"},\"122\":{\"summary\":\"Password input with confirmation field that doesn't ever echo the input back.\",\"core\":true,\"versionStr\":\"1.0.2\"},\"39\":{\"summary\":\"Radio buttons for selection of a single item\",\"core\":true,\"versionStr\":\"1.0.5\"},\"36\":{\"summary\":\"Selection of a single value from a select pulldown\",\"core\":true,\"versionStr\":\"1.0.2\"},\"43\":{\"summary\":\"Select multiple items from a list\",\"core\":true,\"versionStr\":\"1.0.1\"},\"149\":{\"summary\":\"Build a page finding selector visually.\",\"author\":\"Avoine + ProcessWire\",\"core\":true,\"versionStr\":\"0.2.8\"},\"32\":{\"summary\":\"Form submit button\",\"core\":true,\"versionStr\":\"1.0.2\"},\"34\":{\"summary\":\"Single line of text\",\"core\":true,\"versionStr\":\"1.0.6\"},\"35\":{\"summary\":\"Multiple lines of text\",\"core\":true,\"versionStr\":\"1.0.3\"},\"169\":{\"summary\":\"A toggle providing similar input capability to a checkbox but much more configurable.\",\"core\":true,\"versionStr\":\"0.0.1\"},\"108\":{\"summary\":\"URL in valid format\",\"core\":true,\"versionStr\":\"1.0.2\"},\"116\":{\"summary\":\"jQuery Core as required by ProcessWire Admin and plugins\",\"href\":\"http:\\/\\/jquery.com\",\"core\":true,\"versionStr\":\"1.8.3\"},\"151\":{\"summary\":\"Provides lightbox capability for image galleries. Replacement for FancyBox. Uses Magnific Popup by @dimsemenov.\",\"href\":\"http:\\/\\/dimsemenov.com\\/plugins\\/magnific-popup\\/\",\"core\":true,\"versionStr\":\"0.0.1\"},\"103\":{\"summary\":\"Provides a jQuery plugin for sorting tables.\",\"href\":\"http:\\/\\/mottie.github.io\\/tablesorter\\/\",\"core\":true,\"versionStr\":\"2.2.1\"},\"117\":{\"summary\":\"jQuery UI as required by ProcessWire and plugins\",\"href\":\"http:\\/\\/ui.jquery.com\",\"core\":true,\"versionStr\":\"1.9.6\"},\"45\":{\"summary\":\"Provides a jQuery plugin for generating tabs in ProcessWire.\",\"core\":true,\"versionStr\":\"1.1.0\"},\"67\":{\"summary\":\"Generates markup for data tables used by ProcessWire admin\",\"core\":true,\"versionStr\":\"1.0.7\"},\"156\":{\"summary\":\"Front-end to the HTML Purifier library.\",\"core\":true,\"versionStr\":\"4.9.5\"},\"113\":{\"summary\":\"Adds renderPager() method to all PaginatedArray types, for easy pagination output. Plus a render() method to PageArray instances.\",\"core\":true,\"versionStr\":\"1.0.0\"},\"98\":{\"summary\":\"Generates markup for pagination navigation\",\"core\":true,\"versionStr\":\"1.0.5\"},\"114\":{\"summary\":\"Adds various permission methods to Page objects that are used by Process modules.\",\"core\":true,\"versionStr\":\"1.0.5\"},\"115\":{\"summary\":\"Adds a render method to Page and caches page output.\",\"core\":true,\"versionStr\":\"1.0.5\"},\"48\":{\"summary\":\"Edit individual fields that hold page data\",\"core\":true,\"versionStr\":\"1.1.3\",\"searchable\":\"fields\"},\"183\":{\"summary\":\"Provides password reset\\/email capability for the Login process.\",\"core\":true,\"versionStr\":\"1.0.3\"},\"87\":{\"summary\":\"Acts as a placeholder Process for the admin root. Ensures proper flow control after login.\",\"core\":true,\"versionStr\":\"1.0.1\"},\"76\":{\"summary\":\"Lists the Process assigned to each child page of the current\",\"core\":true,\"versionStr\":\"1.0.1\"},\"161\":{\"summary\":\"View and manage system logs.\",\"author\":\"<NAME>\",\"core\":true,\"versionStr\":\"0.0.2\",\"permissions\":{\"logs-view\":\"Can view system logs\",\"logs-edit\":\"Can manage system logs\"},\"page\":{\"name\":\"logs\",\"parent\":\"setup\",\"title\":\"Logs\"}},\"10\":{\"summary\":\"Login to ProcessWire\",\"core\":true,\"versionStr\":\"1.0.8\"},\"50\":{\"summary\":\"List, edit or install\\/uninstall modules\",\"core\":true,\"versionStr\":\"1.1.9\"},\"17\":{\"summary\":\"Add a new page\",\"core\":true,\"versionStr\":\"1.0.8\"},\"164\":{\"summary\":\"Provides ability to clone\\/copy\\/duplicate pages in the admin. Adds a "copy" option to all applicable pages in the PageList.\",\"core\":true,\"versionStr\":\"1.0.4\",\"permissions\":{\"page-clone\":\"Clone a page\",\"page-clone-tree\":\"Clone a tree of pages\"},\"page\":{\"name\":\"clone\",\"title\":\"Clone\",\"parent\":\"page\",\"status\":1024}},\"7\":{\"summary\":\"Edit a Page\",\"core\":true,\"versionStr\":\"1.0.9\"},\"129\":{\"summary\":\"Provides image manipulation functions for image fields and rich text editors.\",\"core\":true,\"versionStr\":\"1.2.0\"},\"121\":{\"summary\":\"Provides a link capability as used by some Fieldtype modules (like rich text editors).\",\"core\":true,\"versionStr\":\"1.0.8\"},\"12\":{\"summary\":\"List pages in a hierarchical tree structure\",\"core\":true,\"versionStr\":\"1.2.2\"},\"150\":{\"summary\":\"Admin tool for finding and listing pages by any property.\",\"author\":\"<NAME>\",\"core\":true,\"versionStr\":\"0.2.6\",\"permissions\":{\"page-lister\":\"Use Page Lister\"}},\"104\":{\"summary\":\"Provides a page search engine for admin use.\",\"core\":true,\"versionStr\":\"1.0.6\"},\"14\":{\"summary\":\"Handles page sorting and moving for PageList\",\"core\":true,\"versionStr\":\"1.0.0\"},\"109\":{\"summary\":\"Handles emptying of Page trash\",\"core\":true,\"versionStr\":\"1.0.3\"},\"134\":{\"summary\":\"List, Edit and Add pages of a specific type\",\"core\":true,\"versionStr\":\"1.0.1\"},\"83\":{\"summary\":\"All page views are routed through this Process\",\"core\":true,\"versionStr\":\"1.0.4\"},\"136\":{\"summary\":\"Manage system permissions\",\"core\":true,\"versionStr\":\"1.0.1\"},\"138\":{\"summary\":\"Enables user to change their password, email address and other settings that you define.\",\"core\":true,\"versionStr\":\"1.0.4\"},\"159\":{\"summary\":\"Shows a list of recently edited pages in your admin.\",\"author\":\"<NAME>\",\"href\":\"http:\\/\\/modules.processwire.com\\/\",\"core\":true,\"versionStr\":\"0.0.2\",\"permissions\":{\"page-edit-recent\":\"Can see recently edited pages\"},\"page\":{\"name\":\"recent-pages\",\"parent\":\"page\",\"title\":\"Recent\"}},\"68\":{\"summary\":\"Manage user roles and what permissions are attached\",\"core\":true,\"versionStr\":\"1.0.4\"},\"47\":{\"summary\":\"List and edit the templates that control page output\",\"core\":true,\"versionStr\":\"1.1.4\",\"searchable\":\"templates\"},\"66\":{\"summary\":\"Manage system users\",\"core\":true,\"versionStr\":\"1.0.7\",\"searchable\":\"users\"},\"125\":{\"summary\":\"Throttles login attempts to help prevent dictionary attacks.\",\"core\":true,\"versionStr\":\"1.0.3\"},\"139\":{\"summary\":\"Manages system versions and upgrades.\",\"core\":true,\"versionStr\":\"0.1.8\"},\"61\":{\"summary\":\"Entity encode ampersands, quotes (single and double) and greater-than\\/less-than signs using htmlspecialchars(str, ENT_QUOTES). It is recommended that you use this on all text\\/textarea fields except those using a rich text editor or a markup language like Markdown.\",\"core\":true,\"versionStr\":\"1.0.0\"},\"167\":{\"summary\":\"Converts newlines to XHTML line break <br \\/> tags. \",\"core\":true,\"versionStr\":\"1.0.0\"},\"168\":{\"summary\":\"Converts newlines to <li> list items and surrounds in an <ul> unordered list. \",\"core\":true,\"versionStr\":\"1.0.0\"},\"166\":{\"summary\":\"Strips paragraph <p> tags that may have been applied by other text formatters before it. \",\"core\":true,\"versionStr\":\"1.0.0\"},\"165\":{\"summary\":\"Strips HTML\\/XHTML Markup Tags\",\"core\":true,\"versionStr\":\"1.0.0\"},\"189\":{\"summary\":\"Module to create a REST API with ProcessWire\",\"author\":\"<NAME>\",\"href\":\"https:\\/\\/modules.processwire.com\\/modules\\/app-api\\/\",\"versionStr\":\"1.1.5\",\"permissions\":{\"appapi_manage_applications\":\"Manage AppApi settings\"},\"page\":{\"name\":\"appapi\",\"parent\":\"setup\",\"title\":\"AppApi\",\"icon\":\"terminal\"}},\"177\":{\"summary\":\"Quick batch creation (titles only or CSV import for other fields), editing, sorting, deletion, and CSV export of all children under a given page.\",\"author\":\"<NAME>\",\"href\":\"http:\\/\\/modules.processwire.com\\/modules\\/batch-child-editor\\/\",\"versionStr\":\"1.8.24\",\"permissions\":{\"batch-child-editor\":\"Batch Child Editor\"}},\"178\":{\"summary\":\"Helper module for BatchChildEditor for creating CSV to export\",\"href\":\"http:\\/\\/modules.processwire.com\\/modules\\/batch-child-editor\\/\",\"versionStr\":\"1.8.24\",\"page\":{\"name\":\"children-csv-export\",\"parent\":\"setup\",\"title\":\"Children CSV Export\",\"status\":\"hidden\"}},\"163\":{\"summary\":\"Vestidos Dashboard\",\"versionStr\":\"0.0.1\",\"permissions\":{\"admin-dashboard\":\"Ver Dashboard\"},\"page\":{\"name\":\"dashboard\",\"parent\":\"\\/admin\\/\"}},\"186\":{\"summary\":\"Field that stores a color value as 32bit integer reflecting a RGBA value. Many options for Input (HTML5 Inputfield Color, Textfield with changing background, various jQuery\\/JS ColorPickers, custom jQuery\\/JS\\/CSS) and Output (RGB, RGBA, HSL, HSLA, HEX, Array).\",\"href\":\"https:\\/\\/processwire.com\\/talk\\/topic\\/16679-fieldtypecolor\\/\",\"versionStr\":\"1.1.5\"},\"182\":{\"summary\":\"Field that stores colors as single and multi select options.\",\"versionStr\":\"1.0.1\"},\"185\":{\"summary\":\"Inputfield for colors\",\"href\":\"https:\\/\\/processwire.com\\/talk\\/topic\\/16679-fieldtypecolor\\/\",\"versionStr\":\"1.1.4\"},\"187\":{\"summary\":\"Fieldtype that stores a HEX color or the value transp. Color can be picked using a jQuery ColorPicker Plugin by http:\\/\\/www.eyecon.ro\\/colorpicker\\/ or from a configurable color swatch.\",\"href\":\"http:\\/\\/processwire.com\\/talk\\/topic\\/865-module-colorpicker\\/page__gopid__7340#entry7340\",\"versionStr\":\"2.0.3\"},\"188\":{\"summary\":\"Choose your colors the easy way.\",\"href\":\"http:\\/\\/processwire.com\\/talk\\/topic\\/865-module-colorpicker\\/page__gopid__7340#entry7340\",\"versionStr\":\"2.0.3\"},\"184\":{\"summary\":\"Quickly set the widths of inputfields in a template.\",\"author\":\"<NAME>\",\"versionStr\":\"0.1.10\"},\"180\":{\"summary\":\"Enables autocomplete configured text inputs.\",\"author\":\"Macrura\",\"href\":\"https:\\/\\/github.com\\/outflux3\\/TextInputAwesomplete\",\"versionStr\":\"0.0.7\"},\"190\":{\"summary\":\"Import CSV files to create ProcessWire pages.\",\"author\":\"<NAME>\",\"versionStr\":\"1.0.8\",\"page\":{\"name\":\"import-pages-csv\",\"parent\":\"setup\",\"title\":\"Import Pages CSV\"}}}', '2010-04-08 03:10:01');
INSERT INTO `caches` VALUES ('ModulesUninstalled.info', '{\"AdminThemeReno\":{\"name\":\"AdminThemeReno\",\"title\":\"Reno\",\"version\":17,\"versionStr\":\"0.1.7\",\"author\":\"<NAME> (Renobird)\",\"summary\":\"Admin theme for ProcessWire 2.5+ by <NAME> (Renobird)\",\"requiresVersions\":{\"AdminThemeDefault\":[\">=\",0]},\"autoload\":\"template=admin\",\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeCache\":{\"name\":\"FieldtypeCache\",\"title\":\"Cache\",\"version\":102,\"versionStr\":\"1.0.2\",\"summary\":\"Caches the values of other fields for fewer runtime queries. Can also be used to combine multiple text fields and have them all be searchable under the cached field name.\",\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"CommentFilterAkismet\":{\"name\":\"CommentFilterAkismet\",\"title\":\"Comment Filter: Akismet\",\"version\":200,\"versionStr\":\"2.0.0\",\"summary\":\"Uses the Akismet service to identify comment spam. Module plugin for the Comments Fieldtype.\",\"requiresVersions\":{\"FieldtypeComments\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeComments\":{\"name\":\"FieldtypeComments\",\"title\":\"Comments\",\"version\":108,\"versionStr\":\"1.0.8\",\"summary\":\"Field that stores user posted comments for a single Page\",\"installs\":[\"InputfieldCommentsAdmin\"],\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"InputfieldCommentsAdmin\":{\"name\":\"InputfieldCommentsAdmin\",\"title\":\"Comments Admin\",\"version\":104,\"versionStr\":\"1.0.4\",\"summary\":\"Provides an administrative interface for working with comments\",\"requiresVersions\":{\"FieldtypeComments\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeSelector\":{\"name\":\"FieldtypeSelector\",\"title\":\"Selector\",\"version\":13,\"versionStr\":\"0.1.3\",\"author\":\"Avoine + ProcessWire\",\"summary\":\"Build a page finding selector visually.\",\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FileCompilerTags\":{\"name\":\"FileCompilerTags\",\"title\":\"Tags File Compiler\",\"version\":1,\"versionStr\":\"0.0.1\",\"summary\":\"Enables {var} or {var.property} variables in markup sections of a file. Can be used with any API variable.\",\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"ImageSizerEngineAnimatedGif\":{\"name\":\"ImageSizerEngineAnimatedGif\",\"title\":\"Animated GIF Image Sizer\",\"version\":1,\"versionStr\":\"0.0.1\",\"author\":\"<NAME>\",\"summary\":\"Upgrades image manipulations for animated GIFs.\",\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"ImageSizerEngineIMagick\":{\"name\":\"ImageSizerEngineIMagick\",\"title\":\"IMagick Image Sizer\",\"version\":3,\"versionStr\":\"0.0.3\",\"author\":\"<NAME>\",\"summary\":\"Upgrades image manipulations to use PHP\'s ImageMagick library when possible.\",\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypePageTitleLanguage\":{\"name\":\"FieldtypePageTitleLanguage\",\"title\":\"Page Title (Multi-Language)\",\"version\":100,\"versionStr\":\"1.0.0\",\"author\":\"<NAME>\",\"summary\":\"Field that stores a page title in multiple languages. Use this only if you want title inputs created for ALL languages on ALL pages. Otherwise create separate languaged-named title fields, i.e. title_fr, title_es, title_fi, etc. \",\"requiresVersions\":{\"LanguageSupportFields\":[\">=\",0],\"FieldtypeTextLanguage\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeTextareaLanguage\":{\"name\":\"FieldtypeTextareaLanguage\",\"title\":\"Textarea (Multi-language)\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Field that stores a multiple lines of text in multiple languages\",\"requiresVersions\":{\"LanguageSupportFields\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeTextLanguage\":{\"name\":\"FieldtypeTextLanguage\",\"title\":\"Text (Multi-language)\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Field that stores a single line of text in multiple languages\",\"requiresVersions\":{\"LanguageSupportFields\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"LanguageSupport\":{\"name\":\"LanguageSupport\",\"title\":\"Languages Support\",\"version\":103,\"versionStr\":\"1.0.3\",\"author\":\"<NAME>\",\"summary\":\"ProcessWire multi-language support.\",\"installs\":[\"ProcessLanguage\",\"ProcessLanguageTranslator\"],\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"addFlag\":32},\"LanguageSupportFields\":{\"name\":\"LanguageSupportFields\",\"title\":\"Languages Support - Fields\",\"version\":100,\"versionStr\":\"1.0.0\",\"author\":\"<NAME>\",\"summary\":\"Required to use multi-language fields.\",\"requiresVersions\":{\"LanguageSupport\":[\">=\",0]},\"installs\":[\"FieldtypePageTitleLanguage\",\"FieldtypeTextareaLanguage\",\"FieldtypeTextLanguage\"],\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"LanguageSupportPageNames\":{\"name\":\"LanguageSupportPageNames\",\"title\":\"Languages Support - Page Names\",\"version\":10,\"versionStr\":\"0.1.0\",\"author\":\"<NAME>\",\"summary\":\"Required to use multi-language page names.\",\"requiresVersions\":{\"LanguageSupport\":[\">=\",0],\"LanguageSupportFields\":[\">=\",0]},\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"LanguageTabs\":{\"name\":\"LanguageTabs\",\"title\":\"Languages Support - Tabs\",\"version\":114,\"versionStr\":\"1.1.4\",\"author\":\"adamspruijt, ryan\",\"summary\":\"Organizes multi-language fields into tabs for a cleaner easier to use interface.\",\"requiresVersions\":{\"LanguageSupport\":[\">=\",0]},\"autoload\":\"template=admin\",\"singular\":true,\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"ProcessLanguage\":{\"name\":\"ProcessLanguage\",\"title\":\"Languages\",\"version\":103,\"versionStr\":\"1.0.3\",\"author\":\"<NAME>\",\"summary\":\"Manage system languages\",\"icon\":\"language\",\"requiresVersions\":{\"LanguageSupport\":[\">=\",0]},\"permission\":\"lang-edit\",\"permissions\":{\"lang-edit\":\"Administer languages and static translation files\"},\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"useNavJSON\":true},\"ProcessLanguageTranslator\":{\"name\":\"ProcessLanguageTranslator\",\"title\":\"Language Translator\",\"version\":101,\"versionStr\":\"1.0.1\",\"author\":\"<NAME>\",\"summary\":\"Provides language translation capabilities for ProcessWire core and modules.\",\"requiresVersions\":{\"LanguageSupport\":[\">=\",0]},\"permission\":\"lang-edit\",\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"LazyCron\":{\"name\":\"LazyCron\",\"title\":\"Lazy Cron\",\"version\":102,\"versionStr\":\"1.0.2\",\"summary\":\"Provides hooks that are automatically executed at various intervals. It is called \'lazy\' because it\'s triggered by a pageview, so the interval is guaranteed to be at least the time requested, rather than exactly the time requested. This is fine for most cases, but you can make it not lazy by connecting this to a real CRON job. See the module file for details. \",\"href\":\"https:\\/\\/processwire.com\\/api\\/modules\\/lazy-cron\\/\",\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"MarkupCache\":{\"name\":\"MarkupCache\",\"title\":\"Markup Cache\",\"version\":101,\"versionStr\":\"1.0.1\",\"summary\":\"A simple way to cache segments of markup in your templates. \",\"href\":\"https:\\/\\/processwire.com\\/api\\/modules\\/markupcache\\/\",\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"MarkupPageFields\":{\"name\":\"MarkupPageFields\",\"title\":\"Markup Page Fields\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Adds $page->renderFields() and $page->images->render() methods that return basic markup for output during development and debugging.\",\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"permanent\":true},\"MarkupRSS\":{\"name\":\"MarkupRSS\",\"title\":\"Markup RSS Feed\",\"version\":103,\"versionStr\":\"1.0.3\",\"summary\":\"Renders an RSS feed. Given a PageArray, renders an RSS feed of them.\",\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"PageFrontEdit\":{\"name\":\"PageFrontEdit\",\"title\":\"Front-End Page Editor\",\"version\":3,\"versionStr\":\"0.0.3\",\"author\":\"<NAME>\",\"summary\":\"Enables front-end editing of page fields.\",\"icon\":\"cube\",\"permissions\":{\"page-edit-front\":\"Use the front-end page editor\"},\"autoload\":true,\"created\":1598035122,\"installed\":false,\"configurable\":\"PageFrontEditConfig.php\",\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"license\":\"MPL 2.0\"},\"PagePathHistory\":{\"name\":\"PagePathHistory\",\"title\":\"Page Path History\",\"version\":5,\"versionStr\":\"0.0.5\",\"summary\":\"Keeps track of past URLs where pages have lived and automatically redirects (301 permament) to the new location whenever the past URL is accessed.\",\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"PagePaths\":{\"name\":\"PagePaths\",\"title\":\"Page Paths\",\"version\":1,\"versionStr\":\"0.0.1\",\"summary\":\"Enables page paths\\/urls to be queryable by selectors. Also offers potential for improved load performance. Builds an index at install (may take time on a large site). Currently supports only single languages sites.\",\"autoload\":true,\"singular\":true,\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"ProcessCommentsManager\":{\"name\":\"ProcessCommentsManager\",\"title\":\"Comments\",\"version\":10,\"versionStr\":\"0.1.0\",\"author\":\"<NAME>\",\"summary\":\"Manage comments in your site outside of the page editor.\",\"icon\":\"comments\",\"requiresVersions\":{\"FieldtypeComments\":[\">=\",0]},\"permission\":\"comments-manager\",\"permissions\":{\"comments-manager\":\"Use the comments manager\"},\"created\":1598035122,\"installed\":false,\"searchable\":\"comments\",\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"page\":{\"name\":\"comments\",\"parent\":\"setup\",\"title\":\"Comments\"},\"nav\":[{\"url\":\"?go=approved\",\"label\":\"Approved\"},{\"url\":\"?go=pending\",\"label\":\"Pending\"},{\"url\":\"?go=spam\",\"label\":\"Spam\"},{\"url\":\"?go=all\",\"label\":\"All\"}]},\"ProcessPagesExportImport\":{\"name\":\"ProcessPagesExportImport\",\"title\":\"Pages Export\\/Import\",\"version\":1,\"versionStr\":\"0.0.1\",\"author\":\"<NAME>\",\"summary\":\"Enables exporting and importing of pages. Development version, not yet recommended for production use.\",\"icon\":\"paper-plane-o\",\"permission\":\"page-edit-export\",\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"page\":{\"name\":\"export-import\",\"parent\":\"page\",\"title\":\"Export\\/Import\"}},\"ProcessSessionDB\":{\"name\":\"ProcessSessionDB\",\"title\":\"Sessions\",\"version\":4,\"versionStr\":\"0.0.4\",\"summary\":\"Enables you to browse active database sessions.\",\"icon\":\"dashboard\",\"requiresVersions\":{\"SessionHandlerDB\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"page\":{\"name\":\"sessions-db\",\"parent\":\"access\",\"title\":\"Sessions\"}},\"SessionHandlerDB\":{\"name\":\"SessionHandlerDB\",\"title\":\"Session Handler Database\",\"version\":5,\"versionStr\":\"0.0.5\",\"summary\":\"Installing this module makes ProcessWire store sessions in the database rather than the file system. Note that this module will log you out after install or uninstall.\",\"installs\":[\"ProcessSessionDB\"],\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"FieldtypeNotifications\":{\"name\":\"FieldtypeNotifications\",\"title\":\"Notifications\",\"version\":4,\"versionStr\":\"0.0.4\",\"summary\":\"Field that stores user notifications.\",\"requiresVersions\":{\"SystemNotifications\":[\">=\",0]},\"created\":1598035122,\"installed\":false,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"SystemNotifications\":{\"name\":\"SystemNotifications\",\"title\":\"System Notifications\",\"version\":12,\"versionStr\":\"0.1.2\",\"summary\":\"Adds support for notifications in ProcessWire (currently in development)\",\"icon\":\"bell\",\"installs\":[\"FieldtypeNotifications\"],\"autoload\":true,\"created\":1598035122,\"installed\":false,\"configurable\":\"SystemNotificationsConfig.php\",\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"TextformatterMarkdownExtra\":{\"name\":\"TextformatterMarkdownExtra\",\"title\":\"Markdown\\/Parsedown Extra\",\"version\":130,\"versionStr\":\"1.3.0\",\"summary\":\"Markdown\\/Parsedown extra lightweight markup language by <NAME>. Based on Markdown by <NAME>.\",\"created\":1598035122,\"installed\":false,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"core\":true},\"TextformatterSmartypants\":{\"name\":\"TextformatterSmartypants\",\"title\":\"SmartyPants Typographer\",\"version\":171,\"versionStr\":\"1.7.1\",\"summary\":\"Smart typography for web sites, by <NAME> based on SmartyPants by <NAME>. If combined with Markdown, it should be applied AFTER Markdown.\",\"created\":1598035122,\"installed\":false,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"core\":true,\"url\":\"https:\\/\\/github.com\\/michelf\\/php-smartypants\"},\"ConnectPageFields\":{\"name\":\"ConnectPageFields\",\"title\":\"Connect Page Fields\",\"version\":\"0.3.2\",\"versionStr\":\"0.3.2\",\"author\":\"<NAME>\",\"summary\":\"Allows the connecting of two related Page Reference fields so that changing one updates the other.\",\"href\":\"https:\\/\\/github.com\\/Toutouwai\\/ConnectPageFields\",\"icon\":\"arrows-h\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.166\"],\"PHP\":[\">=\",\"5.4.0\"]},\"autoload\":true,\"created\":1621900049,\"installed\":false,\"configurable\":4},\"Maridajes\":{\"name\":\"Maridajes\",\"title\":\"Maridajes\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Gestionar Maridajes\",\"requiresVersions\":{\"WineDashboard\":[\">=\",0]},\"permission\":\"admin-dashboard\",\"permissions\":{\"admin-vino-view\":\"Ver Maridaje\",\"admin-vino-edit\":\"Editar Maridaje\",\"admin-vino-delete\":\"Eliminar Maridaje\"},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"maridajes\",\"parent\":\"\\/engine\\/vinos\\/\"}},\"Paises\":{\"name\":\"Paises\",\"title\":\"Paises\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Gestionar Paises\",\"requiresVersions\":{\"WineDashboard\":[\">=\",0]},\"permission\":\"admin-dashboard\",\"permissions\":{\"admin-vino-view\":\"Ver Trivia\",\"admin-vino-edit\":\"Editar Trivia\",\"admin-vino-delete\":\"Eliminar Trivia\"},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"paises\",\"parent\":\"\\/engine\\/vinos\\/\"}},\"TipoDeVinos\":{\"name\":\"TipoDeVinos\",\"title\":\"Tipo de Vinos\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Gestionar Tipo de Vinos\",\"requiresVersions\":{\"WineDashboard\":[\">=\",0]},\"permission\":\"admin-dashboard\",\"permissions\":{\"admin-tipo-vino-view\":\"Ver Tipo de Vino\",\"admin-tipo-vino-edit\":\"Editar Tipo de Vino\",\"admin-tipo-vino-delete\":\"Eliminar Tipo de Vino\"},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"tipo_vinos\",\"parent\":\"\\/engine\\/vinos\\/\"}},\"Uvas\":{\"name\":\"Uvas\",\"title\":\"Uvas\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Gestionar Uvas\",\"requiresVersions\":{\"WineDashboard\":[\">=\",0]},\"permission\":\"admin-dashboard\",\"permissions\":{\"admin-vino-view\":\"Ver Uva\",\"admin-vino-edit\":\"Editar Uva\",\"admin-vino-delete\":\"Eliminar Uva\"},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"uvas\",\"parent\":\"\\/engine\\/vinos\\/\"}},\"Vinos\":{\"name\":\"Vinos\",\"title\":\"Vinos\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Gestionar Vinos\",\"requiresVersions\":{\"WineDashboard\":[\">=\",0]},\"permission\":\"admin-dashboard\",\"permissions\":{\"admin-vino-view\":\"Ver Trivia\",\"admin-vino-edit\":\"Editar Trivia\",\"admin-vino-delete\":\"Eliminar Trivia\"},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"vinos\",\"parent\":\"\\/engine\\/\"}},\"VinosImport\":{\"name\":\"VinosImport\",\"title\":\"Importar Vinos\",\"version\":100,\"versionStr\":\"1.0.0\",\"summary\":\"Importar Vinos\",\"requiresVersions\":{\"WineVinos\":[\">=\",0]},\"created\":1621892009,\"installed\":false,\"namespace\":\"\\\\\",\"page\":{\"name\":\"import-vinos\",\"parent\":\"\\/engine\\/vinos\\/\"}},\"FieldtypeSelectExtOption\":{\"name\":\"FieldtypeSelectExtOption\",\"title\":\"Select External Option\",\"version\":210,\"versionStr\":\"2.1.0\",\"author\":\"kixe\",\"summary\":\"Fieldtype which generates the options for a Select Inputfield from *any* table in *any* database hosted *anywhere*. Define database, source table, columns (to pull value & label) and the preferred Inputfieldtype in field settings.\",\"href\":\"http:\\/\\/modules.processwire.com\\/modules\\/fieldtype-select-ext-option\\/\",\"icon\":\"database\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.148\"]},\"created\":1621899994,\"installed\":false,\"license\":\"GNU-GPLv3\",\"hreflicense\":\"http:\\/\\/www.gnu.org\\/licenses\\/gpl-3.0.html\"},\"FieldtypeTextUnique\":{\"name\":\"FieldtypeTextUnique\",\"title\":\"Text Unique\",\"version\":301,\"versionStr\":\"3.0.1\",\"summary\":\"Same as the Text fieldtype, but enforces that values stored are unique, site-wide.\",\"href\":\"https:\\/\\/github.com\\/ryancramerdesign\\/FieldtypeTextUnique\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.150\"]},\"created\":1621900015,\"installed\":false},\"Helloworld\":{\"name\":\"Helloworld\",\"title\":\"Hello World\",\"version\":3,\"versionStr\":\"0.0.3\",\"summary\":\"An example module used for demonstration purposes.\",\"href\":\"https:\\/\\/processwire.com\",\"icon\":\"smile-o\",\"autoload\":true,\"singular\":true,\"created\":1621889729,\"installed\":false},\"FieldtypeMystique\":{\"name\":\"FieldtypeMystique\",\"title\":\"Mystique\",\"version\":\"0.0.16\",\"versionStr\":\"0.0.16\",\"author\":\"\\u0130sk<NAME>\\u011eLU | @ukyo(community), @trk (Github), https:\\/\\/www.altivebir.com\",\"summary\":\"Mystique fields data for ProcessWire CMS\\/CMF by ALTI VE BIR.\",\"href\":\"https:\\/\\/www.altivebir.com\",\"icon\":\"cogs\",\"requiresVersions\":{\"PHP\":[\">=\",\"7.0.0\"],\"ProcessWire\":[\">=\",\"3.0.0\"],\"Mystique\":[\">=\",0]},\"created\":1621900423,\"installed\":false},\"InputfieldMystique\":{\"name\":\"InputfieldMystique\",\"title\":\"Mystique\",\"version\":\"0.0.16\",\"versionStr\":\"0.0.16\",\"author\":\"\\u0130sk<NAME>\\u011eLU | @ukyo(community), @trk (Github), https:\\/\\/www.altivebir.com\",\"summary\":\"Provides builder input for ProcessWire CMS\\/CMF by ALTI VE BIR.\",\"href\":\"https:\\/\\/www.altivebir.com\",\"icon\":\"cogs\",\"requiresVersions\":{\"PHP\":[\">=\",\"7.0.0\"],\"ProcessWire\":[\">=\",\"3.0.0\"],\"FieldtypeMystique\":[\">=\",0]},\"created\":1621900423,\"installed\":false},\"Mystique\":{\"name\":\"Mystique\",\"title\":\"Mystique\",\"version\":\"0.0.16\",\"versionStr\":\"0.0.16\",\"author\":\"\\u0130<NAME>\\u011eLU | @ukyo(community), @trk (Github), https:\\/\\/www.altivebir.com\",\"summary\":\"Mystique is a config file based field creation module for ProcessWire CMS\\/CMF by ALTI VE BIR.\",\"href\":\"https:\\/\\/www.altivebir.com\",\"icon\":\"cogs\",\"requiresVersions\":{\"PHP\":[\">=\",\"7.0.0\"],\"ProcessWire\":[\">=\",\"3.0.0\"]},\"installs\":[\"FieldtypeMystique\",\"InputfieldMystique\"],\"autoload\":true,\"singular\":true,\"created\":1621900423,\"installed\":false,\"configurable\":3}}', '2010-04-08 03:10:01');
INSERT INTO `caches` VALUES ('Modules.site/modules/', 'AppApi-master/AppApi.module.php\nBatchChildEditor-master/BatchChildEditor.module.php\nBatchChildEditor-master/ProcessChildrenCsvExport.module.php\nConnectPageFields-master/ConnectPageFields.module\nDresses/DressesDashboard.module\nDresses/Vinos/Maridajes.module\nDresses/Vinos/Paises.module\nDresses/Vinos/TipoDeVinos.module\nDresses/Vinos/Uvas.module\nDresses/Vinos/Vinos.module\nDresses/Vinos/VinosImport.module\nFieldtypeColor-master/FieldtypeColor.module\nFieldtypeColor-master/FieldtypeOptionsColor.module\nFieldtypeColor-master/InputfieldColor.module\nFieldtypeSelectExtOption-master/FieldtypeSelectExtOption.module\nFieldtypeTextUnique-master/FieldtypeTextUnique.module\nHelloworld/Helloworld.module\nMystique-master/FieldtypeMystique.module.php\nMystique-master/InputfieldMystique.module.php\nMystique-master/Mystique.module.php\nryancramerdesign-ImportPagesCSV-93fa3f1/ImportPagesCSV.module\nsomatonic-ColorPicker-e12ae99/FieldtypeColorPicker.module\nsomatonic-ColorPicker-e12ae99/InputfieldColorPicker.module\nTemplateFieldWidths-master/TemplateFieldWidths.module\nTextInputAwesomplete-master/TextInputAwesomplete.module', '2010-04-08 03:10:01');
INSERT INTO `caches` VALUES ('FileCompiler__1c636da79a598e2b5191fc3ecbd1e1cd', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/home.php\",\"hash\":\"ffbc589d53b92516b9a888dfa7c8c940\",\"size\":875,\"time\":1622057236,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/home.php\",\"hash\":\"6222621c412d0bd84914dead86397de3\",\"size\":888,\"time\":1622057236}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__793d59b31e02dd9f064893f8293a89e8', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/basic-page.php\",\"hash\":\"db5828c7dd5a5123c7963c0fb016f7a7\",\"size\":419,\"time\":1598035122,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/basic-page.php\",\"hash\":\"db5828c7dd5a5123c7963c0fb016f7a7\",\"size\":419,\"time\":1598035122}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__efcaad496a3f4087f8e9e310a08623d0', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/admin.php\",\"hash\":\"9636f854995462a4cb877cb1204bc2fe\",\"size\":467,\"time\":1598035122,\"ns\":\"ProcessWire\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/admin.php\",\"hash\":\"9636f854995462a4cb877cb1204bc2fe\",\"size\":467,\"time\":1598035122}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__37235731da444100dbf79aa5a71a6378', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/DressesDashboard.module\",\"hash\":\"0b558dade07d3fae736d4e3626b6c030\",\"size\":1008,\"time\":1621892096,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/DressesDashboard.module\",\"hash\":\"ac2123b2d2231da9cd83f451139aae92\",\"size\":1021,\"time\":1621892096}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__4b424beab7b3d312402407449bfbb4b4', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/Maridajes.module\",\"hash\":\"58c7883f9769c253a1cedbbba63b212f\",\"size\":4912,\"time\":1606873740,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/Maridajes.module\",\"hash\":\"a2dd99749df9262227ee84c4dced8dc1\",\"size\":5165,\"time\":1606873740}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__ea07dfee7f6b6de391bfc4c60a761d19', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/Paises.module\",\"hash\":\"5d111e4476ba30e81c1fd8bf867a901d\",\"size\":4919,\"time\":1606872941,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/Paises.module\",\"hash\":\"27e98b5e120e9043affe216378e39e58\",\"size\":5169,\"time\":1606872941}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__2162b2fd6a850ecd1c14aba9263d16b1', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/TipoDeVinos.module\",\"hash\":\"0170a46c8c121458bb78036ecc39db35\",\"size\":4961,\"time\":1606875102,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/TipoDeVinos.module\",\"hash\":\"5bd130433ef1d192a999a1122151fa8d\",\"size\":5216,\"time\":1606875102}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__ac15f5840c84ac382463b68a1ab7d7df', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/Uvas.module\",\"hash\":\"3f181d1045de7c722b184a05fe62be6e\",\"size\":4862,\"time\":1606873707,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/Uvas.module\",\"hash\":\"c0db779485bafe1ea3777cbd924af6fe\",\"size\":5110,\"time\":1606873707}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__ebb01890694419459d37c7c7fd402853', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/Vinos.module\",\"hash\":\"2ad748fe7e64debb938b378aa107fdda\",\"size\":8189,\"time\":1600200383,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/Vinos.module\",\"hash\":\"cf72d852392b52e23466943220b1145b\",\"size\":8542,\"time\":1600200383}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__3bbbef78bfefe5edaf510ad4ada47258', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/Dresses\\/Vinos\\/VinosImport.module\",\"hash\":\"7194273cf54feca0aa55b65ad85c8855\",\"size\":2827,\"time\":1601491189,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/Dresses\\/Vinos\\/VinosImport.module\",\"hash\":\"6ee3db3b1e7efed16957b33c30a39f5c\",\"size\":2866,\"time\":1601491189}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__f6a9f0afd9713be930a68e9d6741ea50', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/BatchChildEditor-master\\/BatchChildEditor.module.php\",\"hash\":\"2500c4270868db9482fc35cc428783cd\",\"size\":156329,\"time\":1614534394,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/BatchChildEditor-master\\/BatchChildEditor.module.php\",\"hash\":\"8e2b2a34bd9119cd42c4a7bbadc4a5ae\",\"size\":161567,\"time\":1614534394}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__9e128834846f98b150ee5427190d8171', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/BatchChildEditor-master\\/ProcessChildrenCsvExport.module.php\",\"hash\":\"f9bf39c7b934997d3710321320d9afeb\",\"size\":13346,\"time\":1614534394,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/BatchChildEditor-master\\/ProcessChildrenCsvExport.module.php\",\"hash\":\"30a51ce4121ea6a42c36cf25a8f5206f\",\"size\":14204,\"time\":1614534394}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__25a94c50a40417d01784162f859ed3db', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/TextInputAwesomplete-master\\/TextInputAwesomplete.module\",\"hash\":\"8281fee6929dda0b794641f67cc9f559\",\"size\":11286,\"time\":1584487322,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/TextInputAwesomplete-master\\/TextInputAwesomplete.module\",\"hash\":\"79a0c9fb7b5835c45dcd50acbbc56fb1\",\"size\":12017,\"time\":1584487322}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__fed1c75014aac534ce3ab8b3f08235a1', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/somatonic-ColorPicker-e12ae99\\/FieldtypeColorPicker.module\",\"hash\":\"a5662dad93c52208b2bb67ee927704a9\",\"size\":4310,\"time\":1535639495,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/somatonic-ColorPicker-e12ae99\\/FieldtypeColorPicker.module\",\"hash\":\"075fa213e401de3a823507bd005ec87f\",\"size\":4479,\"time\":1535639495}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__e687cef4d0f3fd5a1c1eac6894ed2f33', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/somatonic-ColorPicker-e12ae99\\/InputfieldColorPicker.module\",\"hash\":\"61be546def986999e0fdff5833779d84\",\"size\":3009,\"time\":1535639495,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/somatonic-ColorPicker-e12ae99\\/InputfieldColorPicker.module\",\"hash\":\"e164f2881909deb7457cf4eef67a4701\",\"size\":3022,\"time\":1535639495}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__bb4c836951c12d7c5add793af4bcb304', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/modules\\/AppApi-master\\/AppApi.config.php\",\"hash\":\"972f494e0fa4dc63b328a13e186c10ab\",\"size\":914,\"time\":1615629278,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/modules\\/AppApi-master\\/AppApi.config.php\",\"hash\":\"972f494e0fa4dc63b328a13e186c10ab\",\"size\":914,\"time\":1615629278}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('Modules.info', '{\"148\":{\"name\":\"AdminThemeDefault\",\"title\":\"Default\",\"version\":14,\"autoload\":\"template=admin\",\"created\":1621889729,\"configurable\":19,\"namespace\":\"ProcessWire\\\\\"},\"160\":{\"name\":\"AdminThemeUikit\",\"title\":\"Uikit\",\"version\":31,\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.100\"]},\"autoload\":\"template=admin\",\"created\":1621889771,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\"},\"97\":{\"name\":\"FieldtypeCheckbox\",\"title\":\"Checkbox\",\"version\":101,\"singular\":1,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"28\":{\"name\":\"FieldtypeDatetime\",\"title\":\"Datetime\",\"version\":105,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\"},\"29\":{\"name\":\"FieldtypeEmail\",\"title\":\"E-Mail\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\"},\"106\":{\"name\":\"FieldtypeFieldsetClose\",\"title\":\"Fieldset (Close)\",\"version\":100,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"105\":{\"name\":\"FieldtypeFieldsetOpen\",\"title\":\"Fieldset (Open)\",\"version\":101,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"107\":{\"name\":\"FieldtypeFieldsetTabOpen\",\"title\":\"Fieldset in Tab (Open)\",\"version\":100,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"6\":{\"name\":\"FieldtypeFile\",\"title\":\"Files\",\"version\":106,\"created\":1621889728,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"89\":{\"name\":\"FieldtypeFloat\",\"title\":\"Float\",\"version\":106,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"57\":{\"name\":\"FieldtypeImage\",\"title\":\"Images\",\"version\":102,\"created\":1621889729,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"84\":{\"name\":\"FieldtypeInteger\",\"title\":\"Integer\",\"version\":102,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"27\":{\"name\":\"FieldtypeModule\",\"title\":\"Module Reference\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"173\":{\"name\":\"FieldtypeOptions\",\"title\":\"Select Options\",\"version\":1,\"singular\":1,\"created\":1621967449,\"namespace\":\"ProcessWire\\\\\"},\"4\":{\"name\":\"FieldtypePage\",\"title\":\"Page Reference\",\"version\":105,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"175\":{\"name\":\"FieldtypePageTable\",\"title\":\"ProFields: Page Table\",\"version\":8,\"installs\":[\"InputfieldPageTable\"],\"autoload\":true,\"singular\":true,\"created\":1621967506,\"namespace\":\"ProcessWire\\\\\"},\"111\":{\"name\":\"FieldtypePageTitle\",\"title\":\"Page Title\",\"version\":100,\"singular\":true,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"133\":{\"name\":\"FieldtypePassword\",\"title\":\"Password\",\"version\":101,\"singular\":true,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"171\":{\"name\":\"FieldtypeRepeater\",\"title\":\"Repeater\",\"version\":106,\"installs\":[\"InputfieldRepeater\"],\"autoload\":true,\"singular\":true,\"created\":1621902049,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\"},\"181\":{\"name\":\"FieldtypeFieldsetPage\",\"title\":\"Fieldset (Page)\",\"version\":1,\"requiresVersions\":{\"FieldtypeRepeater\":[\">=\",0]},\"autoload\":true,\"singular\":true,\"created\":1621972784,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\"},\"172\":{\"name\":\"InputfieldRepeater\",\"title\":\"Repeater\",\"version\":106,\"requiresVersions\":{\"FieldtypeRepeater\":[\">=\",0]},\"created\":1621902049,\"namespace\":\"ProcessWire\\\\\"},\"3\":{\"name\":\"FieldtypeText\",\"title\":\"Text\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"1\":{\"name\":\"FieldtypeTextarea\",\"title\":\"Textarea\",\"version\":107,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"170\":{\"name\":\"FieldtypeToggle\",\"title\":\"Toggle (Yes\\/No)\",\"version\":1,\"requiresVersions\":{\"InputfieldToggle\":[\">=\",0]},\"singular\":true,\"created\":1621902038,\"namespace\":\"ProcessWire\\\\\"},\"135\":{\"name\":\"FieldtypeURL\",\"title\":\"URL\",\"version\":101,\"singular\":true,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"25\":{\"name\":\"InputfieldAsmSelect\",\"title\":\"asmSelect\",\"version\":202,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"131\":{\"name\":\"InputfieldButton\",\"title\":\"Button\",\"version\":100,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"37\":{\"name\":\"InputfieldCheckbox\",\"title\":\"Checkbox\",\"version\":106,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"38\":{\"name\":\"InputfieldCheckboxes\",\"title\":\"Checkboxes\",\"version\":107,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"155\":{\"name\":\"InputfieldCKEditor\",\"title\":\"CKEditor\",\"version\":163,\"installs\":[\"MarkupHTMLPurifier\"],\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"94\":{\"name\":\"InputfieldDatetime\",\"title\":\"Datetime\",\"version\":107,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"80\":{\"name\":\"InputfieldEmail\",\"title\":\"Email\",\"version\":101,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"78\":{\"name\":\"InputfieldFieldset\",\"title\":\"Fieldset\",\"version\":101,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"55\":{\"name\":\"InputfieldFile\",\"title\":\"Files\",\"version\":126,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"90\":{\"name\":\"InputfieldFloat\",\"title\":\"Float\",\"version\":104,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"30\":{\"name\":\"InputfieldForm\",\"title\":\"Form\",\"version\":107,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"40\":{\"name\":\"InputfieldHidden\",\"title\":\"Hidden\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"162\":{\"name\":\"InputfieldIcon\",\"title\":\"Icon\",\"version\":2,\"created\":1621889792,\"namespace\":\"ProcessWire\\\\\"},\"56\":{\"name\":\"InputfieldImage\",\"title\":\"Images\",\"version\":123,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"85\":{\"name\":\"InputfieldInteger\",\"title\":\"Integer\",\"version\":105,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"79\":{\"name\":\"InputfieldMarkup\",\"title\":\"Markup\",\"version\":102,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"41\":{\"name\":\"InputfieldName\",\"title\":\"Name\",\"version\":100,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"60\":{\"name\":\"InputfieldPage\",\"title\":\"Page\",\"version\":107,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"174\":{\"name\":\"InputfieldPageAutocomplete\",\"title\":\"Page Auto Complete\",\"version\":112,\"created\":1621967503,\"namespace\":\"ProcessWire\\\\\"},\"15\":{\"name\":\"InputfieldPageListSelect\",\"title\":\"Page List Select\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"137\":{\"name\":\"InputfieldPageListSelectMultiple\",\"title\":\"Page List Select Multiple\",\"version\":102,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"86\":{\"name\":\"InputfieldPageName\",\"title\":\"Page Name\",\"version\":106,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"176\":{\"name\":\"InputfieldPageTable\",\"title\":\"ProFields: Page Table\",\"version\":13,\"requiresVersions\":{\"FieldtypePageTable\":[\">=\",0]},\"created\":1621967506,\"namespace\":\"ProcessWire\\\\\"},\"112\":{\"name\":\"InputfieldPageTitle\",\"title\":\"Page Title\",\"version\":102,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"122\":{\"name\":\"InputfieldPassword\",\"title\":\"Password\",\"version\":102,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"39\":{\"name\":\"InputfieldRadios\",\"title\":\"Radio Buttons\",\"version\":105,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"36\":{\"name\":\"InputfieldSelect\",\"title\":\"Select\",\"version\":102,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"43\":{\"name\":\"InputfieldSelectMultiple\",\"title\":\"Select Multiple\",\"version\":101,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"149\":{\"name\":\"InputfieldSelector\",\"title\":\"Selector\",\"version\":28,\"autoload\":\"template=admin\",\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"addFlag\":32},\"32\":{\"name\":\"InputfieldSubmit\",\"title\":\"Submit\",\"version\":102,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"34\":{\"name\":\"InputfieldText\",\"title\":\"Text\",\"version\":106,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"35\":{\"name\":\"InputfieldTextarea\",\"title\":\"Textarea\",\"version\":103,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"169\":{\"name\":\"InputfieldToggle\",\"title\":\"Toggle\",\"version\":1,\"created\":1621902038,\"namespace\":\"ProcessWire\\\\\"},\"108\":{\"name\":\"InputfieldURL\",\"title\":\"URL\",\"version\":102,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\"},\"116\":{\"name\":\"JqueryCore\",\"title\":\"jQuery Core\",\"version\":183,\"singular\":true,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"151\":{\"name\":\"JqueryMagnific\",\"title\":\"jQuery Magnific Popup\",\"version\":1,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"103\":{\"name\":\"JqueryTableSorter\",\"title\":\"jQuery Table Sorter Plugin\",\"version\":221,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"117\":{\"name\":\"JqueryUI\",\"title\":\"jQuery UI\",\"version\":196,\"singular\":true,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"45\":{\"name\":\"JqueryWireTabs\",\"title\":\"jQuery Wire Tabs Plugin\",\"version\":110,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"67\":{\"name\":\"MarkupAdminDataTable\",\"title\":\"Admin Data Table\",\"version\":107,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"156\":{\"name\":\"MarkupHTMLPurifier\",\"title\":\"HTML Purifier\",\"version\":495,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"113\":{\"name\":\"MarkupPageArray\",\"title\":\"PageArray Markup\",\"version\":100,\"autoload\":true,\"singular\":true,\"created\":1621889727,\"namespace\":\"ProcessWire\\\\\"},\"98\":{\"name\":\"MarkupPagerNav\",\"title\":\"Pager (Pagination) Navigation\",\"version\":105,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"114\":{\"name\":\"PagePermissions\",\"title\":\"Page Permissions\",\"version\":105,\"autoload\":true,\"singular\":true,\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"115\":{\"name\":\"PageRender\",\"title\":\"Page Render\",\"version\":105,\"autoload\":true,\"singular\":true,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"48\":{\"name\":\"ProcessField\",\"title\":\"Fields\",\"version\":113,\"icon\":\"cube\",\"permission\":\"field-admin\",\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true,\"addFlag\":32},\"183\":{\"name\":\"ProcessForgotPassword\",\"title\":\"Forgot Password\",\"version\":103,\"permission\":\"page-view\",\"singular\":1,\"created\":1621972859,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\"},\"87\":{\"name\":\"ProcessHome\",\"title\":\"Admin Home\",\"version\":101,\"permission\":\"page-view\",\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"76\":{\"name\":\"ProcessList\",\"title\":\"List\",\"version\":101,\"permission\":\"page-view\",\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"161\":{\"name\":\"ProcessLogger\",\"title\":\"Logs\",\"version\":2,\"icon\":\"tree\",\"permission\":\"logs-view\",\"singular\":1,\"created\":1621889792,\"namespace\":\"ProcessWire\\\\\",\"useNavJSON\":true},\"10\":{\"name\":\"ProcessLogin\",\"title\":\"Login\",\"version\":108,\"permission\":\"page-view\",\"created\":1621889728,\"configurable\":4,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"50\":{\"name\":\"ProcessModule\",\"title\":\"Modules\",\"version\":119,\"permission\":\"module-admin\",\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true,\"nav\":[{\"url\":\"?site#tab_site_modules\",\"label\":\"Site\",\"icon\":\"plug\",\"navJSON\":\"navJSON\\/?site=1\"},{\"url\":\"?core#tab_core_modules\",\"label\":\"Core\",\"icon\":\"plug\",\"navJSON\":\"navJSON\\/?core=1\"},{\"url\":\"?configurable#tab_configurable_modules\",\"label\":\"Configure\",\"icon\":\"gear\",\"navJSON\":\"navJSON\\/?configurable=1\"},{\"url\":\"?install#tab_install_modules\",\"label\":\"Install\",\"icon\":\"sign-in\",\"navJSON\":\"navJSON\\/?install=1\"},{\"url\":\"?new#tab_new_modules\",\"label\":\"New\",\"icon\":\"plus\"},{\"url\":\"?reset=1\",\"label\":\"Refresh\",\"icon\":\"refresh\"}]},\"17\":{\"name\":\"ProcessPageAdd\",\"title\":\"Page Add\",\"version\":108,\"icon\":\"plus-circle\",\"permission\":\"page-edit\",\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"164\":{\"name\":\"ProcessPageClone\",\"title\":\"Page Clone\",\"version\":104,\"permission\":\"page-clone\",\"autoload\":\"template=admin\",\"singular\":true,\"created\":1621901963,\"namespace\":\"ProcessWire\\\\\"},\"7\":{\"name\":\"ProcessPageEdit\",\"title\":\"Page Edit\",\"version\":109,\"icon\":\"edit\",\"permission\":\"page-edit\",\"singular\":1,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"129\":{\"name\":\"ProcessPageEditImageSelect\",\"title\":\"Page Edit Image\",\"version\":120,\"permission\":\"page-edit\",\"singular\":1,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"121\":{\"name\":\"ProcessPageEditLink\",\"title\":\"Page Edit Link\",\"version\":108,\"icon\":\"link\",\"permission\":\"page-edit\",\"singular\":1,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"12\":{\"name\":\"ProcessPageList\",\"title\":\"Page List\",\"version\":122,\"icon\":\"sitemap\",\"permission\":\"page-edit\",\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"150\":{\"name\":\"ProcessPageLister\",\"title\":\"Lister\",\"version\":26,\"icon\":\"search\",\"permission\":\"page-lister\",\"created\":1621889729,\"configurable\":true,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true,\"addFlag\":32},\"104\":{\"name\":\"ProcessPageSearch\",\"title\":\"Page Search\",\"version\":106,\"permission\":\"page-edit\",\"singular\":1,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"14\":{\"name\":\"ProcessPageSort\",\"title\":\"Page Sort and Move\",\"version\":100,\"permission\":\"page-edit\",\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"109\":{\"name\":\"ProcessPageTrash\",\"title\":\"Page Trash\",\"version\":103,\"singular\":1,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"134\":{\"name\":\"ProcessPageType\",\"title\":\"Page Type\",\"version\":101,\"singular\":1,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true,\"addFlag\":32},\"83\":{\"name\":\"ProcessPageView\",\"title\":\"Page View\",\"version\":104,\"permission\":\"page-view\",\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"136\":{\"name\":\"ProcessPermission\",\"title\":\"Permissions\",\"version\":101,\"icon\":\"gear\",\"permission\":\"permission-admin\",\"singular\":1,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"138\":{\"name\":\"ProcessProfile\",\"title\":\"User Profile\",\"version\":104,\"permission\":\"profile-edit\",\"singular\":1,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"159\":{\"name\":\"ProcessRecentPages\",\"title\":\"Recent Pages\",\"version\":2,\"icon\":\"clock-o\",\"permission\":\"page-edit-recent\",\"singular\":1,\"created\":1621889771,\"namespace\":\"ProcessWire\\\\\",\"useNavJSON\":true,\"nav\":[{\"url\":\"?edited=1\",\"label\":\"Edited\",\"icon\":\"users\",\"navJSON\":\"navJSON\\/?edited=1\"},{\"url\":\"?added=1\",\"label\":\"Created\",\"icon\":\"users\",\"navJSON\":\"navJSON\\/?added=1\"},{\"url\":\"?edited=1&me=1\",\"label\":\"Edited by me\",\"icon\":\"user\",\"navJSON\":\"navJSON\\/?edited=1&me=1\"},{\"url\":\"?added=1&me=1\",\"label\":\"Created by me\",\"icon\":\"user\",\"navJSON\":\"navJSON\\/?added=1&me=1\"},{\"url\":\"another\\/\",\"label\":\"Add another\",\"icon\":\"plus-circle\",\"navJSON\":\"anotherNavJSON\\/\"}]},\"68\":{\"name\":\"ProcessRole\",\"title\":\"Roles\",\"version\":104,\"icon\":\"gears\",\"permission\":\"role-admin\",\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"47\":{\"name\":\"ProcessTemplate\",\"title\":\"Templates\",\"version\":114,\"icon\":\"cubes\",\"permission\":\"template-admin\",\"created\":1621889728,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"66\":{\"name\":\"ProcessUser\",\"title\":\"Users\",\"version\":107,\"icon\":\"group\",\"permission\":\"user-admin\",\"created\":1621889729,\"configurable\":\"ProcessUserConfig.php\",\"namespace\":\"ProcessWire\\\\\",\"permanent\":true,\"useNavJSON\":true},\"125\":{\"name\":\"SessionLoginThrottle\",\"title\":\"Session Login Throttle\",\"version\":103,\"autoload\":\"function\",\"singular\":true,\"created\":1621889728,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\"},\"139\":{\"name\":\"SystemUpdater\",\"title\":\"System Updater\",\"version\":18,\"singular\":true,\"created\":1621889729,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\",\"permanent\":true},\"61\":{\"name\":\"TextformatterEntities\",\"title\":\"HTML Entity Encoder (htmlspecialchars)\",\"version\":100,\"created\":1621889729,\"namespace\":\"ProcessWire\\\\\"},\"167\":{\"name\":\"TextformatterNewlineBR\",\"title\":\"Newlines to XHTML Line Breaks\",\"version\":100,\"singular\":1,\"created\":1621902002,\"namespace\":\"ProcessWire\\\\\"},\"168\":{\"name\":\"TextformatterNewlineUL\",\"title\":\"Newlines to Unordered List\",\"version\":100,\"singular\":1,\"created\":1621902018,\"namespace\":\"ProcessWire\\\\\"},\"166\":{\"name\":\"TextformatterPstripper\",\"title\":\"Paragraph Stripper\",\"version\":100,\"singular\":1,\"created\":1621901990,\"namespace\":\"ProcessWire\\\\\"},\"165\":{\"name\":\"TextformatterStripTags\",\"title\":\"Strip Markup Tags\",\"version\":100,\"singular\":1,\"created\":1621901976,\"configurable\":3,\"namespace\":\"ProcessWire\\\\\"},\"189\":{\"name\":\"AppApi\",\"title\":\"AppApi\",\"version\":\"1.1.5\",\"icon\":\"terminal\",\"requiresVersions\":{\"PHP\":[\">=\",\"7.2.0\"],\"ProcessWire\":[\">=\",\"3.0.98\"]},\"autoload\":true,\"singular\":true,\"created\":1622041850,\"configurable\":\"AppApi.config.php\"},\"177\":{\"name\":\"BatchChildEditor\",\"title\":\"Batch child editor\",\"version\":\"1.8.24\",\"icon\":\"child\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"2.5.24\"]},\"installs\":[\"ProcessChildrenCsvExport\"],\"autoload\":\"template=admin\",\"created\":1621967536,\"configurable\":3,\"namespace\":\"\\\\\"},\"178\":{\"name\":\"ProcessChildrenCsvExport\",\"title\":\"Process Children CSV Export\",\"version\":\"1.8.24\",\"requiresVersions\":{\"BatchChildEditor\":[\">=\",0]},\"permission\":\"batch-child-editor\",\"singular\":true,\"created\":1621967536,\"namespace\":\"\\\\\"},\"163\":{\"name\":\"DressesDashboard\",\"title\":\"Dashboard\",\"version\":1,\"permission\":\"admin-dashboard\",\"singular\":1,\"created\":1621892080,\"namespace\":\"\\\\\"},\"186\":{\"name\":\"FieldtypeColor\",\"title\":\"Color\",\"version\":115,\"installs\":[\"InputfieldColor\"],\"singular\":true,\"created\":1621990269},\"182\":{\"name\":\"FieldtypeOptionsColor\",\"title\":\"Select Color Options\",\"version\":101,\"requiresVersions\":{\"FieldtypeOptions\":[\">=\",0]},\"installs\":[\"FieldtypeOptions\"],\"singular\":1,\"created\":1621972805},\"185\":{\"name\":\"InputfieldColor\",\"title\":\"Color\",\"version\":114,\"created\":1621990158},\"187\":{\"name\":\"FieldtypeColorPicker\",\"title\":\"ColorPicker\",\"version\":203,\"installs\":[\"InputfieldColorPicker\"],\"singular\":1,\"created\":1621990286,\"namespace\":\"\\\\\"},\"188\":{\"name\":\"InputfieldColorPicker\",\"title\":\"ColorPicker\",\"version\":203,\"requiresVersions\":{\"FieldtypeColorPicker\":[\">=\",0]},\"created\":1621990286,\"namespace\":\"\\\\\"},\"184\":{\"name\":\"TemplateFieldWidths\",\"title\":\"Template Field Widths\",\"version\":\"0.1.10\",\"icon\":\"arrows-h\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.0\"]},\"autoload\":\"template=admin\",\"created\":1621972897,\"configurable\":4},\"180\":{\"name\":\"TextInputAwesomplete\",\"title\":\"Text Input Awesomplete\",\"version\":\"007\",\"icon\":\"mouse-pointer\",\"autoload\":\"template=admin\",\"singular\":true,\"created\":1621972289,\"namespace\":\"\\\\\"},\"190\":{\"name\":\"ImportPagesCSV\",\"title\":\"Import Pages from CSV\",\"version\":108,\"icon\":\"table\",\"requiresVersions\":{\"ProcessWire\":[\">=\",\"3.0.123\"]},\"singular\":true}}', '2010-04-08 03:10:01');
INSERT INTO `caches` VALUES ('Permissions.names', '{\"admin-dashboard\":1035,\"appapi_manage_applications\":1120,\"batch-child-editor\":1050,\"logs-edit\":1014,\"logs-view\":1013,\"page-clone\":1040,\"page-clone-tree\":1041,\"page-delete\":34,\"page-edit\":32,\"page-edit-recent\":1011,\"page-lister\":1006,\"page-lock\":54,\"page-move\":35,\"page-sort\":50,\"page-template\":51,\"page-view\":36,\"profile-edit\":53,\"user-admin\":52}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__a79c146aba7758cbc0a1b22edb3328a2', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/productos.php\",\"hash\":\"04a2d5aea9dc77318a7719710167ce9f\",\"size\":1466,\"time\":1622585881,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/productos.php\",\"hash\":\"e49ed956bf831b81cefc65ee51ca8cc3\",\"size\":1479,\"time\":1622585881}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__4b9ca6df6c585d0d62ca9f80d18c19b7', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/producto_vestido.php\",\"hash\":\"c6f79886cc71eca202c655d04fa5c16d\",\"size\":2494,\"time\":1622599076,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/producto_vestido.php\",\"hash\":\"c6f79886cc71eca202c655d04fa5c16d\",\"size\":2494,\"time\":1622599076}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__50fe0bc48906af566ded624a13ca9486', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/ready.php\",\"hash\":\"2d0efdf34a9ce3d81ba031ecb13c7f8c\",\"size\":602,\"time\":1622591478,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/ready.php\",\"hash\":\"c7c31522005a01213ad11295ff5a3a54\",\"size\":641,\"time\":1622591478}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__c88c68e27c3ea1e74022cb2b1e7aed0e', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/coleccion.php\",\"hash\":\"ed9240b636dede00a0bcbe682370ab10\",\"size\":1513,\"time\":1622599360,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/coleccion.php\",\"hash\":\"7cad9903ab6f5b73b32f41af3268dff2\",\"size\":1526,\"time\":1622599360}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__936163bc98cb14c93778f9bf6157fdb0', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/store.php\",\"hash\":\"a3e1d567605dcb804817498b2751ab7a\",\"size\":3168,\"time\":1622601510,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/store.php\",\"hash\":\"a3e1d567605dcb804817498b2751ab7a\",\"size\":3168,\"time\":1622601510}}', '2010-04-08 03:10:10');
INSERT INTO `caches` VALUES ('FileCompiler__762932589eca3fb3fa933a540fc007a0', '{\"source\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/templates\\/distribuidores.php\",\"hash\":\"0a69cb169954f8211a841ac63de74edb\",\"size\":818,\"time\":1622601442,\"ns\":\"\\\\\"},\"target\":{\"file\":\"S:\\/www\\/orpot\\/vestidos\\/site\\/assets\\/cache\\/FileCompiler\\/site\\/templates\\/distribuidores.php\",\"hash\":\"0a69cb169954f8211a841ac63de74edb\",\"size\":818,\"time\":1622601442}}', '2010-04-08 03:10:10');
-- ----------------------------
-- Table structure for `fieldgroups`
-- ----------------------------
DROP TABLE IF EXISTS `fieldgroups`;
CREATE TABLE `fieldgroups` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=136 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of fieldgroups
-- ----------------------------
INSERT INTO `fieldgroups` VALUES ('2', 'admin');
INSERT INTO `fieldgroups` VALUES ('3', 'user');
INSERT INTO `fieldgroups` VALUES ('4', 'role');
INSERT INTO `fieldgroups` VALUES ('5', 'permission');
INSERT INTO `fieldgroups` VALUES ('1', 'home');
INSERT INTO `fieldgroups` VALUES ('83', 'basic-page');
INSERT INTO `fieldgroups` VALUES ('97', 'producto_vestido');
INSERT INTO `fieldgroups` VALUES ('125', 'opts_mangas');
INSERT INTO `fieldgroups` VALUES ('100', 'categories');
INSERT INTO `fieldgroups` VALUES ('101', 'category');
INSERT INTO `fieldgroups` VALUES ('102', 'features');
INSERT INTO `fieldgroups` VALUES ('103', 'productos');
INSERT INTO `fieldgroups` VALUES ('105', 'op_corte');
INSERT INTO `fieldgroups` VALUES ('106', 'op_material');
INSERT INTO `fieldgroups` VALUES ('107', 'op_color');
INSERT INTO `fieldgroups` VALUES ('108', 'op_talla');
INSERT INTO `fieldgroups` VALUES ('109', 'opts_colores');
INSERT INTO `fieldgroups` VALUES ('110', 'opts_cortes');
INSERT INTO `fieldgroups` VALUES ('111', 'opts_caracteristicas');
INSERT INTO `fieldgroups` VALUES ('112', 'opts_tallas');
INSERT INTO `fieldgroups` VALUES ('113', 'opts_material');
INSERT INTO `fieldgroups` VALUES ('114', 'op_caracteristica');
INSERT INTO `fieldgroups` VALUES ('115', 'repeater_opts_caracteristicas');
INSERT INTO `fieldgroups` VALUES ('116', 'opts_colecciones');
INSERT INTO `fieldgroups` VALUES ('117', 'op_coleccion');
INSERT INTO `fieldgroups` VALUES ('118', 'store');
INSERT INTO `fieldgroups` VALUES ('119', 'stores');
INSERT INTO `fieldgroups` VALUES ('120', 'opts_escotes');
INSERT INTO `fieldgroups` VALUES ('121', 'op_escote');
INSERT INTO `fieldgroups` VALUES ('123', 'opts_vestidos');
INSERT INTO `fieldgroups` VALUES ('124', 'op_vestido');
INSERT INTO `fieldgroups` VALUES ('126', 'op_manga');
INSERT INTO `fieldgroups` VALUES ('127', 'opts_caida');
INSERT INTO `fieldgroups` VALUES ('128', 'op_caida');
INSERT INTO `fieldgroups` VALUES ('129', 'opts_extras');
INSERT INTO `fieldgroups` VALUES ('130', 'op_extra');
INSERT INTO `fieldgroups` VALUES ('131', 'coleccion');
INSERT INTO `fieldgroups` VALUES ('132', 'colecciones');
INSERT INTO `fieldgroups` VALUES ('133', 'store_config');
INSERT INTO `fieldgroups` VALUES ('134', 'distribuidores');
INSERT INTO `fieldgroups` VALUES ('135', 'distribuidor');
-- ----------------------------
-- Table structure for `fieldgroups_fields`
-- ----------------------------
DROP TABLE IF EXISTS `fieldgroups_fields`;
CREATE TABLE `fieldgroups_fields` (
`fieldgroups_id` int(10) unsigned NOT NULL DEFAULT '0',
`fields_id` int(10) unsigned NOT NULL DEFAULT '0',
`sort` int(11) unsigned NOT NULL DEFAULT '0',
`data` text,
PRIMARY KEY (`fieldgroups_id`,`fields_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of fieldgroups_fields
-- ----------------------------
INSERT INTO `fieldgroups_fields` VALUES ('2', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('4', '5', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('5', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('83', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('1', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('3', '97', '3', null);
INSERT INTO `fieldgroups_fields` VALUES ('125', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('126', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('100', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('124', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('102', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('2', '2', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('97', '121', '11', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '122', '12', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '120', '13', '{\"columnWidth\":34}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '108', '14', '{\"collapsed\":\"9\",\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('103', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('101', '1', '0', '{\"label\":\"Nombre\"}');
INSERT INTO `fieldgroups_fields` VALUES ('105', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('97', '112', '10', '{\"columnWidth\":20}');
INSERT INTO `fieldgroups_fields` VALUES ('109', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('110', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('111', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('112', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('113', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('114', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('118', '129', '6', null);
INSERT INTO `fieldgroups_fields` VALUES ('97', '109', '15', '{\"collapsed\":\"9\",\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '110', '16', '{\"collapsed\":\"9\"}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '106', '8', '{\"collapsed\":\"9\",\"columnWidth\":60}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '99', '1', '{\"collapsed\":\"9\",\"columnWidth\":20,\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '114', '2', '{\"columnWidth\":41}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '98', '3', '{\"collapsed\":\"9\",\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '115', '4', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '107', '5', '{\"collapsed\":\"9\",\"columnWidth\":34}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '105', '6', '{\"collapsed\":\"9\",\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('116', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('117', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('119', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('3', '3', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('3', '92', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('3', '4', '2', null);
INSERT INTO `fieldgroups_fields` VALUES ('101', '100', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('3', '111', '4', null);
INSERT INTO `fieldgroups_fields` VALUES ('120', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('123', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('127', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('105', '100', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('106', '100', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('106', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('118', '124', '2', '{\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('118', '125', '3', '{\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('118', '126', '4', '{\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('118', '127', '5', '{\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('107', '118', '1', '{\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('128', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('135', '1', '1', '{\"columnWidth\":40,\"label\":\"Nombre\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('118', '128', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('129', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('130', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('117', '100', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('131', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('117', '123', '2', null);
INSERT INTO `fieldgroups_fields` VALUES ('132', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('133', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('108', '1', '0', '{\"label\":\"Titulo\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('107', '1', '0', '{\"columnWidth\":50,\"label\":\"Nombre\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('121', '1', '0', '{\"label\":\"Nombre\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('118', '1', '0', null);
INSERT INTO `fieldgroups_fields` VALUES ('134', '1', '0', '{\"label\":\"Nombre\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '138', '11', '{\"columnWidth\":34}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '139', '2', '{\"columnWidth\":40}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '130', '3', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '131', '4', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '132', '5', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '133', '6', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '134', '7', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '135', '8', '{\"columnWidth\":34}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '136', '9', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '137', '10', '{\"columnWidth\":33}');
INSERT INTO `fieldgroups_fields` VALUES ('121', '100', '1', null);
INSERT INTO `fieldgroups_fields` VALUES ('97', '113', '9', '{\"columnWidth\":20}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '103', '7', '{\"collapsed\":\"9\",\"columnWidth\":50}');
INSERT INTO `fieldgroups_fields` VALUES ('97', '1', '0', '{\"columnWidth\":39,\"label\":\"Nombre del Vestido\",\"notes\":\"Por favor escriba el nombre del vestido\",\"usePages\":1}');
INSERT INTO `fieldgroups_fields` VALUES ('135', '140', '0', '{\"columnWidth\":20}');
-- ----------------------------
-- Table structure for `fields`
-- ----------------------------
DROP TABLE IF EXISTS `fields`;
CREATE TABLE `fields` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`name` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`flags` int(11) NOT NULL DEFAULT '0',
`label` varchar(250) NOT NULL DEFAULT '',
`data` text NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
KEY `type` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=141 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of fields
-- ----------------------------
INSERT INTO `fields` VALUES ('1', 'FieldtypePageTitle', 'title', '13', 'Title', '{\"required\":1,\"textformatters\":[\"TextformatterEntities\"],\"size\":0,\"maxlength\":255}');
INSERT INTO `fields` VALUES ('2', 'FieldtypeModule', 'process', '25', 'Process', '{\"description\":\"The process that is executed on this page. Since this is mostly used by ProcessWire internally, it is recommended that you don\'t change the value of this unless adding your own pages in the admin.\",\"collapsed\":1,\"required\":1,\"moduleTypes\":[\"Process\"],\"permanent\":1}');
INSERT INTO `fields` VALUES ('3', 'FieldtypePassword', 'pass', '24', 'Set Password', '{\"collapsed\":1,\"size\":50,\"maxlength\":128}');
INSERT INTO `fields` VALUES ('5', 'FieldtypePage', 'permissions', '24', 'Permissions', '{\"derefAsPage\":0,\"parent_id\":31,\"labelFieldName\":\"title\",\"inputfield\":\"InputfieldCheckboxes\"}');
INSERT INTO `fields` VALUES ('4', 'FieldtypePage', 'roles', '24', 'Roles', '{\"derefAsPage\":0,\"parent_id\":30,\"labelFieldName\":\"name\",\"inputfield\":\"InputfieldCheckboxes\",\"description\":\"User will inherit the permissions assigned to each role. You may assign multiple roles to a user. When accessing a page, the user will only inherit permissions from the roles that are also assigned to the page\'s template.\"}');
INSERT INTO `fields` VALUES ('92', 'FieldtypeEmail', 'email', '9', 'E-Mail Address', '{\"size\":70,\"maxlength\":255}');
INSERT INTO `fields` VALUES ('97', 'FieldtypeModule', 'admin_theme', '8', 'Admin Theme', '{\"moduleTypes\":[\"AdminTheme\"],\"labelField\":\"title\",\"inputfieldClass\":\"InputfieldRadios\"}');
INSERT INTO `fields` VALUES ('98', 'FieldtypePage', 'producto_corte', '0', 'Corte', '{\"derefAsPage\":2,\"inputfield\":\"InputfieldSelect\",\"parent_id\":1043,\"labelFieldName\":\"title\",\"collapsed\":0,\"template_id\":51,\"findPagesSelect\":\"template=51\",\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('99', 'FieldtypeText', 'producto_sku', '0', 'SKU', '{\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"tags\":\"Producto\",\"usePages\":1}');
INSERT INTO `fields` VALUES ('100', 'FieldtypeImage', 'option_image', '0', 'Imagen', '{\"fileSchema\":270,\"extensions\":\"gif jpg jpeg png svg\",\"maxFiles\":1,\"outputFormat\":2,\"defaultValuePage\":0,\"useTags\":0,\"inputfieldClass\":\"InputfieldImage\",\"collapsed\":0,\"descriptionRows\":1,\"gridMode\":\"grid\",\"focusMode\":\"on\",\"resizeServer\":0,\"clientQuality\":90,\"maxReject\":0,\"dimensionsByAspectRatio\":0}');
INSERT INTO `fields` VALUES ('101', 'FieldtypeRepeater', 'opts_caracteristicas', '0', 'Características', '{\"template_id\":61,\"parent_id\":1048,\"repeaterCollapse\":0,\"repeaterLoading\":1,\"collapsed\":0}');
INSERT INTO `fields` VALUES ('102', 'FieldtypeText', 'op_caracteristica', '0', 'Característica', '{\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0}');
INSERT INTO `fields` VALUES ('103', 'FieldtypePage', 'producto_materiales', '0', 'Material', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1044,\"template_id\":52,\"labelFieldName\":\"title\",\"collapsed\":0,\"addable\":1,\"optionColumns\":2,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('105', 'FieldtypePage', 'producto_color', '0', 'Color', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1045,\"labelFieldName\":\"title\",\"collapsed\":0,\"size\":10,\"optionColumns\":2,\"addable\":1,\"template_id\":53,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('106', 'FieldtypePage', 'producto_caracteristica', '0', 'Caracteristica', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1047,\"labelFieldName\":\"title\",\"collapsed\":0,\"operator\":\"%=\",\"searchFields\":\"title\",\"addable\":1,\"template_id\":60,\"optionColumns\":2,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('107', 'FieldtypePage', 'producto_talla', '0', 'Talla', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1046,\"labelFieldName\":\"title\",\"collapsed\":0,\"addable\":1,\"operator\":\"~*=\",\"searchFields\":\"title\",\"template_id\":54,\"optionColumns\":2,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('108', 'FieldtypeImage', 'producto_img_frente', '0', 'Imagen Frente', '{\"fileSchema\":270,\"extensions\":\"gif jpg jpeg png\",\"maxFiles\":1,\"outputFormat\":2,\"defaultValuePage\":0,\"useTags\":0,\"inputfieldClass\":\"InputfieldImage\",\"descriptionRows\":1,\"gridMode\":\"grid\",\"focusMode\":\"on\",\"resizeServer\":0,\"clientQuality\":90,\"maxReject\":0,\"dimensionsByAspectRatio\":0,\"tags\":\"Producto\",\"collapsed\":0}');
INSERT INTO `fields` VALUES ('109', 'FieldtypeImage', 'producto_img_atras', '0', 'Imagen Trasera', '{\"fileSchema\":270,\"extensions\":\"gif jpg jpeg png\",\"maxFiles\":1,\"outputFormat\":2,\"defaultValuePage\":0,\"useTags\":0,\"inputfieldClass\":\"InputfieldImage\",\"descriptionRows\":1,\"gridMode\":\"grid\",\"focusMode\":\"on\",\"resizeServer\":0,\"clientQuality\":90,\"maxReject\":0,\"dimensionsByAspectRatio\":0,\"tags\":\"Producto\",\"collapsed\":0}');
INSERT INTO `fields` VALUES ('110', 'FieldtypeImage', 'producto_imagenes', '0', 'Imagenes', '{\"fileSchema\":270,\"textformatters\":[\"TextformatterEntities\"],\"extensions\":\"gif jpg jpeg png\",\"maxFiles\":10,\"outputFormat\":0,\"defaultValuePage\":0,\"useTags\":0,\"inputfieldClass\":\"InputfieldImage\",\"collapsed\":0,\"descriptionRows\":1,\"gridMode\":\"grid\",\"focusMode\":\"on\",\"resizeServer\":0,\"clientQuality\":90,\"maxReject\":0,\"dimensionsByAspectRatio\":0,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('111', 'FieldtypePage', 'user_store', '0', 'Asignar Tienda', '{\"derefAsPage\":1,\"inputfield\":\"InputfieldSelect\",\"parent_id\":0,\"template_id\":64,\"labelFieldName\":\"title\",\"collapsed\":0}');
INSERT INTO `fields` VALUES ('112', 'FieldtypeToggle', 'producto_activo', '0', 'Activo', '{\"formatType\":0,\"labelType\":100,\"inputfieldClass\":0,\"useVertical\":0,\"yesLabel\":\"\\u2713 Si\",\"noLabel\":\"\\u2717 No\",\"otherLabel\":\"?\",\"defaultOption\":\"yes\",\"collapsed\":0,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('113', 'FieldtypeToggle', 'producto_home', '0', 'Mostrar en Inicio', '{\"formatType\":0,\"labelType\":100,\"inputfieldClass\":0,\"useVertical\":0,\"yesLabel\":\"\\u2713 Si\",\"noLabel\":\"\\u2717No\",\"otherLabel\":\"?\",\"defaultOption\":\"yes\",\"collapsed\":0,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('114', 'FieldtypePage', 'producto_coleccion', '0', 'Colección', '{\"derefAsPage\":2,\"inputfield\":\"InputfieldSelect\",\"parent_id\":1070,\"template_id\":63,\"labelFieldName\":\".\",\"collapsed\":0,\"addable\":1,\"labelFieldFormat\":\"{title} ({option_store})\",\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('115', 'FieldtypePage', 'producto_escote', '0', 'Escote', '{\"derefAsPage\":2,\"inputfield\":\"InputfieldSelect\",\"parent_id\":1075,\"template_id\":67,\"labelFieldName\":\"title\",\"collapsed\":0,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('118', 'FieldtypeColor', 'option_color_hex', '0', 'Color', '{\"outputFormat\":0,\"defaultValue\":\"#000000\",\"collapsed\":0,\"inputType\":0,\"alpha\":0}');
INSERT INTO `fields` VALUES ('119', 'FieldtypePageTable', 'producto_colores', '0', 'Colores', '{\"template_id\":[53],\"parent_id\":1045,\"trashOnDelete\":0,\"unpubOnTrash\":0,\"unpubOnUnpub\":0,\"collapsed\":0,\"noclose\":0,\"columns\":\"title\\ncolor_hex\",\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('120', 'FieldtypePage', 'producto_mangas', '0', 'Tipo de Manga', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1154,\"labelFieldName\":\"title\",\"collapsed\":0,\"optionColumns\":2,\"template_id\":72,\"addable\":1,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('121', 'FieldtypePage', 'producto_caida', '0', 'Tipo de Caida', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1157,\"template_id\":74,\"labelFieldName\":\"title\",\"addable\":1,\"collapsed\":0,\"optionColumns\":0}');
INSERT INTO `fields` VALUES ('122', 'FieldtypePage', 'producto_extras', '0', 'Extras', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":1160,\"labelFieldName\":\"title\",\"collapsed\":0,\"optionColumns\":2,\"template_id\":76,\"addable\":1,\"tags\":\"Producto\"}');
INSERT INTO `fields` VALUES ('123', 'FieldtypePage', 'option_store', '0', 'Asignar a tienda', '{\"derefAsPage\":0,\"inputfield\":\"InputfieldCheckboxes\",\"parent_id\":0,\"template_id\":64,\"labelFieldName\":\"title\",\"collapsed\":0}');
INSERT INTO `fields` VALUES ('124', 'FieldtypeURL', 'store_facebook', '0', 'Facebook', '{\"tags\":\"Tienda\",\"noRelative\":0,\"allowIDN\":0,\"allowQuotes\":0,\"addRoot\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":1024,\"showCount\":0,\"size\":0,\"usePages\":1,\"textformatters\":[\"TextformatterEntities\"]}');
INSERT INTO `fields` VALUES ('125', 'FieldtypeURL', 'store_url', '0', 'Url', '{\"textformatters\":[\"TextformatterEntities\"],\"noRelative\":0,\"allowIDN\":0,\"allowQuotes\":0,\"addRoot\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":1024,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('126', 'FieldtypeURL', 'store_twitter', '0', 'Twitter', '{\"textformatters\":[\"TextformatterEntities\"],\"noRelative\":0,\"allowIDN\":0,\"allowQuotes\":0,\"addRoot\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":1024,\"showCount\":0,\"size\":0,\"usePages\":1,\"tags\":\"Tienda\"}');
INSERT INTO `fields` VALUES ('127', 'FieldtypeURL', 'store_instagram', '0', 'Instagram', '{\"textformatters\":[\"TextformatterEntities\"],\"noRelative\":0,\"allowIDN\":0,\"allowQuotes\":0,\"addRoot\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":1024,\"showCount\":0,\"size\":0,\"usePages\":1,\"tags\":\"Tienda\"}');
INSERT INTO `fields` VALUES ('128', 'FieldtypeTextarea', 'store_desc', '0', 'Descripción', '{\"inputfieldClass\":\"InputfieldTextarea\",\"contentType\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":0,\"showCount\":0,\"rows\":5,\"tags\":\"Tienda\"}');
INSERT INTO `fields` VALUES ('129', 'FieldtypeTextarea', 'store_metatags', '0', 'Metatags', '{\"tags\":\"Tienda\",\"inputfieldClass\":\"InputfieldTextarea\",\"contentType\":0,\"collapsed\":0,\"minlength\":0,\"maxlength\":0,\"showCount\":0,\"rows\":5}');
INSERT INTO `fields` VALUES ('130', 'FieldtypeEmail', 'dist_email', '0', 'E-Mail', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":250,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('131', 'FieldtypeText', 'dist_phone', '0', 'Telefono', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('132', 'FieldtypeText', 'dist_phone_1', '0', 'Teléfono 1', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('133', 'FieldtypeText', 'dist_contacto', '0', 'Contacto', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('134', 'FieldtypeText', 'dist_sucursal', '0', 'Sucursal', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('135', 'FieldtypeText', 'dist_whatsapp', '0', 'Whats app', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('136', 'FieldtypeText', 'dist_estado', '0', 'Estado', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('137', 'FieldtypeText', 'dist_ciudad', '0', 'Ciudad', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('138', 'FieldtypeText', 'dist_clasificacion', '0', 'Clasificación', '{\"tags\":\"Distribuidor\",\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
INSERT INTO `fields` VALUES ('139', 'FieldtypePage', 'dist_store', '0', 'Tienda', '{\"tags\":\"Distribuidor\",\"derefAsPage\":0,\"inputfield\":\"InputfieldSelect\",\"parent_id\":0,\"labelFieldName\":\"title\",\"collapsed\":0}');
INSERT INTO `fields` VALUES ('140', 'FieldtypeText', 'dist_id', '0', 'ID Cliente', '{\"tags\":\"Distribuidor\",\"textformatters\":[\"TextformatterStripTags\"],\"collapsed\":0,\"minlength\":0,\"maxlength\":2048,\"showCount\":0,\"size\":0,\"usePages\":1}');
-- ----------------------------
-- Table structure for `fieldtype_options`
-- ----------------------------
DROP TABLE IF EXISTS `fieldtype_options`;
CREATE TABLE `fieldtype_options` (
`fields_id` int(10) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL,
`title` text,
`value` varchar(250) DEFAULT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`fields_id`,`option_id`),
UNIQUE KEY `title` (`title`(250),`fields_id`),
KEY `value` (`value`,`fields_id`),
KEY `sort` (`sort`,`fields_id`),
FULLTEXT KEY `title_value` (`title`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of fieldtype_options
-- ----------------------------
-- ----------------------------
-- Table structure for `field_admin_theme`
-- ----------------------------
DROP TABLE IF EXISTS `field_admin_theme`;
CREATE TABLE `field_admin_theme` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_admin_theme
-- ----------------------------
-- ----------------------------
-- Table structure for `field_dist_ciudad`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_ciudad`;
CREATE TABLE `field_dist_ciudad` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_ciudad
-- ----------------------------
INSERT INTO `field_dist_ciudad` VALUES ('1175', 'MINATITLAN');
INSERT INTO `field_dist_ciudad` VALUES ('1176', 'TAMPICO');
INSERT INTO `field_dist_ciudad` VALUES ('1177', 'LOS MOCHIS');
INSERT INTO `field_dist_ciudad` VALUES ('1178', 'TEZIUTLAN');
INSERT INTO `field_dist_ciudad` VALUES ('1179', 'CHILPANCINGO');
INSERT INTO `field_dist_ciudad` VALUES ('1180', 'MORELIA');
INSERT INTO `field_dist_ciudad` VALUES ('1181', 'CIUDAD VICTORIA');
INSERT INTO `field_dist_ciudad` VALUES ('1182', 'RIO BRAVO');
INSERT INTO `field_dist_ciudad` VALUES ('1183', '<NAME> ');
INSERT INTO `field_dist_ciudad` VALUES ('1184', 'JEREZ');
INSERT INTO `field_dist_ciudad` VALUES ('1185', 'PUER<NAME>');
INSERT INTO `field_dist_ciudad` VALUES ('1186', 'SAN LUIS POTOSI');
-- ----------------------------
-- Table structure for `field_dist_clasificacion`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_clasificacion`;
CREATE TABLE `field_dist_clasificacion` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_clasificacion
-- ----------------------------
INSERT INTO `field_dist_clasificacion` VALUES ('1175', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1176', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1177', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1178', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1179', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1180', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1181', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1182', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1183', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1184', '0');
INSERT INTO `field_dist_clasificacion` VALUES ('1185', '3');
INSERT INTO `field_dist_clasificacion` VALUES ('1186', '0');
-- ----------------------------
-- Table structure for `field_dist_contacto`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_contacto`;
CREATE TABLE `field_dist_contacto` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_contacto
-- ----------------------------
INSERT INTO `field_dist_contacto` VALUES ('1175', 'MISMA');
INSERT INTO `field_dist_contacto` VALUES ('1176', '<NAME>');
INSERT INTO `field_dist_contacto` VALUES ('1179', 'SRA.MARIBEL');
INSERT INTO `field_dist_contacto` VALUES ('1180', 'SRA ELVIRA, CONSUELO');
INSERT INTO `field_dist_contacto` VALUES ('1182', '<NAME>. VILLAREAL O SRITA. LUPITA');
INSERT INTO `field_dist_contacto` VALUES ('1183', 'MISMA');
INSERT INTO `field_dist_contacto` VALUES ('1184', 'HIJA SUSANA CORTEZ ');
INSERT INTO `field_dist_contacto` VALUES ('1185', 'MISMA Y/ O JORGE RAMOS (HIJO)');
INSERT INTO `field_dist_contacto` VALUES ('1186', 'SRTA. MARYCARMEN Y/O SRITA.GELA (PEDIDOS) (NOHEMI MENDOZA)');
-- ----------------------------
-- Table structure for `field_dist_email`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_email`;
CREATE TABLE `field_dist_email` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_email
-- ----------------------------
INSERT INTO `field_dist_email` VALUES ('1175', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1176', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1177', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1178', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1180', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1181', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1182', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1184', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1185', '<EMAIL>');
INSERT INTO `field_dist_email` VALUES ('1186', '<EMAIL>');
-- ----------------------------
-- Table structure for `field_dist_estado`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_estado`;
CREATE TABLE `field_dist_estado` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_estado
-- ----------------------------
INSERT INTO `field_dist_estado` VALUES ('1175', 'VERACRUZ');
INSERT INTO `field_dist_estado` VALUES ('1176', 'TAMAULIPAS');
INSERT INTO `field_dist_estado` VALUES ('1177', 'SINALOA');
INSERT INTO `field_dist_estado` VALUES ('1178', 'PUEBLA');
INSERT INTO `field_dist_estado` VALUES ('1179', 'GUERRERO');
INSERT INTO `field_dist_estado` VALUES ('1180', 'MICHOACAN');
INSERT INTO `field_dist_estado` VALUES ('1181', 'TAMAULIPAS');
INSERT INTO `field_dist_estado` VALUES ('1182', 'TAMAULIPAS');
INSERT INTO `field_dist_estado` VALUES ('1183', 'TEXAS');
INSERT INTO `field_dist_estado` VALUES ('1184', 'ZACATECAS');
INSERT INTO `field_dist_estado` VALUES ('1185', 'JALISCO');
INSERT INTO `field_dist_estado` VALUES ('1186', 'SAN LUIS POTOSI');
-- ----------------------------
-- Table structure for `field_dist_id`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_id`;
CREATE TABLE `field_dist_id` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_id
-- ----------------------------
INSERT INTO `field_dist_id` VALUES ('1175', '133');
INSERT INTO `field_dist_id` VALUES ('1176', '1098');
INSERT INTO `field_dist_id` VALUES ('1177', '940');
INSERT INTO `field_dist_id` VALUES ('1178', '805');
INSERT INTO `field_dist_id` VALUES ('1179', '711');
INSERT INTO `field_dist_id` VALUES ('1180', '123');
INSERT INTO `field_dist_id` VALUES ('1181', '42');
INSERT INTO `field_dist_id` VALUES ('1182', '75');
INSERT INTO `field_dist_id` VALUES ('1183', '897');
INSERT INTO `field_dist_id` VALUES ('1184', '318');
INSERT INTO `field_dist_id` VALUES ('1185', '540');
INSERT INTO `field_dist_id` VALUES ('1186', '107');
-- ----------------------------
-- Table structure for `field_dist_phone`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_phone`;
CREATE TABLE `field_dist_phone` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_phone
-- ----------------------------
INSERT INTO `field_dist_phone` VALUES ('1175', '922 223 4025 TDA');
INSERT INTO `field_dist_phone` VALUES ('1176', '833 212 12 16');
INSERT INTO `field_dist_phone` VALUES ('1177', '668 812 56 80');
INSERT INTO `field_dist_phone` VALUES ('1178', '232 373 58 61');
INSERT INTO `field_dist_phone` VALUES ('1179', '747 472 40 90 **');
INSERT INTO `field_dist_phone` VALUES ('1180', '443 313 8939');
INSERT INTO `field_dist_phone` VALUES ('1181', '834 312 7085 TDA');
INSERT INTO `field_dist_phone` VALUES ('1182', '(899)934-02-54**');
INSERT INTO `field_dist_phone` VALUES ('1183', '19566300820');
INSERT INTO `field_dist_phone` VALUES ('1184', '492)9222089');
INSERT INTO `field_dist_phone` VALUES ('1185', '322 222 1546 TDA');
INSERT INTO `field_dist_phone` VALUES ('1186', '(444)812-26-36BOD');
-- ----------------------------
-- Table structure for `field_dist_phone_1`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_phone_1`;
CREATE TABLE `field_dist_phone_1` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_phone_1
-- ----------------------------
INSERT INTO `field_dist_phone_1` VALUES ('1175', '(922)222-50-00CAS');
INSERT INTO `field_dist_phone_1` VALUES ('1178', '452311088498');
INSERT INTO `field_dist_phone_1` VALUES ('1179', '045 747 1122 886');
INSERT INTO `field_dist_phone_1` VALUES ('1180', '443 312 2970');
INSERT INTO `field_dist_phone_1` VALUES ('1183', '8183170206 MONTER');
INSERT INTO `field_dist_phone_1` VALUES ('1184', '494)9454642 (R)');
INSERT INTO `field_dist_phone_1` VALUES ('1185', '322 429 38 86 ESM');
INSERT INTO `field_dist_phone_1` VALUES ('1186', '(444)814-82-31');
-- ----------------------------
-- Table structure for `field_dist_store`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_store`;
CREATE TABLE `field_dist_store` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_store
-- ----------------------------
-- ----------------------------
-- Table structure for `field_dist_sucursal`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_sucursal`;
CREATE TABLE `field_dist_sucursal` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_sucursal
-- ----------------------------
INSERT INTO `field_dist_sucursal` VALUES ('1175', 'EL PALACIO DE LA NOVIA');
INSERT INTO `field_dist_sucursal` VALUES ('1177', 'LA SILUETA');
INSERT INTO `field_dist_sucursal` VALUES ('1178', 'MARTINEZ DE LA TORRE SUC. 2');
INSERT INTO `field_dist_sucursal` VALUES ('1180', '**CASA BARCHELI**');
INSERT INTO `field_dist_sucursal` VALUES ('1181', ')');
INSERT INTO `field_dist_sucursal` VALUES ('1183', 'MARVEL');
INSERT INTO `field_dist_sucursal` VALUES ('1184', 'ZACATECAS');
INSERT INTO `field_dist_sucursal` VALUES ('1185', 'NOVIAS KOKE');
-- ----------------------------
-- Table structure for `field_dist_whatsapp`
-- ----------------------------
DROP TABLE IF EXISTS `field_dist_whatsapp`;
CREATE TABLE `field_dist_whatsapp` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_dist_whatsapp
-- ----------------------------
INSERT INTO `field_dist_whatsapp` VALUES ('1175', '(921)212-67-25COA');
INSERT INTO `field_dist_whatsapp` VALUES ('1180', '313 89 39CONSUELO');
INSERT INTO `field_dist_whatsapp` VALUES ('1186', '(444)812-80-49COB');
-- ----------------------------
-- Table structure for `field_email`
-- ----------------------------
DROP TABLE IF EXISTS `field_email`;
CREATE TABLE `field_email` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_email
-- ----------------------------
INSERT INTO `field_email` VALUES ('41', '<EMAIL>');
INSERT INTO `field_email` VALUES ('1036', '<EMAIL>');
-- ----------------------------
-- Table structure for `field_option_color_hex`
-- ----------------------------
DROP TABLE IF EXISTS `field_option_color_hex`;
CREATE TABLE `field_option_color_hex` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_option_color_hex
-- ----------------------------
INSERT INTO `field_option_color_hex` VALUES ('1061', '4294566369');
INSERT INTO `field_option_color_hex` VALUES ('1062', '4294967295');
INSERT INTO `field_option_color_hex` VALUES ('1063', '4294954188');
INSERT INTO `field_option_color_hex` VALUES ('1082', '4292796126');
INSERT INTO `field_option_color_hex` VALUES ('1128', '4293980415');
INSERT INTO `field_option_color_hex` VALUES ('1145', '4294790734');
-- ----------------------------
-- Table structure for `field_option_image`
-- ----------------------------
DROP TABLE IF EXISTS `field_option_image`;
CREATE TABLE `field_option_image` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL,
`sort` int(10) unsigned NOT NULL,
`description` text NOT NULL,
`modified` datetime DEFAULT NULL,
`created` datetime DEFAULT NULL,
`filedata` mediumtext,
`filesize` int(11) DEFAULT NULL,
`created_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`modified_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
`ratio` decimal(4,2) DEFAULT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`),
KEY `modified` (`modified`),
KEY `created` (`created`),
KEY `filesize` (`filesize`),
KEY `width` (`width`),
KEY `height` (`height`),
KEY `ratio` (`ratio`),
FULLTEXT KEY `description` (`description`),
FULLTEXT KEY `filedata` (`filedata`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_option_image
-- ----------------------------
INSERT INTO `field_option_image` VALUES ('1076', 'barco.png', '0', '', '2021-05-26 12:49:33', '2021-05-26 12:49:33', '', '83117', '41', '41', '692', '800', '0.87');
INSERT INTO `field_option_image` VALUES ('1079', 'corazon.png', '0', '', '2021-05-26 12:56:33', '2021-05-26 12:56:33', '', '79510', '41', '41', '692', '800', '0.87');
-- ----------------------------
-- Table structure for `field_option_store`
-- ----------------------------
DROP TABLE IF EXISTS `field_option_store`;
CREATE TABLE `field_option_store` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_option_store
-- ----------------------------
INSERT INTO `field_option_store` VALUES ('1088', '1015', '0');
INSERT INTO `field_option_store` VALUES ('1089', '1015', '0');
INSERT INTO `field_option_store` VALUES ('1090', '1015', '0');
INSERT INTO `field_option_store` VALUES ('1091', '1015', '0');
INSERT INTO `field_option_store` VALUES ('1095', '1015', '0');
INSERT INTO `field_option_store` VALUES ('1092', '1016', '0');
INSERT INTO `field_option_store` VALUES ('1136', '1016', '0');
INSERT INTO `field_option_store` VALUES ('1137', '1016', '0');
INSERT INTO `field_option_store` VALUES ('1139', '1016', '0');
-- ----------------------------
-- Table structure for `field_opts_caracteristicas`
-- ----------------------------
DROP TABLE IF EXISTS `field_opts_caracteristicas`;
CREATE TABLE `field_opts_caracteristicas` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
`count` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(1)),
KEY `count` (`count`,`pages_id`),
KEY `parent_id` (`parent_id`,`pages_id`),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_opts_caracteristicas
-- ----------------------------
-- ----------------------------
-- Table structure for `field_op_caracteristica`
-- ----------------------------
DROP TABLE IF EXISTS `field_op_caracteristica`;
CREATE TABLE `field_op_caracteristica` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_op_caracteristica
-- ----------------------------
-- ----------------------------
-- Table structure for `field_pass`
-- ----------------------------
DROP TABLE IF EXISTS `field_pass`;
CREATE TABLE `field_pass` (
`pages_id` int(10) unsigned NOT NULL,
`data` char(40) NOT NULL,
`salt` char(32) NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=ascii;
-- ----------------------------
-- Records of field_pass
-- ----------------------------
INSERT INTO `field_pass` VALUES ('41', '<PASSWORD>RiSo4h<PASSWORD>.Y<PASSWORD>', <PASSWORD>');
INSERT INTO `field_pass` VALUES ('40', '', '');
INSERT INTO `field_pass` VALUES ('1036', '<PASSWORD>', <PASSWORD>');
-- ----------------------------
-- Table structure for `field_permissions`
-- ----------------------------
DROP TABLE IF EXISTS `field_permissions`;
CREATE TABLE `field_permissions` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_permissions
-- ----------------------------
INSERT INTO `field_permissions` VALUES ('38', '32', '1');
INSERT INTO `field_permissions` VALUES ('38', '34', '2');
INSERT INTO `field_permissions` VALUES ('38', '35', '3');
INSERT INTO `field_permissions` VALUES ('37', '36', '0');
INSERT INTO `field_permissions` VALUES ('38', '36', '0');
INSERT INTO `field_permissions` VALUES ('1033', '36', '0');
INSERT INTO `field_permissions` VALUES ('1074', '36', '0');
INSERT INTO `field_permissions` VALUES ('38', '50', '4');
INSERT INTO `field_permissions` VALUES ('38', '51', '5');
INSERT INTO `field_permissions` VALUES ('38', '52', '7');
INSERT INTO `field_permissions` VALUES ('38', '53', '8');
INSERT INTO `field_permissions` VALUES ('1074', '53', '1');
INSERT INTO `field_permissions` VALUES ('38', '54', '6');
INSERT INTO `field_permissions` VALUES ('1033', '1035', '1');
-- ----------------------------
-- Table structure for `field_process`
-- ----------------------------
DROP TABLE IF EXISTS `field_process`;
CREATE TABLE `field_process` (
`pages_id` int(11) NOT NULL DEFAULT '0',
`data` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_process
-- ----------------------------
INSERT INTO `field_process` VALUES ('6', '17');
INSERT INTO `field_process` VALUES ('3', '12');
INSERT INTO `field_process` VALUES ('8', '12');
INSERT INTO `field_process` VALUES ('9', '14');
INSERT INTO `field_process` VALUES ('10', '7');
INSERT INTO `field_process` VALUES ('11', '47');
INSERT INTO `field_process` VALUES ('16', '48');
INSERT INTO `field_process` VALUES ('300', '104');
INSERT INTO `field_process` VALUES ('21', '50');
INSERT INTO `field_process` VALUES ('29', '66');
INSERT INTO `field_process` VALUES ('23', '10');
INSERT INTO `field_process` VALUES ('304', '138');
INSERT INTO `field_process` VALUES ('31', '136');
INSERT INTO `field_process` VALUES ('22', '76');
INSERT INTO `field_process` VALUES ('30', '68');
INSERT INTO `field_process` VALUES ('303', '129');
INSERT INTO `field_process` VALUES ('2', '87');
INSERT INTO `field_process` VALUES ('302', '121');
INSERT INTO `field_process` VALUES ('301', '109');
INSERT INTO `field_process` VALUES ('28', '76');
INSERT INTO `field_process` VALUES ('1007', '150');
INSERT INTO `field_process` VALUES ('1010', '159');
INSERT INTO `field_process` VALUES ('1012', '161');
INSERT INTO `field_process` VALUES ('1034', '163');
INSERT INTO `field_process` VALUES ('1039', '164');
INSERT INTO `field_process` VALUES ('1051', '178');
INSERT INTO `field_process` VALUES ('1119', '189');
INSERT INTO `field_process` VALUES ('1174', '190');
-- ----------------------------
-- Table structure for `field_producto_activo`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_activo`;
CREATE TABLE `field_producto_activo` (
`pages_id` int(10) unsigned NOT NULL,
`data` tinyint(4) NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_activo
-- ----------------------------
INSERT INTO `field_producto_activo` VALUES ('1018', '1');
INSERT INTO `field_producto_activo` VALUES ('1019', '1');
INSERT INTO `field_producto_activo` VALUES ('1017', '1');
INSERT INTO `field_producto_activo` VALUES ('1083', '1');
INSERT INTO `field_producto_activo` VALUES ('1087', '1');
INSERT INTO `field_producto_activo` VALUES ('1096', '1');
INSERT INTO `field_producto_activo` VALUES ('1098', '1');
INSERT INTO `field_producto_activo` VALUES ('1099', '1');
INSERT INTO `field_producto_activo` VALUES ('1100', '1');
INSERT INTO `field_producto_activo` VALUES ('1101', '1');
INSERT INTO `field_producto_activo` VALUES ('1102', '1');
INSERT INTO `field_producto_activo` VALUES ('1103', '1');
INSERT INTO `field_producto_activo` VALUES ('1104', '1');
INSERT INTO `field_producto_activo` VALUES ('1105', '1');
INSERT INTO `field_producto_activo` VALUES ('1106', '1');
INSERT INTO `field_producto_activo` VALUES ('1107', '1');
INSERT INTO `field_producto_activo` VALUES ('1108', '1');
INSERT INTO `field_producto_activo` VALUES ('1109', '1');
INSERT INTO `field_producto_activo` VALUES ('1110', '1');
INSERT INTO `field_producto_activo` VALUES ('1111', '1');
INSERT INTO `field_producto_activo` VALUES ('1112', '1');
INSERT INTO `field_producto_activo` VALUES ('1123', '1');
INSERT INTO `field_producto_activo` VALUES ('1124', '1');
INSERT INTO `field_producto_activo` VALUES ('1126', '1');
INSERT INTO `field_producto_activo` VALUES ('1127', '1');
INSERT INTO `field_producto_activo` VALUES ('1149', '1');
INSERT INTO `field_producto_activo` VALUES ('1151', '1');
INSERT INTO `field_producto_activo` VALUES ('1152', '1');
INSERT INTO `field_producto_activo` VALUES ('1187', '1');
-- ----------------------------
-- Table structure for `field_producto_caida`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_caida`;
CREATE TABLE `field_producto_caida` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_caida
-- ----------------------------
INSERT INTO `field_producto_caida` VALUES ('1018', '1158', '0');
INSERT INTO `field_producto_caida` VALUES ('1019', '1158', '0');
INSERT INTO `field_producto_caida` VALUES ('1123', '1158', '0');
INSERT INTO `field_producto_caida` VALUES ('1187', '1158', '0');
INSERT INTO `field_producto_caida` VALUES ('1018', '1159', '1');
INSERT INTO `field_producto_caida` VALUES ('1019', '1159', '1');
INSERT INTO `field_producto_caida` VALUES ('1123', '1159', '1');
INSERT INTO `field_producto_caida` VALUES ('1187', '1159', '1');
-- ----------------------------
-- Table structure for `field_producto_caracteristica`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_caracteristica`;
CREATE TABLE `field_producto_caracteristica` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_caracteristica
-- ----------------------------
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1019', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1083', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1087', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1096', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1098', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1099', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1100', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1101', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1102', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1103', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1104', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1105', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1106', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1107', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1108', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1109', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1110', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1111', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1112', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1123', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1124', '1067', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1019', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1083', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1087', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1100', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1101', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1106', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1109', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1110', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1111', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1123', '1068', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1069', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1019', '1069', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1107', '1069', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1112', '1069', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1081', '3');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1097', '4');
INSERT INTO `field_producto_caracteristica` VALUES ('1096', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1098', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1099', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1102', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1103', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1104', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1105', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1107', '1097', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1108', '1097', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1112', '1097', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1134', '5');
INSERT INTO `field_producto_caracteristica` VALUES ('1019', '1134', '3');
INSERT INTO `field_producto_caracteristica` VALUES ('1123', '1134', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1124', '1134', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1135', '6');
INSERT INTO `field_producto_caracteristica` VALUES ('1123', '1135', '3');
INSERT INTO `field_producto_caracteristica` VALUES ('1126', '1135', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1151', '1135', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1152', '1135', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1142', '7');
INSERT INTO `field_producto_caracteristica` VALUES ('1019', '1142', '4');
INSERT INTO `field_producto_caracteristica` VALUES ('1126', '1142', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1127', '1142', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1149', '1142', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1151', '1142', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1152', '1142', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1187', '1142', '0');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1143', '8');
INSERT INTO `field_producto_caracteristica` VALUES ('1126', '1143', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1144', '9');
INSERT INTO `field_producto_caracteristica` VALUES ('1126', '1144', '3');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1148', '10');
INSERT INTO `field_producto_caracteristica` VALUES ('1127', '1148', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1187', '1148', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1150', '11');
INSERT INTO `field_producto_caracteristica` VALUES ('1149', '1150', '1');
INSERT INTO `field_producto_caracteristica` VALUES ('1018', '1153', '12');
INSERT INTO `field_producto_caracteristica` VALUES ('1152', '1153', '2');
INSERT INTO `field_producto_caracteristica` VALUES ('1187', '1188', '2');
-- ----------------------------
-- Table structure for `field_producto_coleccion`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_coleccion`;
CREATE TABLE `field_producto_coleccion` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_coleccion
-- ----------------------------
INSERT INTO `field_producto_coleccion` VALUES ('1018', '1088', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1099', '1088', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1019', '1089', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1100', '1089', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1107', '1089', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1083', '1090', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1109', '1090', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1017', '1091', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1101', '1091', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1108', '1091', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1087', '1092', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1103', '1092', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1110', '1092', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1152', '1092', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1102', '1093', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1104', '1093', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1111', '1093', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1098', '1094', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1105', '1094', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1112', '1094', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1127', '1094', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1123', '1136', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1151', '1136', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1187', '1136', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1124', '1137', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1149', '1137', '0');
INSERT INTO `field_producto_coleccion` VALUES ('1126', '1139', '0');
-- ----------------------------
-- Table structure for `field_producto_color`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_color`;
CREATE TABLE `field_producto_color` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_color
-- ----------------------------
INSERT INTO `field_producto_color` VALUES ('1018', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1019', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1083', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1087', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1096', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1098', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1099', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1100', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1101', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1102', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1103', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1104', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1105', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1106', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1107', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1108', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1109', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1110', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1111', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1112', '1061', '0');
INSERT INTO `field_producto_color` VALUES ('1018', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1019', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1083', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1087', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1096', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1098', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1099', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1100', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1101', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1102', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1103', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1104', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1105', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1106', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1107', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1108', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1109', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1110', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1111', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1112', '1062', '1');
INSERT INTO `field_producto_color` VALUES ('1017', '1063', '0');
INSERT INTO `field_producto_color` VALUES ('1018', '1063', '2');
INSERT INTO `field_producto_color` VALUES ('1017', '1082', '1');
INSERT INTO `field_producto_color` VALUES ('1018', '1082', '3');
INSERT INTO `field_producto_color` VALUES ('1019', '1082', '2');
INSERT INTO `field_producto_color` VALUES ('1123', '1128', '0');
INSERT INTO `field_producto_color` VALUES ('1018', '1129', '4');
INSERT INTO `field_producto_color` VALUES ('1019', '1129', '3');
INSERT INTO `field_producto_color` VALUES ('1123', '1129', '1');
INSERT INTO `field_producto_color` VALUES ('1126', '1129', '0');
INSERT INTO `field_producto_color` VALUES ('1149', '1129', '0');
INSERT INTO `field_producto_color` VALUES ('1151', '1129', '0');
INSERT INTO `field_producto_color` VALUES ('1152', '1129', '0');
INSERT INTO `field_producto_color` VALUES ('1123', '1130', '2');
INSERT INTO `field_producto_color` VALUES ('1123', '1131', '3');
INSERT INTO `field_producto_color` VALUES ('1124', '1131', '1');
INSERT INTO `field_producto_color` VALUES ('1123', '1132', '4');
INSERT INTO `field_producto_color` VALUES ('1123', '1133', '5');
INSERT INTO `field_producto_color` VALUES ('1124', '1133', '2');
INSERT INTO `field_producto_color` VALUES ('1151', '1133', '1');
INSERT INTO `field_producto_color` VALUES ('1124', '1138', '0');
INSERT INTO `field_producto_color` VALUES ('1126', '1140', '1');
INSERT INTO `field_producto_color` VALUES ('1149', '1140', '1');
INSERT INTO `field_producto_color` VALUES ('1152', '1140', '1');
INSERT INTO `field_producto_color` VALUES ('1126', '1141', '2');
INSERT INTO `field_producto_color` VALUES ('1149', '1141', '2');
INSERT INTO `field_producto_color` VALUES ('1152', '1141', '2');
INSERT INTO `field_producto_color` VALUES ('1127', '1145', '0');
INSERT INTO `field_producto_color` VALUES ('1187', '1145', '0');
INSERT INTO `field_producto_color` VALUES ('1127', '1146', '1');
INSERT INTO `field_producto_color` VALUES ('1187', '1146', '1');
INSERT INTO `field_producto_color` VALUES ('1127', '1147', '2');
INSERT INTO `field_producto_color` VALUES ('1187', '1147', '2');
-- ----------------------------
-- Table structure for `field_producto_colores`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_colores`;
CREATE TABLE `field_producto_colores` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_colores
-- ----------------------------
-- ----------------------------
-- Table structure for `field_producto_corte`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_corte`;
CREATE TABLE `field_producto_corte` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_corte
-- ----------------------------
INSERT INTO `field_producto_corte` VALUES ('1126', '1052', '0');
INSERT INTO `field_producto_corte` VALUES ('1017', '1053', '0');
INSERT INTO `field_producto_corte` VALUES ('1019', '1053', '0');
INSERT INTO `field_producto_corte` VALUES ('1103', '1053', '0');
INSERT INTO `field_producto_corte` VALUES ('1108', '1053', '0');
INSERT INTO `field_producto_corte` VALUES ('1112', '1053', '0');
INSERT INTO `field_producto_corte` VALUES ('1083', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1087', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1099', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1105', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1107', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1110', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1111', '1054', '0');
INSERT INTO `field_producto_corte` VALUES ('1018', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1096', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1098', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1101', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1102', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1104', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1106', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1109', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1123', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1127', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1149', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1151', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1152', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1187', '1055', '0');
INSERT INTO `field_producto_corte` VALUES ('1100', '1056', '0');
-- ----------------------------
-- Table structure for `field_producto_escote`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_escote`;
CREATE TABLE `field_producto_escote` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_escote
-- ----------------------------
INSERT INTO `field_producto_escote` VALUES ('1017', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1083', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1087', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1096', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1098', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1100', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1101', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1102', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1103', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1105', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1106', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1107', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1108', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1110', '1076', '0');
INSERT INTO `field_producto_escote` VALUES ('1019', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1099', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1104', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1109', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1111', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1112', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1123', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1127', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1151', '1077', '0');
INSERT INTO `field_producto_escote` VALUES ('1018', '1079', '0');
INSERT INTO `field_producto_escote` VALUES ('1126', '1079', '0');
INSERT INTO `field_producto_escote` VALUES ('1152', '1079', '0');
INSERT INTO `field_producto_escote` VALUES ('1187', '1079', '0');
-- ----------------------------
-- Table structure for `field_producto_extras`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_extras`;
CREATE TABLE `field_producto_extras` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_extras
-- ----------------------------
INSERT INTO `field_producto_extras` VALUES ('1018', '1161', '0');
INSERT INTO `field_producto_extras` VALUES ('1019', '1161', '0');
INSERT INTO `field_producto_extras` VALUES ('1123', '1161', '0');
INSERT INTO `field_producto_extras` VALUES ('1152', '1161', '0');
INSERT INTO `field_producto_extras` VALUES ('1187', '1161', '0');
INSERT INTO `field_producto_extras` VALUES ('1018', '1162', '1');
INSERT INTO `field_producto_extras` VALUES ('1123', '1162', '1');
INSERT INTO `field_producto_extras` VALUES ('1152', '1162', '1');
INSERT INTO `field_producto_extras` VALUES ('1018', '1163', '2');
INSERT INTO `field_producto_extras` VALUES ('1019', '1163', '1');
INSERT INTO `field_producto_extras` VALUES ('1123', '1163', '2');
INSERT INTO `field_producto_extras` VALUES ('1152', '1163', '2');
INSERT INTO `field_producto_extras` VALUES ('1187', '1163', '1');
-- ----------------------------
-- Table structure for `field_producto_home`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_home`;
CREATE TABLE `field_producto_home` (
`pages_id` int(10) unsigned NOT NULL,
`data` tinyint(4) NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_home
-- ----------------------------
INSERT INTO `field_producto_home` VALUES ('1018', '1');
INSERT INTO `field_producto_home` VALUES ('1019', '1');
INSERT INTO `field_producto_home` VALUES ('1017', '1');
INSERT INTO `field_producto_home` VALUES ('1083', '1');
INSERT INTO `field_producto_home` VALUES ('1087', '1');
INSERT INTO `field_producto_home` VALUES ('1096', '1');
INSERT INTO `field_producto_home` VALUES ('1098', '1');
INSERT INTO `field_producto_home` VALUES ('1099', '1');
INSERT INTO `field_producto_home` VALUES ('1100', '1');
INSERT INTO `field_producto_home` VALUES ('1101', '1');
INSERT INTO `field_producto_home` VALUES ('1102', '1');
INSERT INTO `field_producto_home` VALUES ('1103', '1');
INSERT INTO `field_producto_home` VALUES ('1104', '1');
INSERT INTO `field_producto_home` VALUES ('1105', '1');
INSERT INTO `field_producto_home` VALUES ('1106', '1');
INSERT INTO `field_producto_home` VALUES ('1107', '1');
INSERT INTO `field_producto_home` VALUES ('1108', '1');
INSERT INTO `field_producto_home` VALUES ('1109', '1');
INSERT INTO `field_producto_home` VALUES ('1110', '1');
INSERT INTO `field_producto_home` VALUES ('1111', '1');
INSERT INTO `field_producto_home` VALUES ('1112', '1');
INSERT INTO `field_producto_home` VALUES ('1123', '1');
INSERT INTO `field_producto_home` VALUES ('1124', '1');
INSERT INTO `field_producto_home` VALUES ('1126', '1');
INSERT INTO `field_producto_home` VALUES ('1127', '1');
INSERT INTO `field_producto_home` VALUES ('1149', '1');
INSERT INTO `field_producto_home` VALUES ('1151', '1');
INSERT INTO `field_producto_home` VALUES ('1152', '1');
INSERT INTO `field_producto_home` VALUES ('1187', '1');
-- ----------------------------
-- Table structure for `field_producto_imagenes`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_imagenes`;
CREATE TABLE `field_producto_imagenes` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL,
`sort` int(10) unsigned NOT NULL,
`description` text NOT NULL,
`modified` datetime DEFAULT NULL,
`created` datetime DEFAULT NULL,
`filedata` mediumtext,
`filesize` int(11) DEFAULT NULL,
`created_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`modified_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
`ratio` decimal(4,2) DEFAULT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`),
KEY `modified` (`modified`),
KEY `created` (`created`),
KEY `filesize` (`filesize`),
KEY `width` (`width`),
KEY `height` (`height`),
KEY `ratio` (`ratio`),
FULLTEXT KEY `description` (`description`),
FULLTEXT KEY `filedata` (`filedata`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_imagenes
-- ----------------------------
-- ----------------------------
-- Table structure for `field_producto_img_atras`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_img_atras`;
CREATE TABLE `field_producto_img_atras` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL,
`sort` int(10) unsigned NOT NULL,
`description` text NOT NULL,
`modified` datetime DEFAULT NULL,
`created` datetime DEFAULT NULL,
`filedata` mediumtext,
`filesize` int(11) DEFAULT NULL,
`created_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`modified_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
`ratio` decimal(4,2) DEFAULT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`),
KEY `modified` (`modified`),
KEY `created` (`created`),
KEY `filesize` (`filesize`),
KEY `width` (`width`),
KEY `height` (`height`),
KEY `ratio` (`ratio`),
FULLTEXT KEY `description` (`description`),
FULLTEXT KEY `filedata` (`filedata`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_img_atras
-- ----------------------------
INSERT INTO `field_producto_img_atras` VALUES ('1018', '515e2723-9b71-41fa-a7c8-ce02161204ef.jpg', '0', 'yy3iuy12iu3y21iu', '2021-05-26 18:33:02', '2021-05-26 18:27:52', '', '636970', '41', '41', '2048', '1365', '1.50');
INSERT INTO `field_producto_img_atras` VALUES ('1123', '56e83d53-95f7-41c2-bd0e-ed345d55d13b.jpg', '0', '', '2021-06-01 21:50:28', '2021-06-01 21:50:28', '', '298339', '41', '41', '2048', '1365', '1.50');
-- ----------------------------
-- Table structure for `field_producto_img_frente`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_img_frente`;
CREATE TABLE `field_producto_img_frente` (
`pages_id` int(10) unsigned NOT NULL,
`data` varchar(250) NOT NULL,
`sort` int(10) unsigned NOT NULL,
`description` text NOT NULL,
`modified` datetime DEFAULT NULL,
`created` datetime DEFAULT NULL,
`filedata` mediumtext,
`filesize` int(11) DEFAULT NULL,
`created_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`modified_users_id` int(10) unsigned NOT NULL DEFAULT '0',
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
`ratio` decimal(4,2) DEFAULT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`),
KEY `modified` (`modified`),
KEY `created` (`created`),
KEY `filesize` (`filesize`),
KEY `width` (`width`),
KEY `height` (`height`),
KEY `ratio` (`ratio`),
FULLTEXT KEY `description` (`description`),
FULLTEXT KEY `filedata` (`filedata`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_img_frente
-- ----------------------------
INSERT INTO `field_producto_img_frente` VALUES ('1018', '2d3d934a-b86c-4e72-b9d5-34107197e573.jpg', '0', 'dhaskjhdksajhdkj', '2021-05-26 18:33:02', '2021-05-26 18:27:52', '', '656664', '41', '41', '2048', '1365', '1.50');
INSERT INTO `field_producto_img_frente` VALUES ('1187', 'aee522d7-98b2-47d5-a7b8-4202bbe3d46e.jpg', '0', '', '2021-06-01 21:49:26', '2021-06-01 21:49:26', '', '381769', '41', '41', '2048', '1365', '1.50');
INSERT INTO `field_producto_img_frente` VALUES ('1123', 'e9a2f6a7-19ff-4841-a4d1-46e2d9a748d6.jpg', '0', '', '2021-06-01 21:50:10', '2021-06-01 21:50:10', '', '318071', '41', '41', '2048', '1365', '1.50');
-- ----------------------------
-- Table structure for `field_producto_mangas`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_mangas`;
CREATE TABLE `field_producto_mangas` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_mangas
-- ----------------------------
INSERT INTO `field_producto_mangas` VALUES ('1018', '1155', '0');
INSERT INTO `field_producto_mangas` VALUES ('1019', '1155', '0');
INSERT INTO `field_producto_mangas` VALUES ('1123', '1155', '0');
INSERT INTO `field_producto_mangas` VALUES ('1152', '1155', '0');
INSERT INTO `field_producto_mangas` VALUES ('1187', '1155', '0');
INSERT INTO `field_producto_mangas` VALUES ('1018', '1156', '1');
INSERT INTO `field_producto_mangas` VALUES ('1019', '1156', '1');
INSERT INTO `field_producto_mangas` VALUES ('1123', '1156', '1');
INSERT INTO `field_producto_mangas` VALUES ('1152', '1156', '1');
INSERT INTO `field_producto_mangas` VALUES ('1187', '1156', '1');
-- ----------------------------
-- Table structure for `field_producto_materiales`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_materiales`;
CREATE TABLE `field_producto_materiales` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_materiales
-- ----------------------------
INSERT INTO `field_producto_materiales` VALUES ('1017', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1018', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1019', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1083', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1087', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1112', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1123', '1057', '0');
INSERT INTO `field_producto_materiales` VALUES ('1018', '1058', '1');
INSERT INTO `field_producto_materiales` VALUES ('1018', '1059', '2');
INSERT INTO `field_producto_materiales` VALUES ('1099', '1059', '0');
INSERT INTO `field_producto_materiales` VALUES ('1123', '1059', '1');
-- ----------------------------
-- Table structure for `field_producto_sku`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_sku`;
CREATE TABLE `field_producto_sku` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_sku
-- ----------------------------
INSERT INTO `field_producto_sku` VALUES ('1018', '2061');
INSERT INTO `field_producto_sku` VALUES ('1019', '2110');
INSERT INTO `field_producto_sku` VALUES ('1017', '2111');
INSERT INTO `field_producto_sku` VALUES ('1083', '2114');
INSERT INTO `field_producto_sku` VALUES ('1087', '2117');
INSERT INTO `field_producto_sku` VALUES ('1096', '2118');
INSERT INTO `field_producto_sku` VALUES ('1098', '2120');
INSERT INTO `field_producto_sku` VALUES ('1099', '2121');
INSERT INTO `field_producto_sku` VALUES ('1100', '2122');
INSERT INTO `field_producto_sku` VALUES ('1101', '2123');
INSERT INTO `field_producto_sku` VALUES ('1102', '2125');
INSERT INTO `field_producto_sku` VALUES ('1103', '2126');
INSERT INTO `field_producto_sku` VALUES ('1104', '2129');
INSERT INTO `field_producto_sku` VALUES ('1105', '2130');
INSERT INTO `field_producto_sku` VALUES ('1106', '2131');
INSERT INTO `field_producto_sku` VALUES ('1108', '2133');
INSERT INTO `field_producto_sku` VALUES ('1109', '2134');
INSERT INTO `field_producto_sku` VALUES ('1110', '2135');
INSERT INTO `field_producto_sku` VALUES ('1111', '3135');
INSERT INTO `field_producto_sku` VALUES ('1112', '2137');
INSERT INTO `field_producto_sku` VALUES ('1123', '4095');
INSERT INTO `field_producto_sku` VALUES ('1124', '4130');
INSERT INTO `field_producto_sku` VALUES ('1126', '4148');
INSERT INTO `field_producto_sku` VALUES ('1127', '4149');
INSERT INTO `field_producto_sku` VALUES ('1149', '4151');
INSERT INTO `field_producto_sku` VALUES ('1151', '4150');
INSERT INTO `field_producto_sku` VALUES ('1152', '4152');
INSERT INTO `field_producto_sku` VALUES ('1187', '4150');
-- ----------------------------
-- Table structure for `field_producto_talla`
-- ----------------------------
DROP TABLE IF EXISTS `field_producto_talla`;
CREATE TABLE `field_producto_talla` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_producto_talla
-- ----------------------------
INSERT INTO `field_producto_talla` VALUES ('1018', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1019', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1083', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1087', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1096', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1098', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1099', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1100', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1101', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1102', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1103', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1104', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1105', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1106', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1107', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1108', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1109', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1110', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1111', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1112', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1123', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1187', '1064', '0');
INSERT INTO `field_producto_talla` VALUES ('1018', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1083', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1087', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1096', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1098', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1099', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1100', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1101', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1102', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1103', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1104', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1105', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1106', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1107', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1108', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1109', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1110', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1111', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1112', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1123', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1187', '1065', '1');
INSERT INTO `field_producto_talla` VALUES ('1018', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1019', '1066', '1');
INSERT INTO `field_producto_talla` VALUES ('1083', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1087', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1096', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1098', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1099', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1100', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1101', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1102', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1103', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1104', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1105', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1106', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1107', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1108', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1109', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1110', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1111', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1112', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1123', '1066', '2');
INSERT INTO `field_producto_talla` VALUES ('1187', '1066', '2');
-- ----------------------------
-- Table structure for `field_roles`
-- ----------------------------
DROP TABLE IF EXISTS `field_roles`;
CREATE TABLE `field_roles` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_roles
-- ----------------------------
INSERT INTO `field_roles` VALUES ('40', '37', '0');
INSERT INTO `field_roles` VALUES ('41', '37', '0');
INSERT INTO `field_roles` VALUES ('1036', '37', '0');
INSERT INTO `field_roles` VALUES ('41', '38', '2');
INSERT INTO `field_roles` VALUES ('1036', '1033', '1');
-- ----------------------------
-- Table structure for `field_store_desc`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_desc`;
CREATE TABLE `field_store_desc` (
`pages_id` int(10) unsigned NOT NULL,
`data` mediumtext NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_desc
-- ----------------------------
INSERT INTO `field_store_desc` VALUES ('1016', 'localshosdkasjhdkasjdhjkas');
-- ----------------------------
-- Table structure for `field_store_facebook`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_facebook`;
CREATE TABLE `field_store_facebook` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_facebook
-- ----------------------------
INSERT INTO `field_store_facebook` VALUES ('1016', 'https://facebook.com/Nina Resens');
-- ----------------------------
-- Table structure for `field_store_instagram`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_instagram`;
CREATE TABLE `field_store_instagram` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_instagram
-- ----------------------------
INSERT INTO `field_store_instagram` VALUES ('1016', 'https://www.instagram.com/NinaResens');
-- ----------------------------
-- Table structure for `field_store_metatags`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_metatags`;
CREATE TABLE `field_store_metatags` (
`pages_id` int(10) unsigned NOT NULL,
`data` mediumtext NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_metatags
-- ----------------------------
INSERT INTO `field_store_metatags` VALUES ('1016', '<!-- Primary Meta Tags -->\n<title>Nina Sans</title>\n<meta name=\"title\" content=\"Nina Sans\">\n<meta name=\"description\" content=\"Somos una empresa orgullosamente mexicana que nace en 1985 dedicada a la confección y diseño de vestidos de novia y XV años. Nuestra experiencia va mas allá del diseño ya que utilizamos materiales de altísima calidad y tecnología de punta para ofrecer “alta costura en serie”.\">\n\n<!-- Open Graph / Facebook -->\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:url\" content=\"https://metatags.io/\">\n<meta property=\"og:title\" content=\"Nina Sans\">\n<meta property=\"og:description\" content=\"Somos una empresa orgullosamente mexicana que nace en 1985 dedicada a la confección y diseño de vestidos de novia y XV años. Nuestra experiencia va mas allá del diseño ya que utilizamos materiales de altísima calidad y tecnología de punta para ofrecer “alta costura en serie”.\">\n<meta property=\"og:image\" content=\"https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png\">\n\n<!-- Twitter -->\n<meta property=\"twitter:card\" content=\"summary_large_image\">\n<meta property=\"twitter:url\" content=\"https://metatags.io/\">\n<meta property=\"twitter:title\" content=\"Nina Sans\">\n<meta property=\"twitter:description\" content=\"Somos una empresa orgullosamente mexicana que nace en 1985 dedicada a la confección y diseño de vestidos de novia y XV años. Nuestra experiencia va mas allá del diseño ya que utilizamos materiales de altísima calidad y tecnología de punta para ofrecer “alta costura en serie”.\">\n<meta property=\"twitter:image\" content=\"https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png\">');
-- ----------------------------
-- Table structure for `field_store_twitter`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_twitter`;
CREATE TABLE `field_store_twitter` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_twitter
-- ----------------------------
INSERT INTO `field_store_twitter` VALUES ('1016', 'https://www.twitter.com/NinaResens');
-- ----------------------------
-- Table structure for `field_store_url`
-- ----------------------------
DROP TABLE IF EXISTS `field_store_url`;
CREATE TABLE `field_store_url` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(250)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_store_url
-- ----------------------------
INSERT INTO `field_store_url` VALUES ('1016', 'https://www.ninaresens.com/');
-- ----------------------------
-- Table structure for `field_title`
-- ----------------------------
DROP TABLE IF EXISTS `field_title`;
CREATE TABLE `field_title` (
`pages_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`pages_id`),
KEY `data_exact` (`data`(255)),
FULLTEXT KEY `data` (`data`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_title
-- ----------------------------
INSERT INTO `field_title` VALUES ('11', 'Templates');
INSERT INTO `field_title` VALUES ('16', 'Fields');
INSERT INTO `field_title` VALUES ('22', 'Setup');
INSERT INTO `field_title` VALUES ('3', 'Pages');
INSERT INTO `field_title` VALUES ('6', 'Add Page');
INSERT INTO `field_title` VALUES ('8', 'Tree');
INSERT INTO `field_title` VALUES ('9', 'Save Sort');
INSERT INTO `field_title` VALUES ('10', 'Edit');
INSERT INTO `field_title` VALUES ('21', 'Modules');
INSERT INTO `field_title` VALUES ('29', 'Users');
INSERT INTO `field_title` VALUES ('30', 'Roles');
INSERT INTO `field_title` VALUES ('2', 'Admin');
INSERT INTO `field_title` VALUES ('7', 'Trash');
INSERT INTO `field_title` VALUES ('27', '404 Not Found');
INSERT INTO `field_title` VALUES ('302', 'Insert Link');
INSERT INTO `field_title` VALUES ('23', 'Login');
INSERT INTO `field_title` VALUES ('304', 'Profile');
INSERT INTO `field_title` VALUES ('301', 'Empty Trash');
INSERT INTO `field_title` VALUES ('300', 'Search');
INSERT INTO `field_title` VALUES ('303', 'Insert Image');
INSERT INTO `field_title` VALUES ('28', 'Access');
INSERT INTO `field_title` VALUES ('31', 'Permissions');
INSERT INTO `field_title` VALUES ('32', 'Edit pages');
INSERT INTO `field_title` VALUES ('34', 'Delete pages');
INSERT INTO `field_title` VALUES ('35', 'Move pages (change parent)');
INSERT INTO `field_title` VALUES ('36', 'View pages');
INSERT INTO `field_title` VALUES ('50', 'Sort child pages');
INSERT INTO `field_title` VALUES ('51', 'Change templates on pages');
INSERT INTO `field_title` VALUES ('52', 'Administer users');
INSERT INTO `field_title` VALUES ('53', 'User can update profile/password');
INSERT INTO `field_title` VALUES ('54', 'Lock or unlock a page');
INSERT INTO `field_title` VALUES ('1', 'Home');
INSERT INTO `field_title` VALUES ('1006', 'Use Page Lister');
INSERT INTO `field_title` VALUES ('1007', 'Find');
INSERT INTO `field_title` VALUES ('1010', 'Recent');
INSERT INTO `field_title` VALUES ('1011', 'Can see recently edited pages');
INSERT INTO `field_title` VALUES ('1012', 'Logs');
INSERT INTO `field_title` VALUES ('1013', 'Can view system logs');
INSERT INTO `field_title` VALUES ('1014', 'Can manage system logs');
INSERT INTO `field_title` VALUES ('1015', '<NAME>');
INSERT INTO `field_title` VALUES ('1016', 'Nina Resens');
INSERT INTO `field_title` VALUES ('1017', 'Samia');
INSERT INTO `field_title` VALUES ('1018', 'Dorotea');
INSERT INTO `field_title` VALUES ('1019', 'Freya');
INSERT INTO `field_title` VALUES ('1021', 'Opciones');
INSERT INTO `field_title` VALUES ('1044', 'Tipo de Material');
INSERT INTO `field_title` VALUES ('1050', 'Batch Child Editor');
INSERT INTO `field_title` VALUES ('1077', 'En V');
INSERT INTO `field_title` VALUES ('1048', 'caracteristica');
INSERT INTO `field_title` VALUES ('1043', 'Tipo de Corte');
INSERT INTO `field_title` VALUES ('1047', 'Caracteristicas');
INSERT INTO `field_title` VALUES ('1046', 'Tallas');
INSERT INTO `field_title` VALUES ('1045', 'Colores');
INSERT INTO `field_title` VALUES ('1034', 'Dashboard');
INSERT INTO `field_title` VALUES ('1035', 'Ver Dashboard');
INSERT INTO `field_title` VALUES ('1037', 'Productos');
INSERT INTO `field_title` VALUES ('1039', 'Clone');
INSERT INTO `field_title` VALUES ('1040', 'Clone a page');
INSERT INTO `field_title` VALUES ('1041', 'Clone a tree of pages');
INSERT INTO `field_title` VALUES ('1042', 'Repeaters');
INSERT INTO `field_title` VALUES ('1051', 'Children CSV Export');
INSERT INTO `field_title` VALUES ('1052', 'Princesa');
INSERT INTO `field_title` VALUES ('1053', 'Sirena');
INSERT INTO `field_title` VALUES ('1054', 'Princesa (semi-amplio)');
INSERT INTO `field_title` VALUES ('1055', 'Princesa (amplio)');
INSERT INTO `field_title` VALUES ('1056', 'Linea A');
INSERT INTO `field_title` VALUES ('1057', 'Tul y aplicación de importación');
INSERT INTO `field_title` VALUES ('1058', 'Tul Escama Importado');
INSERT INTO `field_title` VALUES ('1059', 'Aplicación Importada');
INSERT INTO `field_title` VALUES ('1060', 'Tul con aplicaciones de importanción');
INSERT INTO `field_title` VALUES ('1061', 'Ivory');
INSERT INTO `field_title` VALUES ('1062', 'Blanco');
INSERT INTO `field_title` VALUES ('1063', 'Nude');
INSERT INTO `field_title` VALUES ('1064', '30');
INSERT INTO `field_title` VALUES ('1065', '34');
INSERT INTO `field_title` VALUES ('1066', '40');
INSERT INTO `field_title` VALUES ('1067', '1 Pieza');
INSERT INTO `field_title` VALUES ('1068', 'Cauda Desmontable');
INSERT INTO `field_title` VALUES ('1069', 'Strapless con transparencia');
INSERT INTO `field_title` VALUES ('1070', 'Colecciones');
INSERT INTO `field_title` VALUES ('1075', 'Escotes');
INSERT INTO `field_title` VALUES ('1076', 'Barco');
INSERT INTO `field_title` VALUES ('1078', 'Halter');
INSERT INTO `field_title` VALUES ('1079', 'Corazón');
INSERT INTO `field_title` VALUES ('1080', 'Palabra de Honor');
INSERT INTO `field_title` VALUES ('1081', 'Arrastre Pequeño');
INSERT INTO `field_title` VALUES ('1082', 'Gris');
INSERT INTO `field_title` VALUES ('1083', 'Zazil');
INSERT INTO `field_title` VALUES ('1087', 'Heras');
INSERT INTO `field_title` VALUES ('1088', 'Clásica');
INSERT INTO `field_title` VALUES ('1089', 'Elegance');
INSERT INTO `field_title` VALUES ('1090', 'Glamour');
INSERT INTO `field_title` VALUES ('1091', 'España');
INSERT INTO `field_title` VALUES ('1092', 'Moderna');
INSERT INTO `field_title` VALUES ('1093', 'Tradición');
INSERT INTO `field_title` VALUES ('1094', 'Vanguardia');
INSERT INTO `field_title` VALUES ('1095', 'Golden line');
INSERT INTO `field_title` VALUES ('1096', 'Fania');
INSERT INTO `field_title` VALUES ('1097', 'Cauda Integrada');
INSERT INTO `field_title` VALUES ('1098', 'MAGGIE');
INSERT INTO `field_title` VALUES ('1099', 'KRISTIN');
INSERT INTO `field_title` VALUES ('1100', 'Martina');
INSERT INTO `field_title` VALUES ('1101', 'Amina');
INSERT INTO `field_title` VALUES ('1102', 'Amy');
INSERT INTO `field_title` VALUES ('1103', 'Iria');
INSERT INTO `field_title` VALUES ('1104', 'Noor');
INSERT INTO `field_title` VALUES ('1105', 'Hanna');
INSERT INTO `field_title` VALUES ('1106', 'Mara');
INSERT INTO `field_title` VALUES ('1107', 'Zoe');
INSERT INTO `field_title` VALUES ('1108', 'Candela');
INSERT INTO `field_title` VALUES ('1109', 'Gala');
INSERT INTO `field_title` VALUES ('1110', 'Talia');
INSERT INTO `field_title` VALUES ('1111', 'Danna');
INSERT INTO `field_title` VALUES ('1112', 'Alba');
INSERT INTO `field_title` VALUES ('1113', 'Tipo de Vestido');
INSERT INTO `field_title` VALUES ('1114', 'Barco');
INSERT INTO `field_title` VALUES ('1115', 'En V');
INSERT INTO `field_title` VALUES ('1116', 'Halter');
INSERT INTO `field_title` VALUES ('1117', 'Corazón');
INSERT INTO `field_title` VALUES ('1118', 'Palabra de honor');
INSERT INTO `field_title` VALUES ('1119', 'AppApi');
INSERT INTO `field_title` VALUES ('1120', 'Manage AppApi settings');
INSERT INTO `field_title` VALUES ('1121', 'Tiendas');
INSERT INTO `field_title` VALUES ('1122', 'Productos');
INSERT INTO `field_title` VALUES ('1123', 'Agnes');
INSERT INTO `field_title` VALUES ('1124', 'Iva');
INSERT INTO `field_title` VALUES ('1125', 'Jane');
INSERT INTO `field_title` VALUES ('1126', 'Kiera');
INSERT INTO `field_title` VALUES ('1127', 'Romy');
INSERT INTO `field_title` VALUES ('1128', 'Azul Cielo');
INSERT INTO `field_title` VALUES ('1129', 'Azul rey');
INSERT INTO `field_title` VALUES ('1130', 'Blush');
INSERT INTO `field_title` VALUES ('1131', 'Palo de Rosa');
INSERT INTO `field_title` VALUES ('1132', 'Verde Jade');
INSERT INTO `field_title` VALUES ('1133', 'Vino');
INSERT INTO `field_title` VALUES ('1134', 'Escote Strapless');
INSERT INTO `field_title` VALUES ('1135', 'Hombro Caido');
INSERT INTO `field_title` VALUES ('1136', 'Chic');
INSERT INTO `field_title` VALUES ('1137', 'Fashionable');
INSERT INTO `field_title` VALUES ('1138', 'Oro');
INSERT INTO `field_title` VALUES ('1139', 'Stylish');
INSERT INTO `field_title` VALUES ('1140', 'Champagne');
INSERT INTO `field_title` VALUES ('1141', 'Rojo');
INSERT INTO `field_title` VALUES ('1142', '2 Piezas');
INSERT INTO `field_title` VALUES ('1143', 'Escote Corazón con tirantes');
INSERT INTO `field_title` VALUES ('1144', 'Transparencias');
INSERT INTO `field_title` VALUES ('1145', 'Champagne/Vino');
INSERT INTO `field_title` VALUES ('1146', 'Champagne/Azul Rey');
INSERT INTO `field_title` VALUES ('1147', 'Champagne/Palo de Rosa');
INSERT INTO `field_title` VALUES ('1148', 'Escote Strapless Corazón');
INSERT INTO `field_title` VALUES ('1149', 'Sun');
INSERT INTO `field_title` VALUES ('1150', 'Escote Cuello Princesa');
INSERT INTO `field_title` VALUES ('1151', 'Harley');
INSERT INTO `field_title` VALUES ('1152', 'Tanit');
INSERT INTO `field_title` VALUES ('1153', 'Escote corazón con tirante');
INSERT INTO `field_title` VALUES ('1154', 'Tipo de manga');
INSERT INTO `field_title` VALUES ('1155', 'Manga Corta');
INSERT INTO `field_title` VALUES ('1156', 'Manga Larga');
INSERT INTO `field_title` VALUES ('1157', 'Tipos de Caida');
INSERT INTO `field_title` VALUES ('1158', 'Caida Hombro');
INSERT INTO `field_title` VALUES ('1159', 'Caida 2');
INSERT INTO `field_title` VALUES ('1160', 'Extras');
INSERT INTO `field_title` VALUES ('1161', 'Extra 1');
INSERT INTO `field_title` VALUES ('1162', 'Extra 2');
INSERT INTO `field_title` VALUES ('1163', 'Extra 3');
INSERT INTO `field_title` VALUES ('1164', 'Opciones (copy)');
INSERT INTO `field_title` VALUES ('1165', 'Chic');
INSERT INTO `field_title` VALUES ('1166', 'Fashionable');
INSERT INTO `field_title` VALUES ('1167', 'Moderna');
INSERT INTO `field_title` VALUES ('1168', 'Chic');
INSERT INTO `field_title` VALUES ('1169', 'Fashionable');
INSERT INTO `field_title` VALUES ('1170', 'Moderna');
INSERT INTO `field_title` VALUES ('1171', 'Stylish');
INSERT INTO `field_title` VALUES ('1172', 'Vanguardia');
INSERT INTO `field_title` VALUES ('1173', 'Distribuidores');
INSERT INTO `field_title` VALUES ('1174', 'Import Pages CSV');
INSERT INTO `field_title` VALUES ('1175', ' MARIA EUGENIA GARCIA OVANDO.');
INSERT INTO `field_title` VALUES ('1176', ' (NO) MARTHA MORAL<NAME>LO');
INSERT INTO `field_title` VALUES ('1177', '(NO) VICTOR MANUEL CARRANZA ARAGON');
INSERT INTO `field_title` VALUES ('1178', '(NO)ALBERTO MORALES MURCIA');
INSERT INTO `field_title` VALUES ('1179', '(NO)ANA MARIA GONZALEZ LOPEZ');
INSERT INTO `field_title` VALUES ('1180', '(NO)ELIA MARIA VARGAS FIGUEROA.');
INSERT INTO `field_title` VALUES ('1181', '(NO)ELISA HUERTA DE LA GARZA');
INSERT INTO `field_title` VALUES ('1182', '(NO)MARTHA ELVIRA VILLAREAL TREVIÑO');
INSERT INTO `field_title` VALUES ('1183', '(NO)MARTHA VILLAREAL RENDON ');
INSERT INTO `field_title` VALUES ('1184', '(NO)RUBEN COR<NAME>');
INSERT INTO `field_title` VALUES ('1185', '<NAME> ');
INSERT INTO `field_title` VALUES ('1186', 'ALANA S.A. DE C.V.');
INSERT INTO `field_title` VALUES ('1187', 'HARLEY');
INSERT INTO `field_title` VALUES ('1188', 'Accesorio de Brazo');
-- ----------------------------
-- Table structure for `field_user_store`
-- ----------------------------
DROP TABLE IF EXISTS `field_user_store`;
CREATE TABLE `field_user_store` (
`pages_id` int(10) unsigned NOT NULL,
`data` int(11) NOT NULL,
`sort` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`sort`),
KEY `data` (`data`,`pages_id`,`sort`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of field_user_store
-- ----------------------------
-- ----------------------------
-- Table structure for `modules`
-- ----------------------------
DROP TABLE IF EXISTS `modules`;
CREATE TABLE `modules` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`class` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`flags` int(11) NOT NULL DEFAULT '0',
`data` text NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `class` (`class`)
) ENGINE=MyISAM AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of modules
-- ----------------------------
INSERT INTO `modules` VALUES ('1', 'FieldtypeTextarea', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('2', 'FieldtypeNumber', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('3', 'FieldtypeText', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('4', 'FieldtypePage', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('30', 'InputfieldForm', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('6', 'FieldtypeFile', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('7', 'ProcessPageEdit', '1', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('10', 'ProcessLogin', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('12', 'ProcessPageList', '0', '{\"pageLabelField\":\"title\",\"paginationLimit\":25,\"limit\":50}', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('121', 'ProcessPageEditLink', '1', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('14', 'ProcessPageSort', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('15', 'InputfieldPageListSelect', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('117', 'JqueryUI', '1', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('17', 'ProcessPageAdd', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('125', 'SessionLoginThrottle', '11', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('122', 'InputfieldPassword', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('25', 'InputfieldAsmSelect', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('116', 'JqueryCore', '1', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('27', 'FieldtypeModule', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('28', 'FieldtypeDatetime', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('29', 'FieldtypeEmail', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('108', 'InputfieldURL', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('32', 'InputfieldSubmit', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('33', 'InputfieldWrapper', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('34', 'InputfieldText', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('35', 'InputfieldTextarea', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('36', 'InputfieldSelect', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('37', 'InputfieldCheckbox', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('38', 'InputfieldCheckboxes', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('39', 'InputfieldRadios', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('40', 'InputfieldHidden', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('41', 'InputfieldName', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('43', 'InputfieldSelectMultiple', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('45', 'JqueryWireTabs', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('46', 'ProcessPage', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('47', 'ProcessTemplate', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('48', 'ProcessField', '32', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('50', 'ProcessModule', '0', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('114', 'PagePermissions', '3', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('97', 'FieldtypeCheckbox', '1', '', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('115', 'PageRender', '3', '{\"clearCache\":1}', '2021-05-24 15:55:28');
INSERT INTO `modules` VALUES ('55', 'InputfieldFile', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('56', 'InputfieldImage', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('57', 'FieldtypeImage', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('60', 'InputfieldPage', '0', '{\"inputfieldClasses\":[\"InputfieldSelect\",\"InputfieldSelectMultiple\",\"InputfieldCheckboxes\",\"InputfieldRadios\",\"InputfieldAsmSelect\",\"InputfieldPageListSelect\",\"InputfieldPageListSelectMultiple\",\"InputfieldPageAutocomplete\"]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('61', 'TextformatterEntities', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('66', 'ProcessUser', '0', '{\"showFields\":[\"name\",\"email\",\"roles\"]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('67', 'MarkupAdminDataTable', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('68', 'ProcessRole', '0', '{\"showFields\":[\"name\"]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('76', 'ProcessList', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('78', 'InputfieldFieldset', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('79', 'InputfieldMarkup', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('80', 'InputfieldEmail', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('89', 'FieldtypeFloat', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('83', 'ProcessPageView', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('84', 'FieldtypeInteger', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('85', 'InputfieldInteger', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('86', 'InputfieldPageName', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('87', 'ProcessHome', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('90', 'InputfieldFloat', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('94', 'InputfieldDatetime', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('98', 'MarkupPagerNav', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('129', 'ProcessPageEditImageSelect', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('103', 'JqueryTableSorter', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('104', 'ProcessPageSearch', '1', '{\"searchFields\":\"title\",\"displayField\":\"title path\"}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('105', 'FieldtypeFieldsetOpen', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('106', 'FieldtypeFieldsetClose', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('107', 'FieldtypeFieldsetTabOpen', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('109', 'ProcessPageTrash', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('111', 'FieldtypePageTitle', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('112', 'InputfieldPageTitle', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('113', 'MarkupPageArray', '3', '', '2021-05-24 15:55:27');
INSERT INTO `modules` VALUES ('131', 'InputfieldButton', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('133', 'FieldtypePassword', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('134', 'ProcessPageType', '33', '{\"showFields\":[]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('135', 'FieldtypeURL', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('136', 'ProcessPermission', '1', '{\"showFields\":[\"name\",\"title\"]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('137', 'InputfieldPageListSelectMultiple', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('138', 'ProcessProfile', '1', '{\"profileFields\":[\"email\",\"pass\"]}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('139', 'SystemUpdater', '1', '{\"systemVersion\":18,\"coreVersion\":\"3.0.165\"}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('148', 'AdminThemeDefault', '10', '{\"colors\":\"classic\"}', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('149', 'InputfieldSelector', '42', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('150', 'ProcessPageLister', '32', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('151', 'JqueryMagnific', '1', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('155', 'InputfieldCKEditor', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('156', 'MarkupHTMLPurifier', '0', '', '2021-05-24 15:55:29');
INSERT INTO `modules` VALUES ('159', 'ProcessRecentPages', '1', '', '2021-05-24 15:56:11');
INSERT INTO `modules` VALUES ('160', 'AdminThemeUikit', '10', '', '2021-05-24 15:56:11');
INSERT INTO `modules` VALUES ('161', 'ProcessLogger', '1', '', '2021-05-24 15:56:32');
INSERT INTO `modules` VALUES ('162', 'InputfieldIcon', '0', '', '2021-05-24 15:56:32');
INSERT INTO `modules` VALUES ('163', 'DressesDashboard', '1', '', '2021-05-24 16:34:40');
INSERT INTO `modules` VALUES ('164', 'ProcessPageClone', '11', '', '2021-05-24 19:19:23');
INSERT INTO `modules` VALUES ('165', 'TextformatterStripTags', '1', '', '2021-05-24 19:19:36');
INSERT INTO `modules` VALUES ('166', 'TextformatterPstripper', '1', '', '2021-05-24 19:19:50');
INSERT INTO `modules` VALUES ('167', 'TextformatterNewlineBR', '1', '', '2021-05-24 19:20:02');
INSERT INTO `modules` VALUES ('168', 'TextformatterNewlineUL', '1', '', '2021-05-24 19:20:18');
INSERT INTO `modules` VALUES ('169', 'InputfieldToggle', '0', '', '2021-05-24 19:20:38');
INSERT INTO `modules` VALUES ('170', 'FieldtypeToggle', '1', '', '2021-05-24 19:20:38');
INSERT INTO `modules` VALUES ('171', 'FieldtypeRepeater', '35', '{\"repeatersRootPageID\":1042}', '2021-05-24 19:20:49');
INSERT INTO `modules` VALUES ('172', 'InputfieldRepeater', '0', '', '2021-05-24 19:20:49');
INSERT INTO `modules` VALUES ('173', 'FieldtypeOptions', '1', '', '2021-05-25 13:30:49');
INSERT INTO `modules` VALUES ('174', 'InputfieldPageAutocomplete', '0', '', '2021-05-25 13:31:43');
INSERT INTO `modules` VALUES ('175', 'FieldtypePageTable', '3', '', '2021-05-25 13:31:46');
INSERT INTO `modules` VALUES ('176', 'InputfieldPageTable', '0', '', '2021-05-25 13:31:46');
INSERT INTO `modules` VALUES ('177', 'BatchChildEditor', '10', '', '2021-05-25 13:32:16');
INSERT INTO `modules` VALUES ('178', 'ProcessChildrenCsvExport', '1', '', '2021-05-25 13:32:16');
INSERT INTO `modules` VALUES ('185', 'InputfieldColor', '0', '', '2021-05-25 19:49:18');
INSERT INTO `modules` VALUES ('180', 'TextInputAwesomplete', '11', '', '2021-05-25 14:51:29');
INSERT INTO `modules` VALUES ('181', 'FieldtypeFieldsetPage', '35', '{\"repeatersRootPageID\":1042}', '2021-05-25 14:59:44');
INSERT INTO `modules` VALUES ('182', 'FieldtypeOptionsColor', '1', '', '2021-05-25 15:00:05');
INSERT INTO `modules` VALUES ('183', 'ProcessForgotPassword', '1', '{\"emailFrom\":\"\",\"askEmail\":\"\",\"maxPerIP\":3,\"useLog\":1,\"confirmFields\":[\"email:92\"],\"allowRoles\":[],\"blockRoles\":[],\"uninstall\":\"\",\"submit_save_module\":\"Submit\"}', '2021-05-25 15:00:59');
INSERT INTO `modules` VALUES ('184', 'TemplateFieldWidths', '10', '{\"tfw_collapsed\":\"1\",\"field_identifier\":\"name\",\"show_original_width\":1,\"uninstall\":\"\",\"submit_save_module\":\"Submit\"}', '2021-05-25 15:01:37');
INSERT INTO `modules` VALUES ('186', 'FieldtypeColor', '1', '', '2021-05-25 19:51:09');
INSERT INTO `modules` VALUES ('187', 'FieldtypeColorPicker', '1', '', '2021-05-25 19:51:26');
INSERT INTO `modules` VALUES ('188', 'InputfieldColorPicker', '0', '', '2021-05-25 19:51:26');
INSERT INTO `modules` VALUES ('189', 'AppApi', '3', '', '2021-05-26 10:10:50');
INSERT INTO `modules` VALUES ('190', 'ImportPagesCSV', '1', '', '2021-06-01 21:22:23');
-- ----------------------------
-- Table structure for `pages`
-- ----------------------------
DROP TABLE IF EXISTS `pages`;
CREATE TABLE `pages` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`templates_id` int(11) unsigned NOT NULL DEFAULT '0',
`name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`status` int(10) unsigned NOT NULL DEFAULT '1',
`modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modified_users_id` int(10) unsigned NOT NULL DEFAULT '2',
`created` timestamp NOT NULL DEFAULT '2015-12-18 06:09:00',
`created_users_id` int(10) unsigned NOT NULL DEFAULT '2',
`published` datetime DEFAULT NULL,
`sort` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `name_parent_id` (`name`,`parent_id`),
KEY `parent_id` (`parent_id`),
KEY `templates_id` (`templates_id`),
KEY `modified` (`modified`),
KEY `created` (`created`),
KEY `status` (`status`),
KEY `published` (`published`)
) ENGINE=MyISAM AUTO_INCREMENT=1189 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of pages
-- ----------------------------
INSERT INTO `pages` VALUES ('1', '0', '1', 'home', '9', '2021-05-26 13:19:55', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('2', '1', '2', 'admin', '1035', '2021-05-24 15:56:12', '40', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '9');
INSERT INTO `pages` VALUES ('3', '2', '2', 'page', '21', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('6', '3', '2', 'add', '21', '2021-05-24 15:59:47', '40', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '1');
INSERT INTO `pages` VALUES ('7', '1', '2', 'trash', '1039', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '10');
INSERT INTO `pages` VALUES ('8', '3', '2', 'list', '21', '2021-05-24 16:00:20', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('9', '3', '2', 'sort', '1047', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '3');
INSERT INTO `pages` VALUES ('10', '3', '2', 'edit', '1045', '2021-05-24 16:00:17', '40', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '4');
INSERT INTO `pages` VALUES ('11', '22', '2', 'template', '21', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('16', '22', '2', 'field', '21', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '2');
INSERT INTO `pages` VALUES ('21', '2', '2', 'module', '21', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '2');
INSERT INTO `pages` VALUES ('22', '2', '2', 'setup', '21', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '1');
INSERT INTO `pages` VALUES ('23', '2', '2', 'login', '1035', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '4');
INSERT INTO `pages` VALUES ('27', '1', '29', 'http404', '1035', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '3', '2021-05-24 15:55:29', '8');
INSERT INTO `pages` VALUES ('28', '2', '2', 'access', '13', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '3');
INSERT INTO `pages` VALUES ('29', '28', '2', 'users', '29', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('30', '28', '2', 'roles', '29', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '1');
INSERT INTO `pages` VALUES ('31', '28', '2', 'permissions', '29', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '2');
INSERT INTO `pages` VALUES ('32', '31', '5', 'page-edit', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '2');
INSERT INTO `pages` VALUES ('34', '31', '5', 'page-delete', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '3');
INSERT INTO `pages` VALUES ('35', '31', '5', 'page-move', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '4');
INSERT INTO `pages` VALUES ('36', '31', '5', 'page-view', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('37', '30', '4', 'guest', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('38', '30', '4', 'superuser', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '1');
INSERT INTO `pages` VALUES ('41', '29', '3', 'admin', '1', '2021-05-25 12:58:44', '40', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '0');
INSERT INTO `pages` VALUES ('40', '29', '3', 'guest', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '1');
INSERT INTO `pages` VALUES ('50', '31', '5', 'page-sort', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '5');
INSERT INTO `pages` VALUES ('51', '31', '5', 'page-template', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '6');
INSERT INTO `pages` VALUES ('52', '31', '5', 'user-admin', '25', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '10');
INSERT INTO `pages` VALUES ('53', '31', '5', 'profile-edit', '1', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '13');
INSERT INTO `pages` VALUES ('54', '31', '5', 'page-lock', '1', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '8');
INSERT INTO `pages` VALUES ('300', '3', '2', 'search', '1045', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '6');
INSERT INTO `pages` VALUES ('301', '3', '2', 'trash', '1047', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '6');
INSERT INTO `pages` VALUES ('302', '3', '2', 'link', '1041', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '7');
INSERT INTO `pages` VALUES ('303', '3', '2', 'image', '1041', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '2', '2021-05-24 15:55:29', '8');
INSERT INTO `pages` VALUES ('304', '2', '2', 'profile', '1025', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '41', '2021-05-24 15:55:29', '5');
INSERT INTO `pages` VALUES ('1006', '31', '5', 'page-lister', '1', '2021-05-24 15:55:29', '40', '2021-05-24 15:55:29', '40', '2021-05-24 15:55:29', '9');
INSERT INTO `pages` VALUES ('1007', '3', '2', 'lister', '1', '2021-05-24 15:55:29', '40', '2021-05-24 15:55:29', '40', '2021-05-24 15:55:29', '9');
INSERT INTO `pages` VALUES ('1010', '3', '2', 'recent-pages', '1', '2021-05-24 15:56:11', '40', '2021-05-24 15:56:11', '40', '2021-05-24 15:56:11', '10');
INSERT INTO `pages` VALUES ('1011', '31', '5', 'page-edit-recent', '1', '2021-05-24 15:56:11', '40', '2021-05-24 15:56:11', '40', '2021-05-24 15:56:11', '10');
INSERT INTO `pages` VALUES ('1012', '22', '2', 'logs', '1', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '2');
INSERT INTO `pages` VALUES ('1013', '31', '5', 'logs-view', '1', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '11');
INSERT INTO `pages` VALUES ('1014', '31', '5', 'logs-edit', '1', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '40', '2021-05-24 15:56:32', '12');
INSERT INTO `pages` VALUES ('1015', '1121', '64', 'diana-di-giorno', '1', '2021-05-26 13:20:04', '41', '2021-05-24 16:04:11', '41', '2021-05-24 16:04:11', '1');
INSERT INTO `pages` VALUES ('1016', '1121', '64', 'nina-resens', '1', '2021-06-01 21:43:43', '41', '2021-05-24 16:06:12', '41', '2021-05-24 16:06:12', '0');
INSERT INTO `pages` VALUES ('1017', '1037', '43', 'jane', '1', '2021-05-25 20:39:46', '41', '2021-05-24 16:06:41', '41', '2021-05-24 16:06:41', '2');
INSERT INTO `pages` VALUES ('1018', '1037', '43', 'dorotea', '1', '2021-05-26 18:46:46', '41', '2021-05-24 16:07:48', '41', '2021-05-24 16:07:48', '0');
INSERT INTO `pages` VALUES ('1019', '1037', '43', 'freya', '1', '2021-05-26 18:40:42', '41', '2021-05-24 16:08:07', '41', '2021-05-24 16:08:07', '1');
INSERT INTO `pages` VALUES ('1021', '1', '48', 'opciones', '1025', '2021-05-25 15:48:41', '41', '2021-05-24 16:10:45', '41', '2021-05-25 15:48:36', '6');
INSERT INTO `pages` VALUES ('1050', '31', '5', 'batch-child-editor', '1', '2021-05-25 13:32:16', '41', '2021-05-25 13:32:16', '41', '2021-05-25 13:32:16', '16');
INSERT INTO `pages` VALUES ('1051', '22', '2', 'children-csv-export', '1024', '2021-05-25 13:32:16', '41', '2021-05-25 13:32:16', '41', '2021-05-25 13:32:16', '3');
INSERT INTO `pages` VALUES ('1052', '1043', '51', 'princesa', '1', '2021-06-01 17:48:22', '41', '2021-05-25 13:35:39', '41', '2021-05-25 13:35:39', '1');
INSERT INTO `pages` VALUES ('1044', '1021', '59', 'tipo-de-material', '1', '2021-05-25 13:37:02', '41', '2021-05-25 13:21:49', '41', '2021-05-25 13:21:49', '1');
INSERT INTO `pages` VALUES ('1045', '1021', '55', 'colores', '1', '2021-05-25 13:47:20', '41', '2021-05-25 13:22:16', '41', '2021-05-25 13:22:16', '2');
INSERT INTO `pages` VALUES ('1046', '1021', '58', 'tallas', '1', '2021-05-25 13:48:03', '41', '2021-05-25 13:22:41', '41', '2021-05-25 13:22:41', '3');
INSERT INTO `pages` VALUES ('1047', '1021', '57', 'caracteristicas', '1', '2021-05-25 13:24:49', '41', '2021-05-25 13:24:49', '41', '2021-05-25 13:24:49', '4');
INSERT INTO `pages` VALUES ('1033', '30', '4', 'editor', '1', '2021-05-24 16:35:28', '41', '2021-05-24 16:29:00', '41', '2021-05-24 16:35:28', '2');
INSERT INTO `pages` VALUES ('1034', '2', '2', 'dashboard', '1', '2021-05-24 16:34:40', '41', '2021-05-24 16:34:40', '41', '2021-05-24 16:34:40', '6');
INSERT INTO `pages` VALUES ('1035', '31', '5', 'admin-dashboard', '1', '2021-05-24 16:34:40', '41', '2021-05-24 16:34:40', '41', '2021-05-24 16:34:40', '13');
INSERT INTO `pages` VALUES ('1036', '29', '3', 'editor-tienda', '1', '2021-05-24 16:36:12', '41', '2021-05-24 16:35:46', '41', '2021-05-24 16:36:12', '2');
INSERT INTO `pages` VALUES ('1037', '1015', '49', 'productos', '1', '2021-05-24 19:11:31', '41', '2021-05-24 19:08:04', '41', '2021-05-24 19:08:04', '0');
INSERT INTO `pages` VALUES ('1053', '1043', '51', 'sirena', '1', '2021-06-01 17:48:45', '41', '2021-05-25 13:35:39', '41', '2021-05-25 13:35:39', '2');
INSERT INTO `pages` VALUES ('1039', '3', '2', 'clone', '1024', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '10');
INSERT INTO `pages` VALUES ('1040', '31', '5', 'page-clone', '1', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '14');
INSERT INTO `pages` VALUES ('1041', '31', '5', 'page-clone-tree', '1', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '41', '2021-05-24 19:19:23', '15');
INSERT INTO `pages` VALUES ('1042', '2', '2', 'repeaters', '1036', '2021-05-24 19:20:49', '41', '2021-05-24 19:20:49', '41', '2021-05-24 19:20:49', '7');
INSERT INTO `pages` VALUES ('1048', '1042', '2', 'for-field-101', '17', '2021-05-25 13:26:43', '41', '2021-05-25 13:26:43', '41', '2021-05-25 13:26:43', '0');
INSERT INTO `pages` VALUES ('1043', '1021', '56', 'tipo-de-corte', '1', '2021-05-25 13:35:39', '41', '2021-05-25 13:20:27', '41', '2021-05-25 13:20:27', '0');
INSERT INTO `pages` VALUES ('1054', '1043', '51', 'princesa-semi-amplio', '1', '2021-06-01 17:48:52', '41', '2021-05-25 13:35:39', '41', '2021-05-25 13:35:39', '3');
INSERT INTO `pages` VALUES ('1055', '1043', '51', 'princesa-amplio', '1', '2021-06-01 17:48:59', '41', '2021-05-25 13:35:39', '41', '2021-05-25 13:35:39', '4');
INSERT INTO `pages` VALUES ('1056', '1043', '51', 'linea-a', '1', '2021-06-01 17:49:52', '41', '2021-05-25 13:35:39', '41', '2021-05-25 13:35:39', '5');
INSERT INTO `pages` VALUES ('1057', '1044', '52', 'tul-y-aplicacion-de-importacion', '1', '2021-05-25 13:37:01', '41', '2021-05-25 13:37:01', '41', '2021-05-25 13:37:01', '1');
INSERT INTO `pages` VALUES ('1058', '1044', '52', 'tul-escama-importado', '1', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '2');
INSERT INTO `pages` VALUES ('1059', '1044', '52', 'aplicacion-importada', '1', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '3');
INSERT INTO `pages` VALUES ('1060', '1044', '52', 'tul-con-aplicaciones-de-importancion', '1', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '41', '2021-05-25 13:37:02', '4');
INSERT INTO `pages` VALUES ('1061', '1045', '53', 'ivory', '1', '2021-05-25 19:53:19', '41', '2021-05-25 13:37:48', '41', '2021-05-25 13:37:48', '1');
INSERT INTO `pages` VALUES ('1062', '1045', '53', 'blanco', '1', '2021-05-25 20:23:58', '41', '2021-05-25 13:37:49', '41', '2021-05-25 13:37:49', '2');
INSERT INTO `pages` VALUES ('1063', '1045', '53', 'nude', '1', '2021-05-25 19:55:18', '41', '2021-05-25 13:37:49', '41', '2021-05-25 13:37:49', '3');
INSERT INTO `pages` VALUES ('1064', '1046', '54', '30', '1', '2021-05-25 13:48:03', '41', '2021-05-25 13:48:03', '41', '2021-05-25 13:48:03', '1');
INSERT INTO `pages` VALUES ('1065', '1046', '54', '34', '1', '2021-05-25 13:48:03', '41', '2021-05-25 13:48:03', '41', '2021-05-25 13:48:03', '2');
INSERT INTO `pages` VALUES ('1066', '1046', '54', '34-1', '1', '2021-05-25 19:34:13', '41', '2021-05-25 13:48:03', '41', '2021-05-25 13:48:03', '3');
INSERT INTO `pages` VALUES ('1067', '1047', '60', '1-pieza', '1', '2021-05-25 14:05:13', '41', '2021-05-25 14:05:07', '41', '2021-05-25 14:05:07', '0');
INSERT INTO `pages` VALUES ('1068', '1047', '60', 'cauda-desmontable', '1', '2021-05-25 14:05:46', '41', '2021-05-25 14:05:39', '41', '2021-05-25 14:05:39', '1');
INSERT INTO `pages` VALUES ('1069', '1047', '60', 'strapless-con-transparencia', '1', '2021-05-25 14:10:44', '41', '2021-05-25 14:06:16', '41', '2021-05-25 14:10:44', '2');
INSERT INTO `pages` VALUES ('1070', '1021', '62', 'colecciones', '1', '2021-05-25 20:35:11', '41', '2021-05-25 15:22:34', '41', '2021-05-25 15:22:34', '5');
INSERT INTO `pages` VALUES ('1075', '1021', '66', 'escotes', '1', '2021-05-25 18:56:19', '41', '2021-05-25 18:55:29', '41', '2021-05-25 18:55:29', '6');
INSERT INTO `pages` VALUES ('1076', '1075', '67', 'barco', '1', '2021-05-26 12:50:22', '41', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '1');
INSERT INTO `pages` VALUES ('1077', '1075', '67', 'en-v', '1', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '2');
INSERT INTO `pages` VALUES ('1074', '30', '4', 'administrador', '1', '2021-05-25 16:04:05', '41', '2021-05-25 16:03:50', '41', '2021-05-25 16:04:05', '3');
INSERT INTO `pages` VALUES ('1078', '1075', '67', 'halter', '1', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '3');
INSERT INTO `pages` VALUES ('1079', '1075', '67', 'corazon', '1', '2021-05-26 12:56:53', '41', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '4');
INSERT INTO `pages` VALUES ('1080', '1075', '67', 'palabra-de-honor', '1', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '41', '2021-05-25 18:56:19', '5');
INSERT INTO `pages` VALUES ('1081', '1047', '60', 'arrastre-pequeno', '1', '2021-05-25 19:33:38', '41', '2021-05-25 19:33:38', '41', '2021-05-25 19:33:38', '3');
INSERT INTO `pages` VALUES ('1082', '1045', '53', 'gris', '1', '2021-05-25 19:55:41', '41', '2021-05-25 19:38:28', '41', '2021-05-25 19:38:28', '3');
INSERT INTO `pages` VALUES ('1083', '1037', '43', 'zazil', '1', '2021-05-25 20:39:51', '41', '2021-05-25 19:42:34', '41', '2021-05-25 19:43:41', '3');
INSERT INTO `pages` VALUES ('1087', '1037', '43', 'heras', '1', '2021-05-25 20:46:23', '41', '2021-05-25 20:30:01', '41', '2021-05-25 20:30:38', '4');
INSERT INTO `pages` VALUES ('1088', '1070', '63', 'clasica', '1', '2021-06-01 18:03:55', '41', '2021-05-25 20:33:42', '41', '2021-05-25 20:35:10', '1');
INSERT INTO `pages` VALUES ('1089', '1070', '63', 'elegance', '1', '2021-06-01 18:03:51', '41', '2021-05-25 20:35:10', '41', '2021-05-25 20:35:10', '2');
INSERT INTO `pages` VALUES ('1090', '1070', '63', 'glamour', '1', '2021-06-01 18:03:48', '41', '2021-05-25 20:35:10', '41', '2021-05-25 20:35:10', '3');
INSERT INTO `pages` VALUES ('1091', '1070', '63', 'espana', '1', '2021-06-01 18:03:43', '41', '2021-05-25 20:35:10', '41', '2021-05-25 20:35:10', '4');
INSERT INTO `pages` VALUES ('1092', '1070', '63', 'moderno', '1', '2021-06-01 18:03:36', '41', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '5');
INSERT INTO `pages` VALUES ('1093', '1070', '63', 'tradicion', '1', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '6');
INSERT INTO `pages` VALUES ('1094', '1070', '63', 'vanguardia', '1', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '7');
INSERT INTO `pages` VALUES ('1095', '1070', '63', 'golden-line', '1', '2021-06-01 18:04:02', '41', '2021-05-25 20:35:11', '41', '2021-05-25 20:35:11', '8');
INSERT INTO `pages` VALUES ('1096', '1037', '43', 'fania', '1', '2021-05-25 20:47:46', '41', '2021-05-25 20:46:30', '41', '2021-05-25 20:47:13', '5');
INSERT INTO `pages` VALUES ('1097', '1047', '60', 'cauda-integrada', '1', '2021-05-25 20:47:13', '41', '2021-05-25 20:47:13', '41', '2021-05-25 20:47:13', '4');
INSERT INTO `pages` VALUES ('1098', '1037', '43', 'maggie', '1', '2021-05-25 20:49:20', '41', '2021-05-25 20:47:59', '41', '2021-05-25 20:49:08', '6');
INSERT INTO `pages` VALUES ('1099', '1037', '43', 'kristin', '1', '2021-05-25 20:52:38', '41', '2021-05-25 20:51:49', '41', '2021-05-25 20:52:38', '7');
INSERT INTO `pages` VALUES ('1100', '1037', '43', 'martina', '1', '2021-05-25 20:54:03', '41', '2021-05-25 20:53:06', '41', '2021-05-25 20:54:03', '8');
INSERT INTO `pages` VALUES ('1101', '1037', '43', 'amina', '1', '2021-05-25 20:57:46', '41', '2021-05-25 20:54:11', '41', '2021-05-25 20:55:07', '9');
INSERT INTO `pages` VALUES ('1102', '1037', '43', 'amy', '1', '2021-05-25 21:01:57', '41', '2021-05-25 20:57:54', '41', '2021-05-25 21:01:57', '10');
INSERT INTO `pages` VALUES ('1103', '1037', '43', 'iria', '1', '2021-05-25 21:03:37', '41', '2021-05-25 21:02:42', '41', '2021-05-25 21:03:19', '11');
INSERT INTO `pages` VALUES ('1104', '1037', '43', 'noor', '1', '2021-05-25 21:04:40', '41', '2021-05-25 21:03:58', '41', '2021-05-25 21:04:40', '12');
INSERT INTO `pages` VALUES ('1105', '1037', '43', 'hanna', '1', '2021-05-25 21:07:09', '41', '2021-05-25 21:05:28', '41', '2021-05-25 21:06:57', '13');
INSERT INTO `pages` VALUES ('1106', '1037', '43', 'mara', '1', '2021-05-25 21:07:56', '41', '2021-05-25 21:07:18', '41', '2021-05-25 21:07:56', '14');
INSERT INTO `pages` VALUES ('1107', '1037', '43', 'zoe', '1', '2021-05-25 21:08:40', '41', '2021-05-25 21:08:04', '41', '2021-05-25 21:08:40', '15');
INSERT INTO `pages` VALUES ('1108', '1037', '43', 'candela', '1', '2021-05-25 21:09:29', '41', '2021-05-25 21:08:49', '41', '2021-05-25 21:09:29', '16');
INSERT INTO `pages` VALUES ('1109', '1037', '43', 'gala', '1', '2021-05-25 21:10:47', '41', '2021-05-25 21:09:37', '41', '2021-05-25 21:10:47', '17');
INSERT INTO `pages` VALUES ('1110', '1037', '43', 'talia', '1', '2021-05-25 21:14:58', '41', '2021-05-25 21:13:53', '41', '2021-05-25 21:14:58', '18');
INSERT INTO `pages` VALUES ('1111', '1037', '43', 'danna', '1', '2021-05-25 21:15:44', '41', '2021-05-25 21:15:06', '41', '2021-05-25 21:15:44', '19');
INSERT INTO `pages` VALUES ('1112', '1037', '43', 'alba', '1', '2021-05-25 21:18:51', '41', '2021-05-25 21:15:53', '41', '2021-05-25 21:18:51', '20');
INSERT INTO `pages` VALUES ('1113', '1021', '69', 'tipo-de-vestido', '1', '2021-05-25 21:24:13', '41', '2021-05-25 21:23:30', '41', '2021-05-25 21:23:30', '7');
INSERT INTO `pages` VALUES ('1114', '1113', '70', 'barco', '1', '2021-05-25 21:25:01', '41', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '1');
INSERT INTO `pages` VALUES ('1115', '1113', '70', 'en-v', '1', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '2');
INSERT INTO `pages` VALUES ('1116', '1113', '70', 'halter', '1', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '3');
INSERT INTO `pages` VALUES ('1117', '1113', '70', 'corazon', '1', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '4');
INSERT INTO `pages` VALUES ('1118', '1113', '70', 'palabra-de-honor', '1', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '41', '2021-05-25 21:24:13', '5');
INSERT INTO `pages` VALUES ('1119', '22', '2', 'appapi', '1', '2021-05-26 10:10:50', '41', '2021-05-26 10:10:50', '41', '2021-05-26 10:10:50', '4');
INSERT INTO `pages` VALUES ('1120', '31', '5', 'appapi_manage_applications', '1', '2021-05-26 10:10:50', '41', '2021-05-26 10:10:50', '41', '2021-05-26 10:10:50', '17');
INSERT INTO `pages` VALUES ('1121', '1', '65', 'tiendas', '1', '2021-05-26 13:22:43', '41', '2021-05-26 13:19:16', '41', '2021-05-26 13:19:16', '3');
INSERT INTO `pages` VALUES ('1122', '7', '49', '1122.1016.0_productos', '8193', '2021-06-01 19:10:14', '41', '2021-05-26 13:25:01', '41', '2021-05-26 13:25:01', '0');
INSERT INTO `pages` VALUES ('1123', '1168', '43', 'agnes', '1', '2021-06-01 21:50:48', '41', '2021-05-26 13:26:22', '41', '2021-05-26 13:26:22', '2');
INSERT INTO `pages` VALUES ('1124', '1169', '43', 'iva', '1', '2021-06-01 18:49:28', '41', '2021-05-26 13:26:23', '41', '2021-05-26 13:26:23', '0');
INSERT INTO `pages` VALUES ('1125', '1170', '43', 'jane', '1', '2021-06-01 21:43:49', '41', '2021-05-26 13:26:23', '41', '2021-05-26 13:26:23', '0');
INSERT INTO `pages` VALUES ('1126', '1171', '43', 'kiera', '1', '2021-06-01 21:44:01', '41', '2021-05-26 13:26:23', '41', '2021-05-26 13:26:23', '0');
INSERT INTO `pages` VALUES ('1127', '1172', '43', 'romy', '1', '2021-06-01 21:44:12', '41', '2021-05-26 13:26:23', '41', '2021-05-26 13:26:23', '0');
INSERT INTO `pages` VALUES ('1128', '1045', '53', 'azul-cielo', '1', '2021-05-26 18:42:01', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '4');
INSERT INTO `pages` VALUES ('1129', '1045', '53', 'azul-rey', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '5');
INSERT INTO `pages` VALUES ('1130', '1045', '53', 'blush', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '6');
INSERT INTO `pages` VALUES ('1131', '1045', '53', 'palo-de-rosa', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '7');
INSERT INTO `pages` VALUES ('1132', '1045', '53', 'verde-jade', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '8');
INSERT INTO `pages` VALUES ('1133', '1045', '53', 'vino', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '9');
INSERT INTO `pages` VALUES ('1134', '1047', '60', 'escote-strapless', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '5');
INSERT INTO `pages` VALUES ('1135', '1047', '60', 'hombro-caido', '1', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '41', '2021-05-26 13:28:05', '6');
INSERT INTO `pages` VALUES ('1136', '1070', '63', 'chic', '1', '2021-06-01 18:03:27', '41', '2021-05-26 13:29:20', '41', '2021-05-26 13:29:20', '8');
INSERT INTO `pages` VALUES ('1137', '1070', '63', 'fashionable', '1', '2021-06-01 18:03:30', '41', '2021-05-26 13:30:22', '41', '2021-05-26 13:30:22', '9');
INSERT INTO `pages` VALUES ('1138', '1045', '53', 'oro', '1', '2021-05-26 13:30:22', '41', '2021-05-26 13:30:22', '41', '2021-05-26 13:30:22', '10');
INSERT INTO `pages` VALUES ('1139', '1070', '63', 'stylish', '1', '2021-06-01 18:04:09', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '10');
INSERT INTO `pages` VALUES ('1140', '1045', '53', 'champagne', '1', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '11');
INSERT INTO `pages` VALUES ('1141', '1045', '53', 'rojo', '1', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '12');
INSERT INTO `pages` VALUES ('1142', '1047', '60', '2-piezas', '1', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '7');
INSERT INTO `pages` VALUES ('1143', '1047', '60', 'escote-corazon-con-tirantes', '1', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '8');
INSERT INTO `pages` VALUES ('1144', '1047', '60', 'transparencias', '1', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '41', '2021-05-26 13:32:25', '9');
INSERT INTO `pages` VALUES ('1145', '1045', '53', 'champagne-vino', '1', '2021-05-26 18:42:36', '41', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '13');
INSERT INTO `pages` VALUES ('1146', '1045', '53', 'champagne-azul-rey', '1', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '14');
INSERT INTO `pages` VALUES ('1147', '1045', '53', 'champagne-palo-de-rosa', '1', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '15');
INSERT INTO `pages` VALUES ('1148', '1047', '60', 'escote-strapless-corazon', '1', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '41', '2021-05-26 13:34:30', '10');
INSERT INTO `pages` VALUES ('1149', '1169', '43', 'sun', '1', '2021-06-01 21:44:18', '41', '2021-05-26 13:35:31', '41', '2021-05-26 13:36:31', '1');
INSERT INTO `pages` VALUES ('1150', '1047', '60', 'escote-cuello-princesa', '1', '2021-05-26 13:36:31', '41', '2021-05-26 13:36:31', '41', '2021-05-26 13:36:31', '11');
INSERT INTO `pages` VALUES ('1151', '1169', '43', 'harley', '1', '2021-06-01 18:49:21', '41', '2021-05-26 13:45:03', '41', '2021-05-26 13:45:56', '2');
INSERT INTO `pages` VALUES ('1152', '1170', '43', 'tanit', '1', '2021-06-01 21:44:24', '41', '2021-05-26 13:58:25', '41', '2021-05-26 13:59:20', '1');
INSERT INTO `pages` VALUES ('1153', '1047', '60', 'escote-corazon-con-tirante', '1', '2021-05-26 13:59:20', '41', '2021-05-26 13:59:20', '41', '2021-05-26 13:59:20', '12');
INSERT INTO `pages` VALUES ('1154', '1021', '71', 'tipo-de-manga', '1', '2021-05-26 14:42:19', '41', '2021-05-26 14:40:35', '41', '2021-05-26 14:40:35', '8');
INSERT INTO `pages` VALUES ('1155', '1154', '72', 'manga-corta', '1', '2021-05-26 14:41:57', '41', '2021-05-26 14:41:57', '41', '2021-05-26 14:41:57', '1');
INSERT INTO `pages` VALUES ('1156', '1154', '72', 'manga-larga', '1', '2021-05-26 14:42:19', '41', '2021-05-26 14:42:19', '41', '2021-05-26 14:42:19', '2');
INSERT INTO `pages` VALUES ('1157', '1021', '73', 'tipos-de-caida', '1', '2021-05-26 15:22:49', '41', '2021-05-26 15:21:51', '41', '2021-05-26 15:21:51', '9');
INSERT INTO `pages` VALUES ('1158', '1157', '74', 'caida-hombro', '1', '2021-05-26 15:22:49', '41', '2021-05-26 15:22:49', '41', '2021-05-26 15:22:49', '1');
INSERT INTO `pages` VALUES ('1159', '1157', '74', 'caida-2', '1', '2021-05-26 15:22:49', '41', '2021-05-26 15:22:49', '41', '2021-05-26 15:22:49', '2');
INSERT INTO `pages` VALUES ('1160', '1021', '75', 'extras', '1', '2021-05-26 15:28:20', '41', '2021-05-26 15:26:44', '41', '2021-05-26 15:26:44', '10');
INSERT INTO `pages` VALUES ('1161', '1160', '76', 'extra-1', '1', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '1');
INSERT INTO `pages` VALUES ('1162', '1160', '76', 'extra-2', '1', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '2');
INSERT INTO `pages` VALUES ('1163', '1160', '76', 'extra-3', '1', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '41', '2021-05-26 15:28:20', '3');
INSERT INTO `pages` VALUES ('1164', '7', '48', '1164.1.7_opciones-1', '9217', '2021-06-01 17:24:13', '41', '2021-06-01 17:24:02', '41', '2021-06-01 17:24:02', '7');
INSERT INTO `pages` VALUES ('1165', '7', '78', '1165.1016.4_chic', '8193', '2021-06-01 18:41:35', '41', '2021-06-01 18:35:47', '41', '2021-06-01 18:35:47', '4');
INSERT INTO `pages` VALUES ('1166', '7', '78', '1166.1016.5_fashionable', '8193', '2021-06-01 18:41:37', '41', '2021-06-01 18:40:17', '41', '2021-06-01 18:40:17', '5');
INSERT INTO `pages` VALUES ('1167', '7', '78', '1167.1016.6_moderna', '8193', '2021-06-01 18:41:43', '41', '2021-06-01 18:40:35', '41', '2021-06-01 18:40:35', '6');
INSERT INTO `pages` VALUES ('1168', '1016', '77', 'chic', '1', '2021-06-01 18:49:45', '41', '2021-06-01 18:44:03', '41', '2021-06-01 18:46:25', '4');
INSERT INTO `pages` VALUES ('1169', '1016', '77', 'fashionable', '1', '2021-06-01 21:44:19', '41', '2021-06-01 18:47:53', '41', '2021-06-01 18:47:53', '5');
INSERT INTO `pages` VALUES ('1170', '1016', '77', 'moderna', '1', '2021-06-01 21:44:24', '41', '2021-06-01 18:48:01', '41', '2021-06-01 18:48:01', '6');
INSERT INTO `pages` VALUES ('1171', '1016', '77', 'stylish', '1', '2021-06-01 21:44:01', '41', '2021-06-01 18:48:11', '41', '2021-06-01 18:48:11', '8');
INSERT INTO `pages` VALUES ('1172', '1016', '77', 'vanguardia', '1', '2021-06-01 21:44:12', '41', '2021-06-01 18:48:29', '41', '2021-06-01 18:48:29', '9');
INSERT INTO `pages` VALUES ('1173', '1016', '80', 'distribuidores', '1', '2021-06-01 21:22:50', '41', '2021-06-01 21:04:49', '41', '2021-06-01 21:04:49', '10');
INSERT INTO `pages` VALUES ('1174', '22', '2', 'import-pages-csv', '1', '2021-06-01 21:22:23', '41', '2021-06-01 21:22:23', '41', '2021-06-01 21:22:23', '5');
INSERT INTO `pages` VALUES ('1175', '1173', '81', 'maria-eugenia-garcia-ovando', '1', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '0');
INSERT INTO `pages` VALUES ('1176', '1173', '81', 'no-martha-morales-castillo', '1', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '1');
INSERT INTO `pages` VALUES ('1177', '1173', '81', 'no-victor-manuel-carranza-aragon', '1', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '41', '2021-06-01 21:31:44', '2');
INSERT INTO `pages` VALUES ('1178', '1173', '81', 'no-alberto-morales-murcia', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '3');
INSERT INTO `pages` VALUES ('1179', '1173', '81', 'no-ana-maria-gonzalez-lopez', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '4');
INSERT INTO `pages` VALUES ('1180', '1173', '81', 'no-elia-maria-vargas-figueroa', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '5');
INSERT INTO `pages` VALUES ('1181', '1173', '81', 'no-elisa-huerta-de-la-garza', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '6');
INSERT INTO `pages` VALUES ('1182', '1173', '81', 'no-martha-elvira-villareal-trevino', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '7');
INSERT INTO `pages` VALUES ('1183', '1173', '81', 'no-martha-villareal-rendon', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '8');
INSERT INTO `pages` VALUES ('1184', '1173', '81', 'no-ruben-cortez-magallanes', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '9');
INSERT INTO `pages` VALUES ('1185', '1173', '81', 'adela-jimenez-jimenez', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '10');
INSERT INTO `pages` VALUES ('1186', '1173', '81', 'alana-s.a-de-c.v', '1', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '41', '2021-06-01 21:31:45', '11');
INSERT INTO `pages` VALUES ('1187', '1168', '43', 'harley', '1', '2021-06-01 21:49:26', '41', '2021-06-01 21:46:57', '41', '2021-06-01 21:48:13', '1');
INSERT INTO `pages` VALUES ('1188', '1047', '60', 'accesorio-de-brazo', '1', '2021-06-01 21:48:13', '41', '2021-06-01 21:48:13', '41', '2021-06-01 21:48:13', '13');
-- ----------------------------
-- Table structure for `pages_access`
-- ----------------------------
DROP TABLE IF EXISTS `pages_access`;
CREATE TABLE `pages_access` (
`pages_id` int(11) NOT NULL,
`templates_id` int(11) NOT NULL,
`ts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`pages_id`),
KEY `templates_id` (`templates_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of pages_access
-- ----------------------------
INSERT INTO `pages_access` VALUES ('37', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('38', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('32', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('34', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('35', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('36', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('50', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('51', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('52', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('53', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('54', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('1006', '2', '2021-05-24 15:55:29');
INSERT INTO `pages_access` VALUES ('1011', '2', '2021-05-24 15:56:11');
INSERT INTO `pages_access` VALUES ('1013', '2', '2021-05-24 15:56:32');
INSERT INTO `pages_access` VALUES ('1014', '2', '2021-05-24 15:56:32');
INSERT INTO `pages_access` VALUES ('1015', '1', '2021-05-24 16:04:11');
INSERT INTO `pages_access` VALUES ('1016', '1', '2021-05-24 16:06:12');
INSERT INTO `pages_access` VALUES ('1077', '1', '2021-05-25 18:56:19');
INSERT INTO `pages_access` VALUES ('1076', '1', '2021-05-25 18:56:19');
INSERT INTO `pages_access` VALUES ('1075', '1', '2021-05-25 18:55:29');
INSERT INTO `pages_access` VALUES ('1088', '1', '2021-05-25 20:33:42');
INSERT INTO `pages_access` VALUES ('1021', '1', '2021-05-24 16:10:45');
INSERT INTO `pages_access` VALUES ('1139', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1138', '1', '2021-05-26 13:30:22');
INSERT INTO `pages_access` VALUES ('1050', '2', '2021-05-25 13:32:16');
INSERT INTO `pages_access` VALUES ('1092', '1', '2021-05-25 20:35:11');
INSERT INTO `pages_access` VALUES ('1091', '1', '2021-05-25 20:35:11');
INSERT INTO `pages_access` VALUES ('1090', '1', '2021-05-25 20:35:10');
INSERT INTO `pages_access` VALUES ('1074', '2', '2021-05-25 16:03:50');
INSERT INTO `pages_access` VALUES ('1089', '1', '2021-05-25 20:35:10');
INSERT INTO `pages_access` VALUES ('1137', '1', '2021-05-26 13:30:22');
INSERT INTO `pages_access` VALUES ('1041', '2', '2021-05-24 19:19:23');
INSERT INTO `pages_access` VALUES ('1040', '2', '2021-05-24 19:19:23');
INSERT INTO `pages_access` VALUES ('1033', '2', '2021-05-24 16:29:00');
INSERT INTO `pages_access` VALUES ('1035', '2', '2021-05-24 16:34:40');
INSERT INTO `pages_access` VALUES ('1081', '1', '2021-05-25 19:33:38');
INSERT INTO `pages_access` VALUES ('1080', '1', '2021-05-25 18:56:19');
INSERT INTO `pages_access` VALUES ('1079', '1', '2021-05-25 18:56:19');
INSERT INTO `pages_access` VALUES ('1082', '1', '2021-05-25 19:38:28');
INSERT INTO `pages_access` VALUES ('1136', '1', '2021-05-26 13:29:20');
INSERT INTO `pages_access` VALUES ('1135', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1134', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1133', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1132', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1131', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1130', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1097', '1', '2021-05-25 20:47:13');
INSERT INTO `pages_access` VALUES ('1129', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1095', '1', '2021-05-25 20:35:11');
INSERT INTO `pages_access` VALUES ('1094', '1', '2021-05-25 20:35:11');
INSERT INTO `pages_access` VALUES ('1093', '1', '2021-05-25 20:35:11');
INSERT INTO `pages_access` VALUES ('1078', '1', '2021-05-25 18:56:19');
INSERT INTO `pages_access` VALUES ('1128', '1', '2021-05-26 13:28:05');
INSERT INTO `pages_access` VALUES ('1127', '1', '2021-05-26 13:26:23');
INSERT INTO `pages_access` VALUES ('1126', '1', '2021-05-26 13:26:23');
INSERT INTO `pages_access` VALUES ('1125', '1', '2021-05-26 13:26:23');
INSERT INTO `pages_access` VALUES ('1124', '1', '2021-05-26 13:26:23');
INSERT INTO `pages_access` VALUES ('1123', '1', '2021-05-26 13:26:23');
INSERT INTO `pages_access` VALUES ('1122', '2', '2021-06-01 19:10:14');
INSERT INTO `pages_access` VALUES ('1113', '1', '2021-05-25 21:23:30');
INSERT INTO `pages_access` VALUES ('1114', '1', '2021-05-25 21:24:13');
INSERT INTO `pages_access` VALUES ('1115', '1', '2021-05-25 21:24:13');
INSERT INTO `pages_access` VALUES ('1116', '1', '2021-05-25 21:24:13');
INSERT INTO `pages_access` VALUES ('1117', '1', '2021-05-25 21:24:13');
INSERT INTO `pages_access` VALUES ('1118', '1', '2021-05-25 21:24:13');
INSERT INTO `pages_access` VALUES ('1120', '2', '2021-05-26 10:10:50');
INSERT INTO `pages_access` VALUES ('1121', '1', '2021-05-26 13:19:16');
INSERT INTO `pages_access` VALUES ('1140', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1141', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1142', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1143', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1144', '1', '2021-05-26 13:32:25');
INSERT INTO `pages_access` VALUES ('1145', '1', '2021-05-26 13:34:30');
INSERT INTO `pages_access` VALUES ('1146', '1', '2021-05-26 13:34:30');
INSERT INTO `pages_access` VALUES ('1147', '1', '2021-05-26 13:34:30');
INSERT INTO `pages_access` VALUES ('1148', '1', '2021-05-26 13:34:30');
INSERT INTO `pages_access` VALUES ('1149', '1', '2021-05-26 13:35:31');
INSERT INTO `pages_access` VALUES ('1150', '1', '2021-05-26 13:36:31');
INSERT INTO `pages_access` VALUES ('1151', '1', '2021-05-26 13:45:03');
INSERT INTO `pages_access` VALUES ('1152', '1', '2021-05-26 13:58:25');
INSERT INTO `pages_access` VALUES ('1153', '1', '2021-05-26 13:59:20');
INSERT INTO `pages_access` VALUES ('1154', '1', '2021-05-26 14:40:35');
INSERT INTO `pages_access` VALUES ('1155', '1', '2021-05-26 14:41:57');
INSERT INTO `pages_access` VALUES ('1156', '1', '2021-05-26 14:42:19');
INSERT INTO `pages_access` VALUES ('1157', '1', '2021-05-26 15:21:51');
INSERT INTO `pages_access` VALUES ('1158', '1', '2021-05-26 15:22:49');
INSERT INTO `pages_access` VALUES ('1159', '1', '2021-05-26 15:22:49');
INSERT INTO `pages_access` VALUES ('1160', '1', '2021-05-26 15:26:44');
INSERT INTO `pages_access` VALUES ('1161', '1', '2021-05-26 15:28:20');
INSERT INTO `pages_access` VALUES ('1162', '1', '2021-05-26 15:28:20');
INSERT INTO `pages_access` VALUES ('1163', '1', '2021-05-26 15:28:20');
INSERT INTO `pages_access` VALUES ('1164', '2', '2021-06-01 17:24:13');
INSERT INTO `pages_access` VALUES ('1165', '2', '2021-06-01 18:41:35');
INSERT INTO `pages_access` VALUES ('1166', '2', '2021-06-01 18:41:37');
INSERT INTO `pages_access` VALUES ('1167', '2', '2021-06-01 18:41:43');
INSERT INTO `pages_access` VALUES ('1168', '1', '2021-06-01 18:44:03');
INSERT INTO `pages_access` VALUES ('1169', '1', '2021-06-01 18:47:53');
INSERT INTO `pages_access` VALUES ('1170', '1', '2021-06-01 18:48:01');
INSERT INTO `pages_access` VALUES ('1171', '1', '2021-06-01 18:48:11');
INSERT INTO `pages_access` VALUES ('1172', '1', '2021-06-01 18:48:29');
INSERT INTO `pages_access` VALUES ('1173', '1', '2021-06-01 21:04:49');
INSERT INTO `pages_access` VALUES ('1175', '1', '2021-06-01 21:31:44');
INSERT INTO `pages_access` VALUES ('1176', '1', '2021-06-01 21:31:44');
INSERT INTO `pages_access` VALUES ('1177', '1', '2021-06-01 21:31:44');
INSERT INTO `pages_access` VALUES ('1178', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1179', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1180', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1181', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1182', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1183', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1184', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1185', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1186', '1', '2021-06-01 21:31:45');
INSERT INTO `pages_access` VALUES ('1187', '1', '2021-06-01 21:46:57');
INSERT INTO `pages_access` VALUES ('1188', '1', '2021-06-01 21:48:13');
-- ----------------------------
-- Table structure for `pages_parents`
-- ----------------------------
DROP TABLE IF EXISTS `pages_parents`;
CREATE TABLE `pages_parents` (
`pages_id` int(10) unsigned NOT NULL,
`parents_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`pages_id`,`parents_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of pages_parents
-- ----------------------------
INSERT INTO `pages_parents` VALUES ('3', '2');
INSERT INTO `pages_parents` VALUES ('22', '2');
INSERT INTO `pages_parents` VALUES ('28', '2');
INSERT INTO `pages_parents` VALUES ('29', '2');
INSERT INTO `pages_parents` VALUES ('29', '28');
INSERT INTO `pages_parents` VALUES ('30', '2');
INSERT INTO `pages_parents` VALUES ('30', '28');
INSERT INTO `pages_parents` VALUES ('31', '2');
INSERT INTO `pages_parents` VALUES ('31', '28');
INSERT INTO `pages_parents` VALUES ('1015', '1121');
INSERT INTO `pages_parents` VALUES ('1016', '1121');
INSERT INTO `pages_parents` VALUES ('1037', '1015');
INSERT INTO `pages_parents` VALUES ('1037', '1121');
INSERT INTO `pages_parents` VALUES ('1042', '2');
INSERT INTO `pages_parents` VALUES ('1043', '1021');
INSERT INTO `pages_parents` VALUES ('1044', '1021');
INSERT INTO `pages_parents` VALUES ('1045', '1021');
INSERT INTO `pages_parents` VALUES ('1046', '1021');
INSERT INTO `pages_parents` VALUES ('1047', '1021');
INSERT INTO `pages_parents` VALUES ('1070', '1021');
INSERT INTO `pages_parents` VALUES ('1075', '1021');
INSERT INTO `pages_parents` VALUES ('1113', '1021');
INSERT INTO `pages_parents` VALUES ('1154', '1021');
INSERT INTO `pages_parents` VALUES ('1157', '1021');
INSERT INTO `pages_parents` VALUES ('1160', '1021');
INSERT INTO `pages_parents` VALUES ('1168', '1016');
INSERT INTO `pages_parents` VALUES ('1168', '1121');
INSERT INTO `pages_parents` VALUES ('1169', '1016');
INSERT INTO `pages_parents` VALUES ('1169', '1121');
INSERT INTO `pages_parents` VALUES ('1170', '1016');
INSERT INTO `pages_parents` VALUES ('1170', '1121');
INSERT INTO `pages_parents` VALUES ('1171', '1016');
INSERT INTO `pages_parents` VALUES ('1171', '1121');
INSERT INTO `pages_parents` VALUES ('1172', '1016');
INSERT INTO `pages_parents` VALUES ('1172', '1121');
INSERT INTO `pages_parents` VALUES ('1173', '1016');
INSERT INTO `pages_parents` VALUES ('1173', '1121');
-- ----------------------------
-- Table structure for `pages_sortfields`
-- ----------------------------
DROP TABLE IF EXISTS `pages_sortfields`;
CREATE TABLE `pages_sortfields` (
`pages_id` int(10) unsigned NOT NULL DEFAULT '0',
`sortfield` varchar(20) NOT NULL DEFAULT '',
PRIMARY KEY (`pages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of pages_sortfields
-- ----------------------------
-- ----------------------------
-- Table structure for `process_forgot_password`
-- ----------------------------
DROP TABLE IF EXISTS `process_forgot_password`;
CREATE TABLE `process_forgot_password` (
`id` int(10) unsigned NOT NULL,
`name` varchar(128) NOT NULL,
`token` char(32) NOT NULL,
`ts` int(10) unsigned NOT NULL,
`ip` varchar(15) NOT NULL,
PRIMARY KEY (`id`),
KEY `token` (`token`),
KEY `ts` (`ts`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=ascii;
-- ----------------------------
-- Records of process_forgot_password
-- ----------------------------
-- ----------------------------
-- Table structure for `session_login_throttle`
-- ----------------------------
DROP TABLE IF EXISTS `session_login_throttle`;
CREATE TABLE `session_login_throttle` (
`name` varchar(128) NOT NULL,
`attempts` int(10) unsigned NOT NULL DEFAULT '0',
`last_attempt` int(10) unsigned NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of session_login_throttle
-- ----------------------------
INSERT INTO `session_login_throttle` VALUES ('admin', '1', '1622585746');
-- ----------------------------
-- Table structure for `templates`
-- ----------------------------
DROP TABLE IF EXISTS `templates`;
CREATE TABLE `templates` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`fieldgroups_id` int(10) unsigned NOT NULL DEFAULT '0',
`flags` int(11) NOT NULL DEFAULT '0',
`cache_time` mediumint(9) NOT NULL DEFAULT '0',
`data` text NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
KEY `fieldgroups_id` (`fieldgroups_id`)
) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of templates
-- ----------------------------
INSERT INTO `templates` VALUES ('2', 'admin', '2', '8', '0', '{\"useRoles\":1,\"parentTemplates\":[2],\"allowPageNum\":1,\"redirectLogin\":23,\"slashUrls\":1,\"noGlobal\":1,\"compile\":3,\"modified\":1598035122,\"ns\":\"ProcessWire\"}');
INSERT INTO `templates` VALUES ('3', 'user', '3', '8', '0', '{\"useRoles\":1,\"noChildren\":1,\"parentTemplates\":[2],\"slashUrls\":1,\"pageClass\":\"User\",\"noGlobal\":1,\"noMove\":1,\"noTrash\":1,\"noSettings\":1,\"noChangeTemplate\":1,\"compile\":3,\"nameContentTab\":1,\"modified\":1621976348}');
INSERT INTO `templates` VALUES ('4', 'role', '4', '8', '0', '{\"noChildren\":1,\"parentTemplates\":[2],\"slashUrls\":1,\"pageClass\":\"Role\",\"noGlobal\":1,\"noMove\":1,\"noTrash\":1,\"noSettings\":1,\"noChangeTemplate\":1,\"nameContentTab\":1}');
INSERT INTO `templates` VALUES ('5', 'permission', '5', '8', '0', '{\"noChildren\":1,\"parentTemplates\":[2],\"slashUrls\":1,\"guestSearchable\":1,\"pageClass\":\"Permission\",\"noGlobal\":1,\"noMove\":1,\"noTrash\":1,\"noSettings\":1,\"noChangeTemplate\":1,\"nameContentTab\":1}');
INSERT INTO `templates` VALUES ('1', 'home', '1', '0', '0', '{\"useRoles\":1,\"noParents\":1,\"slashUrls\":1,\"compile\":3,\"modified\":1622057236,\"ns\":\"\\\\\",\"roles\":[37,1033,1074]}');
INSERT INTO `templates` VALUES ('29', 'basic-page', '83', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"modified\":1598035122,\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('43', 'producto_vestido', '97', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"pageLabelField\":\"{id}-{title}\",\"compile\":3,\"modified\":1622599076,\"tabContent\":\"Contenido\",\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('72', 'op_manga', '126', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Manga\",\"tags\":\"Options\",\"modified\":1622587895}');
INSERT INTO `templates` VALUES ('49', 'productos', '103', '0', '0', '{\"childTemplates\":[43],\"allowPageNum\":1,\"urlSegments\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Productos\",\"modified\":1622586094,\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('46', 'categories', '100', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"modified\":1621890515}');
INSERT INTO `templates` VALUES ('47', 'category', '101', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"modified\":1621901831}');
INSERT INTO `templates` VALUES ('48', 'features', '102', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"label\":\"Opciones\",\"modified\":1622053446}');
INSERT INTO `templates` VALUES ('51', 'op_corte', '105', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Corte\",\"tags\":\"Options\",\"modified\":1622587886}');
INSERT INTO `templates` VALUES ('52', 'op_material', '106', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Material\",\"tags\":\"Options\",\"modified\":1622587900}');
INSERT INTO `templates` VALUES ('53', 'op_color', '107', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Color\",\"tags\":\"Options\",\"modified\":1622587882}');
INSERT INTO `templates` VALUES ('54', 'op_talla', '108', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Talla\",\"tags\":\"Options\",\"modified\":1622587903}');
INSERT INTO `templates` VALUES ('55', 'opts_colores', '109', '0', '0', '{\"childTemplates\":[53],\"slashUrls\":1,\"compile\":3,\"label\":\"Colores\",\"tags\":\"Options\",\"modified\":1621966463}');
INSERT INTO `templates` VALUES ('56', 'opts_cortes', '110', '0', '0', '{\"childTemplates\":[51],\"slashUrls\":1,\"compile\":3,\"label\":\"Cortes\",\"tags\":\"Options\",\"modified\":1621967674}');
INSERT INTO `templates` VALUES ('57', 'opts_caracteristicas', '111', '0', '0', '{\"childTemplates\":[60],\"slashUrls\":1,\"compile\":3,\"label\":\"Caracteristicas\",\"tags\":\"Options\",\"modified\":1622586303}');
INSERT INTO `templates` VALUES ('58', 'opts_tallas', '112', '0', '0', '{\"childTemplates\":[54],\"slashUrls\":1,\"compile\":3,\"label\":\"Tallas\",\"tags\":\"Options\",\"modified\":1621966611}');
INSERT INTO `templates` VALUES ('59', 'opts_material', '113', '0', '0', '{\"childTemplates\":[52],\"slashUrls\":1,\"compile\":3,\"label\":\"Materiales\",\"tags\":\"Options\",\"modified\":1621966411}');
INSERT INTO `templates` VALUES ('60', 'op_caracteristica', '114', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Caracteristica\",\"tags\":\"Options\",\"modified\":1622587878}');
INSERT INTO `templates` VALUES ('61', 'repeater_opts_caracteristicas', '115', '8', '0', '{\"noChildren\":1,\"noParents\":1,\"slashUrls\":1,\"pageClass\":\"RepeaterPage\",\"noGlobal\":1,\"compile\":3,\"modified\":1621967300}');
INSERT INTO `templates` VALUES ('71', 'opts_mangas', '125', '0', '0', '{\"childTemplates\":[72],\"slashUrls\":1,\"compile\":3,\"label\":\"Mangas\",\"tags\":\"Options\",\"modified\":1622058394}');
INSERT INTO `templates` VALUES ('62', 'opts_colecciones', '116', '0', '0', '{\"childTemplates\":[63],\"slashUrls\":1,\"compile\":3,\"label\":\"Colecciones\",\"tags\":\"Options\",\"modified\":1621974562}');
INSERT INTO `templates` VALUES ('63', 'op_coleccion', '117', '0', '0', '{\"slashUrls\":1,\"compile\":0,\"label\":\"Colecci\\u00f3n\",\"tags\":\"Options\",\"modified\":1622588571}');
INSERT INTO `templates` VALUES ('64', 'store', '118', '0', '0', '{\"slashUrls\":1,\"noChangeTemplate\":1,\"compile\":3,\"label\":\"Tienda\",\"modified\":1622601738,\"tabContent\":\"Contenido\",\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('65', 'stores', '119', '0', '0', '{\"childTemplates\":[64],\"slashUrls\":1,\"compile\":3,\"modified\":1622053183}');
INSERT INTO `templates` VALUES ('66', 'opts_escotes', '120', '0', '0', '{\"childTemplates\":[67],\"slashUrls\":1,\"compile\":3,\"label\":\"Escotes\",\"tags\":\"Options\",\"modified\":1621995652}');
INSERT INTO `templates` VALUES ('67', 'op_escote', '121', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Escote\",\"tags\":\"Options\",\"modified\":1622587889}');
INSERT INTO `templates` VALUES ('69', 'opts_vestidos', '123', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"label\":\"Vestidos\",\"tags\":\"Options\",\"modified\":1621995750}');
INSERT INTO `templates` VALUES ('70', 'op_vestido', '124', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Vestido\",\"tags\":\"Options\",\"modified\":1622587908}');
INSERT INTO `templates` VALUES ('73', 'opts_caida', '127', '0', '0', '{\"childTemplates\":[74],\"slashUrls\":1,\"compile\":3,\"label\":\"Caidas\",\"tags\":\"Options\",\"modified\":1622058489}');
INSERT INTO `templates` VALUES ('74', 'op_caida', '128', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"pageLabelField\":\"{id}-{title}\",\"compile\":3,\"label\":\"Tipo de Caida\",\"tags\":\"Options\",\"modified\":1622587877,\"tabContent\":\"Contenido\"}');
INSERT INTO `templates` VALUES ('75', 'opts_extras', '129', '0', '0', '{\"childTemplates\":[76],\"slashUrls\":1,\"compile\":3,\"label\":\"Extras\",\"tags\":\"Options\",\"modified\":1622060760}');
INSERT INTO `templates` VALUES ('76', 'op_extra', '130', '0', '0', '{\"noChildren\":1,\"slashUrls\":1,\"compile\":3,\"label\":\"Extra\",\"tags\":\"Options\",\"modified\":1622587892}');
INSERT INTO `templates` VALUES ('77', 'coleccion', '131', '0', '0', '{\"parentTemplates\":[64],\"slashUrls\":1,\"compile\":3,\"label\":\"Coleccioon\",\"modified\":1622599360,\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('78', 'colecciones', '132', '0', '0', '{\"childTemplates\":[43],\"slashUrls\":1,\"compile\":3,\"modified\":1622590746}');
INSERT INTO `templates` VALUES ('79', 'store_config', '133', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"modified\":1622591570}');
INSERT INTO `templates` VALUES ('80', 'distribuidores', '134', '0', '0', '{\"childTemplates\":[81],\"slashUrls\":1,\"compile\":3,\"label\":\"Distribuidores\",\"modified\":1622601442,\"ns\":\"\\\\\"}');
INSERT INTO `templates` VALUES ('81', 'distribuidor', '135', '0', '0', '{\"slashUrls\":1,\"compile\":3,\"modified\":1622601673}');
|
CREATE TABLE CLIENTE(
IDCLIENTE INT PRIMARY KEY AUTO_INCREMENT,
NOME VARCHAR(30) NOT NULL,
TIPO ENUM('EMP','FIS') NOT NULL,
CPF VARCHAR(15) UNIQUE,
CNPJ VARCHAR(20) UNIQUE,
SEXO ENUM('M','F')
);
CREATE TABLE ENDERECO(
IDENDERECO INT PRIMARY KEY AUTO_INCREMENT,
RUA VARCHAR(30) NOT NULL,
NUMERO VARCHAR(6) NOT NULL,
BAIRRO VARCHAR(30) NOT NULL,
CIDADE VARCHAR(30) NOT NULL,
ESTADO CHAR(2) NOT NULL,
ID_CLIENTE INT UNIQUE,
FOREIGN KEY (ID_CLIENTE)
REFERENCES CLIENTE (IDCLIENTE)
);
CREATE TABLE TELEFONE (
IDTELEFONE INT PRIMARY KEY AUTO_INCREMENT,
TIPO ENUM('RES','COM','CEL') NOT NULL,
NUMERO VARCHAR(10) NOT NULL,
ID_CLIENTE INT,
FOREIGN KEY (ID_CLIENTE)
REFERENCES CLIENTE (IDCLIENTE)
);
CREATE TABLE SERVICO (
IDSERVICO INT PRIMARY KEY AUTO_INCREMENT,
DATA_INIC VARCHAR(12) NOT NULL,
DESCRICAO VARCHAR(50) NOT NULL,
ID_CLIENTE INT,
FOREIGN KEY (ID_CLIENTE)
REFERENCES CLIENTE (IDCLIENTE)
);
CREATE TABLE SETOR (
IDSETOR INT PRIMARY KEY AUTO_INCREMENT,
TIPO_TRAB VARCHAR (50)
);
CREATE TABLE EQUIPE (
IDEQUIPE INT PRIMARY KEY AUTO_INCREMENT,
ID_SETOR INT UNIQUE,
FOREIGN KEY (ID_SETOR)
REFERENCES SETOR (IDSETOR)
);
CREATE TABLE COLABORADOR (
IDCOLABORADOR INT PRIMARY KEY AUTO_INCREMENT,
SETOR VARCHAR(50) NOT NULL,
ID_EQUIPE INT,
FOREIGN KEY (ID_EQUIPE)
REFERENCES EQUIPE(IDEQUIPE),
ID_SERVICO INT,
FOREIGN KEY (ID_SERVICO)
REFERENCES SERVICO(IDSERVICO),
ID_SETOR INT,
FOREIGN KEY (ID_SETOR)
REFERENCES SETOR(IDSETOR)
);
CREATE TABLE APTIDAO(
IDAPTIDAO INT PRIMARY KEY AUTO_INCREMENT,
APTIDAO_1 VARCHAR(50) NOT NULL,
APTIDAO_2 VARCHAR(50),
APTIDAO_3 VARCHAR(50),
APTIDAO_4 VARCHAR(50),
ID_COLABORADOR INT UNIQUE,
FOREIGN KEY (ID_COLABORADOR)
REFERENCES COLABORADOR(IDCOLABORADOR)
);
INSERT INTO CLIENTE VALUES(NULL,'LILIAN','FIS','12345678951',NULL,'F');
INSERT INTO CLIENTE VALUES(NULL,'JOAO','FIS',12345778251,NULL,'M');
INSERT INTO CLIENTE VALUES(NULL,'INTELBRAS','EMP',NULL,61674757000155,NULL);
INSERT INTO CLIENTE VALUES(NULL,'SULCLEAN','EMP',NULL,56370457000142,NULL);
INSERT INTO CLIENTE VALUES(NULL,'PEDRO','FIS',05976860095,NULL,'M');
INSERT INTO CLIENTE VALUES(NULL,'HENRIQUE','FIS',52591322031,NULL,'M');
INSERT INTO CLIENTE VALUES(NULL,'VINICIUS','FIS',37088675056,NULL,'M');
INSERT INTO CLIENTE VALUES(NULL,'MICROSOFT','EMP',NULL,78338524000184,NULL);
INSERT INTO ENDERECO VALUES(NULL,'SAO SEBASTIAO','300','CENTRO','SANTA MARIA','RS',5);
INSERT INTO ENDERECO VALUES(NULL,'<NAME>','200','JUSCELINO KUBITSCHEK','SANTA MARIA','RS',7);
INSERT INTO ENDERECO VALUES(NULL,'JUSCELINO','145','CENTRO','RIO DE JANEIRO','RJ',6);
INSERT INTO ENDERECO VALUES(NULL,'<NAME>','204','IGREJINHA','CAPANEMA','PA',4);
INSERT INTO ENDERECO VALUES(NULL,'DOUT<NAME>','300','DOM PEDRO','SAO PAULO','SP',3);
INSERT INTO ENDERECO VALUES(NULL,'PORTUGAL','140','CENTRO','NOVA FRIBURGO','RJ',1);
INSERT INTO ENDERECO VALUES(NULL,'MARAVILHA','160','MEIER','RIO DE JANEIRO','RJ',8);
INSERT INTO ENDERECO VALUES(NULL,'SAO SEBASTIAO','200','CENTRO','AGUDO','RS',2);
INSERT INTO TELEFONE VALUES(NULL,'RES', '998796358',1);
INSERT INTO TELEFONE VALUES(NULL,'COM', '998526471',2);
INSERT INTO TELEFONE VALUES(NULL,'CEL', '996342879',3);
INSERT INTO TELEFONE VALUES(NULL,'CEL', '996314826',4);
INSERT INTO TELEFONE VALUES(NULL,'COM', '995642879',5);
INSERT INTO TELEFONE VALUES(NULL,'CEL', '9935789561',6);
INSERT INTO TELEFONE VALUES(NULL,'RES', '998631578',7);
INSERT INTO TELEFONE VALUES(NULL,'RES', '998751268',8);
INSERT INTO SETOR VALUES (NULL,'ELETRICO');
INSERT INTO SETOR VALUES (NULL,'CONSTRUCAO');
INSERT INTO SETOR VALUES (NULL,'JARDIM');
INSERT INTO EQUIPE VALUES (NULL,1);
INSERT INTO EQUIPE VALUES (NULL,2);
INSERT INTO EQUIPE VALUES (NULL,3);
INSERT INTO SERVICO VALUES (NULL,'22/03/2020','JARDINAGEM',5);
INSERT INTO SERVICO VALUES (NULL,'22/03/2020','CONSTRUCAO',5);
INSERT INTO SERVICO VALUES (NULL,'18/04/2019','JARDINAGEM',2);
INSERT INTO SERVICO VALUES (NULL,'08/01/2021','ELETRICO',1);
INSERT INTO SERVICO VALUES (NULL,'14/08/2017','CONSTRUCAO',6);
INSERT INTO SERVICO VALUES (NULL,'19/12/2016','ELETRICO',8);
INSERT INTO SERVICO VALUES (NULL,'19/12/2016','CONSTRUCAO',8);
INSERT INTO SERVICO VALUES (NULL,'22/03/2020','JARDINAGEM',1);
INSERT INTO SERVICO VALUES (NULL,'01/10/2015','JARDINAGEM',7);
INSERT INTO SERVICO VALUES (NULL,'05/11/2018','CONSTRUCAO',3);
INSERT INTO COLABORADOR VALUES (NULL,'CORTADORES DE GRAMA',3,1,3);
INSERT INTO COLABORADOR VALUES (NULL,'ELETRICISTAS',1,4,1);
INSERT INTO COLABORADOR VALUES (NULL,'MARCENEIROS',2,1,2);
INSERT INTO COLABORADOR VALUES (NULL,'PEDREIROS',2,5,2);
INSERT INTO COLABORADOR VALUES (NULL,'LIMPADORES DE PISCINA',3,8,3);
INSERT INTO COLABORADOR VALUES (NULL,'JARDINEIRO',3,9,3);
INSERT INTO COLABORADOR VALUES (NULL,'ELETRICISTAS',1,6,1);
INSERT INTO COLABORADOR VALUES (NULL,'LIMPADORES DE PISCINA',3,2,3);
INSERT INTO COLABORADOR VALUES (NULL,'MARCENEIROS',3,7,3);
INSERT INTO COLABORADOR VALUES (NULL,'PEDREIROS',3,10,3);
INSERT INTO APTIDAO VALUES (NULL,'CONHECIMENTO EM PLANTAS','CONHECIMENTO QUIMICO',NULL,NULL,1);
INSERT INTO APTIDAO VALUES (NULL,'ENGENHEIRO ELETRICO',NULL,NULL,NULL,2);
INSERT INTO APTIDAO VALUES (NULL,'MADEIREIRO','CORTAR ÁRVORES','EXPERIENCIA COM FERRAMENTAS',NULL,3);
INSERT INTO APTIDAO VALUES (NULL,'MESTRE DE OBRAS',NULL,NULL,NULL,4);
INSERT INTO APTIDAO VALUES (NULL,'CONHECIMENTO QUIMICO',NULL,NULL,NULL,5);
INSERT INTO APTIDAO VALUES (NULL,'BOTANICO','ENTOMOLOGIA',NULL,NULL,6);
INSERT INTO APTIDAO VALUES (NULL,'ENGENHEIRO ELETRICO',NULL,NULL,NULL,7);
INSERT INTO APTIDAO VALUES (NULL,'QUIMICO','HERBALISTA',NULL,NULL,8);
INSERT INTO APTIDAO VALUES (NULL,'ARQUITETO','URBANISTA','PAISAGISTA',NULL,9);
INSERT INTO APTIDAO VALUES (NULL,'ENGENHEIRO CIVIL','UBER','SERVENTE DE PEDREIRO',NULL,10);
|
USE [VipunenTK]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_sukupuoli]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_oppilaitostyyppi]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opetuskieli]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_luokka_aste]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_koulutusaste]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_aine]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajan_tehtavatyyppi_perusopetuksessa]
GO
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] DROP CONSTRAINT IF EXISTS [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_ika]
GO
/****** Object: Table [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] Script Date: 22.12.2017 10:23:35 ******/
DROP TABLE IF EXISTS [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]
GO
/****** Object: Table [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] Script Date: 22.12.2017 10:23:35 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]') AND type in (N'U'))
BEGIN
CREATE TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot](
[tilastointivuosi] [nvarchar](4) NULL,
[tilv_date] [date] NULL,
[oppilaitoksen_kieli_id] [int] NULL,
[oppilaitostyyppi_id] [int] NULL,
[tyosuhde_vakinainen] [int] NULL,
[tyosuhde_maara_aikainen] [int] NULL,
[tyosuhde_viransijainen] [int] NULL,
[tyosuhde_virkavapaa] [int] NULL,
[tyosuhde_oa_elake] [int] NULL,
[tyosuhteen_luonne_id] [int] NULL,
[tehtavatyyppi_perusopetuksessa_id] [int] NULL,
[paaasiallinen_koulutusmuoto_id] [int] NULL,
[kelp_esiopetus] [int] NULL,
[kelp_luokanopettaja] [int] NULL,
[kelp_aineenopettaja] [int] NULL,
[kelp_aineenopettaja_lukio] [int] NULL,
[kelp_erityisluokan_opettaja] [int] NULL,
[kelp_erityisopettaja_osa_aikainen] [int] NULL,
[kelp_oppilaanohjaaja] [int] NULL,
[kelp_opinto_ohjaaja] [int] NULL,
[kelp_muu] [nchar](10) NULL,
[kelp_ei] [int] NULL,
[kelp_kehitysvammaiset] [int] NULL,
[oman_luokan_aste_id] [int] NULL,
[oman_luokan_oppilasmäärä] [int] NULL,
[opettajan_eniten_opettama_aine_id] [int] NULL,
[opettajan_eniten_opettama_aine_koodi] [varchar](50) NULL,
[sukupuoli_id] [int] NULL,
[maakunta_oppilaitos] [varchar](2) NULL,
[kuntaryhmitys_oppilaitos] [nvarchar](10) NULL,
[ika_id] [int] NULL,
[kelp_id] [int] NULL,
[koko_osa_aikainen_id] [int] NULL,
[osa_aikaisuuden_syy_id] [int] NULL,
[opettajan_tunnit] [int] NULL,
[resurssiopettajan_osallistuminen_id] [int] NULL,
[resurssiopettajan_tunnit] [int] NULL
) ON [PRIMARY]
END
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_ika]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_ika] FOREIGN KEY([ika_id])
REFERENCES [dbo].[d_ika] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_ika]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_ika]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajan_tehtavatyyppi_perusopetuksessa]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajan_tehtavatyyppi_perusopetuksessa] FOREIGN KEY([tehtavatyyppi_perusopetuksessa_id])
REFERENCES [dbo].[d_opettajan_tehtavatyyppi_perusopetuksessa] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajan_tehtavatyyppi_perusopetuksessa]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajan_tehtavatyyppi_perusopetuksessa]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_aine]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_aine] FOREIGN KEY([opettajan_eniten_opettama_aine_id])
REFERENCES [dbo].[d_opettajat_aine] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_aine]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_aine]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_koulutusaste]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_koulutusaste] FOREIGN KEY([paaasiallinen_koulutusmuoto_id])
REFERENCES [dbo].[d_opettajat_koulutusaste] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_koulutusaste]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_koulutusaste]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_luokka_aste]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_luokka_aste] FOREIGN KEY([oman_luokan_aste_id])
REFERENCES [dbo].[d_opettajat_luokka_aste] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_luokka_aste]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opettajat_luokka_aste]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opetuskieli]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opetuskieli] FOREIGN KEY([oppilaitoksen_kieli_id])
REFERENCES [dbo].[d_opetuskieli2] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opetuskieli]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_opetuskieli]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_oppilaitostyyppi]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_oppilaitostyyppi] FOREIGN KEY([oppilaitostyyppi_id])
REFERENCES [dbo].[d_oppilaitostyyppi] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_oppilaitostyyppi]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_oppilaitostyyppi]
GO
IF NOT EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_sukupuoli]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] WITH CHECK ADD CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_sukupuoli] FOREIGN KEY([sukupuoli_id])
REFERENCES [dbo].[d_sukupuoli] ([id])
GO
IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_sukupuoli]') AND parent_object_id = OBJECT_ID(N'[dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot]'))
ALTER TABLE [dbo].[f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot] CHECK CONSTRAINT [FK_f_Opettajat_perusopetus_kelpoisuus_opetusryhmakoot_d_sukupuoli]
GO
USE [ANTERO] |
-- Switch partition in one step
-- Ref: https://timw.info/cd0
CREATE TABLE [dbo].[FactInternetSales_NewSales]
WITH ( DISTRIBUTION = HASH([ProductKey])
, CLUSTERED COLUMNSTORE INDEX
, PARTITION ( [OrderDateKey] RANGE RIGHT FOR VALUES
(20000101,20010101
)
)
)
AS
SELECT *
FROM [dbo].[FactInternetSales]
WHERE [OrderDateKey] >= 20000101
AND [OrderDateKey] < 20010101
;
INSERT INTO dbo.FactInternetSales_NewSales
VALUES (1,20000101,2,2,2,2,2,2);
ALTER TABLE dbo.FactInternetSales_NewSales SWITCH PARTITION 2 TO dbo.FactInternetSales PARTITION 2 WITH (TRUNCATE_TARGET = ON); |
DELETE FROM "account_types" WHERE "name" in ('current', 'savings'); |
-- join.test
--
-- execsql {
-- CREATE TABLE t21(a,b,c);
-- CREATE TABLE t22(p,q);
-- CREATE INDEX i22 ON t22(q);
-- SELECT a FROM t21 LEFT JOIN t22 ON b=p WHERE q=
-- (SELECT max(m.q) FROM t22 m JOIN t21 n ON n.b=m.p WHERE n.c=1);
-- }
CREATE TABLE t21(a,b,c);
CREATE TABLE t22(p,q);
CREATE INDEX i22 ON t22(q);
SELECT a FROM t21 LEFT JOIN t22 ON b=p WHERE q=
(SELECT max(m.q) FROM t22 m JOIN t21 n ON n.b=m.p WHERE n.c=1); |
USE employee_db;
--department seeds--
INSERT INTO department (name)
VALUES ("Accounting");
INSERT INTO department (name)
VALUES ("Human Resources");
INSERT INTO department (name)
VALUES ("Sales");
INSERT INTO department (name)
VALUES ("Front office");
INSERT INTO department (name)
VALUES ("Manager");
SELECT * FROM department
--position seeds--
INSERT INTO position (title, department_id)
VALUES ("Accountant", 1);
INSERT INTO position (title, department_id)
VALUES ("Human Resources", 2);
INSERT INTO position (title, department_id)
VALUES ("Salesman", 3);
INSERT INTO position (title, department_id)
VALUES ("Receptionist", 4);
INSERT INTO position (title, department_id)
VALUES ("Manager", 5);
SELECT * FROM position
--employee seeds-
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (1, "Pam", "Beesly", 4);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (2,"Dwight", "Schrute", 3);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (3, "Jim", "Halpert", 3);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (4, "Michael", "Scott", 5);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (5, "Creed", "Bratton", 3);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (6, "Andy", "Bernard", 3);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (7, "Kevin", "Malone", 1);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (8, "Toby", "Flenderson", 2);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (9, "Oscar", "Martinez", 1);
INSERT INTO employee (id, first_name, last_name, position_id)
VALUES (10, "Phyllis", "Vance", 3);
SELECT * FROM employee
|
SELECT
DISTINCT plate.id, plate.name, plate.description, plate.date, plate.produced_by, plate.wholesaler, plate.wholesale_price,
plate.retail_price, composition_ensemble_plate.ensemble_id,
array_agg(DISTINCT composition.name) AS composition_name,
array_agg(DISTINCT composition.id) AS composition_ids,
'plate' AS query_type,
COUNT(plate_sale.plate_id) as sold_count
FROM
plate
LEFT JOIN
plate_sale
ON
plate.id = plate_sale.plate_id
LEFT JOIN
composition_ensemble_plate
ON
plate.id = composition_ensemble_plate.plate_id
LEFT JOIN
composition
ON
composition_ensemble_plate.composition_id = composition.id
WHERE
plate.name ILIKE '%'|| ${name} || '%'
GROUP BY plate.id, plate.name, plate.description, plate.date, plate.produced_by, plate.wholesaler, plate.wholesale_price, plate.retail_price, composition_ensemble_plate.ensemble_id ORDER BY sold_count DESC; |
SELECT member.name FROM book, checkout_item, member WHERE book.id = checkout_item.book_id AND member.id = checkout_item.member_id AND book.title = "The Hobbit"; |
CREATE FUNCTION test_function()
RETURNS VARCHAR(20)
BEGIN
RETURN 'Hello'
END |
{%- macro growth_type(order_type, arr_basis) -%}
CASE
WHEN {{ order_type }} != '1. New - First Order' AND {{ arr_basis }} = 0 THEN 'Add-On Growth'
WHEN {{ order_type }} NOT IN ('1. New - First Order', '4. Contraction', '5. Churn - Partial', '6. Churn - Final') AND {{ arr_basis }} != 0 THEN 'Growth on Renewal'
WHEN {{ order_type }} IN ('4. Contraction', '5. Churn - Partial') AND {{ arr_basis }} != 0 THEN 'Contraction on Renewal'
WHEN {{ order_type }} IN ('6. Churn - Final') AND {{ arr_basis }} != 0 THEN 'Lost on Renewal'
ELSE 'Missing growth_type'
END
{%- endmacro -%}
|
<filename>MODEL/migration/src/main/resources/game-score/migration/db/V0/V0.8/V0.8.0/V0.8.0.3__sitemap.sql
create or replace view v_sitemap_param as
select 1 as score, -1 entity_id, 'programme' entity_type_web_path, name, web_path entity_web_path, null context_type_web_path, null context_web_path, now() last_modification, 'weekly' frequency, '0.5' priority
from gs_program p
union
select 1 as score, t.id entity_id, 'team' entity_type_web_path, t.name, t.web_path entity_web_path, 'programme' context_type_web_path, p.WEB_PATH context_web_path, now() last_modification, 'weekly' frequency, '0.5' priority
from gs_program p, gs_team t where t.GS_PROGRAM_ID = p.ID
union
select 1 as score, entity_id, 'game' entity_type_web_path, name, entity_web_path, 'programme' context_type_web_path, context_web_path, now() last_modification, 'weekly' frequency, '0.5' priority
from (
select distinct g.id entity_id, p.web_path context_web_path, g.NAME name, g.WEB_PATH entity_web_path
from gs_program p, gs_team t, gs_game g, GS_PARTICIPANT_X_GAME pxg
where t.GS_PROGRAM_ID = p.ID and pxg.GS_TEAM_ID = t.ID and pxg.GS_GAME_ID = g.ID
) x
union
select 1 as score, entity_id, 'participant' entity_type_web_path, name, entity_web_path, 'programme' context_type_web_path, context_web_path, now() last_modification, 'weekly' frequency, '0.5' priority
from (
select p.id entity_id, p.web_path context_web_path, pl.NAME name, pl.WEB_PATH entity_web_path
from gs_program p, gs_participant pa, gs_player pl
where pa.GS_PROGRAM_ID = p.ID and pa.GS_PLAYER_ID = pl.ID
) x
union
select 1 as score, p.id entity_id, 'player' entity_type_web_path, name, web_path entity_web_path, null context_type_web_path, null context_web_path, now() last_modification, 'weekly' frequency, '0.5' priority
from gs_player p
;
create or replace view v_sitemap_param_core as
select
sp.*,
concat_ws('/',
CAST(context_type_web_path AS CHAR CHARACTER SET utf8mb4),
CAST(context_web_path AS CHAR CHARACTER SET utf8mb4),
CAST(entity_type_web_path AS CHAR CHARACTER SET utf8mb4),
CAST(entity_web_path AS CHAR CHARACTER SET utf8mb4)
) entity_full_web_path
from v_sitemap_param sp
;
create or replace view v_sitemap_core as
select
spc.*,
c.param_value from v_sitemap_param_core spc, conf_param c
where param_key = 'SERVER_ROOT_URL'
;
create or replace view v_sitemap as
select concat_ws('/',
CAST(param_value AS CHAR CHARACTER SET utf8mb4),
CAST(entity_full_web_path AS CHAR CHARACTER SET utf8mb4)
) location ,
last_modification,
frequency,
priority,
score
from v_sitemap_core
;
-- select * from v_sitemap ; |
CREATE DATABASE organizador_tareas_bd;
USE organizador_tareas_bd ;
-- -----------------------------------------------------
-- Table `organizador_tareas_bd`.`users`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `organizador_tareas_bd`.`users` (
`idusers` INT(11) NOT NULL AUTO_INCREMENT,
`email` VARCHAR(45) NOT NULL,
`name` VARCHAR(25) NOT NULL,
`last_name` VARCHAR(25) NULL,
`country` VARCHAR(25) NULL,
`phone` VARCHAR(10) NULL,
`password` VARCHAR(80) NOT NULL,
PRIMARY KEY (`idusers`))
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `organizador_tareas_bd`.`task_table`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `organizador_tareas_bd`.`task_table` (
`idtask` INT NOT NULL AUTO_INCREMENT,
`name_task` VARCHAR(45) NOT NULL,
`date_public` DATETIME NULL,
`date_final` DATETIME NULL,
`status` INT NULL,
`users_idusers` INT(11) NULL,
PRIMARY KEY (`idtask`),
INDEX `idusers` (`users_idusers` ASC),
FOREIGN KEY (`users_idusers`)
REFERENCES `organizador_tareas_bd`.`users` (`idusers`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;
|
insert into course (course_code, course_credit_point, course_name) values (7297, 50, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (4615, 44, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3216, 52, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (6315, 93, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (3411, 34, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (7247, 28, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (1587, 79, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (2706, 89, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (9985, 30, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (4040, 63, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (9404, 37, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (6573, 49, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (6529, 80, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (8695, 55, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (9953, 99, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (7925, 5, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (447, 24, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (1840, 57, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (3817, 45, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (294, 15, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (4469, 38, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (8912, 27, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (7257, 39, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (2883, 47, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (9632, 28, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (4828, 60, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (1136, 56, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (4453, 47, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (8410, 75, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (4079, 68, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (3128, 29, 'It');
insert into course (course_code, course_credit_point, course_name) values (1658, 4, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (6852, 72, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (9790, 39, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (64, 68, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (2309, 56, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (2865, 62, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (9844, 79, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (2046, 78, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (3471, 79, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (3631, 46, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (8096, 45, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (3956, 43, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (1951, 16, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (6894, 16, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (8636, 50, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (3164, 4, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (4571, 65, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (9622, 92, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (5384, 42, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (1871, 60, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (3949, 41, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (4107, 30, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (1752, 10, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (5872, 74, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (8007, 43, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (9452, 81, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (6198, 100, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (7898, 85, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (8987, 27, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (9847, 78, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (9827, 31, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (3487, 97, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (7902, 51, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (6251, 73, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (6952, 59, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (6074, 11, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (149, 41, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (6488, 91, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (5730, 13, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (7430, 60, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (4951, 52, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (2487, 45, 'It');
insert into course (course_code, course_credit_point, course_name) values (239, 59, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (2338, 83, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (8690, 74, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (4014, 92, 'Span');
insert into course (course_code, course_credit_point, course_name) values (7228, 31, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (1094, 36, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (2097, 17, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (1683, 56, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (269, 18, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (7773, 14, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (3354, 93, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (6326, 74, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (1229, 18, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (8877, 9, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (9879, 99, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (5792, 88, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (8103, 79, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (8027, 64, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (7044, 15, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (9010, 68, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (4275, 44, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (5485, 14, 'Tempsoft');
insert into course (course_code, course_credit_point, course_name) values (9550, 2, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (1022, 92, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (1707, 50, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (4266, 34, 'Job');
insert into course (course_code, course_credit_point, course_name) values (105, 71, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (1256, 26, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (5721, 14, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (7727, 74, 'Span');
insert into course (course_code, course_credit_point, course_name) values (2899, 51, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (3575, 41, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (7371, 72, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (6558, 72, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (8752, 9, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (3048, 76, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (8484, 88, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (4808, 33, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (2766, 41, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (9390, 60, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5327, 58, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (7131, 40, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (767, 39, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (2163, 37, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (7445, 89, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (8338, 78, 'Job');
insert into course (course_code, course_credit_point, course_name) values (9414, 64, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (1811, 58, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (2997, 5, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (7536, 33, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (1398, 27, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (3565, 49, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (2184, 86, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (8734, 91, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (5928, 92, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (5644, 25, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (326, 43, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (2007, 19, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (6444, 96, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (4282, 72, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (6345, 30, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (3282, 60, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (5110, 8, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (1356, 69, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (1728, 97, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (4567, 29, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (7614, 3, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (4399, 52, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (4892, 5, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (5961, 41, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (1322, 91, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (4852, 91, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (353, 98, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (9291, 5, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (7714, 55, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (3123, 72, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (9966, 32, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (6103, 68, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (4125, 56, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (8310, 15, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (145, 50, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (4966, 42, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (6993, 58, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (8831, 78, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (8317, 77, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (6316, 95, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (3590, 75, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (6716, 67, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (6368, 46, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1312, 1, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (8653, 23, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (8070, 66, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (3726, 31, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (5600, 66, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (700, 94, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (7852, 41, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (8267, 61, 'Job');
insert into course (course_code, course_credit_point, course_name) values (8595, 51, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (6638, 21, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (8764, 73, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (8569, 51, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (2892, 95, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (3766, 14, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (8322, 75, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (4455, 15, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (7637, 54, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (2311, 91, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (9356, 21, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (7298, 53, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (4108, 1, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (9895, 3, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (9582, 38, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (5136, 11, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (9134, 99, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (1795, 37, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (974, 17, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (937, 57, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (9536, 48, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (7360, 91, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (7207, 42, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (6960, 39, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (55, 31, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (781, 28, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (1284, 98, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (3100, 58, 'Job');
insert into course (course_code, course_credit_point, course_name) values (6343, 52, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (2625, 2, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (3362, 67, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (4607, 82, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (6853, 34, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (8633, 98, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (2671, 78, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (2892, 43, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (6348, 17, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (9774, 99, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (5382, 14, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (1280, 35, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (8762, 61, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (9524, 8, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (7993, 96, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (8465, 84, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (12, 16, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (2252, 14, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (9568, 50, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (3345, 10, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (5204, 19, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (2167, 21, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (1296, 49, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (7480, 35, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (7477, 20, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (8156, 57, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (2905, 65, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (1090, 5, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (1177, 72, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (7634, 30, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (3474, 1, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (3063, 66, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (6903, 92, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (8075, 30, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (6769, 42, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (817, 10, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (7420, 53, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (7392, 65, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (1186, 72, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (7205, 87, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (2888, 64, 'It');
insert into course (course_code, course_credit_point, course_name) values (2265, 19, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (1455, 19, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (8224, 35, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (7341, 34, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (5729, 48, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (6252, 46, 'Job');
insert into course (course_code, course_credit_point, course_name) values (6421, 43, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (7072, 84, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (2469, 31, 'It');
insert into course (course_code, course_credit_point, course_name) values (2979, 68, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (4707, 53, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (8343, 1, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (5768, 50, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (3608, 1, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (4358, 68, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (7920, 70, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (7145, 47, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (5491, 66, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (1502, 66, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (3774, 33, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (3697, 79, 'It');
insert into course (course_code, course_credit_point, course_name) values (4254, 94, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (5994, 57, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (7703, 33, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (3013, 85, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (5339, 39, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (7421, 9, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (9466, 80, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (4843, 2, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (3843, 64, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (6033, 35, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (5500, 78, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (3165, 14, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (1215, 75, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (7722, 70, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (2573, 69, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (6152, 78, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (8942, 93, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (7840, 65, 'Job');
insert into course (course_code, course_credit_point, course_name) values (1047, 50, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (8590, 7, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (9905, 20, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (3953, 15, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (1504, 56, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (7308, 8, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (3774, 40, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (4640, 96, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (1330, 69, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (2697, 40, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (1121, 32, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (363, 25, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (8495, 11, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (2517, 81, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (4196, 62, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (2283, 38, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (3920, 94, 'Job');
insert into course (course_code, course_credit_point, course_name) values (387, 1, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (6016, 40, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (4380, 50, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (1483, 51, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (8969, 65, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (489, 80, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (5970, 86, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (7551, 84, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (7339, 91, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (534, 64, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (3496, 38, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5518, 89, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (7790, 47, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (572, 4, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (9434, 21, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (2075, 23, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (8425, 52, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (4198, 63, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (3001, 93, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (4592, 66, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (6727, 97, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (8412, 19, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (9092, 47, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (9301, 33, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (6891, 33, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (141, 34, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (5090, 58, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (2719, 43, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (7024, 4, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (3920, 23, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (7104, 40, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (9164, 77, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (70, 8, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (5343, 24, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (2805, 11, 'Span');
insert into course (course_code, course_credit_point, course_name) values (6332, 61, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (2424, 85, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (5908, 24, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (5415, 100, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (2258, 1, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (6461, 15, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (8743, 4, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (7980, 61, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (5520, 49, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (6489, 36, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (5041, 83, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1569, 10, 'Job');
insert into course (course_code, course_credit_point, course_name) values (2175, 18, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (7171, 18, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (9975, 9, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (4538, 27, 'Job');
insert into course (course_code, course_credit_point, course_name) values (4732, 36, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (3487, 31, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (8658, 6, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (6723, 42, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1991, 78, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (5848, 81, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (4921, 60, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (8689, 92, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (1433, 50, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (5688, 49, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (9173, 37, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (1246, 23, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (5959, 19, 'Span');
insert into course (course_code, course_credit_point, course_name) values (5428, 35, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (3126, 73, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (9331, 40, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (8838, 11, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (1212, 9, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (8620, 73, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (1417, 4, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (4340, 72, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1022, 5, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (3169, 38, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (9101, 18, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (4121, 20, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (8294, 7, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (858, 17, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (2154, 11, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (5974, 29, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (9070, 97, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (4833, 94, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (4270, 68, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (2710, 49, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (6858, 99, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (1462, 76, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (1075, 71, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (7926, 95, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (4006, 87, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (9883, 55, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (1625, 29, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (3672, 54, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (2936, 76, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (6524, 84, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (9215, 83, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (6776, 18, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (7619, 93, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (8084, 38, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (5747, 92, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (771, 5, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (630, 47, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (5307, 65, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (147, 28, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5811, 100, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (8596, 90, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (7076, 51, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (927, 42, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (4084, 62, 'Job');
insert into course (course_code, course_credit_point, course_name) values (9821, 31, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (6180, 65, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (4885, 33, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (6846, 35, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (7053, 50, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (3566, 81, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (5009, 27, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (695, 75, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (4294, 100, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (2605, 82, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (8857, 68, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (6357, 58, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (9883, 61, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (1202, 43, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (9885, 80, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (9474, 9, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (6584, 3, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (7152, 72, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (6650, 94, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (945, 50, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (8361, 69, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (2432, 87, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (634, 72, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (1182, 23, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (3027, 5, 'Job');
insert into course (course_code, course_credit_point, course_name) values (5274, 73, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (111, 8, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (4091, 22, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (1170, 17, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (5179, 89, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (9707, 90, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (3700, 25, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (1854, 40, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (7685, 70, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (4779, 61, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (4691, 59, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (3205, 46, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (3623, 78, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1512, 42, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (6192, 74, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (7823, 41, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (3500, 73, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (9411, 9, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (1353, 31, 'Job');
insert into course (course_code, course_credit_point, course_name) values (2359, 14, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (6240, 30, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (6867, 45, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (5151, 65, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (1035, 11, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (9952, 85, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (7296, 93, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (699, 45, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (520, 89, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (4681, 93, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (4437, 48, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (4663, 33, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (5394, 87, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (3037, 65, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (2243, 74, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (5679, 4, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (2122, 13, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (4085, 42, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (6038, 72, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (8087, 20, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (6841, 92, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (5622, 6, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (991, 70, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (8062, 63, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (2385, 28, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (9905, 78, 'Tempsoft');
insert into course (course_code, course_credit_point, course_name) values (9127, 69, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (3059, 25, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (2231, 57, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (3469, 76, 'It');
insert into course (course_code, course_credit_point, course_name) values (1489, 51, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (9485, 53, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (9328, 10, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (7351, 78, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (9676, 79, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (6269, 46, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (3278, 86, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (5611, 29, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (2110, 3, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (235, 73, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (5728, 88, 'It');
insert into course (course_code, course_credit_point, course_name) values (4130, 29, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (9384, 17, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (7667, 3, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (4989, 44, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (5517, 45, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (1223, 12, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (9109, 78, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (6832, 91, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (1756, 70, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (8219, 98, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (654, 61, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (874, 15, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (459, 55, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (6532, 18, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (1337, 11, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (3890, 83, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (5596, 96, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (2400, 74, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (4960, 44, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (8445, 86, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (1403, 14, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (3076, 65, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (5314, 83, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (1966, 9, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (326, 35, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (1514, 42, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (1358, 87, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (4643, 52, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (1436, 5, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (7318, 99, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (4853, 27, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (2436, 82, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (7976, 95, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (4650, 36, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5860, 100, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (6313, 77, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1478, 8, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (6827, 47, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (2317, 44, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (9508, 8, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (1701, 4, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3750, 9, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (7323, 31, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (5561, 16, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (3517, 16, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (3645, 36, 'Job');
insert into course (course_code, course_credit_point, course_name) values (7772, 42, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (3016, 55, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (2360, 41, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (8587, 20, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (9087, 47, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (7404, 3, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (8362, 97, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (9733, 49, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (7945, 82, 'Fintone');
insert into course (course_code, course_credit_point, course_name) values (8160, 94, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (7084, 73, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (7675, 93, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (3754, 75, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (918, 58, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (1203, 21, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (8969, 14, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (2518, 19, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (477, 69, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (8551, 80, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (9608, 42, 'Job');
insert into course (course_code, course_credit_point, course_name) values (7704, 87, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (8771, 98, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (607, 51, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (7823, 53, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (4503, 38, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (3967, 99, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (1394, 92, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (2384, 9, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (1280, 90, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (3670, 53, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (1182, 69, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (8604, 28, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (8567, 12, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (4552, 78, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (2770, 2, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (1073, 16, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (8599, 81, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (2822, 97, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (7904, 38, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (8310, 3, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (357, 43, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (3074, 94, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (6494, 6, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (3751, 72, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (1936, 30, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (2504, 88, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (3644, 42, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (1370, 89, 'Job');
insert into course (course_code, course_credit_point, course_name) values (4305, 81, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (5321, 4, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (1694, 89, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (7519, 24, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (5683, 22, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (2282, 18, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (9810, 24, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (7411, 45, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (9800, 93, 'Span');
insert into course (course_code, course_credit_point, course_name) values (4002, 73, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (2034, 38, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (2218, 40, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (9108, 23, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (4775, 34, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (1929, 33, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (1132, 33, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (5331, 8, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (4316, 20, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (2560, 29, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (135, 50, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (4860, 62, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (8574, 50, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (1228, 10, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (4283, 98, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (6365, 77, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (8915, 94, 'Namfix');
insert into course (course_code, course_credit_point, course_name) values (9910, 17, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (2039, 56, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (9158, 87, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3964, 77, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (5314, 36, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (695, 84, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (2654, 21, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (2989, 13, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (6852, 66, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (2004, 54, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (3873, 93, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (8233, 49, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (1589, 84, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (2060, 61, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (6729, 93, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (8777, 40, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (5542, 77, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (8647, 27, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (715, 5, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (8929, 83, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (2264, 93, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (6742, 90, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (1993, 46, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (5831, 39, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (1719, 99, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (5762, 16, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (7666, 70, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (6515, 96, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (4493, 81, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (5744, 21, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (6916, 84, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (3176, 92, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (9021, 51, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (8896, 69, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (81, 22, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (5104, 64, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (3826, 90, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5470, 31, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (4063, 22, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (1536, 57, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (1412, 12, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (5142, 49, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (4740, 69, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (5970, 53, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (8015, 99, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (8602, 32, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (7532, 84, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (2603, 54, 'Span');
insert into course (course_code, course_credit_point, course_name) values (4648, 51, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (8592, 24, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (9457, 67, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (7771, 60, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (1504, 44, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (8261, 95, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (7177, 43, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (6955, 11, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (3724, 63, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (1721, 44, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (5290, 13, 'It');
insert into course (course_code, course_credit_point, course_name) values (5603, 83, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (5297, 100, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (8718, 95, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (6249, 27, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (3182, 27, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (6936, 2, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (371, 40, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (1612, 79, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (9744, 86, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (5020, 63, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (6270, 97, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (372, 70, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (9349, 78, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (2600, 79, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (2919, 93, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (9106, 46, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (8841, 49, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (5955, 61, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (7348, 92, 'It');
insert into course (course_code, course_credit_point, course_name) values (6257, 92, 'Span');
insert into course (course_code, course_credit_point, course_name) values (400, 72, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (3406, 70, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (5106, 35, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (4531, 79, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (1764, 40, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (4860, 76, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (5278, 48, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (6820, 23, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (4733, 58, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (2089, 73, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (1751, 11, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (6604, 87, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (6786, 79, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (7764, 38, 'Tempsoft');
insert into course (course_code, course_credit_point, course_name) values (3314, 66, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (3477, 18, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (5354, 83, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (6634, 35, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (7396, 98, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (2234, 49, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (7938, 33, 'Quo Lux');
insert into course (course_code, course_credit_point, course_name) values (9324, 77, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (9367, 83, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (7758, 20, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (6663, 4, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (4491, 17, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (4122, 38, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (8719, 42, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (1601, 18, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (6199, 57, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (3164, 3, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (727, 37, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (6432, 47, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3814, 60, 'Span');
insert into course (course_code, course_credit_point, course_name) values (6652, 79, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (6533, 1, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (9941, 42, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (8207, 92, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (6817, 51, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (2102, 44, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (5808, 36, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (3317, 78, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (8426, 13, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (3161, 5, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (5434, 57, 'Aerified');
insert into course (course_code, course_credit_point, course_name) values (3394, 63, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (9823, 43, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (3936, 67, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (7409, 80, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (1098, 17, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (8212, 38, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (3512, 29, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (6926, 34, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (54, 24, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (6714, 7, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (7764, 59, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (5258, 3, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (3035, 55, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (9349, 3, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (2748, 10, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (1741, 63, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3813, 63, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (3007, 13, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (144, 78, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (3428, 78, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (6306, 8, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (45, 49, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (2731, 3, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (6698, 95, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (4314, 47, 'Job');
insert into course (course_code, course_credit_point, course_name) values (5972, 21, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (4712, 14, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (8932, 1, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (1074, 68, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (7723, 33, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (8249, 75, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (6588, 2, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (2809, 39, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (9913, 68, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (258, 66, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (8902, 8, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (6121, 66, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (7850, 53, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (7094, 5, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (5686, 4, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (3834, 96, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (2783, 62, 'Zontrax');
insert into course (course_code, course_credit_point, course_name) values (7119, 74, 'Zoolab');
insert into course (course_code, course_credit_point, course_name) values (1729, 98, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (4706, 24, 'Viva');
insert into course (course_code, course_credit_point, course_name) values (5458, 9, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (2840, 82, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (5911, 31, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (2016, 71, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (8651, 75, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (850, 62, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (6465, 70, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (8896, 99, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (8767, 70, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (7344, 66, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (2506, 10, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (5683, 95, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (2920, 14, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (4129, 40, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (156, 57, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (4692, 83, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (6880, 51, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (5979, 22, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (7608, 12, 'Cardguard');
insert into course (course_code, course_credit_point, course_name) values (5713, 55, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (6380, 59, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (8653, 41, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (1759, 43, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (5515, 50, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (6281, 71, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (650, 31, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (5862, 64, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (1438, 31, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (4779, 45, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (5525, 21, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (4979, 72, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (4446, 69, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (1161, 76, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (4315, 63, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (767, 45, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (9058, 32, 'Span');
insert into course (course_code, course_credit_point, course_name) values (3037, 33, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (8095, 31, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (7002, 84, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (966, 71, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (8596, 76, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (5424, 60, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (4998, 94, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (2295, 25, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (8939, 91, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (9997, 89, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (8957, 29, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (4960, 100, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (2517, 96, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (1366, 18, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (8292, 13, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (7724, 31, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (9700, 45, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (7977, 56, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (2597, 21, 'Span');
insert into course (course_code, course_credit_point, course_name) values (8761, 34, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (3482, 63, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (1018, 61, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (7521, 57, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (3771, 92, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (2988, 90, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (3731, 50, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (4841, 70, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (4658, 54, 'Span');
insert into course (course_code, course_credit_point, course_name) values (4950, 21, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (322, 51, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (6797, 39, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (3971, 66, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (7214, 80, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (5007, 15, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (596, 63, 'Solarbreeze');
insert into course (course_code, course_credit_point, course_name) values (9133, 47, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (611, 39, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (9172, 71, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (2789, 21, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (6070, 53, 'Holdlamis');
insert into course (course_code, course_credit_point, course_name) values (71, 97, 'Tempsoft');
insert into course (course_code, course_credit_point, course_name) values (5802, 4, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (7276, 86, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (1837, 96, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (6125, 78, 'Span');
insert into course (course_code, course_credit_point, course_name) values (9309, 23, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (23, 30, 'Alpha');
insert into course (course_code, course_credit_point, course_name) values (1202, 45, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (1189, 96, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (4737, 15, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (4183, 44, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (4053, 60, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (7807, 95, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (5986, 23, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (7349, 9, 'Quo Lux');
insert into course (course_code, course_credit_point, course_name) values (283, 48, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (9866, 54, 'Quo Lux');
insert into course (course_code, course_credit_point, course_name) values (411, 94, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (1541, 78, 'Tres-Zap');
insert into course (course_code, course_credit_point, course_name) values (5466, 52, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (7277, 40, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (4354, 11, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (2900, 2, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (1809, 86, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (7587, 29, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (2879, 46, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (2435, 17, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (7429, 98, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (9641, 91, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (4834, 93, '<NAME>');
insert into course (course_code, course_credit_point, course_name) values (2470, 62, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (5715, 4, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (114, 92, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (9129, 20, 'Keylex');
insert into course (course_code, course_credit_point, course_name) values (9083, 68, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (5425, 45, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (7192, 27, 'Toughjoyfax');
insert into course (course_code, course_credit_point, course_name) values (4891, 32, 'Otcom');
insert into course (course_code, course_credit_point, course_name) values (1251, 45, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (7541, 16, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (1788, 23, 'Domainer');
insert into course (course_code, course_credit_point, course_name) values (5516, 7, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (2044, 81, 'Prodder');
insert into course (course_code, course_credit_point, course_name) values (436, 19, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (2700, 82, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (570, 58, 'Matsoft');
insert into course (course_code, course_credit_point, course_name) values (9961, 92, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (1503, 74, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (8282, 31, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (2115, 71, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (2364, 60, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (5633, 33, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (1908, 16, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (3062, 90, 'Home Ing');
insert into course (course_code, course_credit_point, course_name) values (7746, 8, 'Biodex');
insert into course (course_code, course_credit_point, course_name) values (9310, 33, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (1670, 24, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (6982, 43, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (2160, 11, 'Greenlam');
insert into course (course_code, course_credit_point, course_name) values (7113, 67, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (5308, 13, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (8071, 86, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (669, 66, 'Vagram');
insert into course (course_code, course_credit_point, course_name) values (9498, 12, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (8566, 57, 'Regrant');
insert into course (course_code, course_credit_point, course_name) values (7427, 3, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (2343, 76, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (4607, 12, 'Sonsing');
insert into course (course_code, course_credit_point, course_name) values (7227, 95, 'Daltfresh');
insert into course (course_code, course_credit_point, course_name) values (3440, 27, 'Lotlux');
insert into course (course_code, course_credit_point, course_name) values (3001, 78, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (4076, 14, 'Y-find');
insert into course (course_code, course_credit_point, course_name) values (5749, 36, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (6731, 79, 'Stringtough');
insert into course (course_code, course_credit_point, course_name) values (9072, 6, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (632, 58, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (7819, 80, 'Duobam');
insert into course (course_code, course_credit_point, course_name) values (4225, 81, 'Cookley');
insert into course (course_code, course_credit_point, course_name) values (1413, 4, 'Alphazap');
insert into course (course_code, course_credit_point, course_name) values (1124, 7, 'Rank');
insert into course (course_code, course_credit_point, course_name) values (7945, 80, 'Bamity');
insert into course (course_code, course_credit_point, course_name) values (6712, 23, 'Fixflex');
insert into course (course_code, course_credit_point, course_name) values (4233, 72, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (464, 57, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (7531, 5, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (949, 86, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (8092, 39, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (6484, 64, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (8444, 56, 'Bitchip');
insert into course (course_code, course_credit_point, course_name) values (5649, 26, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (2398, 22, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (178, 56, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (1107, 95, 'Tin');
insert into course (course_code, course_credit_point, course_name) values (1721, 14, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (437, 48, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (4178, 65, 'Opela');
insert into course (course_code, course_credit_point, course_name) values (3680, 85, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (4794, 48, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (9894, 72, 'Konklux');
insert into course (course_code, course_credit_point, course_name) values (5647, 46, 'Transcof');
insert into course (course_code, course_credit_point, course_name) values (7539, 89, 'Job');
insert into course (course_code, course_credit_point, course_name) values (7728, 68, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (8301, 92, 'Asoka');
insert into course (course_code, course_credit_point, course_name) values (9656, 42, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (8817, 10, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (1705, 51, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (115, 63, 'Cardify');
insert into course (course_code, course_credit_point, course_name) values (776, 92, 'Ventosanzap');
insert into course (course_code, course_credit_point, course_name) values (7991, 95, 'Gembucket');
insert into course (course_code, course_credit_point, course_name) values (4656, 97, 'Voltsillam');
insert into course (course_code, course_credit_point, course_name) values (1914, 54, 'Quo Lux');
insert into course (course_code, course_credit_point, course_name) values (6600, 71, 'Bigtax');
insert into course (course_code, course_credit_point, course_name) values (4011, 5, 'Bytecard');
insert into course (course_code, course_credit_point, course_name) values (6141, 89, 'Subin');
insert into course (course_code, course_credit_point, course_name) values (835, 8, 'Ronstring');
insert into course (course_code, course_credit_point, course_name) values (2956, 97, 'Voyatouch');
insert into course (course_code, course_credit_point, course_name) values (9929, 30, 'Pannier');
insert into course (course_code, course_credit_point, course_name) values (7256, 54, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (4710, 33, 'Kanlam');
insert into course (course_code, course_credit_point, course_name) values (3311, 53, 'Job');
insert into course (course_code, course_credit_point, course_name) values (5826, 83, 'Bitwolf');
insert into course (course_code, course_credit_point, course_name) values (4737, 99, 'Lotstring');
insert into course (course_code, course_credit_point, course_name) values (4911, 9, 'Treeflex');
insert into course (course_code, course_credit_point, course_name) values (6550, 56, 'Tresom');
insert into course (course_code, course_credit_point, course_name) values (3776, 12, 'Flexidy');
insert into course (course_code, course_credit_point, course_name) values (7509, 2, 'Zathin');
insert into course (course_code, course_credit_point, course_name) values (7092, 65, 'Konklab');
insert into course (course_code, course_credit_point, course_name) values (5483, 81, 'Stronghold');
insert into course (course_code, course_credit_point, course_name) values (8848, 77, 'Redhold');
insert into course (course_code, course_credit_point, course_name) values (6039, 16, 'Sonair');
insert into course (course_code, course_credit_point, course_name) values (4336, 60, 'Andalax');
insert into course (course_code, course_credit_point, course_name) values (4, 16, 'Wrapsafe');
insert into course (course_code, course_credit_point, course_name) values (9704, 58, 'Flowdesk');
insert into course (course_code, course_credit_point, course_name) values (3638, 4, 'Hatity');
insert into course (course_code, course_credit_point, course_name) values (5064, 8, 'Overhold');
insert into course (course_code, course_credit_point, course_name) values (4452, 2, 'Fix San');
insert into course (course_code, course_credit_point, course_name) values (3757, 65, 'Trippledex');
insert into course (course_code, course_credit_point, course_name) values (8405, 67, 'Stim');
insert into course (course_code, course_credit_point, course_name) values (2314, 22, 'Y-Solowarm');
insert into course (course_code, course_credit_point, course_name) values (9833, 33, 'Zamit');
insert into course (course_code, course_credit_point, course_name) values (104, 19, 'Latlux');
insert into course (course_code, course_credit_point, course_name) values (2501, 21, 'Temp');
insert into course (course_code, course_credit_point, course_name) values (1699, 33, 'Tampflex');
insert into course (course_code, course_credit_point, course_name) values (2095, 94, 'Sub-Ex');
insert into course (course_code, course_credit_point, course_name) values (7561, 93, 'Veribet');
insert into course (course_code, course_credit_point, course_name) values (1583, 85, 'Zaam-Dox');
insert into course (course_code, course_credit_point, course_name) values (3094, 35, 'Redhold');
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ffallowes0', 'Fredrika', 34150466);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('grostron1', 'Gerrie', 68571921);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ekelemen2', 'Eulalie', 82944181);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cpaszak3', 'Cynthy', 71553783);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asincock4', 'Alfons', 97043253);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clambdon5', 'Ches', 73727931);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nmahon6', 'Nady', 7315806);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jfritzer7', 'Joshuah', 64919726);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cfilippozzi8', 'Cort', 23456283);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bblaise9', 'Brendin', 18031469);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('soxleya', 'Shawnee', 14310805);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mradishb', 'Marijn', 38661883);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bboarderc', 'Brittney', 62654450);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tbromilowd', 'Tracy', 48030054);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agostridgee', 'Arlen', 66658105);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbaleinef', 'Cherrita', 89847945);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cstaniong', 'Christoph', 87897518);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clincolnh', 'Cornie', 15148159);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('elethcoei', 'Erena', 12369970);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mdemezaj', 'Mellisa', 61807181);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clipsettk', 'Consuela', 92167798);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jrickardssonl', 'Justina', 84084915);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbodemeaidm', 'Lanny', 66313907);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ktondeurn', 'Keely', 90390051);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('slivocko', 'Susy', 29669640);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbrisbanep', 'Misha', 90621823);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbardnamq', 'Madeline', 51772744);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bempsonr', 'Bucky', 40880526);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pdjurevics', 'Piggy', 6490917);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rdezuanit', 'Romona', 18198727);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lpinchonu', 'Leisha', 66918239);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pdwanev', 'Petunia', 90751624);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tcreevyw', 'Tristam', 50381434);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vswitsurx', 'Vanda', 18348298);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dextancey', 'Delmer', 95688586);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hsabathierz', 'Haslett', 11445839);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rsertin10', 'Raimundo', 82781415);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hgiraudel11', 'Harri', 96074061);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kfraschetti12', 'Kori', 98577128);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abreadmore13', 'Arty', 51687963);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cgrzegorek14', 'Catlaina', 17970270);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kdarragon15', 'Kearney', 40092996);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lgyngyll16', 'Lemmie', 23845726);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('atrimming17', 'Abelard', 85281189);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cmcginnell18', 'Clim', 99528499);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pgooday19', 'Paola', 8278527);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ctuke1a', 'Chrisse', 13070006);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmcmorran1b', 'Moore', 98256945);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dgegg1c', 'Dominique', 88899846);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lcremer1d', 'Lezley', 3891660);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gdavidy1e', 'Gaynor', 40643951);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vofihillie1f', 'Verna', 60362129);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fspenceley1g', 'Francois', 85231184);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mwayland1h', 'Marjory', 68979529);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mjuggins1i', 'Mina', 16867539);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bhockell1j', 'Babs', 260662);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gbazoge1k', 'Gaye', 15161195);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgenney1l', 'Matilda', 25165070);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gcoenraets1m', 'Griffith', 94287604);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mleafe1n', 'Mariana', 51708786);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rformilli1o', 'Robbin', 90146754);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('flefeuvre1p', 'Fair', 7138543);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amatyashev1q', 'Ann-marie', 35906750);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rharry1r', 'Rosalie', 65854235);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bgraeme1s', 'Baily', 98081568);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('afenby1t', 'Arnoldo', 33560925);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zgenders1u', 'Zita', 6585695);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cmcfeat1v', 'Celine', 14062263);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gboniface1w', 'Geraldine', 17520139);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbinfield1x', 'Madelin', 74205401);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abatham1y', 'Adriaens', 28118437);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('phatwell1z', 'Padraig', 85612211);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmikalski20', 'Binnie', 27048843);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fbamlett21', 'Franny', 96006792);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ndebell22', 'Naoma', 3997403);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nprantoni23', 'Nefen', 63294654);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jwaistell24', 'Jillayne', 98211887);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gbourne25', 'Gratia', 9981468);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gfolomkin26', 'Glenn', 9959360);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('azecchetti27', 'Anthiathia', 70730577);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jshowl28', 'Jamil', 96722809);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ctott29', 'Carine', 82607042);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mredholls2a', 'Marshal', 82446603);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sbavidge2b', 'Sally', 8880877);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nstock2c', 'Nicole', 5637948);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fmatiewe2d', 'Frans', 30027080);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rtonkin2e', 'Ravid', 47042896);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmatuszak2f', 'Mallissa', 30869506);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdennick2g', 'Cris', 1922545);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ngaul2h', 'Nickolaus', 82715016);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('grosin2i', 'Graeme', 39063713);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbaszkiewicz2j', 'Courtney', 27747296);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbeacham2k', 'Lyndel', 75017500);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bkindleside2l', 'Bette-ann', 63708101);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hberrygun2m', 'Hodge', 75753817);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('efrenchum2n', 'Estell', 94320541);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ahaversham2o', 'Ally', 49446019);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zleavy2p', 'Zaneta', 92857263);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rnorgate2q', 'Ruby', 17328956);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dwatsham2r', 'Dall', 7763761);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gtarquini2s', 'Grove', 71764710);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('curwen2t', 'Cheston', 65586340);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('krust2u', 'Karlik', 32350800);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kentissle2v', 'Kinna', 95900831);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ehopewell2w', 'Emmy', 51784002);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('haynold2x', 'Hendrik', 21197342);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lmerriment2y', 'Lenette', 584366);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dinfante2z', 'Donavon', 74305077);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mcharke30', 'Micheal', 65685184);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aarmstead31', 'Albertine', 20189153);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dnolleth32', 'Derby', 25794255);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kgreathead33', 'Kathryne', 74353619);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lfist34', 'Leanora', 9896937);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wabys35', 'Whitney', 81286706);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmccaskell36', 'Benedetto', 42226887);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nburkart37', 'Ninnetta', 69606496);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddaunay38', 'Dunstan', 28147851);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('scuel39', 'Sigismundo', 92449158);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dgulleford3a', 'Denna', 91238171);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdillingston3b', 'Claudelle', 17381429);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('madamczyk3c', 'Maribelle', 59875458);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dducarme3d', 'Dore', 10728650);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('selijah3e', 'Sadie', 9540414);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('afoli3f', 'Alfreda', 83618045);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tstych3g', 'Traci', 7740644);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adegoy3h', 'Ann', 60058714);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abollam3i', 'Adelina', 58407330);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cfullerton3j', 'Cariotta', 68390025);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ewiddison3k', 'Eula', 25324573);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('colifaunt3l', 'Cassondra', 53584018);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eoret3m', 'Elizabet', 81755320);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fboumphrey3n', 'Farra', 50399317);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sbonny3o', 'Sileas', 90125364);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rtippin3p', 'Rania', 84680496);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cgatus3q', 'Clementine', 71766378);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gheart3r', 'Ginger', 7830247);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adavydychev3s', 'Ally', 86405845);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smillward3t', 'Sada', 76997010);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lallnatt3u', 'Lisa', 51170126);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jboller3v', 'Jany', 38599600);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('caxten3w', 'Caroljean', 61836652);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ebartke3x', 'Emelen', 75679238);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbowles3y', 'Cindie', 19940994);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lhagger3z', 'Loree', 49255360);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('syeomans40', 'Shellie', 39976759);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('icordaroy41', 'Idell', 99857721);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tmanson42', 'Tammie', 40630118);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('czelner43', 'Chrisy', 10264197);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rcreaney44', 'Roch', 76672318);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgrinishin45', 'Maurise', 39695655);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sdibdin46', 'Shanon', 75424527);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mhaxbie47', 'Merrielle', 32394761);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('icapell48', 'Ike', 95173007);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bgullefant49', 'Barbaraanne', 8904119);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('stregensoe4a', 'Sherlock', 91766569);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pyersin4b', 'Philippine', 62399683);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bwootton4c', 'Brose', 91875430);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dwegener4d', 'Donaugh', 25970361);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rarthars4e', 'Rikki', 32278286);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ebeardsley4f', 'Eldridge', 10323787);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mpilgram4g', 'Myranda', 40369541);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lstedman4h', 'Lidia', 51204083);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amathwin4i', 'Alejoa', 52110319);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abahike4j', 'Alic', 23712398);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('araynor4k', 'Alvin', 33519832);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kdancey4l', 'Ken', 44755634);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sguyers4m', 'Suzi', 62307695);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gliverseege4n', 'Gwenny', 59249167);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fduberry4o', 'Findlay', 36752141);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ychatan4p', 'Ysabel', 5785622);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rfarthin4q', 'Rubie', 16340870);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aluffman4r', 'Aubrey', 72482235);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aarchbold4s', 'Audy', 74002307);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdisney4t', 'Cosette', 10253082);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cabden4u', 'Colene', 18081409);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hbugge4v', 'Humbert', 87154156);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgiabuzzi4w', 'Jesse', 26279355);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pmacvain4x', 'Pattie', 86211915);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlarret4y', 'Denny', 74272946);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('htuft4z', 'Hadria', 15427276);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rcristofalo50', 'Ryann', 66310885);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('darkcoll51', 'Dodi', 86001271);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gkobierzycki52', 'Gillian', 70907163);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('emazzeo53', 'Evita', 16068513);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('driley54', 'Dorella', 27841153);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('askurray55', 'Audra', 41267183);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('msymons56', 'Marjorie', 13917932);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('frubberts57', 'Fran', 79092716);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbricksey58', 'Katherina', 35685525);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmaccartan59', 'Dionisio', 88148949);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clinay5a', 'Colin', 3048398);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbover5b', 'Derrek', 79365670);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sarthurs5c', 'Salvatore', 59922011);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('toldknowe5d', 'Tami', 17586008);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('egrindall5e', 'Erick', 49800787);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('znovichenko5f', 'Zonnya', 88082496);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smilillo5g', 'Shaina', 95310079);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bscrivinor5h', 'Benita', 70171723);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ewreak5i', 'Eugenie', 32534167);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('shartwell5j', 'Salem', 53629169);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ceberz5k', 'Caresa', 20083404);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbissiker5l', 'Luciana', 52829194);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tmapholm5m', 'Terrie', 96891360);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nclemot5n', 'Nicolette', 66830128);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('psemble5o', 'Pattie', 88858605);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbigland5p', 'Merline', 80829745);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rmaliffe5q', 'Rafael', 85123467);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vohanlon5r', 'Viv', 62937893);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlethebridge5s', 'Devina', 95743885);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbegbie5t', 'Dory', 36340124);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('edakhov5u', 'Edwina', 37053571);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rbevar5v', 'Richardo', 69817281);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rprobart5w', 'Rita', 21935777);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mpouton5x', 'Myer', 36782762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bdimond5y', 'Bobbye', 29866454);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgoodlatt5z', 'Mitch', 88889059);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ltousy60', 'Lisa', 40251439);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bjanway61', 'Benedicto', 86481931);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gchadwin62', 'Genny', 78588022);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cgitthouse63', 'Cirillo', 74049778);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gmckennan64', 'Gretna', 54222748);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dallsup65', 'Derby', 8318322);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eoxbrow66', 'Eimile', 47672289);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ggutans67', 'Graeme', 91798762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mker68', 'Martelle', 8614895);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dsarchwell69', 'Dougy', 39950173);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ohaill6a', 'Oates', 94835968);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('remmatt6b', 'Reeva', 97161034);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abutcher6c', 'Artus', 5496923);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amccrackan6d', 'Alessandro', 2198027);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rstrowthers6e', 'Rozanna', 5925278);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('htommaseo6f', 'Hewett', 47180842);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lmckew6g', 'Leela', 19756519);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ntrevaskis6h', 'Nina', 73866515);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mwalton6i', 'Morie', 71286573);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gsanderson6j', 'Gaye', 61295760);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lwill6k', 'Lou', 99436181);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sbrimming6l', 'Suellen', 46953725);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clingner6m', 'Cristionna', 9587066);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('deddow6n', 'Dennie', 24475680);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fhammerberg6o', 'Flory', 83783342);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hjewers6p', 'Hollis', 36391624);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jpedrielli6q', 'Jerry', 28568869);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dgerty6r', 'Daile', 66079704);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rhamblin6s', 'Rivkah', 2677398);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vguttridge6t', 'Viviyan', 64516969);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mpyke6u', 'Malissia', 32989525);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mdenley6v', 'Monty', 90076651);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nroze6w', 'Nicolais', 23248804);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mraylton6x', 'Mallory', 42682401);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('erobiot6y', 'Elsa', 77784667);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gvasyaev6z', 'Geoffry', 38053868);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sperryn70', 'Stavro', 77649805);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tdesantos71', 'Tiphany', 98512651);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('etouhig72', 'Eadmund', 50735559);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bhuntall73', 'Brigit', 26969061);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jmaryman74', 'Jerald', 98199538);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('emathevon75', 'Ethe', 94604551);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tballinger76', 'Thorpe', 57485165);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gcrinkley77', 'Gayle', 47516195);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lelwin78', 'Louise', 6501943);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('magate79', 'Marylynne', 38317254);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jerdis7a', 'Judd', 21450462);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sdehooch7b', 'Shep', 44217086);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gspaven7c', 'Giulio', 66364781);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kohm7d', 'Kania', 15899095);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ichicco7e', 'Ida', 97264221);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('msaterthwait7f', 'Mayer', 2139810);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmcgirr7g', 'Barnabe', 28477280);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sjaquet7h', 'Sunshine', 18589163);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bdumphries7i', 'Burke', 45447872);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rlepine7j', 'Ramsay', 26711156);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tgilhouley7k', 'Tabbitha', 96758250);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swhistlecraft7l', 'Sheilah', 40342098);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ykubik7m', 'Yehudit', 70322186);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gpotten7n', 'Georgi', 27538638);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dladon7o', 'Deedee', 7923942);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dfarry7p', 'D''arcy', 82978880);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vtilford7q', 'Vida', 51265899);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dgilley7r', 'Donavon', 67245961);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gtribell7s', 'Germain', 81778000);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hnelthorp7t', 'Harcourt', 39920348);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmcarley7u', 'Marilyn', 69643295);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbetun7v', 'Carly', 4811659);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gscamwell7w', 'Gwenneth', 96322213);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hcapper7x', 'Harriet', 95659675);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wjansa7y', 'Waldemar', 80083696);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmaciunas7z', 'Delcine', 39612762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mhylton80', 'Merlina', 85448255);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fsawood81', 'Fifine', 6044648);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kgohier82', 'Kipp', 76930051);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('thughes83', 'Teddy', 57572626);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hcamacke84', 'Halli', 87069157);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bcorpe85', 'Byron', 95999259);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lleimster86', 'Letisha', 5793486);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('faronstam87', 'Faustine', 21907097);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cashcroft88', 'Conney', 80410348);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gsenussi89', 'Gilberto', 32450914);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pwestmacott8a', 'Pattie', 38099453);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lmakeswell8b', 'Laina', 62466159);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swigsell8c', 'Sofia', 76003375);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gjaneway8d', 'Gannon', 44063654);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asidney8e', 'Antonin', 13191137);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clearoyd8f', 'Cosetta', 95063471);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ctwaite8g', 'Corilla', 90957097);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rgorcke8h', 'Reggie', 22013890);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tzanioletti8i', 'Torie', 40674537);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ewallworke8j', 'El', 70922372);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('boaten8k', 'Berny', 92899488);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rdripp8l', 'Ryon', 64152709);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aspire8m', 'Alidia', 36692884);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pmacgiany8n', 'Peter', 23936779);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rtexton8o', 'Rowan', 16658271);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dpetrello8p', 'Doug', 92371076);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rlatus8q', 'Raquel', 51321582);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ffermoy8r', 'Frasier', 41362602);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lcairney8s', 'Lauree', 29122854);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('badamik8t', 'Baryram', 10878985);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kgofton8u', 'Krishnah', 63750334);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgarling8v', 'Juieta', 36059632);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rskala8w', 'Rubina', 24330081);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rsimons8x', 'Roderigo', 92614525);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mtwinborough8y', 'Micheal', 94078949);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgreenmon8z', 'Meade', 90860878);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tropkins90', 'Terencio', 44105657);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wovise91', 'Weidar', 34120561);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cmcneigh92', 'Cecelia', 24254847);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mpacheco93', 'Maribelle', 11350825);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('odrakard94', 'Ora', 9831787);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmachoste95', 'Mag', 46783742);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('blinnitt96', 'Barbaraanne', 930410);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('astreight97', 'Angelle', 4183612);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('scaton98', 'Sandra', 32135142);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kgorler99', 'Karina', 58205793);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jhatcher9a', 'Jarad', 28996558);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rhammerson9b', 'Rebeka', 49953105);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nhamstead9c', 'Nadya', 44206264);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ajandourek9d', 'Andy', 59005058);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fcode9e', 'Francklin', 32404726);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('epummery9f', 'Ethan', 66025687);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmccunn9g', 'Burgess', 15007079);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('achafer9h', 'Amata', 86781694);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fcarley9i', 'Feodor', 75381540);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kslarke9j', 'Kara-lynn', 69477594);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jswane9k', 'Jessi', 62807156);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fhrinchishin9l', 'Finn', 90236491);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dkeerl9m', 'Dan', 49617523);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lgoldby9n', 'Lowe', 48081546);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fmeynell9o', 'Flossie', 97285287);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('thessay9p', 'Trish', 37812878);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ljeskin9q', 'Lonny', 74935448);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rrouge9r', 'Robb', 78443730);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tzaczek9s', 'Tonya', 91536307);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fmarquez9t', 'Franzen', 62491078);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ibolver9u', 'Ikey', 35356883);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fsherrington9v', 'Frasco', 29302602);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clamprey9w', 'Chantalle', 38511359);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hbowle9x', 'Harrie', 6023915);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('clundbech9y', 'Colan', 23061809);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ekuschke9z', 'Easter', 9096055);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rtemplemana0', 'Rog', 4352623);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dchidleya1', 'Deva', 3130247);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('latkinsona2', 'Levy', 87408021);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('esonghursta3', 'Emelyne', 9958714);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fbannella4', 'Florence', 91170770);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aashleya5', 'Amargo', 88037478);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lidea6', 'Loise', 82842171);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('khalcroa7', 'Katya', 40825510);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bstriplinga8', 'Burt', 31596451);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jewbankea9', 'Joby', 70520158);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbertwistleaa', 'Charissa', 62084154);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkauscherab', 'Marmaduke', 53041229);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('apinnereac', 'Annmarie', 69954323);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mtanbyad', 'Myrvyn', 79301855);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lkensholeae', 'Loutitia', 10728737);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ckeppieaf', 'Colin', 76349339);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdaidag', 'Correy', 46430450);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jscatchardah', 'Jaquith', 46442711);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kmechiai', 'Kilian', 80384361);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tpitchersaj', 'Tiphanie', 93259044);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('afoxonak', 'Angelique', 77881942);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tdurrandal', 'Tierney', 86925751);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('shampsonam', 'Sacha', 10188113);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ghiornan', 'Gael', 82639597);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lminesao', 'Lannie', 6057042);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rhansonap', 'Richart', 32941130);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlickorishaq', 'Devonne', 58306904);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bstychear', 'Brandy', 51146524);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lsellas', 'Louis', 13202362);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbrownsmithat', 'Maible', 81065341);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kmorettoau', 'Kiley', 28796177);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rricciardoav', 'Roxy', 31291002);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('souslemaw', 'Sibyl', 68459626);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dpischofax', 'Donal', 52684517);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ahelliwellay', 'Allard', 64880206);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rtumbeltyaz', 'Roxanne', 22653794);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rdumbletonb0', 'Rahel', 31206641);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('epregalb1', 'Ekaterina', 81798035);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cmcalinionb2', 'Chadd', 22255476);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('emayellb3', 'Ewell', 70349147);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pdanielianb4', 'Peggi', 76943803);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lhubbinsb5', 'Lazare', 35152540);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('arubinekb6', 'Alair', 48088703);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kstuchburyb7', 'Kettie', 67390123);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ayurmanovevb8', 'Allen', 63966845);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lferrarab9', 'Lucho', 28611182);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmourantba', 'Morena', 84028969);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abotwrightbb', 'Anestassia', 11125202);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('brenebc', 'Barry', 3798654);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lquinanebd', 'Lorilyn', 23900690);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbrandombe', 'Dulciana', 43505811);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rquartonbf', 'Rowe', 63683249);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbacklerbg', 'Karry', 50809484);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aagirrebh', 'Abbe', 63436890);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bstrobanbi', 'Bobette', 15533820);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('snasebybj', 'Silvester', 53705861);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tburgisibk', 'Theobald', 35369634);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmatijevicbl', 'Moria', 97298827);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asiemianowiczbm', 'Alverta', 14575418);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wcrinionbn', 'Wendi', 45785060);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('igilffillanbo', 'Idell', 62804196);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dtretterbp', 'Dorey', 78613929);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zjacklinbq', 'Zorah', 48671869);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cafieldbr', 'Casey', 11227011);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('beasthambs', 'Betta', 55089708);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mlashbrookbt', 'Mala', 14172517);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rkalkofenbu', 'Ruthy', 295885);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbrandlebv', 'Lenna', 60977291);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aflethambw', 'Angel', 94516168);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lshearsbx', 'Lamar', 64265476);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ilauksby', 'Isa', 16772925);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vlastybz', 'Vanya', 41004069);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('awrighthamc0', 'Angelina', 26785659);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lleariec1', 'Lannie', 17127880);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlindwallc2', 'Dinny', 32823018);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmccurtc3', 'Darryl', 88331624);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dwelbrockc4', 'Diandra', 19429018);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('psponc5', 'Pietrek', 79413001);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dcroanc6', 'Darrell', 43361010);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgillattc7', 'Micaela', 62292349);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('llazarc8', 'Lenard', 77036406);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dwoloschinc9', 'Daniele', 60851407);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gpaganca', 'Gavra', 84012802);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eceyssencb', 'Edgar', 70339051);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lellincc', 'Lucila', 10726994);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('claurentcd', 'Colan', 70138741);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dhardwarece', 'Dennison', 10600896);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mburnercf', 'Milicent', 71113644);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('crushfordcg', 'Chloe', 52007231);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jcalowch', 'Judie', 41205729);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cabramamovci', 'Chrisse', 70890294);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ewitchercj', 'Emmye', 93382722);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eharrollck', 'Eddy', 83319755);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kfarocl', 'Karney', 69910081);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ccatheecm', 'Chandra', 34118682);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hbaldinotticn', 'Humfried', 91374501);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ospellarco', 'Oswell', 11332411);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wwilldencp', 'Wilfrid', 91921597);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wdelieucq', 'Walker', 58718612);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lcanteracr', 'Lyman', 24401297);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('yfridaycs', 'Yoshiko', 75637986);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zverheydenct', 'Zorina', 61250728);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jloncastercu', 'Jacynth', 61266646);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('osonscheincv', 'Oby', 65976554);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bipwellcw', 'Bart', 42397627);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bhourigancx', 'Bentley', 55231457);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amcdoualcy', 'Aliza', 61553013);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ljamotcz', 'Lezley', 73613959);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fwhitwoodd0', 'Ferdinand', 84247608);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mlednord1', 'Meaghan', 41907784);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('slaslettd2', 'Sean', 19369674);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jmaturad3', 'Jada', 23985240);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rbuncherd4', 'Raff', 79492535);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tjachimakd5', 'Towny', 42284092);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wplaidd6', 'Woodman', 30263541);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amalzardd7', 'Avivah', 4159246);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adoagd8', 'Andie', 83448286);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vmitkind9', 'Vivianne', 11215025);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('laldineda', 'Lewiss', 29124491);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pfallensdb', 'Pris', 54824197);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sacostadc', 'Saleem', 59168346);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gwaddydd', 'Goldi', 40552371);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ldohrmannde', 'Livvyy', 92973879);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sathydf', 'Stacy', 93957824);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbaildondg', 'Myrilla', 39017780);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rriepdh', 'Rolf', 86923127);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbeeckerdi', 'Concettina', 48823807);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('awasbroughdj', 'Andris', 67054797);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lmorriddk', 'Leandra', 84637669);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmcgurgandl', 'Michael', 27172101);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('llascelldm', 'Lalo', 99881257);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pcousensdn', 'Prent', 65254866);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lkeetsdo', 'Lauren', 84365251);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mspurriordp', 'Monte', 26169487);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mchinnickdq', 'Meris', 38687452);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rlamacraftdr', 'Rivkah', 80529397);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ashortcliffeds', 'Ashla', 1761334);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('csadlerdt', 'Charla', 69802698);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jharsumdu', 'Jami', 17509922);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jthomazetdv', 'Jordain', 89005568);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jvitteldw', 'Judie', 26699992);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mstokerdx', 'Merrel', 10657287);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mdurransdy', 'Moll', 2654058);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lgilletdz', 'Lorianna', 29341021);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('scristobale0', 'Shirline', 46495714);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ssimmonse1', 'Stanwood', 36003552);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aciciurae2', 'Adan', 21096828);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('blarriee3', 'Burton', 17012048);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mfairpoole4', 'Michaelina', 32857377);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dficke5', 'Dory', 32482798);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sdallicoate6', 'Sarah', 56081208);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wclashee7', 'Winston', 84000524);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cislande8', 'Clement', 55412443);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asomnere9', 'Anthea', 75039628);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('obernardinelliea', 'Olwen', 42777129);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hheinoneneb', 'Hermy', 19465332);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sfallaec', 'Sarine', 88201995);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ibuddlesed', 'Ingrim', 15359529);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgookeee', 'Jesselyn', 29732164);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('macresef', 'Mavra', 55859130);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('iyushachkoveg', 'Izabel', 77477103);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('neddiseh', 'Nerte', 87865468);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('acornelisei', 'Annabell', 86805086);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgricewoodej', 'Janessa', 21861661);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hgyteshamek', 'Haleigh', 42809595);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbraceel', 'Kim', 36718048);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wmineghelliem', 'Whitby', 29710804);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hheasmanen', 'Haley', 58643054);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tramsdeneo', 'Tyler', 79432502);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swimmsep', 'Syman', 75948383);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rcreightoneq', 'Roxy', 15529485);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbulleer', 'Maurita', 42453163);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ajosephsenes', 'Aldric', 79442448);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gdaviddiet', 'Ganny', 78690872);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lpeepalleu', 'Lalo', 59026213);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pbennettoev', 'Paco', 42713574);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cedscerew', 'Chickie', 59112980);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ilandex', 'Ilysa', 77403619);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbarchrameevey', 'Marcelia', 66132216);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kcricketez', 'Korney', 93505832);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tskrinef0', 'Tulley', 7300550);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smonahanf1', 'Sigmund', 60070632);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lberndsenf2', 'Linn', 56919831);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zscuffhamf3', 'Zsazsa', 68744136);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('crealphf4', 'Catharine', 95179019);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lslimanf5', 'Lind', 30044384);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rcowderyf6', 'Randie', 39753902);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fdaenf7', 'Filmore', 43655774);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fgrzegorzewiczf8', 'Farrell', 16831826);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkhristoforovf9', 'Melitta', 70754383);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nballhamfa', 'Nicol', 16775790);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nshawcrossfb', 'Nestor', 80436906);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wcoushefc', 'West', 28111138);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dkaublefd', 'Dex', 69566642);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rgolbournfe', 'Reid', 92753159);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('psuthernsff', 'Pat', 57938021);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amatthewesfg', 'Axel', 39251105);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smaffeifh', 'Sigismundo', 50893504);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fsloleyfi', 'Florance', 65471714);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pchaneyfj', 'Petey', 18842670);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jdulsonfk', 'Joannes', 18562489);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ccanlandfl', 'Calley', 14856298);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hharfordfm', 'Hashim', 87751742);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smcclymontfn', 'Sam', 35698209);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cnearyfo', 'Cirillo', 83942471);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('skeenlysidefp', 'Sybyl', 75863986);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fbiglinfq', 'Franny', 66325280);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mchaddertonfr', 'Magdaia', 48929583);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asticklesfs', 'Aldwin', 62354149);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sruecastleft', 'Shepard', 55327962);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pcourtfu', 'Patsy', 85330028);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sbirkwoodfv', 'Serge', 62646089);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('thogginfw', 'Tracie', 35246333);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('yhelianfx', 'Yuma', 14035820);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('awysonfy', 'Aviva', 94244757);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aminchintonfz', 'Ag', 73510230);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lminghig0', 'Louella', 69300629);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gkintong1', 'Gibby', 29957218);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dtippettg2', 'Dewey', 51956620);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gmoncasterg3', 'Gilemette', 3353407);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lstockoeg4', 'Lazarus', 60805913);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('crowntreeg5', 'Constance', 87908564);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hrowsong6', 'Humfried', 57472493);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ghumerstoneg7', 'Goldia', 56061813);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('csturridgeg8', 'Calli', 43066110);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lfawbertg9', 'Lorant', 45568766);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hhullettga', 'Harbert', 47880023);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('elerergb', 'Emmey', 53750913);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dstarcksgc', 'Dael', 87054279);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jscotchmergd', 'Julita', 48232401);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sgraceyge', 'Shandy', 1893157);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('maddamsgf', 'Markus', 77263345);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cburehillgg', 'Celestine', 91629664);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cgatrellgh', 'Chrysler', 63062822);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('beskrietgi', 'Billie', 63292640);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkennsleygj', 'Mayor', 10702581);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rwingeatgk', 'Renaud', 75737387);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gheifergl', 'Godiva', 72387630);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmartinettogm', 'Mag', 97267311);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rsnawdengn', 'Ronald', 1958620);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gsycamorego', 'George', 11606459);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kdickerlinegp', 'Kylynn', 69699527);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ggraddongq', 'Gardie', 52012017);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tbomangr', 'Tracey', 93165932);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkyndergs', 'Meryl', 19795462);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wburgotgt', 'Whitney', 49681364);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dgrogangu', 'Davis', 85488947);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kwinchestergv', 'Keefe', 82263991);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tswancockgw', 'Teri', 52388204);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mfeathersgx', 'Martin', 38846110);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smotegy', 'Sophie', 54811165);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adevonsidegz', 'Arleen', 25566323);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tsnowh0', 'Tommi', 2783997);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rpetrussih1', 'Randy', 15175058);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('afaberh2', 'Adelheid', 77726165);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cskiph3', 'Cherey', 81570653);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkitcatth4', 'Mab', 92282583);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sfindlaterh5', 'Shaughn', 17732233);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ecappelh6', 'Elyse', 95008427);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmougenelh7', 'Britteny', 11363966);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rscanesh8', 'Regen', 82019024);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tjandakh9', 'Trixy', 89724388);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgreenmanha', 'Janella', 67732656);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pstaighb', 'Pierce', 10526670);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('zshetliffhc', 'Zane', 68592708);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dclaybornhd', 'Dee', 15049220);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agriffithehe', 'Arte', 50163347);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mlackeyehf', 'Madlen', 29593158);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('atranhg', 'Alexina', 55061830);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dkinzehh', 'Doroteya', 31320988);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rdallinderhi', 'Roselin', 23510922);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('khellenshj', 'Kizzee', 43657029);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adanielishk', 'Alair', 48023577);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('oragghl', 'Orly', 17217783);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('qbottinihm', 'Quill', 1403710);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jmarushakhn', 'Julietta', 67611246);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('beringeyho', 'Birch', 1563055);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbrandeshp', 'Karlen', 7151399);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('icruceshq', 'Idalina', 55991798);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('emedlinhr', 'Erena', 32473066);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gchrisphs', 'Gwenore', 89048284);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gnipperht', 'Gilda', 81036162);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nmacgaugheyhu', 'Nydia', 970548);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('srannerhv', 'Susanetta', 91141830);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmarmonhw', 'Beatrix', 45284835);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('plafontainehx', 'Perri', 8440658);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jguyershy', 'June', 43029075);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dpearsehz', 'Dorothea', 267993);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bahmedi0', 'Beverley', 68857757);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nmcdonoughi1', 'Nealon', 6175079);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tthompsoni2', 'Trevar', 40895021);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bsleichti3', 'Boot', 64741565);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgoingi4', 'Mill', 67383845);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbernhardi5', 'Cinnamon', 35446024);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mseilleri6', 'Maressa', 62240882);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jklimpi7', 'Joseito', 8070270);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mokinneallyi8', 'Melly', 60621240);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ameddingsi9', 'Alexandr', 98261540);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hlapsleyia', 'Hodge', 55618240);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hkensingtonib', 'Hermina', 53225635);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lsconesic', 'Lesya', 50680946);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('idikelsid', 'Ilka', 43487134);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('atomczykiewiczie', 'Adelle', 79683511);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fkainzif', 'Filip', 66991952);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddombrellig', 'Dolorita', 47255717);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hjakuszewskiih', 'Hamilton', 2574872);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fsaintsburyii', 'Ferd', 90562643);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ecurnowij', 'Emlyn', 99081343);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cwildmanik', 'Cash', 78639166);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rmurtaghil', 'Rockwell', 71962021);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dblowesim', 'Delcina', 36556031);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('iwarrellin', 'Illa', 26946845);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbrookzio', 'Darb', 52835791);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('csheeip', 'Chloette', 4349549);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rlabatiq', 'Rochella', 70578137);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('egodfreeir', 'Eric', 47686593);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddobrowlskiis', 'Doralin', 94139718);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eblazdellit', 'Esme', 84628806);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tballantyneiu', 'Thom', 37457773);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('echasteriv', 'Eleonore', 34646703);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jlandelliw', 'Jolee', 21303247);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sfernezix', 'Shalne', 91847513);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swhiteariy', 'Stesha', 5199592);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hbenedicteiz', 'Hakeem', 13501591);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gscreenj0', 'Griffie', 93598856);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('galenichicovj1', 'Giulietta', 16832644);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bkennermannj2', 'Barbette', 70241155);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('chaglintonj3', 'Cyril', 2987469);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jcockrillj4', 'Janeva', 91782119);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('achartresj5', 'Arlee', 5140429);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nquaifj6', 'Norma', 80015422);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cparkesj7', 'Caldwell', 69193265);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ggillanij8', 'Gary', 40102585);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fhanj9', 'Fredi', 2447941);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agraneja', 'Aeriel', 91299925);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eosherrinjb', 'Elianora', 50244148);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hgoghinjc', 'Hughie', 38967411);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bbeckworthjd', 'Bartholomeus', 86231542);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cschaferje', 'Catharine', 67622820);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sferraresejf', 'Shawnee', 87207623);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sivakhnojg', 'Sheppard', 4987322);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('beliesjh', 'Billye', 3635762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('odenningtonji', 'Othella', 18327064);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kgilmorejj', 'Korey', 87308612);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbrientjk', 'Kale', 18014041);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ymorrillyjl', 'Yvonne', 93660284);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fshielsjm', 'Friedrick', 58351243);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('odowberjn', 'Ofella', 21746830);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ditzcovichchjo', 'Doralia', 23697119);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tgrossjp', 'Tootsie', 8524176);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jorrowjq', 'Jaymee', 61245686);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amoodiejr', 'Aylmar', 49036338);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('psinisburyjs', 'Pippo', 29993504);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wfranklingjt', 'Waylen', 32509160);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('averseyju', 'Abigale', 41079338);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bbellengerjv', 'Betteann', 85812911);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swooffindenjw', 'Shelia', 29063160);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sdurtneljx', 'Sander', 41268089);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddicarlojy', 'Dara', 93000789);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mchaffenjz', 'Meyer', 88767439);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('elindblomk0', 'Emalia', 78832805);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dpittemk1', 'Danny', 56444291);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hgarardk2', 'Howard', 55734423);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('caistropk3', 'Cristen', 47872827);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('apurryk4', 'Anette', 71402718);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('plernerk5', 'Pall', 70935257);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eweinsk6', 'Efrem', 66994735);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('shussellk7', 'Susannah', 12626617);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fwashk8', 'Finlay', 64871489);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbattsk9', 'Meier', 18904668);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amancerka', 'Aleen', 88753770);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ckenerkb', 'Celie', 35211148);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vklemzkc', 'Val', 42987057);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('slyptrattkd', 'Sauncho', 9975029);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ctunstallke', 'Cullen', 67907593);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ksabenkf', 'Karie', 26776460);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rbattykg', 'Rafe', 31719548);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ngreenshieldskh', 'Nert', 31325087);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('plandiski', 'Papagena', 56779659);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('acisarkj', 'Adella', 26442637);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jfarmarkk', 'Jewelle', 56636976);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bangelikl', 'Bobbye', 16360364);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbrookeskm', 'Caryl', 3601356);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gvanderdaalkn', 'Geoffry', 54882989);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sboarko', 'Seamus', 84149800);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gmccloykp', 'Gina', 21639033);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rropkinskq', 'Rosalie', 99376193);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wburtonwoodkr', 'Wilow', 4097023);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lchandersks', 'Lucienne', 43787038);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pdemougeotkt', 'Price', 12163100);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mroxbroughku', 'Maurizio', 86710096);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mroonykv', 'Marissa', 46771513);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amcmeekankw', 'Alyda', 62146452);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbatrickkx', 'Mohandis', 80390214);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cfoysterky', 'Carri', 46516858);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rscrivenskz', 'Roxane', 25493106);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rashpolel0', 'Rogers', 35545596);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('drouthl1', 'Dasie', 76048251);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aaldcornel2', 'Aleece', 2224889);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddeakesl3', 'Dorothee', 94361088);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nocallaghanl4', 'Norma', 70088873);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dpikesleyl5', 'Darin', 17782064);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ilockl6', 'Innis', 1535524);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gdrohanel7', 'Garik', 72276360);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('icorradinil8', 'Ivor', 82625894);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eismirniogloul9', 'Enid', 32661855);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bgrabehamla', 'Brook', 39637944);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbraggerlb', 'Devan', 83274883);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mvedekhovlc', 'Marchelle', 5286129);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nnolderld', 'Neala', 92925733);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rrousele', 'Riane', 48532674);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ascorerlf', 'Ashlin', 8710069);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('riacovideslg', 'Rainer', 3323758);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sescalantelh', 'Sanders', 37946649);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rpratili', 'Rey', 95239164);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmontezlj', 'Mariele', 12003976);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gbeckleylk', 'Grant', 16803371);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bbadrockll', 'Bernita', 76595389);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('akerfootlm', 'Aluino', 88899601);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bmeffenln', 'Barret', 71953771);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vberryannlo', 'Veriee', 33573680);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jchownlp', 'Jonell', 43223751);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbaccaslq', 'Lynnea', 22128236);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agerberlr', 'Abbey', 38668811);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('twoolliamsls', 'Tom', 77603874);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bdunleavylt', 'Blaire', 62050790);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amatteaulu', 'Ashely', 32418869);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('shandrahanlv', 'Sean', 39895510);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agoveylw', 'Antonius', 35287371);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jmaclucaislx', 'Jareb', 87477899);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sberthotly', 'Shannon', 25599779);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('omarianlz', 'Oralie', 6208227);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('alowcockm0', 'Albrecht', 43395762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cpobjoym1', 'Corinna', 83454243);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('etregenzam2', 'El', 61263746);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlandonm3', 'Dari', 69654829);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mdukelowm4', 'Modesty', 1821092);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nlinderm5', 'Nev', 55564574);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ibiltm6', 'Issiah', 91300795);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nsturdeym7', 'Nanny', 48863269);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bpovallm8', 'Bailie', 88668826);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hgoulterm9', 'Hyacinth', 61741941);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hspyerma', 'Harbert', 62634861);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wobleinmb', 'Wynn', 99267465);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jklaismc', 'Joelie', 90496847);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ematicmd', 'Evania', 67886964);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bselborneme', 'Bary', 42547390);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkesbymf', 'Marjory', 24792346);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('drabbetmg', 'Daryn', 5002008);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hlockartmh', 'Horatio', 61788787);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amoggiemi', 'Ashlie', 44561186);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fmonellimj', 'Finley', 72696782);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dlorimermk', 'Dom', 17278335);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eperrygoml', 'Ellynn', 12876156);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wkasparskimm', 'Wandis', 46053078);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pweinbergmn', 'Perice', 94192364);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mwattonmo', 'Mel', 24179996);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tdenymp', 'Tonia', 2025891);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('wkunertmq', 'Whitaker', 51696722);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cexetermr', 'Cordelia', 92029530);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('aeckelsms', 'Arthur', 66071750);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gdockrillmt', 'Galven', 34881238);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ljoriotmu', 'Leonelle', 450791);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ndorneymv', 'Niall', 42353649);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cwafermw', 'Clay', 92667834);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lfrancescomx', 'Lusa', 69758803);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cpeagrimmy', 'Cosette', 65085585);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hprobatemz', 'Hanny', 84794288);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rdebruinn0', 'Ruggiero', 85699106);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pdaymontn1', 'Patrick', 31737296);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('elethburyn2', 'Elli', 92467430);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mluntn3', 'Margie', 34950609);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dbraybrookesn4', 'Derry', 44218853);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rschellen5', 'Remington', 16639372);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pmanuellin6', 'Paulette', 90750600);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cjouhandeaun7', 'Cecilius', 64176292);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kmaldinn8', 'Katharina', 90346263);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kallabartonn9', 'Koral', 70076342);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ksandesonna', 'Katie', 85535578);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ebuicknb', 'Elliott', 15829212);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('scocknc', 'Shanda', 53272289);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('amcalindennd', 'Abbi', 32281337);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbielbyne', 'Kerk', 34471142);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mlehriannf', 'Mirella', 59635914);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jgimblettng', 'Jenine', 85086104);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gbottomnh', 'Garreth', 15953307);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbissillni', 'Lorne', 32490731);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fmerrillnj', 'Fabe', 70016064);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ncurringtonnk', 'Nyssa', 12149889);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cgurneenl', 'Ceciley', 85556600);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jleythleynm', 'Janene', 86525555);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('emedwaynn', 'Erl', 27267555);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rcarleno', 'Ruperto', 1257104);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mbloorenp', 'Mabel', 74630913);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('swarwickernq', 'Simonette', 79077063);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mdickonnr', 'Micheline', 99760181);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bbaldellins', 'Berti', 63003001);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gletchnt', 'Ginnie', 75576721);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jhuguetnu', 'Jerad', 98996046);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mglanvillnv', 'Michelle', 72492282);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jabelnw', 'Joletta', 61925432);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tchecklinnx', 'Tani', 3433473);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmeikleny', 'Domeniga', 80593163);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asnashallnz', 'Ailey', 26207317);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kbysoutho0', 'Kristy', 42022669);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ebullanto1', 'Evvie', 33565715);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ffollando2', 'Frederigo', 43322969);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lhucksteppo3', 'Lind', 75791904);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mtitlowo4', 'Marysa', 68645729);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('xtrenamo5', 'Xenia', 65150527);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmcjarrowo6', 'Devonne', 25549957);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mjedrzejewiczo7', 'Marna', 97958208);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gfloberto8', 'Guthry', 9855930);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ocarloo9', 'Otho', 11857296);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rsowleyoa', 'Renato', 37834059);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jwhittierob', 'Junia', 72734380);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vsuarezoc', 'Vanya', 76049728);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adonnellanod', 'Aguste', 23923976);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ckeayoe', 'Carole', 50897390);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ewhittakerof', 'Emilie', 53416230);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agooldingog', 'Alexia', 45579198);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bjovicicoh', 'Berte', 58548023);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('elongoi', 'Eugenio', 27098994);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tbrinkmanoj', 'Thomasina', 85244009);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('smeasok', 'Stacy', 26673020);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('afiggessol', 'Adolph', 46993762);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('khandysideom', 'Kelbee', 42032390);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdullardon', 'Camile', 22944499);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lguinessoo', 'Letty', 5781345);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbellengerop', 'Lucky', 758585);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bdimentoq', 'Bjorn', 51945814);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gtrenamanor', 'Gil', 25756586);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cabdenos', 'Cloris', 5533636);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dmettrickeot', 'Darda', 61733220);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mfullardou', 'Melonie', 30529063);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eheazelov', 'Emanuele', 79944749);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hpetrukow', 'Hanna', 85253005);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cdudenieox', 'Cecilia', 25815130);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fspeechleyoy', 'Ferguson', 48171236);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ahorneyoz', 'Adina', 48203105);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kludgrovep0', 'Kaitlin', 97274240);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('xwillcocksp1', 'Xena', 65694618);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('myouthedp2', 'Michail', 5745232);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ajanasp3', 'Armando', 7920908);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('yaspinellp4', 'Yorker', 51186888);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kzoephelp5', 'Krystal', 91338649);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('glosselyongp6', 'Gates', 71976513);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gcottap7', 'Gardner', 45200769);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bdeemanp8', 'Brandy', 20162691);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kflecknop9', 'Kathie', 95973665);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gfugerepa', 'Geordie', 61778848);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dharrypb', 'Donia', 95857409);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tverillopc', 'Terrance', 4528435);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bfackrellpd', 'Britney', 13385401);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('sdyblepe', 'Sosanna', 27979622);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bjeramspf', 'Binni', 90819920);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jdochepg', 'Johnny', 19242466);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hleclercqph', 'Henrietta', 58060795);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dkarlicekpi', 'Debbie', 29389264);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ncluelowpj', 'Nancy', 38151970);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('odampneypk', 'Ozzy', 42120921);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('landrellipl', 'Llywellyn', 32719807);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('eeilhersenpm', 'Erik', 98273034);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmatyasikpn', 'Magdalena', 11294983);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mgrainpo', 'Mario', 57340477);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('egrowdenpp', 'Emanuel', 49272973);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pmalarkeypq', 'Park', 91172323);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tandreottipr', 'Terrel', 75770350);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jogroganeps', 'Jehu', 85589146);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fglennypt', 'Fee', 63924116);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kwoolmorepu', 'Koenraad', 10815781);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hshingfieldpv', 'Harriot', 63579882);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dattwaterpw', 'Darcy', 35020212);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddauneypx', 'Devondra', 65981892);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tstirruppy', 'Tim', 53310289);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('imaddoxpz', 'Irina', 23597073);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vmeatonq0', 'Vida', 34956879);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rbrimmanq1', 'Rayshell', 93182454);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lpillingq2', 'Lindi', 38606770);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tpringuerq3', 'Thibaud', 71544584);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nbaughq4', 'Natka', 72025570);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ffundellq5', 'Flss', 96840753);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('asantusq6', 'Adore', 76076222);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('hpeekeq7', 'Hally', 76648253);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kcromblehomeq8', 'Kingsly', 25245949);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bocarrollq9', 'Bail', 40784936);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gblankauqa', 'Gwen', 76535554);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rholdallqb', 'Rachelle', 87369902);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dnindqc', 'Donelle', 23967965);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('kcouroyqd', 'Kenneth', 39417522);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tsheenqe', 'Travers', 31058210);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('soverstreetqf', 'Susy', 36274646);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lromanqg', 'Lavina', 95921610);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('acollinqh', 'Adrian', 67672414);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('imellorqi', 'Inigo', 23339249);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fewanqj', 'Fairlie', 45294873);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('thandqk', 'Tate', 87904186);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rjordenql', 'Raynor', 36454938);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rhinschqm', 'Rikki', 32743949);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rboaysqn', 'Robinet', 35732646);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('acrichtenqo', 'Antonin', 24616509);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cpoterqp', 'Corella', 74068092);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lnewtownqq', 'Liana', 69201386);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('adowqr', 'Alissa', 45127453);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cstaiteqs', 'Carolus', 80245057);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dwoodrupqt', 'Donnie', 71136158);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mmcsweeneyqu', 'Mattheus', 169646);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rgilpillanqv', 'Rainer', 69870783);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('awiltshearqw', 'Anthea', 40230953);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('apatleyqx', 'Alysa', 89337356);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ccrushqy', 'Chantal', 25507616);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mstorieqz', 'Murvyn', 59618397);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('cbletsor0', 'Cathrin', 89410520);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('abathar1', 'Anitra', 93371475);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('pmcnayr2', 'Paul', 43947588);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ilipyeatr3', 'Innis', 77664013);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ceckartr4', 'Cullin', 80060111);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('nbernettir5', 'Noami', 80180558);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dklimkor6', 'Dorri', 89001689);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mrubertisr7', 'Morey', 40185053);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('alednerr8', 'Antons', 12071237);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gbillisonr9', 'Gabriel', 99258603);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('tblamiresra', 'Tom', 16845693);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('rfurlongrb', 'Rosanne', 71388346);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ddillinghamrc', 'Duky', 764361);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('atantumrd', 'Angel', 43050039);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('vtandeyre', 'Vivia', 32380179);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mchazellerf', '<NAME>', 26897395);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gfossittrg', 'Gerri', 55451681);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('lbirneyrh', 'Lissy', 27150240);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mphillcoxri', 'Mohammed', 29359317);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('gdufrayrj', 'Germayne', 23309611);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('bfiggerrk', 'Bellina', 44451398);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('dsmallsrl', 'Donavon', 30557026);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('mkoepperm', 'Mabel', 91251776);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('fogbornrn', 'Florida', 37266805);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('ychippindallro', 'Yovonnda', 85050164);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('agammonsrp', 'Aurelie', 50741790);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('jbracknallrq', 'Johnny', 38156927);
insert into instructor (instructor_name, instructor_adress, instructor_phone) values ('plyfferr', 'Pamella', 42778608);
|
<filename>database.sql
CREATE TABLE whereami IF NOT EXISTS (
id INTEGER PRIMARY KEY AUTOINCREMENTING,
lat REAL,
lon REAL,
alt REAL,
timestamp INTEGER NOT NULL,
accuracy REAL DEFAULT 0.0,
altitude_accuracy REAL DEFAULT 0.0
);
|
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 04-12-2017 a las 22:52:34
-- Versión del servidor: 10.1.13-MariaDB
-- Versión de PHP: 5.6.23
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 */;
--
-- Base de datos: `phinn`
--
DELIMITER $$
--
-- Procedimientos
--
CREATE DEFINER=`root`@`localhost` PROCEDURE `cabeceraConsolidado` (IN `consecutivoC` VARCHAR(50)) BEGIN
SET @produccionReal = (SELECT SUM(ProduccionTotal) FROM reporte_diario WHERE Consecutivo=consecutivoC);
SET @mermaMq1 = (SELECT SUM(DISTINCT Merma) FROM produccion WHERE NoOrden = consecutivoC AND Maquina = 1);
SET @mermaMq2 = (SELECT SUM(DISTINCT Merma) FROM produccion WHERE NoOrden = consecutivoC AND Maquina = 2);
SET @mermaTotal = @mermaMq1 + @mermaMq2;
SET @horaInicio = (SELECT horaInicio FROM control_piso WHERE consecutivo = consecutivoC);
SET @fechaInicio = (SELECT fechaInicio FROM control_piso WHERE consecutivo = consecutivoC);
SET @fechaFinal = (SELECT fechaFinalizacion FROM control_piso WHERE consecutivo = consecutivoC);
SET @horaFinal = (SELECT horaFinal FROM control_piso WHERE consecutivo = consecutivoC);
SET @idTurnoM = (SELECT IdTurno FROM turnos WHERE tipo = 'M' AND estado = 1);
SET @idTurnoMX = (SELECT IdTurno FROM turnos WHERE tipo = 'MX' AND estado = 1);
SET @idTurnoN = (SELECT IdTurno FROM turnos WHERE tipo = 'N' AND estado = 1);
SET @cargaDia = (
SELECT COUNT(DISTINCT cpp.IdCargaPulper)
FROM cargas_pulper cpp
JOIN reporte_diario rdd ON cpp.IdReporteDiario = rdd.IdReporteDiario
WHERE rdd.Consecutivo = consecutivoC AND rdd.Turno = @idTurnoM);
SET @cargaMixta = (
SELECT COUNT(DISTINCT cpp.IdCargaPulper)
FROM cargas_pulper cpp
JOIN reporte_diario rdd ON cpp.IdReporteDiario = rdd.IdReporteDiario
WHERE rdd.Consecutivo = consecutivoC AND rdd.Turno = @idTurnoMX);
SET @cargaNoche = (
SELECT COUNT(DISTINCT cpp.IdCargaPulper)
FROM cargas_pulper cpp
JOIN reporte_diario rdd ON cpp.IdReporteDiario = rdd.IdReporteDiario
WHERE rdd.Consecutivo = consecutivoC AND rdd.Turno = @idTurnoN);
SELECT
rd.NoOrder,
rd.Consecutivo,
rd.TipoPapel AS Producto,
@fechaInicio AS FechaInicio,
@fechaFinal AS FechaFinal,
t.Turno,
@produccionReal AS produccionReal,
@mermaMq1 + @mermaMq2 AS mermaTotal,
@produccionReal + @mermaTotal AS produccionTotal,
cp.horaInicio,
cp.horaFinal AS horaFin,
IF(@cargaDia=0, @cargaDia, (((@cargaDia*40)/60)-12)) AS cargaDia,
IF(@cargaMixta=0, @cargaMixta, (((@cargaMixta*40)/60)-12)) AS cargaMixta,
IF(@cargaNoche=0, @cargaNoche, (((@cargaNoche*40)/60)-12)) AS cargaNoche,
(SELECT totalTMMQ1(consecutivoC,'M',1)/(60)-(12)) AS MMaquina1,
(SELECT totalTMMQ1(consecutivoC,'M',2)/(60)-(12)) AS MMaquina2,
(SELECT totalTMMQ1(consecutivoC,'M',3)/(60)-(12)) AS MMaquina3,
(SELECT totalTMMQ1(consecutivoC,'MX',1)/(60)-(12)) AS MMXMaquina1,
(SELECT totalTMMQ1(consecutivoC,'MX',2)/(60)-(12)) AS MMXMaquina2,
(SELECT totalTMMQ1(consecutivoC,'MX',3)/(60)-(12)) AS MMXVMaquina3,
(SELECT totalTMMQ1(consecutivoC,'N',1)/(60)-(12)) AS MNMaquina1,
(SELECT totalTMMQ1(consecutivoC,'N',2)/(60)-(12)) AS MNMaquina2,
(SELECT totalTMMQ1(consecutivoC,'N',3)/(60)-(12)) AS MNMaquina3,
((@mermaMq1/60)-12) AS mermaMQ1,
((@mermaMq2/60)-12) AS mermaMQ2
FROM
reporte_diario rd
INNER JOIN turnos t ON rd.Turno = t.IdTurno
INNER JOIN produccion p ON rd.Consecutivo = p.NoOrden
INNER JOIN control_piso cp ON cp.consecutivo = rd.Consecutivo
INNER JOIN cargas_pulper cpp ON rd.IdReporteDiario = cpp.IdReporteDiario
WHERE
rd.Consecutivo = consecutivoC
GROUP BY rd.Consecutivo, rd.NoOrder;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `cabeceraReporteDiario` (IN `idReporteD` INT) BEGIN
SELECT
rd.NoOrder,
rd.Consecutivo,
rd.TipoPapel,
rd.ProduccionTotal,
rd.FechaInicio,
rd.FechaFinal,
tn.Turno,
rd.Grupo,
us.Nombre,
rd.MermaTotal
FROM
reporte_diario rd
JOIN usuarios us ON rd.Coordinador = us.IdUsuario
JOIN turnos tn ON rd.Turno = tn.IdTurno
where rd.IdReporteDiario = idReporteD;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consumoElectrico` (IN `fechaInicioC` DATE, IN `fechaFinaLC` DATE, IN `horaInicioC` TIME, IN `horaFinC` TIME, IN `consumoInicialC` DECIMAL(10,2), IN `consumoFinalC` DECIMAL(10,2), IN `consecutivoC` VARCHAR(10)) BEGIN
IF EXISTS ( SELECT consecutivo FROM consumoElectrico WHERE consecutivo = consecutivoC)
THEN
BEGIN
UPDATE consumoElectrico ce
SET ce.fechaInicio = fechaInicioC,
ce.fechaFin = fechaFinaLC,
ce.horaInicio = horaInicioC,
ce.horaFinal = horaFinC,
ce.consumoInicial = consumoInicialC,
ce.consumoFinal = consumoFinalC
WHERE
consecutivo = consecutivoC;
END ;
ELSE
BEGIN
INSERT INTO consumoElectrico (
fechaInicio,
fechaFin,
horaInicio,
horaFinal,
consumoInicial,
consumoFinal,
consecutivo
)
VALUES
(
fechaInicioC,
fechaFinaLC,
horaInicioC,
horaFinC,
consumoInicialC,
consumoFinalC,
consecutivoC
) ;
END ;
END IF ;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `controlPisoInfo` (IN `consecutivo` VARCHAR(50)) BEGIN
SELECT
cp.idControlPiso,
cp.noOrden AS NoOrder,
cp.consecutivo AS Consecutivo,
cp.fechaInicio AS FechaInicio,
cp.fechaFinalizacion AS FechaFinal,
cp.producto AS TipoPapel,
cp.grupo,
cp.maquina,
cp.horaInicio,
cp.horaFinal,
cp.rptPasta
FROM
control_piso cp
WHERE
cp.consecutivo = consecutivo;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `detalleControlPiso` (IN `idInsumoC` INT, IN `tipoC` VARCHAR(100), IN `codigoC` VARCHAR(30), IN `descripcionC` VARCHAR(100), IN `unidadMedidadC` VARCHAR(15), IN `requisadoC` DECIMAL(11,2), IN `pisoC` DECIMAL(11,2), IN `consumoC` DECIMAL(11,2), IN `idControlPisoC` INT) BEGIN
IF EXISTS ( SELECT idInsumo FROM control_piso_detalle WHERE IdInsumo = idInsumoC AND idControlPiso = idControlPisoC )
THEN
BEGIN
UPDATE control_piso_detalle cpd
SET cpd.codigo = codigoC,
cpd.requisado = requisadoC,
cpd.piso = pisoC,
cpd.consumo = consumoC
WHERE
IdInsumo = idInsumoC ;
END ;
ELSE
BEGIN
INSERT INTO control_piso_detalle (
tipo,
codigo,
descripcion,
unidadMedida,
requisado,
piso,
consumo,
idControlPiso,
IdInsumo
)
VALUES
(
tipoC,
codigoC,
descripcionC,
unidadMedidadC,
requisadoC,
pisoC,
consumoC,
idControlPisoC,
idInsumoC
) ;
END ;
END IF ;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `encabezadoControlPiso` (IN `noOrdenC` INT, IN `consecutivoC` VARCHAR(10), IN `fechaInicioC` DATE, IN `fechaFinalizacionC` DATE, IN `fechaCreacionC` DATE, IN `productoC` VARCHAR(50), IN `grupoC` VARCHAR(20), IN `maquinaC` VARCHAR(20), IN `horaInicioC` TIME, IN `horaFinalC` TIME, IN `rptPastaC` INT) BEGIN
IF EXISTS ( SELECT consecutivo FROM control_piso WHERE consecutivo = consecutivoC)
THEN
BEGIN
UPDATE control_piso cp
SET cp.fechaInicio = fechaInicioC,
cp.fechaFinalizacion = fechaFinalizacionC,
cp.producto = productoC,
cp.grupo = grupoC,
cp.maquina = maquinaC,
cp.horaInicio = horaInicioC,
cp.horaFinal = horaFinalC,
cp.rptPasta = rptPastaC
WHERE
cp.consecutivo = consecutivoC;
END ;
ELSE
BEGIN
INSERT INTO control_piso (
noOrden,
consecutivo,
fechaInicio,
fechaFinalizacion,
fechaCreacion,
producto,
grupo,
maquina,
horaInicio,
horaFinal,
rptPasta
)
VALUES
(
noOrdenC,
consecutivoC,
fechaInicioC,
fechaFinalizacionC,
fechaCreacionC,
productoC,
grupoC,
maquinaC,
horaInicioC,
horaFinalC,
rptPastaC
) ;
END ;
END IF;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `infoPasta` (IN `turno` INT, IN `consecutivo` VARCHAR(10)) BEGIN
SELECT
ps.Tanque,
ps.Noche,
ps.Dia,
rd.Turno
FROM
pasta ps
JOIN reporte_diario rd ON ps.IdReporteDiario = rd.IdReporteDiario
WHERE
rd.Consecutivo = consecutivo
AND rd.Turno = turno;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `reporteControlPiso` (IN `consecutivo` VARCHAR(10)) BEGIN
SELECT
cp.consecutivo,
cp.noOrden,
cp.fechaInicio,
cp.fechaFinalizacion,
cp.maquina,
cp.producto,
cp.horaInicio,
cp.horaFinal,
cp.grupo,
cpd.tipo,
cpd.codigo,
cpd.descripcion,
cpd.unidadMedida,
cpd.requisado,
cpd.piso,
cpd.consumo
FROM
control_piso cp
JOIN control_piso_detalle cpd ON cp.idControlPiso = cpd.idControlPiso
WHERE
cp.consecutivo = consecutivo;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_controlProduccionMensual` (IN `Meta` VARCHAR(50)) BLOCK1: BEGIN
DECLARE nomasrow BOOLEAN DEFAULT false;
DECLARE f1 VARCHAR(20) DEFAULT '';
DECLARE cont INT(11) DEFAULT 0;
DECLARE cont1 INT(11) DEFAULT 0;
DECLARE ts1,ts2,ts3,ts4,ts5,ts6,ts7,ts8,ts9 INT(11) DEFAULT 0;
DECLARE cursor1 CURSOR FOR
SELECT fecha
FROM tmp_produccion;
DECLARE CONTINUE HANDLER FOR NOT found
SET nomasrow := TRUE;
SELECT COUNT(*) INTO cont FROM tmp_produccion;
DROP TABLE IF EXISTS rep_final;
CREATE TEMPORARY TABLE rep_final (
v1 DECIMAL(7,2),
v2 DECIMAL(7,2),
v3 DECIMAL(7,2),
v4 DECIMAL(7,2),
v5 DECIMAL(7,2),
v6 DECIMAL(7,2),
v7 DECIMAL(7,2),
v8 DECIMAL(7,2),
v9 DECIMAL(7,2)
);
OPEN cursor1;
LOOP1: LOOP
FETCH cursor1 INTO f1;
IF nomasrow THEN
CLOSE cursor1;
LEAVE LOOP1;
END IF;
BLOCK2: begin
DECLARE v1,v2,v3,v4,v5,v6,v7,v8,v9 DECIMAL(7,2) DEFAULT 0;
DECLARE fch VARCHAR(20) DEFAULT '';
DECLARE nomasrow2 BOOLEAN DEFAULT FALSE;
DECLARE cursor2 CURSOR FOR
SELECT DAYNAME(fecha),`1`,`2`,`3`,`4`,`5`,`6`,`7`,`8`,`9`
from tmp_produccion WHERE fecha = f1;
DECLARE CONTINUE HANDLER FOR NOT found
SET nomasrow2 := TRUE;
OPEN cursor2;
LOOP2: LOOP
FETCH cursor2 INTO fch,v1,v2,v3,v4,v5,v6,v7,v8,v9;
IF nomasrow2 THEN
CLOSE cursor2;
LEAVE LOOP2;
END IF;
SET cont1 = cont1 + 1;
IF (fch <> 'Monday') THEN
IF (cont = cont1) THEN
SET ts1 = ts1 + v1;
SET ts2 = ts2 + v2;
SET ts3 = ts3 + v3;
SET ts4 = ts4 + v4;
SET ts5 = ts5 + v5;
SET ts6 = ts6 + v6;
SET ts7 = ts7 + v7;
SET ts8 = ts8 + v8;
SET ts9 = ts9 + v9;
INSERT INTO rep_final(v1,v2,v3,v4,v5,v6,v7,v8,v9) VALUES(ts1,ts2,ts3,ts4,ts5,ts6,ts7,ts8,ts9);
ELSE
SET ts1 = ts1 + v1;
SET ts2 = ts2 + v2;
SET ts3 = ts3 + v3;
SET ts4 = ts4 + v4;
SET ts5 = ts5 + v5;
SET ts6 = ts6 + v6;
SET ts7 = ts7 + v7;
SET ts8 = ts8 + v8;
SET ts9 = ts9 + v9;
END IF;
ELSE
INSERT INTO rep_final(v1,v2,v3,v4,v5,v6,v7,v8,v9) VALUES(ts1,ts2,ts3,ts4,ts5,ts6,ts7,ts8,ts9);
SET ts1=0;SET ts2=0;SET ts3=0;SET ts4=0;SET ts5=0;SET ts6=0;SET ts7=0;SET ts8=0;SET ts9=0;
SET ts1 = ts1 + v1;
SET ts2 = ts2 + v2;
SET ts3 = ts3 + v3;
SET ts4 = ts4 + v4;
SET ts5 = ts5 + v5;
SET ts6 = ts6 + v6;
SET ts7 = ts7 + v7;
SET ts8 = ts8 + v8;
SET ts9 = ts9 + v9;
END IF;
END LOOP LOOP2;
END BLOCK2;
END LOOP LOOP1;
SELECT * FROM rep_final;
END BLOCK1$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_produccionDiaria` (`meta` VARCHAR(20)) BLOCK1: BEGIN
DECLARE nomasrow BOOLEAN DEFAULT false;
DECLARE idPr INT(11) DEFAULT 0;
DECLARE cont1 INT(11) DEFAULT 0;
DECLARE cont2 INT(11) DEFAULT 1;
DECLARE TBD INT(11) DEFAULT 0;
DECLARE TNS DECIMAL(7,2) DEFAULT 0;
DECLARE _query varchar(21800) DEFAULT "('";
DECLARE cursor1 CURSOR FOR
SELECT id_produccion
FROM produccion_diaria
WHERE idMeta = meta;
DECLARE CONTINUE HANDLER FOR NOT found
SET nomasrow := TRUE;
SELECT COUNT(DISTINCT id_produccion) INTO cont1 FROM produccion_diaria WHERE idMeta = meta;
OPEN cursor1;
LOOP1: LOOP
FETCH cursor1 INTO idPr;
IF nomasrow THEN
CLOSE cursor1;
LEAVE LOOP1;
END IF;
BLOCK2: begin
DECLARE v1,v2,v3,v4,v5,v6,v7,v8,v9 INT(11) DEFAULT 0;
DECLARE fch VARCHAR(20) DEFAULT '';
DECLARE nomasrow2 BOOLEAN DEFAULT FALSE;
DECLARE cursor2 CURSOR FOR
SELECT fecha,val1,val2,val3,val4,val5,val6,val7,val8,val9
from produccion_diaria WHERE id_produccion = idPr;
DECLARE CONTINUE HANDLER FOR NOT found
SET nomasrow2 := TRUE;
OPEN cursor2;
LOOP2: LOOP
FETCH cursor2 INTO fch,v1,v2,v3,v4,v5,v6,v7,v8,v9;
IF nomasrow2 THEN
CLOSE cursor2;
LEAVE LOOP2;
END IF;
SET TNS = fn_calculoTNS(1,v1)
+fn_calculoTNS(2,v2)
+fn_calculoTNS(3,v3)
+fn_calculoTNS(4,v4)
+fn_calculoTNS(5,v5)
+fn_calculoTNS(6,v6)
+fn_calculoTNS(7,v7)
+fn_calculoTNS(8,v8)
+fn_calculoTNS(9,v9);
SET TNS = TNS/1000;
SET TBD = v1+v2+v3+v4+v5+v6+v7+v8+v9;
IF cont2 < cont1 THEN
SET _query = CONCAT(_query,fch,"',");
SET _query = CONCAT(_query,v1,",",v2,",",v3,",",v4,",",v5,",",v6,",",v7,",",v8,",",v9,",",TBD,",",TNS,"),('");
SET cont2 = cont2 + 1;
ELSEIF cont2 = cont1 THEN
SET _query = CONCAT(_query,fch,"',");
SET _query = CONCAT(_query,v1,",",v2,",",v3,",",v4,",",v5,",",v6,",",v7,",",v8,",",v9,",",TBD,",",TNS);
SET _query = CONCAT(_query,")");
SET cont2 = 1;
END IF;
SET @query = CONCAT("INSERT INTO tmp_produccion VALUES", _query);
END LOOP LOOP2;
END BLOCK2;
END LOOP LOOP1;
DELETE FROM tmp_produccion;
IF cont1 > 0 THEN
PREPARE IC FROM @query;
EXECUTE IC;
DEALLOCATE PREPARE IC;
END IF;
END BLOCK1$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `updatePasswordUser` (IN `idUsuarioC` INT, IN `oldPassword` VARCHAR(150), IN `newPassword` VARCHAR(150)) BEGIN
SET @passActual = (SELECT `Password` FROM usuarios WHERE IdUsuario = idUsuarioC);
IF @passActual = oldPassword THEN
UPDATE usuarios
SET `Password` = <PASSWORD>
WHERE IdUsuario = idUsuarioC;
SELECT 1 AS resultado;
ELSE
SELECT 0 AS resultado;
END IF;
END$$
--
-- Funciones
--
CREATE DEFINER=`root`@`localhost` FUNCTION `fn_calculoTNS` (`tipo` INT(11), `cant` DOUBLE) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE sumCant DOUBLE;
SELECT
CASE
WHEN tipo = 1 THEN 4.99 * cant
WHEN tipo = 2 THEN 4.99 * cant
WHEN tipo = 3 THEN 9.98 * cant
WHEN tipo = 4 THEN 4.51 * cant
WHEN tipo = 5 THEN 4.99 * cant
WHEN tipo = 6 THEN 4.51 * cant
WHEN tipo = 7 THEN 5.85 * cant
WHEN tipo = 8 THEN 3 * cant
WHEN tipo = 9 THEN 5.85 * cant
ELSE 0
END INTO sumCant
FROM
articulos
LIMIT 1;
RETURN sumCant;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMMMQ1` (`consecutivoC` VARCHAR(10)) RETURNS INT(11) READS SQL DATA
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC
AND tm.Maquina = 1 and tm.Turno = '6:00am-6:00pm';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMMMQ2` (`consecutivoC` INT) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
Consecutivo = consecutivoC
AND tm.Maquina = 2 and tm.Turno = '6:00am-6:00pm';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMMMQ3` (`consecutivoC` VARCHAR(10)) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC
AND tm.Maquina = 3 and tm.Turno = '6:00am-6:00pm';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMVMQ1` (`consecutivoC` VARCHAR(10)) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC
AND tm.Maquina = 1 and tm.Turno = '6:00pm-6:00am';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMVMQ2` (`consecutivoC` VARCHAR(10)) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC
AND tm.Maquina = 2 and tm.Turno = '6:00pm-6:00am';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTiempoMVMQ3` (`consecutivoC` VARCHAR(10)) RETURNS DOUBLE READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC
AND tm.Maquina = 3 and tm.Turno = '6:00pm-6:00am';
RETURN difTotal;
END$$
CREATE DEFINER=`root`@`localhost` FUNCTION `totalTMMQ1` (`consecutivoC` VARCHAR(10), `tipoC` VARCHAR(10), `maquinaC` INT) RETURNS INT(11) READS SQL DATA
DETERMINISTIC
BEGIN
DECLARE difTotal INT;
SET @turno = (SELECT Turno FROM turnos WHERE tipo = tipoC AND estado=1);
SET @horaInicio = (SELECT horaInicio FROM turnos WHERE Turno = @turno);
SET @horaFinal = (SELECT horaFinal FROM turnos WHERE Turno = @turno);
SELECT SUM( IF (
tm.HoraInicio > tm.HoraFin,
TIMESTAMPDIFF(
MINUTE,
tm.HoraInicio,
CONVERT ('24:00:00', time)
) + TIMESTAMPDIFF(
MINUTE,
CONVERT ('00:00:00', time),
tm.HoraFin
),
TIMESTAMPDIFF(MINUTE,tm.HoraInicio,tm.HoraFin)
)) INTO difTotal
FROM
tiempos_muertos tm
WHERE
tm.Consecutivo = consecutivoC AND tm.Maquina = maquinaC AND tm.Turno = @turno;
RETURN difTotal;
END$$
DELIMITER ;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `articulos`
--
CREATE TABLE `articulos` (
`IdArticulo` int(11) NOT NULL,
`Descripcion` varchar(255) DEFAULT NULL,
`Peso` varchar(10) DEFAULT NULL,
`Estado` bit(1) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `articulos`
--
INSERT INTO `articulos` (`IdArticulo`, `Descripcion`, `Peso`, `Estado`) VALUES
(1, 'ECO PLUS 24/1 (bols)', '4.99', b'1'),
(2, 'ECO PLUS 6/4 (bol)', '4.99', b'1'),
(3, 'CHOLIN 1000 8/6(bols)', '9.98', b'1'),
(4, 'CHOLIN 900 (bols)', '4.51', b'1'),
(5, 'GENERICO ECO 1000 (bol)', '4.99', b'1'),
(6, 'GENERICO ECO 900 (bol)', '4.51', b'1'),
(7, 'CHOLIN HD 32/1 (bol)', '5.85', b'1'),
(8, 'Bolson SERVILLETA', '3', b'1'),
(9, 'CHOLIN HD Gen32/1 (bol)', '5.85', b'1');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `cargas_pulper`
--
CREATE TABLE `cargas_pulper` (
`IdCargaPulper` int(11) NOT NULL,
`IdInsumo` int(11) NOT NULL,
`Cantidad` float(11,1) DEFAULT NULL,
`IdReporteDiario` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `cargas_pulper`
--
INSERT INTO `cargas_pulper` (`IdCargaPulper`, `IdInsumo`, `Cantidad`, `IdReporteDiario`) VALUES
(1, 27, 68.5, 2),
(2, 28, 95.0, 2),
(3, 27, 65.5, 2),
(4, 30, 588.0, 2),
(5, 30, 788.0, 2),
(6, 30, 899.0, 2),
(7, 30, 300.0, 2),
(8, 30, 300.4, 2),
(9, 27, 4555.0, 2),
(10, 27, 555.0, 4),
(11, 27, 25.0, 4),
(12, 27, 3665.0, 4),
(13, 27, 584.0, 4),
(14, 27, 362.0, 4),
(15, 28, 455.0, 4),
(16, 28, 254.0, 4),
(17, 28, 214.0, 4),
(18, 28, 21.0, 4),
(19, 28, 89.9, 4),
(20, 28, 91.3, 4),
(21, 28, 500.0, 8),
(22, 27, 640.0, 8),
(23, 29, 160.0, 8),
(24, 27, 640.0, 9),
(25, 29, 160.0, 9),
(26, 27, 640.0, 9),
(27, 29, 160.0, 9),
(28, 27, 640.0, 9),
(29, 29, 160.0, 9),
(30, 27, 320.0, 9),
(31, 28, 320.0, 9),
(32, 29, 160.0, 9),
(33, 27, 320.0, 9),
(34, 28, 320.0, 9),
(35, 29, 160.0, 9),
(36, 27, 320.0, 9),
(37, 28, 320.0, 9),
(38, 29, 160.0, 9),
(39, 29, 160.0, 9),
(40, 33, 30.0, 9),
(41, 30, 15.0, 9),
(42, 27, 719.0, 13),
(43, 27, 758.0, 13),
(44, 27, 734.0, 13),
(45, 28, 160.0, 13),
(46, 28, 160.0, 13),
(47, 28, 160.0, 13),
(48, 30, 160.0, 13),
(49, 29, 160.0, 13),
(50, 27, 480.0, 14),
(51, 27, 480.0, 14),
(52, 28, 160.0, 14),
(53, 29, 160.0, 14),
(54, 30, 5.0, 14),
(56, 33, 10.0, 14),
(57, 28, 160.0, 14),
(58, 29, 160.0, 14),
(60, 27, 480.0, 14),
(61, 28, 160.0, 14),
(62, 29, 160.0, 14),
(65, 27, 480.0, 14),
(67, 28, 160.0, 14),
(68, 29, 160.0, 14),
(69, 30, 5.0, 14),
(71, 27, 480.0, 17),
(72, 28, 160.0, 17),
(73, 29, 160.0, 17),
(74, 30, 5.0, 17),
(75, 33, 10.0, 17),
(76, 27, 480.0, 17),
(77, 28, 160.0, 17),
(78, 29, 160.0, 17),
(79, 27, 480.0, 17),
(80, 28, 160.0, 17),
(81, 29, 160.0, 17),
(82, 27, 480.0, 17),
(83, 28, 160.0, 17),
(84, 29, 160.0, 17),
(85, 27, 480.0, 20),
(86, 28, 160.0, 20),
(87, 29, 160.0, 20),
(88, 27, 480.0, 20),
(89, 28, 160.0, 20),
(90, 29, 160.0, 20),
(91, 27, 480.0, 21),
(92, 28, 160.0, 21),
(93, 29, 160.0, 21),
(94, 30, 0.0, 21),
(95, 33, 0.0, 21),
(96, 27, 480.0, 23),
(97, 28, 160.0, 23),
(98, 29, 160.0, 23),
(99, 27, 480.0, 23),
(100, 28, 160.0, 23),
(101, 29, 160.0, 23),
(102, 27, 480.0, 23),
(103, 28, 160.0, 23),
(104, 29, 160.0, 23),
(105, 27, 480.0, 23),
(106, 28, 160.0, 23),
(107, 29, 160.0, 23),
(108, 27, 480.0, 23),
(109, 28, 160.0, 23),
(110, 29, 160.0, 23),
(111, 27, 480.0, 23),
(112, 28, 160.0, 23),
(113, 29, 160.0, 23),
(114, 27, 480.0, 23),
(115, 28, 160.0, 23),
(116, 29, 160.0, 23),
(117, 27, 480.0, 23),
(118, 28, 160.0, 23),
(119, 29, 160.0, 23),
(120, 27, 480.0, 24),
(121, 28, 160.0, 24),
(122, 29, 160.0, 24),
(123, 27, 480.0, 24),
(124, 28, 160.0, 24),
(125, 29, 160.0, 24),
(126, 27, 480.0, 24),
(127, 28, 160.0, 24),
(128, 29, 160.0, 24),
(129, 27, 480.0, 24),
(130, 28, 160.0, 24),
(131, 29, 160.0, 24),
(132, 27, 480.0, 24),
(133, 28, 160.0, 24),
(134, 29, 160.0, 24),
(135, 27, 480.0, 24),
(136, 28, 160.0, 24),
(137, 29, 160.0, 24),
(138, 27, 480.0, 24),
(139, 28, 160.0, 24),
(140, 29, 160.0, 24),
(141, 27, 480.0, 27),
(142, 28, 160.0, 27),
(143, 29, 160.0, 27),
(144, 27, 480.0, 27),
(145, 28, 160.0, 27),
(146, 29, 160.0, 27),
(147, 27, 480.0, 27),
(148, 28, 160.0, 27),
(149, 29, 160.0, 27),
(150, 27, 480.0, 27),
(151, 28, 160.0, 27),
(152, 29, 160.0, 27),
(153, 27, 480.0, 27),
(154, 28, 160.0, 27),
(155, 29, 160.0, 27),
(156, 30, 5.0, 27),
(157, 30, 5.0, 27),
(158, 30, 5.0, 27),
(159, 30, 5.0, 27),
(160, 30, 5.0, 27),
(161, 33, 10.0, 27),
(162, 33, 10.0, 27),
(163, 33, 10.0, 27),
(164, 33, 10.0, 27),
(165, 33, 10.0, 27),
(166, 27, 480.0, 27),
(167, 29, 160.0, 27),
(168, 28, 160.0, 27),
(169, 30, 5.0, 27),
(170, 33, 10.0, 27),
(171, 27, 480.0, 26),
(172, 28, 160.0, 26),
(173, 29, 160.0, 26),
(174, 27, 480.0, 26),
(175, 28, 160.0, 26),
(176, 29, 160.0, 26),
(177, 27, 480.0, 26),
(178, 28, 160.0, 26),
(179, 29, 160.0, 26),
(180, 27, 480.0, 26),
(181, 28, 160.0, 26),
(182, 29, 160.0, 26),
(183, 27, 480.0, 26),
(184, 28, 160.0, 26),
(185, 29, 160.0, 26),
(186, 27, 480.0, 26),
(187, 28, 160.0, 26),
(188, 29, 160.0, 26),
(189, 27, 480.0, 26),
(190, 28, 160.0, 26),
(191, 29, 160.0, 26),
(192, 27, 640.0, 32),
(193, 29, 160.0, 32),
(194, 27, 640.0, 32),
(195, 27, 640.0, 32),
(196, 27, 640.0, 32),
(197, 27, 640.0, 32),
(198, 29, 160.0, 32),
(199, 29, 160.0, 32),
(200, 29, 160.0, 32),
(201, 29, 160.0, 32),
(202, 27, 640.0, 32),
(203, 29, 160.0, 32),
(204, 27, 640.0, 33),
(205, 27, 640.0, 33),
(206, 27, 640.0, 33),
(207, 27, 640.0, 33),
(208, 29, 160.0, 33),
(209, 29, 160.0, 33),
(210, 29, 160.0, 33),
(211, 29, 160.0, 33),
(212, 27, 640.0, 33),
(213, 27, 640.0, 33),
(214, 29, 160.0, 33),
(215, 29, 160.0, 33),
(216, 27, 640.0, 33),
(217, 29, 160.0, 33),
(218, 30, 35.0, 33),
(220, 33, 70.0, 33),
(221, 27, 640.0, 34),
(222, 29, 160.0, 34),
(223, 33, 50.0, 34),
(224, 30, 25.0, 34),
(225, 27, 640.0, 34),
(226, 29, 160.0, 34),
(227, 27, 640.0, 34),
(228, 29, 160.0, 34),
(230, 29, 160.0, 34),
(232, 27, 480.0, 35),
(233, 28, 160.0, 35),
(234, 29, 160.0, 35),
(235, 29, 160.0, 35),
(236, 28, 160.0, 35),
(237, 27, 160.0, 35),
(238, 27, 480.0, 35),
(239, 27, 480.0, 35),
(240, 29, 160.0, 35),
(241, 29, 160.0, 35),
(242, 28, 160.0, 35),
(243, 28, 160.0, 35),
(244, 30, 5.0, 35),
(245, 30, 5.0, 35),
(246, 30, 5.0, 35),
(247, 30, 5.0, 35),
(248, 33, 10.0, 35),
(249, 33, 10.0, 35),
(250, 33, 10.0, 35),
(251, 33, 10.0, 35),
(252, 27, 480.0, 36),
(253, 27, 480.0, 36),
(254, 27, 480.0, 36),
(255, 28, 160.0, 36),
(256, 28, 160.0, 36),
(257, 28, 160.0, 36),
(258, 29, 160.0, 36),
(259, 29, 160.0, 36),
(260, 29, 160.0, 36),
(261, 27, 480.0, 36),
(262, 27, 480.0, 36),
(263, 28, 160.0, 36),
(264, 28, 160.0, 36),
(265, 29, 160.0, 36),
(266, 29, 160.0, 36),
(267, 27, 480.0, 36),
(268, 27, 480.0, 36),
(269, 27, 480.0, 36),
(270, 28, 160.0, 36),
(271, 28, 160.0, 36),
(272, 29, 160.0, 36),
(275, 28, 160.0, 36),
(277, 29, 160.0, 36),
(278, 30, 40.0, 36),
(279, 33, 80.0, 36),
(280, 28, 640.0, 38),
(281, 28, 640.0, 38),
(282, 28, 640.0, 38),
(283, 28, 640.0, 38),
(284, 29, 50.0, 38),
(285, 29, 30.0, 38),
(286, 29, 100.0, 38),
(287, 29, 50.0, 38),
(288, 28, 160.0, 38),
(289, 27, 480.0, 38),
(290, 30, 5.0, 38),
(291, 30, 5.0, 38),
(292, 30, 5.0, 38),
(293, 30, 5.0, 38),
(294, 30, 5.0, 38),
(295, 30, 5.0, 38),
(296, 33, 10.0, 38),
(297, 33, 10.0, 38),
(298, 33, 10.0, 38),
(299, 33, 10.0, 38),
(300, 33, 10.0, 38),
(301, 33, 10.0, 38),
(302, 27, 480.0, 38),
(303, 27, 480.0, 38),
(304, 28, 160.0, 38),
(305, 28, 160.0, 38),
(306, 30, 5.0, 38),
(307, 33, 10.0, 38),
(308, 27, 480.0, 39),
(309, 27, 480.0, 39),
(310, 27, 480.0, 39),
(311, 28, 160.0, 39),
(312, 29, 160.0, 39),
(313, 28, 160.0, 39),
(314, 29, 160.0, 39),
(315, 28, 160.0, 39),
(316, 29, 160.0, 39),
(317, 28, 160.0, 39),
(318, 29, 160.0, 39),
(319, 27, 480.0, 39),
(320, 27, 480.0, 39),
(321, 28, 160.0, 39),
(322, 29, 160.0, 39),
(323, 27, 480.0, 39),
(324, 28, 160.0, 39),
(325, 29, 160.0, 39),
(326, 30, 30.0, 39),
(327, 33, 60.0, 39),
(328, 27, 640.0, 41),
(329, 27, 640.0, 41),
(330, 29, 160.0, 41),
(331, 29, 160.0, 41),
(332, 27, 555.0, 44),
(333, 27, 698.0, 44),
(334, 27, 633.0, 44),
(335, 27, 644.0, 44),
(336, 27, 791.0, 44),
(337, 27, 673.0, 44),
(338, 28, 160.0, 44),
(339, 28, 160.0, 44),
(340, 28, 160.0, 44),
(341, 29, 160.0, 44),
(342, 29, 160.0, 44),
(343, 29, 160.0, 44),
(344, 29, 320.0, 44),
(345, 29, 320.0, 44),
(346, 29, 320.0, 44),
(347, 30, 5.0, 44),
(348, 30, 5.0, 44),
(349, 30, 5.0, 44),
(350, 30, 5.0, 44),
(351, 30, 5.0, 44),
(352, 30, 5.0, 44),
(353, 33, 10.0, 44),
(354, 33, 10.0, 44),
(355, 33, 10.0, 44),
(356, 33, 10.0, 44),
(357, 33, 10.0, 44),
(358, 33, 10.0, 44),
(359, 27, 656.0, 49),
(360, 27, 760.0, 49),
(361, 27, 760.0, 49),
(362, 29, 160.0, 49),
(363, 29, 160.0, 49),
(364, 29, 160.0, 49),
(365, 30, 5.0, 49),
(366, 30, 5.0, 49),
(367, 30, 5.0, 49),
(368, 33, 10.0, 49),
(369, 33, 10.0, 49),
(370, 33, 10.0, 49),
(371, 27, 595.0, 49),
(372, 27, 610.0, 49),
(373, 27, 480.0, 49),
(374, 29, 160.0, 49),
(375, 29, 160.0, 49),
(376, 29, 160.0, 49),
(377, 30, 5.0, 49),
(378, 30, 5.0, 49),
(379, 30, 5.0, 49),
(380, 33, 10.0, 49),
(381, 33, 10.0, 49),
(382, 33, 10.0, 49),
(383, 27, 480.0, 55),
(384, 27, 480.0, 55),
(385, 27, 480.0, 55),
(386, 28, 160.0, 55),
(387, 29, 160.0, 55),
(388, 29, 160.0, 55),
(389, 29, 160.0, 55),
(390, 28, 160.0, 55),
(391, 28, 160.0, 55),
(392, 30, 15.0, 55),
(393, 33, 30.0, 55),
(394, 27, 616.0, 62),
(395, 27, 591.0, 62),
(396, 27, 810.0, 62),
(397, 28, 80.0, 62),
(398, 28, 80.0, 62),
(399, 29, 160.0, 62),
(400, 29, 160.0, 62),
(401, 29, 160.0, 62),
(402, 30, 5.0, 62),
(403, 30, 5.0, 62),
(404, 30, 5.0, 62),
(405, 33, 10.0, 62),
(406, 33, 10.0, 62),
(407, 33, 10.0, 62),
(408, 27, 746.0, 62),
(409, 27, 720.0, 62),
(410, 28, 80.0, 62),
(411, 28, 80.0, 62),
(412, 29, 160.0, 62),
(413, 29, 160.0, 62),
(414, 30, 5.0, 62),
(415, 30, 5.0, 62),
(416, 33, 10.0, 62),
(417, 33, 10.0, 62),
(418, 27, 961.0, 62),
(419, 28, 80.0, 62),
(420, 29, 160.0, 62),
(421, 30, 5.0, 62),
(422, 33, 10.0, 62),
(423, 27, 732.0, 62),
(424, 28, 80.0, 62),
(425, 29, 160.0, 62),
(426, 30, 5.0, 62),
(427, 33, 10.0, 62),
(428, 28, 80.0, 62),
(429, 27, 630.0, 66),
(430, 27, 710.0, 66),
(431, 29, 160.0, 66),
(432, 29, 160.0, 66),
(433, 30, 5.0, 66),
(434, 30, 5.0, 66),
(436, 33, 10.0, 66),
(437, 33, 10.0, 66),
(438, 27, 712.0, 66),
(439, 27, 705.0, 66),
(440, 29, 160.0, 66),
(441, 29, 160.0, 66),
(442, 30, 5.0, 66),
(443, 30, 5.0, 66),
(444, 33, 10.0, 66),
(445, 33, 10.0, 66),
(446, 27, 632.0, 67),
(447, 29, 160.0, 67),
(448, 27, 739.0, 67),
(449, 29, 160.0, 67),
(450, 27, 706.0, 67),
(451, 29, 160.0, 67),
(452, 27, 675.0, 67),
(453, 29, 160.0, 67),
(454, 27, 670.0, 67),
(455, 29, 160.0, 67),
(456, 27, 767.0, 67),
(457, 27, 657.0, 67),
(458, 29, 150.0, 67),
(459, 29, 150.0, 67),
(460, 27, 759.0, 67),
(461, 29, 180.0, 67),
(462, 27, 627.0, 67),
(463, 29, 155.0, 67),
(464, 27, 594.5, 67),
(465, 29, 160.0, 67),
(466, 30, 50.0, 67),
(467, 33, 200.0, 67),
(468, 33, 200.0, 67),
(469, 30, 50.0, 67),
(470, 27, 630.0, 71),
(471, 27, 678.0, 71),
(472, 27, 643.0, 71),
(473, 27, 669.0, 71),
(474, 27, 700.0, 71),
(475, 27, 640.0, 71),
(476, 27, 725.0, 71),
(477, 29, 160.0, 71),
(478, 29, 160.0, 71),
(479, 29, 160.0, 71),
(480, 29, 160.0, 71),
(481, 29, 160.0, 71),
(482, 29, 160.0, 71),
(483, 29, 160.0, 71),
(484, 29, 160.0, 71),
(485, 30, 5.0, 71),
(486, 30, 5.0, 71),
(487, 30, 5.0, 71),
(488, 30, 5.0, 71),
(489, 30, 5.0, 71),
(490, 30, 5.0, 71),
(491, 30, 5.0, 71),
(492, 30, 5.0, 71),
(493, 33, 10.0, 71),
(494, 33, 10.0, 71),
(495, 33, 10.0, 71),
(496, 33, 10.0, 71),
(497, 33, 10.0, 71),
(498, 33, 10.0, 71),
(499, 33, 10.0, 71),
(500, 33, 10.0, 71),
(501, 27, 674.0, 71),
(502, 27, 546.0, 74),
(503, 27, 625.0, 74),
(504, 27, 648.0, 74),
(505, 27, 633.0, 74),
(506, 27, 671.0, 74),
(507, 29, 160.0, 74),
(508, 29, 160.0, 74),
(509, 29, 160.0, 74),
(510, 29, 160.0, 74),
(511, 29, 160.0, 74),
(512, 30, 5.0, 74),
(513, 30, 5.0, 74),
(514, 30, 5.0, 74),
(515, 30, 5.0, 74),
(516, 30, 5.0, 74),
(517, 33, 10.0, 74),
(518, 33, 10.0, 74),
(519, 33, 10.0, 74),
(520, 33, 10.0, 74),
(521, 33, 10.0, 74),
(522, 27, 746.0, 74),
(523, 29, 160.0, 74),
(524, 30, 5.0, 74),
(525, 33, 10.0, 74),
(526, 27, 754.0, 74),
(527, 29, 160.0, 74),
(528, 30, 5.0, 74),
(529, 33, 10.0, 74),
(530, 27, 705.0, 88),
(531, 27, 540.0, 88),
(532, 27, 685.0, 88),
(533, 27, 675.0, 88),
(534, 27, 662.0, 88),
(535, 29, 160.0, 88),
(536, 29, 160.0, 88),
(537, 29, 160.0, 88),
(538, 29, 160.0, 88),
(539, 29, 160.0, 88),
(540, 30, 5.0, 88),
(541, 30, 5.0, 88),
(542, 30, 5.0, 88),
(543, 30, 5.0, 88),
(544, 30, 5.0, 88),
(545, 27, 645.0, 88),
(546, 29, 160.0, 88),
(547, 30, 5.0, 88),
(548, 27, 717.0, 88),
(549, 29, 160.0, 88),
(550, 30, 5.0, 88),
(551, 27, 672.0, 102),
(552, 27, 689.0, 102),
(553, 27, 638.0, 102),
(554, 29, 160.0, 102),
(555, 29, 160.0, 102),
(556, 27, 160.0, 102),
(557, 29, 160.0, 102),
(558, 30, 15.0, 102),
(559, 33, 30.0, 102),
(560, 27, 615.0, 101),
(561, 27, 721.0, 101),
(562, 30, 10.0, 101),
(563, 33, 20.0, 101),
(564, 29, 160.0, 101),
(565, 29, 160.0, 101),
(566, 27, 647.5, 99),
(567, 27, 747.0, 99),
(568, 29, 160.0, 99),
(569, 29, 160.0, 99),
(570, 30, 10.0, 99),
(571, 33, 20.0, 99),
(572, 27, 700.0, 106),
(573, 29, 160.0, 106),
(574, 30, 5.0, 106),
(575, 33, 10.0, 106),
(576, 27, 670.0, 107),
(577, 27, 694.0, 107),
(578, 27, 734.0, 107),
(579, 29, 160.0, 107),
(580, 29, 160.0, 107),
(581, 29, 160.0, 107),
(582, 30, 15.0, 107),
(583, 33, 30.0, 107),
(584, 27, 595.0, 108),
(585, 27, 578.0, 108),
(586, 27, 508.0, 108),
(587, 27, 680.0, 108),
(588, 29, 160.0, 108),
(589, 29, 160.0, 108),
(590, 29, 160.0, 108),
(591, 29, 160.0, 108),
(592, 30, 20.0, 108),
(593, 33, 40.0, 108),
(594, 27, 699.0, 109),
(595, 27, 880.0, 109),
(596, 29, 160.0, 109),
(597, 29, 160.0, 109),
(598, 30, 10.0, 109),
(599, 33, 20.0, 109),
(600, 27, 705.5, 110),
(601, 27, 662.0, 110),
(602, 27, 605.0, 110),
(603, 27, 626.0, 110),
(604, 28, 84.0, 110),
(605, 29, 160.0, 110),
(606, 28, 84.0, 110),
(607, 28, 84.0, 110),
(608, 29, 42.0, 110),
(609, 29, 42.0, 110),
(610, 29, 42.0, 110),
(611, 30, 20.0, 110),
(612, 33, 40.0, 110),
(613, 27, 688.0, 111),
(614, 27, 685.0, 111),
(615, 27, 650.0, 111),
(616, 27, 633.0, 111),
(617, 27, 670.0, 111),
(618, 27, 585.0, 111),
(619, 29, 42.0, 111),
(620, 29, 42.0, 111),
(621, 29, 42.0, 111),
(622, 29, 42.0, 111),
(623, 29, 42.0, 111),
(624, 29, 42.0, 111),
(625, 28, 84.0, 111),
(626, 28, 84.0, 111),
(627, 28, 84.0, 111),
(628, 28, 84.0, 111),
(629, 28, 84.0, 111),
(630, 28, 84.0, 111),
(631, 30, 30.0, 111),
(632, 33, 60.0, 111),
(633, 27, 626.0, 112),
(634, 27, 667.0, 112),
(635, 29, 160.0, 112),
(636, 29, 160.0, 112),
(637, 29, 160.0, 112),
(638, 27, 691.0, 112),
(639, 30, 15.0, 112),
(640, 33, 30.0, 112),
(641, 27, 652.5, 113),
(642, 27, 722.0, 113),
(643, 30, 10.0, 113),
(644, 33, 20.0, 113),
(645, 29, 160.0, 113),
(647, 29, 160.0, 113),
(648, 27, 627.0, 115),
(649, 27, 695.0, 115),
(650, 27, 573.0, 115),
(651, 27, 734.0, 115),
(652, 29, 160.0, 115),
(653, 29, 160.0, 115),
(654, 29, 160.0, 115),
(655, 29, 160.0, 115),
(656, 30, 20.0, 115),
(657, 33, 40.0, 115),
(658, 27, 668.0, 116),
(659, 29, 160.0, 116),
(660, 30, 5.0, 116),
(661, 33, 10.0, 116),
(662, 27, 768.0, 117),
(663, 27, 660.5, 117),
(664, 27, 778.5, 117),
(665, 29, 160.0, 117),
(666, 29, 160.0, 117),
(667, 29, 160.0, 117),
(668, 30, 15.0, 117),
(669, 33, 30.0, 117),
(670, 27, 720.0, 118),
(671, 27, 660.0, 118),
(672, 29, 160.0, 118),
(673, 29, 160.0, 118),
(674, 30, 10.0, 118),
(675, 33, 20.0, 118),
(676, 27, 662.0, 119),
(677, 29, 160.0, 119),
(678, 30, 5.0, 119),
(679, 33, 10.0, 119),
(680, 27, 620.0, 121),
(681, 27, 384.0, 121),
(682, 27, 635.0, 121),
(683, 27, 575.0, 121),
(684, 27, 645.0, 121),
(685, 29, 160.0, 121),
(686, 29, 160.0, 121),
(687, 29, 160.0, 121),
(688, 29, 160.0, 121),
(689, 29, 160.0, 121),
(690, 30, 25.0, 121),
(691, 33, 50.0, 121),
(692, 27, 517.0, 120),
(693, 27, 616.0, 120),
(694, 29, 160.0, 120),
(695, 29, 160.0, 120),
(696, 28, 40.0, 120),
(697, 28, 40.0, 120),
(698, 30, 10.0, 120),
(699, 33, 20.0, 120),
(700, 27, 742.0, 122),
(701, 27, 736.0, 122),
(702, 29, 160.0, 122),
(703, 29, 160.0, 122),
(704, 30, 10.0, 122),
(705, 33, 20.0, 122),
(706, 27, 810.0, 123),
(707, 27, 664.0, 123),
(708, 27, 585.0, 123),
(709, 27, 715.0, 123),
(710, 29, 160.0, 123),
(711, 29, 160.0, 123),
(712, 29, 160.0, 123),
(713, 29, 160.0, 123),
(714, 30, 20.0, 123),
(715, 33, 40.0, 123),
(716, 27, 664.0, 124),
(717, 27, 667.0, 124),
(718, 27, 642.0, 124),
(719, 29, 160.0, 124),
(720, 29, 160.0, 124),
(721, 29, 160.0, 124),
(722, 30, 15.0, 124),
(723, 33, 30.0, 124),
(724, 27, 611.0, 125),
(725, 27, 663.0, 125),
(726, 27, 631.5, 125),
(727, 29, 160.0, 125),
(728, 29, 160.0, 125),
(729, 29, 160.0, 125),
(730, 30, 15.0, 125),
(731, 33, 30.0, 125),
(732, 27, 560.0, 126),
(733, 27, 665.0, 126),
(734, 27, 664.0, 126),
(735, 27, 697.0, 126),
(736, 27, 626.0, 126),
(737, 29, 160.0, 126),
(738, 29, 160.0, 126),
(739, 29, 160.0, 126),
(740, 29, 160.0, 126),
(741, 29, 160.0, 126),
(742, 30, 30.0, 126),
(743, 33, 60.0, 126),
(744, 27, 700.0, 127),
(745, 29, 100.0, 127),
(746, 30, 5.0, 127),
(747, 33, 10.0, 127),
(748, 27, 55.0, 131),
(749, 27, 56.0, 131),
(750, 27, 66.0, 131),
(751, 27, 59.0, 131),
(752, 27, 48.0, 131),
(753, 28, 55.0, 131),
(754, 28, 63.0, 131),
(755, 28, 622.0, 131);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `categoria`
--
CREATE TABLE `categoria` (
`IdCategoria` int(11) NOT NULL,
`categoria` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `categoria`
--
INSERT INTO `categoria` (`IdCategoria`, `categoria`) VALUES
(1, 'RPTD CARGAS PULPER'),
(2, 'RPTD INSUMOS'),
(3, 'LDP MATERIA PRIMA'),
(4, 'RPTD PASTA');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `consumoelectrico`
--
CREATE TABLE `consumoelectrico` (
`idConsumoElec` int(10) UNSIGNED NOT NULL,
`fechaInicio` date NOT NULL,
`fechaFin` date NOT NULL,
`horaInicio` time NOT NULL,
`horaFinal` time NOT NULL,
`consumoInicial` decimal(10,2) NOT NULL,
`consumoFinal` decimal(10,2) NOT NULL,
`consecutivo` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `consumoelectrico`
--
INSERT INTO `consumoelectrico` (`idConsumoElec`, `fechaInicio`, `fechaFin`, `horaInicio`, `horaFinal`, `consumoInicial`, `consumoFinal`, `consecutivo`) VALUES
(1, '2017-07-28', '2017-07-28', '06:00:00', '06:00:00', '7934.00', '7900.00', '1-5657'),
(2, '2017-08-29', '2017-08-30', '06:00:00', '06:00:00', '8436.00', '8449.00', '1-1708'),
(3, '2017-09-18', '2017-09-18', '06:00:00', '06:00:00', '4500.00', '1500.00', '1-4545'),
(4, '2017-11-10', '2017-11-11', '06:00:00', '06:00:00', '9343.00', '9356.00', '1-1893'),
(5, '2017-11-23', '2017-11-24', '06:00:00', '06:00:00', '9426.00', '9439.00', '1-1949'),
(6, '2017-11-25', '2017-11-26', '06:00:00', '06:00:00', '9451.00', '9466.00', '1-1957'),
(7, '2017-11-26', '2017-11-27', '06:00:00', '06:00:00', '9466.00', '9476.00', '1-1960'),
(8, '2017-11-27', '2017-11-28', '06:00:00', '06:00:00', '9476.00', '9484.00', '1-1965'),
(9, '2017-11-28', '2017-11-29', '06:00:00', '06:00:00', '9484.00', '9495.00', '1-1970'),
(10, '2017-11-29', '2017-11-30', '06:00:00', '06:00:00', '9495.00', '9506.00', '1-1976'),
(11, '2017-12-04', '2017-12-05', '06:00:00', '06:00:00', '4555.00', '4560.00', '1-9632');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `control_piso`
--
CREATE TABLE `control_piso` (
`idControlPiso` int(11) NOT NULL,
`noOrden` int(11) NOT NULL,
`consecutivo` varchar(10) NOT NULL,
`fechaInicio` date NOT NULL,
`fechaFinalizacion` date NOT NULL,
`fechaCreacion` date NOT NULL,
`producto` varchar(50) NOT NULL,
`grupo` varchar(50) NOT NULL,
`maquina` varchar(20) DEFAULT NULL,
`horaInicio` time DEFAULT NULL,
`horaFinal` time NOT NULL,
`rptPasta` bit(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `control_piso`
--
INSERT INTO `control_piso` (`idControlPiso`, `noOrden`, `consecutivo`, `fechaInicio`, `fechaFinalizacion`, `fechaCreacion`, `producto`, `grupo`, `maquina`, `horaInicio`, `horaFinal`, `rptPasta`) VALUES
(1, 5657, '1-5657', '2017-07-28', '2017-07-29', '2017-08-02', 'higienico', 'grupo 1- grupo 3', '1-2', '06:00:00', '06:00:00', b'1'),
(2, 1708, '1-1708', '2017-08-28', '2017-08-28', '2017-08-30', 'higienico', '1-2-3', '1-2', '06:00:00', '14:00:00', b'1'),
(4, 1725, '1-1725', '2017-09-11', '2017-09-12', '2017-09-20', 'higienico', '1-2-3', '1-2', '06:00:00', '06:00:00', b'0'),
(5, 4545, '1-4545', '2017-09-18', '2017-09-18', '2017-09-22', 'higienico', '1-2-3', '1-2', '06:00:00', '14:00:00', b'1'),
(6, 1893, '1-1893', '2017-11-10', '2017-11-11', '2017-11-17', 'higiénico', '1;2;', '1-2', '06:00:00', '06:00:00', b'1'),
(7, 1928, '1-1928', '2017-11-20', '2017-11-21', '2017-11-21', 'higiénico', 'indefinido-indefinid', '0-2', '06:00:00', '06:00:00', b'1'),
(8, 1943, '1-1943', '2017-11-22', '2017-11-23', '2017-11-23', 'higiénico', 'indefinido-indefinid', '1-2', '06:00:00', '06:00:00', b'1'),
(9, 1949, '1-1949', '2017-11-23', '2017-11-24', '2017-11-24', 'higiénico', 'indefinido-indefinid', '0-0', '06:00:00', '06:00:00', b'1'),
(10, 1957, '1-1957', '2017-11-25', '2017-11-26', '2017-11-28', 'higienico', 'indefinido-indefinid', '0-0', '06:00:00', '06:00:00', b'0'),
(11, 1960, '1-1960', '2017-11-26', '2017-11-27', '2017-11-29', 'higiénico', 'indefinido-indefinid', '1-0', '06:00:00', '06:00:00', b'0'),
(12, 1965, '1-1965', '2017-11-27', '2017-11-28', '2017-11-30', 'higiénico', 'indefinido-indefinid', '1-0', '06:00:00', '06:00:00', b'1'),
(13, 1970, '1-1970', '2017-11-28', '2017-11-29', '2017-11-30', 'higiénico', 'indefinido-indefinid', '1-0', '06:00:00', '06:00:00', b'1'),
(14, 1976, '1-1976', '2017-11-29', '2017-11-30', '2017-12-01', 'higiénico', 'indefinido-indefinid', '1-0', '06:00:00', '06:00:00', b'1'),
(15, 9632, '1-9632', '2017-12-04', '2017-12-04', '2017-12-04', 'Higienico', 'grupo1- grupo 2', '1-2', '06:00:00', '14:00:00', b'1');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `control_piso_detalle`
--
CREATE TABLE `control_piso_detalle` (
`idDetalle` int(11) UNSIGNED NOT NULL,
`tipo` varchar(50) NOT NULL,
`codigo` varchar(50) NOT NULL,
`descripcion` varchar(50) NOT NULL,
`unidadMedida` varchar(10) NOT NULL,
`requisado` decimal(11,2) NOT NULL,
`piso` decimal(11,2) NOT NULL,
`consumo` decimal(11,2) NOT NULL,
`idControlPiso` int(11) NOT NULL,
`IdInsumo` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `control_piso_detalle`
--
INSERT INTO `control_piso_detalle` (`idDetalle`, `tipo`, `codigo`, `descripcion`, `unidadMedida`, `requisado`, `piso`, `consumo`, `idControlPiso`, `IdInsumo`) VALUES
(1, 'quimico', '45', 'Peroxido', 'kg', '55.00', '5.00', '50.00', 1, 14),
(2, 'QUIMICO', '55', 'policloruro de aluminio (PAC)', 'KG', '55.00', '5.00', '50.00', 1, 16),
(3, 'Fibra', '788', 'Mezclado de primera', 'kg', '888.00', '8.00', '880.00', 1, 21),
(4, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 2, 27),
(5, 'Fibra', '45', 'MEZCLADO (COLOR)', 'kg', '45.00', '5.00', '5.00', 2, 28),
(6, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 2, 30),
(7, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 3, 27),
(8, 'Fibra', '45', 'MEZCLADO (COLOR)', 'kg', '45.00', '5.00', '5.00', 3, 28),
(9, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 4, 27),
(10, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 5, 27),
(11, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 6, 27),
(12, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 6, 29),
(13, 'QUIMICO', '0', 'oxido de polietileno(PEO)', 'KG', '563.00', '563.00', '0.00', 6, 31),
(14, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 6, 30),
(15, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 6, 34),
(16, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 6, 66),
(17, 'quimico', '0', 'CMC', 'kg', '535.00', '535.00', '0.00', 6, 60),
(18, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 7, 27),
(19, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 7, 29),
(20, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 7, 30),
(21, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 7, 33),
(22, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 7, 34),
(23, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 7, 66),
(24, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 8, 27),
(25, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 8, 29),
(26, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 8, 30),
(27, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 8, 33),
(28, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 8, 34),
(29, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 8, 66),
(30, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 9, 27),
(31, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 9, 29),
(32, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 9, 30),
(33, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 9, 33),
(34, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 9, 34),
(35, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 9, 66),
(36, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 10, 27),
(37, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 10, 29),
(38, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 10, 30),
(39, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 10, 33),
(40, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 10, 34),
(41, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 10, 66),
(42, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 11, 27),
(43, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 11, 30),
(44, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 11, 66),
(45, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 11, 34),
(46, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 12, 27),
(47, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 12, 29),
(48, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 12, 30),
(49, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 12, 33),
(50, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 12, 34),
(51, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 12, 66),
(52, 'QUIMICO', '0', 'oxido de polietileno(PEO)', 'KG', '563.00', '563.00', '0.00', 12, 31),
(53, 'quimico', '0', 'CMC', 'kg', '535.00', '535.00', '0.00', 12, 60),
(54, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 13, 27),
(55, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 13, 29),
(56, 'QUIMICO', '0', 'oxido de polietileno(PEO)', 'KG', '563.00', '563.00', '0.00', 13, 31),
(57, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 13, 30),
(58, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 13, 33),
(59, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 13, 34),
(60, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 13, 66),
(61, 'quimico', '0', 'CMC', 'kg', '535.00', '535.00', '0.00', 13, 60),
(62, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 14, 27),
(63, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 14, 29),
(64, 'quimico', '0', 'Peroxido', 'kg', '170.00', '125.00', '45.00', 14, 30),
(65, 'QUIMICO', '0', 'oxido de polietileno(PEO)', 'KG', '563.00', '563.00', '0.00', 14, 31),
(66, 'quimico', '0', 'Soda Caustica', 'kg', '340.00', '250.00', '90.00', 14, 33),
(67, 'quimico', '0', 'Policrialamida(PAM)', 'kg', '300.00', '199.50', '100.50', 14, 34),
(68, 'Quimico', '0', 'Policloruro de Aluminio(PAC)', 'KG', '275.00', '150.00', '125.00', 14, 66),
(69, 'quimico', '0', 'CMC', 'kg', '535.00', '535.00', '0.00', 14, 60),
(70, 'Fibra', '45', 'Blanco impreso', 'kg', '555.00', '5.00', '5.00', 15, 27),
(71, 'Fibra', '45', 'MEZCLADO (COLOR)', 'kg', '45.00', '5.00', '5.00', 15, 28),
(72, 'Fibra', '45', 'Merma', 'kg', '85.00', '5.00', '80.00', 15, 29);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `detalle_planes`
--
CREATE TABLE `detalle_planes` (
`IdDetallePlan` int(11) NOT NULL,
`IdPlan` int(11) NOT NULL,
`Categoria` varchar(255) DEFAULT NULL,
`IdInsumo` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `detalle_planes`
--
INSERT INTO `detalle_planes` (`IdDetallePlan`, `IdPlan`, `Categoria`, `IdInsumo`) VALUES
(1, 10, '2', 14),
(2, 10, '2', 16),
(3, 10, '2', 17),
(4, 10, '2', 19),
(5, 10, '1', 27),
(6, 10, '4', 1),
(7, 10, '4', 2),
(8, 10, '4', 3),
(9, 10, '1', 28),
(10, 10, '1', 29),
(11, 10, '1', 30),
(12, 11, '2', 31),
(13, 11, '2', 32),
(14, 11, '2', 34),
(15, 11, '2', 35),
(16, 11, '2', 36),
(17, 11, '2', 39),
(18, 11, '2', 49),
(19, 11, '2', 54),
(20, 11, '2', 55),
(21, 11, '2', 56),
(22, 11, '2', 57),
(23, 11, '2', 58),
(24, 11, '2', 59),
(25, 11, '2', 60),
(26, 11, '2', 61),
(27, 11, '2', 62),
(28, 11, '1', 27),
(29, 11, '1', 28),
(30, 11, '1', 29),
(31, 11, '1', 30),
(32, 11, '1', 33),
(33, 11, '4', 1),
(34, 11, '4', 2),
(35, 11, '4', 3),
(36, 11, '4', 4),
(37, 11, '4', 5),
(38, 11, '4', 6),
(39, 11, '2', 63),
(40, 11, '2', 66);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `horas_molienda`
--
CREATE TABLE `horas_molienda` (
`IdHora` int(11) NOT NULL,
`carga` varchar(100) NOT NULL,
`horaInicio` time NOT NULL,
`horaFin` time NOT NULL,
`IdReporteDiario` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `horas_molienda`
--
INSERT INTO `horas_molienda` (`IdHora`, `carga`, `horaInicio`, `horaFin`, `IdReporteDiario`) VALUES
(1, 'BATIDO', '06:10:00', '07:30:00', 2),
(2, 'BATIDO', '07:40:00', '08:05:00', 2),
(3, 'BATIDO', '19:00:00', '19:30:00', 4),
(4, 'BATIDO', '07:00:00', '07:50:00', 8),
(5, 'BATIDO', '07:00:00', '08:00:00', 9),
(6, 'BATIDO', '08:20:00', '09:10:00', 9),
(7, 'BATIDO', '09:30:00', '10:30:00', 9),
(8, 'BATIDO', '11:30:00', '00:00:00', 9),
(9, 'BATIDO', '12:10:00', '12:40:00', 9),
(10, 'BATIDO', '13:30:00', '14:00:00', 9),
(11, 'BATIDO', '08:00:00', '09:00:00', 14),
(12, 'BATIDO', '09:00:00', '10:00:00', 14),
(13, 'BATIDO', '10:30:00', '11:30:00', 14),
(14, 'BATIDO', '13:00:00', '14:00:00', 14),
(15, 'BATIDO', '08:00:00', '09:00:00', 17),
(16, 'BATIDO', '10:00:00', '11:00:00', 17),
(17, 'BATIDO', '11:30:00', '12:30:00', 17),
(18, 'BATIDO', '13:00:00', '14:00:00', 17),
(19, 'BATIDO', '08:00:00', '09:00:00', 20),
(20, 'BATIDO', '10:00:00', '11:00:00', 20),
(21, 'BATIDO', '21:10:00', '21:40:00', 21),
(22, 'BATIDO', '06:30:00', '07:00:00', 23),
(23, 'BATIDO', '08:00:00', '08:30:00', 23),
(24, 'BATIDO', '09:00:00', '09:30:00', 23),
(25, 'BATIDO', '10:00:00', '10:30:00', 23),
(26, 'BATIDO', '11:00:00', '11:30:00', 23),
(27, 'BATIDO', '00:00:00', '12:30:00', 23),
(28, 'BATIDO', '12:30:00', '13:00:00', 23),
(29, 'BATIDO', '13:30:00', '14:00:00', 23),
(30, 'BATIDO', '15:00:00', '15:30:00', 24),
(31, 'BATIDO', '16:00:00', '16:30:00', 24),
(32, 'BATIDO', '17:30:00', '18:00:00', 24),
(33, 'BATIDO', '19:00:00', '19:30:00', 24),
(34, 'BATIDO', '20:00:00', '20:30:00', 24),
(35, 'BATIDO', '20:30:00', '21:00:00', 24),
(36, 'BATIDO', '21:00:00', '21:30:00', 24),
(37, 'BATIDO', '18:00:00', '18:30:00', 27),
(38, 'BATIDO', '18:30:00', '19:00:00', 27),
(39, 'BATIDO', '19:00:00', '19:30:00', 27),
(40, 'BATIDO', '19:40:00', '20:10:00', 27),
(41, 'BATIDO', '20:10:00', '20:40:00', 27),
(42, 'BATIDO', '20:40:00', '21:10:00', 27),
(43, 'BATIDO', '09:00:00', '09:30:00', 26),
(44, 'BATIDO', '09:30:00', '10:00:00', 26),
(45, 'BATIDO', '10:30:00', '11:00:00', 26),
(46, 'BATIDO', '11:00:00', '11:30:00', 26),
(47, 'BATIDO', '11:30:00', '12:30:00', 26),
(48, 'BATIDO', '12:30:00', '13:00:00', 26),
(49, 'BATIDO', '13:30:00', '14:00:00', 26),
(50, 'BATIDO', '13:30:00', '14:00:00', 26),
(51, 'BATIDO', '06:00:00', '06:30:00', 32),
(52, 'BATIDO', '07:00:00', '07:30:00', 32),
(53, 'BATIDO', '08:00:00', '08:30:00', 32),
(54, 'BATIDO', '09:00:00', '09:30:00', 32),
(55, 'BATIDO', '10:00:00', '10:30:00', 32),
(56, 'BATIDO', '13:00:00', '13:30:00', 32),
(57, 'BATIDO', '15:40:00', '16:40:00', 33),
(58, 'BATIDO', '16:45:00', '17:45:00', 33),
(59, 'BATIDO', '17:50:00', '18:30:00', 33),
(60, 'BATIDO', '18:45:00', '19:15:00', 33),
(61, 'BATIDO', '19:20:00', '20:20:00', 33),
(62, 'BATIDO', '20:45:00', '21:19:00', 33),
(63, 'BATIDO', '20:45:00', '21:20:00', 33),
(64, 'BATIDO', '21:25:00', '22:00:00', 33),
(65, 'BATIDO', '11:00:00', '11:30:00', 35),
(66, 'BATIDO', '11:30:00', '12:30:00', 35),
(67, 'BATIDO', '13:00:00', '13:30:00', 35),
(68, 'BATIDO', '13:30:00', '14:00:00', 35),
(69, 'BATIDO', '14:30:00', '14:50:00', 36),
(70, 'BATIDO', '15:00:00', '15:20:00', 36),
(71, 'BATIDO', '15:30:00', '16:20:00', 36),
(72, 'BATIDO', '16:30:00', '17:10:00', 36),
(73, 'BATIDO', '17:30:00', '18:30:00', 36),
(74, 'BATIDO', '19:00:00', '19:50:00', 36),
(75, 'BATIDO', '20:15:00', '20:30:00', 36),
(76, 'BATIDO', '21:00:00', '22:00:00', 36),
(77, 'BATIDO', '06:00:00', '06:30:00', 38),
(78, 'BATIDO', '07:00:00', '07:30:00', 38),
(79, 'BATIDO', '08:00:00', '08:30:00', 38),
(80, 'BATIDO', '12:00:00', '12:30:00', 38),
(81, 'BATIDO', '09:00:00', '09:30:00', 38),
(82, 'BATIDO', '13:00:00', '13:30:00', 38),
(83, 'BATIDO', '13:30:00', '14:00:00', 38),
(84, 'BATIDO', '14:20:00', '15:00:00', 39),
(85, 'BATIDO', '15:30:00', '16:10:00', 39),
(86, 'BATIDO', '16:30:00', '17:10:00', 39),
(87, 'BATIDO', '17:40:00', '18:30:00', 39),
(88, 'BATIDO', '18:40:00', '19:40:00', 39),
(89, 'BATIDO', '20:30:00', '22:00:00', 39),
(90, 'BATIDO', '07:00:00', '07:30:00', 41),
(91, 'BATIDO', '06:00:00', '06:30:00', 41),
(92, 'BATIDO', '23:00:00', '12:00:00', 49),
(93, 'BATIDO', '12:10:00', '01:10:00', 49),
(94, 'BATIDO', '01:30:00', '02:10:00', 49),
(95, 'BATIDO', '02:40:00', '03:40:00', 49),
(96, 'BATIDO', '04:00:00', '05:00:00', 49),
(97, 'BATIDO', '05:10:00', '06:00:00', 49),
(98, 'BATIDO', '07:00:00', '08:00:00', 55),
(99, 'BATIDO', '20:10:00', '20:40:00', 55),
(100, 'BATIDO', '20:50:00', '21:40:00', 55),
(101, 'BATIDO', '14:00:00', '14:30:00', 62),
(102, 'BATIDO', '15:00:00', '15:30:00', 62),
(103, 'BATIDO', '16:00:00', '16:30:00', 62),
(104, 'BATIDO', '17:00:00', '17:30:00', 62),
(105, 'BATIDO', '18:00:00', '18:30:00', 62),
(106, 'BATIDO', '19:00:00', '19:30:00', 62),
(107, 'BATIDO', '20:30:00', '21:00:00', 62),
(108, 'BATIDO', '06:00:00', '06:30:00', 66),
(109, 'BATIDO', '09:30:00', '10:00:00', 66),
(110, 'BATIDO', '10:30:00', '11:00:00', 66),
(111, 'BATIDO', '11:30:00', '12:00:00', 66),
(112, 'BATIDO', '12:30:00', '13:30:00', 67),
(113, 'BATIDO', '13:30:00', '14:30:00', 67),
(114, 'BATIDO', '14:40:00', '15:40:00', 67),
(115, 'BATIDO', '15:45:00', '16:00:00', 67),
(116, 'BATIDO', '16:15:00', '17:15:00', 67),
(117, 'BATIDO', '17:20:00', '18:20:00', 67),
(118, 'BATIDO', '18:40:00', '19:20:00', 67),
(119, 'BATIDO', '19:30:00', '20:10:00', 67),
(120, 'BATIDO', '20:30:00', '21:00:00', 67),
(121, 'BATIDO', '21:10:00', '22:00:00', 67),
(122, 'BATIDO', '22:00:00', '22:30:00', 71),
(123, 'BATIDO', '23:00:00', '23:30:00', 71),
(124, 'BATIDO', '12:00:00', '12:30:00', 71),
(125, 'BATIDO', '01:00:00', '01:30:00', 71),
(126, 'BATIDO', '02:00:00', '02:30:00', 71),
(127, 'BATIDO', '03:00:00', '03:30:00', 71),
(128, 'BATIDO', '04:00:00', '04:30:00', 71),
(129, 'BATIDO', '22:00:00', '22:30:00', 74),
(130, 'BATIDO', '23:00:00', '23:30:00', 74),
(131, 'BATIDO', '12:00:00', '12:30:00', 74),
(132, 'BATIDO', '01:00:00', '01:30:00', 74),
(133, 'BATIDO', '02:00:00', '02:30:00', 74),
(134, 'BATIDO', '03:00:00', '03:30:00', 74),
(135, 'BATIDO', '04:00:00', '04:30:00', 74),
(136, 'BATIDO', '14:00:00', '14:30:00', 88),
(137, 'BATIDO', '15:00:00', '15:30:00', 88),
(138, 'BATIDO', '16:00:00', '16:30:00', 88),
(139, 'BATIDO', '17:00:00', '17:30:00', 88),
(140, 'BATIDO', '18:00:00', '18:30:00', 88),
(141, 'BATIDO', '20:00:00', '20:30:00', 88),
(142, 'BATIDO', '15:00:00', '16:00:00', 102),
(143, 'BATIDO', '18:35:00', '19:00:00', 102),
(144, 'BATIDO', '16:30:00', '17:30:00', 102),
(145, 'BATIDO', '10:30:00', '00:30:00', 106),
(146, 'BATIDO', '15:00:00', '16:00:00', 107),
(147, 'BATIDO', '16:04:00', '17:00:00', 107),
(148, 'BATIDO', '17:30:00', '18:30:00', 107),
(149, 'BATIDO', '23:00:00', '18:00:00', 108),
(150, 'BATIDO', '12:00:00', '12:30:00', 108),
(151, 'BATIDO', '01:00:00', '01:54:00', 108),
(152, 'BATIDO', '02:00:00', '02:30:00', 108),
(153, 'BATIDO', '11:30:00', '13:20:00', 109),
(154, 'BATIDO', '13:30:00', '14:00:00', 109),
(155, 'BATIDO', '14:30:00', '15:00:00', 110),
(156, 'BATIDO', '15:05:00', '16:55:00', 110),
(157, 'BATIDO', '17:00:00', '18:00:00', 110),
(158, 'BATIDO', '18:00:00', '19:00:00', 110),
(159, 'BATIDO', '22:00:00', '22:30:00', 111),
(160, 'BATIDO', '23:00:00', '23:30:00', 111),
(161, 'BATIDO', '00:00:00', '00:30:00', 111),
(162, 'BATIDO', '01:00:00', '01:30:00', 111),
(163, 'BATIDO', '02:00:00', '02:30:00', 111),
(164, 'BATIDO', '05:00:00', '05:30:00', 111),
(165, 'BATIDO', '09:00:00', '11:00:00', 112),
(166, 'BATIDO', '11:30:00', '13:10:00', 112),
(167, 'BATIDO', '13:20:00', '14:00:00', 112),
(168, 'BATIDO', '14:50:00', '15:20:00', 113),
(169, 'BATIDO', '19:50:00', '20:20:00', 113),
(170, 'BATIDO', '22:00:00', '22:30:00', 115),
(171, 'BATIDO', '23:00:00', '23:30:00', 115),
(172, 'BATIDO', '00:00:00', '00:30:00', 115),
(173, 'BATIDO', '04:00:00', '04:30:00', 115),
(174, 'BATIDO', '08:45:00', '09:15:00', 116),
(175, 'BATIDO', '14:40:00', '15:10:00', 117),
(176, 'BATIDO', '18:00:00', '18:30:00', 117),
(177, 'BATIDO', '19:30:00', '20:51:00', 117),
(178, 'BATIDO', '01:00:00', '01:30:00', 118),
(179, 'BATIDO', '03:00:00', '03:30:00', 118),
(180, 'BATIDO', '13:00:00', '13:29:00', 119),
(181, 'BATIDO', '15:00:00', '15:30:00', 121),
(182, 'BATIDO', '16:00:00', '16:30:00', 121),
(183, 'BATIDO', '18:00:00', '18:30:00', 121),
(184, 'BATIDO', '19:00:00', '19:30:00', 121),
(185, 'BATIDO', '21:59:00', '21:30:00', 121),
(186, 'BATIDO', '01:30:00', '04:30:00', 120),
(187, 'BATIDO', '05:20:00', '06:00:00', 120),
(188, 'BATIDO', '09:41:00', '10:10:00', 122),
(189, 'BATIDO', '13:00:00', '13:30:00', 122),
(190, 'BATIDO', '14:00:00', '14:30:00', 123),
(191, 'BATIDO', '15:00:00', '15:30:00', 123),
(192, 'BATIDO', '19:00:00', '19:30:00', 123),
(193, 'BATIDO', '20:00:00', '20:30:00', 123),
(194, 'BATIDO', '12:40:00', '01:40:00', 124),
(195, 'BATIDO', '02:30:00', '04:30:00', 124),
(196, 'BATIDO', '05:30:00', '18:00:00', 124),
(197, 'BATIDO', '09:00:00', '09:30:00', 125),
(198, 'BATIDO', '10:30:00', '11:00:00', 125),
(199, 'BATIDO', '01:00:00', '13:30:00', 125),
(200, 'BATIDO', '14:00:00', '14:30:00', 126),
(201, 'BATIDO', '15:00:00', '15:30:00', 126),
(202, 'BATIDO', '16:00:00', '16:30:00', 126),
(203, 'BATIDO', '17:00:00', '17:30:00', 126),
(204, 'BATIDO', '20:00:00', '20:30:00', 126),
(205, 'BATIDO', '21:00:00', '21:30:00', 126),
(206, 'BATIDO', '05:30:00', '06:00:00', 127),
(207, 'BATIDO', '06:25:00', '07:25:00', 131);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `insumos`
--
CREATE TABLE `insumos` (
`IdInsumo` int(11) NOT NULL,
`Descripcion` varchar(100) NOT NULL,
`IdCategoria` int(100) NOT NULL,
`UnidadMedida` varchar(255) DEFAULT NULL,
`Tipo` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `insumos`
--
INSERT INTO `insumos` (`IdInsumo`, `Descripcion`, `IdCategoria`, `UnidadMedida`, `Tipo`) VALUES
(27, 'Blanco impreso', 1, 'kg', 'Fibra'),
(28, 'MEZCLADO (COLOR)', 1, 'kg', 'Fibra'),
(29, 'Merma', 1, 'kg', 'Fibra'),
(30, 'Peroxido', 1, 'kg', 'quimico'),
(31, 'oxido de polietileno(PEO)', 2, 'KG', 'QUIMICO'),
(32, 'Buckman', 2, 'kg', 'quimico'),
(33, 'Soda Caustica', 1, 'kg', 'quimico'),
(34, 'Policrialamida(PAM)', 2, 'kg', 'quimico'),
(36, 'Brd 2369/GSP8', 2, 'kg', 'quimico'),
(39, 'Kymene', 2, 'kg', 'Quimico'),
(49, 'Sal Industrial', 2, 'kg', 'quimico'),
(54, 'WT-BC-12', 2, 'gln', 'Quimico'),
(55, 'WT-BS-12', 2, 'kg', 'quimico'),
(56, 'WT-AS 19/16', 2, 'gln', 'quimico'),
(57, 'WT-2974/BI-14', 2, 'kg', 'quimico'),
(58, 'WT-AD-15', 2, 'gln', 'quimico'),
(60, 'CMC', 2, 'kg', 'quimico'),
(61, 'DETAC', 2, 'kg', 'quimico'),
(62, 'Hercules', 2, 'kg', 'quimico'),
(65, 'Buflock', 2, 'kg', 'Quimico'),
(66, 'Policloruro de Aluminio(PAC)', 2, 'KG', 'Quimico');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `llaves`
--
CREATE TABLE `llaves` (
`Concepto` varchar(50) NOT NULL,
`Valor` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `llaves`
--
INSERT INTO `llaves` (`Concepto`, `Valor`) VALUES
('Metas', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `log`
--
CREATE TABLE `log` (
`IdUser` varchar(255) DEFAULT NULL,
`Accion` varchar(255) DEFAULT NULL,
`Fecha` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `log`
--
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('8', 'INGRESO AL SISTEMA EXITOSO', '2017-07-26 16:08:31'),
('8', 'INGRESO AL SISTEMA EXITOSO', '2017-07-26 16:15:44'),
('8', 'INGRESO AL SISTEMA EXITOSO', '2017-07-26 16:27:37'),
('8', 'INGRESO AL SISTEMA EXITOSO', '2017-07-26 17:58:26'),
('8', 'INGRESO AL SISTEMA', '2017-07-27 17:40:33'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 08:57:51'),
('8', 'GUARDO USUARIO BISMARCKESCOBAR CON ROL 1', '2017-07-28 08:59:46'),
('8', 'CERRO SESION ', '2017-07-28 09:00:16'),
('11', 'INGRESO AL SISTEMA', '2017-07-28 09:00:30'),
('11', 'CERRO SESION ', '2017-07-28 09:00:35'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 09:01:15'),
('8', 'GUARDO USUARIO JOSE.JIMENEZ CON ROL 3', '2017-07-28 09:08:09'),
('8', 'CERRO SESION ', '2017-07-28 09:08:19'),
('12', 'INGRESO AL SISTEMA', '2017-07-28 09:08:30'),
('12', 'INSERTO ORDEN DE PRODUCCION NUMERO 7878', '2017-07-28 09:10:46'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 14:15:03'),
('8', '<NAME>', '2017-07-28 14:18:17'),
('8', '<NAME>', '2017-07-28 14:18:43'),
('8', 'AGREGO INSUMO BLANCO IMPRESO', '2017-07-28 14:21:24'),
('8', 'AGREGO INSUMO MEZCLADO DE PRIMERA', '2017-07-28 14:21:40'),
('8', 'AGREGO INSUMO COLOR', '2017-07-28 14:21:49'),
('8', 'AGREGO INSUMO TETRAPRAQC', '2017-07-28 14:22:16'),
('8', 'AGREGO INSUMO FIBRA VIRGEN', '2017-07-28 14:22:31'),
('8', 'AGREGO INSUMO MERMA CONVERSION', '2017-07-28 14:22:50'),
('8', 'AGREGO INSUMO MERMA PROCESO', '2017-07-28 14:23:01'),
('8', 'GUARDO TANQUE #1', '2017-07-28 14:24:20'),
('8', 'GUARDO TANQUE #2', '2017-07-28 14:24:33'),
('8', 'GUARDO TANQUE #3', '2017-07-28 14:24:43'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 10', '2017-07-28 14:26:53'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 10', '2017-07-28 14:26:53'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 10', '2017-07-28 14:26:53'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 10', '2017-07-28 14:26:53'),
('8', 'ELIMINO INSUMO BLANCO%20IMPRESO', '2017-07-28 14:28:23'),
('8', 'AGREGO INSUMO BLANCO IMPRESO', '2017-07-28 14:29:12'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 10', '2017-07-28 14:29:43'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 6688', '2017-07-28 14:34:36'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-6688 DEL TURNO 1', '2017-07-28 14:42:41'),
('8', 'GUARDO USUARIO JOSEHERNANDEZ CON ROL 4', '2017-07-28 14:43:32'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 10', '2017-07-28 14:50:10'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 10', '2017-07-28 14:50:10'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 10', '2017-07-28 14:50:10'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 1', '2017-07-28 14:52:41'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 1', '2017-07-28 14:52:55'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 1', '2017-07-28 14:55:10'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 1', '2017-07-28 14:55:11'),
('8', 'CERRO SESION ', '2017-07-28 14:57:13'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 14:57:57'),
('13', 'CERRO SESION ', '2017-07-28 14:58:46'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 14:59:04'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 5656', '2017-07-28 14:59:39'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 9999', '2017-07-28 15:01:58'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 5657', '2017-07-28 15:03:03'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-5657 DEL TURNO 1', '2017-07-28 15:03:33'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-5657 DEL TURNO 2', '2017-07-28 15:04:06'),
('8', 'CERRO SESION ', '2017-07-28 15:04:29'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:04:37'),
('13', 'CERRO SESION ', '2017-07-28 15:07:49'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 15:08:11'),
('8', 'GUARDO USUARIO KEVINBLANCO CON ROL 5', '2017-07-28 15:09:19'),
('8', 'CERRO SESION ', '2017-07-28 15:09:24'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:09:35'),
('13', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-07-28 15:11:22'),
('13', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-07-28 15:11:22'),
('13', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-07-28 15:12:08'),
('13', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-07-28 15:12:08'),
('13', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 2 DE LA MAQUINA 1', '2017-07-28 15:13:46'),
('13', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 2 DE LA MAQUINA 2', '2017-07-28 15:14:52'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00am-6:00pm', '2017-07-28 15:16:00'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00am-6:00pm', '2017-07-28 15:16:30'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-07-28 15:20:23'),
('13', 'CERRO SESION ', '2017-07-28 15:20:49'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 15:21:01'),
('8', 'AGREGO INSUMO MEZCLADO (COLOR)', '2017-07-28 15:21:45'),
('8', 'AGREGO INSUMO MERMA', '2017-07-28 15:21:53'),
('8', 'CERRO SESION ', '2017-07-28 15:22:01'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:22:08'),
('13', 'CERRO SESION ', '2017-07-28 15:22:21'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 15:22:31'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 10', '2017-07-28 15:22:44'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 10', '2017-07-28 15:22:44'),
('8', 'CERRO SESION ', '2017-07-28 15:22:52'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:22:59'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-07-28 15:23:12'),
('13', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 2', '2017-07-28 15:24:05'),
('13', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 2', '2017-07-28 15:24:30'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-07-28 15:24:59'),
('13', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 2', '2017-07-28 15:32:15'),
('13', 'CERRO SESION ', '2017-07-28 15:39:04'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 15:39:19'),
('8', 'CERRO SESION ', '2017-07-28 15:42:02'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:42:09'),
('13', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 2', '2017-07-28 15:43:58'),
('13', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 2', '2017-07-28 15:46:38'),
('13', 'CERRO SESION ', '2017-07-28 15:47:39'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:47:53'),
('13', 'CERRO SESION ', '2017-07-28 15:48:09'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 15:48:36'),
('13', 'CERRO SESION ', '2017-07-28 15:48:49'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 15:49:00'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-07-28 15:49:37'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-07-28 15:49:39'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-07-28 15:49:54'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-07-28 15:49:56'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-07-28 15:58:38'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-07-28 15:58:39'),
('8', 'CERRO SESION ', '2017-07-28 16:01:58'),
('8', 'INGRESO AL SISTEMA', '2017-07-28 16:26:48'),
('8', 'CERRO SESION ', '2017-07-28 16:31:17'),
('13', 'INGRESO AL SISTEMA', '2017-07-28 16:31:24'),
('8', 'INGRESO AL SISTEMA', '2017-07-31 07:38:17'),
('8', 'CERRO SESION ', '2017-07-31 07:38:37'),
('13', 'INGRESO AL SISTEMA', '2017-07-31 07:39:00'),
('13', 'CERRO SESION ', '2017-07-31 07:40:58'),
('8', 'INGRESO AL SISTEMA', '2017-07-31 07:41:07'),
('8', 'CERRO SESION ', '2017-07-31 07:42:23'),
('13', 'INGRESO AL SISTEMA', '2017-07-31 07:43:30'),
('13', 'INGRESO AL SISTEMA', '2017-07-31 07:47:52'),
('13', 'CERRO SESION ', '2017-07-31 08:22:53'),
('13', 'INGRESO AL SISTEMA', '2017-07-31 11:55:15'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 07:46:48'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-08-02 07:47:31'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-08-02 07:47:33'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 07:47:58'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 07:48:00'),
('8', 'CERRO SESION ', '2017-08-02 07:51:37'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 08:05:44'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 16:15:36'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 7898', '2017-08-02 16:16:30'),
('8', 'CERRO SESION ', '2017-08-02 17:06:27'),
(NULL, 'CERRO SESION ', '2017-08-02 17:06:31'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:06:50'),
(NULL, 'CERRO SESION ', '2017-08-02 17:08:03'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:08:20'),
('8', 'CERRO SESION ', '2017-08-02 17:08:59'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:09:08'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:17:09'),
('8', 'CERRO SESION ', '2017-08-02 17:17:19'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:17:27'),
('13', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 2', '2017-08-02 17:17:58'),
('13', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 2', '2017-08-02 17:18:08'),
('13', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 2', '2017-08-02 17:18:15'),
('13', 'CERRO SESION ', '2017-08-02 17:23:12'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:23:46'),
('13', 'CERRO SESION ', '2017-08-02 17:27:05'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:27:13'),
('13', 'CERRO SESION ', '2017-08-02 17:28:12'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:28:27'),
('13', 'CERRO SESION ', '2017-08-02 17:28:40'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:28:46'),
('13', 'CERRO SESION ', '2017-08-02 17:29:02'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:29:14'),
('8', 'ELIMINO INSUMO MEZCLADO%20DE%20PRIMERA', '2017-08-02 17:29:46'),
('8', 'ELIMINO INSUMO COLOR', '2017-08-02 17:29:50'),
('8', 'ELIMINO INSUMO TETRAPRAQC', '2017-08-02 17:29:53'),
('8', 'ELIMINO INSUMO FIBRA%20VIRGEN', '2017-08-02 17:29:56'),
('8', 'AGREGO INSUMO NUEVA', '2017-08-02 17:31:05'),
('8', 'AGREGO INSUMO CUALQUIERA', '2017-08-02 17:31:15'),
('8', 'ELIMINO INSUMO CUALQUIERA', '2017-08-02 17:32:51'),
('8', 'ELIMINO INSUMO MERMA%20PROCESO', '2017-08-02 17:32:55'),
('8', 'ELIMINO INSUMO MERMA%20CONVERSION', '2017-08-02 17:32:58'),
('8', 'CERRO SESION ', '2017-08-02 17:33:08'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:33:17'),
('13', 'CERRO SESION ', '2017-08-02 17:33:29'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:33:37'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 10', '2017-08-02 17:34:25'),
('8', 'CERRO SESION ', '2017-08-02 17:34:36'),
('13', 'INGRESO AL SISTEMA', '2017-08-02 17:34:44'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-02 17:34:53'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-02 17:35:06'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-02 17:35:08'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-02 17:35:10'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-02 17:35:15'),
('13', 'CERRO SESION ', '2017-08-02 17:36:06'),
('8', 'INGRESO AL SISTEMA', '2017-08-02 17:36:17'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-08-02 17:52:50'),
('8', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-02 17:53:20'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 17:53:55'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-08-02 17:54:03'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 17:54:15'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:05:36'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:05:46'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:06:33'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:07:29'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:07:47'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:08:05'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:08:41'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:08:58'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:09:15'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-02 18:09:45'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 08:31:34'),
('8', 'ELIMINO INSUMO NUEVA', '2017-08-03 08:31:57'),
('8', 'CERRO SESION ', '2017-08-03 08:32:26'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 08:33:06'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 2', '2017-08-03 08:33:55'),
('13', 'CERRO SESION ', '2017-08-03 08:34:37'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 08:34:46'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 3', '2017-08-03 08:35:13'),
('8', 'CERRO SESION ', '2017-08-03 08:35:42'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 08:36:20'),
('8', 'ELIMINO EL REPORTE DIARIO NO. 1-5657 DEL TURNO 6:00pm-6:00am', '2017-08-03 08:36:29'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-5657 DEL TURNO 2', '2017-08-03 08:36:58'),
('8', '<NAME> ', '2017-08-03 08:37:45'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 08:37:51'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:01'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:03'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:05'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:07'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:09'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:14'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:16'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:18'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:19'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:42'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 4', '2017-08-03 08:38:52'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 11:30:06'),
('8', 'CERRO SESION ', '2017-08-03 11:30:23'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 11:30:32'),
('13', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 4', '2017-08-03 11:31:23'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 11:32:25'),
('8', 'CERRO SESION ', '2017-08-03 11:32:46'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 11:33:02'),
('13', 'CERRO SESION ', '2017-08-03 11:35:04'),
('13', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 2', '2017-08-03 11:35:41'),
('13', 'CERRO SESION ', '2017-08-03 11:35:46'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 11:35:57'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 11:36:09'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 4', '2017-08-03 11:36:16'),
('8', 'CERRO SESION ', '2017-08-03 11:36:51'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 11:37:02'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 11:57:07'),
('13', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-08-03 12:01:46'),
('13', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 2', '2017-08-03 12:01:46'),
('13', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 2 DE LA MAQUINA 1', '2017-08-03 12:02:05'),
('13', 'CERRO SESION ', '2017-08-03 12:02:13'),
('13', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:02:48'),
('13', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:02:56'),
('13', 'CERRO SESION ', '2017-08-03 12:16:58'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 12:17:04'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 12:24:18'),
('8', 'CERRO SESION ', '2017-08-03 12:24:45'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 12:24:53'),
('8', 'CERRO SESION ', '2017-08-03 12:25:10'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 12:25:18'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:26:21'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:26:47'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:30:44'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 12:32:03'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 13:04:36'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 13:05:35'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 13:19:17'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 13:20:16'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 4', '2017-08-03 13:20:45'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-08-03 13:37:08'),
('8', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 13:37:25'),
('8', 'CERRO SESION ', '2017-08-03 13:37:55'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 13:38:13'),
('8', 'CERRO SESION ', '2017-08-03 13:38:20'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 13:38:30'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:19:02'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:25:54'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:25:56'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:27:52'),
('13', 'INGRESO AL SISTEMA', '2017-08-03 14:29:29'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00pm-6:00am', '2017-08-03 14:30:25'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00pm-6:00am', '2017-08-03 14:30:48'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:30:54'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:30:57'),
('13', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 4', '2017-08-03 14:36:24'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00pm-6:00am', '2017-08-03 14:36:55'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:37:04'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:37:06'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:37:32'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:44:19'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:44:21'),
('13', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 14:52:26'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00am-6:00pm', '2017-08-03 14:55:00'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-5657 DEL TURNO 6:00am-6:00pm', '2017-08-03 14:55:40'),
('13', 'CERRO SESION ', '2017-08-03 15:52:07'),
('8', 'INGRESO AL SISTEMA', '2017-08-03 15:52:17'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-03 15:53:30'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 4', '2017-08-03 15:53:40'),
('8', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-03 15:54:13'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-08-03 15:54:22'),
('8', 'INGRESO AL SISTEMA', '2017-08-04 08:14:31'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-04 08:16:19'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 4', '2017-08-04 08:31:06'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-5657', '2017-08-04 08:32:35'),
('8', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-5657', '2017-08-04 08:33:12'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 08:51:07'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-04 08:55:55'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 2', '2017-08-04 08:55:58'),
('15', 'CERRO SESION ', '2017-08-04 08:57:45'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 08:57:51'),
('15', 'CERRO SESION ', '2017-08-04 08:58:12'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 08:58:18'),
('15', 'CERRO SESION ', '2017-08-04 08:58:40'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 08:58:47'),
('15', 'CERRO SESION ', '2017-08-04 08:58:58'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 08:59:10'),
('15', 'CERRO SESION ', '2017-08-04 08:59:18'),
('13', 'INGRESO AL SISTEMA', '2017-08-04 08:59:46'),
('13', 'CERRO SESION ', '2017-08-04 09:05:50'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 10:38:32'),
('15', 'INGRESO AL SISTEMA', '2017-08-04 10:42:23'),
('15', '<NAME> <NAME> CON ROL 2', '2017-08-04 10:43:10'),
('15', 'CERRO SESION ', '2017-08-04 10:43:23'),
('16', 'INGRESO AL SISTEMA', '2017-08-04 10:44:47'),
('16', 'CERRO SESION ', '2017-08-04 10:45:11'),
('16', 'INGRESO AL SISTEMA', '2017-08-04 12:28:33'),
('16', 'CERRO SESION ', '2017-08-04 12:28:51'),
('8', 'CERRO SESION ', '2017-08-04 15:04:12'),
('15', 'INGRESO AL SISTEMA', '2017-08-07 17:24:47'),
('15', 'CERRO SESION ', '2017-08-07 17:25:38'),
('15', 'INGRESO AL SISTEMA', '2017-08-08 08:04:36'),
('15', 'CERRO SESION ', '2017-08-08 08:05:54'),
('15', 'INGRESO AL SISTEMA', '2017-08-08 08:17:44'),
('15', 'CERRO SESION ', '2017-08-08 08:26:56'),
('17', 'INGRESO AL SISTEMA', '2017-08-08 08:27:53'),
('17', 'CERRO SESION ', '2017-08-08 08:29:26'),
('17', 'INGRESO AL SISTEMA', '2017-08-08 09:01:31'),
('17', 'CERRO SESION ', '2017-08-08 09:01:40'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 13:59:01'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 13:59:46'),
('8', 'AGREGO MAQUINA MAQUINA 3', '2017-08-08 14:00:54'),
('8', 'AGREGO INSUMO PEROXIDO', '2017-08-08 14:03:45'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 14:06:29'),
('8', 'AGREGO INSUMO OXIDO DE POLIETILENO(PEO)', '2017-08-08 14:09:56'),
('8', 'AGREGO INSUMO BUCKMAN', '2017-08-08 14:10:34'),
('8', 'AGREGO INSUMO SODA CAUSTICA', '2017-08-08 14:10:55'),
('8', 'AGREGO INSUMO POLICRIALAMIDA(PAM)', '2017-08-08 14:11:29'),
('8', 'AGREGO INSUMO ACEITE VEGETAL', '2017-08-08 14:12:30'),
('8', 'AGREGO INSUMO BRD 2369/GSP8', '2017-08-08 14:18:42'),
('8', 'AGREGO INSUMO POLICLORURO DE ALUMINIO(PAC)', '2017-08-08 14:19:10'),
('8', 'AGREGO INSUMO POLICLORURO DE ALUMINIO(PAC)', '2017-08-08 14:31:00'),
('8', 'AGREGO INSUMO KYMENE', '2017-08-08 14:31:44'),
('8', 'AGREGO INSUMO SAL INDUSTRIAL', '2017-08-08 14:32:12'),
('8', 'AGREGO INSUMO WT-BC-12', '2017-08-08 14:32:45'),
('8', 'AGREGO INSUMO WT-BS-12', '2017-08-08 14:33:18'),
('8', 'AGREGO INSUMO WT-AS-19/16', '2017-08-08 14:34:42'),
('8', 'AGREGO INSUMO WT-2974/BI-14', '2017-08-08 14:35:26'),
('15', 'INGRESO AL SISTEMA', '2017-08-08 14:35:52'),
('8', 'AGREGO INSUMO WT-AD-15', '2017-08-08 14:35:54'),
('15', '<NAME> ', '2017-08-08 14:36:02'),
('8', 'AGREGO INSUMO BUFLOCK', '2017-08-08 14:36:18'),
('8', 'AGREGO INSUMO CMC', '2017-08-08 14:36:41'),
('8', 'AGREGO INSUMO DETAC', '2017-08-08 14:37:15'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 14:40:47'),
('8', 'GUARDO TANQUE #4', '2017-08-08 14:43:24'),
('8', 'ELIMINO INSUMO WT-BS-12', '2017-08-08 14:43:59'),
('8', 'ELIMINO INSUMO WT-BC-12', '2017-08-08 14:44:08'),
('8', 'ELIMINO INSUMO SAL%20INDUSTRIAL', '2017-08-08 14:44:26'),
('8', 'ELIMINO INSUMO DETAC', '2017-08-08 14:44:34'),
('8', 'ELIMINO INSUMO CMC', '2017-08-08 14:44:39'),
('8', 'ELIMINO INSUMO BUFLOCK', '2017-08-08 14:44:44'),
('8', 'ELIMINO INSUMO WT-AD-15', '2017-08-08 14:45:33'),
('8', 'ELIMINO INSUMO PEROXIDO', '2017-08-08 14:50:51'),
('8', 'ELIMINO INSUMO POLICRILAMIDA', '2017-08-08 14:52:57'),
('8', 'AGREGO INSUMO SAL INDUSTRIAL', '2017-08-08 14:55:42'),
('8', 'ELIMINO INSUMO KIMENE', '2017-08-08 14:56:22'),
('8', 'AGREGO INSUMO WT-BC-12', '2017-08-08 14:58:57'),
('8', 'AGREGO INSUMO WT-BS-12', '2017-08-08 14:59:57'),
(NULL, 'CERRO SESION ', '2017-08-08 15:01:55'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 15:02:25'),
('8', 'ELIMINO INSUMO WT-BS-12', '2017-08-08 15:02:36'),
('8', 'ELIMINO INSUMO WT-BC-12', '2017-08-08 15:02:41'),
('8', 'AGREGO INSUMO SDFSD/FDS', '2017-08-08 15:02:56'),
('8', 'AGREGO INSUMO DSDSFDSFSDF', '2017-08-08 15:03:01'),
('8', 'AGREGO INSUMO WT-BC-12', '2017-08-08 15:09:27'),
('8', 'AGREGO INSUMO WT-BS-12', '2017-08-08 15:10:39'),
('8', 'AGREGO INSUMO WT-AS 19/16', '2017-08-08 15:12:02'),
('8', 'AGREGO INSUMO WT-2974/BI-14', '2017-08-08 15:13:08'),
('8', 'AGREGO INSUMO WT-AD-15', '2017-08-08 15:14:20'),
('8', 'AGREGO INSUMO BUFLOCK', '2017-08-08 15:14:59'),
('8', 'AGREGO INSUMO CMC', '2017-08-08 15:15:36'),
('8', 'AGREGO INSUMO DETAC', '2017-08-08 15:17:40'),
('8', 'AGREGO INSUMO HERCULES', '2017-08-08 15:19:48'),
('8', 'GUARDO TANQUE #5', '2017-08-08 15:24:27'),
('8', 'GUARDO TANQUE #6', '2017-08-08 15:25:42'),
('8', 'GUARDO USUARIO <NAME> CON ROL 4', '2017-08-08 15:36:23'),
('8', 'GUARDO USUARIO CRISTIAN MALTEZ CON ROL 4', '2017-08-08 15:40:48'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 15:43:29'),
('8', 'GUARDO USUARIO MENDEZ CON ROL 5', '2017-08-08 15:45:21'),
('8', 'GUARDO USUARIO RICARDO CON ROL 5', '2017-08-08 15:46:01'),
('8', 'GUARDO USUARIO CESAR CON ROL 5', '2017-08-08 15:46:36'),
('8', 'GUARDO USUARIO AXEL CON ROL 5', '2017-08-08 15:47:21'),
('8', 'GUARDO USUARIO ARIEL CON ROL 5', '2017-08-08 15:47:46'),
('8', 'GUARDO USUARIO ARIEL CON ROL 5', '2017-08-08 15:50:15'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID null', '2017-08-08 15:54:25'),
('8', 'AGREGO EL NUEVO PLAN OP 1690', '2017-08-08 15:55:50'),
('8', 'ACTUALIZO INFORMACION DEL PLAN 11', '2017-08-08 15:56:49'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-08-08 16:03:09'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 11', '2017-08-08 16:03:47'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 11', '2017-08-08 16:03:47'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 11', '2017-08-08 16:03:47'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 11', '2017-08-08 16:03:47'),
('8', 'INSERTO INFORMACION DE CATEGORIA 1 EN PLAN 11', '2017-08-08 16:03:47'),
('8', 'CERRO SESION ', '2017-08-08 16:05:25'),
('13', 'INGRESO AL SISTEMA', '2017-08-08 16:05:44'),
('13', 'CERRO SESION ', '2017-08-08 16:06:38'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 16:06:48'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:37'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:37'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:38'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:38'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:38'),
('8', 'INSERTO INFORMACION DE CATEGORIA 4 EN PLAN 11', '2017-08-08 16:07:38'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1690', '2017-08-08 16:18:25'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1690 DEL TURNO 1', '2017-08-08 16:37:54'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-08 17:11:52'),
('8', 'INGRESO AL SISTEMA', '2017-08-08 17:14:11'),
('8', 'CERRO SESION ', '2017-08-08 18:06:41'),
('15', 'INGRESO AL SISTEMA', '2017-08-09 07:30:28'),
('15', 'INGRESO AL SISTEMA', '2017-08-09 07:33:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-09 07:34:32'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-09 07:34:35'),
('15', 'CERRO SESION ', '2017-08-09 07:41:10'),
('15', 'INGRESO AL SISTEMA', '2017-08-09 08:02:00'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-09 08:04:52'),
('15', 'INGRESO AL SISTEMA', '2017-08-09 10:18:56'),
('15', 'CERRO SESION ', '2017-08-09 10:19:28'),
('16', 'INGRESO AL SISTEMA', '2017-08-09 10:22:31'),
('16', 'CERRO SESION ', '2017-08-09 10:31:55'),
('15', 'INGRESO AL SISTEMA', '2017-08-09 11:12:15'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-09 11:12:28'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-09 11:12:30'),
('15', 'CERRO SESION ', '2017-08-09 11:12:42'),
('15', 'INGRESO AL SISTEMA', '2017-08-11 08:00:25'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-11 08:00:56'),
('15', 'CERRO SESION ', '2017-08-11 08:01:26'),
('15', 'INGRESO AL SISTEMA', '2017-08-13 17:49:56'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-13 17:50:42'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-13 17:50:44'),
('15', 'CERRO SESION ', '2017-08-13 17:51:21'),
('15', 'INGRESO AL SISTEMA', '2017-08-14 08:39:25'),
('15', 'CERRO SESION ', '2017-08-14 08:41:01'),
('15', 'INGRESO AL SISTEMA', '2017-08-14 08:48:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-14 08:48:32'),
('15', 'INGRESO AL SISTEMA', '2017-08-14 09:10:57'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1690', '2017-08-14 09:12:51'),
('15', 'INGRESO AL SISTEMA', '2017-08-17 07:57:59'),
('15', 'CERRO SESION ', '2017-08-17 07:59:52'),
('15', 'INGRESO AL SISTEMA', '2017-08-17 17:21:06'),
('15', 'INGRESO AL SISTEMA', '2017-08-18 08:00:46'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-18 08:00:58'),
('15', 'CERRO SESION ', '2017-08-18 08:26:16'),
('15', 'INGRESO AL SISTEMA', '2017-08-18 16:49:40'),
('15', 'INGRESO AL SISTEMA', '2017-08-21 07:58:36'),
(NULL, 'CERRO SESION ', '2017-08-21 09:53:41'),
('15', 'INGRESO AL SISTEMA', '2017-08-21 11:17:22'),
('15', 'CERRO SESION ', '2017-08-21 11:18:01'),
('8', 'INGRESO AL SISTEMA', '2017-08-21 17:19:23'),
('8', 'AGREGO EL NUEVO PLAN OP JUMBO ROLL 1702', '2017-08-21 17:23:03'),
('15', 'INGRESO AL SISTEMA', '2017-08-21 17:24:36'),
('15', 'CERRO SESION ', '2017-08-21 17:24:48'),
('8', 'INGRESO AL SISTEMA', '2017-08-21 17:25:57'),
('15', 'INGRESO AL SISTEMA', '2017-08-21 17:31:00'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1702', '2017-08-21 17:48:05'),
('15', 'INGRESO AL SISTEMA', '2017-08-22 07:58:49'),
('15', 'INGRESO AL SISTEMA', '2017-08-22 08:00:40'),
('15', 'INGRESO AL SISTEMA', '2017-08-22 10:12:00'),
('8', 'INGRESO AL SISTEMA', '2017-08-22 16:09:26'),
('15', 'INGRESO AL SISTEMA', '2017-08-22 16:12:28'),
('15', 'INGRESO AL SISTEMA', '2017-08-22 16:17:30'),
('8', 'INGRESO AL SISTEMA', '2017-08-22 16:26:36'),
('8', 'GUARDO USUARIO KPERALTA CON ROL 4', '2017-08-22 16:30:30'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-08-22 16:33:39'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1702 DEL TURNO 1', '2017-08-22 16:36:02'),
('15', 'CERRO SESION ', '2017-08-22 16:39:58'),
('8', 'CERRO SESION ', '2017-08-22 16:40:24'),
('26', 'INGRESO AL SISTEMA', '2017-08-22 16:42:03'),
('13', 'INGRESO AL SISTEMA', '2017-08-22 16:42:32'),
('8', 'INGRESO AL SISTEMA', '2017-08-22 16:44:13'),
('8', 'INGRESO AL SISTEMA', '2017-08-22 16:48:29'),
('26', 'INGRESO AL SISTEMA', '2017-08-22 16:50:42'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 16:55:45'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 16:55:45'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 16:56:00'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 16:56:00'),
('26', 'INGRESO AL SISTEMA', '2017-08-22 16:59:32'),
('26', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 6', '2017-08-22 16:59:46'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:03:14'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:03:14'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:25:16'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:25:16'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:26:50'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:26:50'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:30:35'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:30:35'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:36:13'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:36:13'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:38:00'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:38:00'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:38:32'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:38:33'),
('26', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:41:58'),
('26', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 6', '2017-08-22 17:41:58'),
('15', 'INGRESO AL SISTEMA', '2017-08-23 08:07:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-23 08:07:22'),
('15', 'CERRO SESION ', '2017-08-23 11:38:14'),
('13', 'INGRESO AL SISTEMA', '2017-08-23 11:38:22'),
('13', 'CERRO SESION ', '2017-08-23 11:38:29'),
('26', 'INGRESO AL SISTEMA', '2017-08-23 11:41:02'),
('15', 'INGRESO AL SISTEMA', '2017-08-25 15:06:46'),
('15', 'GENERO UN REPORTE DE CONSOLIDADO DEL CONSECUTIVO 1-1702', '2017-08-25 15:06:56'),
('15', 'CERRO SESION ', '2017-08-25 15:07:04'),
(NULL, 'CERRO SESION ', '2017-08-28 15:14:20'),
('15', 'INGRESO AL SISTEMA', '2017-08-28 15:15:25'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-28 15:16:34'),
('15', 'CERRO SESION ', '2017-08-28 15:17:31'),
('15', 'INGRESO AL SISTEMA', '2017-08-29 13:20:00'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-29 13:31:45'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-29 13:32:46'),
('13', 'INGRESO AL SISTEMA', '2017-08-29 15:15:21'),
('13', 'CERRO SESION ', '2017-08-29 15:15:39'),
('13', 'INGRESO AL SISTEMA', '2017-08-29 15:15:57'),
('13', 'CERRO SESION ', '2017-08-29 15:16:00'),
('15', 'INGRESO AL SISTEMA', '2017-08-29 16:24:37'),
('15', 'INGRESO AL SISTEMA', '2017-08-29 18:10:01'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 09:05:34'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1702', '2017-08-30 09:06:27'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1702', '2017-08-30 09:06:38'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 09:53:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-30 09:54:01'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-30 09:55:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 1', '2017-08-30 09:55:29'),
('15', 'CERRO SESION ', '2017-08-30 09:56:21'),
('13', 'INGRESO AL SISTEMA', '2017-08-30 09:57:27'),
('13', 'CERRO SESION ', '2017-08-30 09:58:12'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 09:58:22'),
('15', 'INSERTO ORDEN DE PRODUCCION NUMERO 8989', '2017-08-30 09:59:03'),
('15', 'CERRO SESION ', '2017-08-30 09:59:54'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 10:14:14'),
('15', 'ELIMINO EL REGISTRO DE TURNO ID 2', '2017-08-30 10:18:02'),
('15', 'ELIMINO EL REGISTRO DE TURNO ID 1', '2017-08-30 10:18:07'),
('15', 'AGREGO EL NUEVO TURNO Matutino', '2017-08-30 10:19:06'),
('15', 'RESTAURO EL REGISTRO DE TURNO ID 2', '2017-08-30 10:20:16'),
('15', 'ELIMINO EL REGISTRO DE TURNO ID 2', '2017-08-30 10:20:27'),
('15', 'AGREGO EL NUEVO TURNO Mixto', '2017-08-30 10:20:58'),
('15', 'AGREGO EL NUEVO TURNO Nocturno', '2017-08-30 10:21:33'),
('15', 'AGREGO EL CONSECUTIVO NO. 1-8989 DEL TURNO 3', '2017-08-30 10:25:41'),
('15', 'CERRO SESION ', '2017-08-30 10:26:15'),
('13', 'INGRESO AL SISTEMA', '2017-08-30 10:26:49'),
('13', 'CERRO SESION ', '2017-08-30 10:28:44'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 10:28:54'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 6', '2017-08-30 10:29:31'),
('15', 'INSERTO ORDEN DE PRODUCCION NUMERO 1708', '2017-08-30 10:35:04'),
('15', 'AGREGO EL CONSECUTIVO NO. 1-1708 DEL TURNO 3', '2017-08-30 10:40:38'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 8', '2017-08-30 10:41:19'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 8', '2017-08-30 10:41:31'),
('15', 'CERRO SESION ', '2017-08-30 10:42:04'),
('10', 'INGRESO AL SISTEMA', '2017-08-30 10:44:04'),
('10', 'CERRO SESION ', '2017-08-30 10:44:18'),
('10', 'INGRESO AL SISTEMA', '2017-08-30 10:45:10'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:50:10'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:50:10'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:51:47'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:51:47'),
('10', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 8 DE LA MAQUINA 1', '2017-08-30 10:52:35'),
('10', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 8 DE LA MAQUINA 2', '2017-08-30 10:52:55'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 8', '2017-08-30 10:58:10'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:59:55'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-30 10:59:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1708 DEL TURNO 06:00AM-02:00PM', '2017-08-30 11:02:38'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 8', '2017-08-30 11:05:47'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 8', '2017-08-30 11:06:19'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 8', '2017-08-30 11:06:45'),
('10', 'INGRESO AL SISTEMA', '2017-08-30 11:09:53'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 8', '2017-08-30 11:17:22'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 8', '2017-08-30 11:17:58'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 8', '2017-08-30 11:20:48'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 8', '2017-08-30 11:22:47'),
('10', 'CERRO SESION ', '2017-08-30 11:24:46'),
('10', 'CERRO SESION ', '2017-08-30 11:24:50'),
('8', 'INGRESO AL SISTEMA', '2017-08-30 11:25:52'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 7', '2017-08-30 11:39:05'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 8', '2017-08-30 11:39:35'),
('8', 'CERRO SESION ', '2017-08-30 11:41:36'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 11:41:57'),
('15', 'CERRO SESION ', '2017-08-30 11:42:25'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 11:42:50'),
('15', 'CERRO SESION ', '2017-08-30 12:12:06'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 12:15:10'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 13:03:27'),
('15', 'CERRO SESION ', '2017-08-30 13:47:57'),
('26', 'INGRESO AL SISTEMA', '2017-08-30 14:55:54'),
('8', 'INGRESO AL SISTEMA', '2017-08-30 14:56:37'),
('8', 'INGRESO AL SISTEMA', '2017-08-30 14:58:09'),
('15', 'INGRESO AL SISTEMA', '2017-08-30 15:53:48'),
('8', 'INGRESO AL SISTEMA', '2017-08-31 07:03:32'),
('15', 'INGRESO AL SISTEMA', '2017-08-31 08:24:13'),
('15', 'CERRO SESION ', '2017-08-31 08:35:26'),
('8', 'INGRESO AL SISTEMA', '2017-08-31 08:37:13'),
('15', 'INGRESO AL SISTEMA', '2017-08-31 11:06:00'),
('15', 'CERRO SESION ', '2017-08-31 11:07:16'),
('10', 'INGRESO AL SISTEMA', '2017-08-31 11:10:38'),
('10', 'CERRO SESION ', '2017-08-31 11:19:15'),
('15', 'INGRESO AL SISTEMA', '2017-08-31 11:27:32'),
('15', 'CERRO SESION ', '2017-08-31 11:45:51'),
('10', 'INGRESO AL SISTEMA', '2017-08-31 12:36:00'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-31 12:45:09'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 8', '2017-08-31 12:45:09'),
(NULL, 'CERRO SESION ', '2017-08-31 15:37:53'),
('15', 'INGRESO AL SISTEMA', '2017-08-31 15:38:11'),
('15', 'CERRO SESION ', '2017-08-31 15:38:40'),
('15', 'INGRESO AL SISTEMA', '2017-08-31 17:56:03'),
('15', 'CERRO SESION ', '2017-08-31 17:56:17'),
('15', 'INGRESO AL SISTEMA', '2017-09-01 08:20:03'),
('8', 'INGRESO AL SISTEMA', '2017-09-11 17:05:28'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1727', '2017-09-11 17:07:33'),
('8', 'CERRO SESION ', '2017-09-11 17:08:10'),
('8', 'INGRESO AL SISTEMA', '2017-09-11 17:08:11'),
('15', 'INGRESO AL SISTEMA', '2017-09-11 17:11:38'),
('15', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID57', '2017-09-11 17:12:59'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1725', '2017-09-11 17:13:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1725 DEL TURNO 3', '2017-09-11 17:15:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1725 DEL TURNO 4', '2017-09-11 17:16:02'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1725 DEL TURNO 5', '2017-09-11 17:16:24'),
('8', 'CERRO SESION ', '2017-09-11 17:18:16'),
('8', 'INGRESO AL SISTEMA', '2017-09-11 17:19:43'),
('8', 'CERRO SESION ', '2017-09-11 17:20:04'),
('18', 'INGRESO AL SISTEMA', '2017-09-11 17:20:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:23:31'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:23:31'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:23:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:23:39'),
('15', 'CERRO SESION ', '2017-09-11 17:25:36'),
('18', 'INGRESO AL SISTEMA', '2017-09-11 17:27:29'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 9', '2017-09-11 17:28:07'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:29:45'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:29:45'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:31:13'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:31:13'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:32:19'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:32:19'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:33:47'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:33:47'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:35:48'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:35:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:36:58'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 9', '2017-09-11 17:36:58'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:38:47'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:40:08'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:40:26'),
('18', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 9', '2017-09-11 17:41:32'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:42:44'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:44:19'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:46:11'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:47:02'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:47:52'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1725 DEL TURNO 06:00AM-02:00PM', '2017-09-11 17:48:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:49:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:50:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:50:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:50:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:51:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:51:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:51:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:51:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:52:23'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:52:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:53:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:53:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:53:55'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:54:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:54:37'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:55:07'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:56:06'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 9', '2017-09-11 17:56:37'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 17:57:40'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 17:58:14'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 17:58:59'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 17:59:30'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 18:01:00'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 9', '2017-09-11 18:01:32'),
('18', 'CERRO SESION ', '2017-09-11 18:01:46'),
('17', 'INGRESO AL SISTEMA', '2017-09-13 17:57:52'),
('17', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 11', '2017-09-13 17:59:12'),
('17', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-13 17:59:39'),
('17', 'INGRESO AL SISTEMA', '2017-09-19 17:11:54'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 08:43:49'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 09:35:41'),
('15', 'AGREGO INSUMO PRUEBA BORRAR', '2017-09-20 09:36:37'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 13:09:54'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 14:13:53'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-20 15:01:10'),
('15', 'ELIMINO INSUMO CON ID: 63', '2017-09-20 15:03:31'),
('15', 'CERRO SESION ', '2017-09-20 15:04:43'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 15:04:50'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-20 15:12:41'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-20 15:23:23'),
('15', 'CERRO SESION ', '2017-09-20 15:43:23'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 17:52:43'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1725', '2017-09-20 17:52:57'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-20 17:53:02'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 10', '2017-09-20 17:53:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 11', '2017-09-20 17:53:18'),
('15', 'CERRO SESION ', '2017-09-20 17:59:57'),
('13', 'INGRESO AL SISTEMA', '2017-09-20 18:02:05'),
('13', 'CERRO SESION ', '2017-09-20 18:03:52'),
('15', 'INGRESO AL SISTEMA', '2017-09-20 18:03:57'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-20 18:04:07'),
('15', 'INGRESO AL SISTEMA', '2017-09-21 08:32:35'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 09:52:32'),
('15', 'CERRO SESION ', '2017-09-22 10:26:31'),
('16', 'INGRESO AL SISTEMA', '2017-09-22 10:26:40'),
('16', 'CERRO SESION ', '2017-09-22 11:25:20'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 11:25:28'),
('15', 'CERRO SESION ', '2017-09-22 14:08:46'),
('16', 'INGRESO AL SISTEMA', '2017-09-22 14:08:58'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-09-22 14:11:20'),
('16', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1725', '2017-09-22 14:11:40'),
('16', 'CERRO SESION ', '2017-09-22 14:46:28'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 14:49:37'),
('15', 'AGREGO INSUMO PIGMENTO BLANCO', '2017-09-22 14:59:08'),
('15', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-09-22 15:00:35'),
('15', 'INSERTO ORDEN DE PRODUCCION NUMERO 4545', '2017-09-22 15:06:33'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 15:10:20'),
('15', 'AGREGO EL CONSECUTIVO NO. 1-4545 DEL TURNO 3', '2017-09-22 15:13:36'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 12', '2017-09-22 15:15:24'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 12', '2017-09-22 15:16:35'),
('15', 'CERRO SESION ', '2017-09-22 15:20:41'),
('19', 'INGRESO AL SISTEMA', '2017-09-22 15:21:16'),
('19', 'CERRO SESION ', '2017-09-22 15:21:20'),
('15', 'CERRO SESION ', '2017-09-22 15:40:52'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 15:41:09'),
('15', 'AGREGO EL CONSECUTIVO NO. 1-4545 DEL TURNO 4', '2017-09-22 15:41:29'),
('15', 'CERRO SESION ', '2017-09-22 15:41:35'),
('19', 'INGRESO AL SISTEMA', '2017-09-22 15:42:02'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:46:48'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:46:48'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:52:23'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:52:24'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:53:06'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 13', '2017-09-22 15:53:06'),
('19', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 13 DE LA MAQUINA 1', '2017-09-22 15:53:58'),
('19', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 13 DE LA MAQUINA 2', '2017-09-22 15:54:29'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-4545 DEL TURNO 02:00PM-10:00PM', '2017-09-22 15:57:18'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-4545 DEL TURNO 02:00PM-10:00PM', '2017-09-22 15:57:36'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-4545 DEL TURNO 02:00PM-10:00PM', '2017-09-22 15:57:36'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-4545 DEL TURNO 02:00PM-10:00PM', '2017-09-22 15:57:56'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 13', '2017-09-22 15:58:06'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 13', '2017-09-22 15:58:12'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:08:44'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:08:50'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:08:55'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:09:05'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:09:08'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:09:12'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:10:29'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 13', '2017-09-22 16:10:47'),
('19', 'CERRO SESION ', '2017-09-22 16:39:10'),
('15', 'INGRESO AL SISTEMA', '2017-09-22 16:39:19');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('16', 'INGRESO AL SISTEMA', '2017-09-22 16:46:30'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 13', '2017-09-22 16:47:23'),
('16', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-4545', '2017-09-22 16:47:53'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 13', '2017-09-22 16:49:48'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 13', '2017-09-22 16:50:07'),
('16', 'CERRO SESION ', '2017-09-22 16:51:51'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 08:39:35'),
('15', 'CERRO SESION ', '2017-09-25 08:39:42'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 10:08:09'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1741', '2017-09-25 10:12:59'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 10:54:39'),
('15', 'CERRO SESION ', '2017-09-25 10:55:01'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 15:51:58'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1741 DEL TURNO 3', '2017-09-25 15:54:17'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1741 DEL TURNO 4', '2017-09-25 15:54:51'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1741 DEL TURNO 5', '2017-09-25 15:55:20'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1751', '2017-09-25 16:08:14'),
('8', 'CERRO SESION ', '2017-09-25 16:09:36'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 16:09:49'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 16:22:37'),
('8', 'CERRO SESION ', '2017-09-25 16:23:07'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 16:25:35'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 16:26:01'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 16:28:12'),
('15', 'CERRO SESION ', '2017-09-25 16:29:13'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 16:30:50'),
('8', 'CERRO SESION ', '2017-09-25 16:31:39'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 16:42:00'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID60', '2017-09-25 16:42:41'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID60', '2017-09-25 16:43:11'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID61', '2017-09-25 16:43:32'),
('15', 'INGRESO AL SISTEMA', '2017-09-25 16:46:54'),
('8', 'CERRO SESION ', '2017-09-25 16:47:36'),
('8', 'INGRESO AL SISTEMA', '2017-09-25 16:48:51'),
('15', 'CERRO SESION ', '2017-09-25 16:49:29'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 08:33:44'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1741 DEL TURNO 3', '2017-09-26 08:34:22'),
('8', 'CERRO SESION ', '2017-09-26 08:34:30'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 08:34:42'),
('8', 'CERRO SESION ', '2017-09-26 08:35:28'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 08:35:42'),
('8', 'ELIMINO MAQUINA MAQUINA%203', '2017-09-26 08:36:06'),
('8', 'CERRO SESION ', '2017-09-26 08:36:17'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 08:36:19'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1702', '2017-09-26 08:37:28'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 08:37:56'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1741 DEL TURNO 4', '2017-09-26 08:40:54'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1741 DEL TURNO 5', '2017-09-26 08:41:23'),
('8', 'CERRO SESION ', '2017-09-26 08:48:01'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 09:10:17'),
('19', 'CERRO SESION ', '2017-09-26 09:11:45'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 09:12:46'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 09:13:17'),
('19', 'CERRO SESION ', '2017-09-26 09:16:58'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 09:17:09'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:23:34'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:23:34'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:27:43'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:27:43'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:29:21'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 14', '2017-09-26 09:29:21'),
('19', 'CERRO SESION ', '2017-09-26 09:31:11'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:39:12'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:39:31'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:40:39'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:40:51'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 09:41:22'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:41:57'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:42:01'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:42:16'),
('19', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 09:43:31'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 14', '2017-09-26 09:44:53'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:47:09'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:47:22'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 09:47:43'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 14', '2017-09-26 09:55:05'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID AL RPT CON ID 14', '2017-09-26 09:56:45'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 14', '2017-09-26 09:57:13'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 14', '2017-09-26 09:57:37'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 14', '2017-09-26 09:58:47'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 14', '2017-09-26 09:59:05'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 14', '2017-09-26 09:59:19'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:01:28'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:01:44'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:02:09'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:02:24'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:02:36'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 14', '2017-09-26 10:03:32'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 14', '2017-09-26 10:04:03'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 14', '2017-09-26 10:04:33'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 14', '2017-09-26 10:05:38'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:06:15'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:06:37'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:08:31'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:08:44'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:08:56'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 14', '2017-09-26 10:09:06'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 14', '2017-09-26 10:10:34'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 10:14:09'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 14', '2017-09-26 10:20:29'),
('19', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 14', '2017-09-26 10:21:26'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 14', '2017-09-26 10:23:08'),
('19', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 14', '2017-09-26 10:24:27'),
('19', 'CERRO SESION ', '2017-09-26 10:25:45'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:31:43'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:32:08'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:32:16'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:32:21'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:32:25'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 14', '2017-09-26 10:32:41'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 10:38:00'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 10:40:04'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 10:41:44'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 10:45:04'),
('8', 'CAMBIO ESTADO DE USUARIO 25', '2017-09-26 10:46:11'),
('8', 'CAMBIO ESTADO DE USUARIO 25', '2017-09-26 10:47:17'),
('8', 'CAMBIO ESTADO DE USUARIO 24', '2017-09-26 10:49:59'),
('8', 'CAMBIO ESTADO DE USUARIO 25', '2017-09-26 10:50:07'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 14', '2017-09-26 10:50:17'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 14', '2017-09-26 10:50:40'),
('8', 'GUARDO USUARIO MICHAEL CON ROL 5', '2017-09-26 10:50:51'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 10:58:21'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:01:01'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:01:01'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:02:58'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:02:58'),
('19', 'CERRO SESION ', '2017-09-26 11:07:06'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 11:07:15'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:14:51'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:14:51'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:16:14'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:16:14'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 11:16:24'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:18:24'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 11:18:24'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 14', '2017-09-26 12:23:39'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 12:25:23'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 14', '2017-09-26 12:25:42'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 14', '2017-09-26 12:26:01'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 12:27:26'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 14', '2017-09-26 12:27:38'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 12:29:06'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 12:31:05'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 13:13:50'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 13:15:08'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 13:16:28'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:30:05'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:30:05'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:32:13'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:32:13'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:32:50'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:32:50'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 13:34:48'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 13:34:53'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 13:35:05'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 13:35:20'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:37:04'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:37:04'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:38:34'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:38:34'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 13:39:04'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:41:08'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 13:41:08'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:03:42'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:03:42'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:09:46'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:09:46'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:11:12'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:11:12'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:12:38'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:12:38'),
('19', 'CERRO SESION ', '2017-09-26 14:17:48'),
('15', 'INGRESO AL SISTEMA', '2017-09-26 14:17:53'),
('15', 'CERRO SESION ', '2017-09-26 14:18:23'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:18:29'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:18:29'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 17', '2017-09-26 14:19:20'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:20:19'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:20:19'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:21:52'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:21:52'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:22:45'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 17', '2017-09-26 14:22:45'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 14:26:02'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-26 14:26:08'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 17', '2017-09-26 14:26:18'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:26:44'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:27:02'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:27:16'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:27:46'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:27:59'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:28:13'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:28:31'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:28:44'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:29:23'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:29:38'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:29:58'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:30:24'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:31:08'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 17', '2017-09-26 14:31:22'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 17', '2017-09-26 14:32:40'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 17', '2017-09-26 14:34:10'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 17', '2017-09-26 14:34:45'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 17', '2017-09-26 14:35:15'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 17', '2017-09-26 14:36:04'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 17', '2017-09-26 14:36:19'),
('19', 'CERRO SESION ', '2017-09-26 14:38:28'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:01:07'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:10:10'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:11:54'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 15', '2017-09-26 15:14:36'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 15', '2017-09-26 15:14:36'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-26 15:21:27'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-26 15:21:49'),
('18', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 15', '2017-09-26 15:22:14'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-26 15:24:25'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 15', '2017-09-26 15:26:47'),
('18', 'CERRO SESION ', '2017-09-26 15:29:09'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:30:04'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 15:30:33'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:31:21'),
('8', 'ELIMINO INSUMO CON ID: 63', '2017-09-26 15:33:36'),
('18', 'CERRO SESION ', '2017-09-26 15:33:54'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:34:34'),
('18', 'CERRO SESION ', '2017-09-26 15:34:51'),
('8', 'AGREGO INSUMO POLICLORURO DE ALUMINIO (PAC)', '2017-09-26 15:35:43'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:37:02'),
('18', 'CERRO SESION ', '2017-09-26 15:41:32'),
('8', 'ELIMINO INSUMO CON ID: 35', '2017-09-26 15:41:35'),
('8', 'ELIMINO INSUMO CON ID: 59', '2017-09-26 15:42:23'),
('8', 'AGREGO INSUMO BUFLOCK', '2017-09-26 15:43:02'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 15:45:43'),
('8', 'ELIMINO INSUMO CON ID: 64', '2017-09-26 15:48:11'),
('8', 'AGREGO INSUMO POLICLORURO DE ALUMINIO(PAC)', '2017-09-26 15:49:19'),
('8', 'CERRO SESION ', '2017-09-26 15:49:37'),
('8', 'INGRESO AL SISTEMA', '2017-09-26 15:49:41'),
('8', 'INSERTO INFORMACION DE CATEGORIA 2 EN PLAN 11', '2017-09-26 15:51:36'),
('18', 'CERRO SESION ', '2017-09-26 15:56:36'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 16:35:33'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:37:46'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:37:46'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:39:43'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:39:43'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:40:57'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:40:57'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:42:20'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:42:20'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:43:25'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:43:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:44:22'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 18', '2017-09-26 16:44:22'),
('18', 'CERRO SESION ', '2017-09-26 16:47:06'),
('19', 'INGRESO AL SISTEMA', '2017-09-26 17:22:43'),
('19', 'CERRO SESION ', '2017-09-26 17:24:09'),
('15', 'INGRESO AL SISTEMA', '2017-09-26 17:24:14'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 17', '2017-09-26 17:24:30'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 19', '2017-09-26 17:26:03'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 18', '2017-09-26 17:26:10'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 18:15:40'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-26 18:18:04'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 18', '2017-09-26 18:18:54'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 18', '2017-09-26 18:20:06'),
('18', 'CERRO SESION ', '2017-09-26 18:22:10'),
('18', 'INGRESO AL SISTEMA', '2017-09-26 18:51:04'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-26 18:52:50'),
('18', 'CERRO SESION ', '2017-09-26 18:53:54'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 02:43:50'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 05:29:36'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 06:25:23'),
('19', 'CERRO SESION ', '2017-09-27 06:25:55'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 06:26:40'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 10:00PM-06:00AM', '2017-09-27 06:31:24'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 10:00PM-06:00AM', '2017-09-27 06:35:24'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1741 DEL TURNO 10:00PM-06:00AM', '2017-09-27 06:36:57'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 16', '2017-09-27 06:38:06'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 16', '2017-09-27 06:38:53'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 16', '2017-09-27 06:39:11'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 16', '2017-09-27 06:39:24'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 16', '2017-09-27 06:39:37'),
('10', 'CERRO SESION ', '2017-09-27 06:39:54'),
('15', 'INGRESO AL SISTEMA', '2017-09-27 08:13:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 17', '2017-09-27 08:13:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 19', '2017-09-27 08:13:29'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 18', '2017-09-27 08:13:36'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 17', '2017-09-27 08:52:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 16', '2017-09-27 08:52:25'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 09:35:36'),
('19', 'CERRO SESION ', '2017-09-27 09:35:47'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 10:32:00'),
('19', 'CERRO SESION ', '2017-09-27 10:33:11'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 10:33:24'),
('19', 'CERRO SESION ', '2017-09-27 10:33:27'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 11:06:30'),
('19', 'CERRO SESION ', '2017-09-27 11:06:44'),
('8', 'INGRESO AL SISTEMA', '2017-09-27 12:01:57'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 14', '2017-09-27 12:02:20'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 17', '2017-09-27 12:02:42'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 15', '2017-09-27 12:03:29'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 18', '2017-09-27 12:03:47'),
('8', 'INGRESO AL SISTEMA', '2017-09-27 12:04:11'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1741 DEL TURNO 3', '2017-09-27 12:05:09'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1741 DEL TURNO 4', '2017-09-27 12:05:35'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1741 DEL TURNO 5', '2017-09-27 12:06:03'),
('8', 'CERRO SESION ', '2017-09-27 12:06:14'),
('19', 'INGRESO AL SISTEMA', '2017-09-27 12:23:18'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:28:29'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:28:29'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:30:01'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:30:01'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:31:51'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:31:51'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:33:20'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:33:20'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 20', '2017-09-27 12:33:39'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:35:01'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:35:01'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:39:48'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 20', '2017-09-27 12:39:48'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 20', '2017-09-27 12:48:36'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:49:41'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:49:55'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:50:39'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:50:50'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:51:03'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 20', '2017-09-27 12:51:14'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 12:52:57'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 20', '2017-09-27 12:53:15'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 12:54:45'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 12:56:51'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 12:58:16'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 12:59:39'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-27 13:01:39'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 20', '2017-09-27 13:02:37'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 20', '2017-09-27 13:03:11'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 20', '2017-09-27 13:04:46'),
('19', 'CERRO SESION ', '2017-09-27 13:44:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 20', '2017-09-27 15:59:12'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-09-27 15:59:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 22', '2017-09-27 15:59:49'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 18', '2017-09-27 16:00:49'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 17:32:19'),
('18', 'CERRO SESION ', '2017-09-27 17:33:20'),
('15', 'INGRESO AL SISTEMA', '2017-09-27 17:55:12'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-09-27 17:55:23'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-09-27 17:55:33'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 20', '2017-09-27 17:55:43'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 19:44:59'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 19:46:38'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 19:47:44'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 19:49:12'),
('18', 'CERRO SESION ', '2017-09-27 19:49:55'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 19:50:47'),
('18', 'CERRO SESION ', '2017-09-27 19:51:24'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 20:51:24'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 20:54:02'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 20:54:07'),
('18', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 21', '2017-09-27 20:54:20'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-27 20:56:03'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 21', '2017-09-27 20:57:13'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 21', '2017-09-27 20:57:49'),
('18', 'CERRO SESION ', '2017-09-27 21:06:38'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 21:11:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 21', '2017-09-27 21:11:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 21', '2017-09-27 21:12:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 21', '2017-09-27 21:12:19'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 21', '2017-09-27 21:13:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 21', '2017-09-27 21:14:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 21', '2017-09-27 21:14:29'),
('18', 'CERRO SESION ', '2017-09-27 21:14:53'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 21:34:49'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 21', '2017-09-27 21:36:33'),
('18', 'CERRO SESION ', '2017-09-27 21:39:50'),
('18', 'INGRESO AL SISTEMA', '2017-09-27 21:47:20'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 21', '2017-09-27 21:53:09'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 21', '2017-09-27 21:53:09'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 21', '2017-09-27 21:57:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 21', '2017-09-27 21:57:16'),
('18', 'CERRO SESION ', '2017-09-27 21:57:40'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 22:58:27'),
('10', 'CERRO SESION ', '2017-09-27 23:23:36'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 23:28:18'),
('10', 'INGRESO AL SISTEMA', '2017-09-27 23:38:37'),
('19', 'INGRESO AL SISTEMA', '2017-09-28 05:54:07'),
('19', 'CERRO SESION ', '2017-09-28 05:54:21'),
('10', 'INGRESO AL SISTEMA', '2017-09-28 05:55:09'),
('10', 'CERRO SESION ', '2017-09-28 05:56:32'),
('15', 'INGRESO AL SISTEMA', '2017-09-28 08:00:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-09-28 08:00:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 22', '2017-09-28 08:01:58'),
('8', 'INGRESO AL SISTEMA', '2017-09-28 09:16:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1741 DEL TURNO 3', '2017-09-28 09:17:32'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1741 DEL TURNO 4', '2017-09-28 09:17:56'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1741 DEL TURNO 5', '2017-09-28 09:18:31'),
('19', 'INGRESO AL SISTEMA', '2017-09-28 09:20:14'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 20', '2017-09-28 09:20:48'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:21:29'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:21:29'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:24:54'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:24:54'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:40:50'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:40:51'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:42:28'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 09:42:28'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 10:59:19'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 10:59:19'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 11:01:14'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 11:01:14'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 12:40:37'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 12:40:37'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 12:42:52'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 12:42:52'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-28 13:13:32'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-28 13:15:17'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-28 13:16:06'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-28 13:17:24'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 23', '2017-09-28 13:18:08'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-28 13:20:50'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 23', '2017-09-28 13:21:28'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 23', '2017-09-28 13:22:38'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:23:40'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:23:54'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:24:07'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:24:17'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:24:25'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:24:36'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:26:18'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:26:30'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:26:52'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:27:07'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:27:17'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:27:31'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:27:43'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:27:52'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:28:06'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:28:15'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:28:24'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:29:37'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:29:49'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:29:59'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:30:16'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:30:35'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:30:49'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 23', '2017-09-28 13:31:00'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:32:12'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:32:44'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:33:11'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:33:34'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:33:59'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:34:31'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:34:58'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 23', '2017-09-28 13:35:28'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 13:59:07'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 13:59:07'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 14:01:02'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 14:01:02'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 14:02:48'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 23', '2017-09-28 14:02:48'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 23', '2017-09-28 14:03:29'),
('19', 'CERRO SESION ', '2017-09-28 14:03:36'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 23', '2017-09-28 14:11:09'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 15:22:47'),
('18', 'CERRO SESION ', '2017-09-28 15:23:39'),
('16', 'INGRESO AL SISTEMA', '2017-09-28 15:28:06'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-09-28 15:33:06'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 22', '2017-09-28 15:33:17'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 17:35:18'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:36:56'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:36:56'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:37:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:37:39'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:39:18'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:39:18'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:39:59'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 17:39:59'),
('18', 'CERRO SESION ', '2017-09-28 17:40:37'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 17:48:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:48:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:48:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:48:57'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 17:49:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:50:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:50:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:50:28'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 17:50:49'),
('18', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 24', '2017-09-28 17:52:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:53:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:53:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 17:53:31'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 17:53:58'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-28 17:58:17'),
('18', 'CERRO SESION ', '2017-09-28 17:59:33'),
('15', 'INGRESO AL SISTEMA', '2017-09-28 18:08:45'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 24', '2017-09-28 18:08:54'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 25', '2017-09-28 18:09:14'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 23', '2017-09-28 18:09:20'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 18:19:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 18:20:25'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 18:20:25'),
('18', 'CERRO SESION ', '2017-09-28 18:21:21'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 18:23:02'),
('18', 'CERRO SESION ', '2017-09-28 18:23:23'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 18:59:34'),
('18', 'CERRO SESION ', '2017-09-28 19:00:42'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 19:26:04'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 19:28:27'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 19:28:27'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 19:29:29'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 19:29:29'),
('18', 'CERRO SESION ', '2017-09-28 19:31:12'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 20:48:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:50:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:50:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:50:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:51:10'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:51:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:51:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:51:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:51:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 20:52:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 20:52:47'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 20:53:15'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 20:53:51'),
('18', 'CERRO SESION ', '2017-09-28 20:56:25'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 21:03:32'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 24', '2017-09-28 21:04:25'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 24', '2017-09-28 21:04:50'),
('18', 'CERRO SESION ', '2017-09-28 21:10:39'),
('18', 'INGRESO AL SISTEMA', '2017-09-28 21:37:07'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:39:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:39:16'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:40:08'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:40:08'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:42:02'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:42:02'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:43:03'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 24', '2017-09-28 21:43:03'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 24', '2017-09-28 21:45:37'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-28 21:47:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 21:47:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 21:47:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 24', '2017-09-28 21:47:58'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 24', '2017-09-28 21:48:30'),
('18', 'CERRO SESION ', '2017-09-28 21:49:46'),
('10', 'INGRESO AL SISTEMA', '2017-09-29 00:46:10'),
('19', 'INGRESO AL SISTEMA', '2017-09-29 00:47:40'),
('10', 'INGRESO AL SISTEMA', '2017-09-29 00:48:31'),
('19', 'INGRESO AL SISTEMA', '2017-09-29 06:02:27'),
('19', 'CERRO SESION ', '2017-09-29 06:03:25'),
('15', 'INGRESO AL SISTEMA', '2017-09-29 08:49:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 23', '2017-09-29 08:51:21'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 24', '2017-09-29 08:56:52'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 25', '2017-09-29 08:57:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 22', '2017-09-29 08:57:35'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 19', '2017-09-29 08:57:44'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 16', '2017-09-29 08:57:50'),
('8', 'INGRESO AL SISTEMA', '2017-09-29 09:49:05'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1741 DEL TURNO 3', '2017-09-29 09:50:09'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1741 DEL TURNO 4', '2017-09-29 09:51:08'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1741 DEL TURNO 5', '2017-09-29 09:51:56'),
('19', 'INGRESO AL SISTEMA', '2017-09-29 10:50:52'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:54:14'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:54:14'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:55:40'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:55:40'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:56:53'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:56:53'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:57:53'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:57:53'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:59:33'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 10:59:33'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:00:54'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:00:55'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:02:09'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:02:09'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:04:32'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 11:04:32'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-09-29 11:49:09'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 12:48:29'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 12:48:29'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 12:50:15'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-29 12:50:15'),
('19', 'CERRO SESION ', '2017-09-29 13:54:28'),
('18', 'INGRESO AL SISTEMA', '2017-09-29 14:32:03'),
('18', 'CERRO SESION ', '2017-09-29 14:32:15'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-09-29 17:17:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 27', '2017-09-29 17:17:38'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-09-29 17:26:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-09-29 17:26:32'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 27', '2017-09-29 17:26:42'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-09-29 17:54:06'),
('18', 'INGRESO AL SISTEMA', '2017-09-29 18:07:10'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:09:21'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:09:21'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:10:00'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:10:00'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:10:40'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:10:40'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:11:22'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:11:22'),
('18', 'CERRO SESION ', '2017-09-29 18:12:29'),
('18', 'INGRESO AL SISTEMA', '2017-09-29 18:24:46'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:26:07'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:26:07'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:28:03'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 18:28:03'),
('18', 'CERRO SESION ', '2017-09-29 18:32:46'),
('18', 'INGRESO AL SISTEMA', '2017-09-29 19:01:36'),
('18', 'CERRO SESION ', '2017-09-29 19:01:50'),
('18', 'INGRESO AL SISTEMA', '2017-09-29 19:52:03'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 19:53:26'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 19:53:27'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 19:54:18'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 19:54:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:57:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:57:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:57:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:57:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:57:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:40'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 19:58:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:37'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:00:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:01:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 20:01:01'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 20:02:24'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 20:02:45'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 20:03:00'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 20:04:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 20:05:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:09:32'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:09:32'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:12:00'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:12:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 21:19:08'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 21:20:06'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 21:20:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 21:20:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 27', '2017-09-29 21:21:05');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 27', '2017-09-29 21:21:41'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-29 21:23:25'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-29 21:24:01'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 02:00PM-10:00PM', '2017-09-29 21:24:51'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 27', '2017-09-29 21:26:12'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 27', '2017-09-29 21:26:28'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 27', '2017-09-29 21:31:54'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:55:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:55:39'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:57:50'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 27', '2017-09-29 21:57:51'),
('18', 'CERRO SESION ', '2017-09-29 21:58:30'),
('10', 'INGRESO AL SISTEMA', '2017-09-29 23:08:20'),
('19', 'INGRESO AL SISTEMA', '2017-09-30 07:34:52'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:36:27'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:36:27'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:38:24'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:38:24'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:39:44'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 26', '2017-09-30 07:39:44'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 26', '2017-09-30 07:47:46'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 26', '2017-09-30 07:48:11'),
('19', 'INGRESO AL SISTEMA', '2017-09-30 07:56:55'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 26', '2017-09-30 07:57:21'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:57:54'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:58:15'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:58:30'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:58:41'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:58:53'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:59:03'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:59:20'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:59:37'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 07:59:52'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:00:13'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:00:25'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:00:38'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:00:51'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:01:02'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:01:12'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:01:27'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:01:38'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:01:55'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:02:43'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:02:55'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 26', '2017-09-30 08:03:14'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:05:33'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:05:59'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:06:24'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:06:46'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:07:27'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:08:28'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:09:53'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:20:37'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:21:54'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:23:02'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:24:59'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:28:32'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:29:02'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:29:36'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:29:59'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:33:21'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:35:10'),
('19', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 26', '2017-09-30 08:35:44'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:36:27'),
('19', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 26', '2017-09-30 08:36:49'),
('19', 'CERRO SESION ', '2017-09-30 08:38:45'),
('19', 'INGRESO AL SISTEMA', '2017-09-30 09:34:34'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:36:30'),
('19', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 26', '2017-09-30 09:36:59'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:38:30'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:39:23'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:41:31'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:42:48'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1741 DEL TURNO 06:00AM-02:00PM', '2017-09-30 09:44:07'),
('19', 'CERRO SESION ', '2017-09-30 09:44:14'),
('19', 'INGRESO AL SISTEMA', '2017-09-30 13:29:08'),
('19', 'CERRO SESION ', '2017-09-30 13:29:14'),
('18', 'INGRESO AL SISTEMA', '2017-09-30 15:30:05'),
('18', 'CERRO SESION ', '2017-09-30 15:30:13'),
('15', 'INGRESO AL SISTEMA', '2017-10-02 08:18:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-10-02 08:18:54'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 27', '2017-10-02 08:19:14'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 28', '2017-10-02 08:19:21'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1741', '2017-10-02 08:48:04'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 14', '2017-10-02 08:48:11'),
('8', 'INGRESO AL SISTEMA', '2017-10-02 10:29:26'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1747', '2017-10-02 10:31:43'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1747 DEL TURNO 3', '2017-10-02 10:32:23'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1747 DEL TURNO 4', '2017-10-02 10:32:51'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1747 DEL TURNO 5', '2017-10-02 10:33:17'),
('8', 'CERRO SESION ', '2017-10-02 10:33:23'),
('18', 'INGRESO AL SISTEMA', '2017-10-02 11:00:48'),
('18', 'CERRO SESION ', '2017-10-02 11:01:09'),
('18', 'INGRESO AL SISTEMA', '2017-10-02 12:31:38'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-02 12:33:16'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-02 12:34:42'),
('18', 'CERRO SESION ', '2017-10-02 12:35:17'),
('15', 'INGRESO AL SISTEMA', '2017-10-02 13:50:22'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-02 13:50:53'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-02 14:51:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 30', '2017-10-02 14:51:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-02 15:59:13'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 30', '2017-10-02 15:59:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 31', '2017-10-02 15:59:26'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-02 18:00:56'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 30', '2017-10-02 18:02:29'),
('15', 'CERRO SESION ', '2017-10-02 18:17:31'),
('10', 'INGRESO AL SISTEMA', '2017-10-02 21:05:01'),
('19', 'INGRESO AL SISTEMA', '2017-10-02 21:15:02'),
('10', 'INGRESO AL SISTEMA', '2017-10-02 21:15:28'),
('19', 'INGRESO AL SISTEMA', '2017-10-02 21:50:30'),
('19', 'INGRESO AL SISTEMA', '2017-10-03 01:48:30'),
('19', 'CERRO SESION ', '2017-10-03 01:49:00'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 08:39:29'),
('18', 'CERRO SESION ', '2017-10-03 08:39:47'),
('15', 'INGRESO AL SISTEMA', '2017-10-03 09:04:55'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 30', '2017-10-03 09:05:03'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 31', '2017-10-03 09:05:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-03 09:05:28'),
('15', 'CERRO SESION ', '2017-10-03 09:10:59'),
('13', 'INGRESO AL SISTEMA', '2017-10-03 09:11:08'),
('13', 'CERRO SESION ', '2017-10-03 09:11:15'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 09:12:39'),
('18', 'CERRO SESION ', '2017-10-03 09:12:44'),
('13', 'INGRESO AL SISTEMA', '2017-10-03 09:13:02'),
('13', 'CERRO SESION ', '2017-10-03 09:13:31'),
('8', 'INGRESO AL SISTEMA', '2017-10-03 09:15:23'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1747 DEL TURNO 3', '2017-10-03 09:17:11'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1747 DEL TURNO 4', '2017-10-03 09:17:52'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1747 DEL TURNO 5', '2017-10-03 09:18:14'),
('15', 'INGRESO AL SISTEMA', '2017-10-03 09:23:12'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 09:23:55'),
('18', 'CERRO SESION ', '2017-10-03 09:25:24'),
('15', 'CERRO SESION ', '2017-10-03 09:25:35'),
('19', 'INGRESO AL SISTEMA', '2017-10-03 09:28:23'),
('19', 'CERRO SESION ', '2017-10-03 09:29:30'),
('15', 'INGRESO AL SISTEMA', '2017-10-03 09:29:40'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 31', '2017-10-03 09:29:48'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 09:29:56'),
('18', 'CERRO SESION ', '2017-10-03 09:31:07'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 11:07:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:08:18'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:08:19'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:09:12'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:09:12'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:10:17'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:10:17'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:11:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 11:11:39'),
('18', 'CERRO SESION ', '2017-10-03 11:12:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 32', '2017-10-03 11:13:45'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 11:28:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:37'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:35:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:36:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:36:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:36:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 11:36:22'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:36:55'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:37:32'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:38:17'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:38:38'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:39:14'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 32', '2017-10-03 11:39:37'),
('18', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 32', '2017-10-03 11:40:21'),
('18', 'CER<NAME>ESION ', '2017-10-03 11:41:43'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 13:05:43'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 13:07:10'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 13:07:10'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 13:08:12'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 13:08:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 13:08:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 32', '2017-10-03 13:08:59'),
('18', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 32', '2017-10-03 13:09:35'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 32', '2017-10-03 13:29:02'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 32', '2017-10-03 13:29:16'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-03 13:31:08'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-03 13:31:49'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-03 13:32:29'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-03 13:34:02'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 32', '2017-10-03 13:48:27'),
('18', '<NAME> ', '2017-10-03 13:52:42'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 13:53:12'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 13:53:37'),
('10', 'INGRESO AL SISTEMA', '2017-10-03 13:59:54'),
('10', 'INGRESO AL SISTEMA', '2017-10-03 14:02:13'),
('18', 'INGRESO AL SISTEMA', '2017-10-03 14:02:49'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 14:04:51'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 14:04:51'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 14:05:37'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 32', '2017-10-03 14:05:37'),
('18', 'CERRO SESION ', '2017-10-03 14:06:01'),
('10', 'INGRESO AL SISTEMA', '2017-10-03 16:10:41'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 32', '2017-10-03 16:11:43'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 16:13:05'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 16:13:06'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 16:14:51'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 16:14:51'),
('10', 'CERRO SESION ', '2017-10-03 16:15:29'),
('10', 'INGRESO AL SISTEMA', '2017-10-03 17:46:35'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 17:48:17'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 17:48:17'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 18:18:26'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 18:18:26'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 20:00:02'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 20:00:03'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:06:11'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:06:28'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:06:41'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:06:50'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:07:02'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:07:08'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:07:14'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 20:07:21'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 20:08:09'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 20:09:14'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 20:16:27'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 20:19:47'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-03 20:22:17'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-03 20:27:37'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-03 20:28:44'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-03 20:29:52'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-03 20:40:26'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 20:42:04'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:02:37'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:02:37'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:14'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:20'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:27'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:31'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:36'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 33', '2017-10-03 21:43:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:45:24'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:45:25'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:46:21'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:46:21'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:47:30'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:47:30'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:48:33'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:48:33'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:49:56'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:49:56'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:50:46'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:50:46'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:51:48'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 21:51:48'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 21:54:49'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 21:55:19'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 21:55:30'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 21:55:36'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 21:56:16'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 21:57:48'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 33', '2017-10-03 21:58:30'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 22:01:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 33', '2017-10-03 22:01:32'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 33', '2017-10-03 22:03:43'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 33', '2017-10-03 22:05:43'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 33', '2017-10-03 22:06:39'),
('10', 'INGRESO AL SISTEMA', '2017-10-03 22:09:19'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 22:10:50'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-03 22:11:06'),
('10', 'ACTUALIZO EL REGISTRO DE LA MERMA DEL RPT CON ID 33 DE LA MAQUINA 1', '2017-10-03 22:12:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 05:14:29'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 05:15:18'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 05:17:30'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 05:18:38'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 33', '2017-10-04 05:19:11'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-04 05:20:17'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-04 05:20:50'),
('10', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 33', '2017-10-04 05:21:15'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 33', '2017-10-04 05:21:41'),
('10', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 33', '2017-10-04 05:22:00'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 33', '2017-10-04 05:22:37'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 33', '2017-10-04 05:22:52'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 33', '2017-10-04 05:23:28'),
('10', 'CERRO SESION ', '2017-10-04 05:23:50'),
('19', 'INGRESO AL SISTEMA', '2017-10-04 05:24:04'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:26:55'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:26:55'),
('19', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 34', '2017-10-04 05:27:11'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:28:18'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:28:18'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:29:35'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:29:35'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:30:41'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:30:41'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:32:10'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:32:10'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:33:15'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:33:15'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:34:30'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 05:34:30'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 10:00PM-06:00AM', '2017-10-04 05:35:39'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 10:00PM-06:00AM', '2017-10-04 05:36:45'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 10:00PM-06:00AM', '2017-10-04 05:37:55'),
('19', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 2-1747 DEL TURNO 10:00PM-06:00AM', '2017-10-04 05:38:45'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:39:15'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:39:28'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:40:17'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:40:32'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:40:58'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:41:10'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:41:29'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:41:40'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:41:54'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:42:05'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 34', '2017-10-04 05:42:30'),
('19', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 34', '2017-10-04 05:42:56'),
('19', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 34', '2017-10-04 05:43:03'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 34', '2017-10-04 05:43:40'),
('19', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 34', '2017-10-04 05:44:14'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 06:00:48'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 06:00:48'),
('19', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 06:04:17'),
('19', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 34', '2017-10-04 06:04:17'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 34', '2017-10-04 06:04:37'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 34', '2017-10-04 06:04:51'),
('19', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 34', '2017-10-04 06:05:05'),
('19', 'CERRO SESION ', '2017-10-04 06:06:39'),
('15', 'INGRESO AL SISTEMA', '2017-10-04 08:08:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 32', '2017-10-04 08:08:28'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 33', '2017-10-04 08:08:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 34', '2017-10-04 08:09:09'),
('8', 'INGRESO AL SISTEMA', '2017-10-04 08:34:51'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1747 DEL TURNO 3', '2017-10-04 08:35:33'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1747 DEL TURNO 4', '2017-10-04 08:36:08'),
('18', 'INGRESO AL SISTEMA', '2017-10-04 08:39:00'),
('8', 'AGREGO EL CONSECUTIVO NO. 3-1747 DEL TURNO 5', '2017-10-04 08:40:21'),
('18', 'CERRO SESION ', '2017-10-04 08:40:49'),
('8', 'CERRO SESION ', '2017-10-04 08:41:32'),
('18', 'INGRESO AL SISTEMA', '2017-10-04 10:34:56'),
('18', 'INGRESO AL SISTEMA', '2017-10-04 10:34:57'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:36:42'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:36:42'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:37:47'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:37:47'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:39:11'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:39:11'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:40:14'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 10:40:14'),
('18', 'CERRO SESION ', '2017-10-04 10:41:24'),
('18', 'INGRESO AL SISTEMA', '2017-10-04 12:56:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:57:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:57:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:57:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:57:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:58:08'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 12:58:16'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 35', '2017-10-04 12:58:47'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 35', '2017-10-04 12:59:08'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-04 13:00:27'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-04 13:01:25'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-04 13:02:11'),
('18', 'CERRO SESION ', '2017-10-04 13:17:13'),
('18', 'INGRESO AL SISTEMA', '2017-10-04 13:42:00'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 35', '2017-10-04 13:42:21'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 35', '2017-10-04 13:42:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:46:53'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:25'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 35', '2017-10-04 13:47:27'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 35', '2017-10-04 13:48:23'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 35', '2017-10-04 13:48:37'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 35', '2017-10-04 13:49:06'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:50:33'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:50:33'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:51:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:51:16'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:55:01'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 13:55:01'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 14:01:19'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 35', '2017-10-04 14:01:19'),
('18', 'CER<NAME>ESION ', '2017-10-04 14:02:42'),
('15', 'INGRESO AL SISTEMA', '2017-10-04 14:13:02'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 35', '2017-10-04 14:13:10'),
('10', 'INGRESO AL SISTEMA', '2017-10-04 14:40:59'),
('10', 'CERRO SESION ', '2017-10-04 14:42:57'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 35', '2017-10-04 15:41:36'),
('10', 'INGRESO AL SISTEMA', '2017-10-04 16:21:27'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 16:23:05'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 16:23:05'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 16:24:00'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 16:24:01'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:18:53'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:19:01'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:19:14'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:19:49'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:19:53'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:19:57'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:45:17'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:45:21'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 17:45:28'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 17:46:47'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 36', '2017-10-04 17:48:18'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 18:45:20'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 18:45:51'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 18:49:09'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 18:49:09'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 18:50:20'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 18:50:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:56:24'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:56:33'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:56:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:56:56'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:57:16'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 18:57:21'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 18:58:01'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 18:58:21'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 20:24:59'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 20:25:00'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 20:26:05'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 20:26:05'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:40:42'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:40:49'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:41:34'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:42:19'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:42:28'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:42:47'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:43:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:44:00'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:44:08'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:44:15'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 21:44:24'),
('10', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 36', '2017-10-04 21:45:02'),
('10', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 36', '2017-10-04 21:45:14'),
('10', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 36', '2017-10-04 21:45:23'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 21:46:16'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 21:46:36'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 36', '2017-10-04 21:51:46'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 21:55:25'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 21:57:10'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 21:58:05'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 3-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-04 21:59:53'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 36', '2017-10-04 22:00:40'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 36', '2017-10-04 22:00:52'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 36', '2017-10-04 22:02:25'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 36', '2017-10-04 22:02:36'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 36', '2017-10-04 22:02:38'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 36', '2017-10-04 22:02:38'),
('10', 'ELIMINO UN REGISTRO DE PASTA DEL RPT CON ID 36', '2017-10-04 22:02:53'),
('10', 'ELIMINO UN REGISTRO DE PASTA DEL RPT CON ID 36', '2017-10-04 22:02:59'),
('10', 'ELIMINO UN REGISTRO DE PASTA DEL RPT CON ID 36', '2017-10-04 22:03:05'),
('10', 'ELIMINO UN REGISTRO DE PASTA DEL RPT CON ID 36', '2017-10-04 22:03:13'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 22:05:06'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 22:05:06'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 22:06:30'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 36', '2017-10-04 22:06:30'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 36', '2017-10-04 22:07:23'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 36', '2017-10-04 22:07:52'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 22:08:49'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 36', '2017-10-04 22:09:02'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 36', '2017-10-04 22:11:07'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 36', '2017-10-04 22:12:16'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 36', '2017-10-04 22:13:13'),
('10', 'CERRO SESION ', '2017-10-04 22:13:19'),
('19', 'INGRESO AL SISTEMA', '2017-10-05 05:02:03'),
('19', 'CERRO SESION ', '2017-10-05 05:03:26'),
('15', 'INGRESO AL SISTEMA', '2017-10-05 09:02:09'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 36', '2017-10-05 09:02:21'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 37', '2017-10-05 09:02:43'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 35', '2017-10-05 09:02:51'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 11:31:18'),
('8', 'INGRESO AL SISTEMA', '2017-10-05 11:39:14'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1747 DEL TURNO 3', '2017-10-05 11:39:42'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1747 DEL TURNO 4', '2017-10-05 11:40:05'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 11:40:10'),
('8', 'AGREGO EL CONSECUTIVO NO. 4-1747 DEL TURNO 5', '2017-10-05 11:40:27'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:41:08'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:41:08'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:42:30'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:42:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:43:25'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:43:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:44:52'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 11:44:52'),
('18', '<NAME> ', '2017-10-05 11:46:13'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 11:47:54'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-05 11:48:40'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-05 11:49:18'),
('18', '<NAME> ', '2017-10-05 11:49:27'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 12:48:55'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:50:55'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:50:55'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:53:24'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:53:24'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 38', '2017-10-05 12:54:37'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:56:54'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 12:56:54'),
('18', 'CERRO SESION ', '2017-10-05 12:57:31'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 13:01:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:02:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:02:32'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:02:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:02:35'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 38', '2017-10-05 13:02:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:11'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:03:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:55'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:04:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:05:01'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:05:02'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 13:06:15'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 13:06:30'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 13:06:46'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 13:07:17'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 13:08:00'),
('18', 'CERRO SESION ', '2017-10-05 13:08:37'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 13:22:28'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 38', '2017-10-05 13:22:46'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 38', '2017-10-05 13:22:59'),
('18', 'CERRO SESION ', '2017-10-05 13:23:14'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 13:24:01'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-05 13:24:51'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-05 13:25:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:42:40'),
('18', 'CERRO SESION ', '2017-10-05 13:44:38'),
('18', 'INGRESO AL SISTEMA', '2017-10-05 13:51:01'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:57:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:59:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 13:59:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 14:00:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 38', '2017-10-05 14:00:52'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 14:03:09'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 38', '2017-10-05 14:03:32'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 14:05:15'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 14:05:15'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 14:06:10'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 38', '2017-10-05 14:06:10'),
('18', '<NAME> ', '2017-10-05 14:06:56'),
('10', 'INGRESO AL SISTEMA', '2017-10-05 17:09:49'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 17:12:19'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 17:12:19'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 17:15:28'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 17:15:28'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:16:10'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:16:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:16:28'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:17:36'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:17:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:18:02'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:18:13'),
('10', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 39', '2017-10-05 17:18:38'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:19:04'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:19:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:21:15'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:21:27'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 17:22:00'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 17:22:57'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 17:23:46'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 39', '2017-10-05 17:25:13'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 17:25:55'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:43:33'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:43:33'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:45:48'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:45:48'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:46:12'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:46:12'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 39', '2017-10-05 18:46:43'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 39', '2017-10-05 18:46:50'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:48:25'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:48:25'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:49:49'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 18:49:49'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 18:58:10'),
('10', 'INGRESO AL SISTEMA', '2017-10-05 20:28:59'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 20:30:11'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 20:30:11'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 20:31:45'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 20:31:45'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 20:32:22'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 20:32:30'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 20:32:38'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 20:33:15'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:07:42'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:10:16'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:11:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:15:25'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:16:29'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 4-1747 DEL TURNO 02:00PM-10:00PM', '2017-10-05 21:19:00'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 21:24:26'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 21:24:34'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 21:24:47'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 39', '2017-10-05 21:25:15'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 21:25:49'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 39', '2017-10-05 21:25:58'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 39', '2017-10-05 21:29:49'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 39', '2017-10-05 21:31:34'),
('10', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 39', '2017-10-05 21:32:30'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 39', '2017-10-05 21:35:04'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 21:54:38'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 21:54:38'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 21:56:20'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 21:56:21'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 39', '2017-10-05 21:57:07'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 39', '2017-10-05 21:57:34'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 39', '2017-10-05 21:57:59');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 39', '2017-10-05 21:58:18'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 22:01:19'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 39', '2017-10-05 22:01:19'),
('10', 'CERRO SESION ', '2017-10-05 22:01:56'),
('18', 'INGRESO AL SISTEMA', '2017-10-06 06:41:48'),
('18', 'CERRO SESION ', '2017-10-06 06:42:08'),
('15', 'INGRESO AL SISTEMA', '2017-10-06 09:04:13'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 38', '2017-10-06 09:04:29'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 39', '2017-10-06 09:04:43'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 40', '2017-10-06 09:06:45'),
('18', 'INGRESO AL SISTEMA', '2017-10-06 10:17:06'),
('18', 'CERRO SESION ', '2017-10-06 10:19:20'),
('18', 'INGRESO AL SISTEMA', '2017-10-06 10:39:29'),
('18', 'CERRO SESION ', '2017-10-06 10:39:33'),
('8', 'INGRESO AL SISTEMA', '2017-10-06 10:40:30'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-06 10:40:53'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 33', '2017-10-06 10:41:17'),
('8', 'INGRESO AL SISTEMA', '2017-10-06 10:41:40'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1747 DEL TURNO 3', '2017-10-06 10:42:04'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1747 DEL TURNO 4', '2017-10-06 10:42:28'),
('8', 'AGREGO EL CONSECUTIVO NO. 5-1747 DEL TURNO 5', '2017-10-06 10:42:48'),
('18', 'INGRESO AL SISTEMA', '2017-10-06 11:03:32'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 41', '2017-10-06 11:04:15'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 41', '2017-10-06 11:04:15'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 41', '2017-10-06 11:05:00'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 41', '2017-10-06 11:05:00'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 41', '2017-10-06 11:05:33'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 41', '2017-10-06 11:05:51'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 41', '2017-10-06 11:06:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 41', '2017-10-06 11:06:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 41', '2017-10-06 11:06:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 41', '2017-10-06 11:06:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 41', '2017-10-06 11:06:48'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 41', '2017-10-06 11:07:22'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 41', '2017-10-06 11:07:49'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-06 11:08:41'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 5-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-06 11:09:16'),
('18', 'CERRO SESION ', '2017-10-06 11:09:30'),
('17', 'INGRESO AL SISTEMA', '2017-10-06 11:25:05'),
('17', 'INGRESO AL SISTEMA', '2017-10-06 11:25:48'),
('17', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1747', '2017-10-06 11:30:38'),
('17', 'INGRESO AL SISTEMA', '2017-10-06 11:31:05'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 1', '2017-10-06 13:36:49'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-10-06 13:37:02'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 1', '2017-10-06 14:12:33'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 8', '2017-10-06 14:13:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-10-06 14:14:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-10-06 14:30:04'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 10', '2017-10-06 14:30:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 11', '2017-10-06 14:30:23'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 14', '2017-10-06 14:36:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 15', '2017-10-06 14:36:45'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 16', '2017-10-06 14:37:00'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 17', '2017-10-06 14:37:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 18', '2017-10-06 14:37:55'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 19', '2017-10-06 14:38:13'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 20', '2017-10-06 14:38:50'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 21', '2017-10-06 14:39:07'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 22', '2017-10-06 14:39:22'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 23', '2017-10-06 14:39:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 24', '2017-10-06 14:39:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 25', '2017-10-06 14:40:03'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 26', '2017-10-06 14:40:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 27', '2017-10-06 14:40:32'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 28', '2017-10-06 14:40:41'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 29', '2017-10-06 14:48:45'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 30', '2017-10-06 14:49:08'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 31', '2017-10-06 14:49:26'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 32', '2017-10-06 14:49:44'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 33', '2017-10-06 14:50:00'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 34', '2017-10-06 14:50:14'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 35', '2017-10-06 14:51:12'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 36', '2017-10-06 14:51:25'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 37', '2017-10-06 14:51:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 38', '2017-10-06 14:51:54'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 39', '2017-10-06 14:52:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 40', '2017-10-06 14:52:29'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 41', '2017-10-06 14:52:42'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 42', '2017-10-06 14:52:59'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 42', '2017-10-06 14:53:33'),
('15', 'INGRESO AL SISTEMA', '2017-10-06 16:37:30'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 41', '2017-10-06 16:59:18'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 42', '2017-10-06 16:59:38'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 38', '2017-10-06 16:59:46'),
('15', 'CERRO SESION ', '2017-10-06 18:07:01'),
('18', 'INGRESO AL SISTEMA', '2017-10-07 07:57:20'),
('18', 'CERRO SESION ', '2017-10-07 08:14:02'),
('8', 'INGRESO AL SISTEMA', '2017-10-07 12:44:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 6-1747 DEL TURNO 3', '2017-10-07 12:45:11'),
('8', 'AGREGO EL CONSECUTIVO NO. 6-1747 DEL TURNO 4', '2017-10-07 12:45:32'),
('8', 'AGREGO EL CONSECUTIVO NO. 6-1747 DEL TURNO 5', '2017-10-07 12:45:58'),
('18', 'INGRESO AL SISTEMA', '2017-10-07 13:11:11'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:14:02'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:14:02'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:20:31'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:20:31'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:21:18'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:21:18'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:23:13'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:23:13'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:24:06'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:24:06'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:27:55'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:27:55'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 6-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-07 13:29:36'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 6-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-07 13:30:30'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 6-1747 DEL TURNO 06:00AM-02:00PM', '2017-10-07 13:31:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:42:54'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:27'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:43:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:01'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:37'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 44', '2017-10-07 13:44:41'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 44', '2017-10-07 13:46:04'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 44', '2017-10-07 13:46:22'),
('18', 'CERRO SESION ', '2017-10-07 13:46:37'),
('18', 'INGRESO AL SISTEMA', '2017-10-07 13:47:41'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:48:59'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:48:59'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:49:52'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 44', '2017-10-07 13:49:52'),
('18', 'CERRO SESION ', '2017-10-07 13:50:07'),
('18', 'INGRESO AL SISTEMA', '2017-10-07 13:54:41'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 44', '2017-10-07 13:55:10'),
('18', 'CERRO SESION ', '2017-10-07 13:55:13'),
('10', 'INGRESO AL SISTEMA', '2017-10-07 18:52:03'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 18:56:18'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 18:56:18'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 18:57:17'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 18:57:17'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 19:04:07'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 45', '2017-10-07 19:04:07'),
('10', 'CERRO SESION ', '2017-10-07 21:18:51'),
('15', 'INGRESO AL SISTEMA', '2017-10-09 08:02:43'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 44', '2017-10-09 08:02:56'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 45', '2017-10-09 08:03:11'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 46', '2017-10-09 08:03:15'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 20', '2017-10-09 08:05:14'),
('10', 'INGRESO AL SISTEMA', '2017-10-09 09:32:59'),
('8', 'INGRESO AL SISTEMA', '2017-10-09 11:30:16'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1755', '2017-10-09 11:31:23'),
('10', 'INGRESO AL SISTEMA', '2017-10-09 11:31:37'),
('8', 'INGRESO AL SISTEMA', '2017-10-09 11:32:28'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1755 DEL TURNO 3', '2017-10-09 11:33:01'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1755 DEL TURNO 4', '2017-10-09 11:33:26'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1755 DEL TURNO 5', '2017-10-09 11:33:47'),
('19', 'INGRESO AL SISTEMA', '2017-10-09 21:52:24'),
('19', 'INGRESO AL SISTEMA', '2017-10-09 21:52:58'),
('19', 'CERRO SESION ', '2017-10-09 21:53:19'),
('18', 'INGRESO AL SISTEMA', '2017-10-09 23:06:17'),
('18', 'CERRO SESION ', '2017-10-09 23:06:37'),
('18', 'INGRESO AL SISTEMA', '2017-10-10 00:15:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 00:16:41'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 00:16:41'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 00:17:24'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 00:17:24'),
('18', 'CERRO SESION ', '2017-10-10 00:18:06'),
('18', 'INGRESO AL SISTEMA', '2017-10-10 02:12:26'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 02:13:36'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 02:13:36'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 02:14:33'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 02:14:33'),
('18', 'CERRO SESION ', '2017-10-10 02:15:14'),
('18', 'INGRESO AL SISTEMA', '2017-10-10 02:15:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:05'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:11'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:16:34'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 02:17:11'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 02:17:33'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 02:17:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:47'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:53'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 02:18:54'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 04:39:36'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 04:39:36'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 04:40:20'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 04:40:20'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:41:42'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:42:19'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:43:26'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:44:20'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:45:08'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:45:46'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1755 DEL TURNO 10:00PM-06:00AM', '2017-10-10 04:46:20'),
('18', 'INGRESO AL SISTEMA', '2017-10-10 04:50:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:22'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:27:53'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 49', '2017-10-10 05:28:15'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 05:28:42'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 05:29:02'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 49', '2017-10-10 05:29:16'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 49', '2017-10-10 05:30:25'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 49', '2017-10-10 05:30:54'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 49', '2017-10-10 05:31:05'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 49', '2017-10-10 05:31:23'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 49', '2017-10-10 05:31:27'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 49', '2017-10-10 05:31:30'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 49', '2017-10-10 05:32:22'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 49', '2017-10-10 05:32:35'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 49', '2017-10-10 05:40:50'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 05:48:01'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 05:48:01'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 05:52:35'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 49', '2017-10-10 05:52:35'),
('18', 'CERRO SESION ', '2017-10-10 05:52:50'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 08:35:31'),
('15', 'INGRESO AL SISTEMA', '2017-10-10 08:56:36'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 47', '2017-10-10 08:56:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 48', '2017-10-10 08:56:57'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 49', '2017-10-10 08:57:01'),
('10', 'CERRO SESION ', '2017-10-10 10:52:49'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 10:54:29'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 11:07:19'),
('10', 'CERRO SESION ', '2017-10-10 12:09:41'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 13:00:33'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 13:01:12'),
('10', 'CERRO SESION ', '2017-10-10 13:01:14'),
('10', 'INGRESO AL SISTEMA', '2017-10-10 13:40:38'),
('8', 'INGRESO AL SISTEMA', '2017-10-10 15:01:42'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1755 DEL TURNO 3', '2017-10-10 15:02:06'),
('8', 'AGREGO EL CONSECUTIVO NO. 2-1755 DEL TURNO 4', '2017-10-10 15:02:26'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1762', '2017-10-10 15:03:05'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1762 DEL TURNO 3', '2017-10-10 15:05:54'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1762 DEL TURNO 4', '2017-10-10 15:06:14'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1762 DEL TURNO 5', '2017-10-10 15:06:35'),
('18', 'INGRESO AL SISTEMA', '2017-10-11 01:17:30'),
('18', 'CERRO SESION ', '2017-10-11 01:17:41'),
('18', 'INGRESO AL SISTEMA', '2017-10-11 01:18:58'),
('8', 'INGRESO AL SISTEMA', '2017-10-11 06:49:08'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1767', '2017-10-11 06:49:58'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID64', '2017-10-11 06:50:32'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1767 DEL TURNO 3', '2017-10-11 06:51:19'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1767 DEL TURNO 4', '2017-10-11 06:51:40'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1767 DEL TURNO 5', '2017-10-11 06:52:11'),
('10', 'INGRESO AL SISTEMA', '2017-10-11 07:17:18'),
('10', 'CERRO SESION ', '2017-10-11 07:18:59'),
('10', 'INGRESO AL SISTEMA', '2017-10-11 08:47:11'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 08:48:42'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 08:48:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 08:49:40'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 08:49:40'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 10:10:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 10:10:12'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 10:10:25'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 10:10:58'),
('15', 'INGRESO AL SISTEMA', '2017-10-11 10:35:00'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:48:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:48:12'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:48:27'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:48:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:49:00'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 55', '2017-10-11 11:49:34'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 55', '2017-10-11 11:50:09'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 55', '2017-10-11 11:50:33'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:50:57'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 55', '2017-10-11 11:51:07'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:53:42'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:53:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:55:05'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:55:05'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:57:09'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:57:09'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:58:04'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 11:58:04'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 55', '2017-10-11 11:58:56'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 55', '2017-10-11 11:59:08'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 55', '2017-10-11 11:59:36'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 12:01:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 12:01:32'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 12:16:53'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 12:16:53'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 13:29:15'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 13:29:15'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1767 DEL TURNO 06:00AM-02:00PM', '2017-10-11 13:36:25'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1767 DEL TURNO 06:00AM-02:00PM', '2017-10-11 13:38:41'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1767 DEL TURNO 06:00AM-02:00PM', '2017-10-11 13:40:29'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 55', '2017-10-11 13:53:42'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 55', '2017-10-11 13:54:35'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 55', '2017-10-11 13:55:08'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 55', '2017-10-11 14:10:22'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 55', '2017-10-11 14:10:59'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 55', '2017-10-11 14:11:12'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 55', '2017-10-11 14:11:24'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 14:13:53'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 14:13:53'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 14:15:53'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 55', '2017-10-11 14:15:53'),
('10', 'CERRO SESION ', '2017-10-11 14:16:11'),
('18', 'INGRESO AL SISTEMA', '2017-10-11 23:48:35'),
('18', 'CERRO SESION ', '2017-10-11 23:48:46'),
('15', 'INGRESO AL SISTEMA', '2017-10-12 15:22:25'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 55', '2017-10-12 15:23:13'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 56', '2017-10-12 15:23:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 57', '2017-10-12 15:23:25'),
('15', 'CERRO SESION ', '2017-10-12 15:23:30'),
('8', 'INGRESO AL SISTEMA', '2017-10-13 08:36:18'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 55', '2017-10-13 08:39:42'),
('8', 'INGRESO AL SISTEMA', '2017-10-13 11:14:41'),
('8', 'CERRO SESION ', '2017-10-13 11:16:05'),
('15', 'INGRESO AL SISTEMA', '2017-10-17 11:29:56'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 57', '2017-10-17 11:30:23'),
('8', 'INGRESO AL SISTEMA', '2017-10-18 08:55:12'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1800', '2017-10-18 08:56:55'),
('8', 'CERRO SESION ', '2017-10-18 08:58:40'),
('8', 'INGRESO AL SISTEMA', '2017-10-18 08:58:58'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1800 DEL TURNO 3', '2017-10-18 08:59:50'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1800 DEL TURNO 4', '2017-10-18 09:00:15'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1800 DEL TURNO 5', '2017-10-18 09:00:43'),
('8', 'INGRESO AL SISTEMA', '2017-10-19 11:30:07'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1805', '2017-10-19 11:30:38'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1805 DEL TURNO 3', '2017-10-19 11:32:19'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1805 DEL TURNO 4', '2017-10-19 11:32:40'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1805 DEL TURNO 5', '2017-10-19 11:33:01'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 14:58:14'),
('18', 'CERRO SESION ', '2017-10-19 16:37:40'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 16:48:00'),
('18', 'CERRO SESION ', '2017-10-19 16:49:52'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 16:54:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:55:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:37'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:56:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:10'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 16:57:13'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 16:57:41'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 16:57:53'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 16:58:07'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 16:59:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 16:59:39'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 17:00:41'),
('18', 'CERRO SESION ', '2017-10-19 17:00:54'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 19:08:36'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:09:42'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:09:42'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:12:34'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:12:34'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:14:12'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 19:14:12'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 19:15:35'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 19:16:05'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 19:16:56'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 19:17:31'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 19:18:11'),
('18', 'CERRO SESION ', '2017-10-19 19:18:41'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 20:02:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:03:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:04:01'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 20:04:24'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 20:04:34'),
('18', 'CERRO SESION ', '2017-10-19 20:15:51'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 20:17:05'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:17:25'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:17:32'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:17:40'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:17:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 20:17:53'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 20:18:39'),
('18', 'CERRO SESION ', '2017-10-19 20:18:59'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 20:48:36'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 62', '2017-10-19 20:49:16'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 62', '2017-10-19 20:49:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:14:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:14:16'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:15:04'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:15:04'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1805 DEL TURNO 02:00PM-10:00PM', '2017-10-19 21:18:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:42:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:43:06'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:43:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:43:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:43:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 62', '2017-10-19 21:43:54'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 62', '2017-10-19 21:44:36'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 62', '2017-10-19 21:45:17'),
('18', 'CERRO SESION ', '2017-10-19 21:46:49'),
('18', 'INGRESO AL SISTEMA', '2017-10-19 21:52:41'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:59:01'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 21:59:01'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 22:01:20'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 62', '2017-10-19 22:01:20'),
('18', 'CERRO SESION ', '2017-10-19 22:03:05'),
('15', 'INGRESO AL SISTEMA', '2017-10-20 10:18:11'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 61', '2017-10-20 10:18:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 62', '2017-10-20 10:18:31'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 63', '2017-10-20 10:20:33'),
('15', 'INGRESO AL SISTEMA', '2017-10-20 15:41:28'),
('15', 'CERRO SESION ', '2017-10-20 17:59:16'),
('15', 'INGRESO AL SISTEMA', '2017-10-23 11:32:52'),
('15', 'CERRO SESION ', '2017-10-23 18:05:15'),
('8', 'INGRESO AL SISTEMA', '2017-10-24 15:37:28'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID67', '2017-10-24 15:38:18'),
('15', 'INGRESO AL SISTEMA', '2017-10-24 16:06:37'),
('15', 'INGRESO AL SISTEMA', '2017-10-24 16:44:47'),
('8', 'INGRESO AL SISTEMA', '2017-10-25 17:22:10'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1815', '2017-10-25 17:23:38'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1815 DEL TURNO 4', '2017-10-25 17:24:23'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1815 DEL TURNO 5', '2017-10-25 17:24:47'),
('8', 'INGRESO AL SISTEMA', '2017-10-26 08:14:57'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1820', '2017-10-26 08:16:03'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1820 DEL TURNO 3', '2017-10-26 08:18:04'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1820 DEL TURNO 4', '2017-10-26 08:18:35'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1820 DEL TURNO 5', '2017-10-26 08:19:09'),
('18', 'INGRESO AL SISTEMA', '2017-10-26 09:11:55'),
('18', 'CERRO SESION ', '2017-10-26 09:13:01'),
('18', 'INGRESO AL SISTEMA', '2017-10-26 09:15:08'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 09:16:14'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 09:16:14'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 09:16:56'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 09:16:56'),
('18', 'CERRO SESION ', '2017-10-26 09:20:49'),
('18', 'INGRESO AL SISTEMA', '2017-10-26 10:04:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:05:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:05:39'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:05:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:05:53'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:06:10'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:06:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:06:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:06:22'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 10:06:25'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 66', '2017-10-26 10:07:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 66', '2017-10-26 10:07:22'),
('18', 'CERRO SESION ', '2017-10-26 10:07:37'),
('18', 'INGRESO AL SISTEMA', '2017-10-26 10:42:17'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 06:00AM-02:00PM', '2017-10-26 10:43:01'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 06:00AM-02:00PM', '2017-10-26 10:43:41'),
('18', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 66', '2017-10-26 10:44:28'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 10:46:36'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 10:46:36'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 10:47:23'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 66', '2017-10-26 10:47:23'),
('18', 'CERRO SESION ', '2017-10-26 10:51:32'),
('18', 'INGRESO AL SISTEMA', '2017-10-26 11:38:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:40:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:41:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:41:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:41:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:41:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:41:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:42:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 66', '2017-10-26 11:42:06'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 66', '2017-10-26 11:42:48'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 66', '2017-10-26 11:43:39'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 66', '2017-10-26 11:49:09'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 66', '2017-10-26 11:49:29'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 66', '2017-10-26 11:50:07'),
('18', 'CERRO SESION ', '2017-10-26 11:50:34'),
('15', 'INGRESO AL SISTEMA', '2017-10-26 16:37:16'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 66', '2017-10-26 16:37:30'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 67', '2017-10-26 16:37:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 68', '2017-10-26 16:37:42'),
('10', 'INGRESO AL SISTEMA', '2017-10-26 16:49:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 16:58:24'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 16:58:46'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 16:59:33'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 16:59:46'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:00:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:00:18'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:01:31'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:01:43'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:02:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 17:02:23'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 17:03:39'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 17:04:01'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 17:04:28'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 17:04:52'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 17:08:17'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 17:08:17'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 17:09:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 17:09:32'),
('15', 'CERRO SESION ', '2017-10-26 17:10:11'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:01:10'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:01:10'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:02:03'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:02:03'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 20:07:16'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 20:07:44'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 20:08:11'),
('10', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 67', '2017-10-26 20:09:32'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:09:59'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:10:13'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:10:27'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:10:34'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:10:48'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 20:11:44'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:29:25'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:29:25'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:30:11'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:30:11'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:31:42'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:31:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:32:23'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 20:32:23'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 67', '2017-10-26 20:32:59'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 67', '2017-10-26 20:33:07'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 20:45:11'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 20:45:46'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:04:45'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:06:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:08:09'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:09:17'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:11:01'),
('10', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 67', '2017-10-26 21:12:43'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1820 DEL TURNO 02:00PM-10:00PM', '2017-10-26 21:14:00'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:17:19'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:17:36'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:17:55'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:18:09'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 21:19:08'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 21:20:18'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 21:20:30'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 21:21:09'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 21:21:45'),
('10', 'ACTUALIZO UN REGISTRO DE HORA MOLIENDA DEL RPT CON ID 67', '2017-10-26 21:22:46'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 67', '2017-10-26 21:23:11'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:25:56'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:26:22'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:26:52'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 67', '2017-10-26 21:27:06'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 67', '2017-10-26 21:28:43'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 67', '2017-10-26 21:28:56'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 67', '2017-10-26 21:29:02'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 67', '2017-10-26 21:29:18'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 67', '2017-10-26 21:31:43'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 67', '2017-10-26 21:33:06'),
('10', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 67', '2017-10-26 21:33:36'),
('10', 'INGRESO AL SISTEMA', '2017-10-26 21:53:44'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 21:55:00'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 21:55:00'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 21:56:12'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 67', '2017-10-26 21:56:12'),
('10', 'CERRO SESION ', '2017-10-26 21:57:41'),
('18', 'INGRESO AL SISTEMA', '2017-10-27 07:19:05'),
('18', 'CERRO SESION ', '2017-10-27 07:19:18'),
('18', 'INGRESO AL SISTEMA', '2017-10-27 08:40:51'),
('18', 'CERRO SESION ', '2017-10-27 08:49:47'),
('10', 'INGRESO AL SISTEMA', '2017-10-27 16:55:00'),
('18', 'INGRESO AL SISTEMA', '2017-10-28 10:16:29'),
('8', 'INGRESO AL SISTEMA', '2017-10-31 11:50:39'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 4853', '2017-10-31 11:51:17'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID69', '2017-10-31 11:51:25'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-4853 DEL TURNO 3', '2017-10-31 11:52:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-4853 DEL TURNO 4', '2017-10-31 11:53:01'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-4853 DEL TURNO 5', '2017-10-31 11:54:00'),
('18', 'INGRESO AL SISTEMA', '2017-10-31 23:19:18'),
('18', 'CERRO SESION ', '2017-10-31 23:19:58'),
('18', 'INGRESO AL SISTEMA', '2017-11-01 05:41:57'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:43:00'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:43:00'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:43:46'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:43:46'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:44:40'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:44:40'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:45:19'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:45:19'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:46:17'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:46:17'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:47:06'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:47:06'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:47:49'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:47:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:05'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:23'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:27'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:47'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:49:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:01'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:01'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:05'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:11'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 71', '2017-11-01 05:50:52'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:52:51'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:53:06');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:54:07'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:54:28'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:54:47'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:55:01'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 71', '2017-11-01 05:55:16'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 71', '2017-11-01 05:55:55'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 71', '2017-11-01 05:56:26'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 71', '2017-11-01 05:56:45'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:59:12'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 05:59:12'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 06:00:06'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 71', '2017-11-01 06:00:06'),
('18', 'CERRO SESION ', '2017-11-01 06:01:26'),
('8', 'INGRESO AL SISTEMA', '2017-11-01 07:41:19'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1859', '2017-11-01 07:41:44'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID70', '2017-11-01 07:41:53'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1859 DEL TURNO 3', '2017-11-01 07:42:23'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1859 DEL TURNO 4', '2017-11-01 07:42:39'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1859 DEL TURNO 5', '2017-11-01 07:42:57'),
('15', 'INGRESO AL SISTEMA', '2017-11-01 08:30:23'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 72', '2017-11-01 08:32:18'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 73', '2017-11-01 08:32:23'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 74', '2017-11-01 08:32:28'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 64', '2017-11-01 08:32:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 65', '2017-11-01 08:32:57'),
('15', 'INGRESO AL SISTEMA', '2017-11-01 11:01:56'),
('15', 'CER<NAME>ESION ', '2017-11-01 11:02:21'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 72', '2017-11-01 16:06:01'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 73', '2017-11-01 16:06:06'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 74', '2017-11-01 16:06:11'),
('15', '<NAME>ESION ', '2017-11-01 17:37:06'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 00:36:45'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 00:38:06'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 00:38:06'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 00:38:54'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 00:38:54'),
('18', 'CERRO SESION ', '2017-11-02 00:39:26'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 03:59:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 03:59:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 03:59:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 03:59:47'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 03:59:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 03:59:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:07'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:22'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:23'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:25'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:32'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:00:34'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:00:56'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:01:10'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:01:23'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:01:37'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:01:55'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:03:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:03:16'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:06:25'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:06:25'),
('18', 'CERRO SESION ', '2017-11-02 04:07:04'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 04:17:22'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:18:10'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:18:10'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:19:06'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 04:19:06'),
('18', 'CERRO SESION ', '2017-11-02 04:20:28'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 04:49:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:50:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:50:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:50:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 04:50:21'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 04:51:00'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:52:02'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:52:31'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:53:18'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:54:02'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:54:33'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1859 DEL TURNO 10:00PM-06:00AM', '2017-11-02 04:55:38'),
('18', 'CERRO SESION ', '2017-11-02 04:57:49'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 05:27:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 05:27:55'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 05:28:11'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 05:28:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 74', '2017-11-02 05:28:24'),
('18', 'CERRO SESION ', '2017-11-02 05:29:00'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 05:29:35'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 74', '2017-11-02 05:29:56'),
('18', 'CERRO SESION ', '2017-11-02 05:29:58'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 05:42:44'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 74', '2017-11-02 05:43:05'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 74', '2017-11-02 05:43:20'),
('18', 'CERRO SESION ', '2017-11-02 05:43:43'),
('18', 'INGRESO AL SISTEMA', '2017-11-02 05:51:39'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 05:52:30'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 05:52:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 05:58:09'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 74', '2017-11-02 05:58:09'),
('18', 'CERRO SESION ', '2017-11-02 05:59:22'),
('8', 'INGRESO AL SISTEMA', '2017-11-02 11:31:58'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1862', '2017-11-02 11:32:26'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID71', '2017-11-02 11:32:37'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1862 DEL TURNO 3', '2017-11-02 11:33:24'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1862 DEL TURNO 4', '2017-11-02 11:33:46'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1862 DEL TURNO 5', '2017-11-02 11:34:44'),
('10', 'INGRESO AL SISTEMA', '2017-11-02 13:14:38'),
('10', 'INGRESO AL SISTEMA', '2017-11-02 13:15:32'),
('10', 'CERRO SESION ', '2017-11-02 13:15:37'),
('8', 'INGRESO AL SISTEMA', '2017-11-03 09:23:21'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1866', '2017-11-03 09:24:47'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID72', '2017-11-03 09:24:54'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1866 DEL TURNO 3', '2017-11-03 09:26:20'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1866 DEL TURNO 4', '2017-11-03 09:26:44'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1866 DEL TURNO 5', '2017-11-03 09:27:03'),
('18', 'INGRESO AL SISTEMA', '2017-11-06 14:36:41'),
('18', 'INGRESO AL SISTEMA', '2017-11-06 14:37:15'),
('18', 'CERRO SESION ', '2017-11-06 14:38:10'),
('15', 'INGRESO AL SISTEMA', '2017-11-06 15:29:21'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 78', '2017-11-06 15:30:40'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 79', '2017-11-06 15:30:44'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 80', '2017-11-06 15:30:49'),
('15', 'CERRO SESION ', '2017-11-06 16:25:35'),
('15', 'INGRESO AL SISTEMA', '2017-11-06 16:54:18'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 78', '2017-11-06 16:54:33'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 79', '2017-11-06 16:54:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 80', '2017-11-06 16:54:41'),
('15', 'CERRO SESION ', '2017-11-06 17:02:26'),
('15', 'INGRESO AL SISTEMA', '2017-11-06 17:02:28'),
('15', 'CERRO SESION ', '2017-11-06 17:02:39'),
('15', 'INGRESO AL SISTEMA', '2017-11-06 17:16:14'),
('15', 'CERRO SESION ', '2017-11-06 18:12:43'),
('15', 'INGRESO AL SISTEMA', '2017-11-07 12:04:40'),
('15', 'INGRESO AL SISTEMA', '2017-11-07 13:34:12'),
('15', 'INGRESO AL SISTEMA', '2017-11-07 16:27:55'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 78', '2017-11-07 16:28:00'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 79', '2017-11-07 16:28:05'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 80', '2017-11-07 16:28:08'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 75', '2017-11-07 16:29:10'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 76', '2017-11-07 16:29:15'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 77', '2017-11-07 16:29:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 72', '2017-11-07 16:29:28'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 73', '2017-11-07 16:29:32'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 74', '2017-11-07 16:29:37'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 69', '2017-11-07 16:32:44'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 70', '2017-11-07 16:32:48'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 71', '2017-11-07 16:32:52'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 66', '2017-11-07 16:33:06'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 67', '2017-11-07 16:33:13'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 68', '2017-11-07 16:33:19'),
('15', 'CERRO SESION ', '2017-11-07 18:17:04'),
('18', 'INGRESO AL SISTEMA', '2017-11-07 18:42:05'),
('15', 'INGRESO AL SISTEMA', '2017-11-08 10:13:47'),
('15', 'CERRO SESION ', '2017-11-08 10:43:02'),
('18', 'INGRESO AL SISTEMA', '2017-11-08 15:41:24'),
('15', 'INGRESO AL SISTEMA', '2017-11-08 16:42:31'),
('15', 'CERRO SESION ', '2017-11-08 16:42:36'),
('15', 'INGRESO AL SISTEMA', '2017-11-08 17:11:06'),
('15', 'CERRO SESION ', '2017-11-08 18:06:32'),
('18', 'INGRESO AL SISTEMA', '2017-11-08 20:05:18'),
('18', 'CERRO SESION ', '2017-11-08 20:05:24'),
('15', 'INGRESO AL SISTEMA', '2017-11-09 08:26:41'),
('8', 'INGRESO AL SISTEMA', '2017-11-09 10:36:08'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1884', '2017-11-09 10:36:50'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID73', '2017-11-09 10:37:06'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1884 DEL TURNO 3', '2017-11-09 10:37:47'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1884 DEL TURNO 4', '2017-11-09 10:38:18'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1884 DEL TURNO 5', '2017-11-09 10:38:52'),
('8', 'CERRO SESION ', '2017-11-09 10:39:23'),
('8', 'INGRESO AL SISTEMA', '2017-11-09 10:43:03'),
('8', 'INGRESO AL SISTEMA', '2017-11-09 10:53:23'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1889', '2017-11-09 10:53:52'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID74', '2017-11-09 10:53:58'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1889 DEL TURNO 3', '2017-11-09 10:55:26'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1889 DEL TURNO 4', '2017-11-09 10:56:41'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1889 DEL TURNO 5', '2017-11-09 10:57:04'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 84', '2017-11-09 16:43:38'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 85', '2017-11-09 16:43:43'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 86', '2017-11-09 16:43:48'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 81', '2017-11-09 16:44:35'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 82', '2017-11-09 16:44:40'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 83', '2017-11-09 16:44:46'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 84', '2017-11-09 17:50:36'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 85', '2017-11-09 17:50:40'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 86', '2017-11-09 17:50:45'),
('15', 'CERRO SESION ', '2017-11-09 18:23:32'),
('8', 'INGRESO AL SISTEMA', '2017-11-10 10:09:18'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1893', '2017-11-10 10:10:02'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1893 DEL TURNO 3', '2017-11-10 10:11:26'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1893 DEL TURNO 4', '2017-11-10 10:11:50'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1893 DEL TURNO 5', '2017-11-10 10:12:08'),
('19', 'INGRESO AL SISTEMA', '2017-11-10 13:39:07'),
('19', 'CERRO SESION ', '2017-11-10 13:39:11'),
('19', 'INGRESO AL SISTEMA', '2017-11-10 13:40:15'),
('19', 'CERRO SESION ', '2017-11-10 13:40:18'),
('19', 'INGRESO AL SISTEMA', '2017-11-10 13:40:25'),
('19', 'CERRO SESION ', '2017-11-10 13:41:01'),
('19', 'INGRESO AL SISTEMA', '2017-11-10 13:49:58'),
('19', 'CERRO SESION ', '2017-11-10 13:50:04'),
('19', 'INGRESO AL SISTEMA', '2017-11-10 13:55:15'),
('19', 'CERRO SESION ', '2017-11-10 13:56:20'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 13:56:34'),
('18', 'CERRO SESION ', '2017-11-10 13:56:40'),
('15', 'INGRESO AL SISTEMA', '2017-11-10 15:28:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-10 15:28:46'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-10 15:28:51'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 89', '2017-11-10 15:28:55'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 16:50:21'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:51:41'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:51:41'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 88', '2017-11-10 16:52:19'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:54:03'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:54:03'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:54:40'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 16:54:40'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-10 17:03:23'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-10 17:03:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 89', '2017-11-10 17:03:38'),
('15', 'CERRO SESION ', '2017-11-10 17:03:48'),
('18', 'CERRO SESION ', '2017-11-10 17:08:28'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 18:20:15'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 18:21:15'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 18:21:15'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 18:21:54'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 18:21:54'),
('18', 'CERRO SESION ', '2017-11-10 18:22:42'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 18:37:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:37:42'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:37:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:37:51'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:37:55'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:37:58'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:38:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:38:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:38:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:38:23'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:38:25'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:39:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:39:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:39:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:39:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 18:39:32'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 18:40:07'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 18:40:18'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 18:40:28'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 18:40:39'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 18:40:49'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1893 DEL TURNO 02:00PM-10:00PM', '2017-11-10 18:41:47'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1893 DEL TURNO 02:00PM-10:00PM', '2017-11-10 18:42:19'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1893 DEL TURNO 02:00PM-10:00PM', '2017-11-10 18:43:14'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1893 DEL TURNO 02:00PM-10:00PM', '2017-11-10 18:43:37'),
('18', 'CERRO SESION ', '2017-11-10 18:43:52'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 20:14:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 20:15:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 20:15:35'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 20:15:41'),
('18', 'CERRO SESION ', '2017-11-10 20:15:49'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 21:10:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 21:13:10'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 21:13:10'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 21:14:11'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 88', '2017-11-10 21:14:12'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 21:16:55'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 21:17:03'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 88', '2017-11-10 21:17:08'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 88', '2017-11-10 21:17:26'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 88', '2017-11-10 21:18:07'),
('18', 'CERRO SESION ', '2017-11-10 21:33:12'),
('18', 'INGRESO AL SISTEMA', '2017-11-10 21:34:57'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 88', '2017-11-10 21:36:14'),
('18', 'CERRO SESION ', '2017-11-10 21:36:35'),
('15', 'INGRESO AL SISTEMA', '2017-11-13 07:55:18'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-13 07:55:42'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-13 07:55:47'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 89', '2017-11-13 07:56:03'),
('15', 'INGRESO AL SISTEMA', '2017-11-13 08:18:20'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-13 08:26:32'),
('15', 'CERRO SESION ', '2017-11-13 18:20:09'),
('15', 'INGRESO AL SISTEMA', '2017-11-14 08:11:56'),
('15', 'CERRO SESION ', '2017-11-14 18:08:03'),
('15', 'INGRESO AL SISTEMA', '2017-11-15 08:16:07'),
('15', 'INGRESO AL SISTEMA', '2017-11-15 16:50:29'),
('15', 'CERRO SESION ', '2017-11-15 18:05:42'),
('28', 'INGRESO AL SISTEMA', '2017-11-16 14:25:47'),
('28', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-16 14:26:24'),
('28', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-16 14:26:25'),
('28', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-16 14:26:34'),
('28', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-16 14:26:36'),
('28', 'CERRO SESION ', '2017-11-16 14:27:22'),
('16', 'INGRESO AL SISTEMA', '2017-11-16 17:28:38'),
('16', 'CERRO SESION ', '2017-11-16 17:28:44'),
('16', 'INGRESO AL SISTEMA', '2017-11-17 14:40:59'),
('16', 'CERRO SESION ', '2017-11-17 14:42:22'),
('16', 'INGRESO AL SISTEMA', '2017-11-17 14:42:36'),
('16', 'INGRESO AL SISTEMA', '2017-11-17 14:43:20'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-17 14:45:14'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-17 14:45:24'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 89', '2017-11-17 14:45:34'),
('16', 'CER<NAME> ', '2017-11-17 14:50:51'),
('8', 'INGRESO AL SISTEMA', '2017-11-17 15:06:42'),
('8', 'CAMBIO ESTADO DE LA ORDEN DE PRODUCCION ID76', '2017-11-17 15:07:11'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1914', '2017-11-17 15:07:54'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1914 DEL TURNO 3', '2017-11-17 15:08:53'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1914 DEL TURNO 4', '2017-11-17 15:09:25'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1914 DEL TURNO 5', '2017-11-17 15:10:05'),
('16', 'INGRESO AL SISTEMA', '2017-11-17 15:15:34'),
('8', 'INGRESO AL SISTEMA', '2017-11-17 15:25:03'),
('8', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-1893', '2017-11-17 15:39:26'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 87', '2017-11-17 15:39:53'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 88', '2017-11-17 15:40:33'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 89', '2017-11-17 15:41:04'),
('16', 'CERRO SESION ', '2017-11-17 16:33:02'),
('15', 'INGRESO AL SISTEMA', '2017-11-20 10:51:21'),
('15', 'INSERTO ORDEN DE PRODUCCION NUMERO 9898', '2017-11-20 10:51:46'),
('15', 'CERRO SESION ', '2017-11-20 11:11:33'),
('15', 'INGRESO AL SISTEMA', '2017-11-20 14:24:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 90', '2017-11-20 14:24:34'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 91', '2017-11-20 14:24:39'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 92', '2017-11-20 14:24:44'),
('15', 'CERRO SESION ', '2017-11-20 14:25:37'),
('8', 'INGRESO AL SISTEMA', '2017-11-20 16:27:14'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1918', '2017-11-20 16:27:54'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1918 DEL TURNO 3', '2017-11-20 16:28:47'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1918 DEL TURNO 4', '2017-11-20 16:29:04'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1918 DEL TURNO 5', '2017-11-20 16:29:22'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1921', '2017-11-20 16:29:57'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1921 DEL TURNO 3', '2017-11-20 16:30:53'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1921 DEL TURNO 4', '2017-11-20 16:31:13'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1921 DEL TURNO 5', '2017-11-20 16:31:33'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1928', '2017-11-20 16:32:14'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1928 DEL TURNO 3', '2017-11-20 16:32:46'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1928 DEL TURNO 4', '2017-11-20 16:33:06'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1928 DEL TURNO 5', '2017-11-20 16:33:53'),
('8', 'INGRESO AL SISTEMA', '2017-11-21 09:09:22'),
('8', 'CERRO SESION ', '2017-11-21 09:10:52'),
('8', 'INGRESO AL SISTEMA', '2017-11-21 09:14:07'),
('8', 'INGRESO AL SISTEMA', '2017-11-21 09:17:23'),
('8', 'GUARDO USUARIO CMALTEZ CON ROL 4', '2017-11-21 09:21:22'),
('8', 'CAMBIO ESTADO DE USUARIO 19', '2017-11-21 09:21:54'),
('8', 'CERRO SESION ', '2017-11-21 09:23:06'),
('30', 'INGRESO AL SISTEMA', '2017-11-21 09:23:36'),
('30', 'CERRO SESION ', '2017-11-21 09:25:15'),
('18', 'INGRESO AL SISTEMA', '2017-11-21 09:25:35'),
('18', 'CERRO SESION ', '2017-11-21 09:25:57'),
('8', 'INGRESO AL SISTEMA', '2017-11-21 09:26:16'),
('8', 'ELIMINO EL REPORTE DIARIO NO. 1-1928 DEL TURNO Mixto', '2017-11-21 09:26:34'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1928 DEL TURNO 4', '2017-11-21 09:27:13'),
('8', 'CERRO SESION ', '2017-11-21 09:27:19'),
('30', 'INGRESO AL SISTEMA', '2017-11-21 09:27:32'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:29:50'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:29:50'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:30:59'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:30:59'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:34:13'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:34:13'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:35:32'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 102', '2017-11-21 09:35:32'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 02:00PM-10:00PM', '2017-11-21 09:37:35'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 02:00PM-10:00PM', '2017-11-21 09:39:10'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 02:00PM-10:00PM', '2017-11-21 09:41:22'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 02:00PM-10:00PM', '2017-11-21 09:42:24'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:42:56'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:44:01'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:44:48'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:45:06'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:48:04'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:48:48'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 09:49:16'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 102', '2017-11-21 10:28:19'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 102', '2017-11-21 10:29:05'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 102', '2017-11-21 10:29:23'),
('30', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 102', '2017-11-21 10:29:33'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 10:33:43'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 102', '2017-11-21 10:33:57'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 102', '2017-11-21 10:34:35'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 102', '2017-11-21 10:35:28'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 102', '2017-11-21 10:36:49'),
('30', 'CERRO SESION ', '2017-11-21 10:37:32'),
('18', 'INGRESO AL SISTEMA', '2017-11-21 10:43:49'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 101', '2017-11-21 10:46:32'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 101', '2017-11-21 10:46:32'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 10:00PM-06:00AM', '2017-11-21 10:48:04'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 10:00PM-06:00AM', '2017-11-21 10:50:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:50:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:51:06'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:52:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:53:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:53:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 101', '2017-11-21 10:53:40'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 101', '2017-11-21 10:54:30'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 101', '2017-11-21 10:54:46'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 101', '2017-11-21 10:55:03'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 101', '2017-11-21 10:55:17'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 101', '2017-11-21 10:55:30'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 101', '2017-11-21 10:56:07'),
('18', 'CERRO SESION ', '2017-11-21 10:59:00'),
('10', 'INGRESO AL SISTEMA', '2017-11-21 11:00:04'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:02:29'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:02:29'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:03:47'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:03:47'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:05:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 99', '2017-11-21 11:05:32'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 06:00AM-02:00PM', '2017-11-21 11:15:02'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 06:00AM-02:00PM', '2017-11-21 11:15:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 06:00AM-02:00PM', '2017-11-21 11:16:34'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1928 DEL TURNO 06:00AM-02:00PM', '2017-11-21 11:17:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:17:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:18:07'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:18:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:18:33'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:18:50'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 99', '2017-11-21 11:19:00'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 99', '2017-11-21 11:20:00'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 99', '2017-11-21 11:20:34'),
('10', 'CERRO SESION ', '2017-11-21 11:21:02'),
('8', 'INGRESO AL SISTEMA', '2017-11-21 11:21:26'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 99', '2017-11-21 11:30:10'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 101', '2017-11-21 11:30:15'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 102', '2017-11-21 11:30:21'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1935', '2017-11-21 11:35:15'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1935 DEL TURNO 3', '2017-11-21 11:36:01'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1935 DEL TURNO 4', '2017-11-21 11:36:19'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1935 DEL TURNO 5', '2017-11-21 11:36:41'),
('8', 'CERRO SESION ', '2017-11-21 11:36:55'),
('15', 'INGRESO AL SISTEMA', '2017-11-22 17:11:30'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 103', '2017-11-22 17:11:38'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 104', '2017-11-22 17:11:42'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 105', '2017-11-22 17:11:46'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 103', '2017-11-22 18:08:27'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 104', '2017-11-22 18:08:34'),
('15', 'CERRO SESION ', '2017-11-22 18:08:40'),
('18', 'INGRESO AL SISTEMA', '2017-11-23 00:24:49'),
('18', 'CERRO SESION ', '2017-11-23 00:25:00'),
('8', 'INGRESO AL SISTEMA', '2017-11-23 10:24:59'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1943', '2017-11-23 10:25:42'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1943 DEL TURNO 3', '2017-11-23 10:26:33'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1943 DEL TURNO 4', '2017-11-23 10:27:03'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1943 DEL TURNO 5', '2017-11-23 10:27:25'),
('8', 'CER<NAME> ', '2017-11-23 10:27:46'),
('10', 'INGRESO AL SISTEMA', '2017-11-23 10:28:24'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:29:28'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:29:28'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:30:24'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:30:24'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:31:44'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:31:44'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:32:31'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:32:31'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:33:23'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:33:23'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:34:45'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:34:45'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:35:31'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:35:31'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:36:25'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:36:25'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:37:23'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 106', '2017-11-23 10:37:23'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 06:00AM-02:00PM', '2017-11-23 10:40:43'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 06:00AM-02:00PM', '2017-11-23 10:41:39'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 06:00AM-02:00PM', '2017-11-23 10:42:31'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 06:00AM-02:00PM', '2017-11-23 10:43:10'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 106', '2017-11-23 10:44:03'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 106', '2017-11-23 10:44:20'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 106', '2017-11-23 10:45:00'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 106', '2017-11-23 10:45:11'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 106', '2017-11-23 10:45:44'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 106', '2017-11-23 10:47:07'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 106', '2017-11-23 10:48:33'),
('10', 'CERRO SESION ', '2017-11-23 10:49:27'),
('30', 'INGRESO AL SISTEMA', '2017-11-23 10:51:31'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 10:55:57'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 10:55:57'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 10:57:07'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 10:57:07'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:07:14'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:07:14'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:08:03'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:08:03'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:09:25'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:09:25'),
('30', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 107', '2017-11-23 11:09:41'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:10:38'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:10:38'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:11:30'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:11:30'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:12:40'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 107', '2017-11-23 11:12:40'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 02:00PM-10:00PM', '2017-11-23 11:14:24'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 02:00PM-10:00PM', '2017-11-23 11:15:15'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:15:40'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:15:53'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:16:10'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:16:28'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:16:42'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:16:55'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:17:17'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 107', '2017-11-23 11:17:31'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 107', '2017-11-23 11:17:57'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 107', '2017-11-23 11:18:50'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 107', '2017-11-23 11:19:15'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 107', '2017-11-23 11:20:53'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 107', '2017-11-23 11:21:29'),
('30', 'CERRO SESION ', '2017-11-23 11:23:21'),
('18', 'INGRESO AL SISTEMA', '2017-11-23 11:23:47'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:25:27'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:25:27'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:26:42'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:26:42'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:27:44'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:27:44'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:28:29'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:28:29'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:29:25'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:29:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:30:32'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:30:32'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:31:54'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:31:54'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:32:44'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:32:44'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:35:24'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 108', '2017-11-23 11:35:24'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:36:54'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:37:40'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:38:36'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:39:12'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:40:50'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:43:05'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:43:43'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:44:24'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1943 DEL TURNO 10:00PM-06:00AM', '2017-11-23 11:45:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:46:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:46:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:47:22'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:50:59'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 108', '2017-11-23 11:51:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:51:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:51:50'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:52:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:52:13'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:52:27'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 108', '2017-11-23 11:52:43'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 108', '2017-11-23 11:52:57'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 108', '2017-11-23 11:53:23'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 108', '2017-11-23 11:54:29'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 108', '2017-11-23 11:54:57'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 108', '2017-11-23 11:55:48'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 108', '2017-11-23 11:56:02'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 108', '2017-11-23 11:56:13'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 108', '2017-11-23 11:56:33'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 108', '2017-11-23 11:57:10'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 108', '2017-11-23 11:57:31'),
('18', 'CERRO SESION ', '2017-11-23 11:57:49'),
('8', 'INGRESO AL SISTEMA', '2017-11-23 11:58:09'),
('8', 'CERRO SESION ', '2017-11-23 12:03:46'),
('18', 'INGRESO AL SISTEMA', '2017-11-24 02:19:32'),
('18', 'CERRO SESION ', '2017-11-24 02:19:39'),
('8', 'INGRESO AL SISTEMA', '2017-11-24 13:45:16'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1949', '2017-11-24 13:46:31'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1949 DEL TURNO 3', '2017-11-24 13:48:46'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1949 DEL TURNO 4', '2017-11-24 13:49:18'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1949 DEL TURNO 5', '2017-11-24 13:50:09'),
('8', 'CERRO SESION ', '2017-11-24 13:50:27'),
('10', 'INGRESO AL SISTEMA', '2017-11-24 13:51:03'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:52:23'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:52:23'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:53:16'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:53:16'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:54:33'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:54:33'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:55:36'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:55:36'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:56:33'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:56:33'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:57:38'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 109', '2017-11-24 13:57:38'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 06:00AM-02:00PM', '2017-11-24 14:02:35'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 06:00AM-02:00PM', '2017-11-24 14:03:36'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:04:04'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:04:14'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:04:30'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:04:42'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:05:09'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 109', '2017-11-24 14:05:24'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 109', '2017-11-24 14:05:50'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 109', '2017-11-24 14:06:13'),
('10', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 109', '2017-11-24 14:06:22'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 109', '2017-11-24 14:07:11'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 109', '2017-11-24 14:07:34'),
('10', 'CERRO SESION ', '2017-11-24 14:13:38'),
('30', 'INGRESO AL SISTEMA', '2017-11-24 14:14:02'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:19:44'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:19:44'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:36:37'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:36:37'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:37:52'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:37:52'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:43:55'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:43:55'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:44:59'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:44:59'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:46:12'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 110', '2017-11-24 14:46:12'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:48:30'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:49:28'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:50:32'),
('30', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 110', '2017-11-24 14:50:37'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:51:16'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:52:14'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 02:00PM-10:00PM', '2017-11-24 14:53:50'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:54:32'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:54:49'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:55:03'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:55:20'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:55:49'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:56:10'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:56:38'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 14:56:52'),
('30', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 110', '2017-11-24 15:00:41'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 15:00:55'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 15:01:10'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 15:01:33'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 15:01:56'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 110', '2017-11-24 15:02:16'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 110', '2017-11-24 15:03:08'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 110', '2017-11-24 15:10:14'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 110', '2017-11-24 15:12:30'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 110', '2017-11-24 15:13:18'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 110', '2017-11-24 15:17:06'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 110', '2017-11-24 15:18:20'),
('30', 'CERRO SESION ', '2017-11-24 15:18:49'),
('18', 'INGRESO AL SISTEMA', '2017-11-24 15:19:09'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:20:48'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:20:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:21:34'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:21:34'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:22:31'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:22:31'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:23:20'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:23:20'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:25:53'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:25:53');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:27:13'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:27:13'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:29:09'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 111', '2017-11-24 15:29:09'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:30:44'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:31:39'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:35:43'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:36:42'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:37:38'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1949 DEL TURNO 10:00PM-06:00AM', '2017-11-24 15:38:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:38:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:39:31'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:39:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:39:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:40:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:40:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:40:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:40:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:41:05'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:41:15'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:41:27'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:41:39'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:42:08'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:42:12'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:42:15'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:42:22'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:42:29'),
('18', 'ACTUALIZO REGISTRO DE UNA CARGA DEL REPORTE CON ID 111', '2017-11-24 15:43:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:43:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:43:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:43:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:44:00'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:44:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:44:23'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:44:43'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 111', '2017-11-24 15:44:56'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:45:21'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:45:45'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:46:08'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:46:32'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:46:56'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 111', '2017-11-24 15:47:15'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 111', '2017-11-24 15:49:43'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 111', '2017-11-24 15:50:02'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 111', '2017-11-24 15:50:57'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 111', '2017-11-24 15:51:15'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 111', '2017-11-24 15:51:30'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 111', '2017-11-24 15:51:43'),
('18', 'CERRO SESION ', '2017-11-24 15:52:10'),
('8', 'INGRESO AL SISTEMA', '2017-11-24 15:52:33'),
('8', 'CERRO SESION ', '2017-11-24 16:02:22'),
('15', 'INGRESO AL SISTEMA', '2017-11-27 08:47:08'),
('15', 'CERRO SESION ', '2017-11-27 08:49:25'),
('15', 'INGRESO AL SISTEMA', '2017-11-27 11:23:54'),
('15', 'CERRO SESION ', '2017-11-27 11:59:19'),
('15', 'INGRESO AL SISTEMA', '2017-11-27 16:43:27'),
('15', 'CERRO SESION ', '2017-11-27 18:03:26'),
('8', 'INGRESO AL SISTEMA', '2017-11-28 14:32:41'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1957', '2017-11-28 14:34:50'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1957 DEL TURNO 3', '2017-11-28 14:35:39'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1957 DEL TURNO 4', '2017-11-28 14:36:10'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 112', '2017-11-28 14:36:15'),
('8', 'INGRESO AL SISTEMA', '2017-11-28 14:37:07'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1957 DEL TURNO 5', '2017-11-28 14:39:19'),
('8', 'CERRO SESION ', '2017-11-28 14:40:54'),
('10', 'INGRESO AL SISTEMA', '2017-11-28 14:45:11'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:51:36'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:51:36'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:52:38'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:52:38'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:53:42'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:53:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:54:56'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 112', '2017-11-28 14:54:56'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 06:00AM-02:00PM', '2017-11-28 15:22:14'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 06:00AM-02:00PM', '2017-11-28 15:23:45'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 06:00AM-02:00PM', '2017-11-28 15:24:48'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 06:00AM-02:00PM', '2017-11-28 15:25:58'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:26:15'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:26:28'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:26:54'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:27:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:27:16'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:27:38'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:27:51'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 112', '2017-11-28 15:28:07'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 112', '2017-11-28 15:28:51'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 112', '2017-11-28 15:29:12'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 112', '2017-11-28 15:29:46'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 112', '2017-11-28 15:33:15'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 112', '2017-11-28 15:33:56'),
('10', 'CERRO SESION ', '2017-11-28 15:35:44'),
('30', 'INGRESO AL SISTEMA', '2017-11-28 15:37:12'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:38:21'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:38:21'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:39:12'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:39:12'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:40:02'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:40:02'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:40:54'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 113', '2017-11-28 15:40:54'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 02:00PM-10:00PM', '2017-11-28 15:41:40'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 02:00PM-10:00PM', '2017-11-28 15:42:21'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 02:00PM-10:00PM', '2017-11-28 15:43:04'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 02:00PM-10:00PM', '2017-11-28 15:43:49'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 113', '2017-11-28 15:44:26'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 113', '2017-11-28 15:44:52'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:45:35'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:46:02'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:46:16'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:46:27'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:46:45'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:46:57'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 113', '2017-11-28 15:47:12'),
('30', 'ELIMINO UN REGISTRO DE UNA CARGA DEL REPORTE CON ID 113', '2017-11-28 15:47:37'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 113', '2017-11-28 15:48:34'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 113', '2017-11-28 15:49:05'),
('30', 'CERRO SESION ', '2017-11-28 15:49:43'),
('8', 'INGRESO AL SISTEMA', '2017-11-28 15:49:59'),
('8', 'ELIMINO EL REPORTE DIARIO NO. 1-1957 DEL TURNO Nocturno', '2017-11-28 15:50:12'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 113', '2017-11-28 15:50:22'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1957 DEL TURNO 5', '2017-11-28 15:51:00'),
('8', 'CERRO SESION ', '2017-11-28 15:51:09'),
('18', 'INGRESO AL SISTEMA', '2017-11-28 15:51:25'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:52:47'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:52:47'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:54:05'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:54:05'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:55:24'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 115', '2017-11-28 15:55:24'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 10:00PM-06:00AM', '2017-11-28 15:56:23'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 10:00PM-06:00AM', '2017-11-28 15:57:19'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 10:00PM-06:00AM', '2017-11-28 15:59:47'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 10:00PM-06:00AM', '2017-11-28 16:00:55'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1957 DEL TURNO 10:00PM-06:00AM', '2017-11-28 16:01:47'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:02:07'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:02:21'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:02:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:02:59'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:03:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:03:38'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:03:54'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:04:06'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:04:18'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 115', '2017-11-28 16:04:37'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 115', '2017-11-28 16:05:03'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 115', '2017-11-28 16:05:39'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 115', '2017-11-28 16:06:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 115', '2017-11-28 16:06:29'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID AL RPT CON ID 115', '2017-11-28 16:06:58'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 115', '2017-11-28 16:07:13'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 115', '2017-11-28 16:07:39'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 115', '2017-11-28 16:09:18'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 115', '2017-11-28 16:09:53'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 115', '2017-11-28 16:10:22'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 115', '2017-11-28 16:11:47'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 115', '2017-11-28 16:12:42'),
('18', 'CERRO SESION ', '2017-11-28 16:15:44'),
('8', 'INGRESO AL SISTEMA', '2017-11-28 16:16:36'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 112', '2017-11-28 16:26:21'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 113', '2017-11-28 16:26:29'),
('8', 'CAMBIO EL ESTADO AL REPORTE CON ID 115', '2017-11-28 16:26:34'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1960', '2017-11-28 16:43:32'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1960 DEL TURNO 3', '2017-11-28 16:44:50'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1960 DEL TURNO 4', '2017-11-28 16:45:28'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1960 DEL TURNO 5', '2017-11-28 16:46:06'),
('8', 'CERRO SESION ', '2017-11-28 16:46:11'),
('10', 'INGRESO AL SISTEMA', '2017-11-28 16:47:43'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:49:09'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:49:09'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:50:06'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:50:06'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:51:06'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:51:06'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:52:10'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 116', '2017-11-28 16:52:10'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 06:00AM-02:00PM', '2017-11-28 16:53:51'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 06:00AM-02:00PM', '2017-11-28 16:54:29'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 06:00AM-02:00PM', '2017-11-28 16:54:59'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 116', '2017-11-28 16:55:18'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 116', '2017-11-28 16:55:30'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 116', '2017-11-28 16:55:45'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 116', '2017-11-28 16:55:56'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 116', '2017-11-28 16:56:34'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 116', '2017-11-28 17:01:55'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 116', '2017-11-28 17:02:30'),
('10', 'CERRO SESION ', '2017-11-28 17:02:39'),
('30', 'INGRESO AL SISTEMA', '2017-11-28 17:03:03'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:05:22'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:05:22'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:07:19'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:07:19'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:09:08'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:09:08'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:11:05'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-28 17:11:05'),
('30', 'CERRO SESION ', '2017-11-28 17:12:07'),
('30', 'INGRESO AL SISTEMA', '2017-11-29 11:38:11'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:39:13'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:39:13'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:40:10'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:40:10'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:41:07'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:41:08'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:42:13'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:42:13'),
('30', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 117', '2017-11-29 11:42:51'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:43:45'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:43:45'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:44:48'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 117', '2017-11-29 11:44:49'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 02:00PM-10:00PM', '2017-11-29 11:45:45'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 02:00PM-10:00PM', '2017-11-29 11:47:05'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:47:31'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:47:48'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:48:25'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:48:44'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:48:53'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:49:04'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:49:51'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 117', '2017-11-29 11:50:03'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 117', '2017-11-29 11:50:40'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 117', '2017-11-29 11:51:03'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 117', '2017-11-29 11:51:22'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 117', '2017-11-29 11:52:20'),
('30', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 117', '2017-11-29 11:53:06'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 117', '2017-11-29 11:53:26'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 117', '2017-11-29 11:53:50'),
('30', 'CERRO SESION ', '2017-11-29 11:54:10'),
('18', 'INGRESO AL SISTEMA', '2017-11-29 11:54:27'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:55:33'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:55:34'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:56:17'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:56:17'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:57:02'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 118', '2017-11-29 11:57:02'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 10:00PM-06:00AM', '2017-11-29 11:57:51'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 10:00PM-06:00AM', '2017-11-29 11:58:29'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 10:00PM-06:00AM', '2017-11-29 11:59:54'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1960 DEL TURNO 10:00PM-06:00AM', '2017-11-29 13:14:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:15:08'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:15:25'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:15:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:16:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:16:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 118', '2017-11-29 13:17:17'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 118', '2017-11-29 13:17:46'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 118', '2017-11-29 13:18:29'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 118', '2017-11-29 13:19:20'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 118', '2017-11-29 13:20:14'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 118', '2017-11-29 13:20:28'),
('18', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 118', '2017-11-29 13:20:42'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 118', '2017-11-29 13:22:46'),
('18', 'CERRO SESION ', '2017-11-29 13:23:19'),
('8', 'INGRESO AL SISTEMA', '2017-11-29 13:24:16'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1965', '2017-11-29 13:39:41'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1965 DEL TURNO 3', '2017-11-29 13:40:48'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1965 DEL TURNO 4', '2017-11-29 13:41:21'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1965 DEL TURNO 5', '2017-11-29 13:41:42'),
('8', 'CERRO SESION ', '2017-11-29 13:41:59'),
('10', 'INGRESO AL SISTEMA', '2017-11-29 13:42:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:44:42'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:44:42'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:45:34'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:45:34'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:47:55'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 119', '2017-11-29 13:47:55'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 06:00AM-02:00PM', '2017-11-29 13:51:26'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 06:00AM-02:00PM', '2017-11-29 13:52:14'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 119', '2017-11-29 13:52:36'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 119', '2017-11-29 13:52:48'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 119', '2017-11-29 13:53:06'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 119', '2017-11-29 13:53:22'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 119', '2017-11-29 13:53:44'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 119', '2017-11-29 13:54:13'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 119', '2017-11-29 14:00:32'),
('10', 'CERRO SESION ', '2017-11-29 14:00:47'),
('18', 'INGRESO AL SISTEMA', '2017-11-29 15:14:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:35:32'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:35:32'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:36:21'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:36:21'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:37:04'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:37:04'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:37:53'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:37:53'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:38:53'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:38:53'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:39:43'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:39:44'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:40:40'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:40:40'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:41:29'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:41:29'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:43:17'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:43:17'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:48:57'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:48:57'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:48:59'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:48:59'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:52:39'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:52:39'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:54:09'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:54:09'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:55:16'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:55:16'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:59:41'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 121', '2017-11-29 15:59:41'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 10:00PM-06:00AM', '2017-11-29 16:01:04'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 10:00PM-06:00AM', '2017-11-29 16:01:39'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 10:00PM-06:00AM', '2017-11-29 16:01:41'),
('18', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 121', '2017-11-29 16:01:48'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:02:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:02:29'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:02:41'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:02:56'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:03:08'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:03:20'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:03:33'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:03:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:04:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:04:17'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:04:32'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 121', '2017-11-29 16:04:57'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 121', '2017-11-29 16:05:19'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 121', '2017-11-29 16:05:36'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 121', '2017-11-29 16:05:55'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 121', '2017-11-29 16:06:18'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 121', '2017-11-29 16:06:39'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 121', '2017-11-29 16:07:27'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 121', '2017-11-29 16:07:52'),
('18', 'CERRO SESION ', '2017-11-29 16:08:16'),
('10', 'INGRESO AL SISTEMA', '2017-11-29 16:08:40'),
('10', 'CERRO SESION ', '2017-11-29 16:10:19'),
('8', 'INGRESO AL SISTEMA', '2017-11-29 16:11:01'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 119', '2017-11-29 16:14:00'),
('8', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 120', '2017-11-29 16:14:49'),
('8', 'CERRO SESION ', '2017-11-29 16:15:26'),
('30', 'INGRESO AL SISTEMA', '2017-11-29 17:02:34'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:03:51'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:03:51'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:04:42'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:04:42'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:06:36'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:06:36'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:07:24'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:07:25'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:08:13'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:08:13'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:08:16'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:08:16'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:09:14'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:09:14'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:10:22'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:10:22'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:11:07'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:11:07'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:11:59'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 120', '2017-11-29 17:11:59'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 02:00PM-10:00PM', '2017-11-29 17:15:23'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 02:00PM-10:00PM', '2017-11-29 17:16:15'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 02:00PM-10:00PM', '2017-11-29 17:17:06'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1965 DEL TURNO 02:00PM-10:00PM', '2017-11-29 17:17:42'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:19:08'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:19:17'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:19:36'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:25:57'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:26:21'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:26:31'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:26:45'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 120', '2017-11-29 17:26:56'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 120', '2017-11-29 17:27:54'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 120', '2017-11-29 17:28:17'),
('30', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 120', '2017-11-29 17:29:48'),
('30', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 120', '2017-11-29 17:30:02'),
('30', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 120', '2017-11-29 17:30:26'),
('30', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 3 AL RPT CON ID 120', '2017-11-29 17:31:36'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 120', '2017-11-29 17:32:07'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 120', '2017-11-29 17:32:32'),
('8', 'INGRESO AL SISTEMA', '2017-11-30 11:33:33'),
('8', 'CERRO SESION ', '2017-11-30 11:42:23'),
('8', 'INGRESO AL SISTEMA', '2017-11-30 11:42:46'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1970', '2017-11-30 11:43:31'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1970 DEL TURNO 3', '2017-11-30 11:44:21'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1970 DEL TURNO 4', '2017-11-30 11:44:41'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1970 DEL TURNO 5', '2017-11-30 11:45:16'),
('8', '<NAME> ', '2017-11-30 11:45:44'),
('30', 'INGRESO AL SISTEMA', '2017-11-30 11:45:58'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:48:06'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:48:06'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:49:24'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:49:24'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:50:16'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 11:50:16'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 12:01:17'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 12:01:17'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:20:09'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:20:09'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:20:10'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:20:10'),
('30', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 122', '2017-11-30 13:20:23'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:21:22'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:21:22'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:23:08'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:23:08'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:26:22'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:26:22'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:27:20'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:27:20'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:28:12'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:28:12'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:28:54'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:28:54'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:29:57'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:29:57'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:31:14'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:31:14'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:32:36'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:32:36'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:33:29'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 122', '2017-11-30 13:33:29'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 06:00AM-02:00PM', '2017-11-30 13:57:41'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 14:01:22'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 14:01:33'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 14:01:47'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 14:01:57'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 15:26:38'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 122', '2017-11-30 15:26:54'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 122', '2017-11-30 15:27:19'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 122', '2017-11-30 15:27:36'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 122', '2017-11-30 15:48:26'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 122', '2017-11-30 15:48:50'),
('30', 'CERRO SESION ', '2017-11-30 15:49:18'),
('18', 'INGRESO AL SISTEMA', '2017-11-30 15:49:50'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:51:50'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:51:50'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:52:34'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:52:34'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:52:36'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:52:36'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 123', '2017-11-30 15:52:43'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:53:50'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:53:50'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:55:49'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:55:49'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:56:51'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:56:51'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:57:46'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:57:46'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:57:52'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:57:52'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:01'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:01'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:51'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:51'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:53'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 15:59:53'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 123', '2017-11-30 16:00:18'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:01:04'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:01:04'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:02:07'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:02:08'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:02:56'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:02:56'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:04:07'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 123', '2017-11-30 16:04:07'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 123', '2017-11-30 16:05:28'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 123', '2017-11-30 16:05:47'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 02:00PM-10:00PM', '2017-11-30 16:08:17'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 02:00PM-10:00PM', '2017-11-30 16:08:46'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 02:00PM-10:00PM', '2017-11-30 16:09:32'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 02:00PM-10:00PM', '2017-11-30 16:10:07'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:10:30'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:10:45'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:11:02'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:11:16'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:11:28'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:11:36'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:11:49'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:12:14'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:12:26'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 123', '2017-11-30 16:12:44'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 123', '2017-11-30 16:13:03'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 123', '2017-11-30 16:13:22'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 123', '2017-11-30 16:14:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 123', '2017-11-30 16:14:22'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 123', '2017-11-30 16:15:17'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 123', '2017-11-30 16:15:49'),
('18', 'CERRO SESION ', '2017-11-30 16:16:27'),
('10', 'INGRESO AL SISTEMA', '2017-11-30 16:16:53'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:35:53'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:35:53'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:36:49'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:36:49'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 124', '2017-11-30 16:36:58'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:39:50'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:39:50'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:40:55'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:40:55'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:41:59'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:41:59'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:42:58'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:42:58'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:43:43'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:43:43'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:44:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:44:32'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:45:25'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 124', '2017-11-30 16:45:25'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:47:57'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:48:32'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:49:16'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:50:08'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:51:05'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1970 DEL TURNO 10:00PM-06:00AM', '2017-11-30 16:51:32'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:51:57'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:52:10'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:52:23'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:52:34'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:52:57'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:53:08'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:53:23'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 124', '2017-11-30 16:53:40'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 124', '2017-11-30 16:54:02'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 124', '2017-11-30 16:54:23'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 124', '2017-11-30 16:54:44'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 124', '2017-11-30 16:58:33'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 124', '2017-11-30 16:59:15'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 124', '2017-11-30 16:59:30'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 124', '2017-11-30 16:59:40'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 124', '2017-11-30 17:00:24'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 124', '2017-11-30 17:00:50'),
('10', 'ELIMINO UN REGISTRO DE INSUMO DEL RPT CON ID 124', '2017-11-30 17:01:15'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 124', '2017-11-30 17:01:26'),
('10', 'CERRO SESION ', '2017-11-30 17:02:10'),
('8', 'INGRESO AL SISTEMA', '2017-11-30 17:02:27'),
('8', 'CERRO SESION ', '2017-11-30 17:08:14'),
('8', 'INGRESO AL SISTEMA', '2017-11-30 17:21:29'),
('8', 'INGRESO AL SISTEMA', '2017-12-01 10:59:54'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1976', '2017-12-01 11:01:01'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1976 DEL TURNO 3', '2017-12-01 11:01:57'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1976 DEL TURNO 4', '2017-12-01 11:02:25'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1976 DEL TURNO 5', '2017-12-01 11:03:01'),
('8', 'CERRO SESION ', '2017-12-01 11:03:47'),
('30', 'INGRESO AL SISTEMA', '2017-12-01 11:04:00'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:04:53'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:04:53'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:05:30'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:05:30'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:06:07'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:06:07'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:06:49'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:06:49'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:07:35'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:07:35'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:08:15'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:08:15'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:09:06'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:09:06'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:09:52'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:09:52'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:10:38'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:10:38'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:12:27'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:12:28'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:13:19'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:13:19'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:14:11'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:14:11'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:15:10'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:15:10'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:17:05'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 125', '2017-12-01 11:17:05'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 06:00AM-02:00PM', '2017-12-01 11:18:12'),
('30', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 06:00AM-02:00PM', '2017-12-01 11:18:48'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:25:04'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:25:16'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:25:56'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:26:08'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:26:18'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:26:27'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:26:40'),
('30', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 125', '2017-12-01 11:26:54'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 125', '2017-12-01 11:27:11'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 125', '2017-12-01 11:27:29'),
('30', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 125', '2017-12-01 11:27:50'),
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 125', '2017-12-01 11:30:49');
INSERT INTO `log` (`IdUser`, `Accion`, `Fecha`) VALUES
('30', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 125', '2017-12-01 11:31:10'),
('30', 'CERRO SESION ', '2017-12-01 11:33:17'),
('18', 'INGRESO AL SISTEMA', '2017-12-01 11:33:41'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 13:51:29'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 13:51:29'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 13:52:38'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 13:52:38'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:24:15'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:24:15'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:25:00'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:25:00'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 126', '2017-12-01 14:25:09'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:33:30'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:33:30'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:34:48'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:34:48'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:35:45'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:35:45'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:36:31'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:36:31'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:36:32'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:36:32'),
('18', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 126', '2017-12-01 14:36:46'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:37:35'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:37:36'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:38:22'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:38:22'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:39:51'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:39:51'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:42:05'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:42:05'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:44:37'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:44:37'),
('18', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:47:13'),
('18', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 126', '2017-12-01 14:47:13'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:48:48'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:49:54'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:50:30'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:51:03'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:51:54'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:52:39'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:53:27'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:54:58'),
('15', 'INGRESO AL SISTEMA', '2017-12-01 14:55:15'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 125', '2017-12-01 14:55:41'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:55:59'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:56:43'),
('18', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 02:00PM-10:00PM', '2017-12-01 14:56:44'),
('18', 'ELIMINO UN TIEMPO MUERTO DEL REPORTE CON ID NO. 126', '2017-12-01 14:56:52'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:57:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:57:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:57:46'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:57:57'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:58:09'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:58:24'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:58:34'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:58:44'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:58:53'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:59:04'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:59:19'),
('18', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 126', '2017-12-01 14:59:30'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 14:59:49'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 15:00:04'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 15:00:22'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 15:00:42'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 15:01:07'),
('18', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 126', '2017-12-01 15:01:30'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 126', '2017-12-01 15:02:08'),
('18', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 126', '2017-12-01 15:02:26'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 126', '2017-12-01 15:05:07'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 127', '2017-12-01 15:05:49'),
('15', 'CERRO SESION ', '2017-12-01 15:06:40'),
('10', 'INGRESO AL SISTEMA', '2017-12-01 16:16:44'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:17:31'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:17:31'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:18:10'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:18:10'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:18:49'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:18:49'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:19:34'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:19:34'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 127', '2017-12-01 16:32:29'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:33:17'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:33:17'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:34:04'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:34:04'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:34:39'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:34:39'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:35:35'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:35:35'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:36:32'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:36:32'),
('10', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:40:16'),
('10', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 127', '2017-12-01 16:40:16'),
('10', 'ELIMINO UN REGISTRO DE PRODUCCION DEL RPT CON ID 127', '2017-12-01 16:45:02'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 10:00PM-06:00AM', '2017-12-01 16:46:05'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 10:00PM-06:00AM', '2017-12-01 16:46:42'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 10:00PM-06:00AM', '2017-12-01 16:47:39'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 10:00PM-06:00AM', '2017-12-01 16:48:15'),
('10', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-1976 DEL TURNO 10:00PM-06:00AM', '2017-12-01 16:49:12'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 127', '2017-12-01 16:49:35'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 127', '2017-12-01 16:49:47'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 127', '2017-12-01 16:50:05'),
('10', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 127', '2017-12-01 16:50:17'),
('10', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 127', '2017-12-01 16:50:37'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 2 AL RPT CON ID 127', '2017-12-01 16:50:59'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 4 AL RPT CON ID 127', '2017-12-01 16:51:14'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 5 AL RPT CON ID 127', '2017-12-01 16:51:26'),
('10', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 6 AL RPT CON ID 127', '2017-12-01 16:51:39'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 127', '2017-12-01 16:52:03'),
('10', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 127', '2017-12-01 16:52:19'),
('10', 'CERRO SESION ', '2017-12-01 16:52:44'),
('8', 'INGRESO AL SISTEMA', '2017-12-01 16:52:55'),
('8', 'CERRO SESION ', '2017-12-01 16:59:50'),
('8', 'INGRESO AL SISTEMA', '2017-12-01 17:00:04'),
('8', 'INSERTO ORDEN DE PRODUCCION NUMERO 1981', '2017-12-01 17:00:35'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1981 DEL TURNO 3', '2017-12-01 17:01:14'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1981 DEL TURNO 4', '2017-12-01 17:01:38'),
('8', 'AGREGO EL CONSECUTIVO NO. 1-1981 DEL TURNO 5', '2017-12-01 17:02:39'),
('8', 'CERRO SESION ', '2017-12-01 17:02:51'),
('30', 'INGRESO AL SISTEMA', '2017-12-01 17:03:10'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 128', '2017-12-01 17:03:56'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 128', '2017-12-01 17:03:56'),
('30', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 128', '2017-12-01 17:04:46'),
('30', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 128', '2017-12-01 17:04:46'),
('30', 'CERRO SESION ', '2017-12-01 17:04:51'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 08:34:31'),
('15', 'CERRO SESION ', '2017-12-04 08:35:30'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 08:43:58'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 08:44:33'),
('16', 'CERRO SESION ', '2017-12-04 08:46:47'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 08:46:52'),
('15', 'CERRO SESION ', '2017-12-04 08:57:42'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 08:58:19'),
('16', 'CERRO SESION ', '2017-12-04 10:00:41'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 10:00:45'),
('15', 'CERRO SESION ', '2017-12-04 10:03:09'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 10:03:19'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 9', '2017-12-04 10:23:10'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 128', '2017-12-04 10:58:12'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 129', '2017-12-04 10:58:18'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 130', '2017-12-04 10:58:22'),
('16', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 128', '2017-12-04 10:58:26'),
('16', 'CERRO SESION ', '2017-12-04 10:58:48'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 10:58:49'),
('15', 'CERRO SESION ', '2017-12-04 10:59:20'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 10:59:23'),
('15', 'CERRO SESION ', '2017-12-04 11:00:15'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 11:00:25'),
('16', 'CERRO SESION ', '2017-12-04 11:09:45'),
('8', 'CERRO SESION ', '2017-12-04 18:27:37'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 18:27:43'),
('15', 'CERRO SESION ', '2017-12-04 18:31:26'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 18:31:33'),
('28', 'CERRO SESION ', '2017-12-04 18:31:43'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 18:31:49'),
('28', 'CERRO SESION ', '2017-12-04 18:36:31'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 18:36:46'),
('28', 'CERRO SESION ', '2017-12-04 18:50:16'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 18:50:44'),
('16', 'CERRO SESION ', '2017-12-04 19:02:59'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 19:03:03'),
('28', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 5', '2017-12-04 19:11:29'),
('28', 'CERRO SESION ', '2017-12-04 19:11:48'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 19:11:54'),
('16', 'CERRO SESION ', '2017-12-04 19:12:16'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 19:12:21'),
('28', 'CERRO SESION ', '2017-12-04 19:14:01'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 19:14:04'),
('15', 'CERRO SESION ', '2017-12-04 19:14:08'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 19:14:18'),
('16', 'CERRO SESION ', '2017-12-04 19:15:04'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 19:15:06'),
('15', 'CERRO SESION ', '2017-12-04 19:19:38'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 19:19:45'),
('16', 'CERRO SESION ', '2017-12-04 19:50:10'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 19:50:12'),
('15', 'CERRO SESION ', '2017-12-04 21:11:25'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 21:11:30'),
('16', 'CERRO SESION ', '2017-12-04 21:29:31'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 21:29:34'),
('28', 'CERRO SESION ', '2017-12-04 21:29:42'),
('28', 'INGRESO AL SISTEMA', '2017-12-04 21:29:51'),
('28', 'CERRO SESION ', '2017-12-04 21:32:50'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 21:32:52'),
('15', 'INSERTO ORDEN DE PRODUCCION NUMERO 9632', '2017-12-04 21:39:58'),
('15', 'AGREGO EL CONSECUTIVO NO. 1-9632 DEL TURNO 3', '2017-12-04 21:40:28'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 131', '2017-12-04 21:40:35'),
('15', 'CAMBIO EL ESTADO AL REPORTE CON ID 131', '2017-12-04 21:40:39'),
('15', 'CERRO SESION ', '2017-12-04 21:42:09'),
('13', 'INGRESO AL SISTEMA', '2017-12-04 21:42:13'),
('13', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 131', '2017-12-04 21:43:52'),
('13', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 131', '2017-12-04 21:43:52'),
('13', 'AGREGO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 131', '2017-12-04 21:44:21'),
('13', 'ACTUALIZO INFORMACION DE PRODUCCION DEL RPT DIARIO CON ID 131', '2017-12-04 21:44:21'),
('13', 'AGREGO NUEVO TIEMPO MUERTO AL CONSECUTIVO 1-9632 DEL TURNO 06:00AM-02:00PM', '2017-12-04 21:45:49'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:04'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:07'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:08'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:10'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:13'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:48'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:51'),
('13', 'AGREGO UNA NUEVA CARGA AL REPORTE CON ID 131', '2017-12-04 21:46:56'),
('13', 'AGREGO UN NUEVO REGISTRO DE HORA MOLIENDA AL REPORTE CON ID 131', '2017-12-04 21:49:02'),
('13', 'AGREGO UN REGISTRO DE PASTA DEL TANQUE CON ID 1 AL RPT CON ID 131', '2017-12-04 21:49:16'),
('13', 'AGREGO UN REGISTRO DE INSUMO AL RPT CON ID 131', '2017-12-04 21:49:26'),
('13', 'CERRO SESION ', '2017-12-04 21:49:36'),
('15', 'INGRESO AL SISTEMA', '2017-12-04 21:49:44'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 131', '2017-12-04 21:49:56'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-9632', '2017-12-04 21:54:01'),
('15', 'GENERO UN REPORTE DE CONTROL PISO DEL CONSECUTIVO 1-9632', '2017-12-04 21:54:19'),
('15', 'GENERO UN REPORTE DEL REPORTE DIARIO CON ID 131', '2017-12-04 21:54:47'),
('15', 'CERRO SESION ', '2017-12-04 21:55:01'),
('16', 'INGRESO AL SISTEMA', '2017-12-04 21:55:12');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `maquinas`
--
CREATE TABLE `maquinas` (
`idMaquina` int(11) NOT NULL,
`maquina` varchar(30) NOT NULL,
`comentario` varchar(300) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `maquinas`
--
INSERT INTO `maquinas` (`idMaquina`, `maquina`, `comentario`) VALUES
(1, 'Maquina 1', 'Yankee 1'),
(2, 'Maquina 2', 'Yankee 2');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `metas`
--
CREATE TABLE `metas` (
`IdMeta` int(11) NOT NULL,
`Consecutivo` varchar(255) DEFAULT NULL,
`FechaMeta` date DEFAULT NULL,
`Eco24/1` varchar(255) DEFAULT NULL,
`Eco6/4` varchar(255) DEFAULT NULL,
`Cholin_8/6` varchar(255) DEFAULT NULL,
`Cholin_900` varchar(255) DEFAULT NULL,
`Generico_Eco_1000` varchar(255) DEFAULT NULL,
`Generico_Eco_900` varchar(255) DEFAULT NULL,
`Cholin_HD_32/1` varchar(255) DEFAULT NULL,
`BolsonServilleta` varchar(255) DEFAULT NULL,
`Cholin_HD_Gen32/1` varchar(255) DEFAULT NULL,
`Estado` bit(1) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `mp_insumos`
--
CREATE TABLE `mp_insumos` (
`IdMpInsumos` int(11) NOT NULL,
`IdReporteDiario` int(11) DEFAULT NULL,
`Descripcion` varchar(255) DEFAULT NULL,
`Dia` varchar(255) DEFAULT NULL,
`Noche` varchar(255) DEFAULT NULL,
`Cantidad_PTA_Agua_Dia` varchar(255) DEFAULT NULL,
`Cantidad_PTA_Agua_Noche` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `mp_insumos`
--
INSERT INTO `mp_insumos` (`IdMpInsumos`, `IdReporteDiario`, `Descripcion`, `Dia`, `Noche`, `Cantidad_PTA_Agua_Dia`, `Cantidad_PTA_Agua_Noche`) VALUES
(1, 2, '17', '50', '0', '10', '0'),
(2, 8, '34', '5', '0', '50', '0'),
(5, 14, '34', '14', '0', '14', '0'),
(6, 14, '31', '4', '0', '4', '0'),
(7, 17, '34', '5', '0', '5', '0'),
(8, 17, '31', '7', '0', '7', '0'),
(9, 15, '31', '1kg', '', '', ''),
(10, 18, '31', '4kg', '', '', ''),
(11, 18, '66', '', '', '0.kg', ''),
(12, 16, '34', '0', '4', '0', '4'),
(13, 20, '66', '25', '0', '25', '0'),
(14, 20, '31', '6', '0', '6', '0'),
(15, 21, '66', '', '', '25kg', ''),
(16, 21, '34', '', '', '2kg', ''),
(17, 21, '31', '3kg', '', '', ''),
(18, 23, '66', '50', '0', '50', '0'),
(19, 23, '34', '6', '0', '6', '0'),
(20, 23, '31', '16', '0', '16', '0'),
(21, 24, '34', '', '', '5kg', ''),
(22, 24, '66', '', '', '25kg', ''),
(23, 24, '31', '11kg', '', '', ''),
(24, 27, '66', '', '', '25kg', ''),
(25, 27, '34', '', '', '4', ''),
(26, 27, '31', '11', '', '', ''),
(27, 26, '34', '4', '0', '4', '0'),
(28, 26, '66', '50', '0', '50', '0'),
(29, 26, '31', '17', '0', '17', '0'),
(30, 32, '34', '0', '0', '5', '0'),
(31, 32, '66', '0', '0', '25', '0'),
(32, 32, '31', '9', '0', '0', '0'),
(33, 33, '31', '17', '17', '', ''),
(34, 33, '66', '', '', '50', '50'),
(35, 33, '34', '6', '6', '6', '6'),
(36, 34, '66', '0', '50', '0', '50'),
(37, 34, '34', '0', '5', '0', '5'),
(38, 35, '34', '0', '0', '5', '0'),
(39, 35, '66', '0', '0', '25', '0'),
(40, 35, '31', '9', '0', '0', '0'),
(41, 36, '31', '11', '', '', ''),
(42, 36, '34', '11', '', '', ''),
(43, 36, '66', '11', '', '25', ''),
(44, 38, '34', '0', '0', '6', '0'),
(45, 38, '66', '0', '0', '50', '0'),
(46, 39, '34', '', 'mixto', '20', ''),
(48, 39, '66', '', 'mixto', '50', ''),
(49, 41, '34', '0', '0', '1', '0'),
(50, 41, '66', '0', '0', '25', '0'),
(51, 41, '31', '3', '0', '0', '0'),
(52, 44, '34', '0', '0', '16', '0'),
(53, 44, '66', '0', '0', '50', '0'),
(54, 44, '31', '9.5', '0', '0', '0'),
(55, 49, '66', '0', '0', '0', '25'),
(56, 49, '34', '0', '0', '0', '15'),
(57, 49, '31', '0', '10', '0', '0'),
(58, 55, '66', '50', '0', '00', '0'),
(59, 55, '34', '9', '0', '16', '0'),
(60, 55, '31', '12.5', '0', '0', '0'),
(61, 62, '66', '0', '0', '50', '0'),
(62, 62, '34', '0', '0', '8', '0'),
(63, 62, '31', '9', '0', '0', '0'),
(64, 66, '34', '12', '0', '0', '0'),
(65, 66, '34', '0', '0', '4', '0'),
(66, 66, '66', '0', '0', '25', '0'),
(68, 67, '66', '', '24', '', '50'),
(69, 71, '34', '0', '13.5', '0', '0'),
(70, 71, '34', '0', '0', '0', '11.5'),
(71, 71, '66', '0', '0', '0', '85'),
(72, 74, '34', '0', '0', '0', '5'),
(73, 74, '66', '0', '0', '0', '25'),
(74, 88, '34', '13.5', '0', '0', '0'),
(75, 88, '66', '0', '0', '25', '0'),
(76, 102, '66', '', '', '50', ''),
(77, 102, '34', '', '', '18', ''),
(79, 101, '34', '0', '1.5', '0', '0'),
(80, 99, '34', '6', '0', '0', '0'),
(81, 99, '66', '50', '0', '0', '0'),
(82, 106, '34', '21', '0', '0', '0'),
(83, 106, '66', '50', '0', '0', '0'),
(84, 107, '34', '20', '0', '', ''),
(85, 107, '66', '50', '0', '0', '0'),
(86, 108, '34', '0', '0', '0', '20'),
(87, 108, '66', '0', '0', '0', '50'),
(88, 109, '34', '17', '0', '0', '0'),
(89, 109, '66', '25', '0', '0', '0'),
(90, 110, '34', '20', '0', '0', '0'),
(91, 110, '66', '50', '0', '0', '0'),
(92, 111, '34', '0', '16.5', '0', '0'),
(93, 111, '66', '0', '50', '0', '0'),
(94, 112, '34', '16', '0', '0', '0'),
(95, 112, '66', '25', '0', '0', '0'),
(96, 113, '34', '28', '0', '0', '0'),
(97, 113, '66', '50', '0', '0', '0'),
(98, 115, '34', '0', '8.5', '0', '0'),
(99, 115, '66', '0', '25', '0', '0'),
(100, 116, '34', '4', '0', '0', '0'),
(101, 116, '66', '50', '0', '0', '0'),
(103, 117, '34', '26', '0', '0', '0'),
(104, 117, '66', '50', '0', '0', '0'),
(105, 118, '34', '0', '7', '0', '0'),
(106, 119, '34', '8', '0', '0', '0'),
(107, 119, '66', '25', '0', '0', '0'),
(108, 121, '34', '0', '13.5', '0', '0'),
(109, 121, '66', '0', '25', '0', '0'),
(110, 120, '34', '0', '7', '0', '0'),
(111, 120, '66', '0', '50', '0', '0'),
(112, 122, '34', '18', '0', '0', '0'),
(113, 122, '66', '25', '0', '0', '0'),
(114, 123, '34', '0', '17', '0', '17'),
(115, 123, '66', '0', '25', '0', '25'),
(117, 124, '66', '0', '25', '0', '0'),
(118, 124, '34', '0', '13', '0', '0'),
(119, 125, '34', '0', '0', '28', '0'),
(120, 125, '66', '0', '0', '50', '0'),
(121, 126, '34', '0', '26', '0', '0'),
(122, 126, '66', '0', '50', '0', '0'),
(123, 127, '34', '0', '0', '0', '16'),
(124, 127, '66', '0', '0', '0', '25'),
(125, 131, '31', '545', '0', '66', '0');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `orden_produccion`
--
CREATE TABLE `orden_produccion` (
`IdOrden` int(100) UNSIGNED NOT NULL,
`NoOrden` varchar(50) NOT NULL,
`Usuario` varchar(50) NOT NULL,
`FechaInicio` date DEFAULT NULL,
`FechaFin` date DEFAULT NULL,
`Estado` int(1) DEFAULT NULL,
`comentarios` varchar(300) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `orden_produccion`
--
INSERT INTO `orden_produccion` (`IdOrden`, `NoOrden`, `Usuario`, `FechaInicio`, `FechaFin`, `Estado`, `comentarios`) VALUES
(53, '1690', '8', '2017-08-07', '2017-08-13', 2, 'produccion jumbo roll 2da semana de Agosto.'),
(54, '1702', '8', '2017-08-21', '2017-08-27', 2, 'jumbo roll'),
(56, '1708', '15', '2017-08-28', '2017-09-03', 2, 'op jumbo roll'),
(57, '1727', '8', '2017-09-11', '2017-09-17', 0, 'orden 1727 jumbo roll'),
(58, '1725', '8', '2017-09-11', '2017-09-17', 2, 'jumbo Roll'),
(60, '1741', '8', '2017-09-25', '2017-09-30', 2, 'op jumbo roll 1741'),
(61, '1751', '8', '2017-10-02', '2017-09-08', 0, 'jumbo roll'),
(62, '1747', '8', '2017-10-02', '2017-10-08', 2, 'jumbo roll'),
(63, '1755', '8', '2017-10-09', '2017-10-15', 2, 'JUMBO ROLL'),
(64, '1762', '8', '2017-10-10', '2017-10-11', 2, 'higienico'),
(65, '1767', '8', '2017-10-11', '2017-10-12', 2, 'higienico'),
(66, '1800', '8', '2017-10-18', '2017-10-19', 2, 'jumbo roll'),
(67, '1805', '8', '2017-10-19', '2017-10-20', 2, 'jumbo roll'),
(68, '1815', '8', '2017-10-25', '2017-10-26', 2, 'jumbo roll'),
(69, '1820', '8', '2017-10-26', '2017-10-27', 2, 'higienico'),
(70, '4853', '8', '2017-10-31', '2017-11-01', 2, 'jumbo roll'),
(71, '1859', '8', '2017-11-01', '2017-11-02', 2, 'jumbo'),
(72, '1862', '8', '2017-11-02', '2017-11-03', 2, 'jumbo roll'),
(73, '1866', '8', '2017-11-03', '2017-11-04', 2, 'jumbo roll'),
(74, '1884', '8', '2017-11-08', '2017-11-09', 2, 'jumbo'),
(75, '1889', '8', '2017-11-09', '2017-11-10', 2, 'jumbo'),
(76, '1893', '8', '2017-11-10', '2017-11-11', 2, 'jumbo roll'),
(77, '1914', '8', '2017-11-17', '2017-11-18', 2, 'jumbo roll'),
(79, '1918', '8', '2017-11-18', '2017-11-19', 2, 'jumbo roll'),
(80, '1921', '8', '2017-11-19', '2017-11-20', 2, 'jumbo roll'),
(81, '1928', '8', '2017-11-20', '2017-11-21', 2, 'jumbo roll'),
(82, '1935', '8', '2017-11-21', '2017-11-22', 2, 'jumbo roll'),
(83, '1943', '8', '2017-11-22', '2017-11-23', 2, 'jumbo roll'),
(84, '1949', '8', '2017-11-23', '2017-11-24', 2, 'jumbo roll'),
(85, '1957', '8', '2017-11-25', '2017-11-26', 2, 'jumbo roll'),
(86, '1960', '8', '2017-11-26', '2017-11-27', 2, 'jumbo roll'),
(87, '1965', '8', '2017-11-27', '2017-11-28', 2, 'jumbo roll'),
(88, '1970', '8', '2017-11-28', '2017-11-29', 2, 'jumbo roll'),
(89, '1976', '8', '2017-11-29', '2017-11-30', 2, 'jumbo roll'),
(90, '1981', '8', '2017-11-30', '2017-12-01', 2, 'jumbo roll'),
(91, '9632', '15', '2017-12-04', '2017-12-10', 1, 'Prueba');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `pasta`
--
CREATE TABLE `pasta` (
`IdPasta` int(11) NOT NULL,
`IdReporteDiario` int(11) DEFAULT NULL,
`Tanque` int(11) DEFAULT NULL,
`Dia` varchar(255) DEFAULT NULL,
`Noche` varchar(255) DEFAULT NULL,
`Consumo` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `pasta`
--
INSERT INTO `pasta` (`IdPasta`, `IdReporteDiario`, `Tanque`, `Dia`, `Noche`, `Consumo`) VALUES
(1, 2, 1, '6000', '0', '700'),
(2, 2, 2, '9600', '0', '0'),
(3, 8, 1, '7000', '0', '0'),
(4, 8, 2, '8000', '0', '00'),
(5, 14, 0, '0', '0', '0'),
(6, 14, 2, '9860', '0', '0'),
(7, 14, 3, '0', '0', '0'),
(8, 14, 4, '9860', '0', '0'),
(9, 14, 5, '9860', '0', '0'),
(10, 14, 6, '9860', '0', '0'),
(11, 16, 2, '0', '9860', '0'),
(12, 16, 4, '0', '9860', '0'),
(13, 16, 5, '0', '9860', '0'),
(14, 16, 6, '0', '9860', '0'),
(15, 33, 4, '9860', '9860', '0'),
(16, 33, 5, '9860', '9860', '0'),
(17, 33, 6, '9860', '9860', '0'),
(18, 34, 4, '0', '9860', '0'),
(19, 34, 5, '0', '9860', '0'),
(20, 34, 6, '0', '9860', '0'),
(22, 36, 1, '6765', 'mixto', '0'),
(23, 36, 2, '9860', 'mixto', '0'),
(27, 36, 5, '6765', 'mixto', '0'),
(28, 36, 5, '6765', 'mixto', '0'),
(29, 39, 1, '', '6765', '0'),
(30, 39, 2, '', '6765', '0'),
(31, 39, 4, '', '8366', '0'),
(32, 39, 5, '', '9800', '0'),
(33, 49, 1, '0', '0', '0'),
(34, 49, 2, '0', '9860', '0'),
(35, 49, 3, '0', '0', '0'),
(36, 49, 4, '0', '9860', '0'),
(37, 49, 5, '0', '9860', '0'),
(38, 49, 6, '0', '9860', '0'),
(39, 55, 2, '5000', '0', '0'),
(40, 55, 4, '0', '0', '0'),
(41, 55, 5, '6000', '0', '0'),
(42, 55, 6, '8000', '0', '0'),
(43, 67, 2, '', '5000', '0'),
(44, 67, 4, '', '9800', '0'),
(45, 67, 5, '', '9800', '0'),
(46, 67, 6, '', '9800', '0'),
(47, 101, 2, '0', '9372', '0'),
(48, 101, 3, '0', '9372', '0'),
(49, 101, 4, '0', '9860', '0'),
(50, 101, 5, '0', '9860', '0'),
(51, 101, 6, '0', '9860', '0'),
(52, 108, 1, '0', '9372', '0'),
(53, 108, 2, '0', '9860', '0'),
(54, 108, 3, '0', '7300', '0'),
(55, 108, 4, '0', '9860', '0'),
(56, 111, 2, '0', '4600', '0'),
(57, 111, 4, '0', '9860', '0'),
(58, 111, 5, '0', '9860', '0'),
(59, 111, 6, '0', '9860', '0'),
(60, 115, 0, '0', '9860', '0'),
(61, 115, 2, '0', '9860', '0'),
(62, 115, 3, '0', '7300', '0'),
(63, 115, 4, '0', '9860', '0'),
(64, 115, 5, '0', '9860', '0'),
(65, 115, 6, '0', '9860', '0'),
(66, 118, 2, '0', '9800', '0'),
(67, 118, 4, '0', '9800', '0'),
(68, 118, 5, '0', '9800', '0'),
(69, 118, 6, '0', '9800', '0'),
(70, 120, 2, '', '9800', '0'),
(71, 120, 4, '0', '9800', '0'),
(72, 120, 5, '0', '9800', '0'),
(73, 120, 3, '0', '9800', '0'),
(74, 124, 2, '0', '9000', '0'),
(75, 124, 4, '0', '9800', '0'),
(76, 124, 5, '0', '9800', '0'),
(77, 124, 6, '0', '9800', '0'),
(78, 127, 2, '0', '9800', '0'),
(79, 127, 4, '0', '9800', '0'),
(80, 127, 5, '0', '9800', '0'),
(81, 127, 6, '0', '9800', '0'),
(82, 131, 1, '44', '0', '0');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `pasta_procesada`
--
CREATE TABLE `pasta_procesada` (
`idPastaProc` int(10) UNSIGNED NOT NULL,
`descripcion` varchar(20) NOT NULL,
`codigo` varchar(20) DEFAULT NULL,
`noTanque` int(11) NOT NULL,
`undMedida` varchar(5) NOT NULL,
`pstTanqueFinal` decimal(10,2) DEFAULT NULL,
`consecutivo` varchar(10) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `pasta_procesada`
--
INSERT INTO `pasta_procesada` (`idPastaProc`, `descripcion`, `codigo`, `noTanque`, `undMedida`, `pstTanqueFinal`, `consecutivo`) VALUES
(2, 'fibra', '78', 1, 'kg', '98.60', '1-5657'),
(3, 'PASTA', '', 1, 'KG', '950.00', '1-1708'),
(4, 'fibra', '45', 1, 'gls', '4500.00', '1-4545'),
(7, 'fibra', '', 2, 'kg', '900.00', '1-1928'),
(6, 'fibra', '', 3, 'kg', '900.00', '1-1928'),
(8, 'fibra', '', 4, 'kg', '950.00', '1-1928'),
(12, 'fibra', '', 5, 'kg', '950.00', '1-1928'),
(11, 'fibra', '', 6, 'kg', '950.00', '1-1928'),
(13, 'fibra', '', 1, 'kg', '700.00', '1-1943'),
(14, 'fibra', '', 2, 'kg', '950.00', '1-1943'),
(15, 'fibra', '', 3, 'kg', '700.00', '1-1943'),
(16, 'fibra', '', 4, 'kg', '950.00', '1-1943'),
(17, 'fibra', '0', 2, 'kg', '440.00', '1-1949'),
(18, 'fibra', '0', 4, 'kg', '950.00', '1-1949'),
(19, 'fibra', '0', 5, 'kg', '950.00', '1-1949'),
(20, 'fibra', '0', 6, 'kg', '950.00', '1-1949'),
(21, 'fibra', '', 2, 'kg', '950.00', '1-1957'),
(22, 'fibra', '0', 4, 'kg', '950.00', '1-1957'),
(23, 'fibra', '0', 5, 'kg', '950.00', '1-1957'),
(25, 'fibra', '0', 3, 'kg', '700.00', '1-1957'),
(26, 'fibra', '0', 6, 'kg', '950.00', '1-1957'),
(27, 'fibra', '0', 2, 'kg', '950.00', '1-1960'),
(30, 'fibra', '0', 5, 'kg', '950.00', '1-1960'),
(29, 'fibra', '0', 4, 'kg', '950.00', '1-1960'),
(31, 'fibra', '0', 6, 'kg', '950.00', '1-1960'),
(32, 'fibra', '0', 2, 'kg', '950.00', '1-1965'),
(33, 'fibra', '0', 4, 'kg', '950.00', '1-1965'),
(34, 'fibra', '0', 5, 'kg', '950.00', '1-1965'),
(35, 'fibra', '0', 6, 'kg', '560.00', '1-1965'),
(36, 'fibra', '0', 2, 'kg', '870.00', '1-1970'),
(37, 'fibra', '0', 4, 'kg', '950.00', '1-1970'),
(38, 'fibra', '0', 5, 'kg', '950.00', '1-1970'),
(39, 'fibra', '0', 6, 'kg', '950.00', '1-1970'),
(40, 'fibra', '0', 2, 'kg', '950.00', '1-1976'),
(41, 'fibra', '0', 4, 'kg', '950.00', '1-1976'),
(42, 'fibra', '0', 5, 'kg', '950.00', '1-1976'),
(44, 'fibra', '0', 6, 'kg', '950.00', '1-1976'),
(45, '45', '55', 1, 'kg', '45.30', '1-9632');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `planes`
--
CREATE TABLE `planes` (
`IdPlan` int(11) NOT NULL,
`Fecha` date DEFAULT NULL,
`Comentario` varchar(255) DEFAULT NULL,
`Estado` bit(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `planes`
--
INSERT INTO `planes` (`IdPlan`, `Fecha`, `Comentario`, `Estado`) VALUES
(10, '2017-07-24', 'orden jumbo roll 1674 24-30/jul', b'0'),
(11, '2017-08-07', 'op 1690', b'1'),
(12, '2017-08-21', 'op jumbo roll 1702', b'0');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `produccion`
--
CREATE TABLE `produccion` (
`IdProduccion` int(11) NOT NULL,
`IdReporteDiario` int(11) NOT NULL,
`NoOrden` varchar(255) NOT NULL,
`Operador` int(11) DEFAULT NULL,
`Maquina` varchar(255) DEFAULT NULL,
`HoraInicio` time DEFAULT NULL,
`HoraFin` time DEFAULT NULL,
`VelocMaquina` varchar(255) DEFAULT NULL,
`Peso` varchar(255) DEFAULT NULL,
`Diametro` varchar(255) DEFAULT NULL,
`PesoBase` varchar(255) DEFAULT NULL,
`Merma` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `produccion`
--
INSERT INTO `produccion` (`IdProduccion`, `IdReporteDiario`, `NoOrden`, `Operador`, `Maquina`, `HoraInicio`, `HoraFin`, `VelocMaquina`, `Peso`, `Diametro`, `PesoBase`, `Merma`) VALUES
(1, 2, '1-5657', 14, '2', '06:05:00', '08:00:00', '0', '332', '100', '20', '70'),
(2, 2, '1-5657', 14, '1', '08:05:00', '10:00:00', '0', '100', '110', '80', '80'),
(3, 2, '1-5657', 14, '1', '12:01:00', '12:01:00', '0', '56', '56', '56', '80'),
(5, 6, '1-1702', 22, '1', '06:00:00', '07:53:00', '0', '361.5', '95', '20.37', '0'),
(6, 6, '1-1702', 21, '2', '06:00:00', '07:40:00', '0', '389', '103', '20.83', '0'),
(7, 6, '1-1702', 21, '2', '07:40:00', '09:08:00', '0', '281.5', '80', '20.54', '0'),
(8, 6, '1-1702', 22, '1', '07:53:00', '09:58:00', '0', '410', '102', '20.8', '0'),
(9, 6, '1-1702', 21, '2', '09:08:00', '10:57:00', '0', '414', '99', '21.37', '0'),
(10, 6, '1-1702', 21, '2', '10:53:00', '12:25:00', '0', '390', '95', '21.13', '0'),
(11, 6, '1-1702', 21, '2', '12:25:00', '01:55:00', '0', '354.5', '85', '21.23', '70'),
(12, 6, '1-1702', 21, '2', '12:25:00', '01:55:00', '0', '354.5', '85', '21.23', '70'),
(13, 6, '1-1702', 22, '1', '11:48:00', '01:52:00', '0', '427.5', '101', '20.1', '45'),
(14, 8, '1-1708', 14, '2', '06:00:00', '07:00:00', '0', '200', '50', '20', '60'),
(16, 8, '1-1708', 20, '1', '06:00:00', '06:40:00', '0', '180', '45', '21', '0'),
(17, 8, '1-1708', 20, '1', '06:00:00', '07:26:00', '0', '189', '70', '16', '0'),
(18, 9, '1-1725', 22, '1', '06:22:00', '09:55:00', '0', '415.5', '100', '23.6', '0'),
(20, 9, '1-1725', 22, '1', '09:55:00', '12:22:00', '0', '341', '91', '19.8', '0'),
(21, 9, '1-1725', 22, '1', '12:22:00', '01:50:00', '0', '300.5', '84', '26.5', '65'),
(22, 9, '1-1725', 21, '2', '08:00:00', '08:23:00', '0', '487', '110', '24', '0'),
(23, 9, '1-1725', 21, '2', '08:23:00', '09:47:00', '0', '264', '97', '26.88', '0'),
(24, 9, '1-1725', 21, '2', '09:47:00', '12:25:00', '0', '324.5', '90', '21.3', '0'),
(25, 9, '1-1725', 21, '2', '12:25:00', '01:53:00', '0', '286', '90', '25', '65'),
(26, 13, '1-4545', 14, '1', '02:00:00', '04:00:00', '0', '351', '91', '20.2', '170'),
(27, 13, '1-4545', 14, '1', '04:00:00', '06:00:00', '0', '370', '98', '20.6', '170'),
(28, 13, '1-4545', 20, '2', '02:00:00', '04:00:00', '0', '272.5', '80', '20.8', '90'),
(29, 14, '1-1741', 23, '1', '06:00:00', '07:56:00', '22.00', '380.5', '95', '21.41', '60'),
(30, 14, '1-1741', 23, '1', '07:56:00', '10:00:00', '22.00', '477', '101', '21.1', '0'),
(31, 14, '1-1741', 23, '1', '10:01:00', '11:30:00', '22.00', '333.5', '80', '21.5', '0'),
(32, 17, '2-1741', 23, '1', '06:00:00', '06:11:00', '21.80', '79', '40', '21.5', '0'),
(33, 17, '2-1741', 23, '1', '06:11:00', '07:08:00', '21.77', '227', '60', '21', '0'),
(34, 17, '2-1741', 23, '1', '07:08:00', '07:50:00', '21.00', '189.5', '49', '20.58', '0'),
(40, 17, '2-1741', 23, '1', '07:50:00', '08:50:00', '21.00', '250.5', '61', '20.83', '0'),
(42, 17, '2-1741', 23, '1', '08:50:00', '09:17:00', '21.00', '99.5', '25', '20.66', '0'),
(43, 17, '2-1741', 23, '1', '09:17:00', '09:47:00', '21.00', '128', '40', '20.2', '0'),
(44, 17, '2-1741', 23, '1', '09:47:00', '10:25:00', '21.00', '148.5', '37', '20.66', '0'),
(45, 17, '2-1741', 23, '1', '10:25:00', '11:12:00', '21.00', '120.5', '30', '21', '0'),
(46, 17, '2-1741', 23, '1', '11:12:00', '11:52:00', '21.00', '125.5', '43', '19.25', '0'),
(48, 17, '2-1741', 23, '1', '11:52:00', '12:53:00', '21.00', '217', '50', '20.44', '0'),
(49, 17, '2-1741', 23, '1', '12:53:00', '01:46:00', '21.00', '190', '49', '19.72', '176'),
(50, 17, '2-1741', 23, '1', '12:52:00', '01:45:00', '21.00', '190', '49', '19.72', '176'),
(51, 15, '1-1741', 22, '1', '08:40:00', '09:50:00', '0', '265.5', '0', '23', '0'),
(52, 18, '2-1741', 22, '1', '02:00:00', '02:30:00', '0', '171', '59', '20.8', '0'),
(53, 18, '2-1741', 22, '1', '02:30:00', '02:50:00', '0', '89.5', '44', '20.8', '0'),
(54, 18, '2-1741', 22, '1', '02:50:00', '03:20:00', '0', '115.5', '0', '19.3', '0'),
(55, 18, '2-1741', 22, '1', '03:20:00', '03:45:00', '0', '82.5', '41', '20.3', '0'),
(56, 18, '2-1741', 22, '1', '03:45:00', '04:05:00', '0', '85.5', '41', '19.3', '0'),
(57, 18, '2-1741', 22, '1', '04:05:00', '04:25:00', '0', '82.5', '42', '21.5', '0'),
(58, 20, '3-1741', 23, '1', '06:00:00', '07:03:00', '20.0', '144', '30', '22.5', '0'),
(59, 20, '3-1741', 23, '1', '07:03:00', '07:50:00', '20.0', '160', '50', '21.3', '0'),
(60, 20, '3-1741', 23, '1', '07:50:00', '08:16:00', '20.0', '87', '39', '20.83', '0'),
(62, 20, '3-1741', 23, '1', '08:16:00', '09:05:00', '20.0', '137.5', '49', '21.5', '109.5'),
(63, 20, '3-1741', 27, '2', '08:14:00', '09:26:00', '18.0', '78.5', '30', '22.08', '100.5'),
(64, 21, '3-1741', 22, '1', '08:25:00', '09:40:00', '0', '248.5', '84', '21.6', '0'),
(65, 21, '3-1741', 21, '2', '08:20:00', '09:45:00', '0', '248.5', '82', '20.4', '0'),
(66, 23, '4-1741', 23, '1', '06:00:00', '07:27:00', '15.00', '203.5', '76', '21.08', '0'),
(67, 23, '4-1741', 27, '2', '06:00:00', '07:34:00', '16.00', '308', '87', '21.63', '0'),
(68, 23, '4-1741', 23, '1', '07:27:00', '09:26:00', '21.00', '403.5', '103', '21.56', '0'),
(69, 23, '4-1741', 27, '2', '07:34:00', '09:10:00', '16.00', '270', '80', '21.45', '0'),
(70, 23, '4-1741', 23, '1', '09:26:00', '10:43:00', '23.00', '372.5', '100', '21.16', '0'),
(71, 23, '4-1741', 27, '2', '09:10:00', '10:50:00', '16.00', '295.5', '79', '21.08', '0'),
(72, 23, '4-1741', 23, '1', '10:43:00', '11:56:00', '23.00', '323.5', '89', '21.5', '0'),
(73, 23, '4-1741', 27, '2', '10:50:00', '12:04:00', '16.00', '189.5', '60', '21.29', '0'),
(74, 23, '4-1741', 27, '2', '12:04:00', '12:26:00', '16.00', '65', '29', '21.25', '0'),
(75, 23, '4-1741', 23, '1', '11:56:00', '01:42:00', '23.00', '477', '105', '20.96', '123.5'),
(76, 23, '4-1741', 27, '2', '12:26:00', '01:55:00', '16.00', '252.5', '70', '21.49', '150'),
(77, 24, '4-1741', 22, '1', '02:00:00', '03:30:00', '0', '475.5', '102', '22.8', '0'),
(78, 24, '4-1741', 22, '1', '03:30:00', '04:45:00', '0', '321', '83', '20.8', '0'),
(79, 24, '4-1741', 21, '2', '02:00:00', '03:40:00', '0', '373.5', '95', '21.6', '0'),
(80, 24, '4-1741', 21, '2', '03:40:00', '04:45:00', '0', '229', '76', '20.2', '0'),
(81, 24, '4-1741', 21, '2', '04:45:00', '05:40:00', '0', '204.5', '72', '21.5', '0'),
(82, 24, '4-1741', 22, '1', '04:45:00', '07:05:00', '0', '419.5', '98', '21.4', '0'),
(83, 24, '4-1741', 21, '2', '05:40:00', '07:10:00', '0', '358', '99', '21', '0'),
(84, 24, '4-1741', 22, '1', '07:05:00', '08:05:00', '0', '264', '74', '21.2', '0'),
(85, 24, '4-1741', 22, '1', '08:05:00', '09:25:00', '0', '367', '86', '22.6', '0'),
(86, 24, '4-1741', 21, '2', '07:10:00', '08:05:00', '0', '210.5', '72', '20.6', '0'),
(87, 24, '4-1741', 21, '2', '08:05:00', '09:25:00', '0', '319', '79', '20.5', '93'),
(88, 26, '5-1741', 23, '1', '06:00:00', '06:46:00', '19.00', '88', '54', '22.3', '0'),
(89, 26, '5-1741', 27, '2', '06:00:00', '06:52:00', '16.00', '168', '60', '22.6', '0'),
(90, 26, '5-1741', 23, '1', '06:46:00', '07:36:00', '20.00', '131.5', '59', '23', '0'),
(91, 26, '5-1741', 27, '2', '06:52:00', '07:36:00', '18.00', '136', '52', '22', '0'),
(92, 26, '5-1741', 23, '1', '07:36:00', '08:45:00', '22.00', '170', '73', '20.9', '0'),
(93, 26, '5-1741', 27, '2', '07:36:00', '08:51:00', '18.00', '185.5', '80', '20.5', '0'),
(94, 26, '5-1741', 23, '1', '08:45:00', '09:57:00', '22.00', '212', '73', '19.8', '0'),
(95, 26, '5-1741', 27, '2', '08:51:00', '10:05:00', '19.00', '129.5', '58', '19.8', '0'),
(96, 26, '5-1741', 23, '1', '09:57:00', '11:24:00', '22.00', '358.5', '86', '21.1', '0'),
(97, 26, '5-1741', 27, '2', '10:05:00', '11:24:00', '18.00', '275.5', '74', '21.7', '0'),
(98, 27, '5-1741', 22, '1', '02:00:00', '02:50:00', '0', '207', '74', '19.3', '0'),
(99, 27, '5-1741', 22, '1', '02:50:00', '04:40:00', '0', '333', '94', '21.2', '0'),
(100, 27, '5-1741', 21, '2', '02:00:00', '02:50:00', '0', '167', '63', '21.5', '0'),
(101, 27, '5-1741', 21, '2', '02:50:00', '04:45:00', '0', '396', '93', '19.2', '0'),
(102, 27, '5-1741', 22, '1', '04:40:00', '05:50:00', '0', '237.5', '82', '22.2', '0'),
(103, 27, '5-1741', 21, '2', '04:45:00', '05:50:00', '0', '229', '74', '22.7', '0'),
(104, 27, '5-1741', 22, '1', '05:50:00', '07:35:00', '0', '316.5', '89', '20.8', '0'),
(105, 27, '5-1741', 21, '2', '05:50:00', '07:35:00', '0', '342', '94', '20.7', '0'),
(106, 27, '5-1741', 22, '1', '07:35:00', '08:45:00', '0', '281', '83', '20.5', '0'),
(107, 27, '5-1741', 21, '2', '07:35:00', '08:45:00', '0', '281', '79', '20', '0'),
(108, 27, '5-1741', 22, '1', '08:45:00', '09:50:00', '0', '184.5', '63', '20.5', '45'),
(109, 27, '5-1741', 21, '2', '08:45:00', '09:55:00', '0', '198.5', '68', '20.7', '52'),
(110, 26, '5-1741', 23, '1', '11:24:00', '01:00:00', '19.00', '369', '94', '22.3', '118'),
(111, 26, '5-1741', 27, '2', '11:24:00', '01:15:00', '18.00', '299', '83', '22', '0'),
(112, 26, '5-1741', 27, '2', '01:15:00', '02:04:00', '18.00', '145', '56', '22', '0'),
(113, 32, '2-1747', 22, '1', '06:00:00', '08:02:00', '0', '381', '100', '21.4', '0'),
(114, 32, '2-1747', 22, '1', '08:02:00', '10:01:00', '0', '397.5', '104', '21.37', '0'),
(115, 32, '2-1747', 21, '2', '06:00:00', '08:04:00', '0', '419.5', '96', '20.45', '0'),
(116, 32, '2-1747', 21, '2', '08:04:00', '10:03:00', '0', '391', '103', '20.70', '0'),
(117, 32, '2-1747', 22, '1', '10:01:00', '11:52:00', '0', '369', '100', '19.87', '0'),
(118, 32, '2-1747', 21, '2', '10:03:00', '11:03:00', '0', '328.5', '100', '20.33', '0'),
(119, 32, '2-1747', 22, '1', '11:52:00', '01:50:00', '0', '380.5', '100', '20.4', '50'),
(120, 32, '2-1747', 21, '2', '11:50:00', '01:50:00', '0', '383', '100', '20.2', '50'),
(127, 33, '2-1747', 20, '1', '02:00:00', '04:00:00', '0', '445', '100', '20', '30'),
(128, 33, '2-1747', 20, '1', '04:00:00', '05:35:00', '0', '351.5', '92', '20.6', '30'),
(129, 33, '2-1747', 20, '1', '05:36:00', '07:35:00', '0', '448', '99', '20.7', '30'),
(130, 33, '2-1747', 20, '1', '07:37:00', '09:30:00', '0', '398.5', '97', '19', '30'),
(131, 33, '2-1747', 14, '2', '02:00:00', '04:00:00', '0', '422', '104', '18.9', '0'),
(132, 33, '2-1747', 14, '2', '04:00:00', '05:51:00', '0', '250', '77', '20.7', '0'),
(133, 33, '2-1747', 14, '2', '05:52:00', '08:00:00', '0', '497', '102', '20.2', '0'),
(134, 33, '2-1747', 14, '2', '08:00:00', '09:50:00', '0', '406.5', '89', '19.5', '50'),
(136, 34, '2-1747', 23, '1', '10:00:00', '11:50:00', '21.00', '501.5', '110', '21.3', '0'),
(137, 34, '2-1747', 23, '1', '11:50:00', '02:00:00', '21.00', '517', '109', '21.20', '0'),
(138, 34, '2-1747', 23, '1', '02:00:00', '04:00:00', '21.00', '402', '100', '20.37', '0'),
(139, 34, '2-1747', 27, '2', '10:00:00', '11:50:00', '20.00', '424.5', '102', '22.04', '0'),
(140, 34, '2-1747', 27, '2', '11:50:00', '02:00:00', '20.00', '431', '100', '21.16', '0'),
(141, 34, '2-1747', 27, '2', '02:00:00', '04:00:00', '20.00', '335.5', '92', '22.04', '0'),
(142, 34, '2-1747', 27, '2', '04:00:00', '05:47:00', '20.00', '346.5', '95', '20.70', '52'),
(143, 34, '2-1747', 23, '1', '04:00:00', '05:50:00', '21.00', '427', '103', '21.20', '33'),
(144, 35, '3-1747', 22, '1', '06:00:00', '07:55:00', '0', '410', '105', '21.06', '0'),
(145, 35, '3-1747', 22, '1', '07:55:00', '10:00:00', '0', '436', '106', '20.74', '0'),
(146, 35, '3-1747', 21, '2', '06:00:00', '08:00:00', '0', '406.5', '104', '21.3', '0'),
(147, 35, '3-1747', 21, '2', '08:00:00', '10:00:00', '0', '470.5', '104', '20.74', '0'),
(148, 35, '3-1747', 22, '1', '10:00:00', '11:52:00', '0', '306.5', '100', '18.54', '0'),
(149, 35, '3-1747', 21, '2', '10:03:00', '11:54:00', '0', '352', '100', '19.24', '0'),
(150, 35, '3-1747', 22, '1', '11:52:00', '01:50:00', '0', '412', '101', '20.5', '45'),
(151, 35, '3-1747', 21, '2', '11:54:00', '01:50:00', '0', '353.5', '99', '20.6', '42.5'),
(152, 36, '3-1747', 20, '1', '02:00:00', '03:35:00', '0', '382', '100', '21.5', '0'),
(153, 36, '3-1747', 14, '2', '02:00:00', '03:35:00', '0', '327', '87', '19', '0'),
(154, 36, '3-1747', 20, '1', '03:35:00', '05:35:00', '0', '456', '102', '25.2', '0'),
(155, 36, '3-1747', 14, '2', '03:35:00', '05:14:00', '0', '344', '87', '24.2', '0'),
(156, 36, '3-1747', 20, '1', '05:35:00', '07:35:00', '0', '420', '98', '21', '0'),
(157, 36, '3-1747', 14, '2', '05:15:00', '07:30:00', '0', '479', '101', '20.1', '0'),
(158, 36, '3-1747', 14, '2', '07:30:00', '09:55:00', '0', '556', '114', '20.1', '50'),
(159, 36, '3-1747', 20, '1', '07:35:00', '09:55:00', '0', '193', '67', '23', '50'),
(160, 38, '4-1747', 22, '1', '06:00:00', '08:01:00', '0', '478', '103', '21.6', '0'),
(161, 38, '4-1747', 22, '1', '08:01:00', '09:59:00', '0', '420.5', '103', '21.66', '0'),
(162, 38, '4-1747', 21, '2', '06:00:00', '07:51:00', '0', '529.5', '107', '21.4', '0'),
(163, 38, '4-1747', 21, '2', '07:51:00', '09:21:00', '0', '355', '99', '22.29', '0'),
(164, 38, '4-1747', 22, '1', '09:59:00', '11:54:00', '0', '360.5', '100', '21.75', '0'),
(166, 38, '4-1747', 21, '2', '09:21:00', '11:49:00', '0', '451', '106', '21.20', '0'),
(167, 38, '4-1747', 22, '1', '11:54:00', '01:50:00', '0', '356.5', '100', '20.6', '65'),
(168, 38, '4-1747', 21, '2', '11:45:00', '01:50:00', '0', '406.5', '101', '20', '71'),
(169, 39, '4-1747', 20, '1', '02:00:00', '03:25:00', '0', '410', '91', '22.1', '0'),
(170, 39, '4-1747', 14, '2', '02:00:00', '03:15:00', '0', '262', '76', '21.2', '0'),
(172, 39, '4-1747', 20, '1', '03:25:00', '05:40:00', '0', '455', '99', '21.3', '0'),
(174, 39, '4-1747', 14, '2', '03:15:00', '05:00:00', '0', '339', '74', '21.7', '0'),
(175, 39, '4-1747', 14, '2', '05:00:00', '06:30:00', '0', '269', '74', '20.7', '0'),
(176, 39, '4-1747', 20, '1', '05:40:00', '07:40:00', '0', '404', '97', '21', '0'),
(177, 39, '4-1747', 14, '2', '06:30:00', '07:30:00', '0', '217.5', '71', '20.9', '0'),
(178, 39, '4-1747', 14, '2', '07:30:00', '09:50:00', '0', '504', '106', '20.3', '45'),
(179, 39, '4-1747', 14, '2', '07:30:00', '09:50:00', '0', '504', '106', '20.3', '45'),
(180, 39, '4-1747', 20, '1', '07:40:00', '09:50:00', '0', '436', '103', '21.4', '30'),
(181, 41, '5-1747', 22, '1', '06:00:00', '07:42:00', '0', '434', '100', '21', '0'),
(182, 41, '5-1747', 21, '2', '06:00:00', '07:47:00', '0', '378.5', '104', '21.3', '0'),
(183, 44, '6-1747', 22, '1', '06:00:00', '08:00:00', '0', '400', '104', '22.2', '0'),
(184, 44, '6-1747', 22, '1', '08:00:00', '09:59:00', '0', '398', '100', '21.25', '0'),
(185, 44, '6-1747', 22, '1', '09:59:00', '11:43:00', '0', '305.5', '99', '20.75', '0'),
(186, 44, '6-1747', 21, '2', '06:00:00', '07:57:00', '0', '492', '105', '22.5', '0'),
(187, 44, '6-1747', 21, '2', '07:57:00', '10:03:00', '0', '374', '99', '21.06', '0'),
(188, 44, '6-1747', 21, '2', '10:03:00', '11:39:00', '0', '345.5', '100', '21', '0'),
(189, 44, '6-1747', 22, '1', '11:43:00', '01:30:00', '0', '342.5', '102', '20.8', '80'),
(190, 44, '6-1747', 21, '2', '11:40:00', '01:26:00', '0', '418', '101', '20.9', '85'),
(191, 45, '6-1747', 20, '1', '02:00:00', '03:55:00', '0', '219.5', '77', '22.4', '0'),
(192, 45, '6-1747', 14, '2', '02:00:00', '03:45:00', '0', '453', '100', '20.4', '0'),
(193, 45, '6-1747', 20, '1', '03:55:00', '06:10:00', '0', '355', '93', '21.5', '0'),
(194, 49, '1-1755', 22, '1', '10:00:00', '11:58:00', '0', '408', '105', '20.9', '0'),
(195, 49, '1-1755', 21, '2', '10:00:00', '11:55:00', '0', '410.5', '95', '21.5', '0'),
(196, 49, '1-1755', 22, '1', '11:58:00', '02:00:00', '0', '363', '100', '20.9', '0'),
(197, 49, '1-1755', 21, '2', '11:55:00', '02:00:00', '0', '436', '100', '21.3', '0'),
(198, 49, '1-1755', 22, '1', '02:00:00', '04:01:00', '0', '430', '103', '21', '0'),
(199, 49, '1-1755', 21, '2', '02:00:00', '04:01:00', '0', '558.5', '104', '21.5', '0'),
(200, 49, '1-1755', 22, '1', '04:01:00', '05:35:00', '0', '280', '80', '20.87', '60'),
(201, 49, '1-1755', 21, '2', '04:01:00', '05:50:00', '0', '423', '101', '20.87', '80'),
(202, 55, '1-1767', 20, '1', '06:00:00', '08:00:00', '0', '450', '104', '21.3', '0'),
(205, 55, '1-1767', 14, '2', '08:05:00', '10:00:00', '0', '539.5', '0', '22.4', '0'),
(206, 55, '1-1767', 20, '1', '08:00:00', '10:05:00', '0', '260.5', '77', '21.3', '0'),
(208, 55, '1-1767', 14, '2', '06:00:00', '08:05:00', '0', '467', '94', '21.7', '0'),
(209, 55, '1-1767', 14, '2', '10:00:00', '12:00:00', '0', '429', '97', '20.5', '0'),
(210, 55, '1-1767', 20, '1', '10:05:00', '12:28:00', '0', '401', '102', '21.4', '0'),
(211, 55, '1-1767', 14, '2', '12:00:00', '01:55:00', '0', '403.5', '98', '20.4', '35'),
(212, 55, '1-1767', 20, '1', '12:28:00', '01:49:00', '0', '318', '89', '20.5', '60'),
(213, 62, '1-1805', 22, '1', '02:00:00', '04:00:00', '0', '453.5', '104', '21', '0'),
(214, 62, '1-1805', 22, '1', '04:00:00', '06:00:00', '0', '480.5', '105', '21.83', '0'),
(215, 62, '1-1805', 21, '2', '02:00:00', '04:00:00', '0', '373.5', '106', '22.37', '0'),
(216, 62, '1-1805', 21, '2', '04:01:00', '06:00:00', '0', '420', '106', '21.87', '0'),
(217, 62, '1-1805', 22, '1', '06:10:00', '08:00:00', '0', '495', '104', '21.74', '0'),
(218, 62, '1-1805', 21, '2', '06:00:00', '07:56:00', '0', '450.5', '106', '22.45', '0'),
(219, 62, '1-1805', 22, '1', '08:00:00', '09:50:00', '0', '409', '102', '21.66', '70'),
(220, 62, '1-1805', 21, '2', '08:07:00', '09:55:00', '0', '400.5', '103', '22', '120'),
(221, 66, '1-1820', 22, '1', '06:00:00', '08:05:00', '0', '456', '98', '21.8', '0'),
(222, 66, '1-1820', 21, '2', '06:00:00', '08:04:00', '0', '544', '106', '21.70', '0'),
(223, 66, '1-1820', 22, '1', '08:05:00', '10:03:00', '0', '372', '92', '21.83', '0'),
(224, 66, '1-1820', 21, '2', '08:04:00', '09:59:00', '0', '535', '104', '21.66', '0'),
(225, 67, '1-1820', 20, '1', '02:00:00', '04:00:00', '0', '461', '104', '21.6', '0'),
(226, 67, '1-1820', 14, '2', '02:00:00', '04:00:00', '0', '572', '120', '21.3', '0'),
(227, 67, '1-1820', 20, '1', '04:00:00', '06:00:00', '0', '377.5', '87', '20.7', '0'),
(228, 67, '1-1820', 14, '2', '04:00:00', '06:00:00', '0', '528', '109', '21', '0'),
(231, 67, '1-1820', 20, '1', '06:00:00', '08:00:00', '0', '443', '98', '21', '0'),
(232, 67, '1-1820', 14, '2', '06:00:00', '08:00:00', '0', '504', '99', '21', '0'),
(233, 67, '1-1820', 20, '1', '08:00:00', '10:00:00', '0', '388.5', '0', '19.9', '50'),
(234, 67, '1-1820', 14, '2', '08:00:00', '10:00:00', '0', '471', '0', '21.8', '50'),
(235, 71, '1-4853', 22, '1', '10:00:00', '11:07:00', '0', '239', '60', '21.79', '0'),
(236, 71, '1-4853', 22, '1', '11:07:00', '01:23:00', '0', '451.5', '99', '21.56', '0'),
(237, 71, '1-4853', 22, '1', '01:23:00', '03:56:00', '0', '527.5', '103', '21.70', '0'),
(238, 71, '1-4853', 21, '2', '08:30:00', '10:21:00', '0', '364', '100', '20.70', '0'),
(239, 71, '1-4853', 21, '2', '10:21:00', '12:24:00', '0', '554', '104', '21.53', '0'),
(240, 71, '1-4853', 21, '2', '12:24:00', '02:28:00', '0', '617.5', '113', '21.5', '0'),
(241, 71, '1-4853', 21, '2', '02:30:00', '04:17:00', '0', '570.5', '108', '21.75', '0'),
(242, 71, '1-4853', 22, '1', '03:56:00', '05:50:00', '0', '324', '96', '21.8', '85'),
(243, 71, '1-4853', 21, '2', '04:17:00', '06:00:00', '0', '338.5', '84', '21.99', '60'),
(244, 74, '1-1859', 22, '1', '10:00:00', '11:58:00', '0', '506', '100', '21.66', '0'),
(245, 74, '1-1859', 21, '2', '10:00:00', '11:59:00', '0', '592', '108', '21.41', '0'),
(246, 74, '1-1859', 22, '1', '11:58:00', '02:00:00', '0', '508.5', '101', '21.45', '0'),
(247, 74, '1-1859', 21, '2', '11:59:00', '02:00:00', '0', '558', '106', '21.5', '0'),
(248, 74, '1-1859', 22, '1', '02:00:00', '04:00:00', '0', '481', '99', '21.5', '0'),
(249, 74, '1-1859', 21, '2', '02:00:00', '04:00:00', '0', '616', '102', '21.83', '0'),
(250, 74, '1-1859', 22, '1', '04:00:00', '05:50:00', '0', '355.5', '98', '20.91', '63'),
(251, 74, '1-1859', 21, '2', '04:00:00', '05:50:00', '0', '485', '100', '21.83', '110'),
(253, 88, '1-1893', 21, '2', '02:00:00', '04:01:00', '0', '534.5', '103', '21.5', '0'),
(254, 88, '1-1893', 22, '1', '02:00:00', '04:00:00', '0', '453', '101', '21.08', '0'),
(255, 88, '1-1893', 22, '1', '04:00:00', '05:57:00', '0', '481', '99', '21.16', '0'),
(256, 88, '1-1893', 21, '2', '04:01:00', '06:03:00', '0', '559', '105', '21.5', '0'),
(257, 88, '1-1893', 22, '1', '05:57:00', '08:00:00', '0', '540.5', '101', '21.27', '0'),
(258, 88, '1-1893', 21, '2', '06:00:00', '08:00:00', '0', '460.5', '102', '21.66', '0'),
(259, 102, '1-1928', 27, '2', '02:00:00', '04:00:00', '0', '348.5', '94', '22.12', '0'),
(260, 102, '1-1928', 27, '2', '04:00:00', '06:00:00', '0', '357.5', '95', '21.54', '0'),
(261, 102, '1-1928', 27, '2', '06:00:00', '08:00:00', '0', '300.5', '88', '20.70', '0'),
(262, 102, '1-1928', 27, '2', '08:00:00', '09:55:00', '0', '337.5', '90', '20.70', '120'),
(263, 101, '1-1928', 21, '2', '10:00:00', '11:35:00', '0', '300', '62', '23.33', '20'),
(264, 99, '1-1928', 14, '2', '06:00:00', '08:40:00', '0', '443.5', '108', '19.63', '0'),
(265, 99, '1-1928', 14, '2', '08:40:00', '11:30:00', '0', '517', '107', '21.13', '20'),
(266, 99, '1-1928', 14, '2', '11:30:00', '01:57:00', '0', '406.5', '104', '19.8', '0'),
(267, 106, '1-1943', 20, '1', '06:00:00', '06:32:00', '0', '152', '59', '21.61', '0'),
(268, 106, '1-1943', 20, '1', '06:32:00', '07:07:00', '0', '108', '42', '22.02', '0'),
(269, 106, '1-1943', 20, '1', '07:07:00', '08:10:00', '0', '247', '70', '21.7', '0'),
(270, 106, '1-1943', 20, '1', '08:10:00', '08:45:00', '0', '158', '56', '21.2', '0'),
(271, 106, '1-1943', 20, '1', '08:45:00', '09:30:00', '0', '178', '58', '20.5', '0'),
(272, 106, '1-1943', 20, '1', '09:30:00', '10:30:00', '0', '218', '68', '20.4', '0'),
(273, 106, '1-1943', 20, '1', '10:30:00', '12:00:00', '0', '290.5', '77', '20.5', '0'),
(274, 106, '1-1943', 20, '1', '12:00:00', '01:00:00', '0', '256', '66', '20.4', '0'),
(275, 106, '1-1943', 20, '1', '01:00:00', '02:00:00', '0', '230', '71', '21.2', '80'),
(276, 107, '1-1943', 23, '1', '02:55:00', '02:40:00', '0', '143.5', '58', '21.16', '0'),
(277, 107, '1-1943', 23, '1', '02:40:00', '03:37:00', '0', '206.5', '67', '20.83', '0'),
(278, 107, '1-1943', 23, '1', '03:37:00', '04:18:00', '0', '158', '59', '22.83', '0'),
(280, 107, '1-1943', 23, '1', '04:18:00', '05:23:00', '0', '205.5', '70', '21.5', '0'),
(281, 107, '1-1943', 23, '1', '05:23:00', '06:28:00', '0', '206.5', '67', '20.58', '0'),
(282, 107, '1-1943', 23, '1', '06:28:00', '07:27:00', '0', '208.5', '67', '20.41', '0'),
(283, 107, '1-1943', 23, '1', '07:27:00', '08:28:00', '0', '211', '68', '20.88', '40.5'),
(284, 108, '1-1943', 22, '1', '10:00:00', '10:47:00', '0', '154', '50', '20.94', '0'),
(285, 108, '1-1943', 22, '1', '10:47:00', '01:00:00', '0', '461', '104', '20.96', '0'),
(286, 108, '1-1943', 22, '1', '01:00:00', '03:00:00', '0', '448.5', '102', '21.25', '0'),
(287, 108, '1-1943', 22, '1', '03:00:00', '04:30:00', '0', '352', '80', '21.66', '0'),
(288, 108, '1-1943', 22, '1', '04:30:00', '05:00:00', '0', '93.5', '50', '20.86', '78'),
(289, 108, '1-1943', 21, '2', '10:42:00', '01:03:00', '0', '276', '90', '24.9', '0'),
(290, 108, '1-1943', 21, '2', '01:03:00', '03:30:00', '0', '358.5', '101', '22.36', '0'),
(291, 108, '1-1943', 21, '2', '03:50:00', '05:30:00', '0', '222', '90', '21.16', '90'),
(292, 108, '1-1943', 21, '2', '10:00:00', '10:42:00', '0', '208', '75', '20.8', '0'),
(293, 109, '1-1949', 20, '1', '11:07:00', '12:08:00', '0', '110', '40', '20.3', '0'),
(294, 109, '1-1949', 20, '1', '12:08:00', '01:10:00', '0', '183.5', '66', '20.6', '0'),
(295, 109, '1-1949', 20, '1', '01:10:00', '01:58:00', '0', '242.5', '63', '20.6', '80'),
(296, 109, '1-1949', 14, '2', '11:00:00', '12:15:00', '0', '242.5', '75', '20.5', '0'),
(297, 109, '1-1949', 14, '2', '12:15:00', '01:13:00', '0', '193', '72', '20.5', '0'),
(298, 109, '1-1949', 14, '2', '01:13:00', '02:02:00', '0', '147.5', '63', '20.1', '60'),
(299, 110, '1-1949', 23, '1', '02:00:00', '03:27:00', '0', '176.5', '65', '26.25', '0'),
(300, 110, '1-1949', 23, '1', '03:27:00', '04:55:00', '0', '383', '90', '21.49', '0'),
(301, 110, '1-1949', 23, '1', '04:53:00', '05:08:00', '0', '59', '32', '22', '80'),
(302, 110, '1-1949', 27, '2', '02:00:00', '03:50:00', '0', '242.5', '81', '22.75', '0'),
(303, 110, '1-1949', 27, '2', '03:50:00', '04:33:00', '0', '123.5', '53', '21.75', '0'),
(304, 110, '1-1949', 27, '2', '04:33:00', '05:33:00', '0', '181.5', '66', '22.8', '100'),
(305, 111, '1-1949', 22, '1', '10:00:00', '11:47:00', '0', '394', '88', '21.08', '0'),
(306, 111, '1-1949', 22, '1', '11:47:00', '02:00:00', '0', '468', '99', '21.43', '0'),
(307, 111, '1-1949', 22, '1', '02:00:00', '04:10:00', '0', '488.5', '103', '21.66', '0'),
(308, 111, '1-1949', 22, '1', '04:10:00', '05:50:00', '0', '360.5', '99', '21.58', '75'),
(309, 111, '1-1949', 21, '2', '10:00:00', '12:00:00', '0', '340.5', '93', '21.9', '0'),
(310, 111, '1-1949', 21, '2', '02:00:00', '04:08:00', '0', '478.5', '101', '22.25', '0'),
(311, 111, '1-1949', 21, '2', '04:08:00', '05:50:00', '0', '357.5', '100', '21.83', '83'),
(312, 112, '1-1957', 20, '1', '06:00:00', '08:00:00', '0', '475', '98', '21.5', '0'),
(313, 112, '1-1957', 20, '1', '08:00:00', '10:00:00', '0', '445', '98', '21.5', '0'),
(314, 112, '1-1957', 20, '1', '10:00:00', '12:05:00', '0', '491.5', '102', '20.6', '0'),
(315, 112, '1-1957', 20, '1', '12:05:00', '01:55:00', '0', '412.5', '96', '22.7', '70'),
(316, 113, '1-1957', 23, '1', '02:00:00', '04:00:00', '0', '385.5', '92', '22.33', '0'),
(317, 113, '1-1957', 23, '1', '04:00:00', '06:38:00', '0', '454', '99', '21.28', '0'),
(318, 113, '1-1957', 23, '1', '06:00:00', '08:07:00', '0', '442.5', '94', '21.62', '0'),
(319, 113, '1-1957', 23, '1', '08:05:00', '09:55:00', '0', '366.5', '89', '20.91', '90'),
(320, 115, '1-1957', 22, '1', '10:00:00', '11:58:00', '0', '379', '95', '21.36', '0'),
(321, 115, '1-1957', 22, '1', '11:57:00', '02:53:00', '0', '434', '100', '21.60', '0'),
(322, 115, '1-1957', 22, '1', '02:54:00', '03:50:00', '0', '195', '50', '21.60', '45'),
(323, 116, '1-1960', 20, '1', '06:00:00', '07:15:00', '0', '144', '60', '24.15', '0'),
(324, 116, '1-1960', 20, '1', '07:13:00', '08:58:00', '0', '260', '80', '21.27', '0'),
(325, 116, '1-1960', 20, '1', '08:25:00', '10:20:00', '0', '274', '80', '20.79', '0'),
(326, 116, '1-1960', 20, '1', '10:22:00', '12:02:00', '0', '308', '80', '21.34', '0'),
(327, 117, '1-1960', 23, '1', '02:00:00', '02:48:00', '0', '164', '60', '21.06', '0'),
(328, 117, '1-1960', 23, '1', '02:47:00', '03:48:00', '0', '204', '57', '20.9', '0'),
(329, 117, '1-1960', 23, '1', '03:47:00', '04:15:00', '0', '100.5', '45', '21.2', '0'),
(330, 117, '1-1960', 23, '1', '04:15:00', '05:00:00', '0', '171', '58', '21.8', '0'),
(331, 117, '1-1960', 23, '1', '05:00:00', '05:30:00', '0', '270', '50', '23.7', '0'),
(332, 117, '1-1960', 23, '1', '05:30:00', '06:15:00', '0', '169', '61', '22.8', '0'),
(334, 117, '1-1960', 23, '1', '06:15:00', '07:33:00', '0', '258.5', '74', '22.1', '0'),
(335, 117, '1-1960', 23, '1', '07:33:00', '08:15:00', '0', '150.5', '55', '21.1', '0'),
(336, 117, '1-1960', 23, '1', '08:15:00', '09:55:00', '0', '363.5', '85', '21.4', '40'),
(337, 118, '1-1960', 22, '1', '10:00:00', '12:00:00', '0', '387', '94', '21', '0'),
(338, 118, '1-1960', 22, '1', '12:00:00', '02:00:00', '0', '360.5', '85', '20.5', '0'),
(339, 118, '1-1960', 22, '1', '02:00:00', '03:50:00', '0', '304', '77', '21.4', '50'),
(340, 119, '1-1965', 23, '1', '12:30:00', '12:50:00', '0', '121.5', '49', '21', '0'),
(341, 119, '1-1965', 23, '1', '12:50:00', '01:17:00', '0', '120.5', '48', '21.258', '0'),
(342, 119, '1-1965', 23, '1', '01:17:00', '02:00:00', '0', '159', '58', '19.75', '10'),
(343, 121, '1-1965', 22, '1', '02:00:00', '02:45:00', '0', '173.5', '0', '20.33', '0'),
(344, 121, '1-1965', 22, '1', '02:45:00', '03:28:00', '0', '161', '0', '20.38', '0'),
(345, 121, '1-1965', 22, '1', '03:27:00', '04:07:00', '0', '147.5', '0', '21.33', '0'),
(346, 121, '1-1965', 22, '1', '04:07:00', '04:42:00', '0', '109.5', '0', '20.08', '0'),
(347, 121, '1-1965', 22, '1', '04:42:00', '05:12:00', '0', '96', '0', '26.16', '0'),
(348, 121, '1-1965', 22, '1', '05:12:00', '05:37:00', '0', '100', '0', '21.83', '0'),
(349, 121, '1-1965', 22, '1', '05:38:00', '06:02:00', '0', '108', '0', '22', '0'),
(350, 121, '1-1965', 22, '1', '06:02:00', '06:30:00', '0', '118.5', '0', '21.5', '0'),
(351, 121, '1-1965', 22, '1', '06:30:00', '07:13:00', '0', '146', '0', '21.16', '50'),
(352, 121, '1-1965', 22, '1', '07:13:00', '07:43:00', '0', '130', '45', '21.16', '0'),
(353, 121, '1-1965', 22, '1', '07:13:00', '07:43:00', '0', '130', '45', '21.16', '0'),
(354, 121, '1-1965', 22, '1', '07:43:00', '08:13:00', '0', '115', '45', '20.10', '0'),
(355, 121, '1-1965', 22, '1', '08:13:00', '08:40:00', '0', '102', '46', '21.06', '0'),
(356, 121, '1-1965', 22, '1', '08:40:00', '09:10:00', '0', '127', '40', '21.66', '0'),
(357, 121, '1-1965', 22, '1', '09:10:00', '09:50:00', '0', '164', '53', '21.33', '0'),
(358, 120, '1-1965', 20, '1', '10:00:00', '10:40:00', '0', '255.5', '65', '20.5', '0'),
(359, 120, '1-1965', 20, '1', '10:40:00', '11:30:00', '0', '204', '64', '20.4', '0'),
(360, 120, '1-1965', 20, '1', '11:30:00', '12:14:00', '0', '149.5', '58', '20.5', '0'),
(361, 120, '1-1965', 20, '1', '12:15:00', '01:00:00', '0', '170', '60', '20.5', '0'),
(362, 120, '1-1965', 20, '1', '01:00:00', '02:02:00', '0', '251.5', '70', '23.1', '0'),
(363, 120, '1-1965', 20, '1', '01:00:00', '02:02:00', '0', '251.5', '70', '23.1', '0'),
(364, 120, '1-1965', 20, '1', '02:00:00', '03:00:00', '0', '158', '70', '23.1', '0'),
(365, 120, '1-1965', 20, '1', '03:00:00', '03:57:00', '0', '179', '62', '18.6', '0'),
(366, 120, '1-1965', 20, '1', '03:57:00', '04:48:00', '0', '169', '60', '21.5', '0'),
(367, 120, '1-1965', 20, '1', '04:48:00', '06:00:00', '0', '173', '62', '18.4', '80'),
(368, 122, '1-1970', 23, '1', '06:00:00', '06:38:00', '0', '141.5', '57', '22.66', '0'),
(369, 122, '1-1970', 23, '1', '06:38:00', '07:07:00', '0', '81.5', '43', '18.58', '0'),
(370, 122, '1-1970', 23, '1', '07:07:00', '07:48:00', '0', '124', '52', '23.83', '0'),
(371, 122, '1-1970', 23, '1', '07:48:00', '08:17:00', '0', '120', '50', '25.5', '0'),
(373, 122, '1-1970', 23, '1', '08:17:00', '08:47:00', '0', '98.5', '47', '18.41', '0'),
(374, 122, '1-1970', 23, '1', '08:47:00', '09:12:00', '0', '94', '43', '23.16', '0'),
(375, 122, '1-1970', 23, '1', '09:12:00', '09:38:00', '0', '97', '0', '22.91', '0'),
(376, 122, '1-1970', 23, '1', '09:38:00', '10:08:00', '0', '101', '45', '19.5', '0'),
(377, 122, '1-1970', 23, '1', '10:08:00', '10:50:00', '0', '148', '55', '18.75', '0'),
(378, 122, '1-1970', 23, '1', '10:51:00', '11:30:00', '0', '153', '57', '19.33', '0'),
(379, 122, '1-1970', 23, '1', '11:30:00', '12:28:00', '0', '104.5', '46', '22.16', '0'),
(380, 122, '1-1970', 23, '1', '12:00:00', '12:23:00', '0', '97', '43', '21.91', '0'),
(381, 122, '1-1970', 23, '1', '12:23:00', '12:50:00', '0', '100.5', '46', '21.16', '0'),
(382, 122, '1-1970', 23, '1', '12:50:00', '01:13:00', '0', '86', '42', '21.16', '0'),
(383, 122, '1-1970', 23, '1', '01:15:00', '01:58:00', '0', '150.5', '56', '19.5', '60'),
(385, 123, '1-1970', 22, '1', '02:32:00', '03:02:00', '0', '110.5', '0', '20.3', '0'),
(387, 123, '1-1970', 22, '1', '03:02:00', '03:28:00', '0', '112.5', '0', '21.3', '0'),
(388, 123, '1-1970', 22, '1', '03:28:00', '04:12:00', '0', '175.5', '0', '20.66', '0'),
(389, 123, '1-1970', 22, '1', '04:12:00', '04:52:00', '0', '163.5', '0', '22.66', '0'),
(391, 123, '1-1970', 22, '1', '04:52:00', '05:45:00', '0', '211', '0', '20.66', '0'),
(392, 123, '1-1970', 22, '1', '04:45:00', '06:18:00', '0', '126', '0', '20.10', '0'),
(393, 123, '1-1970', 22, '1', '06:18:00', '06:57:00', '0', '152', '0', '20.33', '0'),
(395, 123, '1-1970', 22, '1', '06:57:00', '07:20:00', '0', '88.5', '0', '21.33', '0'),
(396, 123, '1-1970', 22, '1', '07:20:00', '08:07:00', '0', '179.5', '59', '21.05', '0'),
(397, 123, '1-1970', 22, '1', '08:07:00', '09:05:00', '0', '237', '68', '22.05', '0'),
(398, 123, '1-1970', 22, '1', '09:05:00', '09:50:00', '0', '174.5', '60', '21.33', '45'),
(399, 124, '1-1970', 20, '1', '10:00:00', '12:00:00', '0', '420', '94', '19.7', '0'),
(401, 124, '1-1970', 20, '1', '12:00:00', '01:03:00', '0', '237', '72', '20.2', '0'),
(402, 124, '1-1970', 20, '1', '01:03:00', '02:25:00', '0', '350', '82', '20.5', '0'),
(403, 124, '1-1970', 20, '1', '02:25:00', '02:55:00', '0', '111', '49', '20.8', '0'),
(404, 124, '1-1970', 20, '1', '02:55:00', '03:33:00', '0', '146.5', '56', '20.4', '0'),
(405, 124, '1-1970', 20, '1', '03:33:00', '04:15:00', '0', '112', '50', '20.2', '0'),
(406, 124, '1-1970', 22, '1', '04:15:00', '04:57:00', '0', '148', '57', '20.5', '0'),
(407, 124, '1-1970', 20, '1', '04:57:00', '06:00:00', '0', '225', '64', '20.4', '80'),
(408, 125, '1-1976', 23, '1', '06:00:00', '06:30:00', '0', '102', '50', '22.75', '0'),
(409, 125, '1-1976', 23, '1', '06:30:00', '07:15:00', '0', '197', '64', '22.8', '0'),
(410, 125, '1-1976', 23, '1', '07:15:00', '08:45:00', '0', '143', '52', '20.91', '0'),
(411, 125, '1-1976', 23, '1', '08:45:00', '09:25:00', '0', '146', '52', '21', '0'),
(412, 125, '1-1976', 23, '1', '09:25:00', '09:43:00', '0', '79.5', '40', '22.5', '0'),
(413, 125, '1-1976', 23, '1', '09:43:00', '10:15:00', '0', '89.5', '45', '22.41', '0'),
(414, 125, '1-1976', 23, '1', '10:15:00', '10:52:00', '0', '139.5', '55', '21.6', '0'),
(415, 125, '1-1976', 23, '1', '10:50:00', '11:27:00', '0', '144.5', '53', '21.16', '0'),
(416, 125, '1-1976', 23, '1', '11:27:00', '11:58:00', '0', '138', '52', '21.83', '0'),
(417, 125, '1-1976', 23, '1', '11:58:00', '12:47:00', '0', '163.5', '57', '21.8', '0'),
(418, 125, '1-1976', 23, '1', '07:15:00', '08:20:00', '0', '219', '68', '21', '0'),
(419, 125, '1-1976', 23, '1', '12:47:00', '01:07:00', '0', '84', '40', '20.5', '0'),
(420, 125, '1-1976', 23, '1', '01:07:00', '01:30:00', '0', '87', '40', '21.5', '0'),
(421, 125, '1-1976', 23, '1', '01:30:00', '02:00:00', '0', '97.5', '45', '21.83', '60'),
(422, 126, '1-1976', 22, '1', '02:00:00', '02:51:00', '0', '167.5', '55', '22.38', '0'),
(423, 126, '1-1976', 22, '1', '02:55:00', '03:27:00', '0', '143', '52', '22.38', '0'),
(425, 126, '1-1976', 22, '1', '03:27:00', '04:05:00', '0', '155', '49', '21.33', '0'),
(426, 126, '1-1976', 20, '1', '04:05:00', '04:43:00', '0', '135', '49', '21.33', '0'),
(427, 126, '1-1976', 22, '1', '04:43:00', '05:20:00', '0', '159.5', '47', '21.33', '0'),
(428, 126, '1-1976', 22, '1', '04:43:00', '05:20:00', '0', '159.5', '47', '21.33', '0'),
(429, 126, '1-1976', 22, '1', '05:20:00', '05:55:00', '0', '134.5', '46', '19.83', '0'),
(431, 126, '1-1976', 22, '1', '05:55:00', '06:42:00', '0', '137', '39', '21.83', '0'),
(432, 126, '1-1976', 22, '1', '06:42:00', '07:20:00', '0', '157.5', '63', '21.33', '0'),
(433, 126, '1-1976', 22, '1', '06:42:00', '07:20:00', '0', '157.5', '63', '21.33', '0'),
(434, 126, '1-1976', 22, '1', '07:20:00', '08:27:00', '0', '161.5', '54', '21.91', '0'),
(435, 126, '1-1976', 22, '1', '08:27:00', '09:05:00', '0', '151.5', '54', '21.27', '0'),
(436, 126, '1-1976', 22, '1', '09:05:00', '09:50:00', '0', '164.5', '54', '21.33', '85'),
(437, 127, '1-1976', 20, '1', '10:00:00', '11:07:00', '0', '265.5', '76', '20.0', '0'),
(439, 127, '1-1976', 20, '1', '11:07:00', '11:53:00', '0', '137.5', '54', '20.1', '0'),
(440, 127, '1-1976', 20, '1', '11:53:00', '02:22:00', '0', '157.5', '59', '22.3', '0'),
(441, 127, '1-1976', 20, '1', '12:43:00', '02:22:00', '0', '147', '58', '18.7', '0'),
(442, 127, '1-1976', 20, '1', '02:22:00', '03:00:00', '0', '130', '52', '20.5', '0'),
(443, 127, '1-1976', 20, '1', '03:00:00', '03:40:00', '0', '140', '54', '21', '0'),
(445, 127, '1-1976', 20, '1', '04:43:00', '05:50:00', '0', '232.5', '70', '20.9', '80'),
(446, 127, '1-1976', 20, '1', '03:40:00', '04:43:00', '0', '236.5', '72', '21.2', '0'),
(447, 128, '1-1981', 23, '1', '02:00:00', '03:18:00', '0', '309', '79', '20.60', '0'),
(448, 128, '1-1981', 23, '1', '03:17:00', '03:48:00', '0', '126', '43', '22.83', '0'),
(449, 131, '1-9632', 14, '1', '06:20:00', '06:55:00', '0', '55', '55', '55', '5'),
(450, 131, '1-9632', 14, '2', '06:20:00', '06:55:00', '0', '55', '20.6', '66', '66');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `produccion_diaria`
--
CREATE TABLE `produccion_diaria` (
`id_produccion` int(11) NOT NULL,
`fecha` date NOT NULL,
`val1` decimal(7,2) NOT NULL,
`val2` decimal(7,2) NOT NULL,
`val3` decimal(7,2) NOT NULL,
`val4` decimal(7,2) DEFAULT NULL,
`val5` decimal(7,2) DEFAULT NULL,
`val6` decimal(7,2) DEFAULT NULL,
`val7` decimal(7,2) DEFAULT NULL,
`val8` decimal(7,2) DEFAULT NULL,
`val9` decimal(7,2) DEFAULT NULL,
`IdMeta` varchar(50) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `reportes`
--
CREATE TABLE `reportes` (
`IdReporte` int(11) NOT NULL,
`NoOrden` varchar(255) NOT NULL,
`Tipo` varchar(255) NOT NULL,
`Usuario` varchar(255) NOT NULL,
`FechaInicio` date DEFAULT NULL,
`FechaFin` date DEFAULT NULL,
`Estado` int(11) DEFAULT NULL,
`IdPlan` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `reporte_diario`
--
CREATE TABLE `reporte_diario` (
`IdReporteDiario` int(11) NOT NULL,
`Consecutivo` varchar(11) DEFAULT NULL,
`NoOrder` varchar(255) NOT NULL,
`Turno` varchar(255) DEFAULT NULL,
`FechaInicio` date DEFAULT NULL,
`FechaFinal` date DEFAULT NULL,
`Coordinador` int(11) DEFAULT NULL,
`Grupo` varchar(255) DEFAULT NULL,
`TipoPapel` varchar(255) DEFAULT NULL,
`ProduccionTotal` varchar(255) DEFAULT NULL,
`MermaTotal` varchar(255) NOT NULL,
`Estado` bit(1) DEFAULT NULL,
`cantTurnos` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `reporte_diario`
--
INSERT INTO `reporte_diario` (`IdReporteDiario`, `Consecutivo`, `NoOrder`, `Turno`, `FechaInicio`, `FechaFinal`, `Coordinador`, `Grupo`, `TipoPapel`, `ProduccionTotal`, `MermaTotal`, `Estado`, `cantTurnos`) VALUES
(1, '1-6688', '6688', '1', '2017-07-31', '2017-07-31', 10, NULL, 'higienico', NULL, '', b'1', 2),
(2, '1-5657', '5657', '1', '2017-07-28', '2017-07-28', 13, NULL, 'higienico', '488', '', b'1', 2),
(4, '1-5657', '5657', '2', '2017-08-28', '2017-08-29', 13, NULL, 'higienico', NULL, '', b'1', 2),
(5, '1-1690', '1690', '1', '2017-08-07', '2017-08-08', 18, NULL, 'higienico', NULL, '', b'1', 2),
(6, '1-1702', '1702', '1', '2017-08-21', '2017-08-27', 26, NULL, 'papel higienico', '3382.5', '', b'1', 2),
(7, '1-8989', '8989', '3', '2017-08-28', '2017-08-28', 13, NULL, 'higienico', NULL, '', b'1', 3),
(8, '1-1708', '1708', '3', '2017-08-28', '2017-08-28', 10, NULL, 'higienico', '569', '', b'1', 3),
(9, '1-1725', '1725', '3', '2017-09-11', '2017-09-11', 18, NULL, 'higienico', '2418.5', '', b'1', 3),
(10, '1-1725', '1725', '4', '2017-09-11', '2017-09-11', 10, NULL, 'higienico', NULL, '', b'1', 3),
(11, '1-1725', '1725', '5', '2017-09-11', '2017-09-12', 19, NULL, 'higienico', NULL, '', b'1', 3),
(12, '1-4545', '4545', '3', '2017-09-18', '2017-09-18', 13, NULL, 'higienico', NULL, '', b'1', 3),
(13, '1-4545', '4545', '4', '2017-09-18', '2017-09-18', 19, NULL, 'higienico', '993.5', '', b'1', 3),
(14, '1-1741', '1741', '3', '2017-09-25', '2017-09-25', 19, NULL, 'higienico', '1191', '', b'1', 3),
(15, '1-1741', '1741', '4', '2017-09-25', '2017-09-25', 18, NULL, 'higienico', '265.5', '', b'1', 3),
(16, '1-1741', '1741', '5', '2017-09-25', '2017-09-26', 10, NULL, 'higienico', NULL, '', b'1', 3),
(17, '2-1741', '1741', '3', '2017-09-26', '2017-09-26', 19, NULL, 'higienico', '1965', '', b'1', 3),
(18, '2-1741', '1741', '4', '2017-09-26', '2017-09-26', 18, NULL, 'higienico', '626.5', '', b'1', 3),
(19, '2-1741', '1741', '5', '2017-09-26', '2017-09-27', 10, NULL, 'higienico', NULL, '', b'1', 3),
(20, '3-1741', '1741', '3', '2017-09-27', '2017-09-27', 19, NULL, 'higienico', '607', '', b'1', 3),
(21, '3-1741', '1741', '4', '2017-09-27', '2017-09-27', 18, NULL, 'higienico', '497', '', b'1', 3),
(22, '3-1741', '1741', '5', '2017-09-27', '2017-09-28', 10, NULL, 'higienico', NULL, '', b'1', 3),
(23, '4-1741', '1741', '3', '2017-09-28', '2017-09-28', 19, NULL, 'higienico', '3160.5', '', b'1', 3),
(24, '4-1741', '1741', '4', '2017-09-28', '2017-09-28', 18, NULL, 'higienico', '3541.5', '', b'1', 3),
(25, '4-1741', '1741', '5', '2017-09-28', '2017-09-29', 10, NULL, 'higienico', NULL, '', b'1', 3),
(26, '5-1741', '1741', '3', '2017-09-29', '2017-09-29', 19, NULL, 'HIGIENICO', '2667.5', '', b'1', 3),
(27, '5-1741', '1741', '4', '2017-09-29', '2017-09-29', 18, NULL, 'higiénico', '3173', '', b'1', 3),
(28, '5-1741', '1741', '5', '2017-09-29', '2017-09-30', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(29, '1-1747', '1747', '3', '2017-10-02', '2017-10-02', 18, NULL, 'higienico', NULL, '', b'1', 3),
(30, '1-1747', '1747', '4', '2017-10-02', '2017-10-02', 10, NULL, 'higienico', NULL, '', b'1', 3),
(31, '1-1747', '1747', '5', '2017-10-02', '2017-10-03', 19, NULL, 'higienico', NULL, '', b'1', 3),
(32, '2-1747', '1747', '3', '2017-10-03', '2017-10-03', 18, NULL, 'higienico', '3050', '', b'1', 3),
(33, '2-1747', '1747', '4', '2017-10-03', '2017-10-03', 10, NULL, 'higienico', '3218.5', '', b'1', 3),
(34, '2-1747', '1747', '5', '2017-10-03', '2017-10-03', 19, NULL, 'higienico', '3385', '', b'1', 3),
(35, '3-1747', '1747', '3', '2017-10-04', '2017-10-04', 18, NULL, 'higienico', '3147', '', b'1', 3),
(36, '3-1747', '1747', '4', '2017-10-04', '2017-10-04', 10, NULL, 'higienico', '3157', '', b'1', 3),
(37, '3-1747', '1747', '5', '2017-10-04', '2017-10-05', 19, NULL, 'higienico', NULL, '', b'1', 3),
(38, '4-1747', '1747', '3', '2017-10-05', '2017-10-05', 18, NULL, 'higienico', '3357.5', '', b'1', 3),
(39, '4-1747', '1747', '4', '2017-10-05', '2017-10-05', 10, NULL, 'higienico', '3800.5', '', b'1', 3),
(40, '4-1747', '1747', '5', '2017-10-05', '2017-10-06', 19, NULL, 'higienico', NULL, '', b'1', 3),
(41, '5-1747', '1747', '3', '2017-10-06', '2017-10-06', 18, NULL, 'higienico', '812.5', '', b'1', 3),
(42, '5-1747', '1747', '4', '2017-10-06', '2017-10-06', 10, NULL, 'higienico', NULL, '', b'1', 3),
(43, '5-1747', '1747', '5', '2017-10-06', '2017-10-07', 19, NULL, 'higienico', NULL, '', b'1', 3),
(44, '6-1747', '1747', '3', '2017-10-07', '2017-10-07', 18, NULL, 'higienico', '3075.5', '', b'1', 3),
(45, '6-1747', '1747', '4', '2017-10-07', '2017-10-07', 10, NULL, 'Higienico', '1027.5', '', b'1', 3),
(46, '6-1747', '1747', '5', '2017-10-07', '2017-10-08', 19, NULL, 'higienico', NULL, '', b'1', 3),
(47, '1-1755', '1755', '3', '2017-10-09', '2017-10-09', 10, NULL, 'HIGHIGIENICO', NULL, '', b'1', 3),
(48, '1-1755', '1755', '4', '2017-10-09', '2017-10-09', 19, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(49, '1-1755', '1755', '5', '2017-10-09', '2017-10-10', 18, NULL, 'HIGIENICO', '3309', '', b'1', 3),
(50, '2-1755', '1755', '3', '2017-10-10', '2017-10-10', 10, NULL, 'higienico', NULL, '', b'1', 3),
(51, '2-1755', '1755', '4', '2017-10-10', '2017-10-10', 19, NULL, 'higienico', NULL, '', b'1', 3),
(52, '1-1762', '1762', '3', '2017-10-10', '2017-10-10', 10, NULL, 'higienico', NULL, '', b'1', 3),
(53, '1-1762', '1762', '4', '2017-10-10', '2017-10-10', 19, NULL, 'higienico', NULL, '', b'1', 3),
(54, '1-1762', '1762', '5', '2017-10-10', '2017-10-11', 19, NULL, 'higienico', NULL, '', b'1', 3),
(55, '1-1767', '1767', '3', '2017-10-11', '2017-10-11', 10, NULL, 'higienico', '3268.5', '', b'1', 3),
(56, '1-1767', '1767', '4', '2017-10-11', '2017-10-11', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(57, '1-1767', '1767', '5', '2017-10-11', '2017-10-12', 18, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(58, '1-1800', '1800', '3', '2017-10-18', '2017-10-18', 19, NULL, 'higienico', NULL, '', b'1', 3),
(59, '1-1800', '1800', '4', '2017-10-18', '2017-10-18', 18, NULL, 'higienico', NULL, '', b'1', 3),
(60, '1-1800', '1800', '5', '2017-10-18', '2017-10-19', 10, NULL, 'higienico', NULL, '', b'1', 3),
(61, '1-1805', '1805', '3', '2017-10-19', '2017-10-19', 19, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(62, '1-1805', '1805', '4', '2017-10-19', '2017-10-19', 18, NULL, 'HIGHIGIENICO', '3482.5', '', b'1', 3),
(63, '1-1805', '1805', '5', '2017-10-19', '2017-10-20', 10, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(64, '1-1815', '1815', '4', '2017-10-25', '2017-10-25', 10, NULL, 'higienico', NULL, '', b'1', 3),
(65, '1-1815', '1815', '5', '2017-10-25', '2017-10-25', 19, NULL, 'higienico', NULL, '', b'1', 3),
(66, '1-1820', '1820', '3', '2017-10-26', '2017-10-26', 18, NULL, 'higienico', '1907', '', b'1', 3),
(67, '1-1820', '1820', '4', '2017-10-26', '2017-10-26', 10, NULL, 'higienico', '3745', '', b'1', 3),
(68, '1-1820', '1820', '5', '2017-10-26', '2017-10-27', 19, NULL, 'higienico', NULL, '', b'1', 3),
(69, '1-4853', '4853', '3', '2017-10-31', '2017-10-31', 10, NULL, 'higienico', NULL, '', b'1', 3),
(70, '1-4853', '4853', '4', '2017-10-31', '2017-10-31', 19, NULL, 'higienico', NULL, '', b'1', 3),
(71, '1-4853', '4853', '5', '2017-10-31', '2017-10-31', 18, NULL, 'higienico', '3986.5', '', b'1', 3),
(72, '1-1859', '1859', '3', '2017-11-01', '2017-11-01', 10, NULL, 'higienico', NULL, '', b'1', 3),
(73, '1-1859', '1859', '4', '2017-11-01', '2017-11-01', 19, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(74, '1-1859', '1859', '5', '2017-11-01', '2017-11-02', 18, NULL, 'HIGIENICO', '4102', '', b'1', 3),
(75, '1-1862', '1862', '3', '2017-11-02', '2017-11-02', 10, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(76, '1-1862', '1862', '4', '2017-11-02', '2017-11-02', 19, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(77, '1-1862', '1862', '5', '2017-11-02', '2017-11-03', 18, NULL, 'HIGIENICO', NULL, '', b'1', 3),
(78, '1-1866', '1866', '3', '2017-11-03', '2017-11-03', 10, NULL, 'higienico', NULL, '', b'1', 3),
(79, '1-1866', '1866', '4', '2017-11-03', '2017-11-03', 19, NULL, 'higienico', NULL, '', b'1', 3),
(80, '1-1866', '1866', '5', '2017-11-03', '2017-11-04', 18, NULL, 'higienico', NULL, '', b'1', 3),
(81, '1-1884', '1884', '3', '2017-11-08', '2017-11-08', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(82, '1-1884', '1884', '4', '2017-11-08', '2017-11-08', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(83, '1-1884', '1884', '5', '2017-11-08', '2017-11-09', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(84, '1-1889', '1889', '3', '2017-11-09', '2017-11-09', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(85, '1-1889', '1889', '4', '2017-11-09', '2017-11-09', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(86, '1-1889', '1889', '5', '2017-11-09', '2017-11-10', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(87, '1-1893', '1893', '3', '2017-11-10', '2017-11-10', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(88, '1-1893', '1893', '4', '2017-11-10', '2017-11-10', 18, NULL, 'higiénico', '3028.5', '', b'1', 3),
(89, '1-1893', '1893', '5', '2017-11-10', '2017-11-11', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(90, '1-1914', '1914', '3', '2017-11-17', '2017-11-17', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(91, '1-1914', '1914', '4', '2017-11-17', '2017-11-17', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(92, '1-1914', '1914', '5', '2017-11-17', '2017-11-18', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(93, '1-1918', '1918', '3', '2017-11-18', '2017-11-18', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(94, '1-1918', '1918', '4', '2017-11-18', '2017-11-18', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(95, '1-1918', '1918', '5', '2017-11-18', '2017-11-19', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(96, '1-1921', '1921', '3', '2017-11-19', '2017-11-19', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(97, '1-1921', '1921', '4', '2017-11-19', '2017-11-19', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(98, '1-1921', '1921', '5', '2017-11-19', '2017-11-20', 19, NULL, 'higiénico', NULL, '', b'1', 3),
(99, '1-1928', '1928', '3', '2017-11-20', '2017-11-20', 10, NULL, 'higiénico', '1367', '', b'0', 3),
(101, '1-1928', '1928', '5', '2017-11-20', '2017-11-21', 18, NULL, 'higiénico', '300', '', b'0', 3),
(102, '1-1928', '1928', '4', '2017-11-20', '2017-11-20', 30, NULL, 'higiénico', '1344', '', b'0', 3),
(103, '1-1935', '1935', '3', '2017-11-21', '2017-11-21', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(104, '1-1935', '1935', '4', '2017-11-21', '2017-11-21', 30, NULL, 'higiénico', NULL, '', b'1', 3),
(105, '1-1935', '1935', '5', '2017-11-21', '2017-11-22', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(106, '1-1943', '1943', '3', '2017-11-22', '2017-11-22', 10, NULL, 'higienico', '1837.5', '', b'1', 3),
(107, '1-1943', '1943', '4', '2017-11-22', '2017-11-22', 30, NULL, 'higiénico', '1339.5', '', b'1', 3),
(108, '1-1943', '1943', '5', '2017-11-22', '2017-11-23', 18, NULL, 'higiénico', '2573.5', '', b'1', 3),
(109, '1-1949', '1949', '3', '2017-11-23', '2017-11-23', 10, NULL, 'higienico', '1119', '', b'1', 3),
(110, '1-1949', '1949', '4', '2017-11-23', '2017-11-23', 30, NULL, 'higiénico', '1166', '', b'1', 3),
(111, '1-1949', '1949', '5', '2017-11-23', '2017-11-24', 18, NULL, 'higiénico', '2887.5', '', b'1', 3),
(112, '1-1957', '1957', '3', '2017-11-25', '2017-11-26', 10, NULL, 'higiénico', '1824', '', b'0', 3),
(113, '1-1957', '1957', '4', '2017-11-25', '2017-11-25', 30, NULL, 'higiénico', '1648.5', '', b'0', 3),
(115, '1-1957', '1957', '5', '2017-11-25', '2017-11-26', 18, NULL, 'higienico', '1008', '', b'0', 3),
(116, '1-1960', '1960', '3', '2017-11-26', '2017-11-26', 10, NULL, 'higiénico', '986', '', b'1', 3),
(117, '1-1960', '1960', '4', '2017-11-26', '2017-11-26', 30, NULL, 'higiénico', '1851', '', b'1', 3),
(118, '1-1960', '1960', '5', '2017-11-26', '2017-11-27', 18, NULL, 'higiénico', '1051.5', '', b'1', 3),
(119, '1-1965', '1965', '3', '2017-11-27', '2017-11-27', 10, NULL, 'higiénico', '401', '', b'1', 3),
(120, '1-1965', '1965', '4', '2017-11-27', '2017-11-27', 30, NULL, 'higiénico', '1961', '', b'1', 3),
(121, '1-1965', '1965', '5', '2017-11-27', '2017-11-28', 18, NULL, 'higiénico', '1928', '', b'1', 3),
(122, '1-1970', '1970', '3', '2017-11-28', '2017-11-28', 30, NULL, 'higiénico', '1697', '', b'1', 3),
(123, '1-1970', '1970', '4', '2017-11-28', '2017-11-28', 18, NULL, 'higiénico', '2052', '', b'1', 3),
(124, '1-1970', '1970', '5', '2017-11-28', '2017-11-29', 10, NULL, 'higiénico', '1749.5', '', b'1', 3),
(125, '1-1976', '1976', '3', '2017-11-29', '2017-12-29', 30, NULL, 'higiénico', '1830', '', b'1', 3),
(126, '1-1976', '1976', '4', '2017-11-29', '2017-11-29', 18, NULL, 'higiénico', '1983.5', '', b'1', 3),
(127, '1-1976', '1976', '5', '2017-11-29', '2017-11-30', 10, NULL, 'higiénico', '1582.5', '', b'1', 3),
(128, '1-1981', '1981', '3', '2017-11-30', '2017-11-30', 30, NULL, 'higiénico', '435', '', b'1', 3),
(129, '1-1981', '1981', '4', '2017-11-30', '2017-11-30', 18, NULL, 'higiénico', NULL, '', b'1', 3),
(130, '1-1981', '1981', '5', '2017-11-30', '2017-11-30', 10, NULL, 'higiénico', NULL, '', b'1', 3),
(131, '1-9632', '9632', '3', '2017-12-04', '2017-12-04', 13, NULL, 'Higienico', '110', '', b'1', 3);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tanques`
--
CREATE TABLE `tanques` (
`IdTanque` int(11) NOT NULL,
`Tanque` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `tanques`
--
INSERT INTO `tanques` (`IdTanque`, `Tanque`) VALUES
(1, 'Tanque #1'),
(2, 'Tanque #2'),
(3, 'Tanque #3'),
(4, 'Tanque #4'),
(5, 'Tanque #5'),
(6, 'Tanque #6');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tiempos_muertos`
--
CREATE TABLE `tiempos_muertos` (
`IdTiempoMuerto` int(11) NOT NULL,
`IdReporteDiario` int(11) DEFAULT NULL,
`Consecutivo` varchar(11) DEFAULT NULL,
`NoOrden` varchar(255) DEFAULT NULL,
`HoraInicio` time DEFAULT NULL,
`Turno` varchar(50) DEFAULT NULL,
`HoraFin` time DEFAULT NULL,
`Maquina` varchar(255) DEFAULT NULL,
`Descripcion` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `tiempos_muertos`
--
INSERT INTO `tiempos_muertos` (`IdTiempoMuerto`, `IdReporteDiario`, `Consecutivo`, `NoOrden`, `HoraInicio`, `Turno`, `HoraFin`, `Maquina`, `Descripcion`) VALUES
(1, 2, '1-5657', '5657', '07:10:00', '6:00am-6:00pm', '07:30:00', '1', 'Problemas electricos'),
(2, 2, '1-5657', '5657', '08:00:00', '6:00am-6:00pm', '08:10:00', '2', 'Problemas electricos'),
(3, 4, '1-5657', '5657', '19:00:00', '6:00pm-6:00am', '19:25:00', '1', 'preuba'),
(5, 4, '1-5657', '5657', '20:50:00', '6:00pm-6:00am', '21:15:00', '2', 'prueba'),
(6, 2, '1-5657', '5657', '09:00:00', '6:00am-6:00pm', '09:25:00', '1', 'problemas'),
(7, 2, '1-5657', '5657', '09:05:00', '6:00am-6:00pm', '09:35:00', '2', 'prueba'),
(8, 8, '1-1708', '1708', '06:40:00', '06:00AM-02:00PM', '14:00:00', '1', 'paro porque sele daño la valinera al depurador'),
(9, 9, '1-1725', '1725', '06:20:00', '06:00AM-02:00PM', '06:25:00', '1', 'cambio de cuchilla'),
(10, 9, '1-1725', '1725', '07:40:00', '06:00AM-02:00PM', '08:30:00', '1', 'problema con la bomba fan'),
(12, 9, '1-1725', '1725', '09:15:00', '06:00AM-02:00PM', '09:20:00', '1', 'cambio de cuchilla'),
(13, 9, '1-1725', '1725', '11:17:00', '06:00AM-02:00PM', '11:38:00', '1', 'Cortocircuito en panel eléctrico, se dispara la bomba.'),
(14, 9, '1-1725', '1725', '10:04:00', '06:00AM-02:00PM', '10:25:00', '2', 'hoja con grumos'),
(15, 9, '1-1725', '1725', '11:02:00', '06:00AM-02:00PM', '11:15:00', '2', 'baja presión de agua'),
(16, 9, '1-1725', '1725', '11:25:00', '06:00AM-02:00PM', '11:40:00', '2', 'Reflector dañado'),
(17, 9, '1-1725', '1725', '01:05:00', '06:00AM-02:00PM', '01:10:00', '2', 'cambio de cuchilla'),
(18, 13, '1-4545', '4545', '14:10:00', '02:00PM-10:00PM', '14:30:00', '1', 'ajuste de maquina'),
(21, 13, '1-4545', '4545', '14:10:00', '02:00PM-10:00PM', '14:50:00', '2', 'cambio de cuchilla'),
(22, 14, '1-1741', '1741', '07:50:00', '06:00AM-02:00PM', '07:55:00', '1', 'cambio de cuchilla'),
(26, 14, '1-1741', '1741', '09:10:00', '06:00AM-02:00PM', '09:20:00', '1', 'cambio de cuchilla baja presión cojín de limpiesa'),
(28, 14, '1-1741', '1741', '11:30:00', '06:00AM-02:00PM', '14:00:00', '1', 'se quebró valineras de la bomba gemelas de pasta'),
(29, 14, '1-1741', '1741', '06:00:00', '06:00AM-02:00PM', '14:30:00', '2', 'se quebro valvula che del condensado esto permitiendo no retornar condensado'),
(30, 17, '2-1741', '1741', '08:35:00', '06:00AM-02:00PM', '08:40:00', '1', 'cambio de cuchilla'),
(31, 17, '2-1741', '1741', '09:50:00', '06:00AM-02:00PM', '10:00:00', '1', 'cambio de cuchilla baja presión de aire cojín de limpieza '),
(32, 17, '2-1741', '1741', '11:40:00', '06:00AM-02:00PM', '11:45:00', '1', 'cambio de cuchillas '),
(33, 17, '2-1741', '1741', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'se quebro la valvula che del condesado'),
(35, 15, '1-1741', '1741', '14:00:00', '02:00PM-10:00PM', '20:40:00', '1', 'bomba de pasta dañada'),
(37, 15, '1-1741', '1741', '14:00:00', '02:00PM-10:00PM', '22:00:00', '2', 'valvula chet dañada'),
(38, 18, '2-1741', '1741', '16:25:00', '02:00PM-10:00PM', '22:00:00', '1', 'paro por ordenes de ingeniero wayma'),
(39, 18, '2-1741', '1741', '14:00:00', '02:00PM-10:00PM', '22:00:00', '2', 'valvula chect aun en mal estado'),
(40, 16, '1-1741', '1741', '22:00:00', '10:00PM-06:00AM', '06:00:00', '1', 'paro por que la maquina 2 no estaba trabajando según las orientaciones ing. Whyman tienen que estar las 2 maquinas trabajando'),
(41, 16, '1-1741', '1741', '22:00:00', '10:00PM-06:00AM', '06:00:00', '2', 'mantenimiento entrego la maquina alas 2am se calento ambas maquinas alas 3am intentamos sacar papel pero hubo problemas con el guia de ambas maquinas y el pope estaba desactivado maquina2 '),
(42, 16, '1-1741', '1741', '06:00:00', '10:00PM-06:00AM', '06:35:00', '2', 'ya las 2 maquinas están produciendo papel'),
(44, 20, '3-1741', '1741', '07:50:00', '06:00AM-02:00PM', '08:00:00', '1', 'cambio de cuchilla y baja presión de aire cojín de limpieza'),
(45, 20, '3-1741', '1741', '08:35:00', '06:00AM-02:00PM', '08:45:00', '1', 'cambio de cuchilla y baja presión de aire cojín de limpieza'),
(46, 20, '3-1741', '1741', '09:10:00', '06:00AM-02:00PM', '14:00:00', '', 'ahorro de energia'),
(47, 20, '3-1741', '1741', '06:35:00', '06:00AM-02:00PM', '08:14:00', '2', 'cambio de guía de fieltro'),
(48, 20, '3-1741', '1741', '09:26:00', '06:00AM-02:00PM', '14:00:00', '2', 'para revisar válvula che retorno del condensado'),
(49, 21, '3-1741', '1741', '14:00:00', '02:00PM-10:00PM', '16:20:00', '1', 'paro por mantenimiento en yankee dos'),
(50, 21, '3-1741', '1741', '16:20:00', '02:00PM-10:00PM', '16:30:00', '1', 'calentamiento de cecador'),
(51, 21, '3-1741', '1741', '14:00:00', '02:00PM-10:00PM', '16:20:00', '2', 'ajustes valvula chet y llaves del condensado '),
(52, 21, '3-1741', '1741', '16:30:00', '02:00PM-10:00PM', '20:20:00', '2', 'paro por incendio se limpio techos de yankee chimenea y tiempo para calentar cecador'),
(54, 21, '3-1741', '1741', '16:30:00', '02:00PM-10:00PM', '20:25:00', '1', 'paro por incendio se limpio techo de yankee chimenea tiempo para calentar el secador'),
(55, 23, '4-1741', '1741', '06:30:00', '06:00AM-02:00PM', '06:40:00', '1', 'cambio de cuchilla y baja presión de aire cojín de limpieza '),
(56, 23, '4-1741', '1741', '09:10:00', '06:00AM-02:00PM', '09:25:00', '1', 'cambio de cuchilla baja presión de aire cojín crepador \n'),
(58, 23, '4-1741', '1741', '07:10:00', '06:00AM-02:00PM', '07:28:00', '2', 'cambio de cuchilla baja presión de aire cojín de limpieza '),
(59, 23, '4-1741', '1741', '09:10:00', '06:00AM-02:00PM', '09:18:00', '2', 'cambio de cuchilla baja presión de aire'),
(60, 24, '4-1741', '1741', '16:43:00', '02:00PM-10:00PM', '17:26:00', '1', 'paro por cambio de bandas del motor del hood'),
(61, 24, '4-1741', '1741', '18:09:00', '02:00PM-10:00PM', '18:12:00', '2', 'cambio de cuchilla limpieza de yankee'),
(62, 27, '5-1741', '1741', '16:10:00', '02:00PM-10:00PM', '16:15:00', '1', 'cambio de cuchilla'),
(63, 27, '5-1741', '1741', '19:45:00', '02:00PM-10:00PM', '19:50:00', '1', 'cambio de cuchilla'),
(64, 27, '5-1741', '1741', '17:00:00', '02:00PM-10:00PM', '17:05:00', '2', 'cambio de cuchilla y limpieza de yankee'),
(66, 26, '5-1741', '1741', '08:55:00', '06:00AM-02:00PM', '09:30:00', '1', 'paro por falta de pasta en el tanque 6'),
(67, 26, '5-1741', '1741', '11:23:00', '06:00AM-02:00PM', '11:28:00', '1', 'cambio de cuchillas '),
(68, 26, '5-1741', '1741', '13:00:00', '06:00AM-02:00PM', '13:42:00', '1', 'se quebro el perno ala chumacera al rodó quiebre '),
(69, 26, '5-1741', '1741', '08:55:00', '06:00AM-02:00PM', '09:30:00', '2', 'paro por falta de pasta tanque 6'),
(70, 26, '5-1741', '1741', '12:20:00', '06:00AM-02:00PM', '12:30:00', '2', 'limpieza de malla '),
(71, 29, '1-1747', '1747', '06:00:00', '06:00AM-02:00PM', '14:00:00', '1', 'paro por falta de fibra blanca y cambio de balvula de vapor'),
(72, 29, '1-1747', '1747', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'paro por falta de fibra blanca y cambio de balvula de vapor'),
(73, 32, '2-1747', '1747', '08:15:00', '06:00AM-02:00PM', '08:20:00', '1', 'cambio de cuchilla'),
(74, 32, '2-1747', '1747', '08:40:00', '06:00AM-02:00PM', '08:43:00', '2', 'cambio de cuchilla'),
(75, 32, '2-1747', '1747', '10:20:00', '06:00AM-02:00PM', '10:25:00', '2', 'cambio de cuchilla'),
(76, 32, '2-1747', '1747', '12:20:00', '06:00AM-02:00PM', '12:30:00', '2', 'limpieza de caja de entrada tenia grumos se lavo con agua'),
(77, 33, '2-1747', '1747', '17:45:00', '02:00PM-10:00PM', '18:00:00', '1', 'saturada canasta depurador'),
(78, 33, '2-1747', '1747', '20:55:00', '02:00PM-10:00PM', '21:00:00', '1', 'cambio de cuchilla'),
(79, 33, '2-1747', '1747', '16:40:00', '02:00PM-10:00PM', '17:34:00', '2', 'paro por guia dañado serecoje el fieltro'),
(80, 33, '2-1747', '1747', '17:40:00', '02:00PM-10:00PM', '17:45:00', '2', 'cambio de cuchullas'),
(81, 34, '2-1747', '1747', '22:40:00', '10:00PM-06:00AM', '22:50:00', '1', 'limpieza de malla\n'),
(82, 34, '2-1747', '1747', '01:33:00', '10:00PM-06:00AM', '01:43:00', '1', 'limpieza de fieltro'),
(83, 34, '2-1747', '1747', '22:40:00', '10:00PM-06:00AM', '22:44:00', '2', 'cambio de cuchillas '),
(84, 34, '2-1747', '1747', '03:12:00', '10:00PM-06:00AM', '03:20:00', '2', 'cambio de cuchillas'),
(85, 35, '3-1747', '1747', '07:55:00', '06:00AM-02:00PM', '08:01:00', '1', 'cambio de cuchilla'),
(86, 35, '3-1747', '1747', '07:35:00', '06:00AM-02:00PM', '07:41:00', '2', 'depurador saturado de desconpresiono'),
(87, 35, '3-1747', '1747', '07:55:00', '06:00AM-02:00PM', '08:00:00', '2', 'cambio de cinta de malla lado derecho'),
(88, 36, '3-1747', '1747', '16:00:00', '02:00PM-10:00PM', '16:25:00', '1', 'depurador saturado de basura se purgo en varias ocaciones'),
(89, 36, '3-1747', '1747', '19:55:00', '02:00PM-10:00PM', '20:00:00', '1', 'limpieza de malla '),
(90, 36, '3-1747', '1747', '15:00:00', '02:00PM-10:00PM', '15:09:00', '2', 'canbio de cuchilla '),
(91, 36, '3-1747', '1747', '16:20:00', '02:00PM-10:00PM', '16:27:00', '2', 'se perdio la hoja se purgo el de purtador'),
(92, 38, '4-1747', '1747', '06:20:00', '06:00AM-02:00PM', '06:25:00', '1', 'cambio de cuchilla'),
(93, 38, '4-1747', '1747', '08:40:00', '06:00AM-02:00PM', '08:45:00', '1', 'cambio de cuchila'),
(94, 38, '4-1747', '1747', '08:10:00', '06:00AM-02:00PM', '08:15:00', '2', 'cambio de cuchilla'),
(95, 38, '4-1747', '1747', '09:07:00', '06:00AM-02:00PM', '09:17:00', '2', 'limpieza de malla y cambio de cuchilla'),
(96, 39, '4-1747', '1747', '15:50:00', '02:00PM-10:00PM', '16:10:00', '1', 'baja precion de aire al cambiar la cuchilla'),
(97, 39, '4-1747', '1747', '19:30:00', '02:00PM-10:00PM', '19:40:00', '1', 'se pego la hoja en el rodó del pope'),
(98, 39, '4-1747', '1747', '16:15:00', '02:00PM-10:00PM', '16:21:00', '2', 'cambio de cuchilla'),
(99, 39, '4-1747', '1747', '17:50:00', '02:00PM-10:00PM', '17:56:00', '2', 'se labo el fieltro con agua de pozo debido a un agujero q le estaba saliendo en una esquina '),
(100, 39, '4-1747', '1747', '18:38:00', '02:00PM-10:00PM', '18:42:00', '2', 'cambio de cuchilla'),
(101, 39, '4-1747', '1747', '20:15:00', '02:00PM-10:00PM', '20:21:00', '2', 'se desaparece la hoja debido a q el depurador estaba con un poco de basura se procedió a purgarlo '),
(102, 41, '5-1747', '1747', '07:47:00', '06:00AM-02:00PM', '02:00:00', '1', 'cambio de malla'),
(103, 41, '5-1747', '1747', '07:42:00', '06:00AM-02:00PM', '02:00:00', '2', 'cambio de malla'),
(104, 44, '6-1747', '1747', '06:30:00', '06:00AM-02:00PM', '06:35:00', '1', 'mal formacion cambio de cuchilla'),
(105, 44, '6-1747', '1747', '08:30:00', '06:00AM-02:00PM', '08:36:00', '2', 'cambio de cuchilla y mala formacion de hoja '),
(106, 44, '6-1747', '1747', '08:45:00', '06:00AM-02:00PM', '08:56:00', '2', 'baja presion de aire en el cojin'),
(107, 49, '1-1755', '1755', '22:20:00', '10:00PM-06:00AM', '22:25:00', '1', 'cambio de cuchilla'),
(108, 49, '1-1755', '1755', '23:25:00', '10:00PM-06:00AM', '23:30:00', '1', 'cambio de cuchilla'),
(109, 49, '1-1755', '1755', '23:38:00', '10:00PM-06:00AM', '23:43:00', '2', 'cambio de cuchilla y liempieza de secador'),
(110, 49, '1-1755', '1755', '01:45:00', '10:00PM-06:00AM', '01:49:00', '2', 'cambio de cuchilla\n'),
(111, 49, '1-1755', '1755', '02:30:00', '10:00PM-06:00AM', '02:35:00', '2', 'baja presion de aire'),
(112, 49, '1-1755', '1755', '03:10:00', '10:00PM-06:00AM', '03:15:00', '2', 'cambio de cuchilla'),
(113, 49, '1-1755', '1755', '03:36:00', '10:00PM-06:00AM', '03:40:00', '2', 'baja presion de aire'),
(114, 55, '1-1767', '1767', '08:40:00', '06:00AM-02:00PM', '09:20:00', '1', 'separo la maquina para a serle cambio de tape a ambas esquinas por que tenia menos de los 264 de diámetro '),
(115, 55, '1-1767', '1767', '18:30:00', '06:00AM-02:00PM', '18:39:00', '2', 'canbio de cuchillas'),
(116, 55, '1-1767', '1767', '22:05:00', '06:00AM-02:00PM', '22:12:00', '2', 'cambio de cuchilla'),
(117, 62, '1-1805', '1805', '16:10:00', '02:00PM-10:00PM', '16:17:00', '1', 'cambio de cuchilla'),
(118, 62, '1-1805', '1805', '18:00:00', '02:00PM-10:00PM', '18:10:00', '1', 'bomba de pasta no elevaba bien en caja'),
(119, 62, '1-1805', '1805', '14:00:00', '02:00PM-10:00PM', '14:16:00', '2', 'ajuste de maquina'),
(120, 62, '1-1805', '1805', '15:50:00', '02:00PM-10:00PM', '15:57:00', '2', 'cambio de cuchilla y problema con caja de vacio'),
(121, 62, '1-1805', '1805', '17:10:00', '02:00PM-10:00PM', '17:15:00', '2', 'cambio de cuchilla '),
(122, 62, '1-1805', '1805', '18:00:00', '02:00PM-10:00PM', '18:18:00', '2', 'problema con bomba de pasta'),
(123, 62, '1-1805', '1805', '19:56:00', '02:00PM-10:00PM', '20:07:00', '2', 'cambio de cinta en la malla lado derecho'),
(124, 66, '1-1820', '1820', '06:30:00', '06:00AM-02:00PM', '06:35:00', '1', 'cambio de cuchilla'),
(125, 66, '1-1820', '1820', '08:38:00', '06:00AM-02:00PM', '08:44:00', '1', 'cambio de cuchilla'),
(126, 67, '1-1820', '1820', '13:30:00', '02:00PM-10:00PM', '13:45:00', '1', 'baja precion de aire... canbio de cuchilla'),
(128, 67, '1-1820', '1820', '17:50:00', '02:00PM-10:00PM', '17:59:00', '1', 'canbio de cuchilla...'),
(129, 67, '1-1820', '1820', '19:30:00', '02:00PM-10:00PM', '19:40:00', '2', 'cabio de cuchilla'),
(130, 67, '1-1820', '1820', '20:20:00', '02:00PM-10:00PM', '20:31:00', '2', 'mala formación en la hoja limpieza de malla '),
(131, 67, '1-1820', '1820', '17:50:00', '02:00PM-10:00PM', '17:59:00', '', 'canbio de cuchilla...'),
(132, 74, '1-1859', '1859', '22:30:00', '10:00PM-06:00AM', '22:35:00', '1', 'cambio de cuchilla'),
(133, 74, '1-1859', '1859', '12:15:00', '10:00PM-06:00AM', '12:20:00', '1', 'cambio de cuchilla'),
(134, 74, '1-1859', '1859', '01:50:00', '10:00PM-06:00AM', '01:57:00', '1', 'cambio de cinta en malla lado izquierdo'),
(135, 74, '1-1859', '1859', '23:25:00', '10:00PM-06:00AM', '23:35:00', '2', 'cambio de cuchilla falta de presion de aire'),
(136, 74, '1-1859', '1859', '23:40:00', '10:00PM-06:00AM', '23:43:00', '2', 'cambio de cuchilla'),
(137, 74, '1-1859', '1859', '02:50:00', '10:00PM-06:00AM', '02:55:00', '2', 'cambio de bomba de pasta ya que esta se daño las balineras'),
(138, 88, '1-1893', '1893', '14:45:00', '02:00PM-10:00PM', '14:50:00', '1', 'cambio de cuchilla'),
(139, 88, '1-1893', '1893', '16:30:00', '02:00PM-10:00PM', '16:35:00', '1', 'cambio de cuchilla'),
(140, 88, '1-1893', '1893', '14:43:00', '02:00PM-10:00PM', '14:47:00', '2', 'cambio de cuchilla'),
(141, 88, '1-1893', '1893', '16:40:00', '02:00PM-10:00PM', '16:45:00', '2', 'cambio de cuchilla'),
(142, 102, '1-1928', '1928', '06:00:00', '02:00PM-10:00PM', '14:00:00', '1', 'problema con el acople del yankee'),
(143, 102, '1-1928', '1928', '15:22:00', '02:00PM-10:00PM', '15:28:00', '2', 'limpieza de yankee + cambio de cuchilla'),
(144, 102, '1-1928', '1928', '16:40:00', '02:00PM-10:00PM', '16:48:00', '2', 'limpieza de yankee + cambio de cuchilla'),
(145, 102, '1-1928', '1928', '19:50:00', '02:00PM-10:00PM', '20:00:00', '2', 'limpieza de yankee + cambio de cuchilla'),
(146, 101, '1-1928', '1928', '23:13:00', '10:00PM-06:00AM', '05:30:00', '1', 'problema en el acople de el llankee'),
(147, 101, '1-1928', '1928', '23:35:00', '10:00PM-06:00AM', '06:00:00', '2', 'cambio de variador, caja reductora y ahorro de energía.'),
(148, 99, '1-1928', '1928', '06:00:00', '06:00AM-02:00PM', '14:00:00', '1', 'problema con el pope del yankee 1'),
(149, 99, '1-1928', '1928', '09:30:00', '06:00AM-02:00PM', '09:35:00', '2', 'cambio de cuchilla'),
(150, 99, '1-1928', '1928', '10:40:00', '06:00AM-02:00PM', '10:50:00', '1', 'cambio de cuchilla'),
(151, 99, '1-1928', '1928', '00:12:00', '06:00AM-02:00PM', '00:17:00', '2', 'cambio de cuchilla'),
(152, 106, '1-1943', '1943', '09:00:00', '06:00AM-02:00PM', '09:15:00', '1', 'cambio de cuchilla'),
(153, 106, '1-1943', '1943', '10:15:00', '06:00AM-02:00PM', '10:30:00', '1', 'baja presión de aire'),
(154, 106, '1-1943', '1943', '11:05:00', '06:00AM-02:00PM', '11:15:00', '1', 'baja presión de aire'),
(155, 106, '1-1943', '1943', '00:10:00', '06:00AM-02:00PM', '00:15:00', '1', 'cambio de cuchilla'),
(156, 107, '1-1943', '1943', '16:15:00', '02:00PM-10:00PM', '16:20:00', '1', 'limpieza de yankee'),
(157, 107, '1-1943', '1943', '14:00:00', '02:00PM-10:00PM', '22:00:00', '2', 'caja reductora dañada'),
(158, 108, '1-1943', '1943', '22:20:00', '10:00PM-06:00AM', '22:25:00', '1', 'cambio de cuchilla'),
(159, 108, '1-1943', '1943', '12:32:00', '10:00PM-06:00AM', '12:37:00', '1', 'cambio de cuchilla'),
(160, 108, '1-1943', '1943', '04:45:00', '10:00PM-06:00AM', '05:00:00', '1', 'problema por falta de pasta'),
(161, 108, '1-1943', '1943', '05:38:00', '10:00PM-06:00AM', '06:00:00', '1', 'paro por falta de pasta'),
(162, 108, '1-1943', '1943', '23:30:00', '10:00PM-06:00AM', '23:37:00', '2', 'cambio de cuchilla'),
(163, 108, '1-1943', '1943', '12:32:00', '10:00PM-06:00AM', '01:03:00', '2', 'se disparo el breyker y el cercador giraba alreves.'),
(164, 108, '1-1943', '1943', '01:30:00', '10:00PM-06:00AM', '01:40:00', '2', 'se disparo el breyker'),
(165, 108, '1-1943', '1943', '03:10:00', '10:00PM-06:00AM', '03:16:00', '2', 'cambio de cuchilla'),
(166, 108, '1-1943', '1943', '05:00:00', '10:00PM-06:00AM', '06:00:00', '2', 'paro por falta de pasta'),
(167, 109, '1-1949', '1949', '06:00:00', '06:00AM-02:00PM', '11:00:00', '1', 'bomba dañada del tnque 6 + depurador en mal estado.'),
(168, 109, '1-1949', '1949', '06:00:00', '06:00AM-02:00PM', '11:00:00', '2', 'bomba del tanque 6 dañada'),
(169, 110, '1-1949', '1949', '14:38:00', '02:00PM-10:00PM', '15:08:00', '1', 'baja presión de aire'),
(170, 110, '1-1949', '1949', '17:08:00', '02:00PM-10:00PM', '20:42:00', '1', 'falta de pasta en tanque 6'),
(172, 110, '1-1949', '1949', '14:30:00', '02:00PM-10:00PM', '15:12:00', '2', 'aceite en la pila'),
(173, 110, '1-1949', '1949', '16:48:00', '02:00PM-10:00PM', '16:55:00', '2', 'limpieza del yankee y cambio de cuchilla.'),
(174, 110, '1-1949', '1949', '17:12:00', '02:00PM-10:00PM', '17:33:00', '2', 'baja presión de aire'),
(175, 111, '1-1949', '1949', '22:30:00', '10:00PM-06:00AM', '22:35:00', '1', 'cambio de cuchilla'),
(176, 111, '1-1949', '1949', '00:15:00', '10:00PM-06:00AM', '00:20:00', '1', 'cambio de cuchilla'),
(177, 111, '1-1949', '1949', '05:19:00', '10:00PM-06:00AM', '05:25:00', '1', 'bomba de químico dañada'),
(178, 111, '1-1949', '1949', '23:30:00', '10:00PM-06:00AM', '23:35:00', '2', 'cambio de cuchilla'),
(179, 111, '1-1949', '1949', '01:15:00', '10:00PM-06:00AM', '01:18:00', '2', 'cambio de cuchilla'),
(180, 111, '1-1949', '1949', '01:35:00', '10:00PM-06:00AM', '01:40:00', '2', 'cambio de cuchilla'),
(181, 112, '1-1957', '1957', '07:46:00', '06:00AM-02:00PM', '08:00:00', '1', 'se purgo el depurador'),
(182, 112, '1-1957', '1957', '10:20:00', '06:00AM-02:00PM', '10:35:00', '1', 'baja presión de aire'),
(183, 112, '1-1957', '1957', '12:00:00', '06:00AM-02:00PM', '12:10:00', '1', 'baja presión de aire'),
(184, 112, '1-1957', '1957', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'problema con la caja de entrada del yankee '),
(185, 113, '1-1957', '1957', '18:43:00', '02:00PM-10:00PM', '19:05:00', '1', 'fuga de vapor'),
(186, 113, '1-1957', '1957', '19:50:00', '02:00PM-10:00PM', '19:55:00', '1', 'limpieza de yankee'),
(187, 113, '1-1957', '1957', '20:31:00', '02:00PM-10:00PM', '20:35:00', '1', 'camio de cuchiolla'),
(188, 113, '1-1957', '1957', '21:40:00', '02:00PM-10:00PM', '21:43:00', '1', 'cambio de cuichilla'),
(189, 115, '1-1957', '1957', '22:45:00', '10:00PM-06:00AM', '22:50:00', '1', 'cambio de cuchilla'),
(190, 115, '1-1957', '1957', '23:45:00', '10:00PM-06:00AM', '23:50:00', '1', 'problema de rodo del pope'),
(191, 115, '1-1957', '1957', '12:15:00', '10:00PM-06:00AM', '00:20:00', '1', 'cambio de cuchilla'),
(192, 115, '1-1957', '1957', '01:00:00', '10:00PM-06:00AM', '02:07:00', '1', 'se disparo el panel electrico'),
(193, 115, '1-1957', '1957', '03:50:00', '10:00PM-06:00AM', '06:00:00', '1', 'problema con el fieltro'),
(194, 116, '1-1960', '1960', '07:00:00', '06:00AM-02:00PM', '07:20:00', '1', 'variador malo'),
(195, 116, '1-1960', '1960', '09:10:00', '06:00AM-02:00PM', '09:40:00', '1', 'variador malo'),
(196, 116, '1-1960', '1960', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'caja reductora dañada'),
(197, 117, '1-1960', '1960', '18:52:00', '02:00PM-10:00PM', '18:57:00', '1', 'limpieza del yankee'),
(198, 117, '1-1960', '1960', '14:00:00', '02:00PM-10:00PM', '22:46:00', '2', 'caja reductora dañada del yankee'),
(199, 118, '1-1960', '1960', '22:38:00', '10:00PM-06:00AM', '22:43:00', '1', 'cambio de cuchilla'),
(200, 118, '1-1960', '1960', '12:14:00', '10:00PM-06:00AM', '12:20:00', '1', 'cambio de cuchilla'),
(201, 118, '1-1960', '1960', '03:08:00', '10:00PM-06:00AM', '03:18:00', '1', 'se purgo el depurador + lavado de la caja + cambio de cuchilla'),
(202, 118, '1-1960', '1960', '03:50:00', '10:00PM-06:00AM', '06:13:00', '1', 'paro popr inundacion en la planta.'),
(203, 119, '1-1965', '1965', '06:00:00', '06:00AM-02:00PM', '00:30:00', '1', 'cambio de acople en la bomba 2 de la pila y balinera quebrada'),
(204, 119, '1-1965', '1965', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'caja reductora dañada'),
(205, 121, '1-1965', '1965', '16:43:00', '10:00PM-06:00AM', '16:45:00', '1', 'cambio de cuchilla'),
(206, 121, '1-1965', '1965', '14:00:00', '10:00PM-06:00AM', '22:00:00', '2', 'caja reductora dañada'),
(208, 120, '1-1965', '1965', '22:45:00', '02:00PM-10:00PM', '23:59:00', '1', 'se purgo el depurador'),
(209, 120, '1-1965', '1965', '13:30:00', '02:00PM-10:00PM', '13:40:00', '1', 'yankee frenado'),
(210, 120, '1-1965', '1965', '03:45:00', '02:00PM-10:00PM', '04:00:00', '1', 'baja precio de aire por compresor apagado'),
(211, 120, '1-1965', '1965', '22:00:00', '02:00PM-10:00PM', '06:00:00', '2', 'caja reductora del yankee dañada'),
(212, 122, '1-1970', '1970', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'se daño la caja reductora'),
(213, 123, '1-1970', '1970', '15:10:00', '02:00PM-10:00PM', '15:15:00', '1', 'cambio de cuchilla'),
(214, 123, '1-1970', '1970', '16:15:00', '02:00PM-10:00PM', '16:20:00', '1', 'cambio de cuchilla'),
(215, 123, '1-1970', '1970', '20:32:00', '02:00PM-10:00PM', '20:37:00', '1', 'cambio de cuchilla'),
(216, 123, '1-1970', '1970', '14:00:00', '02:00PM-10:00PM', '22:00:00', '2', 'caja reductora dañada'),
(217, 124, '1-1970', '1970', '23:30:00', '10:00PM-06:00AM', '23:40:00', '1', 'compresor apagado'),
(218, 124, '1-1970', '1970', '01:08:00', '10:00PM-06:00AM', '01:20:00', '1', 'cambio de cuchilla'),
(219, 124, '1-1970', '1970', '02:40:00', '10:00PM-06:00AM', '02:55:00', '1', 'compresor apagado'),
(220, 124, '1-1970', '1970', '03:40:00', '10:00PM-06:00AM', '04:00:00', '1', 'se purgo el depuradador por estar obstruido'),
(221, 124, '1-1970', '1970', '05:30:00', '10:00PM-06:00AM', '05:40:00', '1', 'baja presión de aire'),
(222, 124, '1-1970', '1970', '22:00:00', '10:00PM-06:00AM', '06:00:00', '2', 'caja reductora dañada'),
(223, 125, '1-1976', '1976', '08:08:00', '06:00AM-02:00PM', '08:18:00', '1', 'cambio de cuchilla + limpieza de yankee'),
(224, 125, '1-1976', '1976', '06:00:00', '06:00AM-02:00PM', '14:00:00', '2', 'caja reductora dañada'),
(225, 126, '1-1976', '1976', '14:30:00', '02:00PM-10:00PM', '14:35:00', '1', 'cambio de cuchilla'),
(226, 126, '1-1976', '1976', '16:07:00', '02:00PM-10:00PM', '16:17:00', '1', 'compresor apagado'),
(227, 126, '1-1976', '1976', '17:05:00', '02:00PM-10:00PM', '17:20:00', '1', 'cambio de cuchilla'),
(228, 126, '1-1976', '1976', '18:18:00', '02:00PM-10:00PM', '18:25:00', '1', 'baja presion de agua'),
(229, 126, '1-1976', '1976', '18:40:00', '02:00PM-10:00PM', '18:46:00', '1', 'hoja se enreda en el brazo del pope'),
(230, 126, '1-1976', '1976', '19:10:00', '02:00PM-10:00PM', '19:15:00', '1', 'hoja se enreda en el brazo del pope'),
(231, 126, '1-1976', '1976', '20:03:00', '02:00PM-10:00PM', '20:13:00', '1', 'baja presión de aire'),
(232, 126, '1-1976', '1976', '14:00:00', '02:00PM-10:00PM', '17:57:00', '2', 'calentamiento de maquina + cambio de empaque de válvula.'),
(233, 126, '1-1976', '1976', '14:00:00', '02:00PM-10:00PM', '17:58:00', '2', 'calentamiento de maquina + cambio de empaque de válvula.'),
(234, 126, '1-1976', '1976', '18:37:00', '02:00PM-10:00PM', '22:00:00', '', 'problema en la caja reductora'),
(236, 127, '1-1976', '1976', '22:40:00', '10:00PM-06:00AM', '23:00:00', '1', 'compresor de aire apagado'),
(237, 127, '1-1976', '1976', '23:30:00', '10:00PM-06:00AM', '23:45:00', '1', 'se purgo el depurador'),
(238, 127, '1-1976', '1976', '12:55:00', '10:00PM-06:00AM', '02:30:00', '1', 'cambio de llave de los ciclones'),
(239, 127, '1-1976', '1976', '03:50:00', '10:00PM-06:00AM', '04:00:00', '1', 'baja presiona de aire'),
(240, 127, '1-1976', '1976', '22:00:00', '10:00PM-06:00AM', '06:48:00', '2', 'piñones dañados + caja reductora de yankee mala'),
(241, 131, '1-9632', '9632', '06:20:00', '06:00AM-02:00PM', '06:45:00', '1', 'prueba');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tmp_produccion`
--
CREATE TABLE `tmp_produccion` (
`fecha` date NOT NULL,
`1` decimal(7,2) DEFAULT NULL,
`2` decimal(7,2) DEFAULT NULL,
`3` decimal(7,2) DEFAULT NULL,
`4` decimal(7,2) DEFAULT NULL,
`5` decimal(7,2) DEFAULT NULL,
`6` decimal(7,2) DEFAULT NULL,
`7` decimal(7,2) DEFAULT NULL,
`8` decimal(7,2) DEFAULT NULL,
`9` decimal(7,2) DEFAULT NULL,
`TBD` decimal(7,2) DEFAULT NULL,
`TNS` decimal(7,2) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `turnos`
--
CREATE TABLE `turnos` (
`IdTurno` int(11) NOT NULL,
`Turno` varchar(255) DEFAULT NULL,
`Comentario` varchar(255) DEFAULT NULL,
`horaInicio` time DEFAULT NULL,
`horaFinal` time DEFAULT NULL,
`tipo` varchar(10) NOT NULL,
`estado` bit(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `turnos`
--
INSERT INTO `turnos` (`IdTurno`, `Turno`, `Comentario`, `horaInicio`, `horaFinal`, `tipo`, `estado`) VALUES
(1, '6:00am-6:00pm', 'Matutino', '06:00:00', '18:00:00', 'M', b'0'),
(2, '6:00pm-6:00am', 'Vespertino', '18:00:00', '06:00:00', 'N', b'0'),
(3, '06:00AM-02:00PM', 'Matutino', '06:00:00', '14:00:00', 'M', b'1'),
(4, '02:00PM-10:00PM', 'Mixto', '14:00:00', '22:00:00', 'MX', b'1'),
(5, '10:00PM-06:00AM', 'Nocturno', '22:00:00', '06:00:00', 'N', b'1');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `usuarios`
--
CREATE TABLE `usuarios` (
`IdUsuario` int(11) NOT NULL,
`Usuario` varchar(255) DEFAULT NULL,
`Nombre` varchar(255) DEFAULT NULL,
`Password` varchar(255) DEFAULT NULL,
`Privilegio` varchar(255) DEFAULT NULL,
`Estado` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `usuarios`
--
INSERT INTO `usuarios` (`IdUsuario`, `Usuario`, `Nombre`, `Password`, `Privilegio`, `Estado`) VALUES
(8, 'Kperalta', '<NAME>', '<PASSWORD>', '3', '1'),
(9, 'Esolis', 'Exaul Espinal Solis', '<PASSWORD>', '2', '1'),
(10, 'malvarado', '<NAME>', '<PASSWORD>', '4', '1'),
(12, 'jose.jimenez', '<NAME>', '<PASSWORD>', '3', '1'),
(13, 'joseHernandez', '<NAME>', '<PASSWORD>', '4', '1'),
(14, 'kevinBlanco', '<NAME>', NULL, '5', '1'),
(15, 'admin', 'admin', '<PASSWORD>', '3', '1'),
(16, 'wbermudez', '<NAME>', 'e10adc3949ba59abbe56e057f20f883e', '0', '1'),
(17, 'eespinal', '<NAME>', '7e53ab4a1805bf6d1fa23447cf3463ea', '3', '1'),
(18, '<NAME>', '<NAME>', '1e1a61697f6018023dbfa99eca046843', '4', '1'),
(19, 'cmaltez', '<NAME>', '3562ece7e45deb319d132a0287a0bbc6', '4', '0'),
(20, 'mendez', '<NAME>', NULL, '5', '1'),
(21, 'ricardo', '<NAME>', NULL, '5', '1'),
(22, 'Cesar', '<NAME>', NULL, '5', '1'),
(23, 'Axel', '<NAME>', NULL, '5', '1'),
(24, 'Ariel', 'Ariek', NULL, '5', '0'),
(25, 'Ariel', '<NAME>', NULL, '5', '0'),
(26, 'kperalta', '<NAME>', '109795cd105a8f19e6540af69cc8d0a3', '4', '1'),
(27, 'Michael', '<NAME>', NULL, '5', '1'),
(28, 'asaenz', '<NAME>', 'e10adc3949ba59abbe56e057f20f883e', '7', '1'),
(30, 'cmaltez', '<NAME>', 'c781a3de24e2549bf8158bd1b41fd02b', '4', '1');
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_cargas_pulper`
--
CREATE TABLE `view_cargas_pulper` (
`IdCargaPulper` int(11)
,`IdInsumo` int(11)
,`Cantidad` float(11,1)
,`IdReporteDiario` int(11)
,`Descripcion` varchar(100)
,`IdCategoria` int(100)
,`UnidadMedida` varchar(255)
,`Tipo` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_cargas_pulper_completo`
--
CREATE TABLE `view_cargas_pulper_completo` (
`descripcion` varchar(100)
,`IdCargaPulper` int(11)
,`IdInsumo` int(11)
,`Cantidad` float(11,1)
,`IdReporteDiario` int(11)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_detallesplanescat1`
--
CREATE TABLE `view_detallesplanescat1` (
`IdDetallePlan` int(11)
,`IdPlan` int(11)
,`Comentario` varchar(255)
,`IdInsumo` int(11)
,`categoria` varchar(100)
,`Descripcion` varchar(100)
,`Estado` bit(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_detallesplanescat2`
--
CREATE TABLE `view_detallesplanescat2` (
`IdPlan` int(11)
,`IdDetallePlan` int(11)
,`IdInsumo` int(11)
,`Comentario` varchar(255)
,`categoria` varchar(100)
,`Descripcion` varchar(100)
,`Estado` bit(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_detallesplanescat3`
--
CREATE TABLE `view_detallesplanescat3` (
`IdPlan` int(11)
,`IdDetallePlan` int(11)
,`Comentario` varchar(255)
,`IdInsumo` int(11)
,`categoria` varchar(100)
,`Descripcion` varchar(100)
,`Estado` bit(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_detallesplanescat4`
--
CREATE TABLE `view_detallesplanescat4` (
`IdPlan` int(11)
,`IdDetallePlan` int(11)
,`IdInsumo` int(11)
,`Comentario` varchar(255)
,`categoria` varchar(100)
,`Tanque` varchar(255)
,`Estado` bit(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_mp_insumos`
--
CREATE TABLE `view_mp_insumos` (
`IdMpInsumos` int(11)
,`IdReporteDiario` int(11)
,`Descripcion` varchar(100)
,`Dia` varchar(255)
,`Noche` varchar(255)
,`Cantidad_PTA_Agua_Dia` varchar(255)
,`Cantidad_PTA_Agua_Noche` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_orden_produccion`
--
CREATE TABLE `view_orden_produccion` (
`IdOrden` int(100) unsigned
,`NoOrden` varchar(50)
,`Usuario` varchar(255)
,`FechaInicio` date
,`FechaFin` date
,`Estado` int(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_ordproduccioncoordinador`
--
CREATE TABLE `view_ordproduccioncoordinador` (
`IdOrden` int(100) unsigned
,`NoOrden` varchar(50)
,`Usuario` varchar(255)
,`FechaInicio` date
,`FechaFin` date
,`Estado` int(1)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_pasta`
--
CREATE TABLE `view_pasta` (
`IdPasta` int(11)
,`IdReporteDiario` int(11)
,`Tanque` varchar(255)
,`Dia` varchar(255)
,`Noche` varchar(255)
,`Consumo` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_produccion`
--
CREATE TABLE `view_produccion` (
`IdProduccion` int(11)
,`IdReporteDiario` int(11)
,`NoOrden` varchar(255)
,`Nombre` varchar(255)
,`Maquina` varchar(30)
,`HoraInicio` time
,`HoraFin` time
,`VelocMaquina` varchar(255)
,`Peso` varchar(255)
,`Diametro` varchar(255)
,`PesoBase` varchar(255)
,`Merma` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_reporte`
--
CREATE TABLE `view_reporte` (
`IdReporte` int(11)
,`NoOrden` varchar(255)
,`Tipo` varchar(255)
,`Usuario` varchar(255)
,`FechaInicio` date
,`FechaFin` date
,`Estado` int(11)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_reportediario`
--
CREATE TABLE `view_reportediario` (
`IdReporteDiario` int(11)
,`Consecutivo` varchar(11)
,`NoOrder` varchar(255)
,`Turno` varchar(255)
,`Comentario` varchar(255)
,`tipo` varchar(10)
,`FechaInicio` date
,`FechaFinal` date
,`Coordinador` int(11)
,`Nombre` varchar(255)
,`IdUsuario` int(11)
,`Grupo` varchar(255)
,`TipoPapel` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_reportediariodetalle`
--
CREATE TABLE `view_reportediariodetalle` (
`IdReporteDiario` int(11)
,`Consecutivo` varchar(11)
,`NoOrder` varchar(255)
,`Turno` varchar(255)
,`Comentario` varchar(255)
,`FechaInicio` date
,`FechaFinal` date
,`Coordinador` int(11)
,`Nombre` varchar(255)
,`Grupo` varchar(255)
,`TipoPapel` varchar(255)
,`ProduccionTotal` varchar(255)
,`MermaTotal` varchar(255)
,`Estado` bit(1)
,`tipo` varchar(10)
,`Cant` bigint(21)
);
-- --------------------------------------------------------
--
-- Estructura Stand-in para la vista `view_vistacoordinador`
--
CREATE TABLE `view_vistacoordinador` (
`IdReporteDiario` int(11)
,`Consecutivo` varchar(11)
,`NoOrder` varchar(255)
,`Turno` varchar(255)
,`FechaInicio` date
,`FechaFinal` date
,`Coordinador` int(11)
,`Nombre` varchar(255)
,`IdUsuario` int(11)
,`Grupo` varchar(255)
,`TipoPapel` varchar(255)
);
-- --------------------------------------------------------
--
-- Estructura para la vista `view_cargas_pulper`
--
DROP TABLE IF EXISTS `view_cargas_pulper`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_cargas_pulper` AS select `cp`.`IdCargaPulper` AS `IdCargaPulper`,`cp`.`IdInsumo` AS `IdInsumo`,`cp`.`Cantidad` AS `Cantidad`,`cp`.`IdReporteDiario` AS `IdReporteDiario`,`im`.`Descripcion` AS `Descripcion`,`im`.`IdCategoria` AS `IdCategoria`,`im`.`UnidadMedida` AS `UnidadMedida`,`im`.`Tipo` AS `Tipo` from (`cargas_pulper` `cp` join `insumos` `im` on((`cp`.`IdInsumo` = `im`.`IdInsumo`))) where (`im`.`IdCategoria` = 1) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_cargas_pulper_completo`
--
DROP TABLE IF EXISTS `view_cargas_pulper_completo`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_cargas_pulper_completo` AS select `insumos`.`Descripcion` AS `descripcion`,`cargas_pulper`.`IdCargaPulper` AS `IdCargaPulper`,`cargas_pulper`.`IdInsumo` AS `IdInsumo`,`cargas_pulper`.`Cantidad` AS `Cantidad`,`cargas_pulper`.`IdReporteDiario` AS `IdReporteDiario` from (`insumos` join `cargas_pulper`) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_detallesplanescat1`
--
DROP TABLE IF EXISTS `view_detallesplanescat1`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_detallesplanescat1` AS select `dp`.`IdDetallePlan` AS `IdDetallePlan`,`dp`.`IdPlan` AS `IdPlan`,`p`.`Comentario` AS `Comentario`,`dp`.`IdInsumo` AS `IdInsumo`,`c`.`categoria` AS `categoria`,`i`.`Descripcion` AS `Descripcion`,`p`.`Estado` AS `Estado` from (((`detalle_planes` `dp` join `planes` `p` on((`p`.`IdPlan` = `dp`.`IdPlan`))) join `categoria` `c` on((`c`.`IdCategoria` = `dp`.`Categoria`))) join `insumos` `i` on((`i`.`IdInsumo` = `dp`.`IdInsumo`))) where ((`dp`.`Categoria` = 1) and (`p`.`Estado` = 1)) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_detallesplanescat2`
--
DROP TABLE IF EXISTS `view_detallesplanescat2`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_detallesplanescat2` AS select `dp`.`IdPlan` AS `IdPlan`,`dp`.`IdDetallePlan` AS `IdDetallePlan`,`dp`.`IdInsumo` AS `IdInsumo`,`p`.`Comentario` AS `Comentario`,`c`.`categoria` AS `categoria`,`i`.`Descripcion` AS `Descripcion`,`p`.`Estado` AS `Estado` from (((`detalle_planes` `dp` join `planes` `p` on((`p`.`IdPlan` = `dp`.`IdPlan`))) join `categoria` `c` on((`c`.`IdCategoria` = `dp`.`Categoria`))) join `insumos` `i` on((`i`.`IdInsumo` = `dp`.`IdInsumo`))) where ((`dp`.`Categoria` = 2) and (`p`.`Estado` = 1)) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_detallesplanescat3`
--
DROP TABLE IF EXISTS `view_detallesplanescat3`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_detallesplanescat3` AS select `dp`.`IdPlan` AS `IdPlan`,`dp`.`IdDetallePlan` AS `IdDetallePlan`,`p`.`Comentario` AS `Comentario`,`dp`.`IdInsumo` AS `IdInsumo`,`c`.`categoria` AS `categoria`,`i`.`Descripcion` AS `Descripcion`,`p`.`Estado` AS `Estado` from (((`detalle_planes` `dp` join `planes` `p` on((`p`.`IdPlan` = `dp`.`IdPlan`))) join `categoria` `c` on((`c`.`IdCategoria` = `dp`.`Categoria`))) join `insumos` `i` on((`i`.`IdInsumo` = `dp`.`IdInsumo`))) where ((`dp`.`Categoria` = 3) and (`p`.`Estado` = 1)) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_detallesplanescat4`
--
DROP TABLE IF EXISTS `view_detallesplanescat4`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_detallesplanescat4` AS select distinct `dp`.`IdPlan` AS `IdPlan`,`dp`.`IdDetallePlan` AS `IdDetallePlan`,`dp`.`IdInsumo` AS `IdInsumo`,`p`.`Comentario` AS `Comentario`,`c`.`categoria` AS `categoria`,`t`.`Tanque` AS `Tanque`,`p`.`Estado` AS `Estado` from (((`detalle_planes` `dp` join `planes` `p` on((`p`.`IdPlan` = `dp`.`IdPlan`))) join `categoria` `c` on((`c`.`IdCategoria` = `dp`.`Categoria`))) join `tanques` `t` on((`t`.`IdTanque` = `dp`.`IdInsumo`))) where ((`dp`.`Categoria` = 4) and (`p`.`Estado` = 1)) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_mp_insumos`
--
DROP TABLE IF EXISTS `view_mp_insumos`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_mp_insumos` AS select `mp`.`IdMpInsumos` AS `IdMpInsumos`,`mp`.`IdReporteDiario` AS `IdReporteDiario`,`i`.`Descripcion` AS `Descripcion`,`mp`.`Dia` AS `Dia`,`mp`.`Noche` AS `Noche`,`mp`.`Cantidad_PTA_Agua_Dia` AS `Cantidad_PTA_Agua_Dia`,`mp`.`Cantidad_PTA_Agua_Noche` AS `Cantidad_PTA_Agua_Noche` from (`mp_insumos` `mp` join `insumos` `i` on((`mp`.`Descripcion` = `i`.`IdInsumo`))) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_orden_produccion`
--
DROP TABLE IF EXISTS `view_orden_produccion`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_orden_produccion` AS select `ord`.`IdOrden` AS `IdOrden`,`ord`.`NoOrden` AS `NoOrden`,`us`.`Nombre` AS `Usuario`,`ord`.`FechaInicio` AS `FechaInicio`,`ord`.`FechaFin` AS `FechaFin`,`ord`.`Estado` AS `Estado` from (`orden_produccion` `ord` join `usuarios` `us` on((`ord`.`Usuario` = `us`.`IdUsuario`))) order by (`ord`.`Estado` = 1) desc ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_ordproduccioncoordinador`
--
DROP TABLE IF EXISTS `view_ordproduccioncoordinador`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_ordproduccioncoordinador` AS select `ord`.`IdOrden` AS `IdOrden`,`ord`.`NoOrden` AS `NoOrden`,`us`.`Nombre` AS `Usuario`,`ord`.`FechaInicio` AS `FechaInicio`,`ord`.`FechaFin` AS `FechaFin`,`ord`.`Estado` AS `Estado` from (`orden_produccion` `ord` join `usuarios` `us` on((`ord`.`Usuario` = `us`.`IdUsuario`))) order by (`ord`.`Estado` = 1) desc ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_pasta`
--
DROP TABLE IF EXISTS `view_pasta`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_pasta` AS select `p`.`IdPasta` AS `IdPasta`,`p`.`IdReporteDiario` AS `IdReporteDiario`,`t`.`Tanque` AS `Tanque`,`p`.`Dia` AS `Dia`,`p`.`Noche` AS `Noche`,`p`.`Consumo` AS `Consumo` from (`pasta` `p` join `tanques` `t` on((`t`.`IdTanque` = `p`.`Tanque`))) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_produccion`
--
DROP TABLE IF EXISTS `view_produccion`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_produccion` AS select `pro`.`IdProduccion` AS `IdProduccion`,`pro`.`IdReporteDiario` AS `IdReporteDiario`,`pro`.`NoOrden` AS `NoOrden`,`us`.`Nombre` AS `Nombre`,`mq`.`maquina` AS `Maquina`,`pro`.`HoraInicio` AS `HoraInicio`,`pro`.`HoraFin` AS `HoraFin`,`pro`.`VelocMaquina` AS `VelocMaquina`,`pro`.`Peso` AS `Peso`,`pro`.`Diametro` AS `Diametro`,`pro`.`PesoBase` AS `PesoBase`,`pro`.`Merma` AS `Merma` from ((`produccion` `pro` join `usuarios` `us` on((`us`.`IdUsuario` = `pro`.`Operador`))) join `maquinas` `mq` on((`pro`.`Maquina` = `mq`.`idMaquina`))) order by `mq`.`maquina` ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_reporte`
--
DROP TABLE IF EXISTS `view_reporte`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_reporte` AS select `rpt`.`IdReporte` AS `IdReporte`,`rpt`.`NoOrden` AS `NoOrden`,`rpt`.`Tipo` AS `Tipo`,`us`.`Nombre` AS `Usuario`,`rpt`.`FechaInicio` AS `FechaInicio`,`rpt`.`FechaFin` AS `FechaFin`,`rpt`.`Estado` AS `Estado` from (`reportes` `rpt` join `usuarios` `us` on((`rpt`.`Usuario` = `us`.`IdUsuario`))) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_reportediario`
--
DROP TABLE IF EXISTS `view_reportediario`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_reportediario` AS select `rd`.`IdReporteDiario` AS `IdReporteDiario`,`rd`.`Consecutivo` AS `Consecutivo`,`rd`.`NoOrder` AS `NoOrder`,`rd`.`Turno` AS `Turno`,`t`.`Comentario` AS `Comentario`,`t`.`tipo` AS `tipo`,`rd`.`FechaInicio` AS `FechaInicio`,`rd`.`FechaFinal` AS `FechaFinal`,`rd`.`Coordinador` AS `Coordinador`,`us`.`Nombre` AS `Nombre`,`us`.`IdUsuario` AS `IdUsuario`,`rd`.`Grupo` AS `Grupo`,`rd`.`TipoPapel` AS `TipoPapel` from (((`reporte_diario` `rd` join `usuarios` `us` on((`us`.`IdUsuario` = `rd`.`Coordinador`))) join `orden_produccion` `op` on((`rd`.`NoOrder` = convert(`op`.`NoOrden` using utf8)))) join `turnos` `t` on((`rd`.`Turno` = `t`.`IdTurno`))) where (`op`.`Estado` = 1) ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_reportediariodetalle`
--
DROP TABLE IF EXISTS `view_reportediariodetalle`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_reportediariodetalle` AS select `rd`.`IdReporteDiario` AS `IdReporteDiario`,`rd`.`Consecutivo` AS `Consecutivo`,`rd`.`NoOrder` AS `NoOrder`,`tr`.`Turno` AS `Turno`,`tr`.`Comentario` AS `Comentario`,`rd`.`FechaInicio` AS `FechaInicio`,`rd`.`FechaFinal` AS `FechaFinal`,`rd`.`Coordinador` AS `Coordinador`,`us`.`Nombre` AS `Nombre`,`rd`.`Grupo` AS `Grupo`,`rd`.`TipoPapel` AS `TipoPapel`,`rd`.`ProduccionTotal` AS `ProduccionTotal`,`rd`.`MermaTotal` AS `MermaTotal`,`rd`.`Estado` AS `Estado`,`tr`.`tipo` AS `tipo`,(select count(0) from `turnos` where (`turnos`.`estado` = 1)) AS `Cant` from ((`reporte_diario` `rd` join `turnos` `tr` on((`rd`.`Turno` = `tr`.`IdTurno`))) join `usuarios` `us` on((`us`.`IdUsuario` = `rd`.`Coordinador`))) order by `rd`.`IdReporteDiario` ;
-- --------------------------------------------------------
--
-- Estructura para la vista `view_vistacoordinador`
--
DROP TABLE IF EXISTS `view_vistacoordinador`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_vistacoordinador` AS select `rd`.`IdReporteDiario` AS `IdReporteDiario`,`rd`.`Consecutivo` AS `Consecutivo`,`rd`.`NoOrder` AS `NoOrder`,`rd`.`Turno` AS `Turno`,`rd`.`FechaInicio` AS `FechaInicio`,`rd`.`FechaFinal` AS `FechaFinal`,`rd`.`Coordinador` AS `Coordinador`,`us`.`Nombre` AS `Nombre`,`us`.`IdUsuario` AS `IdUsuario`,`rd`.`Grupo` AS `Grupo`,`rd`.`TipoPapel` AS `TipoPapel` from ((`reporte_diario` `rd` join `orden_produccion` `op` on((`rd`.`NoOrder` = convert(`op`.`NoOrden` using utf8)))) join `usuarios` `us` on((`us`.`IdUsuario` = `rd`.`Coordinador`))) where (`rd`.`Estado` = 1) ;
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `articulos`
--
ALTER TABLE `articulos`
ADD PRIMARY KEY (`IdArticulo`);
--
-- Indices de la tabla `cargas_pulper`
--
ALTER TABLE `cargas_pulper`
ADD PRIMARY KEY (`IdCargaPulper`);
--
-- Indices de la tabla `categoria`
--
ALTER TABLE `categoria`
ADD PRIMARY KEY (`IdCategoria`);
--
-- Indices de la tabla `consumoelectrico`
--
ALTER TABLE `consumoelectrico`
ADD PRIMARY KEY (`idConsumoElec`);
--
-- Indices de la tabla `control_piso`
--
ALTER TABLE `control_piso`
ADD PRIMARY KEY (`idControlPiso`);
--
-- Indices de la tabla `control_piso_detalle`
--
ALTER TABLE `control_piso_detalle`
ADD PRIMARY KEY (`idDetalle`);
--
-- Indices de la tabla `detalle_planes`
--
ALTER TABLE `detalle_planes`
ADD PRIMARY KEY (`IdDetallePlan`);
--
-- Indices de la tabla `horas_molienda`
--
ALTER TABLE `horas_molienda`
ADD PRIMARY KEY (`IdHora`);
--
-- Indices de la tabla `insumos`
--
ALTER TABLE `insumos`
ADD PRIMARY KEY (`IdInsumo`);
--
-- Indices de la tabla `maquinas`
--
ALTER TABLE `maquinas`
ADD PRIMARY KEY (`idMaquina`);
--
-- Indices de la tabla `metas`
--
ALTER TABLE `metas`
ADD PRIMARY KEY (`IdMeta`);
--
-- Indices de la tabla `mp_insumos`
--
ALTER TABLE `mp_insumos`
ADD PRIMARY KEY (`IdMpInsumos`);
--
-- Indices de la tabla `orden_produccion`
--
ALTER TABLE `orden_produccion`
ADD PRIMARY KEY (`IdOrden`);
--
-- Indices de la tabla `pasta`
--
ALTER TABLE `pasta`
ADD PRIMARY KEY (`IdPasta`);
--
-- Indices de la tabla `pasta_procesada`
--
ALTER TABLE `pasta_procesada`
ADD PRIMARY KEY (`idPastaProc`);
--
-- Indices de la tabla `planes`
--
ALTER TABLE `planes`
ADD PRIMARY KEY (`IdPlan`);
--
-- Indices de la tabla `produccion`
--
ALTER TABLE `produccion`
ADD PRIMARY KEY (`IdProduccion`);
--
-- Indices de la tabla `produccion_diaria`
--
ALTER TABLE `produccion_diaria`
ADD PRIMARY KEY (`id_produccion`);
--
-- Indices de la tabla `reportes`
--
ALTER TABLE `reportes`
ADD PRIMARY KEY (`IdReporte`);
--
-- Indices de la tabla `reporte_diario`
--
ALTER TABLE `reporte_diario`
ADD PRIMARY KEY (`IdReporteDiario`);
--
-- Indices de la tabla `tanques`
--
ALTER TABLE `tanques`
ADD PRIMARY KEY (`IdTanque`);
--
-- Indices de la tabla `tiempos_muertos`
--
ALTER TABLE `tiempos_muertos`
ADD PRIMARY KEY (`IdTiempoMuerto`);
--
-- Indices de la tabla `turnos`
--
ALTER TABLE `turnos`
ADD PRIMARY KEY (`IdTurno`);
--
-- Indices de la tabla `usuarios`
--
ALTER TABLE `usuarios`
ADD PRIMARY KEY (`IdUsuario`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `articulos`
--
ALTER TABLE `articulos`
MODIFY `IdArticulo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT de la tabla `cargas_pulper`
--
ALTER TABLE `cargas_pulper`
MODIFY `IdCargaPulper` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=756;
--
-- AUTO_INCREMENT de la tabla `categoria`
--
ALTER TABLE `categoria`
MODIFY `IdCategoria` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de la tabla `consumoelectrico`
--
ALTER TABLE `consumoelectrico`
MODIFY `idConsumoElec` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT de la tabla `control_piso`
--
ALTER TABLE `control_piso`
MODIFY `idControlPiso` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT de la tabla `control_piso_detalle`
--
ALTER TABLE `control_piso_detalle`
MODIFY `idDetalle` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73;
--
-- AUTO_INCREMENT de la tabla `detalle_planes`
--
ALTER TABLE `detalle_planes`
MODIFY `IdDetallePlan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;
--
-- AUTO_INCREMENT de la tabla `horas_molienda`
--
ALTER TABLE `horas_molienda`
MODIFY `IdHora` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=208;
--
-- AUTO_INCREMENT de la tabla `insumos`
--
ALTER TABLE `insumos`
MODIFY `IdInsumo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;
--
-- AUTO_INCREMENT de la tabla `maquinas`
--
ALTER TABLE `maquinas`
MODIFY `idMaquina` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de la tabla `metas`
--
ALTER TABLE `metas`
MODIFY `IdMeta` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `mp_insumos`
--
ALTER TABLE `mp_insumos`
MODIFY `IdMpInsumos` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=126;
--
-- AUTO_INCREMENT de la tabla `orden_produccion`
--
ALTER TABLE `orden_produccion`
MODIFY `IdOrden` int(100) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92;
--
-- AUTO_INCREMENT de la tabla `pasta`
--
ALTER TABLE `pasta`
MODIFY `IdPasta` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;
--
-- AUTO_INCREMENT de la tabla `pasta_procesada`
--
ALTER TABLE `pasta_procesada`
MODIFY `idPastaProc` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;
--
-- AUTO_INCREMENT de la tabla `planes`
--
ALTER TABLE `planes`
MODIFY `IdPlan` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT de la tabla `produccion`
--
ALTER TABLE `produccion`
MODIFY `IdProduccion` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=451;
--
-- AUTO_INCREMENT de la tabla `produccion_diaria`
--
ALTER TABLE `produccion_diaria`
MODIFY `id_produccion` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `reportes`
--
ALTER TABLE `reportes`
MODIFY `IdReporte` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `reporte_diario`
--
ALTER TABLE `reporte_diario`
MODIFY `IdReporteDiario` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132;
--
-- AUTO_INCREMENT de la tabla `tanques`
--
ALTER TABLE `tanques`
MODIFY `IdTanque` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT de la tabla `tiempos_muertos`
--
ALTER TABLE `tiempos_muertos`
MODIFY `IdTiempoMuerto` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=242;
--
-- AUTO_INCREMENT de la tabla `turnos`
--
ALTER TABLE `turnos`
MODIFY `IdTurno` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT de la tabla `usuarios`
--
ALTER TABLE `usuarios`
MODIFY `IdUsuario` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
/*!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 */;
|
CREATE DATABASE dbuniversidade;
USE dbuniversidade;
-------------------------------------------------
-- EXEMPLO 01 - PK e FK
-------------------------------------------------
CREATE TABLE tblestados(
estid int not null,
estsigla varchar(2) not null,
primary key (estid)
);
CREATE TABLE tblcursos(
curid int not null,
curnome varchar(50) not null,
PRIMARY KEY (curid)
);
-- DROP TABLE tblalunos;
CREATE TABLE tblalunos(
aluid int not null,
alunome varchar(50) not null,
alunomesocial varchar(50) null,
alucpf decimal(11,0) not null unique,
alurg varchar(9) not null unique,
curid int not null,
estid int not null,
primary key(aluid),
foreign key(curid) references tblcursos(curid),
foreign key (estid) references tblestados(estid)
);
SELECT * FROM tblcursos;
SELECT * FROM tblestados;
SELECT * FROM tblalunos;
INSERT INTO tblcursos VALUES (10, 'TEATRO');
INSERT INTO tblcursos VALUES (11, 'ANALISE E DESENV. SIST.');
INSERT INTO tblcursos VALUES (12, 'MAQUIAGEM ARTISTICA');
INSERT INTO tblestados VALUES (100, 'SP');
INSERT INTO tblestados VALUES (101, 'MG');
INSERT INTO tblalunos VALUES (1, 'R<NAME>', 'RITAC', 1, '1C', 10, 100);
INSERT INTO tblalunos VALUES (2, '<NAME>', 'PAULOB', 1111111, '2222CCC', 11, 101);
DELETE FROM tblcursos
WHERE curid = 12;
-------------------------------------------------
-- EXEMPLO 02 - PK COMPOSTA e FKs
-------------------------------------------------
CREATE TABLE tblfaculdades(
facid int not null,
facnome varchar(25) not null,
primary key (facid)
);
-- tabela de cursos ja esta criada
CREATE TABLE tblcursosfaculdades(
curid int not null,
facid int not null,
primary key (curid, facid),
foreign key (curid) references tblcursos(curid),
foreign key (facid) references tblfaculdades(facid)
);
-------------------------------------------------
-- EXEMPLO 03 - PK COMPOSTA e FKs
-------------------------------------------------
CREATE TABLE tbldisciplinas(
disid int not null,
disnome varchar(25) not null,
primary key (disid)
);
DROP TABLE tbldisciplinascurso;
CREATE TABLE tbldisciplinascurso(
disid int not null,
curid int not null,
foreign key (disid) references tbldisciplinas(disid),
primary key (disid, curid),
foreign key (curid) references tblcursos(curid)
);
|
<gh_stars>1-10
--liquibase formatted sql
|
<reponame>pradeepkumarcm-egov/DIGIT-Dev<gh_stars>10-100
INSERT INTO EG_MODULE(id,name,enabled,contextroot,parentmodule,displayname,ordernumber)
VALUES (nextval('SEQ_EG_MODULE'), 'System Audits', true, 'egi', (select id from eg_module where name='Administration'), 'System Audits', (select count(*)+1 from eg_module where parentmodule=(select id from eg_module where name='Administration')));
INSERT INTO EG_MODULE(id,name,enabled,contextroot,parentmodule,displayname,ordernumber)
VALUES (nextval('SEQ_EG_MODULE'), 'Audit Reports', true, 'egi', (select id from eg_module where name='System Audits'), 'Audit Reports', 1);
Insert into EG_ACTION (id, name, url, queryparams, parentmodule, ordernumber, displayname, enabled, contextroot, version,
createdby, createddate, lastmodifiedby, lastmodifieddate, application) values
(NEXTVAL('SEQ_EG_ACTION'),'Login Audit Report','/audit/report/login',null,
(select id from eg_module where name like 'Audit Reports')
,0,'Login Audit Report',true,'egi',0,1,now(),1,now(),(select id from eg_module where name='Administration'));
Insert into EG_ROLEACTION (ROLEID, ACTIONID) values ((select id from eg_role where name='SYSTEM'),
(select id from eg_action where name='Login Audit Report')); |
-- file:boolean.sql ln:83 expect:true
SELECT bool 'f' <= bool 't' AS true
|
<filename>backend/de.metas.material/dispo-service/src/main/sql/postgresql/system/75-material-dispo/5506890_sys_gh4763-app_tweak_transactionDetailTAb_and_MD_Stock_update_process.sql<gh_stars>1000+
-- 2018-11-22T18:07:34.973
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsDisplayed,IsDisplayedGrid,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,563603,570694,0,540885,TO_TIMESTAMP('2018-11-22 18:07:34','YYYY-MM-DD HH24:MI:SS'),100,10,'de.metas.material.dispo','Y','N','N','N','N','N','N','N','Prozesslauf "Lagerbestand zurücksetzen"',TO_TIMESTAMP('2018-11-22 18:07:34','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:07:34.974
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Field_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_Field t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Field_ID=570694 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID)
;
-- 2018-11-22T18:07:35.048
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsDisplayed,IsDisplayedGrid,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,563604,570695,0,540885,TO_TIMESTAMP('2018-11-22 18:07:34','YYYY-MM-DD HH24:MI:SS'),100,10,'de.metas.material.dispo','Y','N','N','N','N','N','N','N','Bestand',TO_TIMESTAMP('2018-11-22 18:07:34','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:07:35.050
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language, t.AD_Field_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_Field t WHERE l.IsActive='Y'AND (l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N') AND t.AD_Field_ID=570695 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID)
;
-- 2018-11-22T18:07:43.632
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET IsDisplayed='Y',Updated=TO_TIMESTAMP('2018-11-22 18:07:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=570695
;
-- 2018-11-22T18:07:51.996
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET IsDisplayed='Y',Updated=TO_TIMESTAMP('2018-11-22 18:07:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=570694
;
-- 2018-11-22T18:07:52.567
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET IsDisplayedGrid='Y',Updated=TO_TIMESTAMP('2018-11-22 18:07:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=570695
;
-- 2018-11-22T18:07:56.230
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET IsDisplayedGrid='Y',Updated=TO_TIMESTAMP('2018-11-22 18:07:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=570694
;
-- 2018-11-22T18:08:52.582
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,AD_UI_ElementType,Created,CreatedBy,IsActive,IsAdvancedField,IsAllowFiltering,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,IsMultiLine,MultiLine_LinesCount,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,570694,0,540885,541217,554402,'F',TO_TIMESTAMP('2018-11-22 18:08:52','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','N','Y','N','N','N',0,'AD_PInstance_ResetStock_ID',70,0,0,TO_TIMESTAMP('2018-11-22 18:08:52','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:09:20.150
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,AD_UI_ElementType,Created,CreatedBy,IsActive,IsAdvancedField,IsAllowFiltering,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,IsMultiLine,MultiLine_LinesCount,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,570695,0,540885,541217,554403,'F',TO_TIMESTAMP('2018-11-22 18:09:20','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','N','Y','N','N','N',0,'MD_Stock_ID',80,0,0,TO_TIMESTAMP('2018-11-22 18:09:20','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:09:45.415
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET SeqNo=33,Updated=TO_TIMESTAMP('2018-11-22 18:09:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=554402
;
-- 2018-11-22T18:09:50.446
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET SeqNo=35,Updated=TO_TIMESTAMP('2018-11-22 18:09:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=554403
;
-- 2018-11-22T18:10:26.765
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=10,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=554403
;
-- 2018-11-22T18:10:26.770
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=20,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=554402
;
-- 2018-11-22T18:10:26.774
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=30,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549142
;
-- 2018-11-22T18:10:26.778
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=40,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549143
;
-- 2018-11-22T18:10:26.781
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=50,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549144
;
-- 2018-11-22T18:10:26.784
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=60,Updated=TO_TIMESTAMP('2018-11-22 18:10:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549135
;
-- 2018-11-22T18:10:51.602
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_Element_Link WHERE AD_Element_Link_ID=620588
;
-- 2018-11-22T18:10:51.727
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Link (AD_Client_ID,AD_Element_ID,AD_Element_Link_ID,AD_Field_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,1038,625024,560435,0,540334,TO_TIMESTAMP('2018-11-22 18:10:51','YYYY-MM-DD HH24:MI:SS'),100,'Y',TO_TIMESTAMP('2018-11-22 18:10:51','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:10:53.378
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET AD_Name_ID=526, Description='Menge', Help='Menge bezeichnet die Anzahl eines bestimmten Produktes oder Artikels für dieses Dokument.', Name='Menge',Updated=TO_TIMESTAMP('2018-11-22 18:10:53','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560435
;
-- 2018-11-22T18:10:53.388
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_Element_Link WHERE AD_Element_Link_ID=625024
;
-- 2018-11-22T18:10:53.454
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Link (AD_Client_ID,AD_Element_ID,AD_Element_Link_ID,AD_Field_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,526,625025,560435,0,540334,TO_TIMESTAMP('2018-11-22 18:10:53','YYYY-MM-DD HH24:MI:SS'),100,'Y',TO_TIMESTAMP('2018-11-22 18:10:53','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:10:53.489
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_FieldTranslation_From_AD_Name_Element(526)
;
-- 2018-11-22T18:11:11.477
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_Element_Link WHERE AD_Element_Link_ID=625025
;
-- 2018-11-22T18:11:11.594
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Link (AD_Client_ID,AD_Element_ID,AD_Element_Link_ID,AD_Field_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,526,625026,560435,0,540334,TO_TIMESTAMP('2018-11-22 18:11:11','YYYY-MM-DD HH24:MI:SS'),100,'Y',TO_TIMESTAMP('2018-11-22 18:11:11','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:11:12.341
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_Element_Link WHERE AD_Element_Link_ID=625026
;
-- 2018-11-22T18:11:12.423
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Link (AD_Client_ID,AD_Element_ID,AD_Element_Link_ID,AD_Field_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,526,625027,560435,0,540334,TO_TIMESTAMP('2018-11-22 18:11:12','YYYY-MM-DD HH24:MI:SS'),100,'Y',TO_TIMESTAMP('2018-11-22 18:11:12','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:11:13.453
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Field SET AD_Name_ID=543680, Description=NULL, Help=NULL, Name='Bestandsänderung',Updated=TO_TIMESTAMP('2018-11-22 18:11:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560435
;
-- 2018-11-22T18:11:13.463
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_Element_Link WHERE AD_Element_Link_ID=625027
;
-- 2018-11-22T18:11:13.533
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Link (AD_Client_ID,AD_Element_ID,AD_Element_Link_ID,AD_Field_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,IsActive,Updated,UpdatedBy) VALUES (0,543680,625028,560435,0,540334,TO_TIMESTAMP('2018-11-22 18:11:13','YYYY-MM-DD HH24:MI:SS'),100,'Y',TO_TIMESTAMP('2018-11-22 18:11:13','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 2018-11-22T18:11:13.535
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
/* DDL */ select update_FieldTranslation_From_AD_Name_Element(543680)
;
-- 2018-11-22T18:22:44.112
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process SET Classname='de.metas.material.cockpit.stock.process.MD_Stock_Update_From_M_HUs', Description='Aktualisiert den Lagerbestand (MD_Stock) mit Hilfe von HU-Daten (M_HU, M_HUStorage u.A.).', Name='Lagerbestand mit HU-Daten korrigieren', Value='MD_Stock_Update_From_M_HUs',Updated=TO_TIMESTAMP('2018-11-22 18:22:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=540907
;
-- 2018-11-22T18:22:44.134
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Menu SET Description='Aktualisiert den Lagerbestand (MD_Stock) mit Hilfe von HU-Daten (M_HU, M_HUStorage u.A.).', IsActive='Y', Name='Lagerbestand mit HU-Daten korrigieren',Updated=TO_TIMESTAMP('2018-11-22 18:22:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=541009
;
-- 2018-11-22T18:22:54.217
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2018-11-22 18:22:54','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Lagerbestand mit HU-Daten korrigieren' WHERE AD_Process_ID=540907 AND AD_Language='de_CH'
;
-- 2018-11-22T18:22:57.797
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2018-11-22 18:22:57','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Lagerbestand mit HU-Daten korrigieren' WHERE AD_Process_ID=540907 AND AD_Language='de_DE'
;
-- 2018-11-22T18:23:14.746
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2018-11-22 18:23:14','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Update stock data from HU data' WHERE AD_Process_ID=540907 AND AD_Language='en_US'
;
-- 2018-11-22T18:23:28.892
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process SET Description='Aktualisiert den Lagerbestand (MD_Stock) mit Hilfe von HU-Daten (M_HU, M_HU_Storage u.A.).',Updated=TO_TIMESTAMP('2018-11-22 18:23:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=540907
;
-- 2018-11-22T18:23:28.897
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Menu SET Description='Aktualisiert den Lagerbestand (MD_Stock) mit Hilfe von HU-Daten (M_HU, M_HU_Storage u.A.).', IsActive='Y', Name='Lagerbestand mit HU-Daten korrigieren',Updated=TO_TIMESTAMP('2018-11-22 18:23:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=541009
;
-- 2018-11-22T18:58:33.092
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Scheduler (AD_Client_ID,AD_Org_ID,AD_Process_ID,AD_Role_ID,AD_Scheduler_ID,Created,CreatedBy,CronPattern,Description,EntityType,Frequency,FrequencyType,IsActive,IsIgnoreProcessingTime,KeepLogDays,ManageScheduler,Name,Processing,SchedulerProcessType,ScheduleType,Status,Supervisor_ID,Updated,UpdatedBy)
SELECT 0,0,540907,0,550047,TO_TIMESTAMP('2018-11-22 18:58:32','YYYY-MM-DD HH24:MI:SS'),100,'*/15 * * * *','Update MD_Stock (and thus also MD_Candidate) every 15 minutes; will become obsolete once we addressed the last problems.','de.metas.material.dispo',0,'D','Y','N',7,'N','MD_Stock_Update_From_M_HUs','N','P','C','NEW',0,TO_TIMESTAMP('2018-11-22 18:58:32','YYYY-MM-DD HH24:MI:SS'),100
WHERE NOT EXISTS (select 1 from AD_Scheduler where AD_Process_ID=540907)
;
CREATE INDEX IF NOT EXISTS m_product_c_uom_id
ON public.m_product (c_uom_id ASC NULLS LAST);
COMMENT ON INDEX public.m_product_c_uom_id
IS 'The purpose of this index is to support ccases where products are left-join just because their C_UOM_ID is needed.
Concrete example: MD_Stock_From_HUs_V';
|
INSERT INTO PERSON_EDITABLE_FIELDS (FIELD_NAME, ACTIVE_FLAG, UPDATE_TIMESTAMP, UPDATE_USER, VER_NBR, OBJ_ID)
VALUES ('multiplePi', 'Y', now(), 'admin', 1, uuid());
COMMIT; |
ALTER TABLE project ALTER COLUMN individual_prefix DROP NOT NULL;
|
CREATE TABLE `applicant_work_info` (
`entry_id` int(11) NOT NULL AUTO_INCREMENT,
`applicant_id` int(11) NOT NULL,
`employer` varchar(250) NOT NULL,
`work_type` varchar(250) NOT NULL,
`duration_from` varchar(250) NOT NULL,
`duration_to` varchar(250) NOT NULL,
`work_title` varchar(250) NOT NULL,
PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Tempo de geração: 21-Set-2020 às 03:34
-- Versão do servidor: 10.4.6-MariaDB
-- versão do PHP: 7.3.8
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 */;
--
-- Banco de dados: `aedha-coleta`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `ocorrencias`
--
CREATE TABLE `ocorrencias` (
`id` int(3) NOT NULL,
`nome` varchar(255) NOT NULL,
`data` date NOT NULL,
`bairro` varchar(255) NOT NULL,
`rua` varchar(255) NOT NULL,
`numero` varchar(255) NOT NULL,
`imagem_local` varchar(255) NOT NULL,
`imagem_mapa` varchar(255) NOT NULL,
`descricao` varchar(300) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Extraindo dados da tabela `ocorrencias`
--
INSERT INTO `ocorrencias` (`id`, `nome`, `data`, `bairro`, `rua`, `numero`, `imagem_local`, `imagem_mapa`, `descricao`) VALUES
(7, '<NAME>', '2020-09-20', 'Campo belo 2', 'Sebast<NAME>', '758', '8e579dd82b3723109720dbc9138f5292.jpg', 'a8446a10b85dd9f9fd5e1955e2ff823c.PNG', 'Descarte irregular em frente ao supermercado \"maisbarato\"');
--
-- Índices para tabelas despejadas
--
--
-- Índices para tabela `ocorrencias`
--
ALTER TABLE `ocorrencias`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT de tabelas despejadas
--
--
-- AUTO_INCREMENT de tabela `ocorrencias`
--
ALTER TABLE `ocorrencias`
MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
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/com/foundationdb/sql/parser/update-returning-2.sql
update t1 set g = x * 2, f = 1 WHERE CURRENT OF t1 RETURNING g, f |
<gh_stars>1-10
BEGIN;
ALTER TABLE participants
DROP COLUMN CampaignName;
COMMIT;
|
<reponame>jrharalson/almanac.httparchive.org
CREATE TEMPORARY FUNCTION numberOfImages(images_string STRING)
RETURNS INT64
LANGUAGE js AS '''
try {
return JSON.parse(images_string).filter( i => parseInt(i.approximateResourceWidth) > 1 && parseInt(i.approximateResourceWidth) > 1 ).length;
} catch {
return 0;
}
''';
WITH numImgs AS (
SELECT
_TABLE_SUFFIX AS client,
numberOfImages( JSON_QUERY( JSON_VALUE( payload, '$._responsive_images' ), '$.responsive-images' ) ) AS numberOfImages
FROM
`httparchive.pages.2021_07_01_*`
),
percentiles AS (
SELECT
client,
APPROX_QUANTILES(numberOfImages, 1000) AS numberOfImagesPercentiles
FROM
numImgs
GROUP BY
client
)
SELECT
client,
percentile,
numberOfImagesPercentiles[OFFSET(percentile * 10)] AS numberOfImages
FROM
percentiles,
UNNEST([0, 10, 25, 50, 75, 90, 100]) AS percentile
|
<reponame>smolnar82/cloudbreak<gh_stars>100-1000
-- // CB-10241-Data Hub page should show the runtime version instead of the blueprint version
-- Migration SQL that makes the change goes here.
ALTER TABLE stack ADD COLUMN IF NOT EXISTS stackversion VARCHAR (255);
-- //@UNDO
-- SQL to undo the change goes here.
ALTER TABLE stack DROP COLUMN IF EXISTS stackversion;
|
SET search_path = pg_catalog;
DROP TEXT SEARCH CONFIGURATION public.first_configuration;
CREATE TEXT SEARCH CONFIGURATION public.third_configuration (
PARSER = public.second_parser );
ALTER TEXT SEARCH CONFIGURATION public.third_configuration OWNER TO galiev_mr;
DROP TEXT SEARCH CONFIGURATION public.second_configuration;
CREATE TEXT SEARCH CONFIGURATION public.second_configuration (
PARSER = public.first_parser );
ALTER TEXT SEARCH CONFIGURATION public.second_configuration OWNER TO galiev_mr;
|
REM
REM Standard disclaimer - anything in here can be used at your own risk.
REM
REM It is very likely you'll need to edit the script for correct usernames/passwords etc.
REM
REM No warranty or liability etc etc etc. See the license file in the git repo root
REM
REM *** USE AT YOUR OWN RISK ***
REM
set termout off
conn sys/SYS_PASSWD@db20cdb as sysdba
set termout off
alter pluggable database db20pdb2 close;
drop pluggable database db20pdb2 including datafiles;
conn sys/SYS_PASSWD@db20cdb as sysdba
clear screen
set echo on
set termout on
create pluggable database db20pdb2
admin user pdb_admin identified by admin
file_name_convert=('/u01/oradata/DB20/pdbseed','/u01/oradata/DB20/db20pdb2');
alter pluggable database db20pdb2 open;
alter pluggable database all save state;
alter session set container = db20pdb2;
create tablespace users datafile '/u01/oradata/DB20/db20pdb2/users01.dbf' size 100m autoextend on next 20m;
pause
clear screen
create user demo identified by demo;
grant resource, connect to demo;
alter user demo quota 100m on users;
alter user demo default tablespace users;
pause
clear screen
create blockchain table demo.tmp$bc (
tag varchar2(128),
dte date,
num number)
no drop until 16 days idle
no delete locked
hashing using "SHA2_512" version "v1";
pause
drop table demo.tmp$bc purge;
pause
clear screen
create blockchain table demo.tmp$bc (
tag varchar2(128),
dte date,
num number)
no drop until 16 days idle
no delete locked
hashing using "SHA2_512" version "v1";
pause
insert into demo.tmp$bc values('xx',sysdate,10);
commit;
pause
clear screen
show user
pause
drop table demo.tmp$bc purge;
pause
drop user demo cascade;
pause
clear screen
conn sys/SYS_PASSWD@db<PASSWORD> as sysdba
set echo on
alter pluggable database db20pdb2 close;
drop pluggable database db20pdb2 including datafiles;
|
SELECT EXISTS(SELECT ID FROM COMPANY WHERE ID=?);
|
<gh_stars>1-10
--cast numeric columns to DATETIME(L)TZ types
drop table if exists tz_test;
create table tz_test(a smallint, b integer, c bigint, d decimal(4, 2), e real, f double);
insert into tz_test values(1, 11, 111, 11.34, 99.999, 1234.5678);
--test: cast numeric columns to DATETIME types
select cast(a as datetime) from tz_test;
select cast(b as datetime) from tz_test;
select cast(c as datetime) from tz_test;
select cast(d as datetime) from tz_test;
select cast(e as datetime) from tz_test;
select cast(f as datetime) from tz_test;
set timezone 'America/New_York';
--test: cast numeric columns to DATETIMELTZ types
select cast(a as datetime with local time zone) from tz_test;
select cast(b as datetime with local time zone) from tz_test;
select cast(c as datetime with local time zone) from tz_test;
select cast(d as datetime with local time zone) from tz_test;
select cast(e as datetime with local time zone) from tz_test;
select cast(f as datetime with local time zone) from tz_test;
set timezone 'CET';
--test: cast numeric columns to DATETIMETZ types
select cast(a as datetime with time zone) from tz_test;
select cast(b as datetime with time zone) from tz_test;
select cast(c as datetime with time zone) from tz_test;
select cast(d as datetime with time zone) from tz_test;
select cast(e as datetime with time zone) from tz_test;
select cast(f as datetime with time zone) from tz_test;
drop table tz_test;
set timezone 'Asia/Seoul';
|
INSERT INTO entrys(eyuuid, eyparentuuid, uruuid)
VALUES (UUID_TO_BIN(:uuid), UUID_TO_BIN(:parentuuid), UUID_TO_BIN(:useruuid));
INSERT INTO folders(eyuuid, fdname)
VALUES (UUID_TO_BIN(:uuid), :name);
INSERT INTO history(hruuid, eyuuid, uruuid, hrdatetime, hrtype)
VALUES (UUID_TO_BIN(UUID()), UUID_TO_BIN(:uuid), UUID_TO_BIN(:useruuid), NOW(), 'create'); |
-- phpMyAdmin SQL Dump
-- version 3.5.2.2
-- http://www.phpmyadmin.net
--
-- Inang: 127.0.0.1
-- Waktu pembuatan: 05 Agu 2017 pada 12.04
-- Versi Server: 5.5.27
-- Versi PHP: 5.4.7
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 */;
--
-- Basis data: `aptk`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `admin_pengawas`
--
CREATE TABLE IF NOT EXISTS `admin_pengawas` (
`ID_ADMIN_PENGAWAS` int(11) NOT NULL AUTO_INCREMENT,
`IDPENGGUNA` varchar(100) DEFAULT NULL,
`ID_SPT` int(11) DEFAULT NULL,
`ID_KARYAWAN` varchar(50) DEFAULT NULL,
`ID_KELUHAN` int(11) DEFAULT NULL,
PRIMARY KEY (`ID_ADMIN_PENGAWAS`),
KEY `RELATION_201_FK` (`IDPENGGUNA`),
KEY `RELATION_208_FK` (`ID_SPT`),
KEY `RELATION_209_FK` (`ID_KARYAWAN`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=61 ;
--
-- Dumping data untuk tabel `admin_pengawas`
--
INSERT INTO `admin_pengawas` (`ID_ADMIN_PENGAWAS`, `IDPENGGUNA`, `ID_SPT`, `ID_KARYAWAN`, `ID_KELUHAN`) VALUES
(1, 'venny', 1, '201700001', 5),
(2, 'venny', 2, '201700001', 1),
(3, 'maudy', 2, '201700002', 1),
(4, 'raisa', 2, '201700003', 1),
(5, 'venny', 3, '201700001', 8),
(6, 'maudy', 3, '201700002', 8),
(7, 'raisa', 3, '201700003', 8),
(8, 'venny', 4, '201700001', 9),
(9, 'maudy', 4, '201700002', 9),
(10, 'raisa', 4, '201700003', 9),
(11, 'raisa', 5, '201700003', 10),
(12, 'venny', 5, '201700001', 10),
(13, 'maudy', 5, '201700002', 10),
(14, 'wahyuningsih', 6, '19631101.199602.2.002', 10),
(15, 'sofyan', 6, '19580119.198903.1.004', 10),
(16, 'endah', 6, '19580624.198303.2.011', 10),
(17, 'widya', 7, '19610527.198603.2.009', 12),
(18, 'etty', 7, '19610720.198603.2.008', 12),
(19, 'sita', 7, '19620602.199003.2.002', 12),
(20, 'wahyuningsih', 8, '19631101.199602.2.002', 11),
(21, 'nurlely', 8, '19651012.198603.2.013', 11),
(22, 'prastowo', 8, '19670620.199803.1.003', 11),
(23, 'nuky', 9, '19680816.199703.2.000', 13),
(24, 'prastowo', 9, '19670620.199803.1.003', 13),
(25, 'bambang', 9, '19600306.198903.1.008', 13),
(26, 'sofyan', 10, '19580119.198903.1.004', 14),
(27, 'endah', 10, '19580624.198303.2.011', 14),
(28, 'bambang', 10, '19600306.198903.1.008', 14),
(29, 'sofyan', 11, '19580119.198903.1.004', 15),
(30, 'endah', 11, '19580624.198303.2.011', 15),
(31, 'bambang', 11, '19600306.198903.1.008', 15),
(32, 'sofyan', 12, '19580119.198903.1.004', 16),
(33, 'bambang', 12, '19600306.198903.1.008', 16),
(34, 'etty', 12, '19610720.198603.2.008', 16),
(35, 'endah', 13, '19580624.198303.2.011', 17),
(36, 'bambang', 13, '19600306.198903.1.008', 17),
(37, 'wahyuningsih', 13, '19631101.199602.2.002', 17),
(38, 'sofyan', 14, '19580119.198903.1.004', 18),
(39, 'endah', 14, '19580624.198303.2.011', 18),
(40, 'bambang', 14, '19600306.198903.1.008', 18),
(41, 'sofyan', 15, '19580119.198903.1.004', 19),
(42, 'endah', 15, '19580624.198303.2.011', 19),
(43, 'bambang', 15, '19600306.198903.1.008', 19),
(44, 'widya', 16, '19610527.198603.2.009', 20),
(45, 'etty', 16, '19610720.198603.2.008', 20),
(46, 'sita', 16, '19620602.199003.2.002', 20),
(47, 'widya', 17, '19610527.198603.2.009', 21),
(48, 'etty', 17, '19610720.198603.2.008', 21),
(49, 'sita', 17, '19620602.199003.2.002', 21),
(50, 'widya', 18, '19610527.198603.2.009', 29),
(51, 'etty', 18, '19610720.198603.2.008', 29),
(52, 'sita', 18, '19620602.199003.2.002', 29),
(53, 'prastowo', 19, '19670620.199803.1.003', 30),
(54, 'sita', 19, '19620602.199003.2.002', 30),
(55, 'nuky', 19, '19680816.199703.2.000', 30),
(56, 'nuky', 20, '19680816.199703.2.000', 31),
(57, 'widya', 20, '19610527.198603.2.009', 31),
(58, 'endah', 20, '19580624.198303.2.011', 31),
(59, 'maudy', 1, '201700002', 5),
(60, 'raisa', 1, '201700003', 5);
-- --------------------------------------------------------
--
-- Struktur dari tabel `hasil_temuan`
--
CREATE TABLE IF NOT EXISTS `hasil_temuan` (
`ID_HASIL_TEMUAN` int(11) NOT NULL AUTO_INCREMENT,
`TGL_TEMUAN` datetime DEFAULT NULL,
`ISI_HASIL_TEMUAN` varchar(500) DEFAULT NULL,
`ID_SPT` int(11) DEFAULT NULL,
`ID_PASAL` int(11) DEFAULT NULL,
`JENIS_PELANGGARAN` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID_HASIL_TEMUAN`),
KEY `ID_SPT` (`ID_SPT`),
KEY `ID_PASAL` (`ID_PASAL`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;
--
-- Dumping data untuk tabel `hasil_temuan`
--
INSERT INTO `hasil_temuan` (`ID_HASIL_TEMUAN`, `TGL_TEMUAN`, `ISI_HASIL_TEMUAN`, `ID_SPT`, `ID_PASAL`, `JENIS_PELANGGARAN`) VALUES
(1, '2017-07-10 22:15:14', 'Saudara tidak melaporkan secara berkala kondisi ketenagakerjaan di perusahaan kepada Dinas Tenaga Kerja Kota Surabaya', 6, 2, '1'),
(2, '2017-07-10 22:22:04', 'Saudara mempekerjakan tenaga kerja lebih dari 10 (sepuluh) orang. tetapi belum memiliki Peraturan Perusahaan yang disahkan Menteri atau Pejabay yang ditunjuk.', 6, 4, '2'),
(3, '2017-07-13 19:09:09', '16 (enam belas) pekerja berdasarkan data yang Saudara berikan masih menerima upah dibawah ketentuan upah minimum tahun 2015 yang berlaku di Surabaya', 10, 6, '1'),
(4, '2017-07-13 19:12:30', 'Saudara tidak melaporkan secara berkala kondisi ketenagakerjaan di perusahaan kepada Dinas Tenaga Kerja Kota Surabaya', 10, 2, '1'),
(5, '2017-07-13 19:13:31', ' 16 (enam belas) pekerja berdasarkan data yang Saudara berikan masih menerima upah dibawah ketentuan upah minimum tahun 2015 yang berlaku di Surabaya', 6, 6, '1'),
(6, '2017-07-13 19:14:49', '16 (enam belas) pekerja berdasarkan data yang Saudara berikan masih menerima upah dibawah ketentuan upah minimum tahun 2015 yang berlaku di Surabaya', 11, 6, '1'),
(7, '2017-07-16 02:41:03', '16 (enam belas) pekerja berdasarkan data yang Saudara berikan masih menerima upah dibawah ketentuan upah minimum tahun 2015 yang berlaku di Surabaya', 12, 6, '1'),
(8, '2017-07-16 02:42:20', 'Saudara mempekerjakan tenaga kerja lebih dari 10 (sepuluh) orang. tetapi belum memiliki Peraturan Perusahaan yang disahkan Menteri atau Pejabat yang ditunjuk.', 10, 4, '1'),
(9, '2017-07-22 17:19:29', 'Perangkat Keselamatan Kerja Tidak tersedia', 16, 4, '2'),
(10, '2017-07-24 00:15:54', 'Perangkat Kerja Di bawah standar', 18, 2, '2'),
(11, '2017-07-29 14:58:29', 'a', 19, 1, '1'),
(12, '2017-07-29 17:12:18', 'a', 9, 1, '1'),
(13, '2017-07-29 19:38:16', 'a', 15, 1, '1'),
(14, '2017-07-29 19:42:29', '', 14, 1, '1'),
(15, '2017-07-29 20:20:39', 'as', 15, 2, '1'),
(16, '2017-08-01 00:38:44', 'Perangkat Kerja', 20, 1, '2'),
(17, '2017-08-01 00:38:58', 'Jam Kerja', 20, 4, '1');
-- --------------------------------------------------------
--
-- Struktur dari tabel `jenis_keluhan`
--
CREATE TABLE IF NOT EXISTS `jenis_keluhan` (
`ID_JENIS_KELUHAN` int(11) NOT NULL AUTO_INCREMENT,
`ID_TK` int(11) DEFAULT NULL,
`ID_KELUHAN_TK` int(11) DEFAULT NULL,
`ID_KELUHAN_SERIKAT` int(11) DEFAULT NULL,
`STATUS_PENYELESAIAN` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID_JENIS_KELUHAN`),
KEY `RELATION_205_FK` (`ID_TK`),
KEY `RELATION_206_FK` (`ID_KELUHAN_TK`),
KEY `RELATION_207_FK` (`ID_KELUHAN_SERIKAT`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ;
--
-- Dumping data untuk tabel `jenis_keluhan`
--
INSERT INTO `jenis_keluhan` (`ID_JENIS_KELUHAN`, `ID_TK`, `ID_KELUHAN_TK`, `ID_KELUHAN_SERIKAT`, `STATUS_PENYELESAIAN`) VALUES
(1, 30, 1, NULL, 30),
(2, 1, 2, NULL, 0),
(5, 1, 5, NULL, 0),
(6, 30, 6, NULL, 0),
(7, 1, 7, NULL, 20),
(8, 32, 8, NULL, 30),
(9, 33, 9, NULL, 30),
(10, 34, 10, NULL, 90),
(11, 34, 11, NULL, 100),
(12, 35, 12, NULL, 40),
(13, 36, 13, NULL, 70),
(14, 37, 14, NULL, 50),
(15, 35, 15, NULL, 90),
(16, 35, 16, NULL, 90),
(17, 37, 17, NULL, 30),
(18, 39, 18, NULL, 90),
(19, 40, 19, NULL, 90),
(20, 40, 20, NULL, 100),
(21, 40, 21, NULL, 100),
(24, 31, NULL, 1, 100),
(27, 40, 26, NULL, 100),
(28, 40, 27, NULL, 100),
(29, 31, NULL, 2, 100),
(30, 34, 28, NULL, 90),
(31, 41, 29, NULL, 70);
-- --------------------------------------------------------
--
-- Struktur dari tabel `karyawan`
--
CREATE TABLE IF NOT EXISTS `karyawan` (
`ID_KARYAWAN` varchar(50) NOT NULL,
`ID_KABID` int(11) DEFAULT NULL,
`NAMA_KARYAWAN` varchar(50) DEFAULT NULL,
`ALAMAT_KARYAWAN` varchar(50) DEFAULT NULL,
`JENIS_KELAMIN` varchar(10) DEFAULT NULL,
`TELP_KARYAWAN` varchar(50) DEFAULT NULL,
`PENDIDIKAN` varchar(50) DEFAULT NULL,
`SPESIALISASI` varchar(50) DEFAULT NULL,
`GOLONGAN` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID_KARYAWAN`),
KEY `RELATION_200_FK` (`ID_KABID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `karyawan`
--
INSERT INTO `karyawan` (`ID_KARYAWAN`, `ID_KABID`, `NAMA_KARYAWAN`, `ALAMAT_KARYAWAN`, `JENIS_KELAMIN`, `TELP_KARYAWAN`, `PENDIDIKAN`, `SPESIALISASI`, `GOLONGAN`) VALUES
('10170001.189423.1.001', 6, '<NAME>', 'Jl. K<NAME> XI-GP/20 Sidoarjo', 'Laki-laki', '08847582643', 'D3 Teknik Elektro', 'Elektronika Arus Rendah', NULL),
('101800001', 5, '<NAME>', 'Jl. Suko Semolo No.69 Surabaya', 'Laki-laki', '06845485635', 'D3 Hukum', NULL, NULL),
('1234.5678.9012', 31, 'Joko Jainul', 'Jl. Cempaka Mas No. 11 Surabaya', 'Laki-laki', '0683764386', NULL, NULL, 'Penata Muda Tk. I'),
('19580119.198903.1.004', 26, 'Drs. <NAME>.', 'Jl. Rajwali II/32 Sidoarjo', 'Laki-laki', '087694653', 'S1 Hubungan Internasional', 'Hubungan Internasional', 'Penata (III/c)'),
('19580624.198303.2.011', 17, 'Endah Setyowati, SE', 'Jl. Wonocolo Selatan XI/44 Surabaya', 'Perempuan', '0896769574', 'S1 Ekonomi', 'Ekonomi', 'Penata Muda Tk. I (III/b)'),
('19600306.198903.1.008', 12, 'Drs. B<NAME>.', 'Jl. Merak IX/11 Gresik', 'Laki-laki', '0867575846', 'S1 Teknik Sipil', 'Konstruksi Bangunan', 'Penata (III/c)'),
('19610527.198603.2.009', 30, 'D<NAME>.', 'Jl. Kutilang II-OB/2 Gresik', 'Perempuan', '0867455639', 'S1 Pendidikan Kewarganegaraan', 'Kewarganegaraan', 'Penata (III/c)'),
('19610720.198603.2.008', 18, '<NAME>, SE', 'Jl. Baruk Timur III-RQ/55 Surabaya', 'Perempuan', '984760273', 'S1 Akuntansi', 'Ekonomi & Akuntansi', 'Penata (III/c)'),
('19620602.199003.2.002', 25, 'S<NAME>, SH', 'Jl. Merak VII-TVE/4 Gresik', 'Perempuan', '08675846447', 'S1 Hukum', 'Hukum', 'Penata Muda Tk. I (III/b)'),
('19631101.199602.2.002', 29, 'D<NAME>, MM', 'Jl. Beton V-R/33 Surabaya', 'Perempuan', '0867483658', 'S2 Magister Manajemen', 'Manajemen', 'Penata Muda Tk. I (III/b)'),
('19651012.198603.2.013', 23, 'Nurlely <NAME>, SH. MH.', 'Jl. Kasuari V/112 Gresik', 'Perempuan', '08867586385', 'S1 Hukum', 'Hukum', 'Penata Muda Tk. I (III/b)'),
('19670620.199803.1.003', 24, '<NAME>', 'Jl. Baruk Selatan XI-UU/32 Surabaya', 'Laki-laki', '045639363', 'S1 Teknik Sipil', 'Konstruksi Bangunan', 'Penata Muda Tk. I (III/b)'),
('19680816.199703.2.000', 22, '<NAME>, SH', 'Jl. Baruk Utara XI-B/36 Surabaya', 'Perempuan', '0587749573', 'S1 Hukum', 'Hukum', 'Penata (III/c)'),
('201700001', 2, 'Venny', 'Jl. J<NAME>ayani No. 35 Komplek Calours', 'Perempuan', '085543569980', 'D3 KOMPUTERISASI PERKANTORAN & KESEKRETARIATAN', 'Sekretariatan', 'Penata (III/c)'),
('201700002', 3, '<NAME>', 'Jl. Wonocolo No. 3 Surabaya', 'Perempuan', '05482634', 'D3 KOMPUTERISASI PERKANTORAN & KESEKRETARIATAN', 'Sekretariatan', 'Penata (III/c)'),
('201700003', 4, '<NAME>', 'Jl. Wonokoyo No. 10 Surabaya', 'Perempuan', '02386382', 'D3 KOMPUTERISASI PERKANTORAN & KESEKRETARIATAN', 'Sekretariatan', 'Penata (III/c)');
-- --------------------------------------------------------
--
-- Struktur dari tabel `keluhan_serikat`
--
CREATE TABLE IF NOT EXISTS `keluhan_serikat` (
`ID_KELUHAN_SERIKAT` int(11) NOT NULL AUTO_INCREMENT,
`JENIS_KELUHAN_SERIKAT` varchar(50) DEFAULT NULL,
`TGL_MASUK` datetime DEFAULT NULL,
`TGL_SELESAI` datetime DEFAULT NULL,
`BUKTI_FILE_SERIKAT` text,
`ISI_KELUHAN_SERIKAT` varchar(500) DEFAULT NULL,
PRIMARY KEY (`ID_KELUHAN_SERIKAT`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data untuk tabel `keluhan_serikat`
--
INSERT INTO `keluhan_serikat` (`ID_KELUHAN_SERIKAT`, `JENIS_KELUHAN_SERIKAT`, `TGL_MASUK`, `TGL_SELESAI`, `BUKTI_FILE_SERIKAT`, `ISI_KELUHAN_SERIKAT`) VALUES
(1, 'Pelanggaran K3', '2017-07-23 23:22:26', NULL, NULL, 'Alat keselamatan di bawah standar'),
(2, 'Pelanggaran K3', '2017-07-24 00:03:54', NULL, NULL, 'Alat kerja di bawah standar');
-- --------------------------------------------------------
--
-- Struktur dari tabel `keluhan_tk`
--
CREATE TABLE IF NOT EXISTS `keluhan_tk` (
`ID_KELUHAN_TK` int(11) NOT NULL AUTO_INCREMENT,
`JENIS_KELUHAN` varchar(50) DEFAULT NULL,
`TANGGAL_MASUK` datetime DEFAULT NULL,
`TANGGAL_SESUAI` datetime DEFAULT NULL,
`ISI_KELUHAN` varchar(500) DEFAULT NULL,
`BUKTI_FILE` text,
PRIMARY KEY (`ID_KELUHAN_TK`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;
--
-- Dumping data untuk tabel `keluhan_tk`
--
INSERT INTO `keluhan_tk` (`ID_KELUHAN_TK`, `JENIS_KELUHAN`, `TANGGAL_MASUK`, `TANGGAL_SESUAI`, `ISI_KELUHAN`, `BUKTI_FILE`) VALUES
(1, 'Pelanggaran K3', '2017-06-01 05:03:26', NULL, 'Tidak diberi alat keselamatan yang mumpuni', NULL),
(2, 'Pelanggaran Normatif', '2017-06-04 10:15:56', NULL, 'Bla bal bal.. bla', NULL),
(3, 'Pelanggaran Normatif', '2017-06-04 10:19:29', NULL, 'asdq asda qwdas Lorem ipsum', NULL),
(4, 'Pelanggaran Normatif', '2017-06-04 10:21:14', NULL, 'asdq asda qwdas Lorem ipsum', NULL),
(5, 'Pelanggaran K3', '2017-06-04 10:39:34', NULL, 'asda', NULL),
(6, 'Pelanggaran K3', '2017-06-04 15:29:06', NULL, 'Lorem Ipsum ...', NULL),
(7, 'Pelanggaran K3', '2017-07-09 05:19:21', NULL, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\r\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\r\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', NULL),
(8, '<NAME>', '2017-07-09 06:29:35', NULL, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\r\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\r\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', NULL),
(9, '<NAME>', '2017-07-09 06:35:04', NULL, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\r\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\r\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', NULL),
(10, '<NAME>', '2017-07-09 06:53:48', NULL, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\r\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\r\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', NULL),
(11, 'Pelanggaran Normatif', '2017-07-09 09:12:45', NULL, 'Upah dibawah standar', NULL),
(12, 'Pelanggaran K3', '2017-07-09 12:56:48', NULL, 'Lorem Ipsum dolor sit amet', NULL),
(13, 'Pelanggaran K3', '2017-07-09 15:26:51', NULL, 'Tes normatif', NULL),
(14, 'Pelanggaran K3', '2017-07-09 15:35:50', NULL, 'Wew', NULL),
(15, 'Pelanggaran K3', '2017-07-10 02:46:00', NULL, 'Tidak diberi perangkat keselamatan', NULL),
(16, 'Pelanggaran K3', '2017-07-10 06:21:58', NULL, 'Lorem', NULL),
(17, 'Pelanggaran Normatif', '2017-07-10 07:04:40', NULL, 'Upah di bawah minimum ', NULL),
(18, 'Pelanggaran K3', '2017-07-10 13:45:45', NULL, 'Tidak Diberikan Alat Keselamatan', NULL),
(19, 'Pelanggaran Normatif', '2017-07-22 13:47:04', NULL, 'Pembayaran Gaji Telat 2 Bulan', NULL),
(20, 'Pelanggaran K3', '2017-07-22 14:22:15', NULL, 'Tidak diberikan Helm proyek', NULL),
(21, 'Pelanggaran K3', '2017-07-22 18:13:34', NULL, 'Disnaker', NULL),
(26, 'Pelanggaran Normatif', '2017-07-23 23:58:33', NULL, 'Gaji telat 2 bulan', NULL),
(27, 'Pelanggaran K3', '2017-07-24 00:00:10', NULL, 'Peralatan tidak lengkap', NULL),
(28, 'Pelanggaran Normatif', '2017-07-29 12:46:33', NULL, 'Lorem ipsum.', NULL),
(29, 'Pelanggaran K3', '2017-08-01 00:15:31', NULL, 'Bla bla', NULL);
-- --------------------------------------------------------
--
-- Struktur dari tabel `kepala_bidang`
--
CREATE TABLE IF NOT EXISTS `kepala_bidang` (
`ID_KABID` int(11) NOT NULL AUTO_INCREMENT,
`IDPENGGUNA` varchar(100) DEFAULT NULL,
`IS_CHILD` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`ID_KABID`),
KEY `RELATION_199_FK` (`IDPENGGUNA`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ;
--
-- Dumping data untuk tabel `kepala_bidang`
--
INSERT INTO `kepala_bidang` (`ID_KABID`, `IDPENGGUNA`, `IS_CHILD`) VALUES
(1, 'admin', 3),
(2, 'venny', 1),
(3, 'maudy', 1),
(4, 'raisa', 1),
(5, 'aries', 3),
(6, 'sulton', 0),
(7, 'ahmadmuksoni', 2),
(8, 'aminwahjoe', 2),
(9, 'amsar', 2),
(10, 'andri', 2),
(11, 'aries', 2),
(12, 'bambang', 2),
(13, 'boing', 2),
(14, 'desitri', 2),
(15, 'diahprihatmini', 2),
(16, 'dwiretna', 2),
(17, 'endah', 2),
(18, 'etty', 2),
(19, 'gatot', 2),
(20, 'hariwanto', 2),
(21, 'khafidz', 2),
(22, 'nuky', 2),
(23, 'nurlely', 2),
(24, 'prastowo', 2),
(25, 'sita', 2),
(26, 'sofyan', 2),
(27, 'srihartini', 2),
(28, 'sucipto', 2),
(29, 'wahyuningsih', 2),
(30, 'widya', 2),
(31, 'joko', 2);
-- --------------------------------------------------------
--
-- Struktur dari tabel `laporan_kejadian`
--
CREATE TABLE IF NOT EXISTS `laporan_kejadian` (
`ID_LAP_KEJADIAN` int(11) NOT NULL AUTO_INCREMENT,
`TGL_LAP_KEJADIAN` datetime DEFAULT NULL,
`ISI_LAP_KEJADIAN` varchar(500) DEFAULT NULL,
PRIMARY KEY (`ID_LAP_KEJADIAN`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Struktur dari tabel `nota_pemeriksaan`
--
CREATE TABLE IF NOT EXISTS `nota_pemeriksaan` (
`ID_NOTA_PEMERIKSAAN` int(11) NOT NULL AUTO_INCREMENT,
`TGL_NOTA_PEMERIKSAAN` datetime DEFAULT NULL,
`ISI_NOTA_PEMERIKSAAN` varchar(500) DEFAULT NULL,
`ID_SPT` int(11) DEFAULT NULL,
`IS_COME` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID_NOTA_PEMERIKSAAN`),
KEY `ID_SPT` (`ID_SPT`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;
--
-- Dumping data untuk tabel `nota_pemeriksaan`
--
INSERT INTO `nota_pemeriksaan` (`ID_NOTA_PEMERIKSAAN`, `TGL_NOTA_PEMERIKSAAN`, `ISI_NOTA_PEMERIKSAAN`, `ID_SPT`, `IS_COME`) VALUES
(1, '2017-07-13 17:30:31', '1', 6, 0),
(6, '2017-07-13 18:18:36', '2', 6, 0),
(7, '2017-07-13 18:20:49', '3', 6, 0),
(8, '2017-07-13 19:28:45', '1', 11, 0),
(9, '2017-07-13 19:28:59', '2', 11, 0),
(11, '2017-07-13 19:30:22', '3', 11, 0),
(12, '2017-07-22 17:20:08', '1', 16, 0),
(13, '2017-07-22 17:22:24', '2', 16, 0),
(14, '2017-07-22 17:24:33', '3', 16, 0),
(15, '2017-07-22 17:25:03', '4', 16, 0),
(16, '2017-07-24 00:16:10', '1', 18, 0),
(17, '2017-07-24 00:16:51', '2', 18, 0),
(18, '2017-07-24 00:17:03', '3', 18, 0),
(19, '2017-07-24 00:17:19', '4', 18, 0),
(20, '2017-07-29 14:58:39', '1', 19, 0),
(21, '2017-07-29 17:12:26', '0', 9, 0),
(22, '2017-07-29 17:15:53', '0', 9, 0),
(23, '2017-07-29 17:21:13', '0', 9, 0),
(24, '2017-07-29 17:25:06', '0', 9, 0),
(25, '2017-07-29 17:29:26', '1', 9, 1),
(26, '2017-07-29 17:48:35', '2', 19, 0),
(27, '2017-07-29 19:34:01', '3', 19, 0),
(28, '2017-07-29 19:38:30', '1', 15, 0),
(29, '2017-07-29 19:40:45', '2', 15, 0),
(30, '2017-07-29 19:41:05', '3', 15, 0),
(31, '2017-07-29 19:42:51', '1', 14, 0),
(32, '2017-07-29 19:43:10', '2', 14, 0),
(33, '2017-07-29 19:43:23', '3', 14, 1),
(34, '2017-07-30 16:05:36', '1', 12, 0),
(35, '2017-07-30 16:08:03', '2', 12, 0),
(36, '2017-07-30 22:32:46', '3', 12, 0),
(37, '2017-08-01 00:39:10', '1', 20, 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `pasal`
--
CREATE TABLE IF NOT EXISTS `pasal` (
`ID_PASAL` int(11) NOT NULL AUTO_INCREMENT,
`NOMOR_PASAL` varchar(500) DEFAULT NULL,
`KETERANGAN_PASAL` text,
`JENIS_PASAL_PELANGGARAN` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID_PASAL`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
--
-- Dumping data untuk tabel `pasal`
--
INSERT INTO `pasal` (`ID_PASAL`, `NOMOR_PASAL`, `KETERANGAN_PASAL`, `JENIS_PASAL_PELANGGARAN`) VALUES
(1, NULL, 'Pasal 7 ayat (1) jo', '2'),
(2, NULL, 'Pasal 10 ayat (1) Undang-undang nomor 7 tahun 1981', '2'),
(3, NULL, 'Undang-undang Nomor 13 tahun 2003 pasal 108 ayat (1) jo', '2'),
(4, NULL, 'Permenakertrans RI No.Per.16/Men/XI/2011 pasal 2 ayat (1) jo.', '1'),
(5, NULL, 'Pasal 30', '1'),
(6, NULL, 'Undang-undang Nomor 13 tahun 2003 pasal 90 ayat (1) jo', '1'),
(7, NULL, 'Peraturan Gubernur Jawa Timur Nomor 72 Tahun 2014', '1'),
(8, NULL, 'Pasal 28 ayat 1', '2');
-- --------------------------------------------------------
--
-- Struktur dari tabel `pengguna`
--
CREATE TABLE IF NOT EXISTS `pengguna` (
`IDPENGGUNA` varchar(100) NOT NULL,
`PASSWORD` text,
`STATUS_PENGGUNA` varchar(50) DEFAULT NULL,
PRIMARY KEY (`IDPENGGUNA`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `pengguna`
--
INSERT INTO `pengguna` (`IDPENGGUNA`, `PASSWORD`, `STATUS_PENGGUNA`) VALUES
('admin', '<PASSWORD>', 'AKTIF'),
('admin_pengawas', '<PASSWORD>', 'AKTIF'),
('ahmadmuksoni', '<PASSWORD>', 'AKTIF'),
('aminwahjoe', '<PASSWORD>', 'AKTIF'),
('amsar', '<PASSWORD>', 'AKTIF'),
('andri', '<PASSWORD>', 'AKTIF'),
('aries', '<PASSWORD>', 'AKTIF'),
('bambang', '<PASSWORD>', 'AKTIF'),
('boing', '<PASSWORD>', 'AKTIF'),
('desitri', '<PASSWORD>', 'AKTIF'),
('diahprihatmini', '<PASSWORD>', 'AKTIF'),
('dwiretna', '<PASSWORD>', 'AKTIF'),
('endah', '<PASSWORD>', 'AKTIF'),
('etty', '<PASSWORD>', 'AKTIF'),
('gatot', '<PASSWORD>', 'AKTIF'),
('hariwanto', '<PASSWORD>', 'AKTIF'),
('joko', '<PASSWORD>', 'AKTIF'),
('kabid_pengawas', '<PASSWORD>', 'AKTIF'),
('khafidz', '<PASSWORD>', 'AKTIF'),
('maudy', '<PASSWORD>', 'AKTIF'),
('nuky', '<PASSWORD>', 'AKTIF'),
('nurlely', '<PASSWORD>', 'AKTIF'),
('pengawas', '<PASSWORD>', 'AKTIF'),
('prastowo', '<PASSWORD>', 'AKTIF'),
('raisa', '<PASSWORD>', 'AKTIF'),
('sita', '<PASSWORD>', 'AKTIF'),
('sofyan', '<PASSWORD>', 'AKTIF'),
('srihartini', '<PASSWORD>', 'AKTIF'),
('sucipto', '<PASSWORD>', 'AKTIF'),
('sulton', '<PASSWORD>', 'AKTIF'),
('venny', '<PASSWORD>', 'AKTIF'),
('wahyuningsih', '<PASSWORD>', 'AKTIF'),
('widya', '<PASSWORD>', 'AKTIF');
-- --------------------------------------------------------
--
-- Struktur dari tabel `petugas_pengawas`
--
CREATE TABLE IF NOT EXISTS `petugas_pengawas` (
`ID_PENGAWAS` int(11) NOT NULL AUTO_INCREMENT,
`ID_NOTA_PEMERIKSAAN` int(11) DEFAULT NULL,
`ID_LAP_KEJADIAN` int(11) DEFAULT NULL,
`ID_HASIL_TEMUAN` int(11) DEFAULT NULL,
`ID_KELUHAN_SERIKAT` int(11) DEFAULT NULL,
`ID_KELUHAN_TK` int(11) DEFAULT NULL,
`IDPENGGUNA` varchar(100) DEFAULT NULL,
`ID_KARYAWAN` varchar(50) DEFAULT NULL,
PRIMARY KEY (`ID_PENGAWAS`),
KEY `RELATION_193_FK` (`ID_NOTA_PEMERIKSAAN`),
KEY `RELATION_194_FK` (`ID_LAP_KEJADIAN`),
KEY `RELATION_195_FK` (`ID_HASIL_TEMUAN`),
KEY `RELATION_196_FK` (`ID_KELUHAN_SERIKAT`),
KEY `RELATION_197_FK` (`ID_KELUHAN_TK`),
KEY `RELATION_198_FK` (`IDPENGGUNA`),
KEY `RELATION_210_FK` (`ID_KARYAWAN`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Struktur dari tabel `surat_perintah_tugas`
--
CREATE TABLE IF NOT EXISTS `surat_perintah_tugas` (
`ID_SPT` int(11) NOT NULL AUTO_INCREMENT,
`NO_SPT` varchar(500) DEFAULT NULL,
`STATUS_SPT` int(11) DEFAULT '1',
`IS_ACTIVE_SPT` int(11) DEFAULT '0',
`TGL_SPT` datetime DEFAULT NULL,
`ISI_SPT` varchar(500) DEFAULT NULL,
`PEMERIKSAAN` text,
`ID_PASAL` int(11) DEFAULT NULL,
`JUMLAH_PEGAWAI` varchar(50) DEFAULT NULL,
`TGL_PEMERIKSAAN` datetime DEFAULT NULL,
`IS_CONFIRM` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID_SPT`),
KEY `ID_PASAL` (`ID_PASAL`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
--
-- Dumping data untuk tabel `surat_perintah_tugas`
--
INSERT INTO `surat_perintah_tugas` (`ID_SPT`, `NO_SPT`, `STATUS_SPT`, `IS_ACTIVE_SPT`, `TGL_SPT`, `ISI_SPT`, `PEMERIKSAAN`, `ID_PASAL`, `JUMLAH_PEGAWAI`, `TGL_PEMERIKSAAN`, `IS_CONFIRM`) VALUES
(1, '1/18/10.07/2017', 0, 0, '2017-06-10 01:36:54', NULL, NULL, NULL, NULL, NULL, 0),
(2, '2/18/10.07/2017', 0, 1, '2017-06-10 01:38:31', 'Tes 123', NULL, NULL, NULL, NULL, 0),
(3, '3/18/10.07/2017', 0, 1, '2017-07-09 06:46:29', '1. Melaksanakan pembinaan, pemeriksaan dan pengawasan pelaksanaan peraturan perundang-undangan di bidang ketenagakerjaan di perusahaan PT. Sritex Solution, Jl. Raya Kebon Jeruk No. 112 Surabaya\r\n2. Dilaksanakan mulai tanggal 14 Juli 2017 sampai dengan selesai\r\n3. Melaporkan hasilnya kepada Kepala Dinas', NULL, NULL, NULL, NULL, 0),
(4, '4/18/10.07/2017', 0, 1, '2017-07-09 06:46:42', '1. Melaksanakan pembinaan, pemeriksaan dan pengawasan pelaksanaan peraturan perundang-undangan di bidang ketenagakerjaan di perusahaan PT. Solindo, Jl. Diponegoro No. 35 Surabaya\n2. Dilaksanakan mulai tanggal 13 Juli 2017 sampai dengan selesai\n3. Melaporkan hasilnya kepada Kepala Dinas', NULL, NULL, NULL, NULL, 0),
(5, '5/18/10.07/2017', 0, 1, '2017-07-09 06:54:41', 'Lorem Ipsum', NULL, NULL, NULL, NULL, 0),
(6, '6/18/10.07/2017', 1, 1, '2017-07-09 09:13:33', '1. Melaksanakan pembinaan, pemeriksaan dan pengawasan pelaksanaan peraturan perundang-undangan di bidang ketenagakerjaan di perusahaan PT. Fintego Indonesia, Jl. Demak No. 23 Surabaya\n2. Dilaksanakan mulai tanggal 14 Juli 2017 sampai dengan selesai\n3. Melaporkan hasilnya kepada Kepala Dinas', 'Kurangnya Perlengkapan Keselamatan Kerja', NULL, '54', '2017-07-17 03:00:00', 0),
(7, '7/18/10.07/2017', 1, 1, '2017-07-09 12:58:15', 'Lorem ipsum dolor sit amet', 'Terjadi konflik internal antara pengusaha dengan pekerja', NULL, '34', '2017-07-16 08:47:05', 0),
(8, '8/18/10.07/2017', 0, 1, '2017-07-09 14:41:18', 'Tes 123', NULL, NULL, NULL, NULL, 0),
(9, '9/18/10.07/2017', 1, 1, '2017-07-09 15:27:19', 'Lorem Ipsum dolor sit amet', '123', NULL, '100', '2017-07-29 17:12:07', 0),
(10, '10/18/10.07/2017', 1, 1, '2017-07-09 15:36:25', 'Lorem Ipsum tes', 'Terjadi konflik internal di dalam perusahaan', NULL, '55', '2017-07-17 03:00:00', 0),
(11, '11/18/10.07/2017', 1, 1, '2017-07-10 02:46:37', 'Lorem', 'Terjadi konflik internal antara pengusaha dengan pekerja', NULL, '50', '2017-07-17 03:00:00', 0),
(12, '12/18/10.07/2017', 1, 1, '2017-07-10 06:22:21', NULL, 'Terjadi keterlambatan pembayaran gaji karyawan yang mencapai 1 bulan', NULL, '45', '2017-07-17 03:00:00', 1),
(13, '13/18/10.07/2017', 0, 1, '2017-07-10 07:05:06', NULL, NULL, NULL, NULL, NULL, 0),
(14, '14/18/10.07/2017', 1, 1, '2017-07-10 13:46:17', NULL, 'Terjadi konflik internal antara pengusaha dengan karyawan\r\n', NULL, '30', '2017-07-17 03:00:00', 0),
(15, '15/19/22.07/2017', 1, 1, '2017-07-22 13:50:20', NULL, 'orem', NULL, '100', '2017-07-29 19:38:00', 0),
(16, '16/20/22.07/2017', 1, 1, '2017-07-22 14:25:00', '1. Melakukan pemeriksaan pelaksanaan peraturan perundang-undangan ketenagakerjaan pada perusahaan Ittron Global Teknologi alamat Jl. Wonokoyo Utara No. 90 Surabaya <br/>2. melaksanakan tugas dari tanggal 24-07-2017 s/d tanggal 27-07-2017 <br/>3. Setelah selesai melaksanakan tugas, segera menyampaikan laporan tertulis kepada Kepala Dinas Sulton Prakasa.', 'Perusahaan terkait tidak menyediakan cukup banyak alat keselamatan bagi para pekerja.', NULL, '50', '2017-07-22 17:17:32', 0),
(17, '17/21/22.07/2017', 1, 1, '2017-07-22 18:14:06', '1. Melakukan pemeriksaan pelaksanaan peraturan perundang-undangan ketenagakerjaan pada perusahaan Ittron Global Teknologi alamat Jl. Wonokoyo Utara No. 90 Surabaya <br/>2. melaksanakan tugas dari tanggal 26-07-2017 s/d tanggal 31-07-2017 <br/>3. Setelah selesai melaksanakan tugas, segera menyampaikan laporan tertulis kepada Kepala Dinas Sulton Prakasa.', 'Wow', NULL, '35', '2017-07-22 18:19:35', 0),
(18, '18/29/24.07/2017', 1, 1, '2017-07-24 00:04:25', '1. Melakukan pemeriksaan pelaksanaan peraturan perundang-undangan ketenagakerjaan pada perusahaan CV. Lucky Star alamat Jl. Ronggolawe No. 103 Cepu Blora Jawa Tengah <br/>2. melaksanakan tugas dari tanggal 25-07-2017 s/d tanggal 27-07-2017 <br/>3. Setelah selesai melaksanakan tugas, segera menyampaikan laporan tertulis kepada Kepala Dinas Sulton Prakasa.', 'Alat kerja yang mudah rusak dan di bawah standar membahayakan pekerja', NULL, '102', '2017-07-24 00:15:05', 0),
(19, '19/30/29.07/2017', 1, 1, '2017-07-29 13:15:59', '1. Melakukan pemeriksaan pelaksanaan peraturan perundang-undangan ketenagakerjaan pada perusahaan PT. Fintego Indonesia alamat Jl. Demak No. 23 Surabaya <br/>2. melaksanakan tugas dari tanggal 30-07-2017 s/d tanggal 01-08-2017 <br/>3. Setelah selesai melaksanakan tugas, segera menyampaikan laporan tertulis kepada Kepala Dinas Sulton Prakasa.', 'Tes 123', NULL, '100', '2017-07-29 14:36:51', 0),
(20, '20/31/01.08/2017', 1, 1, '2017-08-01 00:16:30', '1. Melakukan pemeriksaan pelaksanaan peraturan perundang-undangan ketenagakerjaan pada perusahaan Ittron Global Teknologi alamat Jl. Wonokoyo Utara No. 90 Surabaya <br/>2. melaksanakan tugas dari tanggal 01-08-2017 s/d tanggal 04-08-2017 <br/>3. Setelah selesai melaksanakan tugas, segera menyampaikan laporan tertulis kepada Kepala Dinas Sulton Prakasa.', 'Rusak', NULL, '45', '2017-08-01 00:38:21', 0);
-- --------------------------------------------------------
--
-- Struktur dari tabel `tenaga_kerja`
--
CREATE TABLE IF NOT EXISTS `tenaga_kerja` (
`ID_TK` int(11) NOT NULL AUTO_INCREMENT,
`NO_KTP` varchar(50) DEFAULT NULL,
`EMAIL` varchar(100) DEFAULT NULL,
`NAMA_TK` varchar(50) DEFAULT NULL,
`ALAMAT_TK` varchar(100) DEFAULT NULL,
`TEMPAT_LAHIR` varchar(50) DEFAULT NULL,
`TANGGAL_LAHIR` datetime DEFAULT NULL,
`JENIS_KEL` varchar(50) DEFAULT NULL,
`AGAMA` varchar(50) DEFAULT NULL,
`STATUS_KAWIN` varchar(50) DEFAULT NULL,
`PEKERJAAN` varchar(50) DEFAULT NULL,
`KEWARGANEGARAAN` varchar(50) DEFAULT NULL,
`PASSWORD_TK` text,
`NAMA_SERIKAT` varchar(50) DEFAULT NULL,
`ALAMAT_SERIKAT` varchar(500) DEFAULT NULL,
`TELP_SERIKAT` varchar(50) DEFAULT NULL,
`NAMA_PERUSAHAAN` varchar(100) DEFAULT NULL,
`ALAMAT_PERUSAHAAN` varchar(500) DEFAULT NULL,
`EMAIL_PERUSAHAAN` varchar(100) DEFAULT NULL,
`TELP_PERUSAHAAN` varchar(50) DEFAULT NULL,
`TELP_HRD_SERIKAT` varchar(50) DEFAULT NULL,
`TOKEN_REG` text,
`USER_STS` int(11) DEFAULT NULL,
`USER_TYPE` varchar(50) DEFAULT NULL,
`JABATAN` varchar(100) DEFAULT NULL,
`LAMA_KERJA` varchar(5) DEFAULT NULL,
`JENIS_USAHA` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID_TK`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=42 ;
--
-- Dumping data untuk tabel `tenaga_kerja`
--
INSERT INTO `tenaga_kerja` (`ID_TK`, `NO_KTP`, `EMAIL`, `NAMA_TK`, `ALAMAT_TK`, `TEMPAT_LAHIR`, `TANGGAL_LAHIR`, `JENIS_KEL`, `AGAMA`, `STATUS_KAWIN`, `PEKERJAAN`, `KEWARGANEGARAAN`, `PASSWORD_TK`, `NAMA_SERIKAT`, `ALAMAT_SERIKAT`, `TELP_SERIKAT`, `NAMA_PERUSAHAAN`, `ALAMAT_PERUSAHAAN`, `EMAIL_PERUSAHAAN`, `TELP_PERUSAHAAN`, `TELP_HRD_SERIKAT`, `TOKEN_REG`, `USER_STS`, `USER_TYPE`, `JABATAN`, `LAMA_KERJA`, `JENIS_USAHA`) VALUES
(1, '3525101009930002', '<EMAIL>', '<NAME>', 'Jl. Siwalankerto No. 100', 'Jogja', '2000-05-10 00:00:00', 'Laki-laki', 'Islam', 'Belum Kawin', 'Wiraswasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'Addeect Code Works', 'Jl. Rajawali IV No. 2', '<EMAIL>', '59137518', '2257382', '', 1, 'perseorangan', '', '', 'IT Company'),
(30, '32604386', '<EMAIL>', '<NAME>', 'Jl. Rajawali IV No. 2 GKA', 'Jakarta', '1993-03-10 00:00:00', 'Laki-laki', 'Islam', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'Ittron Global Teknologi', 'Jl. GKB Lama No. 166', '<EMAIL>', '0532577', '483246', NULL, 1, 'perseorangan', 'Support Programmer', '0', 'IT Company'),
(31, NULL, '<EMAIL>', NULL, NULL, NULL, '1970-01-01 07:00:00', NULL, NULL, NULL, NULL, NULL, '46f94c8de14fb36680850768ff1b7f2a', 'SPSI', 'Jl. Kasuari NO. 34', '027263582', 'CV. Lucky Star', 'Jl. Ronggolawe No. 103 Cepu Blora Jawa Tengah', '<EMAIL>', '0532577', '032853252', NULL, 1, 'perserikatan', NULL, NULL, 'Percetakan Banner'),
(32, '84692262839', '<EMAIL>', '<NAME>', 'Jl. Sidosermo No.45 Sidoarjo', 'Purwokerto', '1993-07-10 00:00:00', 'Laki-laki', 'Budha', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Sritex Solution', 'Jl. Raya Kebon Jeruk No. 112 Surabaya', '<EMAIL>', '0317564846', '0318673758', NULL, 1, 'perseorangan', 'Staff Keuangan', '2', 'Eksportir Importir Barang Elektronik'),
(33, '52658658185', '<EMAIL>', '<NAME>', 'Jl. Raya Jagir Wonokromo No. 29 Surabaya', 'Jakarta', '1994-10-12 00:00:00', 'Perempuan', 'Kristen', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Solindo', 'Jl. Diponegoro No. 35 Surabaya', '<EMAIL>', '0318678358', '0318663837', NULL, 1, 'perseorangan', 'Staff Desain', '3', 'Media Massa Elektronik'),
(34, '5937562026', '<EMAIL>', '<NAME>', 'Jl. Klampis Jaya No. 123 Sidoajo', 'Ambon', '1993-01-08 00:00:00', 'Perempuan', 'Kristen', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Fintego Indonesia', 'Jl. Demak No. 23 Surabaya', '<EMAIL>', '0315727256', '0318578262', NULL, 1, 'perseorangan', 'Staff General Affair', '1', 'Bidang Jasa Ekspedisi'),
(35, '46729329682', '<EMAIL>', '<NAME>', 'Jl. Jawa No. 24 GKB Gresik', 'Gresik', '1985-07-04 00:00:00', 'Laki-laki', 'Islam', 'Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Srikaya Emas', 'Jl. Wonokoyo Utara No. 90 Surabaya', '<EMAIL>', '0843859735', '058359374', NULL, 1, 'perseorangan', 'Staff IT', '5', 'Importir Barang Fashion'),
(36, '373265926', '<EMAIL>', '<NAME>', 'Jl. Merak III No. 50 GKA Gresik', 'Gresik', '1988-04-05 00:00:00', 'Perempuan', 'Hindu', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Srikaya Emas', 'Jl. Wonokoyo Utara No. 34 Surabaya', '<EMAIL>', '0319266426', '0316833836', '', 1, 'perseorangan', 'Staff Finance', '7', 'Produsen Bahan Bangunan'),
(37, '32952672597', '<EMAIL>', '<NAME>', 'Jl. Kutilang No. 22 GKA Gresik', 'Tulungagung', '1983-11-05 00:00:00', 'Laki-laki', 'Islam', 'Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Dubai Exsoteknik', 'Jl. Banjar Kemantren No. 34 Surabaya', '<EMAIL>', '0233682815', '034863838', NULL, 1, 'perseorangan', 'Staff Elektronika', '9', 'Produsen Cat Emulsi'),
(38, '593828582', '<EMAIL>', '<NAME>', 'Jl. Veteran No. 105 Gresik', 'Surabaya', '1990-07-11 00:00:00', 'Laki-laki', 'Islam', 'Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, NULL, NULL, '<EMAIL>', NULL, NULL, NULL, 1, 'perseorangan', NULL, NULL, NULL),
(39, '482682763', '<EMAIL>', '<NAME>', 'Jl. Kasuari III No. 155 Surabaya', 'Surabaya', '1990-09-12 00:00:00', 'Laki-laki', 'Islam', 'Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'PT. Solindo', 'Jl. Diponegoro No. 44 Surabaya', '<EMAIL>', '0318643767', '0315827627', NULL, 1, 'perseorangan', 'Staff GA', '1', 'Importir Barang Fashion'),
(40, '535235321', '<EMAIL>', '<NAME>', 'Jl. Rajawali IV', 'Gresik', '1995-07-05 00:00:00', 'Laki-laki', 'Islam', 'Belum Kawin', 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'Ittron Global Teknologi', 'Jl. Wonokoyo Utara No. 90 Surabaya', '<EMAIL>', '0532577', '2257382', NULL, 1, 'perseorangan', 'Support Programmer', '2', 'IT Company'),
(41, '46729329682', '<EMAIL>', '<NAME>', 'Jl. Kalibokor No. 22', NULL, '1991-07-08 00:00:00', 'Perempuan', NULL, NULL, 'Karyawan Swasta', 'WNI', '46f94c8de14fb36680850768ff1b7f2a', NULL, NULL, NULL, 'Ittron Global Teknologi', 'Jl. Wonokoyo Utara No. 90 Surabaya', '<EMAIL>', '0532577', '2257382', NULL, 1, 'perseorangan', 'Support Programmer', '', 'IT Company');
--
-- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)
--
--
-- Ketidakleluasaan untuk tabel `admin_pengawas`
--
ALTER TABLE `admin_pengawas`
ADD CONSTRAINT `FK_ADMIN_PE_RELATION__KARYAWAN` FOREIGN KEY (`ID_KARYAWAN`) REFERENCES `karyawan` (`ID_KARYAWAN`),
ADD CONSTRAINT `FK_ADMIN_PE_RELATION__PENGGUNA` FOREIGN KEY (`IDPENGGUNA`) REFERENCES `pengguna` (`IDPENGGUNA`),
ADD CONSTRAINT `FK_ADMIN_PE_RELATION__SURAT_PE` FOREIGN KEY (`ID_SPT`) REFERENCES `surat_perintah_tugas` (`ID_SPT`);
--
-- Ketidakleluasaan untuk tabel `hasil_temuan`
--
ALTER TABLE `hasil_temuan`
ADD CONSTRAINT `hasil_temuan_ibfk_1` FOREIGN KEY (`ID_SPT`) REFERENCES `surat_perintah_tugas` (`ID_SPT`),
ADD CONSTRAINT `hasil_temuan_ibfk_2` FOREIGN KEY (`ID_PASAL`) REFERENCES `pasal` (`ID_PASAL`);
--
-- Ketidakleluasaan untuk tabel `jenis_keluhan`
--
ALTER TABLE `jenis_keluhan`
ADD CONSTRAINT `FK_JENIS_KE_RELATION_KELUHAN_1` FOREIGN KEY (`ID_KELUHAN_SERIKAT`) REFERENCES `keluhan_serikat` (`ID_KELUHAN_SERIKAT`),
ADD CONSTRAINT `FK_JENIS_KE_RELATION__KELUHAN_` FOREIGN KEY (`ID_KELUHAN_TK`) REFERENCES `keluhan_tk` (`ID_KELUHAN_TK`),
ADD CONSTRAINT `FK_JENIS_KE_RELATION__TENAGA_K` FOREIGN KEY (`ID_TK`) REFERENCES `tenaga_kerja` (`ID_TK`);
--
-- Ketidakleluasaan untuk tabel `karyawan`
--
ALTER TABLE `karyawan`
ADD CONSTRAINT `FK_KARYAWAN_RELATION__KEPALA_B` FOREIGN KEY (`ID_KABID`) REFERENCES `kepala_bidang` (`ID_KABID`);
--
-- Ketidakleluasaan untuk tabel `kepala_bidang`
--
ALTER TABLE `kepala_bidang`
ADD CONSTRAINT `FK_KEPALA_B_RELATION__PENGGUNA` FOREIGN KEY (`IDPENGGUNA`) REFERENCES `pengguna` (`IDPENGGUNA`);
--
-- Ketidakleluasaan untuk tabel `nota_pemeriksaan`
--
ALTER TABLE `nota_pemeriksaan`
ADD CONSTRAINT `nota_pemeriksaan_ibfk_1` FOREIGN KEY (`ID_SPT`) REFERENCES `surat_perintah_tugas` (`ID_SPT`);
--
-- Ketidakleluasaan untuk tabel `petugas_pengawas`
--
ALTER TABLE `petugas_pengawas`
ADD CONSTRAINT `FK_PETUGAS_RELATION__KELUHAN_1` FOREIGN KEY (`ID_KELUHAN_SERIKAT`) REFERENCES `keluhan_serikat` (`ID_KELUHAN_SERIKAT`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__HASIL_TE` FOREIGN KEY (`ID_HASIL_TEMUAN`) REFERENCES `hasil_temuan` (`ID_HASIL_TEMUAN`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__KARYAWAN` FOREIGN KEY (`ID_KARYAWAN`) REFERENCES `karyawan` (`ID_KARYAWAN`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__KELUHAN_` FOREIGN KEY (`ID_KELUHAN_TK`) REFERENCES `keluhan_tk` (`ID_KELUHAN_TK`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__LAPORAN_` FOREIGN KEY (`ID_LAP_KEJADIAN`) REFERENCES `laporan_kejadian` (`ID_LAP_KEJADIAN`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__NOTA_PEM` FOREIGN KEY (`ID_NOTA_PEMERIKSAAN`) REFERENCES `nota_pemeriksaan` (`ID_NOTA_PEMERIKSAAN`),
ADD CONSTRAINT `FK_PETUGAS__RELATION__PENGGUNA` FOREIGN KEY (`IDPENGGUNA`) REFERENCES `pengguna` (`IDPENGGUNA`);
--
-- Ketidakleluasaan untuk tabel `surat_perintah_tugas`
--
ALTER TABLE `surat_perintah_tugas`
ADD CONSTRAINT `surat_perintah_tugas_ibfk_1` FOREIGN KEY (`ID_PASAL`) REFERENCES `pasal` (`ID_PASAL`);
/*!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 */;
|
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: 15-Abr-2018 às 19:25
-- Versão do servidor: 5.7.19
-- 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: `nepppe`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `categorias`
--
DROP TABLE IF EXISTS `categorias`;
CREATE TABLE IF NOT EXISTS `categorias` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nome` varchar(30) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `categorias`
--
INSERT INTO `categorias` (`id`, `nome`) VALUES
(1, 'Pesquisa'),
(2, 'Artigo'),
(3, 'Livro'),
(5, 'Tese/Dissertação'),
(4, 'Dado Educacional');
-- --------------------------------------------------------
--
-- Estrutura da tabela `documentos`
--
DROP TABLE IF EXISTS `documentos`;
CREATE TABLE IF NOT EXISTS `documentos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`titulo` varchar(30) NOT NULL,
`resumo` varchar(200) NOT NULL,
`conteudo` varchar(200) NOT NULL,
`categoria` int(11) NOT NULL,
`documento` varchar(200) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `titulo` (`titulo`),
UNIQUE KEY `documento` (`documento`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `documentos`
--
INSERT INTO `documentos` (`id`, `titulo`, `resumo`, `conteudo`, `categoria`, `documento`) VALUES
(30, '2', '2', '2', 1, 'Relatorio_TP1_-_Saulo,_Ana_e_Barbara.pdf');
-- --------------------------------------------------------
--
-- Estrutura da tabela `eventos`
--
DROP TABLE IF EXISTS `eventos`;
CREATE TABLE IF NOT EXISTS `eventos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`titulo` varchar(50) NOT NULL,
`link` varchar(200) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `eventos`
--
INSERT INTO `eventos` (`id`, `titulo`, `link`) VALUES
(6, 'Outro Título', 'https://web.whatsapp.com/'),
(7, 'Evento 23', 'link'),
(8, 'Título', 'Link teste'),
(9, 'Teste', 'teste');
-- --------------------------------------------------------
--
-- Estrutura da tabela `midias`
--
DROP TABLE IF EXISTS `midias`;
CREATE TABLE IF NOT EXISTS `midias` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`titulo` varchar(50) NOT NULL,
`link` varchar(200) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `midias`
--
INSERT INTO `midias` (`id`, `titulo`, `link`) VALUES
(1, 'Teste de mídia', 'https://www.youtube.com/watch?v=pfQnUI3AGO8&app=desktop');
-- --------------------------------------------------------
--
-- Estrutura da tabela `pesquisas`
--
DROP TABLE IF EXISTS `pesquisas`;
CREATE TABLE IF NOT EXISTS `pesquisas` (
`titulo` varchar(50) NOT NULL,
`resumo` varchar(200) NOT NULL,
`conteudo` varchar(200) NOT NULL,
`tipo` varchar(15) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `pesquisas`
--
INSERT INTO `pesquisas` (`titulo`, `resumo`, `conteudo`, `tipo`, `id`) VALUES
('Título da pesquisa', 'pesquisa', 'pesquisa', 'Concluída', 3),
('Outra Pesquisa', 'Resumo', 'Conteúdo da pesquisa', 'Concluída', 4),
('Outra Pesquisa', 'Resumo', 'Conteúdo da pesquisa', 'Concluída', 5),
('Pesquisa 1', 'Resumo ', 'COnteudo', 'Em andamento', 7),
('Pesquisa', 'Resumo', 'Conteudo', 'Em andamento', 8);
-- --------------------------------------------------------
--
-- Estrutura da tabela `usuarios`
--
DROP TABLE IF EXISTS `usuarios`;
CREATE TABLE IF NOT EXISTS `usuarios` (
`nome` varchar(50) NOT NULL,
`email` varchar(30) NOT NULL,
`senha` varchar(30) NOT NULL,
`tipo` varchar(30) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`cpf` char(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `cpf` (`cpf`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `usuarios`
--
INSERT INTO `usuarios` (`nome`, `email`, `senha`, `tipo`, `id`, `cpf`) VALUES
('<NAME>', '<EMAIL>', 'MTIz', 'Administrador', 1, '12553527608'),
('Zara', '<EMAIL>', 'MTIz', 'Administrador', 7, '12312312312'),
('<NAME>', '<EMAIL>', 'MTIz', 'Auxiliar', 6, '12553527610');
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 Premium Data Transfer
Source Server : test
Source Server Type : MySQL
Source Server Version : 80016
Source Host : localhost:3306
Target Server Type : MySQL
Target Server Version : 80016
File Encoding : 65001
Date: 11/08/2019 21:46:31
*/
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for admin
-- ----------------------------
DROP TABLE IF EXISTS `admin`;
CREATE TABLE `admin` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nickname` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updatad_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
-- ----------------------------
-- Table structure for article
-- ----------------------------
DROP TABLE IF EXISTS `article`;
CREATE TABLE `article` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '标题',
`author` varchar(64) DEFAULT NULL,
`content` text,
`cover` varchar(255) DEFAULT NULL,
`category_id` varchar(255) DEFAULT NULL,
`browse` int(11) DEFAULT '0' COMMENT '浏览次数',
`created_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
-- ----------------------------
-- Table structure for category
-- ----------------------------
DROP TABLE IF EXISTS `category`;
CREATE TABLE `category` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL COMMENT '分类名称英文',
`key` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '分类名称中文',
`parent_id` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
-- ----------------------------
-- Table structure for comments
-- ----------------------------
DROP TABLE IF EXISTS `comments`;
CREATE TABLE `comments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nickname` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`content` text,
`article_id` int(11) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
SET FOREIGN_KEY_CHECKS = 1;
|
-- phpMyAdmin SQL Dump
-- version 4.9.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jan 02, 2020 at 03:36 PM
-- Server version: 10.4.8-MariaDB
-- PHP Version: 7.3.11
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: `tokoonline`
--
-- --------------------------------------------------------
--
-- Table structure for table `tb_barang`
--
CREATE TABLE `tb_barang` (
`id_brg` int(11) NOT NULL,
`nama_brg` varchar(120) NOT NULL,
`keterangan_brg` varchar(225) NOT NULL,
`kategori_brg` varchar(60) NOT NULL,
`harga_brg` int(11) NOT NULL,
`stok_brg` int(4) NOT NULL,
`gambar_brg` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tb_barang`
--
INSERT INTO `tb_barang` (`id_brg`, `nama_brg`, `keterangan_brg`, `kategori_brg`, `harga_brg`, `stok_brg`, `gambar_brg`) VALUES
(3, 'Kamera', 'Kamera merek canon dengan lensa yang bisa diputar', 'Electronics', 450000, 7, 'kamera.jpg'),
(8, 'Laptop Dewa', 'Jan maen maen dengan laptop gahar seperti ini ya men', 'Electronics', 680000, 12, 'laptop.jpg'),
(13, 'Henphone', 'Ini adalah Henphone anti kura kura men', 'Electronics', 245000, 21, 'hp.jpg'),
(14, '<NAME>', 'Boljuh adalah Boleh Juga kalo gatau', 'Clothes', 120000, 4, 'sepatuallstar.png'),
(15, '<NAME>', 'Pokonya bagus dah gausah nanya nanya lagi', 'Clothes', 35000, 8, 'sepatu.jpg');
-- --------------------------------------------------------
--
-- Table structure for table `tb_invoice`
--
CREATE TABLE `tb_invoice` (
`id` int(11) NOT NULL,
`nama` varchar(56) NOT NULL,
`alamat` varchar(256) NOT NULL,
`tgl_pesan` datetime NOT NULL,
`batas_bayar` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tb_invoice`
--
INSERT INTO `tb_invoice` (`id`, `nama`, `alamat`, `tgl_pesan`, `batas_bayar`) VALUES
(8, '<NAME>', 'Dimana mana Saja', '2019-12-28 09:53:47', '2019-12-29 09:53:47'),
(9, 'Sodara Osas', 'Di Afrika Selatan Deket Perumahan OShas', '2019-12-28 13:48:06', '2019-12-29 13:48:06');
-- --------------------------------------------------------
--
-- Table structure for table `tb_pesanan`
--
CREATE TABLE `tb_pesanan` (
`id` int(11) NOT NULL,
`id_invoice` int(11) NOT NULL,
`id_brg` int(11) NOT NULL,
`nama_brg` varchar(50) NOT NULL,
`jumlah_brg` int(3) NOT NULL,
`harga_brg` int(10) NOT NULL,
`pilihan` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tb_pesanan`
--
INSERT INTO `tb_pesanan` (`id`, `id_invoice`, `id_brg`, `nama_brg`, `jumlah_brg`, `harga_brg`, `pilihan`) VALUES
(9, 8, 8, 'Laptop Dewa', 1, 680000, ''),
(10, 8, 13, 'Henphone', 1, 245000, ''),
(11, 8, 14, '<NAME>', 2, 120000, ''),
(12, 8, 15, '<NAME>', 1, 35000, ''),
(13, 9, 8, 'Laptop Dewa', 3, 680000, ''),
(14, 9, 15, '<NAME>', 1, 35000, ''),
(15, 9, 14, '<NAME>', 2, 120000, ''),
(16, 9, 3, 'Kamera', 1, 450000, '');
--
-- Triggers `tb_pesanan`
--
DELIMITER $$
CREATE TRIGGER `pesanan_penjualan` AFTER INSERT ON `tb_pesanan` FOR EACH ROW BEGIN
UPDATE tb_barang SET stok_brg = stok_brg-NEW.jumlah_brg
WHERE id_brg = NEW.id_brg;
END
$$
DELIMITER ;
-- --------------------------------------------------------
--
-- Table structure for table `tb_user`
--
CREATE TABLE `tb_user` (
`id` int(11) NOT NULL,
`name` varchar(56) NOT NULL,
`username` varchar(56) NOT NULL,
`password` varchar(56) NOT NULL,
`role_id` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tb_user`
--
INSERT INTO `tb_user` (`id`, `name`, `username`, `password`, `role_id`) VALUES
(1, 'admin', 'admin', 'admin123', 1),
(2, '<NAME>', '<PASSWORD>', '<PASSWORD>', 2);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `tb_barang`
--
ALTER TABLE `tb_barang`
ADD PRIMARY KEY (`id_brg`);
--
-- Indexes for table `tb_invoice`
--
ALTER TABLE `tb_invoice`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tb_pesanan`
--
ALTER TABLE `tb_pesanan`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tb_user`
--
ALTER TABLE `tb_user`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `tb_barang`
--
ALTER TABLE `tb_barang`
MODIFY `id_brg` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `tb_invoice`
--
ALTER TABLE `tb_invoice`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `tb_pesanan`
--
ALTER TABLE `tb_pesanan`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT for table `tb_user`
--
ALTER TABLE `tb_user`
MODIFY `id` int(11) 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 */;
|
<filename>src/test/resources/sql/test_create.sql
CREATE TABLE test_bean (
test_key BIGINT PRIMARY KEY AUTO_INCREMENT,
some_long BIGINT NOT NULL,
some_int INTEGER NOT NULL,
some_string VARCHAR,
some_dtm TIMESTAMP,
some_enum VARCHAR
)
|
<reponame>mikaellanger/migration-cli
-- --------------------------------------------------------
-- This is the script for migrate up
-- from version '0' to version '1'
-- --------------------------------------------------------
ALTER TABLE `users`
ADD COLUMN `createdate_new` DATE NULL AFTER `createdate`;
update users
set createdate_new = concat(substr(createdate, 1, 4), substr(createdate, 5, 2), substr(createdate, 7, 2));
ALTER TABLE `users`
DROP COLUMN `createdate`;
ALTER TABLE `users`
CHANGE COLUMN `createdate_new` `createdate` DATE NOT NULL ;
|
<filename>services/service-core-db/migrations/2020-05-16-140116_create_antifraud_analyses_table/up.sql
-- Your SQL goes here
CREATE TABLE payment_service.antifraud_analyses (
id uuid DEFAULT public.uuid_generate_v4() NOT NULL PRIMARY KEY,
catalog_payment_id uuid NOT NULL,
cost numeric NOT NULL DEFAULT 0.0,
data jsonb DEFAULT '{}'::jsonb NOT NULL,
created_at timestamp without time zone DEFAULT now() NOT NULL,
updated_at timestamp without time zone DEFAULT now() NOT NULL
);
GRANT SELECT ON payment_service.antifraud_analyses TO catarse_fdw;
|
-- slightly related: improve performance on T_Lock related queries by putting Record_ID first
DROP INDEX public.t_lock_reference_multipleowners;
CREATE UNIQUE INDEX t_lock_reference_multipleowners
ON public.t_lock
(record_id, owner, ad_table_id)
WHERE isallowmultipleowners = 'Y';
COMMENT ON INDEX public.t_lock_reference_multipleowners
IS 'task 09849: if a lock was created with IsAllowMultipleOwners=''Y'', then this index allows multipe references on the same record, as long as they have different owners';
DROP INDEX public.t_lock_reference_singleowner;
CREATE UNIQUE INDEX t_lock_reference_singleowner
ON public.t_lock
(record_id, ad_table_id)
WHERE isallowmultipleowners = 'N';
COMMENT ON INDEX public.t_lock_reference_singleowner
IS 'task 09849: if a lock was created with IsAllowMultipleOwners=''N'', then this index makes sure that no other lock can reference the record in question';
-- there are two indices on Record_ID and AD_Table_ID
-- on is not unique, one is inefficient
DROP INDEX IF EXISTS public.m_shipmentschedule_unique_tableandrecord;
DROP INDEX IF EXISTS public.m_shipmentschedule_record_id_ad_table_id;
CREATE UNIQUE INDEX m_shipmentschedule_record_id_ad_table_id
ON public.m_shipmentschedule
(record_id, ad_table_id)
WHERE isactive = 'Y';
COMMENT ON INDEX public.m_shipmentschedule_record_id_ad_table_id
IS 'putting record_id first because there are less records with the same record-id';
CREATE INDEX m_shipmentschedule_M_Product_ID_CatchUOM_ID
ON public.m_shipmentschedule
(M_Product_ID, Catch_UOM_ID)
WHERE isactive = 'Y' and Processed = 'N';
COMMENT ON INDEX public.m_shipmentschedule_M_Product_ID_CatchUOM_ID
IS 'Supports direct updating of m_shipmentschedule.Catch_UOM_ID when the masterdata has changed';
|
-- 23.11.2015 13:38
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Process_Para (AD_Client_ID,AD_Org_ID,AD_Process_ID,AD_Process_Para_ID,AD_Reference_ID,ColumnName,Created,CreatedBy,DefaultValue,EntityType,FieldLength,IsActive,IsAutocomplete,IsCentrallyMaintained,IsEncrypted,IsMandatory,IsRange,Name,SeqNo,Updated,UpdatedBy) VALUES (0,0,540582,540823,20,'showRemainings',TO_TIMESTAMP('2015-11-23 13:38:42','YYYY-MM-DD HH24:MI:SS'),100,'Y','U',0,'Y','N','Y','N','N','N','ShowRemainings',20,TO_TIMESTAMP('2015-11-23 13:38:42','YYYY-MM-DD HH24:MI:SS'),100)
;
-- 23.11.2015 13:38
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Process_Para_Trl (AD_Language,AD_Process_Para_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Process_Para_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_Process_Para t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Process_Para_ID=540823 AND NOT EXISTS (SELECT * FROM AD_Process_Para_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_Para_ID=t.AD_Process_Para_ID)
;
-- 25.11.2015 10:56
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para SET Name='zeige fehlende Konten',Updated=TO_TIMESTAMP('2015-11-25 10:56:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=540823
;
-- 25.11.2015 10:56
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para_Trl SET IsTranslated='N' WHERE AD_Process_Para_ID=540823
;
-- 25.11.2015 10:56
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process_Para SET EntityType='de.metas.fresh',Updated=TO_TIMESTAMP('2015-11-25 10:56:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=540823
;
|
<reponame>Ambal/mangos
ALTER TABLE db_version CHANGE COLUMN required_10604_01_mangos_spell_proc_event required_10621_01_mangos_quest_template bit;
ALTER TABLE quest_template ADD COLUMN RequiredClasses smallint(5) unsigned NOT NULL default '0' AFTER Type;
UPDATE quest_template
SET RequiredClasses = RequiredClasses|
CASE SkillOrClass
WHEN -1 THEN 1 -- warrior
WHEN -2 THEN 2 -- paladin
WHEN -3 THEN 4 -- hunter
WHEN -4 THEN 8 -- rogue
WHEN -5 THEN 16 -- priest
WHEN -6 THEN 32 -- dk
WHEN -7 THEN 64 -- shaman
WHEN -8 THEN 128 -- mage
WHEN -9 THEN 256 -- warlock
WHEN -11 THEN 1024 -- druid
ELSE 0
END
WHERE SkillOrClass < 0;
UPDATE quest_template
SET RequiredClasses = RequiredClasses|
CASE ZoneOrSort
WHEN -81 THEN 1 -- warrior
WHEN -141 THEN 2 -- paladin
WHEN -261 THEN 4 -- hunter
WHEN -162 THEN 8 -- rogue
WHEN -262 THEN 16 -- priest
WHEN -372 THEN 32 -- dk
WHEN -82 THEN 64 -- shaman
WHEN -161 THEN 128 -- mage
WHEN -61 THEN 256 -- warlock
WHEN -263 THEN 1024 -- druid
ELSE 0
END
WHERE ZoneOrSort < 0;
UPDATE quest_template SET SkillOrClass=0 WHERE SkillOrClass<0;
ALTER TABLE quest_template CHANGE COLUMN SkillOrClass RequiredSkill smallint(5) unsigned NOT NULL default '0' AFTER RequiredRaces;
|
<reponame>oehrlis/ordba
----------------------------------------------------------------------------
-- Trivadis AG, Infrastructure Managed Services
-- Saegereistrasse 29, 8152 Glattbrugg, Switzerland
----------------------------------------------------------------------------
-- Name......: tsqu.sql
-- Author....: <NAME> (oes) <EMAIL>
-- Editor....: <NAME>
-- Date......: 2018.12.11
-- Revision..:
-- Purpose...: List user with unlimited quota on one or any
-- tablespace. Query is doing a like &1
-- Usage.....: @tsqu <USERNAME> or % for all
-- Notes.....: Called as as DBA or user with access to dba_ts_quotas
-- dba_sys_privs,dba_role_privs,dba_users
-- Reference.: SYS (or grant manually to a DBA)
-- License...: Licensed under the Universal Permissive License v 1.0 as
-- shown at http://oss.oracle.com/licenses/upl.
----------------------------------------------------------------------------
-- Modified..:
-- see git revision history for more information on changes/updates
----------------------------------------------------------------------------
col tsqu_username head "User Name" for a30
col tsqu_tablespace_name head "Tablespace Name" for a30
col tsqu_privilege head "Privilege" for a25
SET VERIFY OFF
SET TERMOUT OFF
column 1 new_value 1
SELECT '' "1" FROM dual WHERE ROWNUM = 0;
define username = '&1'
SET TERMOUT ON
SELECT
username tsqu_username,
tablespace_name tsqu_tablespace_name,
privilege tsqu_privilege
FROM (
SELECT
grantee username, 'Any Tablespace' tablespace_name, privilege
FROM (
-- first get the users with direct grants
SELECT
p1.grantee grantee, privilege
FROM
dba_sys_privs p1
WHERE
p1.privilege='UNLIMITED TABLESPACE'
UNION ALL
-- and then the ones with UNLIMITED TABLESPACE through a role...
SELECT
r3.grantee, granted_role privilege
FROM
dba_role_privs r3
START WITH r3.granted_role IN (
SELECT
DISTINCT p4.grantee
FROM
dba_role_privs r4, dba_sys_privs p4
WHERE
r4.granted_role=p4.grantee AND p4.privilege = 'UNLIMITED TABLESPACE')
CONNECT BY PRIOR grantee = granted_role)
-- we just whant to see the users not the roles
WHERE grantee IN (SELECT username FROM dba_users) OR grantee = 'PUBLIC'
UNION ALL
-- list the user with unimited quota on a dedicated tablespace
SELECT
username,tablespace_name,'DBA_TS_QUOTA' privilege
FROM
dba_ts_quotas
WHERE
max_bytes <0)
WHERE username LIKE UPPER('%&username%')
ORDER BY tsqu_username,tsqu_tablespace_name,tsqu_privilege;
SET HEAD OFF
select 'Filter on user name => '||NVL('&username','%') from dual;
SET HEAD ON
undefine 1
-- EOF --------------------------------------------------------------------- |
<filename>database/oracle/plsql-utils-v170/ora/ntlm_util_pkg.pks
create or replace package ntlm_util_pkg
as
/*
Purpose: Package implements NTLM authentication protocol
Remarks: A PL/SQL port of the Python code at http://code.google.com/p/python-ntlm/
Who Date Description
------ ---------- --------------------------------
FDL 11.05.2011 Created
MBR 11.05.2011 Miscellaneous contributions (create DES key, calculate LM hashed password, troubleshooting, bug fixes)
*/
-- get negotiate message
function get_negotiate_message (p_username in varchar2) return varchar2;
-- parse challenge message from server
procedure parse_challenge_message (p_message2 in varchar2,
p_server_challenge out raw,
p_negotiate_flags out raw);
-- get authenticate message
function get_authenticate_message (p_username in varchar2,
p_password in varchar2,
p_server_challenge in raw,
p_negotiate_flags in raw) return varchar2;
-- get LM hashed password v1
function get_lm_hashed_password_v1 (p_password in raw) return raw;
-- get response hash
function get_response (p_password_hash in raw,
p_server_challenge in raw) return raw;
end ntlm_util_pkg;
/
|
/*
Navicat Premium Data Transfer
Source Server : aliyuncs
Source Server Type : MySQL
Source Server Version : 50616
Source Host : pc-bp1lsgy6vl6yrrl81-test.rwlb.rds.aliyuncs.com:3306
Source Schema : test
Target Server Type : MySQL
Target Server Version : 50616
File Encoding : 65001
Date: 23/04/2021 09:00:38
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for t_sys_parameter
-- ----------------------------
DROP TABLE IF EXISTS `t_sys_parameter`;
CREATE TABLE `t_sys_parameter` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
`company_id` int(11) DEFAULT NULL COMMENT '机构ID',
`param_key` varchar(64) DEFAULT NULL COMMENT '参数key',
`param_value` varchar(2000) DEFAULT NULL COMMENT '参数值',
`server_id` int(11) DEFAULT NULL,
`description` varchar(128) DEFAULT NULL COMMENT '参数描述',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`),
KEY `idx_param_key` (`company_id`,`param_key`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统参数表';
-- ----------------------------
-- Records of t_sys_parameter
-- ----------------------------
BEGIN;
INSERT INTO `t_sys_parameter` VALUES (9, 7011, 'PERSON', '自然人', NULL, '现在支付商户类型', '2021-04-14 15:05:00');
INSERT INTO `t_sys_parameter` VALUES (10, 7011, 'INDIVIDUAL', '个体户', NULL, '现在支付商户类型', '2021-04-14 15:16:11');
INSERT INTO `t_sys_parameter` VALUES (11, 7011, 'ENTERPRISE', '企业', NULL, '现在支付商户类型', '2021-04-14 15:16:29');
INSERT INTO `t_sys_parameter` VALUES (12, 7011, 'UNI_CREDIT_CODE', '统一社会信用代码证', NULL, '现在支付证件类型', '2021-04-14 15:17:26');
INSERT INTO `t_sys_parameter` VALUES (14, 7011, 'CORP_CODE', '营业执照', NULL, '现在支付证件类型', '2021-04-14 15:18:37');
INSERT INTO `t_sys_parameter` VALUES (15, 7011, 'TO_BUSINESS', '对公', NULL, '现在支付结算银行卡类型', '2021-04-14 15:19:56');
INSERT INTO `t_sys_parameter` VALUES (16, 7011, 'TO_PERSONAL', '对私', NULL, '现在支付结算银行卡类型', '2021-04-14 15:20:28');
INSERT INTO `t_sys_parameter` VALUES (17, 7011, '14', '小程序', NULL, '现在支付设备类型', '2021-04-14 15:23:29');
INSERT INTO `t_sys_parameter` VALUES (18, 7011, '05', '被扫支付', NULL, '现在支付设备类型', '2021-04-14 15:24:06');
INSERT INTO `t_sys_parameter` VALUES (19, 7011, '20', '聚合动态码', NULL, '现在支付设备类型', '2021-04-14 15:28:25');
INSERT INTO `t_sys_parameter` VALUES (20, 7011, '0600', '公众号', NULL, '现在支付设备类型', '2021-04-14 15:38:19');
INSERT INTO `t_sys_parameter` VALUES (21, 7011, '0603', '卡牌', NULL, '现在支付设备类型', '2021-04-14 15:39:03');
INSERT INTO `t_sys_parameter` VALUES (22, 7011, '13', '微信', NULL, '现在支付渠道类型', '2021-04-14 15:40:26');
INSERT INTO `t_sys_parameter` VALUES (23, 7011, '12', '支付宝', NULL, '现在支付渠道类型', '2021-04-14 15:40:48');
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;
|
CREATE OR REPLACE FUNCTION public.fnsclgetmetrics()
RETURNS text
LANGUAGE plpgsql
STABLE
AS $function$
DECLARE
metricString TEXT;
BEGIN
SELECT
INTO metricString
string_agg(
CONCAT(
'M,'
, pkMetricID
, ','
, name -- We only want the name during testing to prevent confusion to groups are created.
--coalesce(DisplayName, name, 'No name')
)
, E'\n'
)
FROM tblMetric;
RETURN metricString;
END;
$function$
|
<gh_stars>0
-- Convert schema '/home/melmoth/amw/AmuseWikiFarm/dbicdh/_source/deploy/35/001-auto.yml' to '/home/melmoth/amw/AmuseWikiFarm/dbicdh/_source/deploy/36/001-auto.yml':;
;
BEGIN;
;
SET foreign_key_checks=0;
;
CREATE TABLE `text_internal_link` (
`title_id` integer NOT NULL,
`site_id` varchar(16) NOT NULL,
`f_class` varchar(255) NOT NULL,
`uri` varchar(255) NOT NULL,
`full_link` text NOT NULL,
INDEX `text_internal_link_idx_site_id` (`site_id`),
INDEX `text_internal_link_idx_title_id` (`title_id`),
CONSTRAINT `text_internal_link_fk_site_id` FOREIGN KEY (`site_id`) REFERENCES `site` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `text_internal_link_fk_title_id` FOREIGN KEY (`title_id`) REFERENCES `title` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB;
;
SET foreign_key_checks=1;
;
COMMIT;
|
ALTER TABLE sync ADD environment varchar(36) NOT NULL DEFAULT 'Prod';
|
<gh_stars>0
/*
Navicat Premium Data Transfer
Source Server : 127.0.0.1
Source Server Type : MySQL
Source Server Version : 50726
Source Host : 127.0.0.1:3306
Source Schema : 1909
Target Server Type : MySQL
Target Server Version : 50726
File Encoding : 65001
Date: 11/03/2020 09:56:02
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for goods
-- ----------------------------
DROP TABLE IF EXISTS `goods`;
CREATE TABLE `goods` (
`goods_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`goods_name` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`goods_huohao` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`goods_price` decimal(10, 2) DEFAULT NULL,
`goods_img` varchar(150) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`goods_number` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`cate_id` int(10) DEFAULT NULL,
`b_id` int(10) DEFAULT NULL,
`goods_jingpin` int(1) DEFAULT NULL,
`goods_rexiao` int(1) DEFAULT NULL,
`goods_desc` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`goods_imgs` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`goods_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 31 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of goods
-- ----------------------------
INSERT INTO `goods` VALUES (30, NULL, NULL, NULL, NULL, NULL, 0, 0, 2, 2, NULL, NULL);
INSERT INTO `goods` VALUES (23, '177', NULL, 1.00, 'uploads/QLOrxHQPAxydyl5gxRa6kw95E2U0aT7lMpp6IBhi.jpeg', '撒爱', NULL, 7, 1, 1, 'WWGHWR', 'uploads/X5dpgRmiZHHiG1qg30ZcL8ajessfdRKLAhc0Fece.jpeg|uploads/NifLK1L5mgR4LNU9xJNrqgTR09zmAn8ySNNlPxq6.jpeg');
INSERT INTO `goods` VALUES (22, '贺飞牛逼', NULL, 1.00, 'uploads/eo7gNHuBH37LMBK0JXoT5ZV4gghfTsNtQdEeag50.jpeg', '撒爱', NULL, 7, 1, 1, 'FAFAFE', 'uploads/ZDXJn4tNx9mD7cUGBrfPHy01FXHF2V6EUQ2hiklB.jpeg|uploads/oDdJXAqlRYCEOSnXVLKBg4OvufL3XskAfOiG8uCS.jpeg|uploads/kxmAOviht3FUSnQ1Axgr13gkzuWM9VeWnpf5z6rV.jpeg');
INSERT INTO `goods` VALUES (29, NULL, NULL, NULL, NULL, NULL, 0, 0, 2, 2, NULL, NULL);
INSERT INTO `goods` VALUES (26, '问过我', '213213', 213123.00, 'uploads/Y7YycmVlB04tvDb0Uvoe49nYoLdMXcGMMmy9l1pu.jpeg', '22s', 3, 2, 2, 1, '海瑟薇', 'uploads/B6XNqkTphvAJ8bQbH4EbR8hSYM1kTYwbXY0sKm5T.jpeg|uploads/2O8HdprjAtJTfbaM7o0tyQJ2GTlnj3kwYFKrRoV0.jpeg|uploads/EFFWxbsb1r5XgAxr7QI8ws7EBTpk002TBzygG6qH.jpeg');
INSERT INTO `goods` VALUES (27, NULL, NULL, NULL, NULL, NULL, 0, 0, 2, 2, NULL, NULL);
INSERT INTO `goods` VALUES (28, '方式覅我', '21', 213123.00, 'uploads/E3xEUaxCq417QkjFv1JINVJ9GnUdJBErzHND4Iae.jpeg', '是的冯绍峰', 3, 8, 1, 1, '都是发放', 'uploads/Fkw1px9TJ9FnMXNg95V34fHFoYpyZu4W6jWP4nC0.jpeg|uploads/3mgVRSmsnjzqjMDdsMx20DRXnKnkNBQIm2nWpgJV.jpeg|uploads/VFBYpGPa3sY5Vou0i7GNm2yfdwQEFahigJi35q2W.jpeg');
SET FOREIGN_KEY_CHECKS = 1;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.