Test removing primary key from repository V3
This commit is contained in:
parent
a31a6cb92b
commit
811d1a0439
|
@ -12,7 +12,6 @@ module Travis::API::V3
|
||||||
|
|
||||||
has_one :default_branch,
|
has_one :default_branch,
|
||||||
foreign_key: [:repository_id, :name],
|
foreign_key: [:repository_id, :name],
|
||||||
primary_key: [:id, :default_branch],
|
|
||||||
class_name: 'Travis::API::V3::Models::Branch'.freeze
|
class_name: 'Travis::API::V3::Models::Branch'.freeze
|
||||||
|
|
||||||
after_initialize do
|
after_initialize do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user