Skip to content

Commit

Permalink
Include 'name' property in MigratorConfig (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nath committed Feb 17, 2021
1 parent 9581100 commit b6fd941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -2264,6 +2264,7 @@ interface MsSqlConnectionConfigBase {
sortDirsSeparately?: boolean;
loadExtensions?: readonly string[];
migrationSource?: MigrationSource<unknown>;
name?: string;
}

interface Migrator {
Expand Down

0 comments on commit b6fd941

Please sign in to comment.