mirror of
https://github.com/google/nomulus
synced 2026-07-22 16:02:38 +00:00
40eef2a06c
* Add SQL schema and DAO for SignedMarkRevocationList This gets saved every day so we're not concerned about history, meaning we can dual-write and/or dual-read without concern. The structure here is somewhat similar to the ClaimsListDao and related classes. * Update the DB files