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

[8.x] Add anonymous migrations #36906

Merged
merged 3 commits into from Apr 13, 2021
Merged

[8.x] Add anonymous migrations #36906

merged 3 commits into from Apr 13, 2021

Commits on Apr 9, 2021

  1. Copy the full SHA
    9311daf View commit details
    Browse the repository at this point in the history
  2. Extend MigratorTest

    thiagorb committed Apr 9, 2021
    Copy the full SHA
    9cdb5cc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Display migration class name in pretendToRun

    Due to backward compatibility, classic migrations (non-anonymous) should
    have their class name displayed while running migrations with --pretend,
    instead of the migration name, like anywhere else in the code.
    thiagorb committed Apr 11, 2021
    Copy the full SHA
    64272b4 View commit details
    Browse the repository at this point in the history