Sfoglia il codice sorgente

fix(data): ignore table changes

Adam 1 mese fa
parent
commit
ef4500d6af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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", {