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 1b14bb5 commit 3bc8da5Copy full SHA for 3bc8da5
1 file changed
source/uninstall_objects.sql
@@ -57,6 +57,10 @@ drop package ut_suite_builder;
57
58
drop table ut_suite_cache;
59
60
+drop sequence ut_suite_cache_seq;
61
+
62
+drop table ut_suite_cache_package;
63
64
drop table ut_suite_cache_schema;
65
66
drop package ut;
0 commit comments