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 migrator #37

Merged
merged 1 commit into from
Nov 9, 2016
Merged

Fix migrator #37

merged 1 commit into from
Nov 9, 2016

Conversation

theofidry
Copy link
Contributor

I'm surprise to see there is no bug failing, I didn't look much into it, but while updating https://github.com/theofidry/AliceDataFixtures I face an issue during the migration reset as it doesn't find the migrations to rollback. You can see here why: it assumes the array of files gotten will have the migration name as an index.

theofidry added a commit to theofidry/AliceDataFixtures that referenced this pull request Nov 5, 2016
- Simplify the Travis build (closes #20)
- Add tests for Ocramius ProxyManager support (closes #16)
- Upgraded to Eloquent ~5.3.0 (required by WouterJEloquentBundle)
- The Eloquent bridge requires wouterj/WouterJEloquentBundle#37 to work
@wouterj
Copy link
Owner

wouterj commented Nov 9, 2016

Does this only apply to master, or also to 0.3.x?

@theofidry
Copy link
Contributor Author

Master only, from what I can see you upgraded illuminate/database only there. Although the lack of tests for it applies for previous versions I believe

@wouterj wouterj merged commit 1693e6f into wouterj:master Nov 9, 2016
@theofidry
Copy link
Contributor Author

👍 Thanks again

@theofidry theofidry deleted the patch-1 branch November 9, 2016 14:53
@theofidry
Copy link
Contributor Author

@wouterj
Copy link
Owner

wouterj commented Nov 9, 2016

Cool! Thanks for catching this one.

And yes, tests are missing in older versions as well, but I'm ignoring that for now. The 0.x versions are just steps towards 1.0.0 imo, so I prefer not to do too much backporting.

@theofidry
Copy link
Contributor Author

👍

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.

None yet

2 participants