In this case, yes, the changes in itinerary will affect all bookings that have not been collected yet. We do our best to contact all users when these changes occur, especially if these changes affect key aspects of the tour or activity in question.
On the other hand, some changes might be temporary or are a result of outside forces like the weather or road constructions.
| # | Time | Query |
|---|---|---|
| 1 | 1.44 ms | SELECT url, namespace, method, content_redirection FROM `redirect` WHERE status = 1 |
| 2 | 3.36 ms | INSERT INTO `log_customer` ( `id` , `id_customer` , `log` , `date` ) VALUES( NULL , NULL ,... |
| 3 | 0.51 ms | SELECT * FROM `languages` WHERE TRUE AND `short` = 'en' |
| 4 | 0.66 ms | SELECT f.*, m.id_language, m.question, m.answer FROM `faq_questions` AS f INNER JOIN `faq_question_meta` AS m on f.id = m.id_faq_question WHERE TRUE AND f.`id` = 52 AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 5 | 0.46 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`id` = 10 AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 6 | 1.5 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `show_order` ASC LIMIT 0 , 30 |