-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(theming): Do not throw in background color migration #50503
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
Conversation
|
/backport to stable31 |
|
/backport to stable30 |
provokateurin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's fine to skip this migration?
Yes and no - the users will complain that their theming is gone. I pushed a fixup where you could see a proper fix, but that needs some hacking for MySQL due to its limitations (subquery table for select must not be the same as the update table, but with a third select it works). |
cbb4a60 to
eaa2e9b
Compare
eaa2e9b to
321b65e
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
e9e57fb to
bf7dc2f
Compare
If some users already set up a custom background color than this does not work.
So we need to catch on those cases.