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.