Skip to content

Commit 2a078f8

Browse files
authored
Merge branch 'develop' into junitreporter
2 parents 52530f0 + 8264e12 commit 2a078f8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
2121
*
2222
*/
2323

24-
gc_version constant varchar2(50) := 'v3.1.0.1693-develop';
24+
gc_version constant varchar2(50) := 'v3.1.0.1708-develop';
2525

2626
/* Constants: Event names */
2727
gc_run constant varchar2(12) := 'run';

source/uninstall.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ alter session set current_schema = &&ut3_owner;
2828
set echo on
2929
drop synonym be_between;
3030

31+
drop synonym have_count;
32+
3133
drop synonym match;
3234

3335
drop synonym be_false;

0 commit comments

Comments
 (0)