Fix length of field

This commit is contained in:
Laurent Destailleur 2021-04-15 19:16:23 +02:00
parent f2bd030f91
commit b158239c54

View File

@ -5794,40 +5794,6 @@ LOCK TABLES `llx_ecm_files_extrafields` WRITE;
/*!40000 ALTER TABLE `llx_ecm_files_extrafields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `llx_ecommerce_category`
--
DROP TABLE IF EXISTS `llx_ecommerce_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `llx_ecommerce_category` (
`rowid` int(11) NOT NULL AUTO_INCREMENT,
`label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` tinyint(4) NOT NULL DEFAULT 1,
`description` text COLLATE utf8_unicode_ci DEFAULT NULL,
`fk_category` int(11) NOT NULL,
`fk_site` int(11) NOT NULL,
`remote_id` int(11) NOT NULL,
`remote_parent_id` int(11) DEFAULT NULL,
`last_update` datetime DEFAULT NULL,
PRIMARY KEY (`rowid`),
UNIQUE KEY `uk_ecommerce_category_fk_site_fk_category` (`fk_site`,`fk_category`),
KEY `idx_ecommerce_category_fk_category` (`fk_category`),
KEY `idx_ecommerce_category_fk_site` (`fk_site`)
) ENGINE=InnoDB AUTO_INCREMENT=2268 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Table transition remote site - Dolibarr';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `llx_ecommerce_category`
--
LOCK TABLES `llx_ecommerce_category` WRITE;
/*!40000 ALTER TABLE `llx_ecommerce_category` DISABLE KEYS */;
INSERT INTO `llx_ecommerce_category` VALUES (2260,'Default Category',0,'',35,2,2,1,'2017-09-22 14:46:27'),(2261,'categ1',0,'',36,2,3,2,'2017-09-23 14:53:15'),(2262,'categ1-a',0,'',37,2,6,3,'2018-09-25 15:11:47'),(2263,'categ1-b',0,'',38,2,7,3,'2017-09-23 14:45:50'),(2264,'categ2',0,'',39,2,4,1,'2017-09-23 14:45:54'),(2265,'categxxx',0,'',40,2,8,4,'2017-09-23 16:53:22'),(2266,'root2',0,'',41,2,9,1,'2017-09-23 16:53:31'),(2267,'root2-b',0,'',42,2,10,9,'2017-09-23 16:53:41');
/*!40000 ALTER TABLE `llx_ecommerce_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `llx_element_contact`
--
@ -11216,7 +11182,7 @@ CREATE TABLE `llx_projet` (
`usage_opportunity` int(11) DEFAULT 0,
`usage_task` int(11) DEFAULT 1,
`usage_organize_event` int(11) DEFAULT 0,
`email_msgid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email_msgid` varchar(175) COLLATE utf8_unicode_ci DEFAULT NULL,
`fk_opp_status_end` int(11) DEFAULT NULL,
`accept_conference_suggestions` int(11) DEFAULT 0,
`accept_booth_suggestions` int(11) DEFAULT 0,