From 6a054790d9eddad842574a1c948f0fe09202f225 Mon Sep 17 00:00:00 2001 From: Kashish Mittal <113269381+04kash@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:24:38 -0400 Subject: [PATCH] Update mighty-forks-exercise.md Signed-off-by: Kashish Mittal --- .changeset/mighty-forks-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/mighty-forks-exercise.md b/.changeset/mighty-forks-exercise.md index 0743da73c6..2ec5b90fa2 100644 --- a/.changeset/mighty-forks-exercise.md +++ b/.changeset/mighty-forks-exercise.md @@ -2,5 +2,5 @@ '@backstage/plugin-catalog-backend': patch --- -Changed the target column in the locations table to TEXT type. +Added migration `20241003170511_alter_target_in_locations.js` to change the target column in the `locations` table to TEXT type. Added a hash for the key column in the `refresh_keys` table.