Good morning,
I wanted to first thank you for all that you do.
I'm working on upgrading from 1.4.3 to 1.5 using an existing database. I've read another conversation stating to follow the database update process. I wasn't able to access the backend due to the database errors, but was able to run php index.php console migrate.
I was then able to log into the backend, but I still keep getting DB errors and no appointments/services are showing up. Did I do something incorrectly? seems like the database didn't update correctly.
Errors:
A DATABASE ERROR OCCURRED
Error Number: 1054
Unknown column 'is_unavailability' in 'where clause'
SELECT * FROM `ea_appointments` WHERE 'all' = 'all' AND ((start_datetime > '2022-11-28' AND `start_datetime` < '2022-12-06') or (`end_datetime` > '2022-11-28' AND `end_datetime` < '2022-12-06') or (`start_datetime` <= '2022-11-28' AND end_datetime >= '2022-12-06')) AND is_unavailability = 0 AND `delete_datetime` IS NULL AND `is_unavailability` = 0
Filename: models/Appointments_model.php
Line Number: 331