mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +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 = {
|
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"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue