@@ -375,94 +375,6 @@ INSERT INTO `field_images` VALUES (4190,'marriott3.jpg',0,'Marriott Marquis Atri
375375/*!40000 ALTER TABLE `field_images` ENABLE KEYS */;
376376UNLOCK TABLES;
377377
378- --
379- -- Table structure for table `field_language`
380- --
381-
382- DROP TABLE IF EXISTS `field_language`;
383- /*!40101 SET @saved_cs_client = @@character_set_client */;
384- /*!40101 SET character_set_client = utf8 */;
385- CREATE TABLE `field_language` (
386- `pages_id` int(10) unsigned NOT NULL,
387- `data` int(11) NOT NULL,
388- `sort` int(10) unsigned NOT NULL,
389- PRIMARY KEY (`pages_id`,`sort`),
390- KEY `data` (`data`,`pages_id`,`sort`)
391- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
392- /*!40101 SET character_set_client = @saved_cs_client */;
393-
394- --
395- -- Dumping data for table `field_language`
396- --
397-
398- LOCK TABLES `field_language` WRITE;
399- /*!40000 ALTER TABLE `field_language` DISABLE KEYS */;
400- INSERT INTO `field_language` VALUES (40,5753,0),(41,5753,0),(5750,5753,0);
401- /*!40000 ALTER TABLE `field_language` ENABLE KEYS */;
402- UNLOCK TABLES;
403-
404- --
405- -- Table structure for table `field_language_files`
406- --
407-
408- DROP TABLE IF EXISTS `field_language_files`;
409- /*!40101 SET @saved_cs_client = @@character_set_client */;
410- /*!40101 SET character_set_client = utf8 */;
411- CREATE TABLE `field_language_files` (
412- `pages_id` int(10) unsigned NOT NULL,
413- `data` varchar(250) NOT NULL,
414- `sort` int(10) unsigned NOT NULL,
415- `description` text NOT NULL,
416- `modified` datetime DEFAULT NULL,
417- `created` datetime DEFAULT NULL,
418- PRIMARY KEY (`pages_id`,`sort`),
419- KEY `data` (`data`),
420- KEY `modified` (`modified`),
421- KEY `created` (`created`),
422- FULLTEXT KEY `description` (`description`)
423- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
424- /*!40101 SET character_set_client = @saved_cs_client */;
425-
426- --
427- -- Dumping data for table `field_language_files`
428- --
429-
430- LOCK TABLES `field_language_files` WRITE;
431- /*!40000 ALTER TABLE `field_language_files` DISABLE KEYS */;
432- /*!40000 ALTER TABLE `field_language_files` ENABLE KEYS */;
433- UNLOCK TABLES;
434-
435- --
436- -- Table structure for table `field_language_files_site`
437- --
438-
439- DROP TABLE IF EXISTS `field_language_files_site`;
440- /*!40101 SET @saved_cs_client = @@character_set_client */;
441- /*!40101 SET character_set_client = utf8 */;
442- CREATE TABLE `field_language_files_site` (
443- `pages_id` int(10) unsigned NOT NULL,
444- `data` varchar(250) NOT NULL,
445- `sort` int(10) unsigned NOT NULL,
446- `description` text NOT NULL,
447- `modified` datetime DEFAULT NULL,
448- `created` datetime DEFAULT NULL,
449- PRIMARY KEY (`pages_id`,`sort`),
450- KEY `data` (`data`),
451- KEY `modified` (`modified`),
452- KEY `created` (`created`),
453- FULLTEXT KEY `description` (`description`)
454- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
455- /*!40101 SET character_set_client = @saved_cs_client */;
456-
457- --
458- -- Dumping data for table `field_language_files_site`
459- --
460-
461- LOCK TABLES `field_language_files_site` WRITE;
462- /*!40000 ALTER TABLE `field_language_files_site` DISABLE KEYS */;
463- /*!40000 ALTER TABLE `field_language_files_site` ENABLE KEYS */;
464- UNLOCK TABLES;
465-
466378--
467379-- Table structure for table `field_map`
468380--
@@ -1184,4 +1096,4 @@ UNLOCK TABLES;
11841096/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
11851097/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
11861098
1187- -- Dump completed on 2019-11-25 15:40:14
1099+ -- Dump completed on 2019-12-08 10:22:57
0 commit comments