aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-26 23:32:18 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-26 23:32:18 -0400
commitb8a849c6c6b4b12502569ae28b15e2e287544d89 (patch)
treebfe79120987d1050beb54383b0ae19d08e8d835b
parentd26ce829a9878d496e7d7a102ce3e6fb7a0bbaed (diff)
downloadynab-export-b8a849c6c6b4b12502569ae28b15e2e287544d89.tar.gz
ynab-export-b8a849c6c6b4b12502569ae28b15e2e287544d89.zip
add frequency to future transactions table
-rw-r--r--data/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/schema.sql b/data/schema.sql
index 847158c..af87ec0 100644
--- a/data/schema.sql
+++ b/data/schema.sql
@@ -383,6 +383,7 @@ CREATE VIEW future_transactions AS (
ELSE
NULL
END AS date,
+ frequency,
amount,
memo,
flag_color,
@@ -415,6 +416,7 @@ CREATE VIEW future_transactions AS (
id,
scheduled_subtransaction_id,
date,
+ frequency,
amount,
memo,
flag_color,