Skip to content

Commit 069c0b2

Browse files
authored
Update create-relations.sql
1 parent c4a4505 commit 069c0b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlite_export_for_ynab/ddl/create-relations.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ SELECT
248248
, t.date_next
249249
, t.flag_color
250250
, t.flag_name
251+
, t.frequency
251252
, COALESCE(st.payee_name, t.payee_name) AS payee_name
252253
, COALESCE(st.id, t.id) AS id
253254
, COALESCE(st.amount, t.amount) AS amount

0 commit comments

Comments
 (0)