From c53491ee5ad694440c2feca36f11cda870fadfa1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 Aug 2019 14:53:39 -0400 Subject: also create a utility table for counting --- bin/load | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/load') diff --git a/bin/load b/bin/load index b8e65e2..0df1d32 100755 --- a/bin/load +++ b/bin/load @@ -20,3 +20,5 @@ 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 + +seq 1000000 | psql -U metabase ynab -c 'COPY ints FROM STDIN' -- cgit v1.2.3-54-g00ecf