2
0
Frank 6 сар өмнө
parent
commit
04dcd87170
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      infra/app.ts

+ 2 - 2
infra/app.ts

@@ -25,8 +25,8 @@ export const api = new sst.cloudflare.Worker("Api", {
       ])
       args.migrations = {
         // Note: when releasing the next tag, make sure all stages use tag v2
-        oldTag: $app.stage === "production" ? "" : "v1",
-        newTag: $app.stage === "production" ? "" : "v1",
+        oldTag: $app.stage === "production" || $app.stage === "thdxr" ? "" : "v1",
+        newTag: $app.stage === "production" || $app.stage === "thdxr" ? "" : "v1",
         //newSqliteClasses: ["SyncServer"],
       }
     },