Skip to content

Simplify sqlite db representation

Bryan R requested to merge b/new-db into master

Now just storing the entire json blob in the job table. It's not all that much data, and it lets us expand the search UI easily in the future.

Merge request reports