I was trying to run upgrade from 3.1.1 to 3.2.0 and got this error
Guy, should i create column manully?
Error logfile shows this
Code:
Unknown column 'super_parent_type' in 'note'
Error logfile shows this
Code:
[2015-04-18 08:59:44] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array ( [controller] => Admin [action] => runUpgrade ) , InputData: {"id":"55321cecb2868"} - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'super_parent_type' in 'note' [] [] [2015-04-18 08:59:44] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'super_parent_type' in 'note', Code: 500 URL: /crm/api/v1/Admin/action/runUpgrade [] []
Comment