mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
Infra: fix DO tag
This commit is contained in:
parent
0515fbb260
commit
261bb7f110
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@ export const api = new sst.cloudflare.Worker("Api", {
|
|||
},
|
||||
])
|
||||
args.migrations = {
|
||||
// oldTag: "v1",
|
||||
// newTag: "v1",
|
||||
newSqliteClasses: ["SyncServer"],
|
||||
// Note: when releasing the next tag, make sure all stages use tag v2
|
||||
oldTag: $app.stage === "production" ? "" : "v1",
|
||||
newTag: $app.stage === "production" ? "" : "v1",
|
||||
//newSqliteClasses: ["SyncServer"],
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue