From 8b423e1c5fba7b6fb9d691d4b18b4075d42f86cf Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 27 Nov 2016 13:17:33 +0000
Subject: [PATCH] sql.properties berichtigt

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