Mark change schema version V46 as deprecated

Change Icfcb34efe1 added a new change schema version and forgot to
mark the old schema version as deprecated.

Change-Id: I006b03ab3ecb4782236dc2440881b3012d44d1bc
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-09-30 16:57:03 +02:00
parent a8afe60609
commit a98fcb9e78

View File

@@ -88,7 +88,7 @@ public class ChangeSchemaDefinitions extends SchemaDefinitions<ChangeData> {
@Deprecated static final Schema<ChangeData> V45 = schema(V44, ChangeField.REVERT_OF);
static final Schema<ChangeData> V46 = schema(V45);
@Deprecated static final Schema<ChangeData> V46 = schema(V45);
// Removal of draft change workflow requires reindexing
static final Schema<ChangeData> V47 = schema(V46);