mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-20 03:53:31 +00:00
fix(data): ignore table changes
This commit is contained in:
parent
f416f52ae3
commit
ef4500d6af
1 changed files with 1 additions and 1 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue