Skip to content

Commit 9b807f1

Browse files
authored
Style nit (#104)
1 parent 38c9974 commit 9b807f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sqlite_export_for_ynab/ddl/create-relations.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,8 @@ SELECT
176176
, COALESCE(st.payee_name, t.payee_name) AS payee_name
177177
, COALESCE(st.transfer_account_id, t.transfer_account_id)
178178
AS transfer_account_id
179-
, COALESCE(
180-
st.transfer_transaction_id
181-
, t.transfer_transaction_id
182-
) AS transfer_transaction_id
179+
, COALESCE(st.transfer_transaction_id, t.transfer_transaction_id)
180+
AS transfer_transaction_id
183181
FROM
184182
transactions AS t
185183
LEFT JOIN subtransactions AS st

0 commit comments

Comments
 (0)