Skip to content

Commit

Permalink
Use _'s in table names.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jan 28, 2020
1 parent 3fb4293 commit 432ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/authority.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit 432ed00

Please sign in to comment.