| 1 | DESCRIBE `factories` | | 9 | 9 | 1 |
| 2 | DESCRIBE `users` | | 7 | 7 | 0 |
| 3 | DESCRIBE `groups` | | 7 | 7 | 0 |
| 4 | DESCRIBE `permissions` | | 5 | 5 | 0 |
| 5 | DESCRIBE `groups_users` | | 3 | 3 | 0 |
| 6 | DESCRIBE `operatingsystems` | | 7 | 7 | 0 |
| 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 | 0 |
| 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` = '4aeed43c-205c-4fe2-8c7f-5c62c0a80105' LIMIT 1 | | 1 | 1 | 1 |
| 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` = ('4aeed43c-205c-4fe2-8c7f-5c62c0a80105') | | 5 | 5 | 0 |
| 27 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '49e47b77-f3ac-4cd2-8047-3d8ec0a80105' | | 1 | 1 | 0 |
| 28 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '49e47b77-f3ac-4cd2-8047-3d8ec0a80105' | | 1 | 1 | 0 |
| 29 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '49e47b77-f3ac-4cd2-8047-3d8ec0a80105' | | 1 | 1 | 0 |
| 30 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '496dd376-376c-4a8d-be75-5492c0a80105' | | 1 | 1 | 0 |
| 31 | SELECT `Application`.`id`, `Application`.`name`, `Application`.`created`, `Application`.`modified`, `Application`.`icon` FROM `applications` AS `Application` WHERE `Application`.`id` = '4974af37-0018-4f89-9505-7973c0a80105' | | 1 | 1 | 0 |
| 32 | 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` IN ('4aeed454-ca4c-459b-b7fe-5ea5c0a80105', '4aeed462-d6fc-4f21-86e6-5fc2c0a80105', '4aeed474-fd88-4cc5-8f08-445bc0a80105', '4aeed48a-10f8-4a33-ac51-632dc0a80105', '4aeed498-cbf4-463b-8840-632dc0a80105') AND `FormatsWorker`.`format_id` = `Format`.`id`) WHERE 1 = 1 ORDER BY `Format`.`name` ASC | | 10 | 10 | 0 |