aboutsummaryrefslogtreecommitdiffstats
path: root/bin/load
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-23 01:06:02 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-23 01:06:02 -0400
commitc01827c3e4105d990e7e3c7a0266df78b5c7db28 (patch)
tree66e36924d3cbde18aa8b85295848a8756ea4594e /bin/load
parent51ff59228b2bbc3a92d9b3e867abb1144059034d (diff)
downloadynab-export-c01827c3e4105d990e7e3c7a0266df78b5c7db28.tar.gz
ynab-export-c01827c3e4105d990e7e3c7a0266df78b5c7db28.zip
also populate subtransactions
Diffstat (limited to 'bin/load')
-rwxr-xr-xbin/load1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index eda089f..6b5de19 100755
--- a/bin/load
+++ b/bin/load
@@ -5,3 +5,4 @@ psql -U metabase metabase -c 'COPY category_groups FROM STDIN' < category_groups
psql -U metabase metabase -c 'COPY categories FROM STDIN' < categories.tsv
psql -U metabase metabase -c 'COPY payees FROM STDIN' < payees.tsv
psql -U metabase metabase -c 'COPY transactions FROM STDIN' < transactions.tsv
+psql -U metabase metabase -c 'COPY subtransactions FROM STDIN' < subtransactions.tsv