-- A remote image can be retained for later ingestion even when no local
-- payload exists yet from which to calculate SHA-256.
ALTER TABLE "product_image" ALTER COLUMN "checksum" DROP NOT NULL;
