Skip to content

Commit

Permalink
Merge pull request #84 from subhero24/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
theogravity authored Jan 28, 2019
2 parents 4463138 + 5f3640c commit f16f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Database {
throw new Error(`No migration files found in '${location}'.`);
}

// Ge the list of migrations, for example:
// Get the list of migrations, for example:
// { id: 1, name: 'initial', filename: '001-initial.sql', up: ..., down: ... }
// { id: 2, name: 'feature', fielname: '002-feature.sql', up: ..., down: ... }
await Promise.all(migrations.map(migration => new this.Promise((resolve, reject) => {
Expand Down

0 comments on commit f16f8b3

Please sign in to comment.