Przeglądaj źródła

fix(data): ignore table changes

Adam 3 miesięcy temu
rodzic
commit
ef4500d6af
1 zmienionych plików z 1 dodań i 1 usunięć
  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", {