From ef4500d6af4bd5498e642f2eb433b3889e9bac05 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:28:11 -0500 Subject: [PATCH] fix(data): ignore table changes --- infra/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/stats.ts b/infra/stats.ts index c0605b946..bbf5a3ec3 100644 --- a/infra/stats.ts +++ b/infra/stats.ts @@ -85,7 +85,7 @@ const inferenceEventTable = new aws.s3tables.Table( }, }, }, - { deleteBeforeReplace: $app.stage !== "production" }, + { deleteBeforeReplace: $app.stage !== "production", ignoreChanges: ["metadata"] }, ) export const inferenceEvent = new sst.Linkable("InferenceEvent", {