Skip to content

Commit 981c500

Browse files
committed
add new account info columns
1 parent 954e192 commit 981c500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ module ::CommunityCustomFields
1616
first_assigned_at: :datetime,
1717
last_assigned_to_id: :integer,
1818
last_assigned_at: :datetime,
19+
account_name: :string,
20+
is_committed: :boolean,
21+
is_agency: :boolean,
1922
priority: :string,
2023
product_area: :string,
2124
status: :string,

0 commit comments

Comments
 (0)