-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(REF) Schema - Fix boolean fields in various tables - Split commits #23134
Conversation
This reverts commit c1e814c.
(Standard links)
|
Thanks @totten. Would also like to revisit the reasoning behind any where before it was implicitly null and now default is explicitly 1. (e.g. menu.is_public) |
So I'm ok to merge as-is since should be a no-op. Was that the intent? |
@demeritcowboy I share the presumption that If we want an exercise to improve confidence in the list as a whole, these two possible exercises come to mind:
|
Yeah, I'm down with that. |
@monishdeb can you please check the code comments @totten added in this PR and do a followup if necessary? |
So that's a regression caused by #22954? |
Yes. See thread yesterday in prod-maint chat about weird styling. |
Overview
This is re-commit of #22954 which aims to improve debugging.
cc @demeritcowboy @monishdeb @colemanw
Before
Numerous fields changed - monolithic commit. Hard to bisect.
After
Numerous fields changed - broken into separate commits.
Comments
I also made a code-change, splitting the large array in
FiveFortyNine.php
into several smaller files. Some oddities struck me, so I added comments about those.