Fas 2 steg 2: Inventory Trust Engine - decay-profiler och cache-jobb

This commit is contained in:
Sven (AAMOS AI)
2026-08-06 23:25:32 +07:00
parent 8ae4bf6ec3
commit bcf932d2ff
17 changed files with 18296 additions and 61 deletions
@@ -0,0 +1,3 @@
ALTER TABLE "inventory_items" ALTER COLUMN "trust_state" SET DATA TYPE varchar(16);--> statement-breakpoint
ALTER TABLE "inventory_items" ALTER COLUMN "trust_state" SET DEFAULT 'unverified';--> statement-breakpoint
DROP TYPE "public"."trust_state";