Let's not downgrade our databases.
This commit is contained in:
@@ -650,7 +650,7 @@ public class DepotMarshaller<T extends PersistentRecord>
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (currentVersion == _schemaVersion) {
|
if (currentVersion >= _schemaVersion) {
|
||||||
verifySchemasMatch(metaData, ctx, builder);
|
verifySchemasMatch(metaData, ctx, builder);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user