Trying to add a custom field to 1.7.1 connected to MSSQL. I get an error:
Code: Select all
INSERT INTO custom_fields (name,label,type,possible_values, show_on_design,enable_on_design, show_on_execution,enable_on_execution) VALUES('a','a',0,'', 1,1, 1,1)
Help Custom fields