summaryrefslogtreecommitdiffhomepage
path: root/infra/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'infra/app.ts')
-rw-r--r--infra/app.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/app.ts b/infra/app.ts
index 008c1245d..e1e7b26c6 100644
--- a/infra/app.ts
+++ b/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"],
}
},