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

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
```