diff schema/update-db.sh @ 4661:c1fa4cf8a3f4 stree-experiment

Added an SQL script to be manually executed after the 1302 update.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 14 Oct 2019 15:49:38 +0200
parents 5c0a99b56b2a
children
line wrap: on
line diff
--- a/schema/update-db.sh	Mon Oct 14 15:27:34 2019 +0200
+++ b/schema/update-db.sh	Mon Oct 14 15:49:38 2019 +0200
@@ -104,7 +104,7 @@
     echo "Running updates for $new_ver ..."
 
     file_args=""
-    for f in "$d"/* ; do
+    for f in "$d"/*.sql ; do
       file_args+=" -f $f"
     done