summaryrefslogtreecommitdiffstats
path: root/bin/load
diff options
context:
space:
mode:
Diffstat (limited to 'bin/load')
-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