refactor: Add canReadOnRelationQuery property to CopilotPullRequest model

This commit is contained in:
Simon Larsen 2024-09-05 10:57:31 +01:00
parent 62bf2ee6f3
commit 10eb7239dc
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -411,6 +411,7 @@ export default class CopilotPullRequest extends BaseModel {
type: TableColumnType.ShortText,
required: false,
isDefaultValueColumn: false,
canReadOnRelationQuery: true,
title: "Pull Request ID",
description:
"ID of Pull Request in the repository where this event was executed and then PR was created.",