mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 12:00:39 -05:00
Address book and calendar sync tokens have a created_at column in 26+ and we need to assign a current timestamp to the existing data at upgrade so the data isn't cleaned up immediately. Updating the full table is expensive and fails on clustered setups that limit transaction size. We don't need a timestamp for the oldest rows so we can skip updating them. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |
||
|---|---|---|
| .. | ||
| BuildCalendarSearchIndex.php | ||
| BuildCalendarSearchIndexBackgroundJob.php | ||
| BuildSocialSearchIndex.php | ||
| BuildSocialSearchIndexBackgroundJob.php | ||
| CalDAVRemoveEmptyValue.php | ||
| ChunkCleanup.php | ||
| DeleteSchedulingObjects.php | ||
| FixBirthdayCalendarComponent.php | ||
| RefreshWebcalJobRegistrar.php | ||
| RegenerateBirthdayCalendars.php | ||
| RegisterBuildReminderIndexBackgroundJob.php | ||
| RemoveClassifiedEventActivity.php | ||
| RemoveDeletedUsersCalendarSubscriptions.php | ||
| RemoveObjectProperties.php | ||
| RemoveOrphanEventsAndContacts.php | ||
| Version1004Date20170825134824.php | ||
| Version1004Date20170919104507.php | ||
| Version1004Date20170924124212.php | ||
| Version1004Date20170926103422.php | ||
| Version1005Date20180413093149.php | ||
| Version1005Date20180530124431.php | ||
| Version1006Date20180619154313.php | ||
| Version1006Date20180628111625.php | ||
| Version1008Date20181030113700.php | ||
| Version1008Date20181105104826.php | ||
| Version1008Date20181105104833.php | ||
| Version1008Date20181105110300.php | ||
| Version1008Date20181105112049.php | ||
| Version1008Date20181114084440.php | ||
| Version1011Date20190725113607.php | ||
| Version1011Date20190806104428.php | ||
| Version1012Date20190808122342.php | ||
| Version1016Date20201109085907.php | ||
| Version1017Date20210216083742.php | ||
| Version1018Date20210312100735.php | ||
| Version1024Date20211221144219.php | ||
| Version1025Date20240308063933.php | ||
| Version1027Date20230504122946.php | ||
| Version1029Date20221114151721.php | ||
| Version1029Date20231004091403.php | ||
| Version1030Date20240205103243.php | ||