Explorar el Código

ignore: do migration

Dax Raad hace 1 año
padre
commit
39ad8f2667
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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"],
       }
     },
   },