aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-26 01:09:46 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-26 01:09:46 -0400
commitae336dec15670afe3b0cc74db83b5693aea0ad46 (patch)
treeb2e87f2425a4b6015b3473bace26b9f55d35bd9f
parentf9a347a0ef47c052fa1845b28de74fc0498b363c (diff)
downloadynab-export-ae336dec15670afe3b0cc74db83b5693aea0ad46.tar.gz
ynab-export-ae336dec15670afe3b0cc74db83b5693aea0ad46.zip
one more fix
-rw-r--r--data/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schema.sql b/data/schema.sql
index dccf028..fc905f4 100644
--- a/data/schema.sql
+++ b/data/schema.sql
@@ -202,7 +202,7 @@ CREATE VIEW denorm_scheduled_transactions AS (
)
)
SELECT
- id,
+ scheduled_transactions_with_subtransactions.id,
subtransaction_id,
date,
frequency,