Difference between revisions of "Knowledge:Migration from 6.2.21 to 6.4.2"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '<source lang="sql"> update OKM_AUTO_METADATA where AMD_TYPE00='code' AMD_CLASS_NAME='com.openkm.automation.action.ExecuteScripting'; </source>')
 
Line 1: Line 1:
 
<source lang="sql">
 
<source lang="sql">
update OKM_AUTO_METADATA where AMD_TYPE00='code' AMD_CLASS_NAME='com.openkm.automation.action.ExecuteScripting';
+
update OKM_AUTO_METADATA set AMD_TYPE00='code' where AMD_CLASS_NAME='com.openkm.automation.action.ExecuteScripting';
 
</source>
 
</source>

Revision as of 11:38, 20 November 2012

update OKM_AUTO_METADATA set AMD_TYPE00='code' where AMD_CLASS_NAME='com.openkm.automation.action.ExecuteScripting';