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

Skip to content

Commit 3bc8da5

Browse files
committed
Adding missing items to uninstall.
1 parent 1b14bb5 commit 3bc8da5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/uninstall_objects.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ drop package ut_suite_builder;
5757

5858
drop table ut_suite_cache;
5959

60+
drop sequence ut_suite_cache_seq;
61+
62+
drop table ut_suite_cache_package;
63+
6064
drop table ut_suite_cache_schema;
6165

6266
drop package ut;

0 commit comments

Comments
 (0)