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:
mdb
2007-09-26 21:40:18 +00:00
parent dd9d9df690
commit 1eb87ed0f3
@@ -650,7 +650,7 @@ public class DepotMarshaller<T extends PersistentRecord>
}
});
if (currentVersion == _schemaVersion) {
if (currentVersion >= _schemaVersion) {
verifySchemasMatch(metaData, ctx, builder);
return;
}