]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way.rb
Merge pull request #4761 from AntonKhorev:dark-mode-with-close-button
[rails.git] / app / models / old_way.rb
index fcff84ededfe0727120794994b5afc5cdaf04ff6..0c53f90bdbe2f84f1fc885499fe05cb27bbf4311 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Table name: ways
 #
 #
 # Table name: ways
 #
-#  way_id       :bigint(8)        default(0), not null, primary key
+#  way_id       :bigint(8)        not null, primary key
 #  changeset_id :bigint(8)        not null
 #  timestamp    :datetime         not null
 #  version      :bigint(8)        not null, primary key
 #  changeset_id :bigint(8)        not null
 #  timestamp    :datetime         not null
 #  version      :bigint(8)        not null, primary key
 #
 
 class OldWay < ApplicationRecord
 #
 
 class OldWay < ApplicationRecord
-  include ConsistencyValidations
-
   self.table_name = "ways"
   self.table_name = "ways"
-  self.primary_keys = "way_id", "version"
 
   # NOTE: this needs to be included after the table name changes, or
   # the queries generated by Redactable will use the wrong table name.
 
   # NOTE: this needs to be included after the table name changes, or
   # the queries generated by Redactable will use the wrong table name.