ignore: do migration

This commit is contained in:
Dax Raad 2025-06-19 16:32:32 -04:00
parent c4a2c84e53
commit 39ad8f2667

View file

@ -23,9 +23,9 @@ export const api = new sst.cloudflare.Worker("Api", {
}, },
]) ])
args.migrations = { args.migrations = {
oldTag: "v1", // oldTag: "v1",
newTag: "v1", // newTag: "v1",
//newSqliteClasses: ["SyncServer"], newSqliteClasses: ["SyncServer"],
} }
}, },
}, },