[Vtigercrm-commits] [Vtiger development] #8064: Webforms not installed correctly
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue May 20 16:20:57 GMT 2014
#8064: Webforms not installed correctly
------------------------+--------------------------
Reporter: comercial | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.1.0 - wip
Severity: Critical | Resolution:
Keywords: |
------------------------+--------------------------
Comment (by comercial):
Note thai if i insert this directly in phpmyadmin, creates correctly and
webforms works again:
CREATE TABLE `vtiger_webforms_field` (
`id` int(19) NOT NULL AUTO_INCREMENT,
`webformid` int(19) NOT NULL,
`fieldname` varchar(50) NOT NULL,
`neutralizedfield` varchar(50) NOT NULL,
`defaultvalue` varchar(200) DEFAULT NULL,
`required` int(10) NOT NULL DEFAULT '0',
`sequence` int(10) DEFAULT NULL,
`hidden` int(10) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `webforms_webforms_field_idx` (`id`),
KEY `fk_1_vtiger_webforms_field` (`webformid`),
KEY `fk_2_vtiger_webforms_field` (`fieldname`),
CONSTRAINT `fk_1_vtiger_webforms_field` FOREIGN KEY (`webformid`)
REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE,
CONSTRAINT `fk_3_vtiger_webforms_field` FOREIGN KEY (`fieldname`)
REFERENCES `vtiger_field` (`fieldname`) ON DELETE CASCADE
)
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8064#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list