Skip to content

Commit

Permalink
Add accepted values for asset type
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 19, 2024
1 parent 04de386 commit c7b08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/ledger_current_state/trust_lines_current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ models:
config:
where: closed_at > current_timestamp - interval 2 day
- accepted_values:
values: [1, 2, 3]
values: ["credit_alphanum4", "credit_alphanum12", "pool_share"]
quote: false

- name: liquidity_pool_id
Expand Down

0 comments on commit c7b08b2

Please sign in to comment.