Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub authored Nov 7, 2019
1 parent bb28a97 commit 9870aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ora_migrator--0.9.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ BEGIN
END;$$;

COMMENT ON FUNCTION oracle_migrate_mkforeign(name, name, name, name[], integer) IS
'second step of "oracle_migrate": create schemas, sequemces and foreign tables';
'second step of "oracle_migrate": create schemas, sequences and foreign tables';

CREATE FUNCTION oracle_migrate_tables(
staging_schema name DEFAULT NAME 'ora_stage',
Expand Down

0 comments on commit 9870aed

Please sign in to comment.