Skip to content

Commit 9870aed

Browse files
authored
typo fix
1 parent bb28a97 commit 9870aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ora_migrator--0.9.1.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ BEGIN
16161616
END;$$;
16171617

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

16211621
CREATE FUNCTION oracle_migrate_tables(
16221622
staging_schema name DEFAULT NAME 'ora_stage',

0 commit comments

Comments
 (0)