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.
Showing posts with label ms sql. Show all posts
Showing posts with label ms sql. Show all posts
Monday, February 25, 2008
Subscribe to:
Comments (Atom)