From 8bbe6cced2ca8567921cca7af8220c40435c8033 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Sep 2019 03:35:37 -0400 Subject: also load a list of nonprofit tins --- bin/load | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf