Update 2.10 release notes with information from 2.9.2

Mention that 2.10 includes the fixes that were done in 2.9.2.

Add a warning about database table primary key update during
site init.

Change-Id: I1a517b338d223b922de8f2b45b2e37a0b2891d28
diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt
index 78134694..ebf51d2 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.txt
@@ -8,7 +8,8 @@
 https://gerrit-releases.storage.googleapis.com/gerrit-2.10.war]
 
 Gerrit 2.10 includes the bug fixes done with
-link:ReleaseNotes-2.9.1.html[Gerrit 2.9.1].
+link:ReleaseNotes-2.9.1.html[Gerrit 2.9.1] and
+link:ReleaseNotes-2.9.2.html[Gerrit 2.9.2].
 These bug fixes are *not* listed in these release notes.
 
 Important Notes
@@ -21,6 +22,11 @@
   java -jar gerrit.war reindex --recheck-mergeable -d site_path
 ----
 
+*WARNING:* When upgrading from an existing site that was initialised with Gerrit
+version 2.6 to version 2.9.1, the primary key column order will be updated for
+some tables. It is therefore important to upgrade the site with the init program,
+rather than only copying the .war file over the existing one.
+
 *WARNING:* Upgrading to 2.10.x requires the server be first upgraded to 2.1.7 (or
 a later 2.1.x version), and then to 2.10.x.  If you are upgrading from 2.2.x.x or
 later, you may ignore this warning and upgrade directly to 2.10.x.