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:
parent
3c2fcacc85
commit
bcd62cdafd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue