Skip to content

Commit daf7143

Browse files
authored
Update uninstall.sql
solves issue #13
1 parent 0ba4e8c commit daf7143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/uninstall.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set termout on
3838
spool uninstall.log
3939

4040
drop package &&utplsql_v3_owner..ut_v2_migration;
41-
drop public synonym &&utplsql_v3_owner..ut_v2_migration;
41+
drop public synonym ut_v2_migration;
4242
drop package &&utplsql_v3_owner..utassert;
4343
drop package &&utplsql_v3_owner..utassert2;
4444
create or replace public synonym utassert for &&utplsql_v2_owner..utassert;

0 commit comments

Comments
 (0)