开发平台-解锁被编者锁定的组件

开发平台-解锁被编辑锁定的组件--删除被锁定的组件delete from system_component_revisions t where t.com

开发平台-解锁被编辑锁定的组件

--删除被锁定的组件delete from system_component_revisions t where t.component_id = 'comm-js-miracle-view.js';delete from system_component_modify_sync t where t.id = 'comm-js-miracle-view.js';commit;select *  from system_component_modify_sync t where t.id = 'comm-js-miracle-view.js';select *  from system_component_revisions t where t.component_id = 'comm-js-miracle-view.js';