mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Makes topics.written_on null => true back again some tests rely on that
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user