X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/19d62168607b8a355156b2c2e089b615ab4c9381..779811811181a2ecbeaf765e434ae11331c85786:/app/models/relation_member.rb?ds=inline diff --git a/app/models/relation_member.rb b/app/models/relation_member.rb index dd47bdcf6..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_keys = "relation_id", "sequence_id" belongs_to :relation belongs_to :member, :polymorphic => true