Use _'s in table names.

This commit is contained in:
max furman 2020-01-28 13:17:10 -08:00
parent 3fb42935b4
commit 432ed0090f

View file

@ -51,7 +51,7 @@ var (
challengeTable = []byte("acme_challenges")
nonceTable = []byte("nonces")
orderTable = []byte("acme_orders")
ordersByAccountIDTable = []byte("acme_account-orders-index")
ordersByAccountIDTable = []byte("acme_account_orders_index")
certTable = []byte("acme_certs")
)