aboutsummaryrefslogtreecommitdiffstats
path: root/bin/load
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-25 14:49:16 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-25 14:49:16 -0400
commitf3f1578ca86227f87138bc0728a2f2b10aa29ca0 (patch)
treed8451aa825d9c9ca780ed5234af2e50060d1d8fb /bin/load
parent2f3a6515268178796abb6499e207ab90fa308aad (diff)
downloadynab-export-f3f1578ca86227f87138bc0728a2f2b10aa29ca0.tar.gz
ynab-export-f3f1578ca86227f87138bc0728a2f2b10aa29ca0.zip
also load scheduled transactions
Diffstat (limited to 'bin/load')
-rwxr-xr-xbin/load2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index aa24e4c..b8e65e2 100755
--- a/bin/load
+++ b/bin/load
@@ -18,3 +18,5 @@ psql -U metabase ynab -c 'COPY categories_by_month FROM STDIN' < categories_by_m
psql -U metabase ynab -c 'COPY payees FROM STDIN' < payees.tsv
psql -U metabase ynab -c 'COPY transactions FROM STDIN' < transactions.tsv
psql -U metabase ynab -c 'COPY subtransactions FROM STDIN' < subtransactions.tsv
+psql -U metabase ynab -c 'COPY scheduled_transactions FROM STDIN' < scheduled_transactions.tsv
+psql -U metabase ynab -c 'COPY scheduled_subtransactions FROM STDIN' < scheduled_subtransactions.tsv