]> source.dussan.org Git - nextcloud-server.git/commit
Cast orphan subscription id to int 30930/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 1 Dec 2021 09:48:14 +0000 (10:48 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 31 Jan 2022 09:24:19 +0000 (09:24 +0000)
commit9bd23752d1f2aeee9b6e9ee1a8141c51917eb8e4
treef04a1c55cdfd45aa53b66c7913118ac2d2f65ba8
parent15795c810482715f923a488f792a4bfbe9b06925
Cast orphan subscription id to int

DB columns are of type int by default, so they need to be casted.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/lib/Migration/RemoveDeletedUsersCalendarSubscriptions.php