PR

【5/12】未公開強化アイテムのdel_flgを1に変更 #53

wada opened this at 2022-05-02T16:32:20; closed

Description

opened by wada at 2022-05-02T16:32:20; updated 2022-07-12T10:12:52

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
wada add_label at 2022-05-09T11:19:28: デベロップへマージ
wada add_label at 2022-05-09T11:19:29: レビュー待ち
wada merge at 2022-05-10T18:25:42: 【5/12】未公開強化アイテムのdel_flgを1に変更
wada close at 2022-05-10T18:25:42: Close

Commit range

basee792f153985aefbdf4671d1ec66e4c44228750ad
head2ea4dc4f277db1079219dd019e9f05f70cc3ca3c
base branchjolly/jrye-db:develop
head branchjolly/jrye-db:strong_item_auto_release

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed1 filesView patch
statusfile
modifiedcsv/master_item.csv
Patch body is stored as a separate file to keep this page lightweight.