-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Cast orphan subscription id to int #30001
Conversation
DB columns are of type int by default, so they need to be casted. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
/backport to stable23 |
@tcitworld was this not backported? #28716 (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.
LGTM!
Apparently not 🤷 |
The bot doesn't want to backport your PR apparently 😢 |
I just downloaded it with updater.phar and tried to execute occ upgrade... when are you going to release the fixed version? |
ok they changed it. i'll wait thenks :) |
Fixes https://help.nextcloud.com/t/nextcloud-23-upgrade-problem-dav-app/128275/7
DB columns are of type int by default, so they need to be casted. Otherwise the invocation of
\OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions::deleteOrphanSubscription
causes a type error.Ref #28716