summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"],
}
},
},