Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/sproduction.datasync/install/db/mysql/ |
Upload File : |
DROP TABLE IF EXISTS `sprod_datasync_iblocks_profiles`; CREATE TABLE `sprod_datasync_iblocks_profiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sort` int(11) NOT NULL, `active` varchar(4) NOT NULL, `store_iblock_id` int(11) NOT NULL, `crm_iblock_id` int(11) NOT NULL, `options` mediumtext NOT NULL, `base` mediumtext NOT NULL, `props` mediumtext NOT NULL, `catalog` mediumtext NOT NULL, `other` mediumtext NOT NULL, `sync` mediumtext NOT NULL, `sync_process` mediumtext NOT NULL, `date_create` datetime NOT NULL, `date_update` datetime NOT NULL, PRIMARY KEY (`id`) ); DROP TABLE IF EXISTS `sprod_datasync_locks`; CREATE TABLE `sprod_datasync_locks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `entity_id` varchar(255) NOT NULL, `time` int(11) NOT NULL, `hash` varchar(255) NOT NULL, PRIMARY KEY (`id`) );