We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a4505 commit 069c0b2Copy full SHA for 069c0b2
1 file changed
sqlite_export_for_ynab/ddl/create-relations.sql
@@ -248,6 +248,7 @@ SELECT
248
, t.date_next
249
, t.flag_color
250
, t.flag_name
251
+ , t.frequency
252
, COALESCE(st.payee_name, t.payee_name) AS payee_name
253
, COALESCE(st.id, t.id) AS id
254
, COALESCE(st.amount, t.amount) AS amount
0 commit comments