File: /home/undanet/dump/db/portalempleo_wp_des_wp_term_taxonomy.sql
CREATE DATABASE IF NOT EXISTS `portalempleo_wp_des` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `portalempleo_wp_des`;
-- MySQL dump 10.13 Distrib 8.0.22, for Win64 (x86_64)
--
-- Host: SRVDESARROLLO Database: portalempleo_wp_des
-- ------------------------------------------------------
-- Server version 8.0.23
/*!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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,15),(3,3,'nav_menu','',0,15),(4,4,'nav_menu','',0,6),(5,5,'language','a:3:{s:6:\"locale\";s:5:\"es_ES\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"es\";}',0,26),(6,6,'term_language','',0,2),(7,7,'term_translations','a:2:{s:2:\"es\";i:1;s:2:\"en\";i:10;}',0,2),(8,8,'language','a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}',0,19),(9,9,'term_language','',0,2),(10,10,'category','',0,1),(13,13,'post_translations','a:2:{s:2:\"en\";i:52;s:2:\"es\";i:1;}',0,2),(14,14,'nav_menu','',0,1),(15,15,'post_translations','a:2:{s:2:\"en\";i:61;s:2:\"es\";i:6;}',0,2),(16,16,'post_translations','a:2:{s:2:\"en\";i:70;s:2:\"es\";i:7;}',0,2),(17,17,'post_translations','a:2:{s:2:\"es\";i:9;s:2:\"en\";i:73;}',0,2),(18,18,'post_translations','a:2:{s:2:\"es\";i:8;s:2:\"en\";i:76;}',0,2),(19,19,'category','',0,0),(21,21,'post_translations','a:2:{s:2:\"es\";i:119;s:2:\"en\";i:137;}',0,2),(22,22,'category','Permite aƱadir, modificar y eliminar convocatorias',0,0),(23,23,'term_translations','a:2:{s:2:\"es\";i:22;s:2:\"en\";i:24;}',0,2),(24,24,'category','Alows you to create, modify and delete calls',0,0),(26,26,'post_translations','a:2:{s:2:\"es\";i:157;s:2:\"en\";i:168;}',0,2),(27,27,'post_translations','a:2:{s:2:\"en\";i:201;s:2:\"es\";i:174;}',0,2),(28,28,'post_translations','a:2:{s:2:\"en\";i:230;s:2:\"es\";i:228;}',0,2),(29,29,'post_translations','a:2:{s:2:\"en\";i:271;s:2:\"es\";i:176;}',0,2),(30,30,'post_translations','a:2:{s:2:\"en\";i:300;s:2:\"es\";i:296;}',0,2),(31,31,'post_translations','a:2:{s:2:\"en\";i:308;s:2:\"es\";i:304;}',0,2),(32,32,'post_translations','a:2:{s:2:\"en\";i:316;s:2:\"es\";i:314;}',0,2),(33,33,'post_translations','a:2:{s:2:\"en\";i:321;s:2:\"es\";i:319;}',0,2),(34,34,'post_translations','a:2:{s:2:\"en\";i:334;s:2:\"es\";i:328;}',0,2),(35,35,'post_translations','a:2:{s:2:\"en\";i:340;s:2:\"es\";i:338;}',0,2),(36,36,'post_translations','a:2:{s:2:\"en\";i:347;s:2:\"es\";i:343;}',0,2),(37,37,'post_translations','a:2:{s:2:\"en\";i:367;s:2:\"es\";i:118;}',0,2),(38,38,'post_translations','a:2:{s:2:\"en\";i:374;s:2:\"es\";i:370;}',0,2),(39,39,'post_translations','a:2:{s:2:\"en\";i:391;s:2:\"es\";i:387;}',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` 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 2021-05-06 14:12:48