fix(data): ignore table changes

This commit is contained in:
Adam 2026-06-23 07:28:11 -05:00
parent f416f52ae3
commit ef4500d6af
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -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", {