The enrichment_attempts column dropped its default after backfill, so inserts must supply it explicitly. The e2e seed helper omitted the column and tripped the NOT NULL constraint, failing TestThirdParty_ImportFromCommon and TestCommonThirdParties_QueryWithLogo. Set it to 0 in the seed insert. Signed-off-by: Émile Ré <emile@probo.com>