chore: 更新版本号 2.2503.2

This commit is contained in:
TsMask
2025-03-14 11:35:35 +08:00
parent 6ed3184b36
commit 9befa00fd4
7 changed files with 16 additions and 4 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ vendor
*.bak
*.bak*
*.exe
database/omc_db_local.sqlite

View File

@@ -1,5 +1,14 @@
# 版本发布日志
## 2.2503.2-20250314
- 更新 SMSC CDR原因值字典翻译
- 修复 用户新增部门parentId必填问题
- 更新 自定义指标title的状态字段
- 更新 AMF参数配置systemFeatOpt
- 优化 生产环境关闭GORM日志输出
- 更新 配置文件数据库地址
## 2.2503.1-20250308
- 重构 优化UPF流量统计逻辑

View File

@@ -133,5 +133,7 @@ DELETE FROM cdr_event_smsc WHERE TIMESTAMP <= 1739540000
cd ./restagent
./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/common --sqlSource default
./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/install --sqlSource default
./restagent.exe -c ./etc/restconf.yaml --sqlPath ../database/upgrade/upg_20250313.sql --sqlSource lite
/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml --sqlPath /usr/local/omc/etc/db/upgrade/upg_20250313.sql --sqlSource lite
```

View File

@@ -3,7 +3,7 @@
ProjectL = omc
ProjectU = OMC
PROJECT = $(ProjectL)
VERSION = 2.2503.1
VERSION = 2.2503.2
RelDate = `date +%Y%m%d`
Release = $(RelDate)
RelVer = $(VERSION)-$(RelDate)

View File

@@ -2,7 +2,7 @@
ProcList="restagent sshsvc"
ProjectL=omc
VERSION=2.2503.1
VERSION=2.2503.2
RelDate=`date +%Y%m%d`
Release=${RelDate}
RelVer=${VERSION}-${RelDate}

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2503.1
VERSION = 2.2503.2
PLATFORM = amd64
ARMPLATFORM = aarch64
BUILDDIR = ../../build

View File

@@ -1,7 +1,7 @@
# Makefile for OMC-OMC-crontask project
PROJECT = OMC
VERSION = 2.2503.1
VERSION = 2.2503.2
LIBDIR = be.ems/lib
BINNAME = sshsvc