Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/v/e/r/verseaumee/ptitsanes/plugins/solidres/experience/sql/mysql/updates/ |
Upload File : |
CREATE TABLE IF NOT EXISTS `#__sr_experience_date_xref` ( `experience_id` INT(11) UNSIGNED NOT NULL, `date` DATETIME NOT NULL, PRIMARY KEY (`experience_id`, `date`) ) ENGINE = InnoDB; ALTER TABLE `#__sr_experiences` ADD COLUMN `deposit_incl_extra_cost` TINYINT(1) UNSIGNED NOT NULL DEFAULT 1 AFTER `deposit_amount`; ALTER TABLE `#__sr_experience_reservations` ADD COLUMN `payment_method_surcharge` DECIMAL(12,2) UNSIGNED NOT NULL DEFAULT 0.00 AFTER `deposit_amount`; ALTER TABLE `#__sr_experience_reservations` ADD COLUMN `payment_method_discount` DECIMAL(12,2) UNSIGNED NOT NULL DEFAULT 0.00 AFTER `payment_method_surcharge`;