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

Commit

Permalink
docs: documentation for showMigrations() (typeorm#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindashgit authored and pleerock committed Sep 5, 2019
1 parent 2478198 commit c1406bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class Connection {

/**
* Lists all migrations and whether they have been run.
* Returns true if there are no pending migrations
* Returns true if there are pending migrations
*/
async showMigrations(): Promise<boolean> {
if (!this.isConnected) {
Expand Down

0 comments on commit c1406bb

Please sign in to comment.