Update 2.12.4 release notes with info about known issue 4323

Change-Id: I59c1dfe0c161afefb31a3191c9550f46420a8e6a
This commit is contained in:
David Pursehouse
2016-08-11 20:39:18 +09:00
parent 46dd513198
commit e089fa68e6

View File

@@ -41,6 +41,17 @@ When upgrading from a version earlier than 2.12, or from 2.12.1 or 2.12.2
having already done the migration, this manual step is not necessary and
should be omitted.
== Known Issues
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4323[Issue 4323]:
'value too long for type character varying(255)' in patch_sets table when
migrating to schema version 108.
+
This error may occur under some circumstances when running the schema
migration from an earlier version of Gerrit.
+
On sites where this occurs, it can be fixed with a manual schema update
according to the comments in the issue.
== Bug Fixes