Sindbad~EG File Manager
-- MySQL dump 10.13 Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost Database: escuelai_mantisdb
-- ------------------------------------------------------
-- Server version 8.0.42
/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `mantis_api_token_table`
--
DROP TABLE IF EXISTS `mantis_api_token_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_api_token_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`name` varchar(128) NOT NULL,
`hash` varchar(128) NOT NULL,
`date_created` int unsigned NOT NULL DEFAULT '1',
`date_used` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_user_id_name` (`user_id`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_api_token_table`
--
LOCK TABLES `mantis_api_token_table` WRITE;
/*!40000 ALTER TABLE `mantis_api_token_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_api_token_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_file_table`
--
DROP TABLE IF EXISTS `mantis_bug_file_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_file_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`bug_id` int unsigned NOT NULL DEFAULT '0',
`title` varchar(250) NOT NULL DEFAULT '',
`description` varchar(250) NOT NULL DEFAULT '',
`diskfile` varchar(250) NOT NULL DEFAULT '',
`filename` varchar(250) NOT NULL DEFAULT '',
`folder` varchar(250) NOT NULL DEFAULT '',
`filesize` int NOT NULL DEFAULT '0',
`file_type` varchar(250) NOT NULL DEFAULT '',
`content` longblob,
`date_added` int unsigned NOT NULL DEFAULT '1',
`user_id` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_bug_file_bug_id` (`bug_id`),
KEY `idx_diskfile` (`diskfile`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_file_table`
--
LOCK TABLES `mantis_bug_file_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_file_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_bug_file_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_history_table`
--
DROP TABLE IF EXISTS `mantis_bug_history_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_history_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`bug_id` int unsigned NOT NULL DEFAULT '0',
`field_name` varchar(64) NOT NULL,
`old_value` varchar(255) NOT NULL,
`new_value` varchar(255) NOT NULL,
`type` smallint NOT NULL DEFAULT '0',
`date_modified` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_bug_history_bug_id` (`bug_id`),
KEY `idx_history_user_id` (`user_id`),
KEY `idx_bug_history_date_modified` (`date_modified`)
) ENGINE=MyISAM AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_history_table`
--
LOCK TABLES `mantis_bug_history_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_history_table` DISABLE KEYS */;
INSERT INTO `mantis_bug_history_table` VALUES (86,2,22,'','','',1,1488542139),(3,2,3,'','','',1,1487788550),(4,2,3,'status','10','50',0,1487788550),(5,2,3,'handler_id','0','4',0,1487788550),(80,2,18,'','','',1,1488541775),(7,4,3,'handler_id','4','8',0,1487790025),(76,2,16,'handler_id','0','4',0,1488541635),(75,2,16,'status','10','50',0,1488541635),(74,2,16,'','','',1,1488541635),(11,8,3,'status','50','80',0,1487790650),(12,8,3,'resolution','10','20',0,1487790650),(13,8,3,'Fecha','','1487728800',0,1487790650),(14,8,3,'status','80','90',0,1487790664),(89,2,25,'','','',1,1488542275),(88,2,24,'','','',1,1488542243),(87,2,23,'','','',1,1488542177),(85,2,21,'','','',1,1488542105),(84,2,20,'','','',1,1488542052),(73,2,15,'','','',1,1488541599),(72,2,14,'','','',1,1488541452),(83,2,19,'','','',1,1488541985),(82,2,18,'handler_id','0','4',0,1488541775),(69,2,13,'','','',1,1488541390),(70,2,13,'status','10','50',0,1488541390),(71,2,13,'handler_id','0','4',0,1488541390),(108,15,33,'status','10','50',0,1488566485),(96,4,22,'','0000006','',2,1488543776),(95,2,31,'','','',1,1488542624),(90,2,26,'','','',1,1488542317),(91,2,27,'','','',1,1488542378),(92,2,28,'','','',1,1488542406),(93,2,29,'','','',1,1488542435),(94,2,30,'','','',1,1488542562),(81,2,18,'status','10','50',0,1488541775),(79,2,17,'','','',1,1488541755),(107,15,33,'','','',1,1488566485),(106,15,31,'','15','',12,1488565925),(100,4,22,'handler_id','0','4',0,1488543946),(101,4,22,'status','10','80',0,1488543946),(102,4,22,'resolution','10','20',0,1488543946),(105,15,21,'','0000007','',2,1488545756),(109,15,33,'handler_id','0','8',0,1488566485),(110,8,33,'status','50','30',0,1488566999),(111,8,33,'','0000008','',2,1488567771),(112,15,21,'','15','',12,1488568260),(113,4,21,'handler_id','0','4',0,1489081295),(114,4,21,'status','10','50',0,1489081295),(115,4,21,'handler_id','4','3',0,1489081642),(116,4,33,'handler_id','8','3',0,1489081679),(117,4,31,'','0000009','',2,1489081968),(118,4,27,'','0000010','',2,1489082099),(119,4,26,'','0000011','',2,1489082200),(120,4,24,'','0000012','',2,1489082286),(121,4,20,'','0000013','',2,1489082352),(122,4,20,'','0000013','2',3,1489082393),(123,4,20,'handler_id','0','4',0,1489082506),(124,4,20,'status','10','90',0,1489082506),(125,4,20,'resolution','10','20',0,1489082506),(126,4,24,'handler_id','0','4',0,1489082609),(127,4,24,'status','10','80',0,1489082609),(128,4,24,'resolution','10','20',0,1489082609),(129,4,33,'','0000014','',2,1489082699),(130,4,18,'handler_id','4','3',0,1489082760),(131,4,28,'','0000015','',2,1489082846),(132,4,28,'handler_id','0','4',0,1489082878),(133,4,28,'status','10','20',0,1489082878),(134,4,28,'','0000016','',2,1489082878),(135,4,15,'handler_id','0','3',0,1489083030),(136,4,15,'status','10','50',0,1489083030),(137,4,26,'handler_id','0','4',0,1490813931),(138,4,26,'status','10','90',0,1490813931),(139,4,26,'resolution','10','20',0,1490813931),(140,4,26,'Fecha ingreso','1488506400','1488423600',0,1490813931),(141,4,27,'','4','',7,1490815794),(142,4,27,'Fecha ingreso','1488506400','1488423600',0,1490815794);
/*!40000 ALTER TABLE `mantis_bug_history_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_monitor_table`
--
DROP TABLE IF EXISTS `mantis_bug_monitor_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_monitor_table` (
`user_id` int unsigned NOT NULL DEFAULT '0',
`bug_id` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`,`bug_id`),
KEY `idx_bug_id` (`bug_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_monitor_table`
--
LOCK TABLES `mantis_bug_monitor_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_monitor_table` DISABLE KEYS */;
INSERT INTO `mantis_bug_monitor_table` VALUES (15,21),(15,31);
/*!40000 ALTER TABLE `mantis_bug_monitor_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_relationship_table`
--
DROP TABLE IF EXISTS `mantis_bug_relationship_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_relationship_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`source_bug_id` int unsigned NOT NULL DEFAULT '0',
`destination_bug_id` int unsigned NOT NULL DEFAULT '0',
`relationship_type` smallint NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_relationship_source` (`source_bug_id`),
KEY `idx_relationship_destination` (`destination_bug_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_relationship_table`
--
LOCK TABLES `mantis_bug_relationship_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_relationship_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_bug_relationship_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_revision_table`
--
DROP TABLE IF EXISTS `mantis_bug_revision_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_revision_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`bug_id` int unsigned NOT NULL,
`bugnote_id` int unsigned NOT NULL DEFAULT '0',
`user_id` int unsigned NOT NULL,
`type` int unsigned NOT NULL,
`value` longtext NOT NULL,
`timestamp` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_bug_rev_type` (`type`),
KEY `idx_bug_rev_id_time` (`bug_id`,`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_revision_table`
--
LOCK TABLES `mantis_bug_revision_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_revision_table` DISABLE KEYS */;
INSERT INTO `mantis_bug_revision_table` VALUES (1,20,13,4,4,'Ya los recibí, son 4 2 de cada modelo',1489082352),(2,20,13,4,4,'Ya los recibí, son 4, 2 de cada modelo\n\n',1489082393),(3,27,0,2,3,'',1488542378),(4,27,0,4,3,'Alvaro esta haciendo el cableado de electrica y UTP Fecha posible de finalización semana del 3 al 7/04/2017',1490815794);
/*!40000 ALTER TABLE `mantis_bug_revision_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_table`
--
DROP TABLE IF EXISTS `mantis_bug_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`project_id` int unsigned NOT NULL DEFAULT '0',
`reporter_id` int unsigned NOT NULL DEFAULT '0',
`handler_id` int unsigned NOT NULL DEFAULT '0',
`duplicate_id` int unsigned NOT NULL DEFAULT '0',
`priority` smallint NOT NULL DEFAULT '30',
`severity` smallint NOT NULL DEFAULT '50',
`reproducibility` smallint NOT NULL DEFAULT '10',
`status` smallint NOT NULL DEFAULT '10',
`resolution` smallint NOT NULL DEFAULT '10',
`projection` smallint NOT NULL DEFAULT '10',
`eta` smallint NOT NULL DEFAULT '10',
`bug_text_id` int unsigned NOT NULL DEFAULT '0',
`os` varchar(32) NOT NULL DEFAULT '',
`os_build` varchar(32) NOT NULL DEFAULT '',
`platform` varchar(32) NOT NULL DEFAULT '',
`version` varchar(64) NOT NULL DEFAULT '',
`fixed_in_version` varchar(64) NOT NULL DEFAULT '',
`build` varchar(32) NOT NULL DEFAULT '',
`profile_id` int unsigned NOT NULL DEFAULT '0',
`view_state` smallint NOT NULL DEFAULT '10',
`summary` varchar(128) NOT NULL DEFAULT '',
`sponsorship_total` int NOT NULL DEFAULT '0',
`sticky` tinyint NOT NULL DEFAULT '0',
`target_version` varchar(64) NOT NULL DEFAULT '',
`category_id` int unsigned NOT NULL DEFAULT '1',
`date_submitted` int unsigned NOT NULL DEFAULT '1',
`due_date` int unsigned NOT NULL DEFAULT '1',
`last_updated` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_bug_sponsorship_total` (`sponsorship_total`),
KEY `idx_bug_fixed_in_version` (`fixed_in_version`),
KEY `idx_bug_status` (`status`),
KEY `idx_project` (`project_id`)
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_table`
--
LOCK TABLES `mantis_bug_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_table` DISABLE KEYS */;
INSERT INTO `mantis_bug_table` VALUES (20,2,2,4,0,30,50,70,90,20,10,10,20,'','','','','','',0,10,'Controles remotos',0,0,'',1,1488542052,1,1489082506),(21,2,2,3,0,30,50,70,50,10,10,10,21,'','','','','','',0,10,'Viejo server IBM',0,0,'',1,1488542105,1,1489081642),(3,2,2,8,0,30,50,70,90,20,10,10,3,'','','','','','',0,10,'Ticket prueba mentenimiento',0,0,'',2,1487788550,1,1487790664),(17,2,2,0,0,30,50,70,10,10,10,10,17,'','','','','','',0,10,'Cobertura masiva wifi preparatorio',0,0,'',1,1488541755,1,1488541755),(13,2,2,4,0,30,50,70,50,10,10,10,13,'','','','','','',0,10,'Server backup & contingencia',0,0,'',1,1488541390,1,1488541390),(14,2,2,0,0,30,50,70,10,10,10,10,14,'','','','','','',0,10,'Respaldo Google',0,0,'',1,1488541452,1,1488541452),(15,2,2,3,0,30,50,70,50,10,10,10,15,'','','','','','',0,10,'https web',0,0,'',1,1488541599,1,1489083030),(16,2,2,4,0,30,50,70,50,10,10,10,16,'','','','','','',0,10,'UPS server',0,0,'',1,1488541635,1,1488541635),(18,2,2,3,0,30,50,70,50,10,10,10,18,'','','','','','',0,10,'Backup website',0,0,'',1,1488541775,1,1489082760),(19,2,2,0,0,30,50,70,10,10,10,10,19,'','','','','','',0,10,'Mailchimp',0,0,'',1,1488541985,1,1488541985),(22,2,2,4,0,30,50,70,80,20,10,10,22,'','','','','','',0,10,'Firewall soft update',0,0,'',1,1488542139,1,1488543946),(23,2,2,0,0,30,50,70,10,10,10,10,23,'','','','','','',0,10,'Cobertura 4 y 5to',0,0,'',1,1488542177,1,1488542177),(24,2,2,4,0,30,50,70,80,20,10,10,24,'','','','','','',0,10,'Celulares mantenimiento',0,0,'',1,1488542243,1,1489082609),(25,2,2,0,0,30,50,70,10,10,10,10,25,'','','','','','',0,10,'Linux',0,0,'',1,1488542275,1,1488542275),(26,2,2,4,0,30,50,70,90,20,10,10,26,'','','','','','',0,10,'Central atmosférica - Campo deportiva',0,0,'',1,1488542317,1,1490813931),(27,2,2,0,0,30,50,70,10,10,10,10,27,'','','','','','',0,10,'Cámaras cocina',0,0,'',1,1488542378,1,1490815794),(28,2,2,4,0,30,50,70,20,10,10,10,28,'','','','','','',0,10,'PC´s biblioteca',0,0,'',1,1488542406,1,1489082878),(29,2,2,0,0,30,50,70,10,10,10,10,29,'','','','','','',0,10,'Gan 2',0,0,'',1,1488542435,1,1488542435),(30,2,2,0,0,30,50,70,10,10,10,10,30,'','','','','','',0,10,'Dpto. Psico Mantis',0,0,'',1,1488542562,1,1488542562),(31,2,2,0,0,30,50,70,10,10,10,10,31,'','','','','','',0,10,'Cobertura wifi Gan',0,0,'',1,1488542624,1,1489081968),(33,2,15,3,0,30,50,70,30,10,10,10,33,'','','','','','',0,10,'reunión con sicólogos mantis',0,0,'',4,1488566485,1,1489083122);
/*!40000 ALTER TABLE `mantis_bug_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_tag_table`
--
DROP TABLE IF EXISTS `mantis_bug_tag_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_tag_table` (
`bug_id` int unsigned NOT NULL DEFAULT '0',
`tag_id` int unsigned NOT NULL DEFAULT '0',
`user_id` int unsigned NOT NULL DEFAULT '0',
`date_attached` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`bug_id`,`tag_id`),
KEY `idx_bug_tag_tag_id` (`tag_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_tag_table`
--
LOCK TABLES `mantis_bug_tag_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_tag_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_bug_tag_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bug_text_table`
--
DROP TABLE IF EXISTS `mantis_bug_text_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bug_text_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`description` longtext NOT NULL,
`steps_to_reproduce` longtext NOT NULL,
`additional_information` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bug_text_table`
--
LOCK TABLES `mantis_bug_text_table` WRITE;
/*!40000 ALTER TABLE `mantis_bug_text_table` DISABLE KEYS */;
INSERT INTO `mantis_bug_text_table` VALUES (18,'Solicité a Bernardo investigue planes de backup para la web (sitio y mantis ahora)','',''),(3,'Ticket prueba mantenimiento','',''),(17,'Comunicación sobre posible modalidad para conectividad en reunión con director del área, eduardo, mir y demás.\r\n','',''),(13,'Chequeo backup servidor actual, análisis y documentación de plan de contingencia.\r\nDocumentar modalidad de backup\r\nAnalizar frente a problemas posible impacto.','',''),(14,'Chequear respaldo local en nuevo server de Google Docs','',''),(15,'Esperando feedback post carnaval de Bernardo','',''),(16,'Comprar y chequear funcionamiento de UPS','',''),(19,'En qué situación está?\r\nViste que desactivé la vieja lista de envío automático esta semana?\r\nHablalo con Bea','',''),(20,'Enviar a Andrés de Joacamar (Xion) fotos de controles y TV comprados el año pasado, y especificar cuántos controles serían necesarios, consultar costos y copiar a Johanna.','',''),(21,'Definir que hacer con el server viejo, si queda como respaldo de dominio secundario','',''),(22,'Se pagó la actualización para el Firewall? se conectaron a actualizar las licencias?','',''),(23,'Comunicar internamente sobre la cobertura existente para poder dar clases masivas con tablets en 4 y 5to de escuela','',''),(24,'Configurarlos todos.\r\nSolicitar chips a Johanna.\r\nConfigurar en el de José cuenta de mantenimiento.\r\nSi las baterías duran poco comprar nuevas en ML.\r\nConfigurar Drive para que puedan ver su xls','',''),(25,'Dar seguimiento sobre aceptación en general, hacer relevamiento antes de Turismo por toda la escuela','',''),(26,'Reconectarla, comunicarlo internamente y pasar accesos a quien corresponda.','',''),(27,'Colocarlas, hacerlo fuera de hora.\r\nHablar con Ronit, Bea, Johanna y Rafa para avisarles, por si desean comunicarlo a los funcionarios.\r\nGracias','','Alvaro esta haciendo el cableado de electrica y UTP Fecha posible de finalización semana del 3 al 7/04/2017'),(28,'En qué quedó ese tema? se sumaron equipos?','',''),(29,'Hablar con paty por si necesitan más equipos','',''),(30,'Comunicar, capacitar, ponerse a disposición.\r\nQue utilicen lo que a paty le sea cómodo, recordar su rol como coordinadora y no secretaria','',''),(31,'Probar con todos los equipos prendidos a ver si estamos bien.','',''),(33,'Martes 6 hora 11y30 sala de reunión','','');
/*!40000 ALTER TABLE `mantis_bug_text_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bugnote_table`
--
DROP TABLE IF EXISTS `mantis_bugnote_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bugnote_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`bug_id` int unsigned NOT NULL DEFAULT '0',
`reporter_id` int unsigned NOT NULL DEFAULT '0',
`bugnote_text_id` int unsigned NOT NULL DEFAULT '0',
`view_state` smallint NOT NULL DEFAULT '10',
`note_type` int DEFAULT '0',
`note_attr` varchar(250) DEFAULT '',
`time_tracking` int unsigned NOT NULL DEFAULT '0',
`last_modified` int unsigned NOT NULL DEFAULT '1',
`date_submitted` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_bug` (`bug_id`),
KEY `idx_last_mod` (`last_modified`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bugnote_table`
--
LOCK TABLES `mantis_bugnote_table` WRITE;
/*!40000 ALTER TABLE `mantis_bugnote_table` DISABLE KEYS */;
INSERT INTO `mantis_bugnote_table` VALUES (8,33,8,8,10,0,'',0,1488567771,1488567771),(6,22,4,6,10,0,'',0,1488543776,1488543776),(7,21,15,7,10,0,'',0,1488545756,1488545756),(9,31,4,9,10,0,'',0,1489081968,1489081968),(10,27,4,10,10,0,'',0,1489082099,1489082099),(11,26,4,11,10,0,'',0,1489082200,1489082200),(12,24,4,12,10,0,'',0,1489082286,1489082286),(13,20,4,13,10,0,'',0,1489082393,1489082352),(14,33,4,14,10,0,'',0,1489082699,1489082699),(15,28,4,15,10,0,'',0,1489082846,1489082846),(16,28,4,16,10,0,'',0,1489082878,1489082878);
/*!40000 ALTER TABLE `mantis_bugnote_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_bugnote_text_table`
--
DROP TABLE IF EXISTS `mantis_bugnote_text_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_bugnote_text_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`note` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_bugnote_text_table`
--
LOCK TABLES `mantis_bugnote_text_table` WRITE;
/*!40000 ALTER TABLE `mantis_bugnote_text_table` DISABLE KEYS */;
INSERT INTO `mantis_bugnote_text_table` VALUES (6,'El 8 de feb de 2017 le confirmé la actualización y la derive a Johanna por el pago.\r\nYa está actualizado'),(7,'Le di el ok a Bernardo para que continúe según el detalle que me envio: \r\n\r\nActualmente tiene la copia principal de active directory por ser controlador de dominio con todos los roles FSMO. Estos los voy a pasar al nuevo así queda como servidor principal para AD. Tiene las funciones que cumplía deshabilitadas pero prontas para que vuelvan a funcionar, que son carpetas compartidas y contarascher (MySQL).\r\n\r\nMi idea es que se respalde para ahí y que esté pronto para funcionar en caso de necesitarlo'),(8,'Genial! Estoy ahí.'),(9,'En espera presupuesto para el cableado. Prometido 10/03/2017'),(10,'Camaras instaladas falta electrica. a la esper5a presupuesto. Prometido 10/03/2017'),(11,'Se va a instalar en el campo deportivo semana de 13 al 17. Necesito coordinar con mantenimiento para que me acompañe a instalarla'),(12,'ya entregados y utilizar los chip que ya tenían asignados'),(13,'Ya los recibí, son 4, 2 de cada modelo\n\n'),(14,'Se resolvio que mantis quede solo para IT.\r\nInstalar OSticket para depto. Sicologos'),(15,'No se instalaron, no hay espacio físico disponible, se van a estudiar otras alternativas'),(16,'No se instalaron, no hay espacio físico disponible, se van a estudiar otras alternativas ');
/*!40000 ALTER TABLE `mantis_bugnote_text_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_category_table`
--
DROP TABLE IF EXISTS `mantis_category_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_category_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`project_id` int unsigned NOT NULL DEFAULT '0',
`user_id` int unsigned NOT NULL DEFAULT '0',
`name` varchar(128) NOT NULL DEFAULT '',
`status` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_category_project_name` (`project_id`,`name`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_category_table`
--
LOCK TABLES `mantis_category_table` WRITE;
/*!40000 ALTER TABLE `mantis_category_table` DISABLE KEYS */;
INSERT INTO `mantis_category_table` VALUES (1,0,0,'Otros',0),(2,0,0,'Urgencias',0),(3,0,0,'Eventos & Coordinaciones',0),(4,0,0,'Reuniones',0);
/*!40000 ALTER TABLE `mantis_category_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_config_table`
--
DROP TABLE IF EXISTS `mantis_config_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_config_table` (
`config_id` varchar(64) NOT NULL,
`project_id` int NOT NULL DEFAULT '0',
`user_id` int NOT NULL DEFAULT '0',
`access_reqd` int DEFAULT '0',
`type` int DEFAULT '90',
`value` longtext NOT NULL,
PRIMARY KEY (`config_id`,`project_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_config_table`
--
LOCK TABLES `mantis_config_table` WRITE;
/*!40000 ALTER TABLE `mantis_config_table` DISABLE KEYS */;
INSERT INTO `mantis_config_table` VALUES ('database_version',0,0,90,1,'209'),('default_notify_flags',1,0,90,3,'{\"reporter\":1,\"handler\":1,\"category\":1,\"threshold_min\":\"40\",\"threshold_max\":\"40\"}'),('notify_flags',1,0,90,3,'{\"updated\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"owner\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"reopened\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"deleted\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"bugnote\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"relation\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"new\":{\"reporter\":1,\"handler\":1,\"monitor\":0,\"bugnotes\":0,\"category\":1},\"feedback\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"acknowledged\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"confirmed\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"assigned\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"resolved\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"closed\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1}}'),('handle_bug_threshold',1,0,90,1,'40'),('update_bug_assign_threshold',1,0,90,1,'40'),('reopen_bug_threshold',1,0,90,1,'40'),('private_bug_threshold',1,0,90,1,'40'),('update_bug_status_threshold',1,0,90,1,'40'),('show_monitor_list_threshold',1,0,90,1,'40'),('bugnote_user_edit_threshold',1,0,90,1,'40'),('bug_reminder_threshold',1,0,90,1,'40'),('reminder_receive_threshold',1,0,90,1,'40'),('status_enum_workflow',0,0,40,3,'{\"10\":\"20:se necesitan m\\u00e1s datos,30:aceptada,40:confirmada,50:asignada,80:resuelta,90:cerrada\",\"20\":\"10:nueva,30:aceptada,40:confirmada,50:asignada,80:resuelta,90:cerrada\",\"30\":\"10:nueva,20:se necesitan m\\u00e1s datos,40:confirmada,50:asignada,80:resuelta,90:cerrada\",\"40\":\"10:nueva,20:se necesitan m\\u00e1s datos,30:aceptada,50:asignada,80:resuelta,90:cerrada\",\"50\":\"10:nueva,20:se necesitan m\\u00e1s datos,30:aceptada,40:confirmada,80:resuelta,90:cerrada\",\"80\":\"10:nueva,20:se necesitan m\\u00e1s datos,30:aceptada,40:confirmada,50:asignada,90:cerrada\",\"90\":\"10:nueva,20:se necesitan m\\u00e1s datos,30:aceptada,40:confirmada,50:asignada,80:resuelta\"}'),('update_bug_threshold',0,0,70,1,'40'),('update_bug_assign_threshold',0,0,40,1,'25'),('report_bug_threshold',0,0,90,1,'40'),('set_status_threshold',0,0,90,3,'{\"20\":40,\"30\":40,\"40\":40,\"50\":40,\"80\":40,\"90\":40}'),('default_notify_flags',0,0,90,3,'{\"reporter\":1,\"handler\":1,\"category\":1,\"threshold_min\":\"40\",\"threshold_max\":\"90\"}'),('notify_flags',0,0,90,3,'{\"updated\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"owner\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"reopened\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"deleted\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"bugnote\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"relation\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"new\":{\"reporter\":1,\"handler\":1,\"monitor\":0,\"bugnotes\":0,\"category\":1},\"feedback\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"acknowledged\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"confirmed\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"assigned\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"resolved\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1},\"closed\":{\"reporter\":1,\"handler\":1,\"monitor\":1,\"bugnotes\":1,\"category\":1}}');
/*!40000 ALTER TABLE `mantis_config_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_custom_field_project_table`
--
DROP TABLE IF EXISTS `mantis_custom_field_project_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_custom_field_project_table` (
`field_id` int NOT NULL DEFAULT '0',
`project_id` int unsigned NOT NULL DEFAULT '0',
`sequence` smallint NOT NULL DEFAULT '0',
PRIMARY KEY (`field_id`,`project_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_custom_field_project_table`
--
LOCK TABLES `mantis_custom_field_project_table` WRITE;
/*!40000 ALTER TABLE `mantis_custom_field_project_table` DISABLE KEYS */;
INSERT INTO `mantis_custom_field_project_table` VALUES (5,2,0),(5,3,0),(5,1,0),(2,2,0),(2,3,0),(2,1,0),(3,2,0),(3,3,0),(3,1,0),(4,2,0),(4,3,0),(4,1,0),(6,2,0),(6,3,0),(6,1,0),(7,2,0),(7,3,0),(7,1,0);
/*!40000 ALTER TABLE `mantis_custom_field_project_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_custom_field_string_table`
--
DROP TABLE IF EXISTS `mantis_custom_field_string_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_custom_field_string_table` (
`field_id` int NOT NULL DEFAULT '0',
`bug_id` int NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
`text` longtext,
PRIMARY KEY (`field_id`,`bug_id`),
KEY `idx_custom_field_bug` (`bug_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_custom_field_string_table`
--
LOCK TABLES `mantis_custom_field_string_table` WRITE;
/*!40000 ALTER TABLE `mantis_custom_field_string_table` DISABLE KEYS */;
INSERT INTO `mantis_custom_field_string_table` VALUES (3,18,'fpagliarini@escuelaintegral.edu.uy',NULL),(1,3,'1487728800',NULL),(5,13,'',NULL),(2,17,'Fernando',NULL),(7,17,'',NULL),(4,17,'1488506400',NULL),(3,13,'fpagliarini@escuelaintegral.edu.uy',NULL),(6,17,'',NULL),(5,17,'',NULL),(3,17,'fpagliarini@escuelaintegral.edu.uy',NULL),(3,14,'fpagliarini@escuelaintegral.edu.uy',NULL),(6,13,'',NULL),(7,13,'',NULL),(4,13,'1488506400',NULL),(2,13,'Fernando',NULL),(5,14,'',NULL),(2,14,'Fernando',NULL),(4,14,'1488506400',NULL),(7,14,'',NULL),(6,14,'',NULL),(3,15,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,15,'',NULL),(6,15,'',NULL),(7,15,'',NULL),(4,15,'1488506400',NULL),(2,15,'Fernando',NULL),(3,16,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,16,'',NULL),(6,16,'',NULL),(7,16,'',NULL),(4,16,'1488506400',NULL),(2,16,'Fernando',NULL),(5,18,'',NULL),(6,18,'',NULL),(7,18,'',NULL),(4,18,'1488506400',NULL),(2,18,'Fernando',NULL),(3,19,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,19,'',NULL),(6,19,'',NULL),(7,19,'',NULL),(4,19,'1488506400',NULL),(2,19,'Fernando',NULL),(3,20,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,20,'',NULL),(6,20,'',NULL),(7,20,'',NULL),(4,20,'1488506400',NULL),(2,20,'Fernando',NULL),(3,21,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,21,'',NULL),(6,21,'',NULL),(7,21,'',NULL),(4,21,'1486087200',NULL),(2,21,'Fernando',NULL),(3,22,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,22,'',NULL),(6,22,'',NULL),(7,22,'',NULL),(4,22,'1488506400',NULL),(2,22,'Fernando',NULL),(3,23,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,23,'',NULL),(6,23,'',NULL),(7,23,'',NULL),(4,23,'1488506400',NULL),(2,23,'Fernando',NULL),(3,24,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,24,'',NULL),(6,24,'',NULL),(7,24,'',NULL),(4,24,'1488506400',NULL),(2,24,'Fernando',NULL),(3,25,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,25,'',NULL),(6,25,'',NULL),(7,25,'',NULL),(4,25,'1488506400',NULL),(2,25,'Fernando',NULL),(3,26,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,26,'',NULL),(6,26,'',NULL),(7,26,'',NULL),(4,26,'1488423600',NULL),(2,26,'Fernando',NULL),(3,27,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,27,'',NULL),(6,27,'',NULL),(7,27,'',NULL),(4,27,'1488423600',NULL),(2,27,'Fernando',NULL),(3,28,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,28,'',NULL),(6,28,'',NULL),(7,28,'',NULL),(4,28,'1488506400',NULL),(2,28,'Fernando',NULL),(3,29,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,29,'',NULL),(6,29,'',NULL),(7,29,'',NULL),(4,29,'1488506400',NULL),(2,29,'Fernando',NULL),(3,30,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,30,'',NULL),(6,30,'',NULL),(7,30,'',NULL),(4,30,'1488506400',NULL),(2,30,'Fernando',NULL),(3,31,'fpagliarini@escuelaintegral.edu.uy',NULL),(5,31,'',NULL),(6,31,'',NULL),(7,31,'',NULL),(4,31,'1488506400',NULL),(2,31,'Fernando',NULL),(5,33,'hernan@integral.edu.uy',NULL),(3,33,'fpagliarini@escuelaintegral.edu.uy',NULL),(6,33,'fernando@integral.edu.uy',NULL),(7,33,'',NULL),(4,33,'1488506400',NULL),(2,33,'Fernando',NULL);
/*!40000 ALTER TABLE `mantis_custom_field_string_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_custom_field_table`
--
DROP TABLE IF EXISTS `mantis_custom_field_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_custom_field_table` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL DEFAULT '',
`type` smallint NOT NULL DEFAULT '0',
`possible_values` text,
`default_value` varchar(255) NOT NULL DEFAULT '',
`valid_regexp` varchar(255) NOT NULL DEFAULT '',
`access_level_r` smallint NOT NULL DEFAULT '0',
`access_level_rw` smallint NOT NULL DEFAULT '0',
`length_min` int NOT NULL DEFAULT '0',
`length_max` int NOT NULL DEFAULT '0',
`require_report` tinyint NOT NULL DEFAULT '0',
`require_update` tinyint NOT NULL DEFAULT '0',
`display_report` tinyint NOT NULL DEFAULT '0',
`display_update` tinyint NOT NULL DEFAULT '1',
`require_resolved` tinyint NOT NULL DEFAULT '0',
`display_resolved` tinyint NOT NULL DEFAULT '0',
`display_closed` tinyint NOT NULL DEFAULT '0',
`require_closed` tinyint NOT NULL DEFAULT '0',
`filter_by` tinyint NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_custom_field_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_custom_field_table`
--
LOCK TABLES `mantis_custom_field_table` WRITE;
/*!40000 ALTER TABLE `mantis_custom_field_table` DISABLE KEYS */;
INSERT INTO `mantis_custom_field_table` VALUES (1,'Fecha',8,'','','',40,40,0,0,1,1,1,1,1,1,1,1,1),(2,'Persona responsable',0,'','','',40,40,0,0,1,1,1,1,1,1,1,0,1),(3,'E-mail responsable',4,'','','',10,10,0,0,1,1,1,1,1,1,1,0,1),(4,'Fecha ingreso',8,'','','',40,40,0,0,1,1,1,1,1,1,1,0,1),(5,'E-mail responsable/involucrado 2',4,'','','',10,10,0,0,0,0,1,1,0,1,1,0,1),(6,'E-mail responsable/involucrado 3',4,'','','',10,10,0,0,0,0,1,1,0,1,1,0,1),(7,'Fecha entrega/finalización/necesidad',8,'','','',10,10,0,0,0,0,1,1,0,1,1,0,1);
/*!40000 ALTER TABLE `mantis_custom_field_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_email_table`
--
DROP TABLE IF EXISTS `mantis_email_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_email_table` (
`email_id` int unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(64) NOT NULL DEFAULT '',
`subject` varchar(250) NOT NULL DEFAULT '',
`metadata` longtext NOT NULL,
`body` longtext NOT NULL,
`submitted` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`email_id`)
) ENGINE=MyISAM AUTO_INCREMENT=178 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_email_table`
--
LOCK TABLES `mantis_email_table` WRITE;
/*!40000 ALTER TABLE `mantis_email_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_email_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_filters_table`
--
DROP TABLE IF EXISTS `mantis_filters_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_filters_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int NOT NULL DEFAULT '0',
`project_id` int NOT NULL DEFAULT '0',
`is_public` tinyint DEFAULT NULL,
`name` varchar(64) NOT NULL DEFAULT '',
`filter_string` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_filters_table`
--
LOCK TABLES `mantis_filters_table` WRITE;
/*!40000 ALTER TABLE `mantis_filters_table` DISABLE KEYS */;
INSERT INTO `mantis_filters_table` VALUES (1,2,-1,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[0],\"project_id\":[-3],\"sort\":\"last_updated\",\"dir\":\"DESC\",\"filter_by_date\":false,\"start_month\":2,\"start_day\":1,\"start_year\":2017,\"end_month\":2,\"end_day\":22,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":2,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":2,\"last_updated_end_day\":22,\"last_updated_end_year\":2017,\"search\":\"\",\"hide_status\":[90],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":[],\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":-1,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0}'),(2,2,-3,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[0],\"project_id\":[-3],\"sort\":\"last_updated\",\"dir\":\"DESC\",\"filter_by_date\":false,\"start_month\":2,\"start_day\":1,\"start_year\":2017,\"end_month\":2,\"end_day\":22,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":2,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":2,\"last_updated_end_day\":22,\"last_updated_end_year\":2017,\"search\":\"\",\"hide_status\":[90],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":[],\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":0,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0,\"_source_query_id\":2}'),(3,2,-2,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[0],\"project_id\":[-3],\"sort\":\"last_updated\",\"dir\":\"DESC\",\"filter_by_date\":false,\"start_month\":2,\"start_day\":1,\"start_year\":2017,\"end_month\":2,\"end_day\":22,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":2,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":2,\"last_updated_end_day\":22,\"last_updated_end_year\":2017,\"search\":\"\",\"hide_status\":[90],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":{\"3\":[\"0\"],\"5\":[\"0\"],\"6\":[\"0\"],\"1\":[\"\",\"1\",\"1\"],\"7\":[\"\",\"1\",\"1\"],\"4\":[\"\",\"1\",\"1\"],\"2\":[\"0\"]},\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":-1,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0}'),(4,4,0,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[0],\"project_id\":[-3],\"sort\":\"last_updated,project_id\",\"dir\":\"DESC,ASC\",\"filter_by_date\":false,\"start_month\":3,\"start_day\":1,\"start_year\":2017,\"end_month\":3,\"end_day\":29,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":3,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":3,\"last_updated_end_day\":29,\"last_updated_end_year\":2017,\"search\":\"\",\"hide_status\":[90],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":{\"3\":[\"0\"],\"5\":[\"0\"],\"6\":[\"0\"],\"1\":[\"\",\"1\",\"1\"],\"7\":[\"\",\"1\",\"1\"],\"4\":[\"\",\"1\",\"1\"],\"2\":[\"0\"]},\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":-1,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0}'),(5,6,-1,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[5],\"project_id\":[-3],\"sort\":\"last_updated\",\"dir\":\"DESC\",\"filter_by_date\":false,\"start_month\":3,\"start_day\":1,\"start_year\":2017,\"end_month\":3,\"end_day\":2,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":3,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":3,\"last_updated_end_day\":2,\"last_updated_end_year\":2017,\"search\":\"\",\"hide_status\":[80],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":{\"3\":[\"0\"],\"5\":[\"0\"],\"6\":[\"0\"],\"1\":[\"\",\"1\",\"1\"],\"7\":[\"0\",\"0\",\"0\"],\"4\":[\"0\",\"0\",\"0\"],\"2\":[\"0\"]},\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":0,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0}'),(6,15,-2,0,'','v9#{\"_version\":\"v9\",\"_view_type\":\"simple\",\"category_id\":[\"0\"],\"severity\":[0],\"status\":[0],\"per_page\":50,\"highlight_changed\":6,\"reporter_id\":[0],\"handler_id\":[-2],\"project_id\":[-3],\"sort\":\"last_updated\",\"dir\":\"DESC\",\"filter_by_date\":false,\"start_month\":3,\"start_day\":1,\"start_year\":2017,\"end_month\":3,\"end_day\":3,\"end_year\":2017,\"filter_by_last_updated_date\":false,\"last_updated_start_month\":3,\"last_updated_start_day\":1,\"last_updated_start_year\":2017,\"last_updated_end_month\":3,\"last_updated_end_day\":3,\"last_updated_end_year\":2017,\"search\":\"so\",\"hide_status\":[90],\"resolution\":[0],\"build\":[\"0\"],\"version\":[\"0\"],\"fixed_in_version\":[\"0\"],\"target_version\":[\"0\"],\"priority\":[0],\"monitor_user_id\":[0],\"view_state\":0,\"custom_fields\":{\"3\":[\"0\"],\"5\":[\"0\"],\"6\":[\"0\"],\"1\":[\"\",\"1\",\"1\"],\"7\":[\"\",\"1\",\"1\"],\"4\":[\"\",\"1\",\"1\"],\"2\":[\"0\"]},\"sticky\":true,\"relationship_type\":-1,\"relationship_bug\":-1,\"profile_id\":[0],\"platform\":[\"0\"],\"os\":[\"0\"],\"os_build\":[\"0\"],\"tag_string\":\"\",\"tag_select\":0,\"note_user_id\":[0],\"match_type\":0}');
/*!40000 ALTER TABLE `mantis_filters_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_news_table`
--
DROP TABLE IF EXISTS `mantis_news_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_news_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`project_id` int unsigned NOT NULL DEFAULT '0',
`poster_id` int unsigned NOT NULL DEFAULT '0',
`view_state` smallint NOT NULL DEFAULT '10',
`announcement` tinyint NOT NULL DEFAULT '0',
`headline` varchar(64) NOT NULL DEFAULT '',
`body` longtext NOT NULL,
`last_modified` int unsigned NOT NULL DEFAULT '1',
`date_posted` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_news_table`
--
LOCK TABLES `mantis_news_table` WRITE;
/*!40000 ALTER TABLE `mantis_news_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_news_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_plugin_table`
--
DROP TABLE IF EXISTS `mantis_plugin_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_plugin_table` (
`basename` varchar(40) NOT NULL,
`enabled` tinyint NOT NULL DEFAULT '0',
`protected` tinyint NOT NULL DEFAULT '0',
`priority` int unsigned NOT NULL DEFAULT '3',
PRIMARY KEY (`basename`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_plugin_table`
--
LOCK TABLES `mantis_plugin_table` WRITE;
/*!40000 ALTER TABLE `mantis_plugin_table` DISABLE KEYS */;
INSERT INTO `mantis_plugin_table` VALUES ('MantisCoreFormatting',1,0,3);
/*!40000 ALTER TABLE `mantis_plugin_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_project_file_table`
--
DROP TABLE IF EXISTS `mantis_project_file_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_project_file_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`project_id` int unsigned NOT NULL DEFAULT '0',
`title` varchar(250) NOT NULL DEFAULT '',
`description` varchar(250) NOT NULL DEFAULT '',
`diskfile` varchar(250) NOT NULL DEFAULT '',
`filename` varchar(250) NOT NULL DEFAULT '',
`folder` varchar(250) NOT NULL DEFAULT '',
`filesize` int NOT NULL DEFAULT '0',
`file_type` varchar(250) NOT NULL DEFAULT '',
`content` longblob,
`date_added` int unsigned NOT NULL DEFAULT '1',
`user_id` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_project_file_table`
--
LOCK TABLES `mantis_project_file_table` WRITE;
/*!40000 ALTER TABLE `mantis_project_file_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_project_file_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_project_hierarchy_table`
--
DROP TABLE IF EXISTS `mantis_project_hierarchy_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_project_hierarchy_table` (
`child_id` int unsigned NOT NULL,
`parent_id` int unsigned NOT NULL,
`inherit_parent` tinyint NOT NULL DEFAULT '0',
UNIQUE KEY `idx_project_hierarchy` (`child_id`,`parent_id`),
KEY `idx_project_hierarchy_child_id` (`child_id`),
KEY `idx_project_hierarchy_parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_project_hierarchy_table`
--
LOCK TABLES `mantis_project_hierarchy_table` WRITE;
/*!40000 ALTER TABLE `mantis_project_hierarchy_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_project_hierarchy_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_project_table`
--
DROP TABLE IF EXISTS `mantis_project_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_project_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL DEFAULT '',
`status` smallint NOT NULL DEFAULT '10',
`enabled` tinyint NOT NULL DEFAULT '1',
`view_state` smallint NOT NULL DEFAULT '10',
`access_min` smallint NOT NULL DEFAULT '10',
`file_path` varchar(250) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`category_id` int unsigned NOT NULL DEFAULT '1',
`inherit_global` tinyint NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_project_name` (`name`),
KEY `idx_project_view` (`view_state`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_project_table`
--
LOCK TABLES `mantis_project_table` WRITE;
/*!40000 ALTER TABLE `mantis_project_table` DISABLE KEYS */;
INSERT INTO `mantis_project_table` VALUES (1,'Mantenimiento',10,1,50,10,'','',1,1),(2,'Departamento IT',10,1,50,10,'','',1,1),(3,'Departamento Psicopedagógico',10,1,50,10,'','',1,1);
/*!40000 ALTER TABLE `mantis_project_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_project_user_list_table`
--
DROP TABLE IF EXISTS `mantis_project_user_list_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_project_user_list_table` (
`project_id` int unsigned NOT NULL DEFAULT '0',
`user_id` int unsigned NOT NULL DEFAULT '0',
`access_level` smallint NOT NULL DEFAULT '10',
PRIMARY KEY (`project_id`,`user_id`),
KEY `idx_project_user` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_project_user_list_table`
--
LOCK TABLES `mantis_project_user_list_table` WRITE;
/*!40000 ALTER TABLE `mantis_project_user_list_table` DISABLE KEYS */;
INSERT INTO `mantis_project_user_list_table` VALUES (1,5,40),(1,6,40),(3,17,40),(3,9,40),(2,10,40),(3,10,40),(1,10,40),(3,16,40),(2,15,40),(1,7,40);
/*!40000 ALTER TABLE `mantis_project_user_list_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_project_version_table`
--
DROP TABLE IF EXISTS `mantis_project_version_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_project_version_table` (
`id` int NOT NULL AUTO_INCREMENT,
`project_id` int unsigned NOT NULL DEFAULT '0',
`version` varchar(64) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`released` tinyint NOT NULL DEFAULT '1',
`obsolete` tinyint NOT NULL DEFAULT '0',
`date_order` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_project_version` (`project_id`,`version`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_project_version_table`
--
LOCK TABLES `mantis_project_version_table` WRITE;
/*!40000 ALTER TABLE `mantis_project_version_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_project_version_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_sponsorship_table`
--
DROP TABLE IF EXISTS `mantis_sponsorship_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_sponsorship_table` (
`id` int NOT NULL AUTO_INCREMENT,
`bug_id` int NOT NULL DEFAULT '0',
`user_id` int NOT NULL DEFAULT '0',
`amount` int NOT NULL DEFAULT '0',
`logo` varchar(128) NOT NULL DEFAULT '',
`url` varchar(128) NOT NULL DEFAULT '',
`paid` tinyint NOT NULL DEFAULT '0',
`date_submitted` int unsigned NOT NULL DEFAULT '1',
`last_updated` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_sponsorship_bug_id` (`bug_id`),
KEY `idx_sponsorship_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_sponsorship_table`
--
LOCK TABLES `mantis_sponsorship_table` WRITE;
/*!40000 ALTER TABLE `mantis_sponsorship_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_sponsorship_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_tag_table`
--
DROP TABLE IF EXISTS `mantis_tag_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_tag_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`name` varchar(100) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`date_created` int unsigned NOT NULL DEFAULT '1',
`date_updated` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`,`name`),
KEY `idx_tag_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_tag_table`
--
LOCK TABLES `mantis_tag_table` WRITE;
/*!40000 ALTER TABLE `mantis_tag_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_tag_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_tokens_table`
--
DROP TABLE IF EXISTS `mantis_tokens_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_tokens_table` (
`id` int NOT NULL AUTO_INCREMENT,
`owner` int NOT NULL,
`type` int NOT NULL,
`value` longtext NOT NULL,
`timestamp` int unsigned NOT NULL DEFAULT '1',
`expiry` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_typeowner` (`type`,`owner`)
) ENGINE=MyISAM AUTO_INCREMENT=140 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_tokens_table`
--
LOCK TABLES `mantis_tokens_table` WRITE;
/*!40000 ALTER TABLE `mantis_tokens_table` DISABLE KEYS */;
INSERT INTO `mantis_tokens_table` VALUES (14,2,5,'{\"filter\":true,\"profile\":false}',1487787787,1519343575),(34,8,5,'{\"filter\":false,\"profile\":false}',1487790267,1522510704),(18,7,5,'{\"filter\":true,\"profile\":false}',1487788241,1519343514),(27,9,5,'{\"filter\":false,\"profile\":false}',1487789164,1519329197),(52,15,5,'{\"filter\":false,\"profile\":false,\"sidebar\":true}',1487800086,1520104346),(66,6,5,'{\"filter\":false,\"recent_mod\":false,\"profile\":false,\"timeline\":true,\"sidebar\":false}',1487803230,1520025014),(95,4,5,'{\"filter\":false,\"profile\":false,\"sidebar\":true}',1488538992,1520085296),(138,1,4,'1',1497242656,1497242956),(137,1,5,'{\"filter\":false,\"sidebar\":false}',1497242323,1528778713),(139,1,3,'25',1497242668,1497329068);
/*!40000 ALTER TABLE `mantis_tokens_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_user_pref_table`
--
DROP TABLE IF EXISTS `mantis_user_pref_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_user_pref_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`project_id` int unsigned NOT NULL DEFAULT '0',
`default_profile` int unsigned NOT NULL DEFAULT '0',
`default_project` int unsigned NOT NULL DEFAULT '0',
`refresh_delay` int NOT NULL DEFAULT '0',
`redirect_delay` int NOT NULL DEFAULT '0',
`bugnote_order` varchar(4) NOT NULL DEFAULT 'ASC',
`email_on_new` tinyint NOT NULL DEFAULT '0',
`email_on_assigned` tinyint NOT NULL DEFAULT '0',
`email_on_feedback` tinyint NOT NULL DEFAULT '0',
`email_on_resolved` tinyint NOT NULL DEFAULT '0',
`email_on_closed` tinyint NOT NULL DEFAULT '0',
`email_on_reopened` tinyint NOT NULL DEFAULT '0',
`email_on_bugnote` tinyint NOT NULL DEFAULT '0',
`email_on_status` tinyint NOT NULL DEFAULT '0',
`email_on_priority` tinyint NOT NULL DEFAULT '0',
`email_on_priority_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_status_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_bugnote_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_reopened_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_closed_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_resolved_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_feedback_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_assigned_min_severity` smallint NOT NULL DEFAULT '10',
`email_on_new_min_severity` smallint NOT NULL DEFAULT '10',
`email_bugnote_limit` smallint NOT NULL DEFAULT '0',
`language` varchar(32) NOT NULL DEFAULT 'english',
`timezone` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_user_pref_table`
--
LOCK TABLES `mantis_user_pref_table` WRITE;
/*!40000 ALTER TABLE `mantis_user_pref_table` DISABLE KEYS */;
INSERT INTO `mantis_user_pref_table` VALUES (1,1,0,0,0,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'spanish','America/Montevideo'),(2,2,0,0,2,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'auto','America/Montevideo'),(3,9,0,0,3,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'auto','America/Montevideo'),(4,15,0,0,2,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'auto','America/Montevideo'),(5,6,0,0,1,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'auto','America/Montevideo'),(6,7,0,0,1,30,2,'ASC',1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'auto','America/Montevideo');
/*!40000 ALTER TABLE `mantis_user_pref_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_user_print_pref_table`
--
DROP TABLE IF EXISTS `mantis_user_print_pref_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_user_print_pref_table` (
`user_id` int unsigned NOT NULL DEFAULT '0',
`print_pref` varchar(64) NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_user_print_pref_table`
--
LOCK TABLES `mantis_user_print_pref_table` WRITE;
/*!40000 ALTER TABLE `mantis_user_print_pref_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_user_print_pref_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_user_profile_table`
--
DROP TABLE IF EXISTS `mantis_user_profile_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_user_profile_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`user_id` int unsigned NOT NULL DEFAULT '0',
`platform` varchar(32) NOT NULL DEFAULT '',
`os` varchar(32) NOT NULL DEFAULT '',
`os_build` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_user_profile_table`
--
LOCK TABLES `mantis_user_profile_table` WRITE;
/*!40000 ALTER TABLE `mantis_user_profile_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `mantis_user_profile_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mantis_user_table`
--
DROP TABLE IF EXISTS `mantis_user_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `mantis_user_table` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(191) NOT NULL DEFAULT '',
`realname` varchar(191) NOT NULL DEFAULT '',
`email` varchar(191) NOT NULL DEFAULT '',
`password` varchar(64) NOT NULL DEFAULT '',
`enabled` tinyint NOT NULL DEFAULT '1',
`protected` tinyint NOT NULL DEFAULT '0',
`access_level` smallint NOT NULL DEFAULT '10',
`login_count` int NOT NULL DEFAULT '0',
`lost_password_request_count` smallint NOT NULL DEFAULT '0',
`failed_login_count` smallint NOT NULL DEFAULT '0',
`cookie_string` varchar(64) NOT NULL DEFAULT '',
`last_visit` int unsigned NOT NULL DEFAULT '1',
`date_created` int unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_user_cookie_string` (`cookie_string`),
UNIQUE KEY `idx_user_username` (`username`),
KEY `idx_enable` (`enabled`),
KEY `idx_access` (`access_level`),
KEY `idx_email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mantis_user_table`
--
LOCK TABLES `mantis_user_table` WRITE;
/*!40000 ALTER TABLE `mantis_user_table` DISABLE KEYS */;
INSERT INTO `mantis_user_table` VALUES (1,'administrator','','root@localhost','fd0369906741aa776c9e07b354abeb6f',1,0,90,10,0,0,'k0NtRevHq7tTm2BbThKK2vTrnsdYSE5ixlme2v4bxS1HLVH55tlHP_kcaTlikprp',1497242668,1487779232),(2,'clevy','Carlos Levy','iiblout@gmail.com','6907a96f6e91417b86d3db3f52bd6b00',1,0,90,16,0,0,'_LtyvUS3-AbgQPVdI-NnjErRi7EgcvyQ9XThuZNRmG0iagxmKBV2KobbZ_JNdj70',1489082396,1487779851),(3,'barago','Bernardo Arago','nanoarago@gmail.com','0fec222a70103b5bb445ac5a89bb770f',1,0,90,0,0,0,'Qhm-SFOFkyFJTZye5a4Ul0F0pYR5pMbBEGK5yVGuu_heb5bpW9sSHDVW25h7OB49',1487779909,1487779909),(4,'fpagliarini','Fernando Pagliarini','fpagliarini@escuelaintegral.edu.uy','33aaee32efa9c8325d8776acb72bc29a',1,0,90,26,0,0,'wQg4AR30uNtcGXwqiMKLKD5RLbpnylAjEGJSbVflk_cupD5U2bsLUJRnZvAjv5ir',1491391289,1487780039),(5,'mantenimiento','José Leone','mantenimiento@escuelaintegral.edu.uy','5280a53b5ccb98321b9451a29370dd72',1,0,40,0,0,0,'t1agvVoTpOsmgY_st06Tgl_qNcJBDvY7o2HMCb1-8NNj16TxNBfaIedjspikjJ61',1487787196,1487787196),(6,'pablok','Pablo Kalbermann','pablokalbermann@gmail.com','797e929fb0f39e7d1db2768ed2461e26',1,0,40,6,0,0,'U8e3qrKiEXeU8lXWB45xamtymz3a2ZnNqvUvqIkClvvt78ASpfVIV-buIGJM6BOf',1488489013,1487787275),(7,'usuarioprueba','usuarioprueba','levu69@hotmail.com','5b1898798fedb3d3037f78f2779bf276',1,0,40,7,0,0,'6nM0_qRc8Ufd0fb0At8-DvGvO80NKpdfBMFGI86PJ5S_z3Qyzmz0K9L4PvBvFm-c',1487883236,1487788020),(8,'hernandenis','Hernan Denis','hernan@integral.edu.uy','0abb76eae89da98f7a1f62d33b0e89e3',1,0,90,19,0,0,'HhiZ8GOpll176U1-HGP3aqKBsg7KwCdN5C-qBpQo82S86uRqOTMij_049-8UFHvn',1490974703,1487788530),(9,'psicoprueba','psicoprueba','levu69@gmail.com','d9a2f1c9567cdb038e4197d4662fa650',1,0,40,3,0,0,'lOQ02z6jxSMh25oN91TNC00yp2lRYvSUXeqi8M5MCcS-V89vP0Akt4N16j-QvNtU',1487791182,1487788961),(10,'eduardotornaria','Eduardo Tornaria','etornaria@escuelaintegral.edu.uy','81dc9bdb52d04dc20036dbd8313ed055',1,0,40,1,0,0,'x2O8xcjEKkFpdGMJD_Tdf_yhqyqB0zUFq8w--5gmIy1VoMILcex2ttemhacXMkvl',1487789508,1487789508),(11,'patriciasztern','Patricia Sztern','psztern@escuelaintegral.edu.uy','48d630f1988befbb68572c7c3f8184a9',1,0,40,0,0,0,'-xm846rpruBjpxBzeS3fM-kONI2eFUxCyWjeCjM1Uy613T_16AEVY_1Rfe8lE9Xr',1487791652,1487791652),(12,'fabianaotheguy','Fabiana Otheguy','fotheguy@escuelaintegral.edu.uy','08e1887dac727d317dba1237140ae6c8',1,0,40,0,0,0,'jYLp_iVcAug2Gpq8oVOZGZCVolPmbzuHZ5Mi6-UFLza3IDLNeIhlwn0qHH-Zhx6C',1487791700,1487791700),(13,'vivianamoreira','Viviana moreira','vmoreira@escuelaintegral.edu.uy','a740f5766fd71db49c5653907211ddfa',1,0,40,0,0,0,'u2wp1Vpwh7JPTpFKQuj4EFiufxTGRo22IozBSN1WzGFCOyz2Lkvlz8Y5OTUi0kLG',1487791790,1487791790),(14,'rubenrojo','Ruben Rojo','rrojo@escuelaintegral.edu.uy','e1852c1c41571f61d0b57bf4a4c7e9a6',1,0,40,0,0,0,'upcrQpDfPN1vkI1F8uyixiIZwH2MwEIKiRViQeTqr1k2jXYlKrZDhRQCP-zuHBi8',1487791928,1487791928),(15,'it','it','it@escuelaintegral.edu.uy','bae21e5a8d8f7f81a57afeeec505b5c6',1,0,70,14,0,0,'fCvPZjBr_saORajUbiBsQjsc_DY02KYN2xlvtcaNMprPhEETZ2xjtvAgA48q-V8d',1488568345,1487792228),(16,'ppg','Departamento Psicopedagógico','ppg@escuelaintegral.edu.uy','7e1188dad5fb3c0c5cddaae45063f185',1,0,40,0,0,0,'Nbl7Dzk23RFgpwdCpeNGj3p61OykyvJiwFbnzT36tQfg43mLz99UGxPTRCIDRmW2',1487792255,1487792255),(17,'fabianavalevici','Fabiana Valevici','fvalevici@escuelaintegral.edu.uy','57bd51d2d4b32775966c65759c1edfee',1,0,25,0,0,0,'1q7uW4lqKb8TLpbbq8t3qq6GKZmftCfPq-ZYWEt7lgJ_WFlGsa01gBmMVbapbWvu',1487795798,1487795798);
/*!40000 ALTER TABLE `mantis_user_table` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-05-26 1:00:03
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists