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

Skip to content

Commit 0e89c23

Browse files
committed
fix uninstall.sql
1 parent 02bff05 commit 0e89c23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/uninstall.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
prompt Uninstalling utplsql framework
2+
drop package ut_teamcity_reporter_printer;
3+
24
drop package ut_suite_manager;
35

46
drop package ut_assert;
@@ -79,6 +81,8 @@ drop package ut_metadata;
7981

8082
drop package ut_utils;
8183

84+
drop type ut_teamcity_reporter;
85+
8286
drop type ut_dbms_output_suite_reporter;
8387

8488
drop type ut_reporter_decorator;

0 commit comments

Comments
 (0)