campaigns: Change error index on changeset_jobs
Created by: ryanslade
Instead of adding a full btree index on the error column, add an index just on whether the column is null
Having the index on the whole column was problematic when error values were very large
Part of: https://github.com/sourcegraph/sourcegraph/issues/10798