| Server IP : 213.186.33.3 / Your IP : 216.73.216.139 Web Server : Apache System : Linux webm009.cluster115.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 : vinspier ( 47490) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/vinspier/www/plugins/system/jdbuilder/sql/ |
Upload File : |
CREATE TABLE IF NOT EXISTS `#__jdbuilder_layouts` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `layout` MEDIUMTEXT NOT NULL , `created` BIGINT(12) NOT NULL DEFAULT '0', `updated` BIGINT(12) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) DEFAULT COLLATE=utf8mb4_unicode_ci; CREATE TABLE IF NOT EXISTS `#__jdbuilder_favourites` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `template_id` INT(11) NOT NULL, `created` BIGINT(12) NOT NULL DEFAULT '0', `updated` BIGINT(12) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) DEFAULT COLLATE=utf8_unicode_ci; CREATE TABLE IF NOT EXISTS `#__jdbuilder_templates` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `title` VARCHAR(255) NOT NULL, `type` VARCHAR(20) NOT NULL, `template` LONGTEXT NOT NULL, `created` BIGINT(12) NOT NULL DEFAULT '0', `updated` BIGINT(12) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) DEFAULT COLLATE=utf8mb4_unicode_ci; CREATE TABLE IF NOT EXISTS `#__jdbuilder_audit` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `itemid` INT(11) NOT NULL, `itemtype` VARCHAR(255) NOT NULL, `status` INT(3) NOT NULL, `data` TEXT NULL DEFAULT NULL, `created` BIGINT(12) NOT NULL DEFAULT '0', `updated` BIGINT(12) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) DEFAULT COLLATE=utf8mb4_unicode_ci; UPDATE `#__extensions` SET `enabled` = '1' WHERE `element` = 'jdbuilder' AND `folder` = 'system' AND `type` = 'plugin';