From e5d9554743d9a969566a834274fc8569e46c89f2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Feb 2020 01:46:43 -0500 Subject: drop the new view we added --- bin/load | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/load b/bin/load index 789a858..d44a0a1 100755 --- a/bin/load +++ b/bin/load @@ -2,6 +2,7 @@ set -eu /home/doy/.cargo/bin/ynab-export +psql -U metabase money -c 'DROP VIEW IF EXISTS spending' /home/doy/.cargo/bin/ynab-export schema | psql -U metabase money seq 1000000 | psql -U metabase money -c 'COPY ints FROM STDIN' -- cgit v1.2.3-54-g00ecf