Questions tagged [migrator.net]
5 questions
12
votes
2 answers
migratordotnet - Run migrations from within application (w/o nant or build)
is there a way to run migrations from within the application itself?
Thanks!

BvuRVKyUVlViVIc7
- 11,641
- 9
- 59
- 111
3
votes
2 answers
Migratordotnet : How to check if a migration is pending?
I want stop my Build process through MSBuild, if there is pending migrations.
But I don't want to trigger the Migrate target while building my project.
So, How can I check only pending migrations with Migratordotnet ?
I just want to use it as a…

Yugal Jindle
- 44,057
- 43
- 129
- 197
2
votes
3 answers
Start migrations in FluentMigrator
I need to use FluentMigrator in order to execute my database migrations.
FluentMigrator seems to be a good and easy-to-use library.
But I think I'm missing something... how to start a migration? How to set the database type? How to set the…

user3471528
- 3,013
- 6
- 36
- 60
0
votes
1 answer
Migrator.NET - running SQL after schema migration is complete
I would like to run some SQL after the schema migration has been performed.
Some points:
If I execute the SQL during the Up function call, it is not executing with the latest schema version because the schema update takes effect afterwards.
Calling…

Nippysaurus
- 20,110
- 21
- 77
- 129
0
votes
1 answer
MigratorDotNet for Plugins Architecture
We're starting to use Migrator.NET for managing our database migrations, its fantastic but we have an additional requirement that plug-ins written for our software which require their own custom fields added (depending on the plug in of course).
So…

David Chiew
- 584
- 5
- 13