Update migrations.ts

This commit is contained in:
BitcoinMechanic 2025-01-13 09:08:05 -08:00 committed by GitHub
parent 990e1703d6
commit 5ab4b200bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,9 @@ export const migration: T.ExpectedExports.migration =
return config; return config;
}, },
false, false,
{ version: "0.2.2", type: "down" } { version: "0.2.1", type: "down" }
), ),
}, },
}, },
"0.2.1" "0.2.2"
); );