| 1 |
3.98 ms |
SELECT t0.id AS id_1, t0.singleton_key AS singleton_key_2, t0.address AS address_3, t0.email AS email_4, t0.box_office_hours AS box_office_hours_5, t0.box_office_break_hours AS box_office_break_hours_6, t0.box_office_phone AS box_office_phone_7, t0.administration_hours AS administration_hours_8, t0.administration_break_hours AS administration_break_hours_9, t0.administration_weekend AS administration_weekend_10, t0.production_hours AS production_hours_11, t0.production_break_hours AS production_break_hours_12, t0.production_weekend AS production_weekend_13, t0.founder_url AS founder_url_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.founder_logo_id AS founder_logo_id_17 FROM contacts_settings t0 WHERE t0.singleton_key = ? ORDER BY t0.created_at DESC LIMIT 1
SELECT t0.id AS id_1, t0.singleton_key AS singleton_key_2, t0.address AS address_3, t0.email AS email_4, t0.box_office_hours AS box_office_hours_5, t0.box_office_break_hours AS box_office_break_hours_6, t0.box_office_phone AS box_office_phone_7, t0.administration_hours AS administration_hours_8, t0.administration_break_hours AS administration_break_hours_9, t0.administration_weekend AS administration_weekend_10, t0.production_hours AS production_hours_11, t0.production_break_hours AS production_break_hours_12, t0.production_weekend AS production_weekend_13, t0.founder_url AS founder_url_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.founder_logo_id AS founder_logo_id_17 FROM contacts_settings t0 WHERE t0.singleton_key = 'master' ORDER BY t0.created_at DESC LIMIT 1;
|
| 3 |
1.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.hours AS hours_3, t0.break_hours AS break_hours_4, t0.weekend AS weekend_5, t0.settings_id AS settings_id_6 FROM contacts_artist_season_schedule t0 WHERE t0.settings_id = ?
Parameters: [
"4d1eb767-9a12-4101-9622-8620ac483e88"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.hours AS hours_3, t0.break_hours AS break_hours_4, t0.weekend AS weekend_5, t0.settings_id AS settings_id_6 FROM contacts_artist_season_schedule t0 WHERE t0.settings_id = '4d1eb767-9a12-4101-9622-8620ac483e88';
|
| 4 |
1.26 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.person_name AS person_name_4, t0.phone AS phone_5, t0.email AS email_6, t0.settings_id AS settings_id_7 FROM contacts_main_contact t0 WHERE t0.settings_id = ?
Parameters: [
"4d1eb767-9a12-4101-9622-8620ac483e88"
]
SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.person_name AS person_name_4, t0.phone AS phone_5, t0.email AS email_6, t0.settings_id AS settings_id_7 FROM contacts_main_contact t0 WHERE t0.settings_id = '4d1eb767-9a12-4101-9622-8620ac483e88';
|
| 5 |
1.35 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.url AS url_3, t0.description AS description_4, t0.settings_id AS settings_id_5, t0.logo_id AS logo_id_6 FROM contacts_founder t0 WHERE t0.settings_id = ?
Parameters: [
"4d1eb767-9a12-4101-9622-8620ac483e88"
]
SELECT t0.id AS id_1, t0.position AS position_2, t0.url AS url_3, t0.description AS description_4, t0.settings_id AS settings_id_5, t0.logo_id AS logo_id_6 FROM contacts_founder t0 WHERE t0.settings_id = '4d1eb767-9a12-4101-9622-8620ac483e88';
|
| 6 |
12.00 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?
Parameters: [
"98026f26-24b0-44b6-b846-f53a3f6ca05b"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = '98026f26-24b0-44b6-b846-f53a3f6ca05b';
|
| 7 |
1.56 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?
Parameters: [
"cad01634-dfb8-4760-82e8-3d05ffdeec45"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = 'cad01634-dfb8-4760-82e8-3d05ffdeec45';
|