Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix migration bug where database is empty #697

Merged
merged 1 commit into from
Feb 20, 2015

Conversation

thomasdashney
Copy link
Contributor

The function validateMigrationList() should be given one parameter (an array of the promises returned by Promise.all()), rather than two arguments as was previously the case.

This fixed an error I was having and then I was unable to reproduce it.

bendrucker added a commit that referenced this pull request Feb 20, 2015
Fix migration bug where database is empty
@bendrucker bendrucker merged commit cfeb100 into knex:master Feb 20, 2015
@bendrucker bendrucker mentioned this pull request Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants