From 87368a7028013a40cc20b05f56b8ffa392e44bb4 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 27 Nov 2016 17:34:01 +0000
Subject: [PATCH] Datenbankzugriffe begonnen

---
 web/WEB-INF/sql.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties
index 09bbbdf..fab376f 100644
--- a/web/WEB-INF/sql.properties
+++ b/web/WEB-INF/sql.properties
@@ -10,7 +10,7 @@
     SYS.SYSTABLES as t 
     where s.schemaid = t.schemaid 
     and s.schemaname = 'APP' 
-    and t.tablename = 'USER'
+    and t.tablename = 'USERS'
   </entry>
   <entry key="incrementKey">
     update app.keytable 

--
Gitblit v1.9.3