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
|
Hi, I would like to execute two migrations into the same db. The table names over both models are unique so this should not be a problem. But as both use "KeyTable" the second migration cannot be executed. Do you have a solution for this? Regards, Dennis |
|
|
Delete the AddKeyTable call from the second migration. Migration generation is one-off: you are free to edit the code after it has been generated, and your changes will not be overwritten. |
|