Skip to content

Commit 0dfd8fd

Browse files
authored
Merge pull request #14 from puchtec/patch-1
Update uninstall.sql
2 parents 0ba4e8c + daf7143 commit 0dfd8fd

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)