aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-26 01:11:56 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-26 01:11:56 -0400
commitcbdbc5d78e6ac71b3c0751710215e531eb59308e (patch)
treed9e4739f97a5f9f88e24d2e9b9579a0dfa1761e1
parentd64f6f978ec8d4ab83fe0363a870efba415eecb9 (diff)
downloadynab-export-cbdbc5d78e6ac71b3c0751710215e531eb59308e.tar.gz
ynab-export-cbdbc5d78e6ac71b3c0751710215e531eb59308e.zip
typo
-rw-r--r--data/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schema.sql b/data/schema.sql
index ca5d47e..d7df7f2 100644
--- a/data/schema.sql
+++ b/data/schema.sql
@@ -204,7 +204,7 @@ CREATE VIEW denorm_scheduled_transactions AS (
)
SELECT
scheduled_transactions_with_subtransactions.id,
- subtransaction_id,
+ scheduled_subtransaction_id,
date,
frequency,
amount / 1000.0 as amount,