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
|
Migrations incorrectly generate AddColumn/AddTable for foreign keys and through entities. Please look at the attached example: 1. Open the solution 2. Open LightSpeedModel1.lsmodel file 3. Click "Migrations / Create Migration ..." 4. You'll notice identical "Add column ..." and "Add table ..." for "migrating up" and "migrating down". Both cases are incorrect, because the mentioned columns and tables already exist in the database. I've noticed this on 20111201 nightly. |
|
|
Thanks for drawing our attention to this. These were separate bugs relating to through associations and one-to-one associations. They will be fixed in the next nightly build. |
|