| 1 |
0.55 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.website_language_id AS website_language_id_8 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.website_language_id AS website_language_id_8 FROM `user` t0 WHERE t0.id = 1;
|
| 2 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hosting_machine AS hosting_machine_3, t0.installation_date AS installation_date_4, t0.git_branch AS git_branch_5, t0.git_commit_hash_short AS git_commit_hash_short_6, t0.git_commit_date AS git_commit_date_7, t0.configurator_path AS configurator_path_8, t0.crm_path AS crm_path_9, t0.symfony_env AS symfony_env_10, t0.fluentis_env AS fluentis_env_11, t0.installation_folder AS installation_folder_12, t0.installation_url AS installation_url_13, t0.last_updated_at AS last_updated_at_14, t0.note AS note_15, t0.url_scheme AS url_scheme_16, t0.url_host AS url_host_17, t0.url_port AS url_port_18, t0.created_at AS created_at_19, t0.customer_id AS customer_id_20 FROM installation t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.hosting_machine AS hosting_machine_3, t0.installation_date AS installation_date_4, t0.git_branch AS git_branch_5, t0.git_commit_hash_short AS git_commit_hash_short_6, t0.git_commit_date AS git_commit_date_7, t0.configurator_path AS configurator_path_8, t0.crm_path AS crm_path_9, t0.symfony_env AS symfony_env_10, t0.fluentis_env AS fluentis_env_11, t0.installation_folder AS installation_folder_12, t0.installation_url AS installation_url_13, t0.last_updated_at AS last_updated_at_14, t0.note AS note_15, t0.url_scheme AS url_scheme_16, t0.url_host AS url_host_17, t0.url_port AS url_port_18, t0.created_at AS created_at_19, t0.customer_id AS customer_id_20 FROM installation t0 WHERE t0.id = '7';
|
| 6 |
0.24 ms |
SELECT t0.id AS id_1, t0.script_name AS script_name_2, t0.script_args AS script_args_3, t0.command_output AS command_output_4, t0.exit_code AS exit_code_5, t0.error AS error_6, t0.created_at AS created_at_7, t0.installation_id AS installation_id_8 FROM deploy_operation_log t0 WHERE t0.installation_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.script_name AS script_name_2, t0.script_args AS script_args_3, t0.command_output AS command_output_4, t0.exit_code AS exit_code_5, t0.error AS error_6, t0.created_at AS created_at_7, t0.installation_id AS installation_id_8 FROM deploy_operation_log t0 WHERE t0.installation_id = 7 ORDER BY t0.created_at DESC;
|