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

Migrations progress and "succeeds" even if/when Postgres script fails. #1

Open
JamesEggers1 opened this issue Jul 6, 2012 · 1 comment
Assignees
Labels

Comments

@JamesEggers1
Copy link
Owner

When using the PostgreSql module's (pg) evented API, the script can fail; however, the migration still records a success. A better way of managing the sequential workflow in the async environment needs to be added to the app.

Test to follow shortly

@ghost ghost assigned JamesEggers1 Jul 6, 2012
@JamesEggers1
Copy link
Owner Author

Updated some of the code associated with this issue. Currently on the master branch, the tests and code now accommodate asynchronous and evented code within a migration. I need to address the same issues with the down command before posting a being able to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant