X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/18b8fc60bb08b2df03fa74537ea51cdd7fcfd39a..febff23c2cad12af3d7da51e5dc2f315487b1f0c:/db/migrate/20120318201948_create_redactions.rb diff --git a/db/migrate/20120318201948_create_redactions.rb b/db/migrate/20120318201948_create_redactions.rb index bb9786db4..8a1cf6bf3 100644 --- a/db/migrate/20120318201948_create_redactions.rb +++ b/db/migrate/20120318201948_create_redactions.rb @@ -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|