Browse Source

ignore: do migration

Dax Raad 8 months ago
parent
commit
39ad8f2667
1 changed files with 3 additions and 3 deletions
  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 = {
       args.migrations = {
-        oldTag: "v1",
-        newTag: "v1",
-        //newSqliteClasses: ["SyncServer"],
+        // oldTag: "v1",
+        // newTag: "v1",
+        newSqliteClasses: ["SyncServer"],
       }
       }
     },
     },
   },
   },