From 59db0c72ece1e6ad24cd64616609faa0a3eb001b Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 17 Dec 2016 10:08:45 +0000
Subject: [PATCH] Merge origin/master

---
 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