diff --git a/jOOQ-test/src/org/jooq/test/oracle/create.sql b/jOOQ-test/src/org/jooq/test/oracle/create.sql index 35960d5df6..d92d318940 100644 --- a/jOOQ-test/src/org/jooq/test/oracle/create.sql +++ b/jOOQ-test/src/org/jooq/test/oracle/create.sql @@ -1720,4 +1720,6 @@ CREATE TABLE T_976 ( create or replace synonym t_author_synonym for t_author/ create or replace synonym v_author_synonym for v_author/ create or replace synonym p_unused_synonym for p_unused/ -create or replace synonym t_author_synonym_synonym for t_author_synonym/ \ No newline at end of file +create or replace synonym t_author_synonym_synonym for t_author_synonym/ +create or replace public synonym t_author_public_synonym for t_author/ +create or replace public synonym t_author for t_author/ \ No newline at end of file