Эх сурвалжийг харах

chore: auto bump version and changelog [skip ci]

iwt 1 сар өмнө
parent
commit
1ca5ea7e9d

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-a84fafb003c479d2bf94217c67a9c4d8a529f8e8
+380949e1d6bb9eafae6ee09ec8476158d3aa5a63

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.797",
+  "version": "1.0.798",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.797",
+      "version": "1.0.798",
       "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.798",
+  "version": "1.0.799",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,12 @@
 
 ---
 
+## v1.0.799 (2026-08-05)
+
+### Bug 修复
+- schema.sql 移除重复的 guide_commissions CREATE TABLE 空壳行(导致 initializeTables 正则匹配合并成畸形 SQL)
+
+
 ## v1.0.798 (2026-08-05)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.798
+> 当前版本: v1.0.799
 
 ## 历史版本
 
@@ -8,6 +8,12 @@
 
 ---
 
+## v1.0.799 (2026-08-05)
+
+### Bug 修复
+- schema.sql 移除重复的 guide_commissions CREATE TABLE 空壳行(导致 initializeTables 正则匹配合并成畸形 SQL)
+
+
 ## v1.0.798 (2026-08-05)
 
 ### Bug 修复