diff options
| author | Dax Raad <[email protected]> | 2025-06-19 16:32:32 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-19 16:32:32 -0400 |
| commit | 39ad8f2667cd3f93f45e72369527eae887d8b04c (patch) | |
| tree | c5d977e73cd86306b17d90fccddec53381ff8e43 | |
| parent | c4a2c84e53184207bfc2f0431cb522b1f971dc51 (diff) | |
| download | opencode-39ad8f2667cd3f93f45e72369527eae887d8b04c.tar.gz opencode-39ad8f2667cd3f93f45e72369527eae887d8b04c.zip | |
ignore: do migration
| -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 618860d92..abe3e3642 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -23,9 +23,9 @@ export const api = new sst.cloudflare.Worker("Api", { }, ]) args.migrations = { - oldTag: "v1", - newTag: "v1", - //newSqliteClasses: ["SyncServer"], + // oldTag: "v1", + // newTag: "v1", + newSqliteClasses: ["SyncServer"], } }, }, |
