X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd905b5aa893918168c644045aa1b6069e95d48e..d8fb371d54ff464bbd45186b5848f6a9f9d87d5e:/app/models/relation_member.rb?ds=sidebyside diff --git a/app/models/relation_member.rb b/app/models/relation_member.rb index 8ff825cee..c9723e48b 100644 --- a/app/models/relation_member.rb +++ b/app/models/relation_member.rb @@ -2,9 +2,9 @@ # # Table name: current_relation_members # -# relation_id :bigint(8) not null, primary key +# relation_id :bigint not null, primary key # member_type :enum not null -# member_id :bigint(8) not null +# member_id :bigint not null # member_role :string not null # sequence_id :integer default(0), not null, primary key # @@ -19,7 +19,6 @@ class RelationMember < ApplicationRecord self.table_name = "current_relation_members" - self.primary_key = %w[relation_id sequence_id] belongs_to :relation belongs_to :member, :polymorphic => true