Suggested here as a trivial follow-up: #23123 (review)
Makes RESCAN_REQUIRED consistent with NEED_REWRITE
Suggested here as a trivial follow-up: #23123 (review)
Makes RESCAN_REQUIRED consistent with NEED_REWRITE
scripted diff?
-BEGIN VERIFY SCRIPT-
git grep -l 'RESCAN_REQUIRED' src | xargs sed -i 's/RESCAN_REQUIRED/NEED_RESCAN/g'
-END VERIFY SCRIPT-
Added scripted diff
48 | @@ -49,7 +49,7 @@ enum class DBErrors 49 | TOO_NEW, 50 | LOAD_FAIL, 51 | NEED_REWRITE, 52 | - RESCAN_REQUIRED 53 | + NEED_RESCAN
if you have to retouch
NEED_RESCAN,
ACK 8615507a4e510bc797b01c4bbe45dc1f91e0bfa0
ACK 8615507a4e510bc797b01c4bbe45dc1f91e0bfa0
This has been merged.
<!--cf906140f33d8803c4a75a2196329ecb-->
🐙 This pull request conflicts with the target branch and needs rebase.
<sub>Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".</sub>