| 1 | DESCRIBE `factories` | | 9 | 9 | 1 |
| 2 | DESCRIBE `users` | | 7 | 7 | 1 |
| 3 | DESCRIBE `groups` | | 7 | 7 | 1 |
| 4 | DESCRIBE `permissions` | | 5 | 5 | 0 |
| 5 | DESCRIBE `groups_users` | | 3 | 3 | 0 |
| 6 | DESCRIBE `operatingsystems` | | 7 | 7 | 1 |
| 7 | DESCRIBE `platforms` | | 5 | 5 | 0 |
| 8 | DESCRIBE `jobs` | | 13 | 13 | 1 |
| 9 | DESCRIBE `requests` | | 20 | 20 | 1 |
| 10 | DESCRIBE `validators` | | 7 | 7 | 1 |
| 11 | DESCRIBE `results` | | 13 | 13 | 1 |
| 12 | DESCRIBE `formats` | | 4 | 4 | 0 |
| 13 | DESCRIBE `mimetypes` | | 6 | 6 | 0 |
| 14 | DESCRIBE `doctypes` | | 4 | 4 | 0 |
| 15 | DESCRIBE `applications` | | 5 | 5 | 0 |
| 16 | DESCRIBE `workers` | | 8 | 8 | 0 |
| 17 | DESCRIBE `doctypes_workers` | | 3 | 3 | 0 |
| 18 | DESCRIBE `formats_workers` | | 3 | 3 | 0 |
| 19 | DESCRIBE `applications_doctypes` | | 3 | 3 | 0 |
| 20 | DESCRIBE `galleries` | | 12 | 12 | 1 |
| 21 | DESCRIBE `testsuites` | | 7 | 7 | 1 |
| 22 | DESCRIBE `galleries_requests` | | 3 | 3 | 0 |
| 23 | SELECT `Factory`.`id`, `Factory`.`user_id`, `Factory`.`operatingsystem_id`, `Factory`.`name`, `Factory`.`hardware`, `Factory`.`last_poll`, `Factory`.`created`, `Factory`.`modified`, `Factory`.`active_since`, `User`.`id`, `User`.`name`, `User`.`email_address`, `User`.`password`, `User`.`active`, `User`.`created`, `User`.`modified`, `Operatingsystem`.`id`, `Operatingsystem`.`platform_id`, `Operatingsystem`.`name`, `Operatingsystem`.`version`, `Operatingsystem`.`codename`, `Operatingsystem`.`created`, `Operatingsystem`.`modified` FROM `factories` AS `Factory` LEFT JOIN `users` AS `User` ON (`Factory`.`user_id` = `User`.`id`) LEFT JOIN `operatingsystems` AS `Operatingsystem` ON (`Factory`.`operatingsystem_id` = `Operatingsystem`.`id`) WHERE `Factory`.`id` = '4c344cb6-3924-43d0-a05d-2a6ec0a80105' LIMIT 1 | | 1 | 1 | 0 |
| 24 | SELECT `User`.`id`, `User`.`name`, `User`.`email_address`, `User`.`password`, `User`.`active`, `User`.`created`, `User`.`modified` FROM `users` AS `User` WHERE `User`.`id` = '4964c722-488c-4eef-b211-619ac0a80105' | | 1 | 1 | 0 |
| 25 | SELECT `Operatingsystem`.`id`, `Operatingsystem`.`platform_id`, `Operatingsystem`.`name`, `Operatingsystem`.`version`, `Operatingsystem`.`codename`, `Operatingsystem`.`created`, `Operatingsystem`.`modified` FROM `operatingsystems` AS `Operatingsystem` WHERE `Operatingsystem`.`id` = '496cba45-aa48-469a-b6c6-3748c0a80105' | | 1 | 1 | 0 |
| 26 | SELECT `Worker`.`id`, `Worker`.`factory_id`, `Worker`.`application_id`, `Worker`.`version`, `Worker`.`development`, `Worker`.`created`, `Worker`.`modified`, `Worker`.`testsuite` FROM `workers` AS `Worker` WHERE `Worker`.`factory_id` = ('4c344cb6-3924-43d0-a05d-2a6ec0a80105') | | 1 | 1 | 0 |
| 27 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '4974af01-4c9c-40ab-ac41-797fc0a80105' | | 1 | 1 | 0 |
| 28 | SELECT `Format`.`id`, `Format`.`name`, `Format`.`code`, `Format`.`icon`, `FormatsWorker`.`id`, `FormatsWorker`.`format_id`, `FormatsWorker`.`worker_id` FROM `formats` AS `Format` JOIN `formats_workers` AS `FormatsWorker` ON (`FormatsWorker`.`worker_id` = '4c344d0c-c94c-4ece-9f0d-2d88c0a80105' AND `FormatsWorker`.`format_id` = `Format`.`id`) WHERE 1 = 1 ORDER BY `Format`.`name` ASC | | 2 | 2 | 0 |