diff --git a/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml b/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml new file mode 100644 index 000000000000..b288f4910e71 --- /dev/null +++ b/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml @@ -0,0 +1,10 @@ +--- +prelude: > + A new database schema migration is included in this release to fix + `bug 1635446 `_. +fixes: + - | + Contains database schema migration + ``021_build_requests_instance_mediumtext`` which increases the size of the + ``build_requests.instance`` column on MySQL backends. This is needed to + create new instances which have very large ``user_data`` fields.