]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation_tag.rb
Merge remote-tracking branch 'upstream/pull/5493'
[rails.git] / app / models / relation_tag.rb
index 758ed37cc0d5afd0c9b6b5fa4eb4f9e2a08f3c3c..d23192b8e71584b11193c25475fdad272228fc11 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Table name: current_relation_tags
 #
-#  relation_id :bigint(8)        not null, primary key
+#  relation_id :bigint           not null, primary key
 #  k           :string           default(""), not null, primary key
 #  v           :string           default(""), not null
 #
@@ -13,7 +13,6 @@
 
 class RelationTag < ApplicationRecord
   self.table_name = "current_relation_tags"
-  self.primary_keys = "relation_id", "k"
 
   belongs_to :relation