Skip to content

Commit 9022556

Browse files
committed
Fixed deployment of synonyms.
1 parent 113382f commit 9022556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/install.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ set echo off
8383
@@install_component.sql 'migration/ut3.ut_v2_migration.pkb'
8484

8585
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;
86+
create or replace public synonym utassert for &&utplsql_v3_owner..utassert;
87+
create or replace public synonym utassert2 for &&utplsql_v3_owner..utassert2;
8888
create or replace public synonym ut_v2_migration for ut_v2_migration;
8989

9090
grant execute on utassert to public;

0 commit comments

Comments
 (0)