9899100101102103104105106107108
} byte[] getMasterRecord() { MasterRecord record = new MasterRecord(); record.setDbVersion(DB_VERSION); return record.toJson(); } public void upgradeEntry(Entry entry) throws Exception { System.out.println("upgrading " + entry);