-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Migration paths #268
Migration paths #268
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #268 +/- ##
============================================
+ Coverage 87.64% 87.69% +0.04%
- Complexity 378 380 +2
============================================
Files 58 58
Lines 1101 1105 +4
============================================
+ Hits 965 969 +4
Misses 136 136
Continue to review full report at Codecov.
|
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, final round of changes. Since paths
is plural, migration
should be singular. Also fixed one bug.
Please click Commit suggestion for each suggestion and I'll merge the PR.
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
Allow to pass multiple paths to where tenant migrations are stored. This way if the project have many migrations and they are separated into modules we can include them through config, e.g.
config(['tenancy.migrations_paths' => ['/path/one', '/path/two']]);