Skip to content

Commit

Permalink
move tx array to end of blocks view
Browse files Browse the repository at this point in the history
  • Loading branch information
forgxyz committed Jul 19, 2023
1 parent 0cf1a45 commit bb258a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/gold/core/core__fact_blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ WITH blocks AS (
nonce,
size,
stripped_size,
tx as txs,
version,
weight,
error
error,
tx as txs
FROM
{{ ref('silver__blocks') }}
)
Expand Down

0 comments on commit bb258a7

Please sign in to comment.