From 3191bfb2c31dbef9a335e7d1593d01f9298b186b Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Mar 2019 01:20:08 +0000 Subject: [PATCH] lib/postgres/update.sh --- lib/postgres/update.sh | 5 +++++ 1 file changed, 5 insertions(+) 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")" -- 2.47.3