X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2122d1843ebee7dd3fe21a0b647cfd9e3750dfb7..8938ab79975d4152a4d6d3c8ceafdbda30b6b367:/app/models/node.rb diff --git a/app/models/node.rb b/app/models/node.rb index 3214564c8..2ae62d684 100644 --- a/app/models/node.rb +++ b/app/models/node.rb @@ -49,8 +49,6 @@ class Node < ApplicationRecord :numericality => { :on => :update, :only_integer => true } validates :version, :presence => true, :numericality => { :only_integer => true } - validates :changeset_id, :presence => true, - :numericality => { :only_integer => true } validates :latitude, :presence => true, :numericality => { :only_integer => true } validates :longitude, :presence => true,