Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d44bc1 commit ddf91e5Copy full SHA for ddf91e5
1 file changed
source/create_synonyms_and_grants_for_public.sql
@@ -103,6 +103,7 @@ create public synonym ut_documentation_reporter for &&ut3_owner..ut_documentatio
103
create public synonym ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
104
create public synonym ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
105
create public synonym ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;
106
+create public synonym ut_coverage_cob_reporter for &&ut3_owner..ut_coverage_cob_reporter;
107
create public synonym ut_reporters for &&ut3_owner..ut_reporters;
108
create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
109
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
0 commit comments