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 9534b27 commit 4f8ab98Copy full SHA for 4f8ab98
1 file changed
source/uninstall.sql
@@ -1,5 +1,5 @@
1
/*
2
- utPLSQL - Version 3
+ utPLSQL - Version v3.0.4.1372
3
Copyright 2016 - 2017 utPLSQL Project
4
5
Licensed under the Apache License, Version 2.0 (the "License"):
@@ -56,6 +56,8 @@ drop type ut_coveralls_reporter force;
56
57
drop type ut_coverage_sonar_reporter force;
58
59
+drop type ut_coverage_cob_reporter force;
60
+
61
drop package ut_coverage_report_html_helper;
62
63
drop type ut_coverage_html_reporter force;
@@ -76,8 +78,6 @@ drop package ut_runner;
76
78
77
79
drop package ut_suite_manager;
80
-drop package ut_suite_builder;
-
81
drop package ut;
82
83
drop table ut_dbms_output_cache;
@@ -286,3 +286,5 @@ end;
286
/
287
288
spool off
289
290
+exit;
0 commit comments