You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jiang 383f2555e0 feat: 配置MariaDB数据库并导入表结构
- 创建 cnc_business 和 cnc_log 数据库
- 导入 cnc_business.sql 创建业务库表
- 导入 cnc_log_fixed.sql 创建日志库表
- 修复 cnc_log_fixed.sql 中的视图定义问题
- appsettings.json 已配置正确的数据库连接字符串
3 weeks ago
..
cnc_business.sql Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
cnc_log.sql Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
cnc_log_fixed.sql feat: 配置MariaDB数据库并导入表结构 3 weeks ago