Hi,
While upgrading from 1.2.7 to 1.3.9 the installer gives these 3 error messages:
Unable to execute SQL query: ALTER TABLE `#__booking_supplement` ADD `ordering` INT NOT NULL AFTER `id`
Unable to execute SQL query: ALTER TABLE `#__booking_reservation_type` ADD `fix_from` VARCHAR( 3 ) NOT NULL DEFAULT 'any'
Unable to execute SQL query: ALTER TABLE `#__booking_reservation_items` ADD `tax` FLOAT NOT NULL
I checked the database, and first two tables with specific colums seems to be ok. The last table booking_reservation_items doesn't exists at all.
Anyone knows what to do to fix the errors? Thanks!