- Fix ordering |
||
---|---|---|
.. | ||
README.md | ||
db_schema-ca.sql | ||
db_schema-main.sql | ||
db_users-ca.sql | ||
db_users-main.sql |
README.md
These .sql
files define the table layout, indicies, relationships, and users default to Boulder. Implementors should use these as starting points for their own configuration.
Notes
Currently, if you use MySQL / MariaDB with Boulder, you must manually append ?parseTime=true"
onto the end of the dbName
configuration fields for each entry. This is related to Issue #242.