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 02bff05 commit 0e89c23Copy full SHA for 0e89c23
1 file changed
source/uninstall.sql
@@ -1,4 +1,6 @@
1
prompt Uninstalling utplsql framework
2
+drop package ut_teamcity_reporter_printer;
3
+
4
drop package ut_suite_manager;
5
6
drop package ut_assert;
@@ -79,6 +81,8 @@ drop package ut_metadata;
79
81
80
82
drop package ut_utils;
83
84
+drop type ut_teamcity_reporter;
85
86
drop type ut_dbms_output_suite_reporter;
87
88
drop type ut_reporter_decorator;
0 commit comments