fix do migration
This commit is contained in:
parent
2989d92794
commit
c31fd9ed79
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ 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",
|
||||
newSqliteClasses: ["SyncServer"],
|
||||
oldTag: $app.stage === "production" ? "" : "v1",
|
||||
newTag: $app.stage === "production" ? "" : "v1",
|
||||
//newSqliteClasses: ["SyncServer"],
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue