Skip to content

Commit ba83f8f

Browse files
committed
Merge branch 'feature/introduce_testing_with_accurate_grants' of github.com:utPLSQL/utPLSQL into feature/introduce_testing_with_accurate_grants
2 parents 04cd36c + 3e98723 commit ba83f8f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ SQL
4747
4848
alter session set plsql_optimize_level=0;
4949
@install.sql $UT3_OWNER
50+
@@@create_synonyms_and_grants_for_public.sql $UT3_OWNER
5051
SQL
5152

5253
fi

development/template.env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export UT3_OWNER_PASSWORD=ut3
1313
export UT3_RELEASE_VERSION_SCHEMA=ut3_latest_release
1414
export UT3_TESTER=ut3_tester
1515
export UT3_TESTER_PASSWORD=ut3
16+
export UT3_TESTER_HELPER=ut3_tester_helper
17+
export UT3_TESTER_HELPER_PASSWORD=ut3
1618
export UT3_TABLESPACE=users
1719
export UT3_USER="UT3\$USER#"
1820
export UT3_USER_PASSWORD=ut3

0 commit comments

Comments
 (0)