Subversion Repositories computer_asset_manager_v1

Rev

Rev 49 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

drop table if exists license;
drop table if exists license_product;
delete from _system where key_name = 'License';
delete from menu 
where 
   menu.parent_id in 
      ( select menu_id 
        from ( 
           select distinct a.menu_id as menu_id 
           from menu a join menu b on a.menu_id = b.menu_id 
           where a.caption = 'Licenses' 
           ) 
      as c );
delete from menu where caption = 'Licenses';