From 5ab4b200bbbeaca70ca6d2eef7d122283e690cc6 Mon Sep 17 00:00:00 2001 From: BitcoinMechanic <45926711+BitcoinMechanic@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:08:05 -0800 Subject: [PATCH] Update migrations.ts --- scripts/procedures/migrations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index ff4b994..110df3b 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -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" );