Primary key: the repo id

Property definitions

github $ LoaderJob :: _id
	# Primary key: the repo id
	redef var id is lazy, serialize_as("_id") do return repo.full_name
lib/github/loader.nit:434,2--435,67