Makes topics.written_on null => true back again some tests rely on that

This commit is contained in:
Santiago Pastorino
2010-08-15 07:19:06 -03:00
parent 3c2fcacc85
commit bcd62cdafd

View File

@@ -806,6 +806,9 @@ if ActiveRecord::Base.connection.supports_migrations?
Topic.connection.change_column "topics", "written_on", :datetime, :null => false
Topic.reset_column_information
Topic.connection.change_column "topics", "written_on", :datetime, :null => true
Topic.reset_column_information
end
end