1
0.31 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . address_line1 AS address_line1_3 , t0_ . address_line2 AS address_line2_4 , t0_ . postal_code AS postal_code_5 , t0_ . city AS city_6 , t0_ . country AS country_7 , t0_ . siret AS siret_8 , t0_ . vat_number AS vat_number_9 , t0_ . invoice_footer AS invoice_footer_10 , t0_ . domains AS domains_11 , t0_ . is_active AS is_active_12 , t0_ . created_at AS created_at_13 FROM tenant t0_ WHERE t0_ . is_active = ? AND t0_ . domains LIKE ? LIMIT 1
Parameters :
[
1
"%"dep.accomplus.fr"% "
]
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . address_line1 AS address_line1_3 , t0_ . address_line2 AS address_line2_4 , t0_ . postal_code AS postal_code_5 , t0_ . city AS city_6 , t0_ . country AS country_7 , t0_ . siret AS siret_8 , t0_ . vat_number AS vat_number_9 , t0_ . invoice_footer AS invoice_footer_10 , t0_ . domains AS domains_11 , t0_ . is_active AS is_active_12 , t0_ . created_at AS created_at_13 FROM tenant t0_ WHERE t0_ . is_active = 1 AND t0_ . domains LIKE '%\"dep.accomplus.fr\"%' LIMIT 1 ;
Copy
2
0.19 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . address_line1 AS address_line1_4 , t0 . address_line2 AS address_line2_5 , t0 . postal_code AS postal_code_6 , t0 . city AS city_7 , t0 . country AS country_8 , t0 . siret AS siret_9 , t0 . vat_number AS vat_number_10 , t0 . invoice_footer AS invoice_footer_11 , t0 . domains AS domains_12 , t0 . is_active AS is_active_13 , t0 . created_at AS created_at_14 FROM tenant t0 WHERE t0 . slug = ? AND t0 . is_active = ? LIMIT 1
Parameters :
[
"accomplus "
1
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . address_line1 AS address_line1_4 , t0 . address_line2 AS address_line2_5 , t0 . postal_code AS postal_code_6 , t0 . city AS city_7 , t0 . country AS country_8 , t0 . siret AS siret_9 , t0 . vat_number AS vat_number_10 , t0 . invoice_footer AS invoice_footer_11 , t0 . domains AS domains_12 , t0 . is_active AS is_active_13 , t0 . created_at AS created_at_14 FROM tenant t0 WHERE t0 . slug = 'accomplus' AND t0 . is_active = 1 LIMIT 1 ;
Copy
3
0.62 ms
SELECT a0_ . id AS id_0 , a0_ . setting_key AS setting_key_1 , a0_ . value AS value_2 , a0_ . tenant_id AS tenant_id_3 FROM app_setting a0_ WHERE (a0_ . tenant_id = ? ) AND (a0_ . tenant_id = '1' ) ORDER BY a0_ . setting_key ASC
SELECT a0_ . id AS id_0 , a0_ . setting_key AS setting_key_1 , a0_ . value AS value_2 , a0_ . tenant_id AS tenant_id_3 FROM app_setting a0_ WHERE (a0_ . tenant_id = 1 ) AND (a0_ . tenant_id = '1' ) ORDER BY a0_ . setting_key ASC ;
Copy
4
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . address_line1 AS address_line1_4 , t0 . address_line2 AS address_line2_5 , t0 . postal_code AS postal_code_6 , t0 . city AS city_7 , t0 . country AS country_8 , t0 . siret AS siret_9 , t0 . vat_number AS vat_number_10 , t0 . invoice_footer AS invoice_footer_11 , t0 . domains AS domains_12 , t0 . is_active AS is_active_13 , t0 . created_at AS created_at_14 FROM tenant t0 WHERE t0 . slug = ? AND t0 . is_active = ? LIMIT 1
Parameters :
[
"accomplus "
1
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . address_line1 AS address_line1_4 , t0 . address_line2 AS address_line2_5 , t0 . postal_code AS postal_code_6 , t0 . city AS city_7 , t0 . country AS country_8 , t0 . siret AS siret_9 , t0 . vat_number AS vat_number_10 , t0 . invoice_footer AS invoice_footer_11 , t0 . domains AS domains_12 , t0 . is_active AS is_active_13 , t0 . created_at AS created_at_14 FROM tenant t0 WHERE t0 . slug = 'accomplus' AND t0 . is_active = 1 LIMIT 1 ;
Copy
5
0.15 ms
SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1
Parameters :
[
1
"admin_logo "
]
SELECT value FROM app_setting WHERE tenant_id = 1 AND setting_key = 'admin_logo' LIMIT 1 ;
Copy
6
0.13 ms
SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1
Parameters :
[
1
"favicon "
]
SELECT value FROM app_setting WHERE tenant_id = 1 AND setting_key = 'favicon' LIMIT 1 ;
Copy