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

Fluentmigrator.Runner support for multiple assemblies at a time #302

Closed
wants to merge 1 commit into from

Conversation

MikeBagos
Copy link

Added support for FluentMigrator.Runner to proccess multiple assemblies at a time, passed as a collection of MigrationAssemblyInfo packages. Kept compatibility with older code as existing constructors were replaced to point to new constructors.

Also fixed the test, which pass. Extensive test were not created/performed.

@nslowes
Copy link

nslowes commented Sep 21, 2012

This will be useful for scenarios I've been thinking about with Profiles contained in separate assemblies from the main Migrations

@daniellee
Copy link
Contributor

Do users of FluentMigrator need the ability to apply migrations from multiple assemblies with only one VersionInfo table? Sounds like an edge case to me. This is very similar to #187.

@ghost
Copy link

ghost commented Sep 2, 2013

Pretty useful ability for modular applications. Thumbs up for this feature.

@tommarien
Copy link
Contributor

Should be closed by pulling #467

@tommarien tommarien closed this Feb 27, 2015
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

5 participants