Kaynağa Gözat

chore: auto bump version and changelog [skip ci]

iwt 1 hafta önce
ebeveyn
işleme
8d2b455479

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-eff232cda90d8e91b3a55c947ed0f408f3424869
+14e746ba030ffe5b85a414fb7d1dc8a6ff5380cd

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1372",
+  "version": "1.0.1373",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.1372",
+      "version": "1.0.1373",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1373",
+  "version": "1.0.1374",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 13 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.1374 (2026-09-11)
+
+### Bug 修复
+- 迁移278-313抽出独立方法 runSystemMigrations,避免被 sys_menu 空表条件静默跳过
+
+### 其他
+- 修复:将迁移278-313提取为独立方法 runSystemMigrations(),由 runMigrations() 无条件调用,确保每次启动都补齐生产库缺列。
+- 生产库已手动 ALTER 补齐以下缺失列:
+- - resource_items: connection_type, priority, value_score, last_interaction_at, interaction_count
+- - health_report_drafts: file_hash
+- 
+
+
 ## v1.0.1373 (2026-09-11)
 
 ### 其他

+ 14 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1373
+> 当前版本: v1.0.1374
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.1374 (2026-09-11)
+
+### Bug 修复
+- 迁移278-313抽出独立方法 runSystemMigrations,避免被 sys_menu 空表条件静默跳过
+
+### 其他
+- 修复:将迁移278-313提取为独立方法 runSystemMigrations(),由 runMigrations() 无条件调用,确保每次启动都补齐生产库缺列。
+- 生产库已手动 ALTER 补齐以下缺失列:
+- - resource_items: connection_type, priority, value_score, last_interaction_at, interaction_count
+- - health_report_drafts: file_hash
+- 
+
+
 ## v1.0.1373 (2026-09-11)
 
 ### 其他