Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 680 Bytes

BIIGLE database schema

Build

This is the documentation of the BIIGLE database schema. The documentation is generated using Schemaspy and published as GitHub Page at https://biigle.github.io/schema/index.html.

The schema documentation is automatically rebuilt if changes are pushed to the BIIGLE core or module repositories. To manually trigger a rebuild, run this command:

curl -X POST \
   -u "username" \
   -H "Content-Type: application/json" \
   --data '{"event_type": "build_application"}' \
   https://api.github.com/repos/biigle/schema/dispatches