From 99dff4238fa9a6e9725e006bb830b96415a70f91 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Mon, 23 Sep 2024 11:38:09 -0400 Subject: [PATCH] update changeset Signed-off-by: Kashish Mittal --- .changeset/mighty-forks-exercise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/mighty-forks-exercise.md b/.changeset/mighty-forks-exercise.md index af842ecba9..1c50aa3285 100644 --- a/.changeset/mighty-forks-exercise.md +++ b/.changeset/mighty-forks-exercise.md @@ -2,5 +2,5 @@ '@backstage/plugin-catalog-backend': patch --- -Change `locations` table's `target` column to text -Change `refresh-keys` table's `key` column to text +Changed the target column in the locations table to TEXT type. +Added a hash for the key column in the refresh_keys table.