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

--删除被锁定的组件
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';

猜你喜欢

转载自keren.iteye.com/blog/1922458