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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user