fix do migration
parent
c31fd9ed79
commit
04dcd87170
|
|
@ -25,8 +25,8 @@ export const api = new sst.cloudflare.Worker("Api", {
|
||||||
])
|
])
|
||||||
args.migrations = {
|
args.migrations = {
|
||||||
// Note: when releasing the next tag, make sure all stages use tag v2
|
// Note: when releasing the next tag, make sure all stages use tag v2
|
||||||
oldTag: $app.stage === "production" ? "" : "v1",
|
oldTag: $app.stage === "production" || $app.stage === "thdxr" ? "" : "v1",
|
||||||
newTag: $app.stage === "production" ? "" : "v1",
|
newTag: $app.stage === "production" || $app.stage === "thdxr" ? "" : "v1",
|
||||||
//newSqliteClasses: ["SyncServer"],
|
//newSqliteClasses: ["SyncServer"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue