| Server IP : 54.36.91.62 / Your IP : 216.73.217.94 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/amisdesseniors-fr/annonces/administrator/components/com_jlexreview/update/ |
Upload File : |
ALTER TABLE `#__jlexreview_entry` ADD `extra_content` text NOT NULL AFTER `editor_content`, ADD `schema` varchar(30) NOT NULL DEFAULT '' AFTER `extra_content`, ADD `url2post` varchar(250) NOT NULL DEFAULT '' AFTER `url`; ALTER TABLE `#__jlexreview` MODIFY `rating` DECIMAL(3,1) UNSIGNED NOT NULL DEFAULT '5.0'; CREATE TABLE IF NOT EXISTS `#__jlexreview_sync` ( `id` int(3) unsigned NOT NULL AUTO_INCREMENT, `object` varchar(40) NOT NULL, `entry_details` tinyint(1) unsigned NOT NULL DEFAULT '0', `cb_entry_details` text NOT NULL COMMENT 'Get detail of item such as title, link, section_id', `entry_updated` tinyint(1) unsigned NOT NULL DEFAULT '0', `cb_entry_updated` text NOT NULL COMMENT 'Event when rating of item is changed', `author_follow` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'Turn On/Off author follow automatilly', `cb_author_follow` text NOT NULL COMMENT 'Auto add subscription for user who created reviewed item', `latest_log` text NOT NULL COMMENT 'Latest error logging when process this comand', `published` tinyint(1) unsigned NOT NULL DEFAULT '0', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL, `modified_time` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;