This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Consider the following code snippet involving migrations:
Then execute the migrations using the following code, which resides in the same assembly in a class called "Migrator".
Observe that the last statement results in an exception, with message "Cannot create an abstract class.". The workaround is not to have any abstract classes that inherit from Migration. Any chance you could ignore abstract migration classes? Thanks, Werner |
|
|
Sure. It will be in the next nightly build. |
|