
By having all info for the jobs table in the `JobUpdate` schema, it won't have to query for the full job when a new job is added. This fetching of the full job is now delayed until someone clicks on the table row.
By having all info for the jobs table in the `JobUpdate` schema, it won't have to query for the full job when a new job is added. This fetching of the full job is now delayed until someone clicks on the table row.