1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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