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

feat: Added support for migrating single file #427

Merged
merged 3 commits into from Jan 11, 2021
Merged

feat: Added support for migrating single file #427

merged 3 commits into from Jan 11, 2021

Commits on Dec 23, 2020

  1. Added support for migrating single file

    Laravel framework supports this and I have some situations I need to migrate only a single file instead of all migrations within the migrations folder. 
    This can particularly when you have migrations within your build (phar) and migrations outside of the build.
    yoramdelangen committed Dec 23, 2020
    Copy the full SHA
    4c14c9e View commit details
    Browse the repository at this point in the history
  2. Satisfy styleci

    yoramdelangen committed Dec 23, 2020
    Copy the full SHA
    43d7da4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Minor cleanup

    yoramdelangen committed Jan 11, 2021
    Copy the full SHA
    ac7e987 View commit details
    Browse the repository at this point in the history