| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/plats-individuels/lyon/administrator/components/com_djclassifieds/sql/updates/ |
Upload File : |
ALTER TABLE `#__djcf_payments` ADD `coupon` VARCHAR( 55 ) NOT NULL , ADD `coupon_discount` FLOAT( 12, 2 ) NOT NULL ; ALTER TABLE `#__djcf_items` ADD `blocked` INT NOT NULL ; CREATE TABLE IF NOT EXISTS `#__djcf_coupons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `coupon_code` varchar(55) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `groups_restriction` text NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `published` int(11) NOT NULL, `usage_count` int(11) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__djcf_coupons_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `coupon_id` int(11) NOT NULL, `group_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; ALTER TABLE `#__djcf_fields_values` ADD `value_date_to` DATE NOT NULL ; ALTER TABLE `#__djcf_fields_values_profile` ADD `value_date_to` DATE NOT NULL ; ALTER TABLE `#__djcf_fields` ADD `in_module` int(11) NOT NULL, ADD `in_search_on_start` int(11) NOT NULL;