Skip to content

Commit

Permalink
Merge pull request #186 from experdb/development
Browse files Browse the repository at this point in the history
[no issue]
  • Loading branch information
kayform authored Mar 22, 2022
2 parents e486a16 + 9250278 commit f2deca1
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 f2deca1

Please sign in to comment.