Rename new sortkey index field to sortkey2
For technical reasons googlesource.com's secondary index implementation needs to construct a document containing the union of all fields from all active write schema versions; for this reason we don't allow distinct fields in different versions to have the same name. This fact was missed in Icb760dba. Don't bump the schema version since that change has only been submitted for a few hours. Change-Id: I4f8a2e515372be3a4b4a145a0b54eef864dcea00
This commit is contained in:
committed by
Shawn Pearce
parent
ef78661c29
commit
258c641226
@@ -153,7 +153,7 @@ public class ChangeField {
|
||||
*/
|
||||
public static final FieldDef<ChangeData, Long> SORTKEY =
|
||||
new FieldDef.Single<ChangeData, Long>(
|
||||
"sortkey", FieldType.LONG, true) {
|
||||
"sortkey2", FieldType.LONG, true) {
|
||||
@Override
|
||||
public Long get(ChangeData input, FillArgs args)
|
||||
throws OrmException {
|
||||
|
||||
Reference in New Issue
Block a user