Просмотр исходного кода

fix(data): ignore table changes

Adam 2 месяцев назад
Родитель
Сommit
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", {