Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit c1406bb

Browse files
kevindashgitpleerock
authored andcommitted
docs: documentation for showMigrations() (typeorm#4644)
1 parent 2478198 commit c1406bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connection/Connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export class Connection {
307307

308308
/**
309309
* Lists all migrations and whether they have been run.
310-
* Returns true if there are no pending migrations
310+
* Returns true if there are pending migrations
311311
*/
312312
async showMigrations(): Promise<boolean> {
313313
if (!this.isConnected) {

0 commit comments

Comments
 (0)