Delta min revision
@override Future<int> getDeltaMinRevision() async { return (await getInfoEntry(jdbDeltaMinRevisionKey)).value as int? ?? 0; }