summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-19 16:32:32 -0400
committerDax Raad <[email protected]>2025-06-19 16:32:32 -0400
commit39ad8f2667cd3f93f45e72369527eae887d8b04c (patch)
treec5d977e73cd86306b17d90fccddec53381ff8e43
parentc4a2c84e53184207bfc2f0431cb522b1f971dc51 (diff)
downloadopencode-39ad8f2667cd3f93f45e72369527eae887d8b04c.tar.gz
opencode-39ad8f2667cd3f93f45e72369527eae887d8b04c.zip
ignore: do migration
-rw-r--r--infra/app.ts6
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"],
}
},
},