Skip to content

Commit

Permalink
Update migrations.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic authored Jan 13, 2025
1 parent 990e170 commit 5ab4b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export const migration: T.ExpectedExports.migration =
return config;
},
false,
{ version: "0.2.2", type: "down" }
{ version: "0.2.1", type: "down" }
),
},
},
"0.2.1"
"0.2.2"
);

0 comments on commit 5ab4b20

Please sign in to comment.