We had to roll back a database migration on one of our development server today. Previously, we have changed column from "NOT NULL" to "NULL". This roll back is suppose to revert the column back to "NOT NULL".
It turns out that Rails did NOT revert the column, even if the migration states explicitly to do it. This is done on a MS SQL database using the freetds driver.
Monday, February 25, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment