mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 22:14:14 +00:00
ignore: do migration
This commit is contained in:
parent
c4a2c84e53
commit
39ad8f2667
1 changed files with 3 additions and 3 deletions
|
@ -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"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue