Fix deprecation warnings in migrations
This commit is contained in:
parent
18b8fc60bb
commit
febff23c2c
4 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ class CreateRedactions < ActiveRecord::Migration
|
|||
t.string :title
|
||||
t.text :description
|
||||
|
||||
t.timestamps
|
||||
t.timestamps :null => true
|
||||
end
|
||||
|
||||
[:nodes, :ways, :relations].each do |tbl|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue