From 18a7a863f3e1c80f1989a767a05d304f99ec2e90 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Mar 2019 00:50:21 +0000 Subject: [PATCH] lib/postgres/update.sh --- lib/postgres/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/postgres/update.sh b/lib/postgres/update.sh index 391d861e..5dd2bf87 100755 --- a/lib/postgres/update.sh +++ b/lib/postgres/update.sh @@ -8,4 +8,3 @@ psql "$DB" -Atc '\dt' | grep '^public|' | cut -d'|' -f2 | while read t; do grep -vE '^DROP|--' $t.sql 2>/dev/null done | psql "$DB" -q -#. /etc/profile -- 2.47.3