Skip to content

Commit

Permalink
[no issue]
Browse files Browse the repository at this point in the history
type : fix
Changes
Fixes
- fix overflow version field on tb_config
  • Loading branch information
kayform committed Mar 22, 2022
1 parent c0b324b commit 9250278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SET "PATH=%PATH%;%PROGRAMFILES%\Git\bin;C:\apache-ant-1.9.9-bin;C:\Program Files

For /F %%g in ('git rev-parse HEAD ^| cut -b 1-7') Do (Set GIT_COMMIT_HASH=%%g)

set BASE_VER=13.0.12
set BASE_VER_UDERSCORE=13_0_12
set BASE_VER=13.0.13
set BASE_VER_UDERSCORE=13_0_13
For /F %%i in ('git rev-list HEAD ^| find /c /v ""') Do Set GIT_COMMIT_CNT=%%i


Expand Down
2 changes: 1 addition & 1 deletion eXperDB_Repository/pgmon_repository.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ create table tb_config (
agent_ip character varying(100),
agent_port character varying(10),
serial_key character varying(1000),
version character varying(10),
version character varying(15),
binary_path character varying(200),
last_mod_user_id character varying(16) default null,
last_mod_dt timestamp without time zone,
Expand Down

0 comments on commit 9250278

Please sign in to comment.