We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba4e8c + daf7143 commit 0dfd8fdCopy full SHA for 0dfd8fd
source/uninstall.sql
@@ -38,7 +38,7 @@ set termout on
38
spool uninstall.log
39
40
drop package &&utplsql_v3_owner..ut_v2_migration;
41
-drop public synonym &&utplsql_v3_owner..ut_v2_migration;
+drop public synonym ut_v2_migration;
42
drop package &&utplsql_v3_owner..utassert;
43
drop package &&utplsql_v3_owner..utassert2;
44
create or replace public synonym utassert for &&utplsql_v2_owner..utassert;
0 commit comments