changeset 1339:1d1fc92fc3ea

Fixed authors in two schema files.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 26 Nov 2018 10:10:10 +0100
parents 5bb1e3c1f364
children 97430d442909
files schema/auth_tests.sql schema/install-db.sh
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth_tests.sql	Mon Nov 26 09:01:21 2018 +0100
+++ b/schema/auth_tests.sql	Mon Nov 26 10:10:10 2018 +0100
@@ -10,7 +10,6 @@
 
 -- Author(s):
 --  * Tom Gottfried <tom@intevation.de>
---  * Sascha Teichmann<sascha.teichmann@intevation.de>
 
 --
 -- pgTAP test script for privileges and RLS policies
--- a/schema/install-db.sh	Mon Nov 26 09:01:21 2018 +0100
+++ b/schema/install-db.sh	Mon Nov 26 10:10:10 2018 +0100
@@ -12,6 +12,7 @@
 # Author(s):
 #  * Sascha Wilde <wilde@intevation.de>
 #  * Tom Gottfried <tom@intevation.de>
+#  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
 ME=`basename "$0"`
 BASEDIR=`dirname "$0"`