[Vtigercrm-developers] New 6.2 release : CREATE TABLE vtiger_webforms_field

Uma S uma.s at vtiger.com
Wed Jan 28 16:52:25 GMT 2015


Hi,

In the clean installation of vtiger 6.2.0 vtiger_webforms_field table is
present. Can you please provide clarification regarding this issue. Are you
facing this issue in migrated instance?

On Wed, Jan 28, 2015 at 9:47 PM, Olivier Hallot <
olivier.hallot at libreoffice.org> wrote:

> HI
>
> Thanks for the new 6.2.release. Kudos for the community.
>
> One issue: on a brand new install of 6.2, the webform module still needs
> this table:
>
> 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 )
>
>
> regards
> --
> Olivier Hallot
> Comunidade LibreOffice
> http://ask.libreoffice.org/pt-br
> _______________________________________________
> http://www.vtiger.com/
>



-- 
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150128/56f64264/attachment.html>


More information about the vtigercrm-developers mailing list