We use internal jobs for things like webhook registration, and those jobs have internal = true set in the database. We also need to add an internal column to JobRun that is set to true when the job it's associated with is internal = true. This is just denormalization, so when we do usage queries (in the new usage page) we can easily eliminate internal runs from the usage. The migration for this should upgrade existing runs to the correct internal value.
TRI-1366
We use internal jobs for things like webhook registration, and those jobs have
internal = trueset in the database. We also need to add aninternalcolumn to JobRun that is set totruewhen the job it's associated with isinternal = true. This is just denormalization, so when we do usage queries (in the new usage page) we can easily eliminate internal runs from the usage. The migration for this should upgrade existing runs to the correctinternalvalue.TRI-1366