Uh oh!
There was an error while loading. Please reload this page.
add support for boolean default - #12969
Merged
Merged
Conversation
nickvergessen
approved these changes
Dec 10, 2018
kesselb
reviewed
Jan 4, 2019
Uh oh!
There was an error while loading. Please reload this page.
kesselb
approved these changes
Jan 4, 2019
kesselb
commented
Jan 4, 2019
Contributor
Before: After: Tested with the news app 👍 |
nickvergessen
approved these changes
Jan 8, 2019
nickvergessen
commented
Jan 8, 2019
Member
/backport to stable15 |
nickvergessen
commented
Jan 8, 2019
Member
/backport to stable14 |
Uh oh!
There was an error while loading. Please reload this page.
ArtificialOwlforce-pushed
the
db-migration-boolean-default
branch
from
January 9, 2019 09:52
c434620 to
e947b3dComparenickvergessen
approved these changes
Jan 9, 2019
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
nickvergessenforce-pushed
the
db-migration-boolean-default
branch
from
January 9, 2019 10:21
e947b3d to
8002779Comparenickvergessen
commented
Jan 9, 2019
Member
Rebased, because drone exploded with the 7.0 tests |
backport to stable15 in #13444 |
backport to stable14 in #13445 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if String, we add the quotes.
if Boolean, we just convert to string with no quote.
if else (numeric) we don't do anything