Преглед изворни кода

fix(data): ignore table changes

Adam пре 3 месеци
родитељ
комит
ef4500d6af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      infra/stats.ts

+ 1 - 1
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", {