HomeSoftware Heritage

sql: Make the extra_headers not null a constraint

Description

sql: Make the extra_headers not null a constraint

Due to the data volume, the basic not null instruction constraint (which is
blocking) impose us downtime for loaders otherwise.

Related to T2547