Infra: fix DO tag

This commit is contained in:
Frank 2025-06-19 17:20:13 -04:00
parent 0515fbb260
commit 261bb7f110

View file

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