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.
1 parent 113382f commit 9022556Copy full SHA for 9022556
source/install.sql
@@ -83,8 +83,8 @@ set echo off
83
@@install_component.sql 'migration/ut3.ut_v2_migration.pkb'
84
85
set echo on
86
-create or replace public synonym utassert for &&utplsql_v2_owner..utassert;
87
-create or replace public synonym utassert2 for &&utplsql_v2_owner..utassert2;
+create or replace public synonym utassert for &&utplsql_v3_owner..utassert;
+create or replace public synonym utassert2 for &&utplsql_v3_owner..utassert2;
88
create or replace public synonym ut_v2_migration for ut_v2_migration;
89
90
grant execute on utassert to public;
0 commit comments