Description
master_itemのdel_flg設定 #1524
TODO
マージ時にmaster_item.del_flgを最新の状態に更新
#master_item,master_item_albumをdevelopの状態に更新
update master_item set del_flg = 1 where item_type IN(11,15)
update master_item as i set i.del_flg = 0 where exists(select * from master_item_album as a where i.item_no = a.item_no and a.view_flg = 1);
#差分をcommit