From 8af7371c13f643f6661c6b4c4e2ea2ac4db969f8 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 2 Jun 2026 03:37:30 -0400 Subject: [PATCH] sync --- infra/stats.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/stats.ts b/infra/stats.ts index f7bdf322c..59dbb8d8a 100644 --- a/infra/stats.ts +++ b/infra/stats.ts @@ -37,7 +37,6 @@ const inferenceEventTable = new aws.s3tables.Table( { name: "request_length", type: "long", required: false }, { name: "status", type: "int", required: false }, { name: "ip", type: "string", required: false }, - { name: "ip_prefix", type: "string", required: false }, { name: "is_stream", type: "boolean", required: false }, { name: "session", type: "string", required: false }, { name: "request", type: "string", required: false },