From: Nicolas Boisselier Date: Thu, 7 Mar 2019 00:50:21 +0000 (+0000) Subject: lib/postgres/update.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=18a7a863f3e1c80f1989a767a05d304f99ec2e90;p=nb.git lib/postgres/update.sh --- 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