Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c543439

Browse files
pesseSamuel Nitsche
authored andcommitted
Added create synonym for ansiconsole_helper to user-script
1 parent 061ae2e commit c543439

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/create_synonyms_and_grants_for_user.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ create or replace synonym &ut3_user..ut_runner for &&ut3_owner..ut_runner;
108108
create or replace synonym &ut3_user..ut_teamcity_reporter for &&ut3_owner..ut_teamcity_reporter;
109109
create or replace synonym &ut3_user..ut_xunit_reporter for &&ut3_owner..ut_xunit_reporter;
110110
create or replace synonym &ut3_user..ut_documentation_reporter for &&ut3_owner..ut_documentation_reporter;
111+
create or replace synonym &ut3_user..ut_ansiconsole_helper for &&ut3_owner..ut_ansiconsole_helper;
111112
create or replace synonym &ut3_user..ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
112113
create or replace synonym &ut3_user..ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
113114
create or replace synonym &ut3_user..ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;

0 commit comments

Comments
 (0)