2
0
Dax Raad 10 сар өмнө
parent
commit
39ad8f2667
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      infra/app.ts

+ 3 - 3
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"],
       }
     },
   },