-- Kalıcı tamlık işareti: prefetch zinciri parça ile bittiğinde true olur -- (PrefetchWorkerService.incrementCompleted). Redis prefetch:complete:* (21g TTL, -- operasyonel skip mantığı) yerine SÜRESİZ ölçüm — "% tam çekilmiş" güvenilir -- takibi. _at son doğrulanma zamanını tutar. IF NOT EXISTS → idempotent. ALTER TABLE "vehicles" ADD COLUMN IF NOT EXISTS "fully_fetched" boolean DEFAULT false NOT NULL; --> statement-breakpoint ALTER TABLE "vehicles" ADD COLUMN IF NOT EXISTS "fully_fetched_at" timestamp with time zone; --> statement-breakpoint CREATE INDEX IF NOT EXISTS "vehicles_fully_fetched_idx" ON "vehicles" USING btree ("fully_fetched");