Set success to false in Geo::JobArtifactRegistry.insert_for_model_ids
The job_artifact_registry table does not have a default value for the success column. To avoid the madness of three-state booleans where it can be true, false, or NULL we are setting it to false when creating missing registries in Geo::RegistryConsistencyWorker.
Showing
Please register or sign in to comment