From c1406bb1fc521e66449870c4c97f7ae95307fd61 Mon Sep 17 00:00:00 2001 From: kevindashgit Date: Thu, 5 Sep 2019 05:30:24 -0700 Subject: [PATCH] docs: documentation for showMigrations() (#4644) --- src/connection/Connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection/Connection.ts b/src/connection/Connection.ts index 16e07a98a1..e736b8db9c 100644 --- a/src/connection/Connection.ts +++ b/src/connection/Connection.ts @@ -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 { if (!this.isConnected) {