`
keren
  • 浏览: 1558894 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

 
阅读更多
--删除被锁定的组件
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';
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics