Hello,
is there a way to run migrations from within the application itself?
Thanks!
|
|
|
|
|
|
|
I instantiate an instance of the Migrator class, and then you can call member methods like
|
||||||||
|
|
|
I don't see why not. Have a look at the nant task http://code.google.com/p/migratordotnet/source/browse/trunk/src/Migrator.NAnt/MigrateTask.cs Relevant bits are here:
|
||
|
|
|
|
Yes you can add a call in your Global.asax
This code will then get called each time the website loads up. |
||
|
|