diff options
| author | Frank <[email protected]> | 2025-08-21 17:52:55 +0800 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-21 17:52:55 +0800 |
| commit | c31fd9ed7990cffe966d0283e30001f6b9b0ab46 (patch) | |
| tree | ff7d2b05f2da8b598333060992e82cdee9051050 /infra | |
| parent | 2989d92794d19d5a3439cb1467b54d775e98efbb (diff) | |
| download | opencode-c31fd9ed7990cffe966d0283e30001f6b9b0ab46.tar.gz opencode-c31fd9ed7990cffe966d0283e30001f6b9b0ab46.zip | |
fix do migration
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/app.ts b/infra/app.ts index 190ddbcf4..008c1245d 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -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"], } }, }, |
