X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53817fa9e8d955df0891d156f21b7269b4ed08fc..091e0c21efd3f4117fc6491a1b25c4d1cbc5a099:/app/models/old_relation.rb diff --git a/app/models/old_relation.rb b/app/models/old_relation.rb index 5ff12fd58..7d5a3fbb4 100644 --- a/app/models/old_relation.rb +++ b/app/models/old_relation.rb @@ -21,8 +21,6 @@ # class OldRelation < ApplicationRecord - include ConsistencyValidations - self.table_name = "relations" # NOTE: this needs to be included after the table name changes, or