| Server IP : 87.98.154.146 / Your IP : 216.73.216.101 Web Server : Apache System : Linux webm005.cluster126.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 : bsiadvisil ( 110003) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/bsiadvisil/www/libraries/fof30/sql/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ @package FOF ~ @copyright Copyright (c)2010-2019 Nicholas K. Dionysopoulos / Akeeba Ltd ~ @license GNU GPL version 2 or later --> <schema> <meta> <drivers> <driver>mysql</driver> <driver>mysqli</driver> <driver>pdomysql</driver> </drivers> <!-- We don't want this table to be converted to a different charset automatically. We will only convert a single column. --> <autocollation>false</autocollation> </meta> <sql> <action table="#__akeeba_common" canfail="0"> <condition type="missing" value=""/> <query><![CDATA[ CREATE TABLE IF NOT EXISTS `#__akeeba_common` ( `key` varchar(192) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`key`) ) DEFAULT COLLATE utf8_general_ci CHARSET=utf8; ]]></query> </action> <action table="#__akeeba_common" canfail="1"> <condition type="utf8mb4upgrade"/> <query><![CDATA[ ALTER TABLE `#__akeeba_common` MODIFY COLUMN `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL; ]]></query> </action> <action table="#__akeeba_common" canfail="1"> <condition type="true" /> <query><![CDATA[ ALTER TABLE `#__akeeba_common` MODIFY COLUMN `key` varchar(192) COLLATE utf8_unicode_ci NOT NULL; ]]></query> </action> </sql> </schema>