summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-09-06 03:35:37 -0400
committerJesse Luehrs <doy@tozt.net>2019-09-06 03:35:37 -0400
commit8bbe6cced2ca8567921cca7af8220c40435c8033 (patch)
tree7cce048dfce5fb2560a527b9f10f05d999ae21d7
parentc921a0495f97bb845fa839f0df346ce8f67826db (diff)
downloadmetabase-utils-8bbe6cced2ca8567921cca7af8220c40435c8033.tar.gz
metabase-utils-8bbe6cced2ca8567921cca7af8220c40435c8033.zip
also load a list of nonprofit tins
-rwxr-xr-xbin/load1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index c23fa1d..4f110f1 100755
--- a/bin/load
+++ b/bin/load
@@ -26,3 +26,4 @@ psql -U metabase money -c 'COPY holdings FROM STDIN' < holdings.tsv
psql -U metabase money < "$(dirname "$0")/../data/tax_returns.sql"
psql -U metabase money -c 'COPY tax_returns FROM STDIN' < /media/persistent/metabase/extra_data/tax_returns.tsv
+psql -U metabase money -c 'COPY tins FROM STDIN' < /media/persistent/metabase/extra_data/tins.tsv