From: Nicolas Boisselier Date: Thu, 7 Mar 2019 01:20:08 +0000 (+0000) Subject: lib/postgres/update.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=3191bfb2c31dbef9a335e7d1593d01f9298b186b;p=nb.git lib/postgres/update.sh --- diff --git a/lib/postgres/update.sh b/lib/postgres/update.sh index d90c0446..a7425de8 100755 --- a/lib/postgres/update.sh +++ b/lib/postgres/update.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# lib/postgres/update.sh DB_NAME +# Update table present in a db +# + set -e cd "$(dirname "$0")"