Debug DB Actions

The system has a feature that enables the recording of all actions performed on the database:

INSERT: When a new record is created in a table.

UPDATE: When a record is updated.

DELETE: When a record is deleted.

The log file will display the date and the person who performed each action.

Please use this feature in the following situations:

-If a user has received an email notification but the booking is not displayed in the dashboard, search for DELETE records in the _srr_bookings table. It's possible that someone has deleted the booking.

-If a booking has been modified, but you don't know who made the modification, look for UPDATE records in the _srr_bookings table.

-If you cannot find a customer in the list, check for DELETE records in the _srr_customers table.