Files
assist/version.json
赵杰 Jie Zhao (雄狮汽车科技) d75199b234 feat: 数据库架构优化 v1.3.0
- 恢复MySQL主数据库配置,SQLite作为备份系统
- 修复工单详情API的数据库会话管理问题
- 新增备份管理系统(backup_manager.py)
- 添加备份管理API接口(/api/backup/*)
- 更新系统架构图和版本信息
- 完善README文档和更新日志

主要改进:
- MySQL作为主数据库存储所有业务数据
- SQLite文件作为数据备份和恢复使用
- 自动备份MySQL数据到SQLite文件
- 支持数据恢复和备份状态监控
2025-09-17 17:27:46 +01:00

43 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"version": "1.3.0",
"build_number": 16,
"release_date": "2025-09-17T17:30:00",
"git_commit": "unknown",
"deployment_status": "development",
"changelog": [
{
"version": "1.3.0",
"date": "2025-09-17T17:30:00",
"description": "数据库架构优化MySQL主数据库+SQLite备份系统工单详情API修复备份管理功能"
},
{
"version": "1.2.0",
"date": "2025-09-16T16:30:00",
"description": "系统设置扩展API管理模型参数配置端口管理真实数据分析"
},
{
"version": "1.1.0",
"date": "2025-09-16T14:00:00",
"description": "工单AI建议功能知识库搜索优化Agent管理改进"
},
{
"version": "1.0.0",
"date": "2024-01-01T00:00:00",
"description": "初始版本发布"
}
],
"dependencies": {
"flask": "2.3.3",
"sqlalchemy": "2.0.21",
"psutil": "5.9.5",
"openpyxl": "3.1.2"
},
"deployment_info": {
"supported_environments": ["development", "staging", "production"],
"min_python_version": "3.8",
"required_services": ["nginx", "systemd"],
"backup_strategy": "automatic",
"rollback_enabled": true
}
}