Let's not downgrade our databases.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2228 6335cc39-0255-0410-8fd6-9bcaacd3b74c
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);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user