From f0343515f2ccb84962a0a20d520f0036dd634c33 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Sun, 19 Feb 2023 13:22:19 +0000 Subject: [PATCH] Migration v244.go should be v243.go There was a mistake in #22585 which led to misnaming its associated migration. This PR moves it to the correct filename. Signed-off-by: Andrew Thornton --- models/migrations/v1_19/{v244.go => v243.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename models/migrations/v1_19/{v244.go => v243.go} (100%) diff --git a/models/migrations/v1_19/v244.go b/models/migrations/v1_19/v243.go similarity index 100% rename from models/migrations/v1_19/v244.go rename to models/migrations/v1_19/v243.go