Let's not downgrade our databases.

This commit is contained in:
Michael Bayne
2007-09-26 21:40:18 +00:00
parent 7fd42bc289
commit 46f0e751f3
@@ -650,7 +650,7 @@ public class DepotMarshaller<T extends PersistentRecord>
}
});
if (currentVersion == _schemaVersion) {
if (currentVersion >= _schemaVersion) {
verifySchemasMatch(metaData, ctx, builder);
return;
}