From f3f1578ca86227f87138bc0728a2f2b10aa29ca0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 Aug 2019 14:49:16 -0400 Subject: also load scheduled transactions --- bin/load | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/load') 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 -- cgit v1.2.3-54-g00ecf