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

updates to support datastore specific migrations #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

phillipweston
Copy link

@phillipweston phillipweston commented Apr 19, 2019

  • made the migration types functions return promises so we can Promise.all elsewhere
  • made it not require a callback

Phillip Weston added 2 commits April 19, 2019 01:44
…ject(err), so that we can Promise.all on the separate migrations for each datastore.
@phillipweston
Copy link
Author

I realize this is broken and that the whole thing needs to be under a single Waterline() instance. Attempted to do that, but had some issues.

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