fix do migration
This commit is contained in:
@@ -25,9 +25,9 @@ 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" ? "" : "v1",
|
||||||
// newTag: $app.stage === "production" ? "" : "v1",
|
newTag: $app.stage === "production" ? "" : "v1",
|
||||||
newSqliteClasses: ["SyncServer"],
|
//newSqliteClasses: ["SyncServer"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user