mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Prior to 4.35.0, some rows in the scheduled_query table might have a `NULL` value due to a race condition with database replicas and the way `ds.EnsureGlobalPack` and `ApplyPackSpecs` work together. This is no longer the case, but some databases are left in weird states, which were not accounted by this migration. Chaning the migration in-place because that's the approach we took in previous migrations with similar problems.
1 line
189 B
Text
1 line
189 B
Text
* Fixed a migration to account for columns with NULL values as a result of either creating schedules via the API without providing all values or by a race condition with database replicas.
|