Merge "Mark change schema version V46 as deprecated"
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);
|
@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
|
// Removal of draft change workflow requires reindexing
|
||||||
static final Schema<ChangeData> V47 = schema(V46);
|
static final Schema<ChangeData> V47 = schema(V46);
|
||||||
|
|||||||
Reference in New Issue
Block a user