summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 03:25:47 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 03:25:47 -0400
commitaedbaabbe441118e496e442d18ce6ed1495483ba (patch)
treebcbce67fd5c43c4e162a2ffd20476d349e9523a4 /bin
parent81b245bcedaae46293b90b88bee2cbfe3ae71cdc (diff)
downloadmetabase-utils-aedbaabbe441118e496e442d18ce6ed1495483ba.tar.gz
metabase-utils-aedbaabbe441118e496e442d18ce6ed1495483ba.zip
load some tax data
Diffstat (limited to 'bin')
-rwxr-xr-xbin/load4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index 5212098..6c23baf 100755
--- a/bin/load
+++ b/bin/load
@@ -22,3 +22,7 @@ psql -U metabase money < "$(dirname "$0")/../data/investments-sheet-schema.sql"
psql -U metabase money -c 'COPY investment_categories FROM STDIN' < investment_categories.tsv
psql -U metabase money -c 'COPY holdings FROM STDIN' < holdings.tsv
+
+psql -U metabase money < "$(dirname "$0")/../data/taxes.sql"
+
+psql -U metabase money -c 'COPY taxes FROM STDIN' < /media/persistent/metabase/extra_data/taxes.tsv