= Bitten Object Model = == Database Schema == [[Image(erm.png)]] === Tables: === `bitten_config`:: [wiki:BuildConfigurations Build configurations], each composed of zero or more target platforms. `bitten_platform`:: Target platforms, which are basically categories for build slaves based on their properties. `bitten_rule`:: Rules for matching a build slave against a target platform. `bitten_build`:: Pending, in-progress or completed builds, associated with a specific target platform and build configuration. `bitten_slave`:: Properties of the build slave that performed a build. `bitten_step`:: Information about an invidividual build step, such as the output and the result (success or failure). `bitten_log`:: A build log for a specific step `bitten_log_message`:: The individual log messages in a build log