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.