- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
18 lines
1.6 KiB
XML
18 lines
1.6 KiB
XML
<?xml version='1.0'?>
|
|
<schema>
|
|
<tables>
|
|
<table>
|
|
<name>vtiger_reviews</name>
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviews` (`reviewsid` int(11) NOT NULL, `reviewsno` varchar(100) default NULL, `reviews_tks_account` int(19) default NULL ,`reviews_tks_contact` int(19) default NULL ,`reviews_tks_d1` decimal(5,2) default NULL ,`reviews_tks_d2` decimal(5,2) default NULL ,`reviews_tks_d3` decimal(5,2) default NULL ,`reviews_tks_d4` decimal(5,2) default NULL ,`reviews_tks_d5` decimal(5,2) default NULL ,`reviews_tks_d6` decimal(5,2) default NULL ,`reviews_tks_d7` decimal(5,2) default NULL ,`reviews_tks_d8` decimal(5,2) default NULL ,`reviews_tks_d9` decimal(5,2) default NULL ,`reviews_tks_d10` decimal(5,2) default NULL ,`reviews_tks_d11` decimal(5,2) default NULL ,`reviews_tks_d12` decimal(5,2) default NULL ,`reviews_tks_d13` decimal(5,2) default NULL ,`reviews_tks_d14` decimal(5,2) default NULL ,`reviews_tks_d15` decimal(5,2) default NULL ,`reviews_tks_comment` varchar(250) default NULL , PRIMARY KEY (`reviewsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
|
</table>
|
|
<table>
|
|
<name>vtiger_reviewscf</name>
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviewscf` (`reviewsid` int(11) NOT NULL, PRIMARY KEY (`reviewsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
|
</table>
|
|
<table>
|
|
<name>vtiger_reviews_user_field</name>
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviews_user_field` (`recordid` int(25) NOT NULL, `userid` int(25) NOT NULL, `starred` varchar(100) default NULL , KEY (`vtiger_reviews_user_field`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
|
</table>
|
|
</tables>
|
|
</schema>
|